ethyca-fides 2.64.1b1__py2.py3-none-any.whl → 2.64.1rc0__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 (107) hide show
  1. {ethyca_fides-2.64.1b1.dist-info → ethyca_fides-2.64.1rc0.dist-info}/METADATA +2 -2
  2. {ethyca_fides-2.64.1b1.dist-info → ethyca_fides-2.64.1rc0.dist-info}/RECORD +104 -107
  3. fides/_version.py +3 -3
  4. fides/api/db/base.py +0 -4
  5. fides/api/models/manual_tasks/__init__.py +1 -7
  6. fides/api/models/manual_tasks/manual_task.py +3 -19
  7. fides/api/models/manual_tasks/manual_task_config.py +6 -39
  8. fides/api/models/manual_tasks/manual_task_log.py +7 -20
  9. fides/api/schemas/manual_tasks/manual_task_schemas.py +0 -42
  10. fides/api/schemas/manual_tasks/manual_task_status.py +46 -107
  11. fides/service/manual_tasks/manual_task_config_service.py +5 -17
  12. fides/service/manual_tasks/manual_task_service.py +10 -66
  13. fides/ui-build/static/admin/404.html +1 -1
  14. fides/ui-build/static/admin/_next/static/chunks/{6662-cb11881dcaabe5e2.js → 6662-6a6b90fc8f11558f.js} +1 -1
  15. fides/ui-build/static/admin/_next/static/{zBkPKRGECPjwEx0G7BvHe → hCJxUAFBWobWrps6RkP0K}/_buildManifest.js +1 -1
  16. fides/ui-build/static/admin/add-systems/manual.html +1 -1
  17. fides/ui-build/static/admin/add-systems/multiple.html +1 -1
  18. fides/ui-build/static/admin/add-systems.html +1 -1
  19. fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
  20. fides/ui-build/static/admin/consent/configure.html +1 -1
  21. fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
  22. fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
  23. fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
  24. fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
  25. fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
  26. fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
  27. fides/ui-build/static/admin/consent/properties.html +1 -1
  28. fides/ui-build/static/admin/consent/reporting.html +1 -1
  29. fides/ui-build/static/admin/consent.html +1 -1
  30. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
  31. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
  32. fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
  33. fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
  34. fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
  35. fides/ui-build/static/admin/data-catalog.html +1 -1
  36. fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
  37. fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
  38. fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
  39. fides/ui-build/static/admin/data-discovery/activity.html +1 -1
  40. fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
  41. fides/ui-build/static/admin/data-discovery/detection.html +1 -1
  42. fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
  43. fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
  44. fides/ui-build/static/admin/datamap.html +1 -1
  45. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
  46. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
  47. fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
  48. fides/ui-build/static/admin/dataset/new.html +1 -1
  49. fides/ui-build/static/admin/dataset.html +1 -1
  50. fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
  51. fides/ui-build/static/admin/datastore-connection/new.html +1 -1
  52. fides/ui-build/static/admin/datastore-connection.html +1 -1
  53. fides/ui-build/static/admin/index.html +1 -1
  54. fides/ui-build/static/admin/integrations/[id].html +1 -1
  55. fides/ui-build/static/admin/integrations.html +1 -1
  56. fides/ui-build/static/admin/lib/fides-headless.js +1 -1
  57. fides/ui-build/static/admin/lib/fides-preview.js +1 -1
  58. fides/ui-build/static/admin/lib/fides-tcf.js +2 -2
  59. fides/ui-build/static/admin/lib/fides.js +2 -2
  60. fides/ui-build/static/admin/login/[provider].html +1 -1
  61. fides/ui-build/static/admin/login.html +1 -1
  62. fides/ui-build/static/admin/messaging/[id].html +1 -1
  63. fides/ui-build/static/admin/messaging/add-template.html +1 -1
  64. fides/ui-build/static/admin/messaging.html +1 -1
  65. fides/ui-build/static/admin/poc/ant-components.html +1 -1
  66. fides/ui-build/static/admin/poc/form-experiments/AntForm.html +1 -1
  67. fides/ui-build/static/admin/poc/form-experiments/FormikAntFormItem.html +1 -1
  68. fides/ui-build/static/admin/poc/form-experiments/FormikControlled.html +1 -1
  69. fides/ui-build/static/admin/poc/form-experiments/FormikField.html +1 -1
  70. fides/ui-build/static/admin/poc/form-experiments/FormikSpreadField.html +1 -1
  71. fides/ui-build/static/admin/poc/forms.html +1 -1
  72. fides/ui-build/static/admin/poc/table-migration.html +1 -1
  73. fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
  74. fides/ui-build/static/admin/privacy-requests/configure/messaging.html +1 -1
  75. fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
  76. fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
  77. fides/ui-build/static/admin/privacy-requests.html +1 -1
  78. fides/ui-build/static/admin/properties/[id].html +1 -1
  79. fides/ui-build/static/admin/properties/add-property.html +1 -1
  80. fides/ui-build/static/admin/properties.html +1 -1
  81. fides/ui-build/static/admin/reporting/datamap.html +1 -1
  82. fides/ui-build/static/admin/settings/about/alpha.html +1 -1
  83. fides/ui-build/static/admin/settings/about.html +1 -1
  84. fides/ui-build/static/admin/settings/consent/[configuration_id]/[purpose_id].html +1 -1
  85. fides/ui-build/static/admin/settings/consent.html +1 -1
  86. fides/ui-build/static/admin/settings/custom-fields.html +1 -1
  87. fides/ui-build/static/admin/settings/domain-records.html +1 -1
  88. fides/ui-build/static/admin/settings/domains.html +1 -1
  89. fides/ui-build/static/admin/settings/email-templates.html +1 -1
  90. fides/ui-build/static/admin/settings/locations.html +1 -1
  91. fides/ui-build/static/admin/settings/organization.html +1 -1
  92. fides/ui-build/static/admin/settings/regulations.html +1 -1
  93. fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
  94. fides/ui-build/static/admin/systems/configure/[id].html +1 -1
  95. fides/ui-build/static/admin/systems.html +1 -1
  96. fides/ui-build/static/admin/taxonomy.html +1 -1
  97. fides/ui-build/static/admin/user-management/new.html +1 -1
  98. fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
  99. fides/ui-build/static/admin/user-management.html +1 -1
  100. fides/api/alembic/migrations/versions/6a76a1fa4f3f_add_manual_task_instance_table.py +0 -256
  101. fides/api/models/manual_tasks/manual_task_instance.py +0 -187
  102. fides/service/manual_tasks/manual_task_instance_service.py +0 -285
  103. {ethyca_fides-2.64.1b1.dist-info → ethyca_fides-2.64.1rc0.dist-info}/WHEEL +0 -0
  104. {ethyca_fides-2.64.1b1.dist-info → ethyca_fides-2.64.1rc0.dist-info}/entry_points.txt +0 -0
  105. {ethyca_fides-2.64.1b1.dist-info → ethyca_fides-2.64.1rc0.dist-info}/licenses/LICENSE +0 -0
  106. {ethyca_fides-2.64.1b1.dist-info → ethyca_fides-2.64.1rc0.dist-info}/top_level.txt +0 -0
  107. /fides/ui-build/static/admin/_next/static/{zBkPKRGECPjwEx0G7BvHe → hCJxUAFBWobWrps6RkP0K}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- (function(t,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(t=typeof globalThis<"u"?globalThis:t||self,i(t.FidesPreview={}))})(this,function(t){"use strict";const i={standard:'(function(g,je){typeof exports=="object"&&typeof module<"u"?je(exports):(g=typeof globalThis<"u"?globalThis:g||self,je(g.Fides={}))})(this,function(g){"use strict";var je=Object.defineProperty,qi=(e,t,n)=>t in e?je(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kt=(e,t,n)=>qi(e,typeof t!="symbol"?t+"":t,n);class pe{constructor(t,n,o){kt(this,"consentPreference"),kt(this,"notice"),kt(this,"noticeHistoryId"),this.notice=t,this.consentPreference=n,this.noticeHistoryId=o}}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 ln=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(ln||{}),cn=(e=>(e.FRONTEND="frontend",e.SYSTEM_WIDE="system_wide",e.NOT_APPLICABLE="not_applicable",e))(cn||{}),K=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.NOTICE_ONLY="notice_only",e))(K||{}),U=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.ACKNOWLEDGE="acknowledge",e.NOT_APPLICABLE="not_applicable",e.TCF="tcf",e))(U||{}),he=(e=>(e.OMIT="omit",e.INCLUDE="include",e))(he||{}),ue=(e=>(e.BOOLEAN="boolean",e.CONSENT_MECHANISM="consent_mechanism",e))(ue||{}),re=(e=>(e.THROW="throw",e.WARN="warn",e.IGNORE="ignore",e))(re||{}),z=(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))(z||{}),dn=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(dn||{}),we=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(we||{}),J=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(J||{}),Ct=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(Ct||{}),pn=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(pn||{}),L=(e=>(e.BUTTON="button",e.REJECT="reject",e.ACCEPT="accept",e.SCRIPT="script",e.SAVE="save",e.DISMISS="dismiss",e.GPC="gpc",e.INDIVIDUAL_NOTICE="individual_notice",e.ACKNOWLEDGE="acknowledge",e.OT_MIGRATION="ot_migration",e))(L||{}),un=(e=>(e.privacy_center="privacy_center",e.overlay="overlay",e.api="api",e))(un||{}),ee=(e=>(e.NONE="none",e.APPLIED="applied",e.OVERRIDDEN="overridden",e))(ee||{}),Te=(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))(Te||{}),Et=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},De={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */De.exports,function(e,t){(function(n){var o=t,i=e&&e.exports==o&&e,r=typeof Et=="object"&&Et;(r.global===r||r.window===r)&&(n=r);var l=function(f){this.message=f};l.prototype=new Error,l.prototype.name="InvalidCharacterError";var s=function(f){throw new l(f)},a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=/[\\t\\n\\f\\r ]/g,p=function(f){f=String(f).replace(c,"");var b=f.length;b%4==0&&(f=f.replace(/==?$/,""),b=f.length),(b%4==1||/[^+a-zA-Z0-9/]/.test(f))&&s("Invalid character: the string to be decoded is not correctly encoded.");for(var m=0,h,y,w="",k=-1;++k<b;)y=a.indexOf(f.charAt(k)),h=m%4?h*64+y:y,m++%4&&(w+=String.fromCharCode(255&h>>(-2*m&6)));return w},d=function(f){f=String(f),/[^\\0-\\xFF]/.test(f)&&s("The string to be encoded contains characters outside of the Latin1 range.");for(var b=f.length%3,m="",h=-1,y,w,k,E,C=f.length-b;++h<C;)y=f.charCodeAt(h)<<16,w=f.charCodeAt(++h)<<8,k=f.charCodeAt(++h),E=y+w+k,m+=a.charAt(E>>18&63)+a.charAt(E>>12&63)+a.charAt(E>>6&63)+a.charAt(E&63);return b==2?(y=f.charCodeAt(h)<<8,w=f.charCodeAt(++h),E=y+w,m+=a.charAt(E>>10)+a.charAt(E>>4&63)+a.charAt(E<<2&63)+"="):b==1&&(E=f.charCodeAt(h),m+=a.charAt(E>>2)+a.charAt(E<<4&63)+"=="),m},_={encode:d,decode:p,version:"1.0.0"};if(o&&!o.nodeType)if(i)i.exports=_;else for(var u in _)_.hasOwnProperty(u)&&(o[u]=_[u]);else n.base64=_})(Et)}(De,De.exports);var fn=De.exports;/*! js-cookie v3.0.5 | MIT */function Me(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)e[o]=n[o]}return e}var Wi={read:function(e){return e[0]===\'"\'&&(e=e.slice(1,-1)),e.replace(/(%[\\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function xt(e,t){function n(i,r,l){if(!(typeof document>"u")){l=Me({},t,l),typeof l.expires=="number"&&(l.expires=new Date(Date.now()+l.expires*864e5)),l.expires&&(l.expires=l.expires.toUTCString()),i=encodeURIComponent(i).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var a in l)l[a]&&(s+="; "+a,l[a]!==!0&&(s+="="+l[a].split(";")[0]));return document.cookie=i+"="+e.write(r,i)+s}}function o(i){if(!(typeof document>"u"||arguments.length&&!i)){for(var r=document.cookie?document.cookie.split("; "):[],l={},s=0;s<r.length;s++){var a=r[s].split("="),c=a.slice(1).join("=");try{var p=decodeURIComponent(a[0]);if(l[p]=e.read(c,p),i===p)break}catch{}}return i?l[i]:l}}return Object.create({set:n,get:o,remove:function(i,r){n(i,"",Me({},r,{expires:-1}))},withAttributes:function(i){return xt(this.converter,Me({},this.attributes,i))},withConverter:function(i){return xt(Me({},this.converter,i),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Ji=xt(Wi,{path:"/"});let Re;const Zi=new Uint8Array(16);function Xi(){if(!Re&&(Re=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Re))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Re(Zi)}const D=[];for(let e=0;e<256;++e)D.push((e+256).toString(16).slice(1));function Qi(e,t=0){return D[e[t+0]]+D[e[t+1]]+D[e[t+2]]+D[e[t+3]]+"-"+D[e[t+4]]+D[e[t+5]]+"-"+D[e[t+6]]+D[e[t+7]]+"-"+D[e[t+8]]+D[e[t+9]]+"-"+D[e[t+10]]+D[e[t+11]]+D[e[t+12]]+D[e[t+13]]+D[e[t+14]]+D[e[t+15]]}var vn={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function ze(e,t,n){if(vn.randomUUID&&!t&&!e)return vn.randomUUID();e=e||{};const o=e.random||(e.rng||Xi)();if(o[6]=o[6]&15|64,o[8]=o[8]&63|128,t){n=n||0;for(let i=0;i<16;++i)t[n+i]=o[i];return t}return Qi(o)}const Ue=(e,t)=>!!Object.keys(t).includes(e.notice_key),fe=e=>!e||e===U.OPT_OUT?!1:e===U.OPT_IN?!0:e===U.ACKNOWLEDGE,te=(e,t)=>e?t===K.NOTICE_ONLY?U.ACKNOWLEDGE:U.OPT_IN:U.OPT_OUT,Ae=e=>typeof e=="string"?fe(e):e,gn=e=>e?e.split(",").map(t=>t.trim()).filter(Boolean):[],_n=(e,t)=>e===void 0?!1:typeof e=="boolean"?e:t.globalPrivacyControl===!0?e.globalPrivacyControl:e.value,Ot=(e,t)=>e.consent_mechanism===K.NOTICE_ONLY?!0:t&&Ue(e,t)?!!t[e.notice_key]:fe(e.default_preference);var er=(e=>(e.CONSENT="Consent",e.CONTRACT="Contract",e.LEGAL_OBLIGATIONS="Legal obligations",e.VITAL_INTERESTS="Vital interests",e.PUBLIC_INTEREST="Public interest",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(er||{}),Pt=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(Pt||{});const tr=",",nr=[{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"}],or=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];nr.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),Pt.CONSENT.toString(),Pt.LEGITIMATE_INTERESTS.toString();var ir=Object.defineProperty,rr=Object.defineProperties,ar=Object.getOwnPropertyDescriptors,bn=Object.getOwnPropertySymbols,sr=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,yn=(e,t,n)=>t in e?ir(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ve=(e,t)=>{for(var n in t||(t={}))sr.call(t,n)&&yn(e,n,t[n]);if(bn)for(var n of bn(t))lr.call(t,n)&&yn(e,n,t[n]);return e},Ne=(e,t)=>rr(e,ar(t)),cr=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const Tt="fides_consent",mn=365,Be=Ji.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),At=e=>e?Object.values(e).some(t=>t!==void 0):!1,hn=()=>ze(),dr=hn(),wn=e=>{var t;return!((t=e.fides_meta)!=null&&t.updatedAt)},kn=e=>{const t=new Date;return{consent:e||{},identity:{fides_user_device_id:dr||hn()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},Ge=e=>Be.get(e),ke=()=>{const e=Ge(Tt);if(e)try{return JSON.parse(e)}catch{try{return JSON.parse(fn.decode(e))}catch{return}}},Cn=(e,t=!1)=>{const n=kn(e);if(typeof document>"u")return n;if(t)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",n;let o=ke();if(o!=null&&o.consent){const{consent:i}=o;Object.entries(i).forEach(([r,l])=>{i[r]=Ae(l)})}if(!o)return n;try{"consent"in o&&"fides_meta"in o||(o=Ne(ve({},n),{consent:o}));const i=ve(ve({},e),o.consent);return o.consent=i,o}catch(i){return console.error("Unable to read consent cookie: invalid JSON.",i),n}},En=(e,t=!1)=>{if(typeof document>"u")return;const n=new Date().toISOString();e.fides_meta.updatedAt=n;let o=JSON.stringify(e);t&&(o=fn.encode(o));const i=window.location.hostname.split(".");let r="";for(let l=1;l<=i.length;l+=1)if(r=i.slice(-l).join("."),Be.set(Tt,o,{path:"/",domain:r,expires:mn})){const s=ke();if(s&&s.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},Nt=({experience:e,cookie:t})=>{var n;if(!e.privacy_notices)return e;const o=(n=e.privacy_notices)==null?void 0:n.map(r=>{const l=Object.keys(t.consent).includes(r.notice_key)?te(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return Ne(ve({},r),{current_preference:l})});return Ne(ve({},e),{privacy_notices:o})},pr=e=>{const t={};return or.forEach(({cookieKey:n})=>{var o;const i=(o=e[n])!=null?o:[];t[n]=Object.fromEntries(i.map(r=>[r.id,fe(r.preference)]))}),t},xn=(e,t)=>{const n={};return e?.options.forEach(({cookieKeys:o,default:i})=>{if(i===void 0)return;const r=_n(i,t);o.forEach(l=>{const s=n[l];if(s===void 0){n[l]=r;return}n[l]=s&&r})}),n},On=(e,t=!0)=>{e.forEach(n=>{var o;if(Be.remove(n.name,{path:(o=n.path)!=null?o:"/",domain:n.domain}),t){const{hostname:i}=window.location;Be.remove(n.name,{domain:`.${i}`})}})},Pn=e=>{const t=new Map(e.map(({notice:n,consentPreference:o})=>[n.notice_key,fe(o)]));return Object.fromEntries(t)},He=(e,t)=>cr(void 0,null,function*(){return Ne(ve({},e),{consent:Pn(t)})}),ur=e=>{const t={};return e.privacy_notices&&e.privacy_notices.forEach(n=>{n.current_preference?t[n.notice_key]=fe(n.current_preference):n.default_preference&&(t[n.notice_key]=fe(n.default_preference))}),t},Tn=({cookie:e,experience:t})=>{const n=ur(t);return Ne(ve({},e),{consent:n})};var fr=Object.defineProperty,vr=(e,t,n)=>t in e?fr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,An=(e,t,n)=>vr(e,typeof t!="symbol"?t+"":t,n);class gr{constructor(){An(this,"cookieName","OptanonConsent"),An(this,"migrationMethod",L.OT_MIGRATION)}getConsentCookie(){return Ge(this.cookieName)}convertToFidesConsent(t,n){if(n.otFidesMapping)try{const o=decodeURIComponent(n.otFidesMapping).replace(/^\'|\'$/g,""),i=JSON.parse(o),r=this.parseCookieValue(t,i);return r}catch{return}}parseCookieValue(t,n){const o={},i=t.match(/groups=([^&]*)/);return!i||!i[1]||i[1].split(",").forEach(r=>{const[l,s]=r.split(":");n[l]&&n[l].forEach(a=>{const c=s==="1";o[a]===void 0&&(o[a]=c)})}),o}}var Nn=(e=>(e.ONETRUST="onetrust",e))(Nn||{});const $t=new Map;function _r(e,t){$t.set(e,t)}function br(e){e.otFidesMapping&&_r(Nn.ONETRUST,new gr)}function $n(e){let t,n;if(Array.from($t).some(([i,r])=>{const l=r.getConsentCookie();if(!l)return!1;const s=r.convertToFidesConsent(l,e);return s?(t=s,n=i,!0):!1}),!n)return{consent:void 0,method:void 0};const o=$t.get(n);return{consent:t,method:o.migrationMethod}}const yr=e=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=e?console.log:()=>{}:globalThis.fidesDebugger=()=>{}},B="en",Ve="Manage preferences",Ke=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\\w+)+))/,mr=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,hr=[{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:Ke},{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:gn},{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)$/}],wr=[{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:Ke}],In="fides-overlay-wrapper",kr="fides-i18n-icon",Ln=["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 Cr=Object.defineProperty,Er=Object.defineProperties,xr=Object.getOwnPropertyDescriptors,Sn=Object.getOwnPropertySymbols,Or=Object.prototype.hasOwnProperty,Pr=Object.prototype.propertyIsEnumerable,Fn=(e,t,n)=>t in e?Cr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ye=(e,t)=>{for(var n in t||(t={}))Or.call(t,n)&&Fn(e,n,t[n]);if(Sn)for(var n of Sn(t))Pr.call(t,n)&&Fn(e,n,t[n]);return e},Tr=(e,t)=>Er(e,xr(t));const Ce=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,Ar=e=>!!(e&&e.every(t=>t.default_preference===U.OPT_IN)),qe=e=>e?e.location&&mr.test(e.location)?e.location.replace("-","_").toLowerCase():e.country&&e.region?`${e.country.toLowerCase()}_${e.region.toLowerCase()}`:null:null,jn=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},Dn=e=>{switch(e){case we.OPTIONS:return hr;case we.EXPERIENCE_TRANSLATION:return wr;default:return null}},Mn=e=>{if(!Ce(e))return!1;const t=e.experience_config;return t&&(t.component===z.MODAL||t.component===z.BANNER_AND_MODAL||t.component===z.TCF_OVERLAY||t.component===z.HEADLESS)?!(t.component===z.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},We=e=>e.fidesConsentOverride===L.ACCEPT||e.fidesConsentOverride===L.REJECT,Nr=e=>{var t;return(t=e.default_preference)!=null?t:U.OPT_OUT},Je=(e,t,n,o)=>{var i,r,l,s,a,c;return o!=null&&o.fidesDisableBanner||!Ce(e)?!1:((i=e.experience_config)==null?void 0:i.component)===z.TCF_OVERLAY&&t?o&&We(o)?!1:(r=e.meta)!=null&&r.version_hash?e.meta.version_hash!==t.tcf_version_hash:!0:((l=e.experience_config)==null?void 0:l.component)===z.MODAL||((s=e.experience_config)==null?void 0:s.component)===z.HEADLESS||!((a=e?.privacy_notices)!=null&&a.length)?!1:n?o&&We(o)?!1:t?.fides_meta.consentMethod===L.GPC?!0:!((c=e.privacy_notices)!=null&&c.every(p=>Ue(p,n))):!0},Rn=e=>{e[0]==="window"&&e.shift();let t=window;for(;e.length>0;){const n=e.shift();if(typeof n>"u"||typeof t[n]!="object")return;t=t[n]}return t},zn=({value:e,notice:t,consentContext:n})=>!n.globalPrivacyControl||!t.has_gpc_flag||t.consent_mechanism===K.NOTICE_ONLY?ee.NONE:e?ee.OVERRIDDEN:ee.APPLIED,It=()=>{},Un=(e,t)=>e.map(n=>{var o;const i=te(t.includes(n.notice.notice_key),n.notice.consent_mechanism);return new pe(n.notice,i,(o=n.bestTranslation)==null?void 0:o.privacy_notice_history_id)}),Bn=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})}},Lt=e=>{if(!e)return{};try{const t=atob(e),n=JSON.parse(t);return Object.fromEntries(Object.entries(n).map(([o,i])=>[o,!!i]))}catch(t){throw new Error("Failed to decode Notice Consent string:",{cause:t})}},$r=({consent:e,nonApplicableNotices:t,flagType:n,mode:o=he.OMIT})=>{if(!(t!=null&&t.length))return e;const i=Ye({},e);return o===he.INCLUDE?t.forEach(r=>{i[r]=n===ue.CONSENT_MECHANISM?U.NOT_APPLICABLE:!0}):t.forEach(r=>{delete i[r]}),i},Ir=({consent:e,flagType:t=ue.BOOLEAN,consentMechanisms:n})=>{const o={};if(t!==ue.CONSENT_MECHANISM)return Object.fromEntries(Object.entries(e).map(([r,l])=>[r,Ae(l)]));const i=Object.values(e).some(r=>typeof r=="boolean");if(i&&!n)throw new Error("Cannot transform boolean consent values to consent mechanisms without consent mechanisms map");return i?(Object.keys(e).forEach(r=>{const l=e[r];if(typeof l=="string")o[r]=l;else{const s=n[r];o[r]=te(l,s)}}),o):Ye({},e)},$e=(e,t,n=[],o,i)=>{var r,l,s;const a=Ye({},e),c=(r=window.Fides)==null?void 0:r.options,p=(l=i??c?.fidesConsentNonApplicableFlagMode)!=null?l:he.OMIT,d=(s=o??c?.fidesConsentFlagType)!=null?s:ue.BOOLEAN,_={};Object.assign(_,$r({consent:{},nonApplicableNotices:t??[],flagType:d,mode:p}));const u=n.reduce((f,b)=>Tr(Ye({},f),{[b.notice_key]:b.consent_mechanism}),{});return Object.assign(_,Ir({consent:a,consentMechanisms:u,flagType:d})),_},Lr=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 Sr=Object.defineProperty,Fr=Object.defineProperties,jr=Object.getOwnPropertyDescriptors,Gn=Object.getOwnPropertySymbols,Dr=Object.prototype.hasOwnProperty,Mr=Object.prototype.propertyIsEnumerable,Hn=(e,t,n)=>t in e?Sr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ze=(e,t)=>{for(var n in t||(t={}))Dr.call(t,n)&&Hn(e,n,t[n]);if(Gn)for(var n of Gn(t))Mr.call(t,n)&&Hn(e,n,t[n]);return e},Vn=(e,t)=>Fr(e,jr(t)),ge=(e=>(e.FIDES="fides",e.EXTERNAL="external",e))(ge||{}),Y=(e=>(e.TOGGLE="toggle",e.BUTTON="button",e.LINK="link",e))(Y||{});const ae=(e,t,n)=>{var o,i,r,l,s,a,c,p;const d=t?Ze({},t):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const _=Ze({consentMethod:d?.fides_meta.consentMethod},n);(o=n?.trigger)!=null&&o.origin||(_.trigger=Vn(Ze({},_.trigger),{origin:"fides"}));const u=(i=performance?.mark)==null?void 0:i.call(performance,e),f=u?.startTime,b=d;b&&d!=null&&d.consent&&(b.consent=$e(d.consent,(l=(r=window.Fides)==null?void 0:r.experience)==null?void 0:l.non_applicable_privacy_notices,(a=(s=window.Fides)==null?void 0:s.experience)==null?void 0:a.privacy_notices));const m=new CustomEvent(e,{detail:Vn(Ze({},b),{debug:!!((p=(c=window.Fides)==null?void 0:c.options)!=null&&p.debug),extraDetails:_,timestamp:f}),bubbles:!0});window.dispatchEvent(m)}},Kn=(e,t)=>{const n=o=>t(o.detail);return window.addEventListener(e,n),()=>{window.removeEventListener(e,n)}},St=(e,t)=>{ae("FidesInitialized",e,t)},Yn=(e,t)=>{ae("FidesConsentLoaded",e,t),St(e,t)},qn=(e,t)=>{ae("FidesReady",e,t),St(e,t)};var Rr=(e=>(e.GVL="gvl",e.AC="gacp",e))(Rr||{});const Ft=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",n="",o="",i=""]=e.split(tr);return t?{tc:t,ac:n,gpp:o,nc:i}:{tc:"",ac:"",gpp:o,nc:i}},zr=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",Xe=()=>{var e,t,n;if(!zr()||!((e=window.blueConicClient)!=null&&e.profile))return;const o=(n=(t=window.blueConicClient)==null?void 0:t.profile)==null?void 0:n.getProfile(),{consent:i}=window.Fides,r=i!==void 0&&Object.entries(i).length>0,l=Ln.some(s=>i[s]);!r||l?(o.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),o.setRefusedObjectives([])):(o.setConsentedObjectives(["iab_purpose_1"]),o.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},Ur=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesReady",Xe),window.addEventListener("FidesUpdated",Xe),window.addEventListener("onBlueConicLoaded",Xe),Xe()},Wn=(e,t)=>{var n,o,i,r,l,s,a,c,p,d,_,u,f,b;const m=(n=window.dataLayer)!=null?n:[];window.dataLayer=m;const{detail:h,type:y}=e,{consent:w,extraDetails:k,fides_string:E,timestamp:C}=h;let A=w;const P=(l=(r=t?.flag_type)!=null?r:(i=(o=window.Fides)==null?void 0:o.options)==null?void 0:i.fidesConsentFlagType)!=null?l:ue.BOOLEAN,$=(p=(c=t?.non_applicable_flag_mode)!=null?c:(a=(s=window.Fides)==null?void 0:s.options)==null?void 0:a.fidesConsentNonApplicableFlagMode)!=null?p:he.OMIT,N=(u=(_=(d=window.Fides)==null?void 0:d.experience)==null?void 0:_.privacy_notices)!=null?u:[],R=(b=(f=window.Fides)==null?void 0:f.experience)==null?void 0:b.non_applicable_privacy_notices;A=$e(w,R,N,P,$);const ce={consent:A,extraDetails:k,fides_string:E,timestamp:C};m.push({event:y,Fides:ce})},Br=e=>{var t,n;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesConsentLoaded:!0,FidesReady:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,o])=>o).map(([o])=>o).forEach(o=>{window.addEventListener(o,i=>Wn(i,e))}),(t=window.Fides)!=null&&t.initialized){const{consent:o,fides_meta:i,identity:r,tcf_consent:l}=window.Fides,s=(n=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:n.startTime;Wn({type:"FidesInitialized",detail:{consent:o,fides_meta:i,identity:r,tcf_consent:l,timestamp:s,extraDetails:{consentMethod:i?.consentMethod}}},e)}},Gr=()=>{if(window.fbq)return window.fbq;const e={queue:[],loaded:!0,version:"2.0",push(...t){const n=window.fbq;n.callMethod?n.callMethod(...t):n.queue.push(t)}};return window.fbq=Object.assign(e.push,e),window._fbq=window.fbq,window.fbq},Hr=e=>{const t=Gr();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Vr={marketing:Ln,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 Kr(e,t){var n,o;const i=Object.fromEntries(Object.entries(e).map(([l,s])=>[l,Ae(s)])),r=Object.fromEntries(Object.entries(Vr).map(([l,s])=>{const a=s.some(p=>i[p]===!0),c=s.some(p=>i[p]===!1);return[l,a||(c?!1:void 0)]}));return r.sale_of_data=(o=(n=r.sale_of_data)!=null?n:t?.sale_of_data_default)!=null?o:!1,r}const Qe=(e,t)=>{window.Shopify.customerPrivacy.setTrackingConsent(Kr(e,t),()=>{})},Jn=e=>{var t,n;(t=window.Shopify)!=null&&t.customerPrivacy||console.error("Fides could not access Shopify\'s customerPrivacy API"),window.addEventListener("FidesReady",o=>Qe(o.detail.consent,e)),window.addEventListener("FidesUpdating",o=>Qe(o.detail.consent,e)),window.addEventListener("FidesUpdated",o=>Qe(o.detail.consent,e)),(n=window.Fides)!=null&&n.initialized&&window.Fides.cookie&&Qe(window.Fides.cookie.consent,e)},Yr=e=>{let t,n;const o=()=>{clearTimeout(t),clearTimeout(n)},i=()=>{if(window.Shopify){if(o(),window.Shopify.customerPrivacy){Jn(e);return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],r=>{if(r)throw Error("Fides could not load Shopify\'s consent-tracking-api");Jn(e)});return}n=setTimeout(i,200)};t=setTimeout(()=>{throw o(),Error("Fides.shopify was called but Shopify is not present in the page after 3 seconds.")},3e3),i()};var qr={"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"},Wr={"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"},Zr={"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"},Xr={"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"},Qr={"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"},ea={"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"},ta={"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"},na={"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"},oa={"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"},ia={"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"},ra={"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"},aa={"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"},sa={"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"},la={"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"},ca={"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"},da={"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"},pa={"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"},ua={"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)"},fa={"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"},va={"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"},ga={"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"},_a={"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"},ba={"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"},ya={"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"},ma={"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"},ha={"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"},wa={"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"},ka={"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"},Ea={"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"},xa={"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"},Oa={"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"},Pa={"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"},Ta={"static.gpc":"Global Privacy Control","static.gpc.description":"\\u0412\\u0430\\u0448\\u0430 \\u0433\\u043B\\u043E\\u0431\\u0430\\u043B\\u043D\\u0430 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u043A\\u0430 \\u043A\\u043E\\u043D\\u0442\\u0440\\u043E\\u043B\\u0435 \\u043F\\u0440\\u0438\\u0432\\u0430\\u0442\\u043D\\u043E\\u0441\\u0442\\u0438 \\u0458\\u0435 \\u043F\\u043E\\u0434\\u0435\\u0448\\u0435\\u043D\\u0430. \\u0410\\u0443\\u0442\\u043E\\u043C\\u0430\\u0442\\u0441\\u043A\\u0438 \\u0441\\u0442\\u0435 \\u0438\\u0441\\u043A\\u0459\\u0443\\u0447\\u0435\\u043D\\u0438 \\u0438\\u0437 \\u0441\\u043B\\u0443\\u0447\\u0430\\u0458\\u0435\\u0432\\u0430 \\u0443\\u043F\\u043E\\u0442\\u0440\\u0435\\u0431\\u0435 \\u043F\\u043E\\u0434\\u0430\\u0442\\u0430\\u043A\\u0430 \\u043A\\u043E\\u0458\\u0438 \\u0441\\u0443 \\u0443 \\u0441\\u043A\\u043B\\u0430\\u0434\\u0443 \\u0441\\u0430 \\u0433\\u043B\\u043E\\u0431\\u0430\\u043B\\u043D\\u043E\\u043C \\u043A\\u043E\\u043D\\u0442\\u0440\\u043E\\u043B\\u043E\\u043C \\u043F\\u0440\\u0438\\u0432\\u0430\\u0442\\u043D\\u043E\\u0441\\u0442\\u0438.","static.gpc.status.applied":"\\u041F\\u0440\\u0438\\u043C\\u0435\\u045A\\u0435\\u043D\\u0430","static.gpc.status.overridden":"\\u0417\\u0430\\u043C\\u0435\\u045A\\u0435\\u043D\\u0430","static.gpc.title":"Global Privacy Control \\u043E\\u0442\\u043A\\u0440\\u0438\\u0432\\u0435\\u043D"},Aa={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\\u0161a globalna postavka kontrole privatnosti se po\\u0161tuje. Automatski ste isklju\\u010Deni iz slu\\u010Dajeva kori\\u0161c\\u0301enja podataka koji podle\\u017Eu globalnoj kontroli privatnosti.","static.gpc.status.applied":"Primenjeno","static.gpc.status.overridden":"Zaobi\\u0111eno","static.gpc.title":"Otkrivena je globalna kontrola privatnosti"},Na={"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"},$a={"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"},Ia={"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"},La={"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 jt={ar:qr,bg:Wr,bs:Jr,ca:Zr,cs:Xr,da:Qr,de:ea,el:ta,en:na,es:oa,"es-MX":ia,et:ra,eu:aa,fi:sa,fr:la,"fr-CA":ca,gl:da,"hi-IN":pa,hr:ua,hu:fa,it:va,ja:ga,lt:_a,lv:ba,mt:ya,nl:ma,no:ha,pl:wa,"pt-BR":ka,"pt-PT":Ca,ro:Ea,ru:xa,sk:Oa,sl:Pa,"sr-Cyrl":Ta,"sr-Latn":Aa,sv:Na,tr:$a,uk:Ia,zh:La},Sa=[{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 Fa=Object.defineProperty,Zn=Object.getOwnPropertySymbols,ja=Object.prototype.hasOwnProperty,Da=Object.prototype.propertyIsEnumerable,Xn=(e,t,n)=>t in e?Fa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Z=(e,t)=>{for(var n in t||(t={}))ja.call(t,n)&&Xn(e,n,t[n]);if(Zn)for(var n of Zn(t))Da.call(t,n)&&Xn(e,n,t[n]);return e};function X(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function Ma(e,t){const n={},o=["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 l=!1;t!=null&&t.override_language&&(l=X(t.override_language,r));const s={};o.forEach(a=>{let c=null;t&&(l||a==="privacy_policy_url")&&(c=a in t?t[a]:null);const p=i[a];typeof p=="string"&&(s[`exp.${a}`]=c||p)}),n[r]=Z(Z({},s),n[r])});else{const i=B,r={};o.forEach(l=>{const s=e[l];typeof s=="string"&&(r[`exp.${l}`]=s)}),n[i]=Z(Z({},r),n[i])}return n}function Qn(e){var t;if((t=e?.experience_config)!=null&&t.translations){const{translations:n}=e.experience_config,o=n.find(i=>i.is_default);return o?.language}}function eo(e,t){const n={};return t.forEach(o=>{const i=Object.keys(e).find(r=>X(r,o));if(i){const r=e[i],l={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(s=>{const a=r[s]||{};Object.keys(a).forEach(c=>{const p=a[c],d=`exp.tcf.${s}.${c}`;l[`${d}.name`]=p.name,l[`${d}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((_,u)=>{l[`${d}.illustrations.${u}`]=_})})}),n[o]=Z(Z({},l),n[o])}}),n}function to(e){return Object.keys(jt).forEach(t=>{e.load(t,jt[t])}),Object.keys(jt)}function no(e,t,n){var o;const i={},r=(o=t.available_locales)!=null&&o.length?t.available_locales:[B];if(t!=null&&t.experience_config){const l=t.experience_config,s=Ma(l,n);Object.keys(s).forEach(a=>{i[a]=Z(Z({},s[a]),i[a])})}r.forEach(l=>{e.load(l,i[l])})}function oo(e,t){if(!t.gvl)return;const{locale:n}=e,o={};o[n]=t.gvl;const i=eo(o,[n]);e.load(n,i[n])}function io(e,t,n){const o=eo(t,n);n.forEach(i=>{e.load(i,o[i])})}function et(e){return e.locale}function ro(e,t,n=B){const o=e?.language;return t||o||n}function ao(e,t,n=B){const o=e.match(Ke);if(o){const[i,r]=o,l=t.find(a=>X(a,i));if(l)return l;const s=t.find(a=>X(a,r));if(s)return s}return n}function _e(e,t){return e.t(t)!==""&&e.t(t)!==t}function Dt(e,t){if(!t||!t.translations)return null;const n=et(e),o=t.translations.find(r=>X(r.language,n));return o||t.translations.find(r=>X(r.language,e.getDefaultLocale()))||t.translations[0]||null}function tt(e,t){if(!t||!t.translations)return null;const n=et(e),o=t.translations.find(r=>X(r.language,n));return o||t.translations.find(r=>X(r.language,e.getDefaultLocale()))||t.translations[0]||null}function so(e,t,n,o,i){var r,l,s,a,c;to(e);const p=(r=n.available_locales)!=null&&r.length?n.available_locales:[B];no(e,n,i);const d=Sa.filter(m=>p.includes(m.locale)),_=d.findIndex(m=>X(m.locale,e.getDefaultLocale()));_>0&&d.unshift(d.splice(_,1)[0]),e.setAvailableLanguages(d);const u=Qn(n)||B;e.setDefaultLocale(u);let f=u;((l=n.experience_config)==null?void 0:l.auto_detect_language)===!1||(f=ro(t,o?.fidesLocale,u));const b=ao(f,p||[],e.getDefaultLocale());if((a=(s=n.experience_config)==null?void 0:s.translations)!=null&&a.find(m=>m.language===b))e.activate(b);else{const m=tt(e,n.experience_config);m?.language,e.activate(m?.language||b)}((c=n.experience_config)==null?void 0:c.component)===z.TCF_OVERLAY&&n.gvl&&oo(e,n)}function Mt(){let e=[],t=B,n=B;const o={};return{setAvailableLanguages(i){e=i},get availableLanguages(){return e},activate:i=>{n=i},getDefaultLocale:()=>t,setDefaultLocale:i=>{t=i},get locale(){return n},load:(i,r)=>{o[i]=Z(Z({},o[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 n&&n in o&&r&&r in o[n]&&o[n][r]?o[n][r]:r}}}const lo=(e,t,n)=>{var o;let i=Ve;if(!e)t.t("exp.modal_link_label")!=="exp.modal_link_label"&&(i=t.t("exp.modal_link_label"));else{const r=t.getDefaultLocale(),l=(o=n?.experience_config)==null?void 0:o.translations.find(s=>s.language===r);l!=null&&l.modal_link_label&&(i=l.modal_link_label)}return i},Ra=Mt();function za(e){return Array.from(e).length}var Ua=Object.defineProperty,Ba=Object.defineProperties,Ga=Object.getOwnPropertyDescriptors,co=Object.getOwnPropertySymbols,Ha=Object.prototype.hasOwnProperty,Va=Object.prototype.propertyIsEnumerable,po=(e,t,n)=>t in e?Ua(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ie=(e,t)=>{for(var n in t||(t={}))Ha.call(t,n)&&po(e,n,t[n]);if(co)for(var n of co(t))Va.call(t,n)&&po(e,n,t[n]);return e},Rt=(e,t)=>Ba(e,Ga(t)),nt=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())}),uo=(e=>(e.PRIVACY_EXPERIENCE="/privacy-experience",e.PRIVACY_PREFERENCES="/privacy-preferences",e.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",e.NOTICES_SERVED="/notices-served",e))(uo||{});function fo(){return{}}const vo=e=>nt(void 0,[e],function*({userLocationString:t,userLanguageString:n,fidesApiUrl:o,apiOptions:i,propertyId:r,requestMinimalTCF:l,missingExperienceHandler:s=fo}){var a,c,p;if(i!=null&&i.getPrivacyExperienceFn)try{return yield i.getPrivacyExperienceFn(t,null)}catch(b){return s(b)}const d=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];n&&d.push(["Accept-Language",n]);const _={method:"GET",mode:"cors",headers:d};let u=Ie(Ie({show_disabled:"false",region:t,component:z.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"},l&&{minimal_tcf:"true"}),r&&{property_id:r});u=new URLSearchParams(u);let f;try{if(f=yield fetch(`${o}/privacy-experience?${u}`,_),!f.ok)throw new Error("Error fetching experience from Fides API")}catch(b){return s(b)}try{const b=yield f.json();if(((a=b.items)==null?void 0:a.length)<1)return{};const m=b.items&&b.items[0],h=(p=(c=m.experience_config)==null?void 0:c.translations)==null?void 0:p[0].language;return m}catch(b){return s(b)}}),go=(e,t)=>nt(void 0,null,function*(){const n=new URLSearchParams;t?.forEach(l=>{n.append("language",l)});const o={method:"GET",mode:"cors"};let i;try{i=yield fetch(`${e}/privacy-experience/gvl/translations${za(n)>0?"?":""}${n.toString()}`,o)}catch{return{}}return i.ok?yield i.json():{}}),_o={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},bo="Fides.js",yo=(e,t,n,o,i)=>nt(void 0,null,function*(){var r;if((r=n.apiOptions)!=null&&r.savePreferencesFn){try{yield n.apiOptions.savePreferencesFn(e,o.consent,o.fides_string,i)}catch(a){return Promise.reject(a)}return Promise.resolve()}const l=Rt(Ie({},_o),{body:JSON.stringify(Rt(Ie({},t),{source:bo}))});return(yield fetch(`${n.fidesApiUrl}/privacy-preferences`,l)).ok,Promise.resolve()}),mo=e=>nt(void 0,[e],function*({request:t,options:n}){var o;if((o=n.apiOptions)!=null&&o.patchNoticesServedFn)try{return yield n.apiOptions.patchNoticesServedFn(t)}catch{return null}const i=Rt(Ie({},_o),{body:JSON.stringify(t)}),r=yield fetch(`${n.fidesApiUrl}/notices-served`,i);return r.ok?r.json():null});var Ka=Object.defineProperty,Ya=Object.defineProperties,qa=Object.getOwnPropertyDescriptors,ho=Object.getOwnPropertySymbols,Wa=Object.prototype.hasOwnProperty,Ja=Object.prototype.propertyIsEnumerable,wo=(e,t,n)=>t in e?Ka(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ne=(e,t)=>{for(var n in t||(t={}))Wa.call(t,n)&&wo(e,n,t[n]);if(ho)for(var n of ho(t))Ja.call(t,n)&&wo(e,n,t[n]);return e},ot=(e,t)=>Ya(e,qa(t)),zt=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const Za=[L.SCRIPT,L.GPC,L.OT_MIGRATION];function Xa(e,t,n,o,i,r,l,s,a,c){return zt(this,null,function*(){const p=(l||[]).map(_=>({preference:_.consentPreference,privacy_notice_history_id:_.noticeHistoryId||""})),d=ne({browser_identity:t.identity,preferences:p,privacy_experience_config_history_id:r,user_geography:a,method:o,served_notice_history_id:c,property_id:i},s??[]);yield yo(o,d,e,t,n)})}const Ut=e=>zt(void 0,[e],function*({consentPreferencesToSave:t,privacyExperienceConfigHistoryId:n,experience:o,consentMethod:i,options:r,userLocationString:l,cookie:s,eventExtraDetails:a,servedNoticeHistoryId:c,tcf:p,updateCookie:d,propertyId:_}){var u,f,b,m,h,y;if(!d&&t&&(d=C=>He(C,t)),!d&&!t)throw new Error("updateCookie is required");const w=ot(ne({},a?.trigger),{origin:((u=a?.trigger)==null?void 0:u.origin)||(Za.includes(i)?ge.EXTERNAL:ge.FIDES)}),k=yield d(s);Object.assign(s,k),Object.assign(s.fides_meta,{consentMethod:i}),ae("FidesUpdating",s,ot(ne({},a),{trigger:w}));const E=$e(s.consent,(b=(f=window.Fides)==null?void 0:f.experience)==null?void 0:b.non_applicable_privacy_notices,(h=(m=window.Fides)==null?void 0:m.experience)==null?void 0:h.privacy_notices);if(window.Fides.consent=E,window.Fides.fides_string=s.fides_string,window.Fides.tcf_consent=s.tcf_consent,En(ot(ne({},s),{consent:E}),r.base64Cookie),window.Fides.saved_consent=s.consent,!r.fidesDisableSaveApi)try{yield Xa(r,s,o,i,((y=_?.length)!=null?y:0)>0?_:window.Fides.config.propertyId,n,t,p,l,c)}catch{}t&&t.filter(C=>C.consentPreference===U.OPT_OUT).forEach(C=>{var A,P;(A=C.notice)!=null&&A.cookies&&On(C.notice.cookies,(P=o.experience_config)==null?void 0:P.auto_subdomain_cookie_deletion)}),ae("FidesUpdated",s,ot(ne({},a),{trigger:w}))}),ko=(e,t)=>Object.entries(t).reduce((n,[o,i])=>{var r,l;if(n)return n;const s=(r=e.experience.non_applicable_privacy_notices)==null?void 0:r.find(p=>p===o);if(s)return new Error(`Provided notice key \'${o}\' is not applicable to the current experience.`);const a=(l=e.experience.privacy_notices)==null?void 0:l.find(p=>p.notice_key===o);if(!s&&!a)return new Error(`\'${o}\' is not a valid notice key`);const c=a?.consent_mechanism===K.NOTICE_ONLY;return c&&i!==!0&&i!==U.ACKNOWLEDGE?new Error(`Invalid consent value for notice-only notice key: \'${o}\'. Must be \\`true\\` or "acknowledge"`):!c&&typeof i!="boolean"&&i!==U.OPT_IN&&i!==U.OPT_OUT?new Error(`Invalid consent value for notice key: \'${o}\'. Must be a boolean or "opt_in" or "opt_out"`):null},null),Qa=(e,t,...n)=>zt(void 0,[e,t,...n],function*(o,i,r=L.SCRIPT,l={trigger:{origin:ge.EXTERNAL}}){var s,a,c;if(!(i!=null&&i.consent)&&!(i!=null&&i.fidesString))throw new Error("Either consent or fidesString must be provided");if(!o.experience)throw new Error("Experience must be initialized before updating consent");if(!o.cookie)throw new Error("Cookie is not initialized");const{consent:p,fidesString:d,validation:_=re.THROW}=i;if(!Object.values(re).includes(_))throw new Error(`Validation must be one of: ${Object.values(re).join(", ")} (default is ${re.THROW})`);const u=y=>{if(_===re.THROW)throw new Error(y);_===re.WARN&&console.warn(y)};let f=o.consent||{};if(p){const y=ko(o,p);y&&u(y.message)}if(d)try{const y=Ft(d);if(y.nc){f=ne(ne({},o.consent),o.decodeNoticeConsentString(y.nc));const w=ko(o,f);w&&u(w.message)}}catch(y){const w=y instanceof Error?y.message:String(y);u(`Invalid fidesString provided: ${w}`)}else f=ne(ne({},o.consent),p);const b=[];Object.entries(f).forEach(([y,w])=>{var k,E,C,A;const P=(E=(k=o.experience)==null?void 0:k.privacy_notices)==null?void 0:E.find($=>$.notice_key===y);if(P){const $=(A=(C=P.translations)==null?void 0:C[0])==null?void 0:A.privacy_notice_history_id;let N;typeof w=="boolean"?N=te(w,P.consent_mechanism):N=w,$&&b.push(new pe(P,N,$))}});let m;(a=(s=o.experience.experience_config)==null?void 0:s.translations)!=null&&a.length&&(m=o.experience.experience_config.translations[0].privacy_experience_config_history_id);const h=qe(o.geolocation)||void 0;return Ut({consentPreferencesToSave:b,privacyExperienceConfigHistoryId:m,experience:o.experience,consentMethod:r,options:o.options,userLocationString:h,cookie:o.cookie,propertyId:(c=o.config)==null?void 0:c.propertyId,eventExtraDetails:l})}),Bt=e=>{throw new Error(e)},it=e=>{typeof window<"u"&&(window.Fides=e)},Co=({cookie:e,experience:t})=>{let n=t;return At(e.consent)&&(n=Nt({experience:t,cookie:e})),n},Eo=({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:Kn,blueconic:Ur,gtm:Br,meta:Hr,shopify:Yr,showModal:It,getModalLinkLabel:()=>Ve,encodeNoticeConsentString:Bn,decodeNoticeConsentString:Lt,reinitialize(){return typeof this.init!="function"?Promise.reject(new Error("Fides.init method is not available")):((!this.config||!this.initialized)&&Bt("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:Je(this.experience,this.cookie,this.saved_consent,this.options)},updateConsent(t){return Qa(this,t)}});var es=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const xo=(e,t)=>es(void 0,null,function*(){if(!e||!t)return null;const n=yield fetch(t,{mode:"cors"});if(!n.ok)return null;try{return yield n.json()}catch{return null}}),ts=()=>{var e,t,n;if(window.Fides.options.tcfEnabled&&!((t=(e=window.Fides.experience)==null?void 0:e.privacy_notices)!=null&&t.length))return!1;if(typeof((n=window.navigator)==null?void 0:n.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const o=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(o==="true")return!0;if(o==="false")return!1},Ee=()=>typeof window>"u"?{}:{globalPrivacyControl:ts()};var ns=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const os=e=>ns(void 0,[e],function*({savedConsent:t,effectiveExperience:n,cookie:o,fidesRegionString:i,fidesOptions:r,i18n:l}){if(!n||!n.experience_config||!n.privacy_notices||n.privacy_notices.length===0)return!1;const s=Ee(),{nc:a}=Ft(r.fidesString||"");s.globalPrivacyControl;const{consent:c,method:p}=$n(r),d=!!c&&!!p&&!ke();if(!s.globalPrivacyControl&&!a&&!d)return!1;const _=tt(l,n.experience_config),u=_?.privacy_experience_config_history_id;let f=!1,b=!1,m=!1;const h=n.privacy_notices.map(y=>{const w=Ue(y,t),k=Dt(l,y);if(d&&c){const C=c[y.notice_key];if(C!==void 0){m=!0;const A=typeof C=="boolean"?te(C,y.consent_mechanism):C;return new pe(y,A,k?.privacy_notice_history_id)}}const E=Lt(a);if(y.consent_mechanism!==K.NOTICE_ONLY){if(E){const C=E[y.notice_key];if(C!==void 0)return b=!0,new pe(y,te(C,y.consent_mechanism),k?.privacy_notice_history_id)}if(s.globalPrivacyControl&&y.has_gpc_flag&&!w)return f=!0,new pe(y,te(!1,y.consent_mechanism),k?.privacy_notice_history_id)}return new pe(y,te(Ot(y,t),y.consent_mechanism),k?.privacy_notice_history_id)});if(f||b||m){let y=L.SCRIPT;return m&&p?y=p:b?y=L.SCRIPT:f&&(y=L.GPC),yield Ut({servedNoticeHistoryId:ze(),consentPreferencesToSave:h,privacyExperienceConfigHistoryId:u,experience:n,consentMethod:y,options:r,userLocationString:i||void 0,cookie:o,updateCookie:w=>He(w,h)}),!0}return!1}),is=()=>{document.body.classList.add("fides-no-scroll")},Oo=()=>{document.body.classList.remove("fides-no-scroll")},rs=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",Po=e=>{let t=0,n=200;return new Promise(o=>{const i=r=>{const l=setTimeout(()=>{const s=document.getElementById(e);s?(clearInterval(l),o(s)):(t+=1,t>=5&&n<1e3&&(n+=200),i(n))},r)};i(n)})};var as=Object.defineProperty,To=Object.getOwnPropertySymbols,ss=Object.prototype.hasOwnProperty,ls=Object.prototype.propertyIsEnumerable,Ao=(e,t,n)=>t in e?as(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,No=(e,t)=>{for(var n in t||(t={}))ss.call(t,n)&&Ao(e,n,t[n]);if(To)for(var n of To(t))ls.call(t,n)&&Ao(e,n,t[n]);return e},$o=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const cs=(e,t)=>$o(void 0,null,function*(){return qe(e)||qe(yield xo(t.isGeolocationEnabled,t.geolocationApiUrl))}),Io=(e,t)=>{const n={};if(typeof window<"u"){const o=new URLSearchParams(window.location.search),i=t.options.customOptionsPath&&t.options.customOptionsPath.split("."),r=i&&i.length>=0?Rn(i):window.fides_overrides,l=Dn(e);l?.forEach(({overrideName:s,overrideType:a,overrideKey:c,validationRegex:p,transform:d})=>{const _=o.get(c),u=r?r[c]:void 0,f=Ge(c),b=_||u||f;b&&p.test(b.toString())&&(d?n[s]=d(b.toString()):n[s]=a==="string"?b:JSON.parse(b.toString()))})}return n},ds=({consent:e,options:t})=>{const n=Ee(),o=xn(e,n);return Cn(o,t.fidesClearCookie)},ps=({cookie:e,savedConsent:t,experience:n,geolocation:o,options:i,updateExperienceFromCookieConsent:r})=>{let l=n;return Ce(n)&&(l=r({experience:n,cookie:e,debug:i.debug})),{consent:e.consent,fides_meta:e.fides_meta,identity:e.identity,experience:l,tcf_consent:e.tcf_consent,fides_string:e.fides_string,saved_consent:t,geolocation:o,options:i,initialized:!0}},us=e=>$o(void 0,[e],function*({fides:t,options:n,geolocation:o,initOverlay:i,renderOverlay:r,updateExperience:l,overrides:s,propertyId:a}){var c,p,d,_,u;let f=!0,b=null,m=()=>Ve;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(f=n.isOverlayEnabled,f){jn(n)||(f=!1),b=yield cs(o,n);let E=!1;if(b?Ce(t.experience)||(E=!0,t.experience=yield vo({userLocationString:b,fidesApiUrl:n.fidesApiUrl,apiOptions:n.apiOptions,requestMinimalTCF:!1,propertyId:a})):f=!1,f&&Ce(t.experience)&&Mn(t.experience)){if(E){const P=l({cookie:t.cookie,experience:t.experience});t.experience=No(No({},t.experience),P)}const C=Tn({cookie:t.cookie,experience:t.experience});t.cookie=C;const A=Mt();if(so(A,window?.navigator,t.experience,n,s?.experienceTranslationOverrides),t.locale=A.locale||B,m=P=>lo(!!(P!=null&&P.disableLocalization),A,t.experience),((c=t.experience.experience_config)==null?void 0:c.component)===z.HEADLESS){const P=n.modalLinkId||"fides-modal-link";!t.experience||n.fidesEmbed||n.modalLinkId,Po(P).then($=>{document.body.classList.add("fides-overlay-modal-link-shown"),$.classList.add("fides-modal-link-shown")}),f=!1}i&&f&&i({options:n,experience:t.experience,i18n:A,fidesRegionString:b,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:a,translationOverrides:s?.experienceTranslationOverrides}).catch(P=>{}),setTimeout(os.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:b,fidesOptions:n,i18n:A}))}}const{fides_meta:h,identity:y,fides_string:w,tcf_consent:k}=t.cookie;return{consent:$e(t.cookie.consent,(p=t.experience)==null?void 0:p.non_applicable_privacy_notices,(d=t.experience)==null?void 0:d.privacy_notices,(_=n.fidesConsentFlagType)!=null?_:void 0,(u=n.fidesConsentNonApplicableFlagMode)!=null?u:void 0),fides_meta:h,identity:y,fides_string:w,tcf_consent:k,experience:t.experience,geolocation:o,options:n,initialized:!0,getModalLinkLabel:m}});var rt,O,Lo,be,So,Fo,Gt,Ht,Vt,Kt,jo,Le={},Do=[],fs=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,at=Array.isArray;function se(e,t){for(var n in t)e[n]=t[n];return e}function Mo(e){var t=e.parentNode;t&&t.removeChild(e)}function v(e,t,n){var o,i,r,l={};for(r in t)r=="key"?o=t[r]:r=="ref"?i=t[r]:l[r]=t[r];if(arguments.length>2&&(l.children=arguments.length>3?rt.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)l[r]===void 0&&(l[r]=e.defaultProps[r]);return st(e,l,o,i,null)}function st(e,t,n,o,i){var r={type:e,props:t,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:i??++Lo,__i:-1,__u:0};return i==null&&O.vnode!=null&&O.vnode(r),r}function oe(e){return e.children}function ie(e,t){this.props=e,this.context=t}function ye(e,t){if(t==null)return e.__?ye(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null)return n.__e;return typeof e.type=="function"?ye(e):null}function Ro(e){var t,n;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null){e.__e=e.__c.base=n.__e;break}return Ro(e)}}function Yt(e){(!e.__d&&(e.__d=!0)&&be.push(e)&&!lt.__r++||So!==O.debounceRendering)&&((So=O.debounceRendering)||Fo)(lt)}function lt(){var e,t,n,o,i,r,l,s;for(be.sort(Gt);e=be.shift();)e.__d&&(t=be.length,o=void 0,r=(i=(n=e).__v).__e,l=[],s=[],n.__P&&((o=se({},i)).__v=i.__v+1,O.vnode&&O.vnode(o),qt(n.__P,o,i,n.__n,n.__P.namespaceURI,32&i.__u?[r]:null,l,r??ye(i),!!(32&i.__u),s),o.__v=i.__v,o.__.__k[o.__i]=o,Ho(l,o,s),o.__e!=r&&Ro(o)),be.length>t&&be.sort(Gt));lt.__r=0}function zo(e,t,n,o,i,r,l,s,a,c,p){var d,_,u,f,b,m=o&&o.__k||Do,h=t.length;for(n.__d=a,vs(n,t,m),a=n.__d,d=0;d<h;d++)(u=n.__k[d])!=null&&typeof u!="boolean"&&typeof u!="function"&&(_=u.__i===-1?Le:m[u.__i]||Le,u.__i=d,qt(e,u,_,i,r,l,s,a,c,p),f=u.__e,u.ref&&_.ref!=u.ref&&(_.ref&&Wt(_.ref,null,u),p.push(u.ref,u.__c||f,u)),b==null&&f!=null&&(b=f),65536&u.__u||_.__k===u.__k?(a&&typeof u.type=="string"&&!e.contains(a)&&(a=ye(_)),a=Uo(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);n.__d=a,n.__e=b}function vs(e,t,n){var o,i,r,l,s,a=t.length,c=n.length,p=c,d=0;for(e.__k=[],o=0;o<a;o++)l=o+d,(i=e.__k[o]=(i=t[o])==null||typeof i=="boolean"||typeof i=="function"?null:typeof i=="string"||typeof i=="number"||typeof i=="bigint"||i.constructor==String?st(null,i,null,null,null):at(i)?st(oe,{children:i},null,null,null):i.constructor===void 0&&i.__b>0?st(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i)!=null?(i.__=e,i.__b=e.__b+1,s=gs(i,n,l,p),i.__i=s,r=null,s!==-1&&(p--,(r=n[s])&&(r.__u|=131072)),r==null||r.__v===null?(s==-1&&d--,typeof i.type!="function"&&(i.__u|=65536)):s!==l&&(s==l-1?d=s-l:s==l+1?d++:s>l?p>a-l?d+=s-l:d--:s<l&&d++,s!==o+d&&(i.__u|=65536))):(r=n[l])&&r.key==null&&r.__e&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=ye(r)),Jt(r,r,!1),n[l]=null,p--);if(p)for(o=0;o<c;o++)(r=n[o])!=null&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=ye(r)),Jt(r,r))}function Uo(e,t,n){var o,i;if(typeof e.type=="function"){for(o=e.__k,i=0;o&&i<o.length;i++)o[i]&&(o[i].__=e,t=Uo(o[i],t,n));return t}e.__e!=t&&(n.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function ct(e,t){return t=t||[],e==null||typeof e=="boolean"||(at(e)?e.some(function(n){ct(n,t)}):t.push(e)),t}function gs(e,t,n,o){var i=e.key,r=e.type,l=n-1,s=n+1,a=t[n];if(a===null||a&&i==a.key&&r===a.type&&(131072&a.__u)==0)return n;if(o>(a!=null&&(131072&a.__u)==0?1:0))for(;l>=0||s<t.length;){if(l>=0){if((a=t[l])&&(131072&a.__u)==0&&i==a.key&&r===a.type)return l;l--}if(s<t.length){if((a=t[s])&&(131072&a.__u)==0&&i==a.key&&r===a.type)return s;s++}}return-1}function Bo(e,t,n){t[0]==="-"?e.setProperty(t,n??""):e[t]=n==null?"":typeof n!="number"||fs.test(t)?n:n+"px"}function dt(e,t,n,o,i){var r;e:if(t==="style")if(typeof n=="string")e.style.cssText=n;else{if(typeof o=="string"&&(e.style.cssText=o=""),o)for(t in o)n&&t in n||Bo(e.style,t,"");if(n)for(t in n)o&&n[t]===o[t]||Bo(e.style,t,n[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]=n,n?o?n.u=o.u:(n.u=Ht,e.addEventListener(t,r?Kt:Vt,r)):e.removeEventListener(t,r?Kt:Vt,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]=n??"";break e}catch{}typeof n=="function"||(n==null||n===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&n==1?"":n))}}function Go(e){return function(t){if(this.l){var n=this.l[t.type+e];if(t.t==null)t.t=Ht++;else if(t.t<n.u)return;return n(O.event?O.event(t):t)}}}function qt(e,t,n,o,i,r,l,s,a,c){var p,d,_,u,f,b,m,h,y,w,k,E,C,A,P,$,N=t.type;if(t.constructor!==void 0)return null;128&n.__u&&(a=!!(32&n.__u),r=[s=t.__e=n.__e]),(p=O.__b)&&p(t);e:if(typeof N=="function")try{if(h=t.props,y="prototype"in N&&N.prototype.render,w=(p=N.contextType)&&o[p.__c],k=p?w?w.props.value:p.__:o,n.__c?m=(d=t.__c=n.__c).__=d.__E:(y?t.__c=d=new N(h,k):(t.__c=d=new ie(h,k),d.constructor=N,d.render=bs),w&&w.sub(d),d.props=h,d.state||(d.state={}),d.context=k,d.__n=o,_=d.__d=!0,d.__h=[],d._sb=[]),y&&d.__s==null&&(d.__s=d.state),y&&N.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=se({},d.__s)),se(d.__s,N.getDerivedStateFromProps(h,d.__s))),u=d.props,f=d.state,d.__v=t,_)y&&N.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),y&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(y&&N.getDerivedStateFromProps==null&&h!==u&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(h,k),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(h,d.__s,k)===!1||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=h,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach(function(R){R&&(R.__=t)}),E=0;E<d._sb.length;E++)d.__h.push(d._sb[E]);d._sb=[],d.__h.length&&l.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(h,d.__s,k),y&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(u,f,b)})}if(d.context=k,d.props=h,d.__P=e,d.__e=!1,C=O.__r,A=0,y){for(d.state=d.__s,d.__d=!1,C&&C(t),p=d.render(d.props,d.state,d.context),P=0;P<d._sb.length;P++)d.__h.push(d._sb[P]);d._sb=[]}else do d.__d=!1,C&&C(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&&(o=se(se({},o),d.getChildContext())),y&&!_&&d.getSnapshotBeforeUpdate!=null&&(b=d.getSnapshotBeforeUpdate(u,f)),zo(e,at($=p!=null&&p.type===oe&&p.key==null?p.props.children:p)?$:[$],t,n,o,i,r,l,s,a,c),d.base=t.__e,t.__u&=-161,d.__h.length&&l.push(d),m&&(d.__E=d.__=null)}catch(R){t.__v=null,a||r!=null?(t.__e=s,t.__u|=a?160:32,r[r.indexOf(s)]=null):(t.__e=n.__e,t.__k=n.__k),O.__e(R,t,n)}else r==null&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=_s(n.__e,t,n,o,i,r,l,a,c);(p=O.diffed)&&p(t)}function Ho(e,t,n){t.__d=void 0;for(var o=0;o<n.length;o++)Wt(n[o],n[++o],n[++o]);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 _s(e,t,n,o,i,r,l,s,a){var c,p,d,_,u,f,b,m=n.props,h=t.props,y=t.type;if(y==="svg"?i="http://www.w3.org/2000/svg":y==="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),r!=null){for(c=0;c<r.length;c++)if((u=r[c])&&"setAttribute"in u==!!y&&(y?u.localName===y:u.nodeType===3)){e=u,r[c]=null;break}}if(e==null){if(y===null)return document.createTextNode(h);e=document.createElementNS(i,y,h.is&&h),r=null,s=!1}if(y===null)m===h||s&&e.data===h||(e.data=h);else{if(r=r&&rt.call(e.childNodes),m=n.props||Le,!s&&r!=null)for(m={},c=0;c<e.attributes.length;c++)m[(u=e.attributes[c]).name]=u.value;for(c in m)if(u=m[c],c!="children"){if(c=="dangerouslySetInnerHTML")d=u;else if(c!=="key"&&!(c in h)){if(c=="value"&&"defaultValue"in h||c=="checked"&&"defaultChecked"in h)continue;dt(e,c,null,u,i)}}for(c in h)u=h[c],c=="children"?_=u:c=="dangerouslySetInnerHTML"?p=u:c=="value"?f=u:c=="checked"?b=u:c==="key"||s&&typeof u!="function"||m[c]===u||dt(e,c,u,m[c],i);if(p)s||d&&(p.__html===d.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(d&&(e.innerHTML=""),zo(e,at(_)?_:[_],t,n,o,y==="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,l,r?r[0]:n.__k&&ye(n,0),s,a),r!=null)for(c=r.length;c--;)r[c]!=null&&Mo(r[c]);s||(c="value",f!==void 0&&(f!==e[c]||y==="progress"&&!f||y==="option"&&f!==m[c])&&dt(e,c,f,m[c],i),c="checked",b!==void 0&&b!==e[c]&&dt(e,c,b,m[c],i))}return e}function Wt(e,t,n){try{typeof e=="function"?e(t):e.current=t}catch(o){O.__e(o,n)}}function Jt(e,t,n){var o,i;if(O.unmount&&O.unmount(e),(o=e.ref)&&(o.current&&o.current!==e.__e||Wt(o,null,t)),(o=e.__c)!=null){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(r){O.__e(r,t)}o.base=o.__P=null}if(o=e.__k)for(i=0;i<o.length;i++)o[i]&&Jt(o[i],t,n||typeof e.type!="function");n||e.__e==null||Mo(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function bs(e,t,n){return this.constructor(e,n)}function Vo(e,t,n){var o,i,r,l;O.__&&O.__(e,t),i=(o=typeof n=="function")?null:n&&n.__k||t.__k,r=[],l=[],qt(t,e=(!o&&n||t).__k=v(oe,null,[e]),i||Le,Le,t.namespaceURI,!o&&n?[n]:i?null:t.firstChild?rt.call(t.childNodes):null,r,!o&&n?n:i?i.__e:t.firstChild,o,l),Ho(r,e,l)}function pt(e,t){var n={__c:t="__cC"+jo++,__:e,Consumer:function(o,i){return o.children(i)},Provider:function(o){var i,r;return this.getChildContext||(i=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){i=null},this.shouldComponentUpdate=function(l){this.props.value!==l.value&&i.some(function(s){s.__e=!0,Yt(s)})},this.sub=function(l){i.push(l);var s=l.componentWillUnmount;l.componentWillUnmount=function(){i&&i.splice(i.indexOf(l),1),s&&s.call(l)}}),o.children}};return n.Provider.__=n.Consumer.contextType=n}rt=Do.slice,O={__e:function(e,t,n,o){for(var i,r,l;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&r.getDerivedStateFromError!=null&&(i.setState(r.getDerivedStateFromError(e)),l=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,o||{}),l=i.__d),l)return i.__E=i}catch(s){e=s}throw e}},Lo=0,ie.prototype.setState=function(e,t){var n;n=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=se({},this.state),typeof e=="function"&&(e=e(se({},n),this.props)),e&&se(n,e),e!=null&&this.__v&&(t&&this._sb.push(t),Yt(this))},ie.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Yt(this))},ie.prototype.render=oe,be=[],Fo=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Gt=function(e,t){return e.__v.__b-t.__v.__b},lt.__r=0,Ht=0,Vt=Go(!1),Kt=Go(!0),jo=0;const ys=e=>{try{const t=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(e);if(!t)return null;let n=parseInt(t[1],16),o=parseInt(t[2],16),i=parseInt(t[3],16);n/=255,o/=255,i/=255;const r=Math.max(n,o,i),l=Math.min(n,o,i);let s,a;const c=(r+l)/2;if(r===l)s=a=0;else{const p=r-l;switch(a=c>.5?p/(2-r-l):p/(r+l),r){case n:s=(o-i)/p+(o<i?6:0);break;case o:s=(i-n)/p+2;break;case i:s=(n-o)/p+4;break}s/=6}return{h:s,s:a,l:c}}catch{return null}},ms=(e,t=!1)=>{let n="";const o=Math.round(e.h*360),i=Math.round(e.s*100),r=Math.round(e.l*100);return n=`${o},${i}%,${r}%`,n=t?n:`hsl(${n})`,n};var Ko=(e=>(e.HEX="hex",e.HSL="hsl",e))(Ko||{});const hs=(e,t,n)=>{const o=t==="hex"?ys(e):e;return o&&o.l?(o.l<.25?o.l=n===1?o.l+.1:o.l+.2:o.l<.5?o.l=n===1?o.l+.08:o.l+.16:o.l<.75?o.l=n===1?o.l+.06:o.l+.12:o.l<.9?o.l=n===1?o.l+.04:o.l+.08:o.l=.9,ms(o)):e};var ut=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const Yo="fides-embed-container",ws="fides-overlay";let ft;const qo=e=>ut(void 0,[e],function*({options:t,experience:n,i18n:o,fidesRegionString:i,cookie:r,savedConsent:l,renderOverlay:s,propertyId:a,translationOverrides:c}){const p=()=>ut(void 0,null,function*(){var d,_,u;try{if(ft&&(Vo(null,ft),ft=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const b=hs(t.fidesPrimaryColor,Ko.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",b)}let f;if(t.fidesEmbed)f=document.getElementById(Yo),f||(yield ut(void 0,null,function*(){return new Promise(b=>{let m=0,h=200;const y=setInterval(()=>{f=document.getElementById(Yo),f?(clearInterval(y),b()):(m+=1,m>=5&&h<1e3&&(h+=200))},h)})}));else{const b=t.overlayParentId||ws;f=document.getElementById(b),f||(f=document.createElement("div"),f.id=b,f.className="fides-overlay",document.body.prepend(f))}return f?(s&&(((d=n.experience_config)==null?void 0:d.component)===z.MODAL||((_=n.experience_config)==null?void 0:_.component)===z.BANNER_AND_MODAL||((u=n.experience_config)==null?void 0:u.component)===z.TCF_OVERLAY)&&(s({options:t,experience:n,i18n:o,fidesRegionString:i,cookie:r,savedConsent:l,propertyId:a,translationOverrides:c},f),ft=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",()=>ut(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function ks(e,t){t===void 0&&(t={});var n=t.insertAt;if(!(!e||typeof document>"u")){var o=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",n==="top"&&o.firstChild?o.insertBefore(i,o.firstChild):o.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}var Cs=`: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(\n --fides-overlay-primary-color\n );--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(\n --fides-overlay-background-color\n );--fides-overlay-secondary-button-background-hover-color:var(\n --fides-overlay-hover-color\n );--fides-overlay-secondary-button-text-color:#2d3748;--fides-overlay-secondary-button-border-color:var(\n --fides-overlay-primary-color\n );--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(\n --fides-overlay-secondary-button-background-hover-color\n );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}}`;ks(Cs);var xe,I,Zt,Wo,Se=0,Jo=[],F=O,Zo=F.__b,Xo=F.__r,Qo=F.diffed,ei=F.__c,ti=F.unmount,ni=F.__;function vt(e,t){F.__h&&F.__h(I,e,Se||t),Se=0;var n=I.__H||(I.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function H(e){return Se=1,Es(ri,e)}function Es(e,t,n){var o=vt(xe++,2);if(o.t=e,!o.__c&&(o.__=[n?n(t):ri(void 0,t),function(s){var a=o.__N?o.__N[0]:o.__[0],c=o.t(a,s);a!==c&&(o.__N=[c,o.__[1]],o.__c.setState({}))}],o.__c=I,!I.u)){var i=function(s,a,c){if(!o.__c.__H)return!0;var p=o.__c.__H.__.filter(function(_){return!!_.__c});if(p.every(function(_){return!_.__N}))return!r||r.call(this,s,a,c);var d=!1;return p.forEach(function(_){if(_.__N){var u=_.__[0];_.__=_.__N,_.__N=void 0,u!==_.__[0]&&(d=!0)}}),!(!d&&o.__c.props===s)&&(!r||r.call(this,s,a,c))};I.u=!0;var r=I.shouldComponentUpdate,l=I.componentWillUpdate;I.componentWillUpdate=function(s,a,c){if(this.__e){var p=r;r=void 0,i(s,a,c),r=p}l&&l.call(this,s,a,c)},I.shouldComponentUpdate=i}return o.__N||o.__}function M(e,t){var n=vt(xe++,3);!F.__s&&ii(n.__H,t)&&(n.__=e,n.i=t,I.__H.__h.push(n))}function Xt(e){return Se=5,Oe(function(){return{current:e}},[])}function Oe(e,t){var n=vt(xe++,7);return ii(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function j(e,t){return Se=8,Oe(function(){return e},t)}function gt(e){var t=I.context[e.__c],n=vt(xe++,9);return n.c=e,t?(n.__==null&&(n.__=!0,t.sub(I)),t.props.value):e.__}function xs(){for(var e;e=Jo.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(_t),e.__H.__h.forEach(Qt),e.__H.__h=[]}catch(t){e.__H.__h=[],F.__e(t,e.__v)}}F.__b=function(e){I=null,Zo&&Zo(e)},F.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),ni&&ni(e,t)},F.__r=function(e){Xo&&Xo(e),xe=0;var t=(I=e.__c).__H;t&&(Zt===I?(t.__h=[],I.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.i=n.__N=void 0})):(t.__h.forEach(_t),t.__h.forEach(Qt),t.__h=[],xe=0)),Zt=I},F.diffed=function(e){Qo&&Qo(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Jo.push(t)!==1&&Wo===F.requestAnimationFrame||((Wo=F.requestAnimationFrame)||Os)(xs)),t.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.i=void 0})),Zt=I=null},F.__c=function(e,t){t.some(function(n){try{n.__h.forEach(_t),n.__h=n.__h.filter(function(o){return!o.__||Qt(o)})}catch(o){t.some(function(i){i.__h&&(i.__h=[])}),t=[],F.__e(o,n.__v)}}),ei&&ei(e,t)},F.unmount=function(e){ti&&ti(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(o){try{_t(o)}catch(i){t=i}}),n.__H=void 0,t&&F.__e(t,n.__v))};var oi=typeof requestAnimationFrame=="function";function Os(e){var t,n=function(){clearTimeout(o),oi&&cancelAnimationFrame(t),setTimeout(e)},o=setTimeout(n,100);oi&&(t=requestAnimationFrame(n))}function _t(e){var t=I,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),I=t}function Qt(e){var t=I;e.__c=e.__(),I=t}function ii(e,t){return!e||e.length!==t.length||t.some(function(n,o){return n!==e[o]})}function ri(e,t){return typeof t=="function"?t(e):t}const Ps=({id:e})=>{const[t,n]=H(!1),o=j(()=>n(!1),[]),i=j(()=>n(!0),[]),r=j(()=>{t?o():i()},[t,i,o]);return{isOpen:t,onOpen:i,onClose:o,onToggle:r,getButtonProps:()=>({"aria-expanded":t,"aria-controls":e,onClick:r}),getDisclosureProps:()=>({id:e,className:t?"fides-disclosure-visible":"fides-disclosure-hidden"})}},Ts=(e,t)=>{const[n,o]=H(null);return M(()=>{if(t)return()=>{};Po(e).then(i=>{o(i)})},[e,t]),n},As=()=>{const[e,t]=H(!1);return M(()=>{t(!0)},[]),e};var Ns=Object.defineProperty,ai=Object.getOwnPropertySymbols,$s=Object.prototype.hasOwnProperty,Is=Object.prototype.propertyIsEnumerable,si=(e,t,n)=>t in e?Ns(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ls=(e,t)=>{for(var n in t||(t={}))$s.call(t,n)&&si(e,n,t[n]);if(ai)for(var n of ai(t))Is.call(t,n)&&si(e,n,t[n]);return e},Ss=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const Fs=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:n,privacyNoticeHistoryIds:o,userGeography:i,acknowledgeMode:r,propertyId:l,tcfNoticesServed:s})=>{const[a,c]=H(ze()),p=j(d=>Ss(void 0,null,function*(){var _;if(e.fidesDisableSaveApi||e.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===Te.BANNER&&!((_=t?.experience_config)!=null&&_.show_layer1_notices))return;const u=ze();c(u);const f=Ls({served_notice_history_id:u,browser_identity:d.detail.identity,privacy_experience_config_history_id:n||"",user_geography:i,acknowledge_mode:r,privacy_notice_history_ids:o||[],serving_component:String(d.detail.extraDetails.servingComponent),property_id:l},s);mo({request:f,options:e})}),[e,t,n,i,r,o,l,s]);return M(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:a}},li=pt({}),js=({i18nInstance:e,children:t})=>{const[n,o]=H(),[i,r]=H(!1),l=j(a=>{e.activate(a),o(a)},[e,o]);M(()=>{const a=document.getElementById(kr);i?a?.style.setProperty("animation-name","spin"):a?.style.removeProperty("animation-name")},[i]);const s=Oe(()=>({i18n:e,currentLocale:n,setCurrentLocale:l,isLoading:i,setIsLoading:r}),[e,n,l,i]);return v(li.Provider,{value:s},t)},Q=()=>{const e=gt(li);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e};var Ds=Object.defineProperty,Ms=Object.defineProperties,Rs=Object.getOwnPropertyDescriptors,ci=Object.getOwnPropertySymbols,zs=Object.prototype.hasOwnProperty,Us=Object.prototype.propertyIsEnumerable,di=(e,t,n)=>t in e?Ds(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,en=(e,t)=>{for(var n in t||(t={}))zs.call(t,n)&&di(e,n,t[n]);if(ci)for(var n of ci(t))Us.call(t,n)&&di(e,n,t[n]);return e},Bs=(e,t)=>Ms(e,Rs(t));const pi=pt({}),Gs=({children:e})=>{const t=Xt(),n=Xt(),o=j(s=>{t.current=s},[]),i=j(s=>{n.current=s},[]),r=j((s,a,c)=>{var p;ae(s,a,Bs(en({},c),{servingComponent:(p=c?.servingComponent)!=null?p:n.current,trigger:en(en({},c?.trigger),t.current)})),o(void 0)},[o]),l=Oe(()=>({triggerRef:t,setTrigger:o,servingComponentRef:n,setServingComponent:i,dispatchFidesEventAndClearTrigger:r}),[o,r,i]);return v(pi.Provider,{value:l},e)},le=()=>{const e=gt(pi);if(!e||Object.keys(e).length===0)throw new Error("useEvent must be used within a EventProvider");return e},ui=({onClick:e,ariaLabel:t,hidden:n=!1})=>v("button",{type:"button","aria-label":t,className:"fides-close-button",onClick:e,style:{visibility:n?"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=pt({}),tn="__VENDOR_COUNT_LINK__",fi=(e,t)=>t?v("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):rs(e).trim(),vi=({description:e,onVendorPageClick:t,allowHTMLDescription:n=!1})=>{const[o,i]=H(),{setTrigger:r}=le();let l=0;const s=gt(Hs);return s!=null&&s.vendorCount&&(l=s.vendorCount),M(()=>{if(e)if(e.includes(tn)&&t){const a=e.split(tn);for(let p=1;p<a.length;p+=2)a.splice(p,0,v(oe,null," ",v("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:()=>{t&&(r({type:Y.LINK,label:tn}),t())}},l)," "));const c=a.map(p=>typeof p=="string"?fi(p,n):p);i(c)}else i([fi(e,n)])},[e,t]),e?v("div",null,o):null},gi=({status:e})=>{const{i18n:t}=Q(),n=t.t("static.gpc"),o=e.valueOf();let i="";if(e===ee.APPLIED)i=t.t("static.gpc.status.applied");else if(e===ee.OVERRIDDEN)i=t.t("static.gpc.status.overridden");else if(e===ee.NONE)return null;return v("span",{className:"fides-gpc-label"},n," ",v("span",{className:`fides-gpc-badge fides-gpc-badge-${o}`},i))},Vs=({dismissable:e,onOpen:t,onClose:n,bannerIsOpen:o,children:i,onVendorPageClick:r,renderButtonGroup:l,className:s,isEmbedded:a})=>{var c,p,d,_,u,f,b,m,h,y,w;const{i18n:k}=Q(),E=Ee().globalPrivacyControl,{setTrigger:C}=le();M(()=>{o&&t()},[o,t]);const A=_e(k,"exp.banner_title")?k.t("exp.banner_title"):k.t("exp.title"),P=_e(k,"exp.banner_description")?k.t("exp.banner_description"):k.t("exp.description"),$=["fides-banner","fides-banner-bottom",!o&&"fides-banner-hidden",a&&"fides-embedded",s].filter(R=>typeof R=="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=(_=window.Fides)==null?void 0:_.experience)!=null&&u.privacy_notices&&(N=(b=(f=window.Fides)==null?void 0:f.experience)==null?void 0:b.privacy_notices),v("div",{id:"fides-banner-container",className:$},v("div",{id:"fides-banner"},v("div",{id:"fides-banner-inner"},v(ui,{ariaLabel:"Close banner",onClick:()=>{C({type:Y.BUTTON,label:"Close banner"}),n()},hidden:((h=(m=window.Fides)==null?void 0:m.options)==null?void 0:h.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"},A),E&&v(gi,{status:ee.APPLIED})),v("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},v(vi,{description:P,onVendorPageClick:r,allowHTMLDescription:(w=(y=window.Fides)==null?void 0:y.options)==null?void 0:w.allowHTMLDescription}),!!(N!=null&&N.length)&&v("div",{id:"fides-banner-notices",className:"fides-banner-notices"},N.map((R,ce)=>v("span",{key:R.id},v("strong",null,R.name),ce<N.length-1&&", "))))),i),l())))},Ks=e=>{const[t,n]=H(!1);return M(()=>{const o=window.matchMedia(e);n(o.matches);function i(r){n(r.matches)}return o.addEventListener?o.addEventListener("change",i):o.addListener(i),()=>{o.removeEventListener?o.removeEventListener("change",i):o.removeListener(i)}},[e]),t},Ys=()=>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"})),qs=()=>v("div",{className:"fides-brand"},v("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",v(Ys,null))),Ws=()=>v("div",{className:"fides-spinner"}),Pe=({buttonType:e,label:t,id:n,onClick:o,className:i="",disabled:r,loading:l})=>v("button",{type:"button",id:n,className:`fides-banner-button fides-banner-button-${e.valueOf()} ${i}`,onClick:o,"data-testid":`${t}-btn`,disabled:r||l,style:{cursor:r||l?"not-allowed":"pointer"}},t||"",l&&v(Ws,null));function Js(e,t){for(var n in t)e[n]=t[n];return e}function _i(e,t){for(var n in e)if(n!=="__source"&&!(n in t))return!0;for(var o in t)if(o!=="__source"&&e[o]!==t[o])return!0;return!1}function bi(e,t){this.props=e,this.context=t}(bi.prototype=new ie).isPureReactComponent=!0,bi.prototype.shouldComponentUpdate=function(e,t){return _i(this.props,e)||_i(this.state,t)};var yi=O.__b;O.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),yi&&yi(e)};var Zs=O.__e;O.__e=function(e,t,n,o){if(e.then){for(var i,r=t;r=r.__;)if((i=r.__c)&&i.__c)return t.__e==null&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t)}Zs(e,t,n,o)};var mi=O.unmount;function hi(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(o){typeof o.__c=="function"&&o.__c()}),e.__c.__H=null),(e=Js({},e)).__c!=null&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(o){return hi(o,t,n)})),e}function wi(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(o){return wi(o,t,n)}),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function nn(){this.__u=0,this.t=null,this.__b=null}function ki(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function bt(){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),mi&&mi(e)},(nn.prototype=new ie).__c=function(e,t){var n=t.__c,o=this;o.t==null&&(o.t=[]),o.t.push(n);var i=ki(o.__v),r=!1,l=function(){r||(r=!0,n.__R=null,i?i(s):s())};n.__R=l;var s=function(){if(!--o.__u){if(o.state.__a){var a=o.state.__a;o.__v.__k[0]=wi(a,a.__c.__P,a.__c.__O)}var c;for(o.setState({__a:o.__b=null});c=o.t.pop();)c.forceUpdate()}};o.__u++||32&t.__u||o.setState({__a:o.__b=o.__v.__k[0]}),e.then(l,l)},nn.prototype.componentWillUnmount=function(){this.t=[]},nn.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=hi(this.__b,n,o.__O=o.__P)}this.__b=null}var i=t.__a&&v(oe,null,e.fallback);return i&&(i.__u&=-33),[v(oe,null,t.__a?null:e.children),i]};var Ci=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};(bt.prototype=new ie).__a=function(e){var t=this,n=ki(t.__v),o=t.o.get(e);return o[0]++,function(i){var r=function(){t.props.revealOrder?(o.push(i),Ci(t,e,o)):i()};n?n(r):r()}},bt.prototype.render=function(e){this.u=null,this.o=new Map;var t=ct(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},bt.prototype.componentDidUpdate=bt.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,n){Ci(e,n,t)})};var Xs=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,Qs=/^(?: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]/,el=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,tl=/[A-Z0-9]/g,nl=typeof document<"u",ol=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};ie.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(ie.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var Ei=O.event;function il(){}function rl(){return this.cancelBubble}function al(){return this.defaultPrevented}O.event=function(e){return Ei&&(e=Ei(e)),e.persist=il,e.isPropagationStopped=rl,e.isDefaultPrevented=al,e.nativeEvent=e};var sl={enumerable:!1,configurable:!0,get:function(){return this.class}},xi=O.vnode;O.vnode=function(e){typeof e.type=="string"&&function(t){var n=t.props,o=t.type,i={};for(var r in n){var l=n[r];if(!(r==="value"&&"defaultValue"in n&&l==null||nl&&r==="children"&&o==="noscript"||r==="class"||r==="className")){var s=r.toLowerCase();r==="defaultValue"&&"value"in n&&n.value==null?r="value":r==="download"&&l===!0?l="":s==="translate"&&l==="no"?l=!1:s==="ondoubleclick"?r="ondblclick":s!=="onchange"||o!=="input"&&o!=="textarea"||ol(n.type)?s==="onfocus"?r="onfocusin":s==="onblur"?r="onfocusout":el.test(r)?r=s:o.indexOf("-")===-1&&Qs.test(r)?r=r.replace(tl,"-$&").toLowerCase():l===null&&(l=void 0):s=r="oninput",s==="oninput"&&i[r=s]&&(r="oninputCapture"),i[r]=l}}o=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=ct(n.children).forEach(function(a){a.props.selected=i.value.indexOf(a.props.value)!=-1})),o=="select"&&i.defaultValue!=null&&(i.value=ct(n.children).forEach(function(a){a.props.selected=i.multiple?i.defaultValue.indexOf(a.props.value)!=-1:i.defaultValue==a.props.value})),n.class&&!n.className?(i.class=n.class,Object.defineProperty(i,"className",sl)):(n.className&&!n.class||n.class&&n.className)&&(i.class=i.className=n.className),t.props=i}(e),e.$$typeof=Xs,xi&&xi(e)};var Oi=O.__r;O.__r=function(e){Oi&&Oi(e),e.__c};var Pi=O.diffed;O.diffed=function(e){Pi&&Pi(e);var t=e.props,n=e.__e;n!=null&&e.type==="textarea"&&"value"in t&&t.value!==n.value&&(n.value=t.value==null?"":t.value)};const ll=pt({});var cl=Object.defineProperty,dl=Object.defineProperties,pl=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,Ti=Object.prototype.hasOwnProperty,Ai=Object.prototype.propertyIsEnumerable,Ni=(e,t,n)=>t in e?cl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ul=(e,t)=>{for(var n in t||(t={}))Ti.call(t,n)&&Ni(e,n,t[n]);if(yt)for(var n of yt(t))Ai.call(t,n)&&Ni(e,n,t[n]);return e},fl=(e,t)=>dl(e,pl(t)),vl=(e,t)=>{var n={};for(var o in e)Ti.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&yt)for(var o of yt(e))t.indexOf(o)<0&&Ai.call(e,o)&&(n[o]=e[o]);return n};const gl=e=>{var t=e,{isActive:n,className:o,children:i}=t,r=vl(t,["isActive","className","children"]);return v("button",fl(ul({type:"button","aria-pressed":n||void 0},r),{className:`fides-banner-button fides-menu-item ${o||""}`}),i)};var _l=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const bl=({availableLocales:e,options:t,isTCF:n})=>{const{i18n:o,currentLocale:i,setCurrentLocale:r,setIsLoading:l}=Q(),s=gt(ll),a=c=>_l(void 0,null,function*(){var p;if(c!==o.locale)if(n){l(!0);const d=yield go(t.fidesApiUrl,[c]);l(!1),d&&Object.keys(d).length?(s.setGvlTranslations(d[c]),io(o,d,e||[B]),r(c)):console.error(`Unable to load GVL translation for ${c}`)}else r(c);(p=document.getElementById(In))==null||p.focus()});return v("div",{className:"fides-i18n-menu"},v("div",{role:"group",className:"fides-i18n-popover"},o.availableLanguages.map(c=>v(gl,{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"}))))},yl=()=>{const{i18n:e}=Q();if(!_e(e,"exp.privacy_policy_link_label")||!_e(e,"exp.privacy_policy_url"))return null;const t=e.t("exp.privacy_policy_link_label"),n=e.t("exp.privacy_policy_url");return v("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},v("a",{href:n,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},t))},ml=({availableLocales:e=[B],onManagePreferencesClick:t,renderFirstButton:n,onAcceptAll:o,onRejectAll:i,hideOptInOut:r,hideRejectAll:l,options:s,isInModal:a,isTCF:c,isMinimalTCF:p,isGVLLoading:d})=>{var _;const[u,f]=H(!1),{i18n:b}=Q(),{setTrigger:m}=le(),h=Ks("(max-width: 768px)"),y=((_=b.availableLanguages)==null?void 0:_.length)>1,w=_e(b,"exp.privacy_policy_link_label")&&_e(b,"exp.privacy_policy_url"),k=()=>{const C=!c||!p;f(!C),t&&C&&t()},E=a&&s.showFidesBrandLink;return M(()=>{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"},!!n&&n(),!r&&v(oe,null,c&&!!t&&v(Pe,{buttonType:J.SECONDARY,label:b.t("exp.privacy_preferences_link_label"),onClick:()=>{m({type:Y.BUTTON,label:b.t("exp.privacy_preferences_link_label")}),k()},className:"fides-manage-preferences-button",loading:u}),!l&&v(Pe,{buttonType:J.PRIMARY,label:b.t("exp.reject_button_label"),onClick:()=>{m({type:Y.BUTTON,label:b.t("exp.reject_button_label")}),i()},className:"fides-reject-all-button",loading:d}),v(Pe,{buttonType:J.PRIMARY,label:b.t("exp.accept_button_label"),onClick:()=>{m({type:Y.BUTTON,label:b.t("exp.accept_button_label")}),o()},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"}${y?" fides-button-group-i18n":""}${w?" fides-button-group-privacy-policy":""}${E?" fides-button-group-brand":""}`},y&&v(bl,{availableLocales:e,options:s,isTCF:!!c}),!c&&!!t&&v(Pe,{buttonType:h?J.SECONDARY:J.TERTIARY,label:b.t("exp.privacy_preferences_link_label"),onClick:()=>{m({type:Y.BUTTON,label:b.t("exp.privacy_preferences_link_label")}),t()},className:"fides-manage-preferences-button"}),w&&v(yl,null),E&&v(qs,null)))},$i=({experience:e,onAcceptAll:t,onRejectAll:n,onSave:o,onManagePreferencesClick:i,enabledKeys:r,isInModal:l,isAcknowledge:s,hideOptInOut:a=!1,options:c})=>{const{i18n:p}=Q(),{setTrigger:d}=le();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:_}=e,u=()=>{o(L.ACKNOWLEDGE,_.map(m=>m.notice_key))},f=()=>{o(L.SAVE,r)},b=()=>s?v(Pe,{buttonType:J.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:()=>{d({type:Y.BUTTON,label:p.t("exp.acknowledge_button_label")}),u()},className:"fides-acknowledge-button"}):l?v(Pe,{buttonType:a?J.PRIMARY:J.SECONDARY,label:p.t("exp.save_button_label"),onClick:()=>{d({type:Y.BUTTON,label:p.t("exp.save_button_label")}),f()},className:"fides-save-button"}):null;return v(ml,{availableLocales:e.available_locales,onManagePreferencesClick:i,onAcceptAll:t,onRejectAll:n,isInModal:l,renderFirstButton:b,hideOptInOut:a,options:c})};var hl=[\'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^="-"])\'],wl="Tab",kl="Escape";function q(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()}q.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=Fe(\'[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=Fe("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest(\'[aria-modal="true"], [data-a11y-dialog]\')===e}).concat(Fe(\'[data-a11y-dialog-hide="\'+this._id+\'"]\')),this._closers.forEach(function(t){t.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},q.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,Ii(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this},q.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},q.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},q.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},q.prototype.off=function(e,t){var n=(this._listeners[e]||[]).indexOf(t);return n>-1&&this._listeners[e].splice(n,1),this},q.prototype._fire=function(e,t){var n=this._listeners[e]||[],o=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(o),n.forEach(function(i){i(this.$el,t)}.bind(this))},q.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest(\'[aria-modal="true"]\')!==this.$el||(this.shown&&e.key===kl&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===wl&&xl(this.$el,e))},q.prototype._maintainFocus=function(e){this.shown&&!e.target.closest(\'[aria-modal="true"]\')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&Ii(this.$el)};function Cl(e){return Array.prototype.slice.call(e)}function Fe(e,t){return Cl((t||document).querySelectorAll(e))}function Ii(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function El(e){return Fe(hl.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function xl(e,t){var n=El(e),o=n.indexOf(document.activeElement);t.shiftKey&&o===0?(n[n.length-1].focus(),t.preventDefault()):!t.shiftKey&&o===n.length-1&&(n[0].focus(),t.preventDefault())}function on(){Fe("[data-a11y-dialog]").forEach(function(e){new q(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",on):window.requestAnimationFrame?window.requestAnimationFrame(on):window.setTimeout(on,16));const Ol=()=>{const[e,t]=H(null),n=j(o=>{if(o!==null){const i=new q(o);i.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),t(i)}},[]);return{instance:e,container:n}},Pl=({role:e,id:t,onClose:n})=>{const{instance:o,container:i}=Ol(),r=e==="alertdialog",l=`${t}-title`,s=j(()=>{o&&o.hide(),n&&n()},[n,o]);return M(()=>()=>{o&&o.destroy()},[o]),{instance:o,attributes:{container:{id:t,ref:i,role:e,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":l},overlay:{onClick:r?void 0:s},dialog:{role:"document"},closeButton:{type:"button",onClick:s},title:{role:"heading","aria-level":1,id:l}}}},Tl=()=>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"})),Al=({title:e,description:t})=>v("div",{className:"fides-gpc-banner"},v("div",{className:"fides-gpc-warning"},v(Tl,null)),v("div",null,v("p",{className:"fides-gpc-header"},e),v("p",null,t)));var Nl=Object.defineProperty,$l=Object.defineProperties,Il=Object.getOwnPropertyDescriptors,Li=Object.getOwnPropertySymbols,Ll=Object.prototype.hasOwnProperty,Sl=Object.prototype.propertyIsEnumerable,Si=(e,t,n)=>t in e?Nl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Fl=(e,t)=>{for(var n in t||(t={}))Ll.call(t,n)&&Si(e,n,t[n]);if(Li)for(var n of Li(t))Sl.call(t,n)&&Si(e,n,t[n]);return e},jl=(e,t)=>$l(e,Il(t));const Fi=({titleProps:e,className:t,renderModalFooter:n,children:o,onVendorPageClick:i})=>{var r,l;const{i18n:s}=Q(),a=s.t("exp.title"),c=s.t("exp.description"),p=Ee().globalPrivacyControl,d=s.t("static.gpc.title"),_=s.t("static.gpc.description");return v(oe,null,v("div",{"data-testid":"consent-content",id:"fides-consent-content",className:t},v("div",{className:"fides-modal-body"},v("div",jl(Fl({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),a),v("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},v(vi,{onVendorPageClick:i,description:c,allowHTMLDescription:(l=(r=window.Fides)==null?void 0:r.options)==null?void 0:l.allowHTMLDescription})),p&&v(Al,{title:d,description:_}),o)),v("div",{className:"fides-modal-footer"},n()))};var Dl=Object.defineProperty,Ml=Object.defineProperties,Rl=Object.getOwnPropertyDescriptors,ji=Object.getOwnPropertySymbols,zl=Object.prototype.hasOwnProperty,Ul=Object.prototype.propertyIsEnumerable,Di=(e,t,n)=>t in e?Dl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rn=(e,t)=>{for(var n in t||(t={}))zl.call(t,n)&&Di(e,n,t[n]);if(ji)for(var n of ji(t))Ul.call(t,n)&&Di(e,n,t[n]);return e},an=(e,t)=>Ml(e,Rl(t));const Bl=({attributes:e,children:t,dismissable:n,onVendorPageClick:o,renderModalFooter:i})=>{const{container:r,overlay:l,dialog:s,title:a,closeButton:c}=e,{setTrigger:p}=le();return v("div",an(rn({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),v("div",an(rn({},l),{className:"fides-modal-overlay"})),v("div",an(rn({"data-testid":"fides-modal-content"},s),{className:"fides-modal-content"}),v("div",{className:"fides-modal-header"},v("div",null),v(ui,{ariaLabel:"Close modal",onClick:()=>{p({type:"button",label:"Close modal"}),c.onClick()},hidden:window.Fides.options.preventDismissal||!n})),v(Fi,{titleProps:a,renderModalFooter:i,onVendorPageClick:o},t)))},Gl=({options:e,experience:t,cookie:n,savedConsent:o,onOpen:i,onDismiss:r,renderBanner:l,renderModalContent:s,renderModalFooter:a,onVendorPageClick:c,isUiBlocking:p})=>{const{i18n:d}=Q(),{setServingComponent:_,dispatchFidesEventAndClearTrigger:u}=le(),f=100,b=As(),m=e.modalLinkId||"fides-modal-link",h=!t||!!e.fidesEmbed||e.modalLinkId==="",y=Ts(m,h),w=Xt(null),[k,E]=H(null);M(()=>{k===null&&E(!Je(t,n,o,e))},[k]);const[C,A]=H(e.fidesEmbed?Je(t,n,o,e):!1);M(()=>(p&&C?is():Oo(),()=>{Oo()}),[p,C]);const P=j(({saved:de=!1})=>{de||r(),u("FidesModalClosed",n,{saved:de}),_(void 0)},[u,n,r,_]),{instance:$,attributes:N}=Pl({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{P({saved:!1})}}),R=j((de=ge.FIDES)=>{e.fidesEmbed?A(!1):$&&(A(!1),$.show(),i(de))},[$,i,e]),ce=j(()=>{$&&!e.fidesEmbed&&($.hide(),P({saved:!0}))},[$,P,e.fidesEmbed]);M(()=>{e.fidesEmbed&&!C&&i()},[e,i,C]),M(()=>{const de=setTimeout(()=>{k||A(!0)},f);return()=>clearTimeout(de)},[k,A]),M(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=()=>{R(ge.EXTERNAL)}),()=>{window.Fides.showModal=It}),[t,R,e.fidesEmbed]),M(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),h||y&&(w.current=y,w.current.addEventListener("click",window.Fides.showModal),w.current.classList.add("fides-modal-link-shown")),()=>{w.current&&w.current.removeEventListener("click",window.Fides.showModal)}),[y,h,m]);const ht=()=>{R()};return b&&t.experience_config?v("div",{id:In,tabIndex:-1},!k&&C&&p&&v("div",{className:"fides-modal-overlay"}),e.fidesEmbed?C||!s||!a?null:v(Fi,{titleProps:N.title,renderModalFooter:()=>a({onClose:ce,isMobile:!1}),onVendorPageClick:c},s()):v(Bl,{attributes:N,dismissable:t.experience_config.dismissable,onVendorPageClick:c,renderModalFooter:()=>a?a({onClose:ce,isMobile:!1}):null},s&&s()),!k&&l({isOpen:C,isEmbedded:e.fidesEmbed,onClose:()=>{A(!1)},onManagePreferencesClick:ht})):null},Hl=({label:e,name:t,id:n,checked:o,onChange:i,disabled:r,onLabel:l,offLabel:s})=>{const{setTrigger:a}=le(),c=o?l:s;return v("div",{className:"fides-toggle","data-testid":`toggle-${e}`},v("input",{type:"checkbox",name:t,"aria-label":e,className:"fides-toggle-input",onChange:()=>{a({type:Y.TOGGLE,label:e,checked:!o}),i(n)},checked:o,role:"switch",disabled:r}),v("span",{className:"fides-toggle-display"},c))};var Vl=Object.defineProperty,Kl=Object.defineProperties,Yl=Object.getOwnPropertyDescriptors,Mi=Object.getOwnPropertySymbols,ql=Object.prototype.hasOwnProperty,Wl=Object.prototype.propertyIsEnumerable,Ri=(e,t,n)=>t in e?Vl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,zi=(e,t)=>{for(var n in t||(t={}))ql.call(t,n)&&Ri(e,n,t[n]);if(Mi)for(var n of Mi(t))Wl.call(t,n)&&Ri(e,n,t[n]);return e},Jl=(e,t)=>Kl(e,Yl(t));const Zl=({noticeKey:e,title:t,checked:n,onToggle:o,children:i,badge:r,gpcBadge:l,disabled:s,onLabel:a,offLabel:c,isHeader:p,includeToggle:d=!0})=>{const{isOpen:_,getButtonProps:u,getDisclosureProps:f,onToggle:b}=Ps({id:e}),m=(w,k)=>{(w.code==="Space"||w.code==="Enter")&&(w.preventDefault(),k&&b())},h=i!=null,y=h?u():{};return v("div",{className:_&&h?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},v("div",{key:e,className:"fides-notice-toggle-title"},v("span",Jl(zi({role:"button",tabIndex:0,onKeyDown:w=>m(w,h)},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"},l,r?v("span",{className:"fides-notice-badge"},r):null,d?v(Hl,{label:t,name:e,id:e,checked:n,onChange:o,disabled:s,onLabel:a,offLabel:c}):null)),i?v("div",zi({},f()),i):null)},Xl=()=>v("hr",{className:"fides-divider"}),Ql=({noticeToggles:e,enabledNoticeKeys:t,onChange:n})=>{const{i18n:o}=Q(),i=s=>{const a={key:s,type:"notice"};t.indexOf(s)===-1?n([...t,s],a):n(t.filter(c=>c!==s),a)};let r,l;return et(o)===B&&(r="On",l="Off"),v("div",null,e.map((s,a)=>{const{noticeKey:c,title:p,description:d,checked:_,disabled:u,gpcStatus:f}=s,b=a===e.length-1;return v("div",{key:c},v(Zl,{noticeKey:c,title:p,checked:_,onToggle:i,gpcBadge:v(gi,{status:f}),disabled:u,onLabel:r,offLabel:l},d),b?null:v(Xl,null))}))};var ec=Object.defineProperty,tc=Object.defineProperties,nc=Object.getOwnPropertyDescriptors,Ui=Object.getOwnPropertySymbols,oc=Object.prototype.hasOwnProperty,ic=Object.prototype.propertyIsEnumerable,Bi=(e,t,n)=>t in e?ec(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rc=(e,t)=>{for(var n in t||(t={}))oc.call(t,n)&&Bi(e,n,t[n]);if(Ui)for(var n of Ui(t))ic.call(t,n)&&Bi(e,n,t[n]);return e},ac=(e,t)=>tc(e,nc(t));const sc=({options:e,experience:t,fidesRegionString:n,cookie:o,propertyId:i})=>{var r;const{i18n:l,currentLocale:s,setCurrentLocale:a}=Q(),{triggerRef:c,setTrigger:p,servingComponentRef:d,setServingComponent:_,dispatchFidesEventAndClearTrigger:u}=le(),f=ke(),b=window.Fides.saved_consent,m=x=>t.privacy_notices?t.privacy_notices.map(T=>Ot(T,x||b||f?.consent)?T.notice_key:""):[];M(()=>{!s&&l.locale&&a(l.locale)},[s,l.locale,a]);const h=Oe(()=>{if(t.experience_config){const x=tt(l,t.experience_config);return x?.privacy_experience_config_history_id}},[t,l,s]),y=Oe(()=>{var x;const T=((x=t.privacy_notices)!=null?x:[]).map(G=>{var me,wt;const sn=G.consent_mechanism===K.NOTICE_ONLY||((wt=(me=e.fidesDisabledNotices)==null?void 0:me.includes(G.notice_key))!=null?wt:!1)||G.disabled,xc=Dt(l,G);return{notice:ac(rc({},G),{disabled:sn}),bestTranslation:xc}}),S=T.filter(G=>G.notice.consent_mechanism===K.NOTICE_ONLY),V=T.filter(G=>G.notice.consent_mechanism!==K.NOTICE_ONLY);return[...S,...V]},[t.privacy_notices,l,s,e.fidesDisabledNotices]),[w,k]=H(m());window.addEventListener("FidesUpdating",x=>{const{consent:T}=x.detail;Object.entries(T).forEach(([S,V])=>{T[S]=Ae(V)}),k(m(T))});const E=y.every(x=>x.notice.consent_mechanism===K.NOTICE_ONLY),C=y.map(x=>{var T,S;const V=w.indexOf(x.notice.notice_key)!==-1,G=Ee(),me=zn({value:V,notice:x.notice,consentContext:G});return{noticeKey:x.notice.notice_key,title:((T=x.bestTranslation)==null?void 0:T.title)||x.notice.name||"",description:(S=x.bestTranslation)==null?void 0:S.description,checked:V,consentMechanism:x.notice.consent_mechanism,disabled:x.notice.disabled,gpcStatus:me}}),{servedNoticeHistoryId:A}=Fs({privacyExperienceConfigHistoryId:h,privacyNoticeHistoryIds:y.reduce((x,T)=>{var S;const V=(S=T.bestTranslation)==null?void 0:S.privacy_notice_history_id;return V&&x.push(V),x},[]),options:e,userGeography:n,acknowledgeMode:E,privacyExperience:t,propertyId:i}),P=j((x,T)=>{const S=Un(y,T);Ut({consentPreferencesToSave:S,privacyExperienceConfigHistoryId:h,experience:t,consentMethod:x,options:e,userLocationString:n,cookie:o,eventExtraDetails:{servingComponent:d.current,trigger:c.current},servedNoticeHistoryId:A,propertyId:i,updateCookie:V=>He(V,S)}).finally(()=>{p(void 0)}),k(T)},[o,n,t,e,h,y,A,i,c,p,d]),$=j(x=>{P(x?L.SCRIPT:L.ACCEPT,y.filter(T=>!T.notice.disabled||w.includes(T.notice.notice_key)).map(T=>T.notice.notice_key))},[w,P,y]),N=j(x=>{P(x?L.SCRIPT:L.REJECT,y.filter(T=>T.notice.consent_mechanism===K.NOTICE_ONLY||T.notice.disabled&&w.includes(T.notice.notice_key)).map(T=>T.notice.notice_key))},[w,P,y]);M(()=>{We(e)&&t.privacy_notices&&(e.fidesConsentOverride===L.ACCEPT?$(!0):e.fidesConsentOverride===L.REJECT&&N(!0))},[t.privacy_notices,e.fidesConsentOverride]);const R=j(()=>{_(Te.BANNER),u("FidesUIShown",o)},[o,u,_]),ce=j(x=>{_(Te.MODAL),u("FidesUIShown",o,{trigger:{origin:x}})},[o,u,_]),ht=j(()=>{At(f?.consent)||P(L.DISMISS,m())},[P,m,f?.consent]),de=j((x,T)=>{const S={servingComponent:d.current,trigger:c.current,preference:T};k(x),u("FidesUIChanged",o,S)},[c,u,o,d]);if(!t.experience_config)return null;const Yi=!!((r=t.experience_config)!=null&&r.dismissable),Ec=y.length===1;return v(Gl,{options:e,experience:t,cookie:o,savedConsent:b,isUiBlocking:!Yi,onOpen:ce,onDismiss:ht,renderBanner:({isEmbedded:x,isOpen:T,onClose:S,onManagePreferencesClick:V})=>{var G;const me=E||((G=t.experience_config)==null?void 0:G.layer1_button_options)===Ct.ACKNOWLEDGE;return v(Vs,{bannerIsOpen:T,dismissable:Yi,onOpen:R,onClose:()=>{S(),ht()},isEmbedded:x,renderButtonGroup:()=>v($i,{experience:t,onManagePreferencesClick:V,enabledKeys:w,onAcceptAll:()=>{$(),S()},onRejectAll:()=>{N(),S()},onSave:(wt,sn)=>{P(wt,sn),S()},isAcknowledge:me,hideOptInOut:me,options:e})})},renderModalContent:()=>v("div",null,v("div",{className:"fides-modal-notices"},v(Ql,{noticeToggles:C,enabledNoticeKeys:w,onChange:de}))),renderModalFooter:({onClose:x})=>v($i,{experience:t,enabledKeys:w,onAcceptAll:()=>{$(),x()},onRejectAll:()=>{N(),x()},onSave:(T,S)=>{P(T,S),x()},isInModal:!0,isAcknowledge:E,hideOptInOut:Ec||E,options:e})})};var lc=Object.defineProperty,Gi=Object.getOwnPropertySymbols,cc=Object.prototype.hasOwnProperty,dc=Object.prototype.propertyIsEnumerable,Hi=(e,t,n)=>t in e?lc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pc=(e,t)=>{for(var n in t||(t={}))cc.call(t,n)&&Hi(e,n,t[n]);if(Gi)for(var n of Gi(t))dc.call(t,n)&&Hi(e,n,t[n]);return e};const uc=(e,t)=>{const{i18n:n}=e;Vo(v(js,{i18nInstance:n},v(Gs,null,v(sc,pc({},e)))),t)};var fc=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});function vc(e){return fc(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 gc=Object.defineProperty,_c=Object.defineProperties,bc=Object.getOwnPropertyDescriptors,Vi=Object.getOwnPropertySymbols,yc=Object.prototype.hasOwnProperty,mc=Object.prototype.propertyIsEnumerable,Ki=(e,t,n)=>t in e?gc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,W=(e,t)=>{for(var n in t||(t={}))yc.call(t,n)&&Ki(e,n,t[n]);if(Vi)for(var n of Vi(t))mc.call(t,n)&&Ki(e,n,t[n]);return e},mt=(e,t)=>_c(e,bc(t)),hc=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});function wc(e){return hc(this,null,function*(){var t,n,o,i;let r=(t=e??this.config)!=null?t:Bt("Fides must be initialized with a configuration object");yr(!!((n=r.options)!=null&&n.debug)),this.config=r,ae("FidesInitializing",void 0,{gppEnabled:this.config.options.gppEnabled||((i=(o=this.config.experience)==null?void 0:o.gpp_settings)==null?void 0:i.enabled),tcfEnabled:this.config.options.tcfEnabled});const l=Io(we.OPTIONS,r),s=Io(we.EXPERIENCE_TRANSLATION,r),a=yield vc(r);!l.fidesString&&a!=null&&a.fides_string&&(l.fidesString=a.fides_string);const c={optionsOverrides:l,consentPrefsOverrides:a,experienceTranslationOverrides:s};br(l);let p;if(!ke()){const{consent:u,method:f}=$n(l);u&&f&&(p=u)}r=mt(W({},r),{options:W(W({},r.options),c.optionsOverrides)}),this.cookie=ds(r),this.cookie.consent=W(W({},this.cookie.consent),p),this.saved_consent=W({},this.cookie.consent);const{fidesString:d}=r.options;if(d)try{const{nc:u}=Ft(d);this.decodeNoticeConsentString(u);const f={fides_string:d};this.cookie=W(W({},this.cookie),f)}catch{}if(this.experience=r.experience,!wn(this.cookie)||!!p){const u=ps(mt(W({},r),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Nt}));Object.assign(this,u),it(this),this.experience=u.experience,Yn(this.cookie,{shouldShowExperience:this.shouldShowExperience()})}const _=yield us(mt(W({},r),{fides:this,initOverlay:qo,renderOverlay:uc,updateExperience:Co,overrides:c,propertyId:r.propertyId}));Object.assign(this,_),it(this),qn(this.cookie,{shouldShowExperience:this.shouldShowExperience()})})}const kc=Eo({}),Cc=mt(W({},kc),{init:wc});it(Cc),g.BannerEnabled=dn,g.ButtonType=J,g.CONSENT_COOKIE_MAX_AGE_DAYS=mn,g.CONSENT_COOKIE_NAME=Tt,g.ComponentType=z,g.ConsentFlagType=ue,g.ConsentMechanism=K,g.ConsentMethod=L,g.ConsentNonApplicableFlagMode=he,g.DEFAULT_LOCALE=B,g.DEFAULT_MODAL_LINK_LABEL=Ve,g.EnforcementLevel=cn,g.FidesEndpointPaths=uo,g.FidesEventOrigin=ge,g.FidesEventTargetType=Y,g.GpcStatus=ee,g.LOCALE_REGEX=Ke,g.Layer1ButtonOption=Ct,g.OverrideType=we,g.PrivacyNoticeFramework=ln,g.REQUEST_SOURCE=bo,g.RejectAllMechanism=pn,g.RequestOrigin=un,g.SaveConsentPreference=pe,g.ServingComponent=Te,g.UpdateConsentValidation=re,g.UserConsentPreference=U,g.allNoticesAreDefaultOptIn=Ar,g.applyOverridesToConsent=$e,g.areLocalesEqual=X,g.buildCookieConsentFromConsentPreferences=Pn,g.consentCookieObjHasSomeConsentSet=At,g.constructFidesRegionString=qe,g.createConsentPreferencesToSave=Un,g.createEmptyExperience=fo,g.decodeNoticeConsentString=Lt,g.defaultShowModal=It,g.detectUserLocale=ro,g.dispatchConsentLoadedEvents=Yn,g.dispatchFidesEvent=ae,g.dispatchFidesInitialized=St,g.dispatchReadyEvents=qn,g.encodeNoticeConsentString=Bn,g.experienceIsValid=Mn,g.extractDefaultLocaleFromExperience=Qn,g.fetchExperience=vo,g.fetchGvlTranslations=go,g.getConsentContext=Ee,g.getCookieByName=Ge,g.getCoreFides=Eo,g.getCurrentLocale=et,g.getFidesConsentCookie=ke,g.getGeolocation=xo,g.getGpcStatusFromNotice=zn,g.getOrMakeFidesCookie=Cn,g.getOverrideValidatorMapByType=Dn,g.getTcfDefaultPreference=Nr,g.getWindowObjFromPath=Rn,g.i18n=Ra,g.initOverlay=qo,g.initializeI18n=so,g.isConsentOverride=We,g.isNewFidesCookie=wn,g.isPrivacyExperience=Ce,g.isValidAcString=Lr,g.loadGVLMessagesFromExperience=oo,g.loadMessagesFromExperience=no,g.loadMessagesFromFiles=to,g.loadMessagesFromGVLTranslations=io,g.localizeModalLinkText=lo,g.makeConsentDefaultsLegacy=xn,g.makeFidesCookie=kn,g.matchAvailableLocales=ao,g.messageExists=_e,g.noticeHasConsentInCookie=Ue,g.onFidesEvent=Kn,g.parseFidesDisabledNotices=gn,g.patchNoticesServed=mo,g.patchUserPreference=yo,g.processExternalConsentValue=Ae,g.raise=Bt,g.removeCookiesFromBrowser=On,g.resolveConsentValue=Ot,g.resolveLegacyConsentValue=_n,g.saveFidesCookie=En,g.selectBestExperienceConfigTranslation=tt,g.selectBestNoticeTranslation=Dt,g.setupI18n=Mt,g.shouldResurfaceBanner=Je,g.transformConsentToFidesUserPreference=te,g.transformTcfPreferencesToCookieKeys=pr,g.transformUserPreferenceToBoolean=fe,g.updateCookieFromExperience=Tn,g.updateCookieFromNoticePreferences=He,g.updateExperience=Co,g.updateExperienceFromCookieConsentNotices=Nt,g.updateWindowFides=it,g.validateOptions=jn});\n',tcf:'(function(C,ge){typeof exports=="object"&&typeof module<"u"?ge(exports):(C=typeof globalThis<"u"?globalThis:C||self,ge(C.Fides={}))})(this,function(C){"use strict";class ge extends Error{constructor(e){super(e),this.name="DecodingError"}}class Ie extends Error{constructor(e){super(e),this.name="EncodingError"}}class ut extends Error{constructor(e){super(e),this.name="GVLError"}}class Pe extends Error{constructor(e,i,s=""){super(`invalid value ${i} passed for ${e} ${s}`),this.name="TCModelError"}}class Li{static DICT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";static REVERSE_DICT=new Map([["A",0],["B",1],["C",2],["D",3],["E",4],["F",5],["G",6],["H",7],["I",8],["J",9],["K",10],["L",11],["M",12],["N",13],["O",14],["P",15],["Q",16],["R",17],["S",18],["T",19],["U",20],["V",21],["W",22],["X",23],["Y",24],["Z",25],["a",26],["b",27],["c",28],["d",29],["e",30],["f",31],["g",32],["h",33],["i",34],["j",35],["k",36],["l",37],["m",38],["n",39],["o",40],["p",41],["q",42],["r",43],["s",44],["t",45],["u",46],["v",47],["w",48],["x",49],["y",50],["z",51],["0",52],["1",53],["2",54],["3",55],["4",56],["5",57],["6",58],["7",59],["8",60],["9",61],["-",62],["_",63]]);static BASIS=6;static LCM=24;static encode(e){if(!/^[0-1]+$/.test(e))throw new Ie("Invalid bitField");const i=e.length%this.LCM;e+=i?"0".repeat(this.LCM-i):"";let s="";for(let n=0;n<e.length;n+=this.BASIS)s+=this.DICT[parseInt(e.substr(n,this.BASIS),2)];return s}static decode(e){if(!/^[A-Za-z0-9\\-_]+$/.test(e))throw new ge("Invalidly encoded Base64URL string");let i="";for(let s=0;s<e.length;s++){const n=this.REVERSE_DICT.get(e[s]).toString(2);i+="0".repeat(this.BASIS-n.length)+n}return i}}class Oe{static langSet=new Set(["AR","BG","BS","CA","CS","CY","DA","DE","EL","EN","ES","ET","EU","FI","FR","GL","HE","HI","HR","HU","ID","IT","JA","KA","KO","LT","LV","MK","MS","MT","NL","NO","PL","PT-BR","PT-PT","RO","RU","SK","SL","SQ","SR-LATN","SR-CYRL","SV","SW","TH","TL","TR","UK","VI","ZH","ZH-HANT"]);has(e){return Oe.langSet.has(e)}parseLanguage(e){e=e.toUpperCase();const i=e.split("-")[0];if(e.length>=2&&i.length==2){if(Oe.langSet.has(e))return e;if(Oe.langSet.has(i))return i;const s=i+"-"+i;if(Oe.langSet.has(s))return s;for(const n of Oe.langSet)if(n.indexOf(e)!==-1||n.indexOf(i)!==-1)return n}throw new Error(`unsupported language ${e}`)}forEach(e){Oe.langSet.forEach(e)}get size(){return Oe.langSet.size}}class k{static cmpId="cmpId";static cmpVersion="cmpVersion";static consentLanguage="consentLanguage";static consentScreen="consentScreen";static created="created";static supportOOB="supportOOB";static isServiceSpecific="isServiceSpecific";static lastUpdated="lastUpdated";static numCustomPurposes="numCustomPurposes";static policyVersion="policyVersion";static publisherCountryCode="publisherCountryCode";static publisherCustomConsents="publisherCustomConsents";static publisherCustomLegitimateInterests="publisherCustomLegitimateInterests";static publisherLegitimateInterests="publisherLegitimateInterests";static publisherConsents="publisherConsents";static publisherRestrictions="publisherRestrictions";static purposeConsents="purposeConsents";static purposeLegitimateInterests="purposeLegitimateInterests";static purposeOneTreatment="purposeOneTreatment";static specialFeatureOptins="specialFeatureOptins";static useNonStandardTexts="useNonStandardTexts";static vendorConsents="vendorConsents";static vendorLegitimateInterests="vendorLegitimateInterests";static vendorListVersion="vendorListVersion";static vendorsAllowed="vendorsAllowed";static vendorsDisclosed="vendorsDisclosed";static version="version"}class kt{clone(){const e=new this.constructor;return Object.keys(this).forEach(s=>{const n=this.deepClone(this[s]);n!==void 0&&(e[s]=n)}),e}deepClone(e){const i=typeof e;if(i==="number"||i==="string"||i==="boolean")return e;if(e!==null&&i==="object"){if(typeof e.clone=="function")return e.clone();if(e instanceof Date)return new Date(e.getTime());if(e[Symbol.iterator]!==void 0){const s=[];for(const n of e)s.push(this.deepClone(n));return e instanceof Array?s:new e.constructor(s)}else{const s={};for(const n in e)e.hasOwnProperty(n)&&(s[n]=this.deepClone(e[n]));return s}}}}var _e;(function(t){t[t.NOT_ALLOWED=0]="NOT_ALLOWED",t[t.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",t[t.REQUIRE_LI=2]="REQUIRE_LI"})(_e||(_e={}));class ke extends kt{static hashSeparator="-";purposeId_;restrictionType;constructor(e,i){super(),e!==void 0&&(this.purposeId=e),i!==void 0&&(this.restrictionType=i)}static unHash(e){const i=e.split(this.hashSeparator),s=new ke;if(i.length!==2)throw new Pe("hash",e);return s.purposeId=parseInt(i[0],10),s.restrictionType=parseInt(i[1],10),s}get hash(){if(!this.isValid())throw new Error("cannot hash invalid PurposeRestriction");return`${this.purposeId}${ke.hashSeparator}${this.restrictionType}`}get purposeId(){return this.purposeId_}set purposeId(e){this.purposeId_=e}isValid(){return Number.isInteger(this.purposeId)&&this.purposeId>0&&(this.restrictionType===_e.NOT_ALLOWED||this.restrictionType===_e.REQUIRE_CONSENT||this.restrictionType===_e.REQUIRE_LI)}isSameAs(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType}}class Rs extends kt{bitLength=0;map=new Map;gvl_;has(e){return this.map.has(e)}isOkToHave(e,i,s){let n=!0;if(this.gvl?.vendors){const o=this.gvl.vendors[s];if(o)if(e===_e.NOT_ALLOWED)n=o.legIntPurposes.includes(i)||o.purposes.includes(i);else if(o.flexiblePurposes.length)switch(e){case _e.REQUIRE_CONSENT:n=o.flexiblePurposes.includes(i)&&o.legIntPurposes.includes(i);break;case _e.REQUIRE_LI:n=o.flexiblePurposes.includes(i)&&o.purposes.includes(i);break}else n=!1;else n=!1}return n}add(e,i){if(this.isOkToHave(i.restrictionType,i.purposeId,e)){const s=i.hash;this.has(s)||(this.map.set(s,new Set),this.bitLength=0),this.map.get(s).add(e)}}restrictPurposeToLegalBasis(e){const i=Array.from(this.gvl.vendorIds),s=e.hash,n=i[i.length-1],o=[...Array(n).keys()].map(a=>a+1);if(!this.has(s))this.map.set(s,new Set(o)),this.bitLength=0;else for(let a=1;a<=n;a++)this.map.get(s).add(a)}getVendors(e){let i=[];if(e){const s=e.hash;this.has(s)&&(i=Array.from(this.map.get(s)))}else{const s=new Set;this.map.forEach(n=>{n.forEach(o=>{s.add(o)})}),i=Array.from(s)}return i.sort((s,n)=>s-n)}getRestrictionType(e,i){let s;return this.getRestrictions(e).forEach(n=>{n.purposeId===i&&(s===void 0||s>n.restrictionType)&&(s=n.restrictionType)}),s}vendorHasRestriction(e,i){let s=!1;const n=this.getRestrictions(e);for(let o=0;o<n.length&&!s;o++)s=i.isSameAs(n[o]);return s}getMaxVendorId(){let e=0;return this.map.forEach(i=>{e=Math.max(Array.from(i)[i.size-1],e)}),e}getRestrictions(e){const i=[];return this.map.forEach((s,n)=>{e?s.has(e)&&i.push(ke.unHash(n)):i.push(ke.unHash(n))}),i}getPurposes(){const e=new Set;return this.map.forEach((i,s)=>{e.add(ke.unHash(s).purposeId)}),Array.from(e)}remove(e,i){const s=i.hash,n=this.map.get(s);n&&(n.delete(e),n.size==0&&(this.map.delete(s),this.bitLength=0))}set gvl(e){this.gvl_||(this.gvl_=e,this.map.forEach((i,s)=>{const n=ke.unHash(s);Array.from(i).forEach(a=>{this.isOkToHave(n.restrictionType,n.purposeId,a)||i.delete(a)})}))}get gvl(){return this.gvl_}isEmpty(){return this.map.size===0}get numRestrictions(){return this.map.size}}var Vs;(function(t){t.COOKIE="cookie",t.WEB="web",t.APP="app"})(Vs||(Vs={}));var H;(function(t){t.CORE="core",t.VENDORS_DISCLOSED="vendorsDisclosed",t.VENDORS_ALLOWED="vendorsAllowed",t.PUBLISHER_TC="publisherTC"})(H||(H={}));class Ms{static ID_TO_KEY=[H.CORE,H.VENDORS_DISCLOSED,H.VENDORS_ALLOWED,H.PUBLISHER_TC];static KEY_TO_ID={[H.CORE]:0,[H.VENDORS_DISCLOSED]:1,[H.VENDORS_ALLOWED]:2,[H.PUBLISHER_TC]:3}}class pe extends kt{bitLength=0;maxId_=0;set_=new Set;*[Symbol.iterator](){for(let e=1;e<=this.maxId;e++)yield[e,this.has(e)]}values(){return this.set_.values()}get maxId(){return this.maxId_}has(e){return this.set_.has(e)}unset(e){Array.isArray(e)?e.forEach(i=>this.unset(i)):typeof e=="object"?this.unset(Object.keys(e).map(i=>Number(i))):(this.set_.delete(Number(e)),this.bitLength=0,e===this.maxId&&(this.maxId_=0,this.set_.forEach(i=>{this.maxId_=Math.max(this.maxId,i)})))}isIntMap(e){let i=typeof e=="object";return i=i&&Object.keys(e).every(s=>{let n=Number.isInteger(parseInt(s,10));return n=n&&this.isValidNumber(e[s].id),n=n&&e[s].name!==void 0,n}),i}isValidNumber(e){return parseInt(e,10)>0}isSet(e){let i=!1;return e instanceof Set&&(i=Array.from(e).every(this.isValidNumber)),i}set(e){if(Array.isArray(e))e.forEach(i=>this.set(i));else if(this.isSet(e))this.set(Array.from(e));else if(this.isIntMap(e))this.set(Object.keys(e).map(i=>Number(i)));else if(this.isValidNumber(e))this.set_.add(e),this.maxId_=Math.max(this.maxId,e),this.bitLength=0;else throw new Pe("set()",e,"must be positive integer array, positive integer, Set<number>, or IntMap")}empty(){this.set_=new Set}forEach(e){for(let i=1;i<=this.maxId;i++)e(this.has(i),i)}get size(){return this.set_.size}setAll(e){this.set(e)}}class E{static[k.cmpId]=12;static[k.cmpVersion]=12;static[k.consentLanguage]=12;static[k.consentScreen]=6;static[k.created]=36;static[k.isServiceSpecific]=1;static[k.lastUpdated]=36;static[k.policyVersion]=6;static[k.publisherCountryCode]=12;static[k.publisherLegitimateInterests]=24;static[k.publisherConsents]=24;static[k.purposeConsents]=24;static[k.purposeLegitimateInterests]=24;static[k.purposeOneTreatment]=1;static[k.specialFeatureOptins]=12;static[k.useNonStandardTexts]=1;static[k.vendorListVersion]=12;static[k.version]=6;static anyBoolean=1;static encodingType=1;static maxId=16;static numCustomPurposes=6;static numEntries=12;static numRestrictions=12;static purposeId=6;static restrictionType=2;static segmentType=3;static singleOrRange=1;static vendorId=16}class Ce{static encode(e){return String(Number(e))}static decode(e){return e==="1"}}class z{static encode(e,i){let s;if(typeof e=="string"&&(e=parseInt(e,10)),s=e.toString(2),s.length>i||e<0)throw new Ie(`${e} too large to encode into ${i}`);return s.length<i&&(s="0".repeat(i-s.length)+s),s}static decode(e,i){if(i!==e.length)throw new ge("invalid bit length");return parseInt(e,2)}}class Us{static encode(e,i){return z.encode(Math.round(e.getTime()/100),i)}static decode(e,i){if(i!==e.length)throw new ge("invalid bit length");const s=new Date;return s.setTime(z.decode(e,i)*100),s}}class Me{static encode(e,i){let s="";for(let n=1;n<=i;n++)s+=Ce.encode(e.has(n));return s}static decode(e,i){if(e.length!==i)throw new ge("bitfield encoding length mismatch");const s=new pe;for(let n=1;n<=i;n++)Ce.decode(e[n-1])&&s.set(n);return s.bitLength=e.length,s}}class Bs{static encode(e,i){e=e.toUpperCase();const s=65,n=e.charCodeAt(0)-s,o=e.charCodeAt(1)-s;if(n<0||n>25||o<0||o>25)throw new Ie(`invalid language code: ${e}`);if(i%2===1)throw new Ie(`numBits must be even, ${i} is not valid`);i=i/2;const a=z.encode(n,i),r=z.encode(o,i);return a+r}static decode(e,i){let s;if(i===e.length&&!(e.length%2)){const o=e.length/2,a=z.decode(e.slice(0,o),o)+65,r=z.decode(e.slice(o),o)+65;s=String.fromCharCode(a)+String.fromCharCode(r)}else throw new ge("invalid bit length for language");return s}}class ya{static encode(e){let i=z.encode(e.numRestrictions,E.numRestrictions);if(!e.isEmpty()){const s=(n,o)=>{for(let a=n+1;a<=o;a++)if(e.gvl.vendorIds.has(a))return a;return n};e.getRestrictions().forEach(n=>{i+=z.encode(n.purposeId,E.purposeId),i+=z.encode(n.restrictionType,E.restrictionType);const o=e.getVendors(n),a=o.length;let r=0,c=0,l="";for(let u=0;u<a;u++){const d=o[u];if(c===0&&(r++,c=d),u===a-1||o[u+1]>s(d,o[a-1])){const v=d!==c;l+=Ce.encode(v),l+=z.encode(c,E.vendorId),v&&(l+=z.encode(d,E.vendorId)),c=0}}i+=z.encode(r,E.numEntries),i+=l})}return i}static decode(e){let i=0;const s=new Rs,n=z.decode(e.substr(i,E.numRestrictions),E.numRestrictions);i+=E.numRestrictions;for(let o=0;o<n;o++){const a=z.decode(e.substr(i,E.purposeId),E.purposeId);i+=E.purposeId;const r=z.decode(e.substr(i,E.restrictionType),E.restrictionType);i+=E.restrictionType;const c=new ke(a,r),l=z.decode(e.substr(i,E.numEntries),E.numEntries);i+=E.numEntries;for(let u=0;u<l;u++){const d=Ce.decode(e.substr(i,E.anyBoolean));i+=E.anyBoolean;const v=z.decode(e.substr(i,E.vendorId),E.vendorId);if(i+=E.vendorId,d){const g=z.decode(e.substr(i,E.vendorId),E.vendorId);if(i+=E.vendorId,g<v)throw new ge(`Invalid RangeEntry: endVendorId ${g} is less than ${v}`);for(let f=v;f<=g;f++)s.add(f,c)}else s.add(v,c)}}return s.bitLength=i,s}}var Ct;(function(t){t[t.FIELD=0]="FIELD",t[t.RANGE=1]="RANGE"})(Ct||(Ct={}));class wt{static encode(e){const i=[];let s=[],n=z.encode(e.maxId,E.maxId),o="",a;const r=E.maxId+E.encodingType,c=r+e.maxId,l=E.vendorId*2+E.singleOrRange+E.numEntries;let u=r+E.numEntries;return e.forEach((d,v)=>{o+=Ce.encode(d),a=e.maxId>l&&u<c,a&&d&&(e.has(v+1)?s.length===0&&(s.push(v),u+=E.singleOrRange,u+=E.vendorId):(s.push(v),u+=E.vendorId,i.push(s),s=[]))}),a?(n+=String(Ct.RANGE),n+=this.buildRangeEncoding(i)):(n+=String(Ct.FIELD),n+=o),n}static decode(e,i){let s,n=0;const o=z.decode(e.substr(n,E.maxId),E.maxId);n+=E.maxId;const a=z.decode(e.charAt(n),E.encodingType);if(n+=E.encodingType,a===Ct.RANGE){if(s=new pe,i===1){if(e.substr(n,1)==="1")throw new ge("Unable to decode default consent=1");n++}const r=z.decode(e.substr(n,E.numEntries),E.numEntries);n+=E.numEntries;for(let c=0;c<r;c++){const l=Ce.decode(e.charAt(n));n+=E.singleOrRange;const u=z.decode(e.substr(n,E.vendorId),E.vendorId);if(n+=E.vendorId,l){const d=z.decode(e.substr(n,E.vendorId),E.vendorId);n+=E.vendorId;for(let v=u;v<=d;v++)s.set(v)}else s.set(u)}}else{const r=e.substr(n,o);n+=o,s=Me.decode(r,o)}return s.bitLength=n,s}static buildRangeEncoding(e){const i=e.length;let s=z.encode(i,E.numEntries);return e.forEach(n=>{const o=n.length===1;s+=Ce.encode(!o),s+=z.encode(n[0],E.vendorId),o||(s+=z.encode(n[1],E.vendorId))}),s}}function Gs(){return{[k.version]:z,[k.created]:Us,[k.lastUpdated]:Us,[k.cmpId]:z,[k.cmpVersion]:z,[k.consentScreen]:z,[k.consentLanguage]:Bs,[k.vendorListVersion]:z,[k.policyVersion]:z,[k.isServiceSpecific]:Ce,[k.useNonStandardTexts]:Ce,[k.specialFeatureOptins]:Me,[k.purposeConsents]:Me,[k.purposeLegitimateInterests]:Me,[k.purposeOneTreatment]:Ce,[k.publisherCountryCode]:Bs,[k.vendorConsents]:wt,[k.vendorLegitimateInterests]:wt,[k.publisherRestrictions]:ya,segmentType:z,[k.vendorsDisclosed]:wt,[k.vendorsAllowed]:wt,[k.publisherConsents]:Me,[k.publisherLegitimateInterests]:Me,[k.numCustomPurposes]:z,[k.publisherCustomConsents]:Me,[k.publisherCustomLegitimateInterests]:Me}}class ka{1={[H.CORE]:[k.version,k.created,k.lastUpdated,k.cmpId,k.cmpVersion,k.consentScreen,k.consentLanguage,k.vendorListVersion,k.purposeConsents,k.vendorConsents]};2={[H.CORE]:[k.version,k.created,k.lastUpdated,k.cmpId,k.cmpVersion,k.consentScreen,k.consentLanguage,k.vendorListVersion,k.policyVersion,k.isServiceSpecific,k.useNonStandardTexts,k.specialFeatureOptins,k.purposeConsents,k.purposeLegitimateInterests,k.purposeOneTreatment,k.publisherCountryCode,k.vendorConsents,k.vendorLegitimateInterests,k.publisherRestrictions],[H.PUBLISHER_TC]:[k.publisherConsents,k.publisherLegitimateInterests,k.numCustomPurposes,k.publisherCustomConsents,k.publisherCustomLegitimateInterests],[H.VENDORS_ALLOWED]:[k.vendorsAllowed],[H.VENDORS_DISCLOSED]:[k.vendorsDisclosed]}}class Ca{1=[H.CORE];2=[H.CORE];constructor(e,i){if(e.version===2)if(e.isServiceSpecific)this[2].push(H.PUBLISHER_TC);else{const s=!!(i&&i.isForVendors);(!s||e[k.supportOOB]===!0)&&this[2].push(H.VENDORS_DISCLOSED),s&&(e[k.supportOOB]&&e[k.vendorsAllowed].size>0&&this[2].push(H.VENDORS_ALLOWED),this[2].push(H.PUBLISHER_TC))}}}class Hs{static fieldSequence=new ka;static encode(e,i){let s;try{s=this.fieldSequence[String(e.version)][i]}catch{throw new Ie(`Unable to encode version: ${e.version}, segment: ${i}`)}let n="";i!==H.CORE&&(n=z.encode(Ms.KEY_TO_ID[i],E.segmentType));const o=Gs();return s.forEach(a=>{const r=e[a],c=o[a];let l=E[a];l===void 0&&this.isPublisherCustom(a)&&(l=Number(e[k.numCustomPurposes]));try{n+=c.encode(r,l)}catch(u){throw new Ie(`Error encoding ${i}->${a}: ${u.message}`)}}),Li.encode(n)}static decode(e,i,s){const n=Li.decode(e);let o=0;s===H.CORE&&(i.version=z.decode(n.substr(o,E[k.version]),E[k.version])),s!==H.CORE&&(o+=E.segmentType);const a=this.fieldSequence[String(i.version)][s],r=Gs();return a.forEach(c=>{const l=r[c];let u=E[c];if(u===void 0&&this.isPublisherCustom(c)&&(u=Number(i[k.numCustomPurposes])),u!==0){const d=n.substr(o,u);if(l===wt?i[c]=l.decode(d,i.version):i[c]=l.decode(d,u),Number.isInteger(u))o+=u;else if(Number.isInteger(i[c].bitLength))o+=i[c].bitLength;else throw new ge(c)}}),i}static isPublisherCustom(e){return e.indexOf("publisherCustom")===0}}class wa{static processor=[e=>e,(e,i)=>{e.publisherRestrictions.gvl=i,e.purposeLegitimateInterests.unset([1,3,4,5,6]);const s=new Map;return s.set("legIntPurposes",e.vendorLegitimateInterests),s.set("purposes",e.vendorConsents),s.forEach((n,o)=>{n.forEach((a,r)=>{if(a){const c=i.vendors[r];if(!c||c.deletedDate)n.unset(r);else if(c[o].length===0)if(o==="legIntPurposes"&&c.purposes.length===0&&c.legIntPurposes.length===0&&c.specialPurposes.length>0)n.set(r);else if(o==="legIntPurposes"&&c.purposes.length>0&&c.legIntPurposes.length===0&&c.specialPurposes.length>0)n.set(r);else if(e.isServiceSpecific)if(c.flexiblePurposes.length===0)n.unset(r);else{const l=e.publisherRestrictions.getRestrictions(r);let u=!1;for(let d=0,v=l.length;d<v&&!u;d++)u=l[d].restrictionType===_e.REQUIRE_CONSENT&&o==="purposes"||l[d].restrictionType===_e.REQUIRE_LI&&o==="legIntPurposes";u||n.unset(r)}else n.unset(r)}})}),e.vendorsDisclosed.set(i.vendors),e}];static process(e,i){const s=e.gvl;if(!s)throw new Ie("Unable to encode TCModel without a GVL");if(!s.isReady)throw new Ie("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");e=e.clone(),e.consentLanguage=s.language.slice(0,2).toUpperCase(),i?.version>0&&i?.version<=this.processor.length?e.version=i.version:e.version=this.processor.length;const n=e.version-1;if(!this.processor[n])throw new Ie(`Invalid version: ${e.version}`);return this.processor[n](e,s)}}class Ea{static absCall(e,i,s,n){return new Promise((o,a)=>{const r=new XMLHttpRequest,c=()=>{if(r.readyState==XMLHttpRequest.DONE)if(r.status>=200&&r.status<300){let v=r.response;if(typeof v=="string")try{v=JSON.parse(v)}catch{}o(v)}else a(new Error(`HTTP Status: ${r.status} response type: ${r.responseType}`))},l=()=>{a(new Error("error"))},u=()=>{a(new Error("aborted"))},d=()=>{a(new Error("Timeout "+n+"ms "+e))};r.withCredentials=s,r.addEventListener("load",c),r.addEventListener("error",l),r.addEventListener("abort",u),i===null?r.open("GET",e,!0):r.open("POST",e,!0),r.responseType="json",r.timeout=n,r.ontimeout=d,r.send(i)})}static post(e,i,s=!1,n=0){return this.absCall(e,JSON.stringify(i),s,n)}static fetch(e,i=!1,s=0){return this.absCall(e,null,i,s)}}class O extends kt{static LANGUAGE_CACHE=new Map;static CACHE=new Map;static LATEST_CACHE_KEY=0;static DEFAULT_LANGUAGE="EN";static consentLanguages=new Oe;static baseUrl_;static set baseUrl(e){if(/^https?:\\/\\/vendorlist\\.consensu\\.org\\//.test(e))throw new ut("Invalid baseUrl! You may not pull directly from vendorlist.consensu.org and must provide your own cache");e.length>0&&e[e.length-1]!=="/"&&(e+="/"),this.baseUrl_=e}static get baseUrl(){return this.baseUrl_}static latestFilename="vendor-list.json";static versionedFilename="archives/vendor-list-v[VERSION].json";static languageFilename="purposes-[LANG].json";readyPromise;gvlSpecificationVersion;vendorListVersion;tcfPolicyVersion;lastUpdated;purposes;specialPurposes;features;specialFeatures;isReady_=!1;vendors_;vendorIds;fullVendorList;byPurposeVendorMap;bySpecialPurposeVendorMap;byFeatureVendorMap;bySpecialFeatureVendorMap;stacks;dataCategories;lang_;cacheLang_;isLatest=!1;constructor(e,i){super();let s=O.baseUrl,n=i?.language;if(n)try{n=O.consentLanguages.parseLanguage(n)}catch(o){throw new ut("Error during parsing the language: "+o.message)}if(this.lang_=n||O.DEFAULT_LANGUAGE,this.cacheLang_=n||O.DEFAULT_LANGUAGE,this.isVendorList(e))this.populate(e),this.readyPromise=Promise.resolve();else{if(!s)throw new ut("must specify GVL.baseUrl before loading GVL json");if(e>0){const o=e;O.CACHE.has(o)?(this.populate(O.CACHE.get(o)),this.readyPromise=Promise.resolve()):(s+=O.versionedFilename.replace("[VERSION]",String(o)),this.readyPromise=this.fetchJson(s))}else O.CACHE.has(O.LATEST_CACHE_KEY)?(this.populate(O.CACHE.get(O.LATEST_CACHE_KEY)),this.readyPromise=Promise.resolve()):(this.isLatest=!0,this.readyPromise=this.fetchJson(s+O.latestFilename))}}static emptyLanguageCache(e){let i=!1;return e==null&&O.LANGUAGE_CACHE.size>0?(O.LANGUAGE_CACHE=new Map,i=!0):typeof e=="string"&&this.consentLanguages.has(e.toUpperCase())&&(O.LANGUAGE_CACHE.delete(e.toUpperCase()),i=!0),i}static emptyCache(e){let i=!1;return Number.isInteger(e)&&e>=0?(O.CACHE.delete(e),i=!0):e===void 0&&(O.CACHE=new Map,i=!0),i}cacheLanguage(){O.LANGUAGE_CACHE.has(this.cacheLang_)||O.LANGUAGE_CACHE.set(this.cacheLang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories})}async fetchJson(e){try{this.populate(await Ea.fetch(e))}catch(i){throw new ut(i.message)}}getJson(){return{gvlSpecificationVersion:this.gvlSpecificationVersion,vendorListVersion:this.vendorListVersion,tcfPolicyVersion:this.tcfPolicyVersion,lastUpdated:this.lastUpdated,purposes:this.clonePurposes(),specialPurposes:this.cloneSpecialPurposes(),features:this.cloneFeatures(),specialFeatures:this.cloneSpecialFeatures(),stacks:this.cloneStacks(),...this.dataCategories?{dataCategories:this.cloneDataCategories()}:{},vendors:this.cloneVendors()}}cloneSpecialFeatures(){const e={};for(const i of Object.keys(this.specialFeatures))e[i]=O.cloneFeature(this.specialFeatures[i]);return e}cloneFeatures(){const e={};for(const i of Object.keys(this.features))e[i]=O.cloneFeature(this.features[i]);return e}cloneStacks(){const e={};for(const i of Object.keys(this.stacks))e[i]=O.cloneStack(this.stacks[i]);return e}cloneDataCategories(){const e={};for(const i of Object.keys(this.dataCategories))e[i]=O.cloneDataCategory(this.dataCategories[i]);return e}cloneSpecialPurposes(){const e={};for(const i of Object.keys(this.specialPurposes))e[i]=O.clonePurpose(this.specialPurposes[i]);return e}clonePurposes(){const e={};for(const i of Object.keys(this.purposes))e[i]=O.clonePurpose(this.purposes[i]);return e}static clonePurpose(e){return{id:e.id,name:e.name,description:e.description,...e.descriptionLegal?{descriptionLegal:e.descriptionLegal}:{},...e.illustrations?{illustrations:Array.from(e.illustrations)}:{}}}static cloneFeature(e){return{id:e.id,name:e.name,description:e.description,...e.descriptionLegal?{descriptionLegal:e.descriptionLegal}:{},...e.illustrations?{illustrations:Array.from(e.illustrations)}:{}}}static cloneDataCategory(e){return{id:e.id,name:e.name,description:e.description}}static cloneStack(e){return{id:e.id,name:e.name,description:e.description,purposes:Array.from(e.purposes),specialFeatures:Array.from(e.specialFeatures)}}static cloneDataRetention(e){return{...typeof e.stdRetention=="number"?{stdRetention:e.stdRetention}:{},purposes:{...e.purposes},specialPurposes:{...e.specialPurposes}}}static cloneVendorUrls(e){return e.map(i=>({langId:i.langId,privacy:i.privacy,...i.legIntClaim?{legIntClaim:i.legIntClaim}:{}}))}static cloneVendor(e){return{id:e.id,name:e.name,purposes:Array.from(e.purposes),legIntPurposes:Array.from(e.legIntPurposes),flexiblePurposes:Array.from(e.flexiblePurposes),specialPurposes:Array.from(e.specialPurposes),features:Array.from(e.features),specialFeatures:Array.from(e.specialFeatures),...e.overflow?{overflow:{httpGetLimit:e.overflow.httpGetLimit}}:{},...typeof e.cookieMaxAgeSeconds=="number"||e.cookieMaxAgeSeconds===null?{cookieMaxAgeSeconds:e.cookieMaxAgeSeconds}:{},...e.usesCookies!==void 0?{usesCookies:e.usesCookies}:{},...e.policyUrl?{policyUrl:e.policyUrl}:{},...e.cookieRefresh!==void 0?{cookieRefresh:e.cookieRefresh}:{},...e.usesNonCookieAccess!==void 0?{usesNonCookieAccess:e.usesNonCookieAccess}:{},...e.dataRetention?{dataRetention:this.cloneDataRetention(e.dataRetention)}:{},...e.urls?{urls:this.cloneVendorUrls(e.urls)}:{},...e.dataDeclaration?{dataDeclaration:Array.from(e.dataDeclaration)}:{},...e.deviceStorageDisclosureUrl?{deviceStorageDisclosureUrl:e.deviceStorageDisclosureUrl}:{},...e.deletedDate?{deletedDate:e.deletedDate}:{}}}cloneVendors(){const e={};for(const i of Object.keys(this.fullVendorList))e[i]=O.cloneVendor(this.fullVendorList[i]);return e}async changeLanguage(e){let i=e;try{i=O.consentLanguages.parseLanguage(e)}catch(n){throw new ut("Error during parsing the language: "+n.message)}const s=e.toUpperCase();if(!(i.toLowerCase()===O.DEFAULT_LANGUAGE.toLowerCase()&&!O.LANGUAGE_CACHE.has(s))&&i!==this.lang_)if(this.lang_=i,O.LANGUAGE_CACHE.has(s)){const n=O.LANGUAGE_CACHE.get(s);for(const o in n)n.hasOwnProperty(o)&&(this[o]=n[o])}else{const n=O.baseUrl+O.languageFilename.replace("[LANG]",this.lang_.toLowerCase());try{await this.fetchJson(n),this.cacheLang_=s,this.cacheLanguage()}catch(o){throw new ut("unable to load language: "+o.message)}}}get language(){return this.lang_}isVendorList(e){return e!==void 0&&e.vendors!==void 0}populate(e){this.purposes=e.purposes,this.specialPurposes=e.specialPurposes,this.features=e.features,this.specialFeatures=e.specialFeatures,this.stacks=e.stacks,this.dataCategories=e.dataCategories,this.isVendorList(e)&&(this.gvlSpecificationVersion=e.gvlSpecificationVersion,this.tcfPolicyVersion=e.tcfPolicyVersion,this.vendorListVersion=e.vendorListVersion,this.lastUpdated=e.lastUpdated,typeof this.lastUpdated=="string"&&(this.lastUpdated=new Date(this.lastUpdated)),this.vendors_=e.vendors,this.fullVendorList=e.vendors,this.mapVendors(),this.isReady_=!0,this.isLatest&&O.CACHE.set(O.LATEST_CACHE_KEY,this.getJson()),O.CACHE.has(this.vendorListVersion)||O.CACHE.set(this.vendorListVersion,this.getJson())),this.cacheLanguage()}mapVendors(e){this.byPurposeVendorMap={},this.bySpecialPurposeVendorMap={},this.byFeatureVendorMap={},this.bySpecialFeatureVendorMap={},Object.keys(this.purposes).forEach(i=>{this.byPurposeVendorMap[i]={legInt:new Set,consent:new Set,flexible:new Set}}),Object.keys(this.specialPurposes).forEach(i=>{this.bySpecialPurposeVendorMap[i]=new Set}),Object.keys(this.features).forEach(i=>{this.byFeatureVendorMap[i]=new Set}),Object.keys(this.specialFeatures).forEach(i=>{this.bySpecialFeatureVendorMap[i]=new Set}),Array.isArray(e)||(e=Object.keys(this.fullVendorList).map(i=>+i)),this.vendorIds=new Set(e),this.vendors_=e.reduce((i,s)=>{const n=this.vendors_[String(s)];return n&&n.deletedDate===void 0&&(n.purposes.forEach(o=>{this.byPurposeVendorMap[String(o)].consent.add(s)}),n.specialPurposes.forEach(o=>{this.bySpecialPurposeVendorMap[String(o)].add(s)}),n.legIntPurposes.forEach(o=>{this.byPurposeVendorMap[String(o)].legInt.add(s)}),n.flexiblePurposes&&n.flexiblePurposes.forEach(o=>{this.byPurposeVendorMap[String(o)].flexible.add(s)}),n.features.forEach(o=>{this.byFeatureVendorMap[String(o)].add(s)}),n.specialFeatures.forEach(o=>{this.bySpecialFeatureVendorMap[String(o)].add(s)}),i[s]=n),i},{})}getFilteredVendors(e,i,s,n){const o=e.charAt(0).toUpperCase()+e.slice(1);let a;const r={};return e==="purpose"&&s?a=this["by"+o+"VendorMap"][String(i)][s]:a=this["by"+(n?"Special":"")+o+"VendorMap"][String(i)],a.forEach(c=>{r[String(c)]=this.vendors[String(c)]}),r}getVendorsWithConsentPurpose(e){return this.getFilteredVendors("purpose",e,"consent")}getVendorsWithLegIntPurpose(e){return this.getFilteredVendors("purpose",e,"legInt")}getVendorsWithFlexiblePurpose(e){return this.getFilteredVendors("purpose",e,"flexible")}getVendorsWithSpecialPurpose(e){return this.getFilteredVendors("purpose",e,void 0,!0)}getVendorsWithFeature(e){return this.getFilteredVendors("feature",e)}getVendorsWithSpecialFeature(e){return this.getFilteredVendors("feature",e,void 0,!0)}get vendors(){return this.vendors_}narrowVendorsTo(e){this.mapVendors(e)}get isReady(){return this.isReady_}clone(){const e=new O(this.getJson());return this.lang_!==O.DEFAULT_LANGUAGE&&e.changeLanguage(this.lang_),e}static isInstanceOf(e){return typeof e=="object"&&typeof e.narrowVendorsTo=="function"}}class Ni extends kt{static consentLanguages=O.consentLanguages;isServiceSpecific_=!1;supportOOB_=!0;useNonStandardTexts_=!1;purposeOneTreatment_=!1;publisherCountryCode_="AA";version_=2;consentScreen_=0;policyVersion_=4;consentLanguage_="EN";cmpId_=0;cmpVersion_=0;vendorListVersion_=0;numCustomPurposes_=0;gvl_;created;lastUpdated;specialFeatureOptins=new pe;purposeConsents=new pe;purposeLegitimateInterests=new pe;publisherConsents=new pe;publisherLegitimateInterests=new pe;publisherCustomConsents=new pe;publisherCustomLegitimateInterests=new pe;customPurposes;vendorConsents=new pe;vendorLegitimateInterests=new pe;vendorsDisclosed=new pe;vendorsAllowed=new pe;publisherRestrictions=new Rs;constructor(e){super(),e&&(this.gvl=e),this.updated()}set gvl(e){O.isInstanceOf(e)||(e=new O(e)),this.gvl_=e,this.publisherRestrictions.gvl=e}get gvl(){return this.gvl_}set cmpId(e){if(e=Number(e),Number.isInteger(e)&&e>1)this.cmpId_=e;else throw new Pe("cmpId",e)}get cmpId(){return this.cmpId_}set cmpVersion(e){if(e=Number(e),Number.isInteger(e)&&e>-1)this.cmpVersion_=e;else throw new Pe("cmpVersion",e)}get cmpVersion(){return this.cmpVersion_}set consentScreen(e){if(e=Number(e),Number.isInteger(e)&&e>-1)this.consentScreen_=e;else throw new Pe("consentScreen",e)}get consentScreen(){return this.consentScreen_}set consentLanguage(e){this.consentLanguage_=e}get consentLanguage(){return this.consentLanguage_}set publisherCountryCode(e){if(/^([A-z]){2}$/.test(e))this.publisherCountryCode_=e.toUpperCase();else throw new Pe("publisherCountryCode",e)}get publisherCountryCode(){return this.publisherCountryCode_}set vendorListVersion(e){if(e=Number(e)>>0,e<0)throw new Pe("vendorListVersion",e);this.vendorListVersion_=e}get vendorListVersion(){return this.gvl?this.gvl.vendorListVersion:this.vendorListVersion_}set policyVersion(e){if(this.policyVersion_=parseInt(e,10),this.policyVersion_<0)throw new Pe("policyVersion",e)}get policyVersion(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_}set version(e){this.version_=parseInt(e,10)}get version(){return this.version_}set isServiceSpecific(e){this.isServiceSpecific_=e}get isServiceSpecific(){return this.isServiceSpecific_}set useNonStandardTexts(e){this.useNonStandardTexts_=e}get useNonStandardTexts(){return this.useNonStandardTexts_}set supportOOB(e){this.supportOOB_=e}get supportOOB(){return this.supportOOB_}set purposeOneTreatment(e){this.purposeOneTreatment_=e}get purposeOneTreatment(){return this.purposeOneTreatment_}setAllVendorConsents(){this.vendorConsents.set(this.gvl.vendors)}unsetAllVendorConsents(){this.vendorConsents.empty()}setAllVendorsDisclosed(){this.vendorsDisclosed.set(this.gvl.vendors)}unsetAllVendorsDisclosed(){this.vendorsDisclosed.empty()}setAllVendorsAllowed(){this.vendorsAllowed.set(this.gvl.vendors)}unsetAllVendorsAllowed(){this.vendorsAllowed.empty()}setAllVendorLegitimateInterests(){this.vendorLegitimateInterests.set(this.gvl.vendors)}unsetAllVendorLegitimateInterests(){this.vendorLegitimateInterests.empty()}setAllPurposeConsents(){this.purposeConsents.set(this.gvl.purposes)}unsetAllPurposeConsents(){this.purposeConsents.empty()}setAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.set(this.gvl.purposes)}unsetAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.empty()}setAllSpecialFeatureOptins(){this.specialFeatureOptins.set(this.gvl.specialFeatures)}unsetAllSpecialFeatureOptins(){this.specialFeatureOptins.empty()}setAll(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()}unsetAll(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()}get numCustomPurposes(){let e=this.numCustomPurposes_;if(typeof this.customPurposes=="object"){const i=Object.keys(this.customPurposes).sort((s,n)=>Number(s)-Number(n));e=parseInt(i.pop(),10)}return e}set numCustomPurposes(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new Pe("numCustomPurposes",e)}updated(){const e=new Date,i=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));this.created=i,this.lastUpdated=i}}class $t{static encode(e,i){let s="",n;return e=wa.process(e,i),Array.isArray(i?.segments)?n=i.segments:n=new Ca(e,i)[""+e.version],n.forEach((o,a)=>{let r="";a<n.length-1&&(r="."),s+=Hs.encode(e,o)+r}),s}static decode(e,i){const s=e.split("."),n=s.length;i||(i=new Ni);for(let o=0;o<n;o++){const a=s[o],c=Li.decode(a.charAt(0)).substr(0,E.segmentType),l=Ms.ID_TO_KEY[z.decode(c,E.segmentType).toString()];Hs.decode(a,i,l)}return i}}var ja=Object.defineProperty,xa=(t,e,i)=>e in t?ja(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,$i=(t,e,i)=>xa(t,typeof e!="symbol"?e+"":e,i);class Ue{constructor(e,i,s){$i(this,"consentPreference"),$i(this,"notice"),$i(this,"noticeHistoryId"),this.notice=e,this.consentPreference=i,this.noticeHistoryId=s}}C.TCMobileDataVals=void 0,(t=>{(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFgdprApplies||(t.IABTCFgdprApplies={})),(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFPurposeOneTreatment||(t.IABTCFPurposeOneTreatment={})),(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFUseNonStandardTexts||(t.IABTCFUseNonStandardTexts={}))})(C.TCMobileDataVals||(C.TCMobileDataVals={}));var qs=(t=>(t.GPP_US_NATIONAL="gpp_us_national",t.GPP_US_STATE="gpp_us_state",t))(qs||{}),Ks=(t=>(t.FRONTEND="frontend",t.SYSTEM_WIDE="system_wide",t.NOT_APPLICABLE="not_applicable",t))(Ks||{}),ne=(t=>(t.OPT_IN="opt_in",t.OPT_OUT="opt_out",t.NOTICE_ONLY="notice_only",t))(ne||{}),ae=(t=>(t.OPT_IN="opt_in",t.OPT_OUT="opt_out",t.ACKNOWLEDGE="acknowledge",t.NOT_APPLICABLE="not_applicable",t.TCF="tcf",t))(ae||{}),pt=(t=>(t.OMIT="omit",t.INCLUDE="include",t))(pt||{}),Ye=(t=>(t.BOOLEAN="boolean",t.CONSENT_MECHANISM="consent_mechanism",t))(Ye||{}),Be=(t=>(t.THROW="throw",t.WARN="warn",t.IGNORE="ignore",t))(Be||{}),oe=(t=>(t.OVERLAY="overlay",t.BANNER_AND_MODAL="banner_and_modal",t.MODAL="modal",t.PRIVACY_CENTER="privacy_center",t.TCF_OVERLAY="tcf_overlay",t.HEADLESS="headless",t))(oe||{}),Ys=(t=>(t.ALWAYS_ENABLED="always_enabled",t.ENABLED_WHERE_REQUIRED="enabled_where_required",t.ALWAYS_DISABLED="always_disabled",t))(Ys||{}),Ge=(t=>(t.OPTIONS="options",t.EXPERIENCE_TRANSLATION="language",t))(Ge||{}),me=(t=>(t.PRIMARY="primary",t.SECONDARY="secondary",t.TERTIARY="tertiary",t))(me||{}),Ft=(t=>(t.ACKNOWLEDGE="acknowledge",t.OPT_IN_OPT_OUT="opt_in_opt_out",t.OPT_IN_ONLY="opt_in_only",t))(Ft||{}),Fi=(t=>(t.REJECT_ALL="reject_all",t.REJECT_CONSENT_ONLY="reject_consent_only",t))(Fi||{}),R=(t=>(t.BUTTON="button",t.REJECT="reject",t.ACCEPT="accept",t.SCRIPT="script",t.SAVE="save",t.DISMISS="dismiss",t.GPC="gpc",t.INDIVIDUAL_NOTICE="individual_notice",t.ACKNOWLEDGE="acknowledge",t.OT_MIGRATION="ot_migration",t))(R||{}),Ws=(t=>(t.privacy_center="privacy_center",t.overlay="overlay",t.api="api",t))(Ws||{}),Te=(t=>(t.NONE="none",t.APPLIED="applied",t.OVERRIDDEN="overridden",t))(Te||{}),We=(t=>(t.OVERLAY="overlay",t.MODAL="modal",t.BANNER="banner",t.PRIVACY_CENTER="privacy_center",t.TCF_OVERLAY="tcf_overlay",t.TCF_BANNER="tcf_banner",t))(We||{}),Di=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Dt={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Dt.exports,function(t,e){(function(i){var s=e,n=t&&t.exports==s&&t,o=typeof Di=="object"&&Di;(o.global===o||o.window===o)&&(i=o);var a=function(f){this.message=f};a.prototype=new Error,a.prototype.name="InvalidCharacterError";var r=function(f){throw new a(f)},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=/[\\t\\n\\f\\r ]/g,u=function(f){f=String(f).replace(l,"");var _=f.length;_%4==0&&(f=f.replace(/==?$/,""),_=f.length),(_%4==1||/[^+a-zA-Z0-9/]/.test(f))&&r("Invalid character: the string to be decoded is not correctly encoded.");for(var h=0,b,m,y="",w=-1;++w<_;)m=c.indexOf(f.charAt(w)),b=h%4?b*64+m:m,h++%4&&(y+=String.fromCharCode(255&b>>(-2*h&6)));return y},d=function(f){f=String(f),/[^\\0-\\xFF]/.test(f)&&r("The string to be encoded contains characters outside of the Latin1 range.");for(var _=f.length%3,h="",b=-1,m,y,w,j,P=f.length-_;++b<P;)m=f.charCodeAt(b)<<16,y=f.charCodeAt(++b)<<8,w=f.charCodeAt(++b),j=m+y+w,h+=c.charAt(j>>18&63)+c.charAt(j>>12&63)+c.charAt(j>>6&63)+c.charAt(j&63);return _==2?(m=f.charCodeAt(b)<<8,y=f.charCodeAt(++b),j=m+y,h+=c.charAt(j>>10)+c.charAt(j>>4&63)+c.charAt(j<<2&63)+"="):_==1&&(j=f.charCodeAt(b),h+=c.charAt(j>>2)+c.charAt(j<<4&63)+"=="),h},v={encode:d,decode:u,version:"1.0.0"};if(s&&!s.nodeType)if(n)n.exports=v;else for(var g in v)v.hasOwnProperty(g)&&(s[g]=v[g]);else i.base64=v})(Di)}(Dt,Dt.exports);var Js=Dt.exports;/*! js-cookie v3.0.5 | MIT */function Rt(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var s in i)t[s]=i[s]}return t}var Ia={read:function(t){return t[0]===\'"\'&&(t=t.slice(1,-1)),t.replace(/(%[\\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function Ri(t,e){function i(n,o,a){if(!(typeof document>"u")){a=Rt({},e,a),typeof a.expires=="number"&&(a.expires=new Date(Date.now()+a.expires*864e5)),a.expires&&(a.expires=a.expires.toUTCString()),n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var c in a)a[c]&&(r+="; "+c,a[c]!==!0&&(r+="="+a[c].split(";")[0]));return document.cookie=n+"="+t.write(o,n)+r}}function s(n){if(!(typeof document>"u"||arguments.length&&!n)){for(var o=document.cookie?document.cookie.split("; "):[],a={},r=0;r<o.length;r++){var c=o[r].split("="),l=c.slice(1).join("=");try{var u=decodeURIComponent(c[0]);if(a[u]=t.read(l,u),n===u)break}catch{}}return n?a[n]:a}}return Object.create({set:i,get:s,remove:function(n,o){i(n,"",Rt({},o,{expires:-1}))},withAttributes:function(n){return Ri(this.converter,Rt({},this.attributes,n))},withConverter:function(n){return Ri(Rt({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(e)},converter:{value:Object.freeze(t)}})}var Pa=Ri(Ia,{path:"/"});let Vt;const Oa=new Uint8Array(16);function Ta(){if(!Vt&&(Vt=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Vt))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Vt(Oa)}const ee=[];for(let t=0;t<256;++t)ee.push((t+256).toString(16).slice(1));function Sa(t,e=0){return ee[t[e+0]]+ee[t[e+1]]+ee[t[e+2]]+ee[t[e+3]]+"-"+ee[t[e+4]]+ee[t[e+5]]+"-"+ee[t[e+6]]+ee[t[e+7]]+"-"+ee[t[e+8]]+ee[t[e+9]]+"-"+ee[t[e+10]]+ee[t[e+11]]+ee[t[e+12]]+ee[t[e+13]]+ee[t[e+14]]+ee[t[e+15]]}var Zs={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Mt(t,e,i){if(Zs.randomUUID&&!e&&!t)return Zs.randomUUID();t=t||{};const s=t.random||(t.rng||Ta)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,e){i=i||0;for(let n=0;n<16;++n)e[i+n]=s[n];return e}return Sa(s)}const Ut=(t,e)=>!!Object.keys(e).includes(t.notice_key),Se=t=>!t||t===ae.OPT_OUT?!1:t===ae.OPT_IN?!0:t===ae.ACKNOWLEDGE,ce=(t,e)=>t?e===ne.NOTICE_ONLY?ae.ACKNOWLEDGE:ae.OPT_IN:ae.OPT_OUT,Et=t=>typeof t=="string"?Se(t):t,Qs=t=>t?t.split(",").map(e=>e.trim()).filter(Boolean):[],Xs=(t,e)=>t===void 0?!1:typeof t=="boolean"?t:e.globalPrivacyControl===!0?t.globalPrivacyControl:t.value,Bt=(t,e)=>t.consent_mechanism===ne.NOTICE_ONLY?!0:e&&Ut(t,e)?!!e[t.notice_key]:Se(t.default_preference);var Aa=(t=>(t.CONSENT="Consent",t.CONTRACT="Contract",t.LEGAL_OBLIGATIONS="Legal obligations",t.VITAL_INTERESTS="Vital interests",t.PUBLIC_INTEREST="Public interest",t.LEGITIMATE_INTERESTS="Legitimate interests",t))(Aa||{}),Ae=(t=>(t.CONSENT="Consent",t.LEGITIMATE_INTERESTS="Legitimate interests",t))(Ae||{});const en=407,Gt=",",tn=[{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"}],sn=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];tn.filter(({experienceKey:t})=>t!=="tcf_features"&&t!=="tcf_special_purposes").map(t=>t.experienceKey);const Ht=[{i18nMessageID:"static.tcf.consent",value:Ae.CONSENT.toString()},{i18nMessageID:"static.tcf.legint",value:Ae.LEGITIMATE_INTERESTS.toString()}],qt={purposesConsent:[],customPurposesConsent:[],purposesLegint:[],specialPurposes:[],features:[],specialFeatures:[],vendorsConsent:[],vendorsLegint:[]};var za=Object.defineProperty,La=Object.defineProperties,Na=Object.getOwnPropertyDescriptors,nn=Object.getOwnPropertySymbols,$a=Object.prototype.hasOwnProperty,Fa=Object.prototype.propertyIsEnumerable,on=(t,e,i)=>e in t?za(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Je=(t,e)=>{for(var i in e||(e={}))$a.call(e,i)&&on(t,i,e[i]);if(nn)for(var i of nn(e))Fa.call(e,i)&&on(t,i,e[i]);return t},jt=(t,e)=>La(t,Na(e)),Da=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Vi="fides_consent",rn=365,Kt=Pa.withConverter({read(t){return decodeURIComponent(t)},write(t){return encodeURIComponent(t)}}),Yt=t=>t?Object.values(t).some(e=>e!==void 0):!1,an=()=>Mt(),Ra=an(),Mi=t=>{var e;return!((e=t.fides_meta)!=null&&e.updatedAt)},cn=t=>{const e=new Date;return{consent:t||{},identity:{fides_user_device_id:Ra||an()},fides_meta:{version:"0.9.0",createdAt:e.toISOString(),updatedAt:""},tcf_consent:{}}},Wt=t=>Kt.get(t),He=()=>{const t=Wt(Vi);if(t)try{return JSON.parse(t)}catch{try{return JSON.parse(Js.decode(t))}catch{return}}},ln=(t,e=!1)=>{const i=cn(t);if(typeof document>"u")return i;if(e)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",i;let s=He();if(s!=null&&s.consent){const{consent:n}=s;Object.entries(n).forEach(([o,a])=>{n[o]=Et(a)})}if(!s)return i;try{"consent"in s&&"fides_meta"in s||(s=jt(Je({},i),{consent:s}));const n=Je(Je({},t),s.consent);return s.consent=n,s}catch(n){return console.error("Unable to read consent cookie: invalid JSON.",n),i}},dn=(t,e=!1)=>{if(typeof document>"u")return;const i=new Date().toISOString();t.fides_meta.updatedAt=i;let s=JSON.stringify(t);e&&(s=Js.encode(s));const n=window.location.hostname.split(".");let o="";for(let a=1;a<=n.length;a+=1)if(o=n.slice(-a).join("."),Kt.set(Vi,s,{path:"/",domain:o,expires:rn})){const r=He();if(r&&r.fides_meta.updatedAt===t.fides_meta.updatedAt)break}},Ui=({experience:t,cookie:e})=>{var i;if(!t.privacy_notices)return t;const s=(i=t.privacy_notices)==null?void 0:i.map(o=>{const a=Object.keys(e.consent).includes(o.notice_key)?ce(!!e.consent[o.notice_key],o.consent_mechanism):void 0;return jt(Je({},o),{current_preference:a})});return jt(Je({},t),{privacy_notices:s})},un=t=>{const e={};return sn.forEach(({cookieKey:i})=>{var s;const n=(s=t[i])!=null?s:[];e[i]=Object.fromEntries(n.map(o=>[o.id,Se(o.preference)]))}),e},pn=(t,e)=>{const i={};return t?.options.forEach(({cookieKeys:s,default:n})=>{if(n===void 0)return;const o=Xs(n,e);s.forEach(a=>{const r=i[a];if(r===void 0){i[a]=o;return}i[a]=r&&o})}),i},fn=(t,e=!0)=>{t.forEach(i=>{var s;if(Kt.remove(i.name,{path:(s=i.path)!=null?s:"/",domain:i.domain}),e){const{hostname:n}=window.location;Kt.remove(i.name,{domain:`.${n}`})}})},Bi=t=>{const e=new Map(t.map(({notice:i,consentPreference:s})=>[i.notice_key,Se(s)]));return Object.fromEntries(e)},Jt=(t,e)=>Da(void 0,null,function*(){return jt(Je({},t),{consent:Bi(e)})}),Va=t=>{const e={};return t.privacy_notices&&t.privacy_notices.forEach(i=>{i.current_preference?e[i.notice_key]=Se(i.current_preference):i.default_preference&&(e[i.notice_key]=Se(i.default_preference))}),e},vn=({cookie:t,experience:e})=>{const i=Va(e);return jt(Je({},t),{consent:i})};var Ma=Object.defineProperty,Ua=(t,e,i)=>e in t?Ma(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,gn=(t,e,i)=>Ua(t,typeof e!="symbol"?e+"":e,i);class Ba{constructor(){gn(this,"cookieName","OptanonConsent"),gn(this,"migrationMethod",R.OT_MIGRATION)}getConsentCookie(){return Wt(this.cookieName)}convertToFidesConsent(e,i){if(i.otFidesMapping)try{const s=decodeURIComponent(i.otFidesMapping).replace(/^\'|\'$/g,""),n=JSON.parse(s),o=this.parseCookieValue(e,n);return o}catch{return}}parseCookieValue(e,i){const s={},n=e.match(/groups=([^&]*)/);return!n||!n[1]||n[1].split(",").forEach(o=>{const[a,r]=o.split(":");i[a]&&i[a].forEach(c=>{const l=r==="1";s[c]===void 0&&(s[c]=l)})}),s}}var _n=(t=>(t.ONETRUST="onetrust",t))(_n||{});const Gi=new Map;function Ga(t,e){Gi.set(t,e)}function Ha(t){t.otFidesMapping&&Ga(_n.ONETRUST,new Ba)}function mn(t){let e,i;if(Array.from(Gi).some(([n,o])=>{const a=o.getConsentCookie();if(!a)return!1;const r=o.convertToFidesConsent(a,t);return r?(e=r,i=n,!0):!1}),!i)return{consent:void 0,method:void 0};const s=Gi.get(i);return{consent:e,method:s.migrationMethod}}const hn=t=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=t?console.log:()=>{}:globalThis.fidesDebugger=()=>{}},le="en",Hi="Manage preferences",qi=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\\w+)+))/,qa=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,Ka=[{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:qi},{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:Qs},{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)$/}],Ya=[{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:qi}],bn="fides-overlay-wrapper",Wa="fides-i18n-icon",yn=["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 Ja=Object.defineProperty,Za=Object.defineProperties,Qa=Object.getOwnPropertyDescriptors,kn=Object.getOwnPropertySymbols,Xa=Object.prototype.hasOwnProperty,ec=Object.prototype.propertyIsEnumerable,Cn=(t,e,i)=>e in t?Ja(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Zt=(t,e)=>{for(var i in e||(e={}))Xa.call(e,i)&&Cn(t,i,e[i]);if(kn)for(var i of kn(e))ec.call(e,i)&&Cn(t,i,e[i]);return t},tc=(t,e)=>Za(t,Qa(e));const Ze=t=>!t||typeof t!="object"?!1:Object.keys(t).length===0||"id"in t,ic=t=>!!(t&&t.every(e=>e.default_preference===ae.OPT_IN)),Qt=t=>t?t.location&&qa.test(t.location)?t.location.replace("-","_").toLowerCase():t.country&&t.region?`${t.country.toLowerCase()}_${t.region.toLowerCase()}`:null:null,wn=t=>{if(typeof t!="object"||!t.fidesApiUrl||!t.privacyCenterUrl)return!1;try{new URL(t.privacyCenterUrl),new URL(t.fidesApiUrl)}catch{return!1}return!0},En=t=>{switch(t){case Ge.OPTIONS:return Ka;case Ge.EXPERIENCE_TRANSLATION:return Ya;default:return null}},Ki=t=>{if(!Ze(t))return!1;const e=t.experience_config;return e&&(e.component===oe.MODAL||e.component===oe.BANNER_AND_MODAL||e.component===oe.TCF_OVERLAY||e.component===oe.HEADLESS)?!(e.component===oe.BANNER_AND_MODAL&&!(t.privacy_notices&&t.privacy_notices.length>0)):!1},Xt=t=>t.fidesConsentOverride===R.ACCEPT||t.fidesConsentOverride===R.REJECT,sc=t=>{var e;return(e=t.default_preference)!=null?e:ae.OPT_OUT},ei=(t,e,i,s)=>{var n,o,a,r,c,l;return s!=null&&s.fidesDisableBanner||!Ze(t)?!1:((n=t.experience_config)==null?void 0:n.component)===oe.TCF_OVERLAY&&e?s&&Xt(s)?!1:(o=t.meta)!=null&&o.version_hash?t.meta.version_hash!==e.tcf_version_hash:!0:((a=t.experience_config)==null?void 0:a.component)===oe.MODAL||((r=t.experience_config)==null?void 0:r.component)===oe.HEADLESS||!((c=t?.privacy_notices)!=null&&c.length)?!1:i?s&&Xt(s)?!1:e?.fides_meta.consentMethod===R.GPC?!0:!((l=t.privacy_notices)!=null&&l.every(u=>Ut(u,i))):!0},jn=t=>{t[0]==="window"&&t.shift();let e=window;for(;t.length>0;){const i=t.shift();if(typeof i>"u"||typeof e[i]!="object")return;e=e[i]}return e},Yi=({value:t,notice:e,consentContext:i})=>!i.globalPrivacyControl||!e.has_gpc_flag||e.consent_mechanism===ne.NOTICE_ONLY?Te.NONE:t?Te.OVERRIDDEN:Te.APPLIED,Wi=()=>{},xn=(t,e)=>t.map(i=>{var s;const n=ce(e.includes(i.notice.notice_key),i.notice.consent_mechanism);return new Ue(i.notice,n,(s=i.bestTranslation)==null?void 0:s.privacy_notice_history_id)}),In=t=>{try{const e=JSON.stringify(t);return btoa(e.replace(/\\s/g,""))}catch(e){throw new Error("Failed to encode Notice Consent string:",{cause:e})}},Ji=t=>{if(!t)return{};try{const e=atob(t),i=JSON.parse(e);return Object.fromEntries(Object.entries(i).map(([s,n])=>[s,!!n]))}catch(e){throw new Error("Failed to decode Notice Consent string:",{cause:e})}},nc=({consent:t,nonApplicableNotices:e,flagType:i,mode:s=pt.OMIT})=>{if(!(e!=null&&e.length))return t;const n=Zt({},t);return s===pt.INCLUDE?e.forEach(o=>{n[o]=i===Ye.CONSENT_MECHANISM?ae.NOT_APPLICABLE:!0}):e.forEach(o=>{delete n[o]}),n},oc=({consent:t,flagType:e=Ye.BOOLEAN,consentMechanisms:i})=>{const s={};if(e!==Ye.CONSENT_MECHANISM)return Object.fromEntries(Object.entries(t).map(([o,a])=>[o,Et(a)]));const n=Object.values(t).some(o=>typeof o=="boolean");if(n&&!i)throw new Error("Cannot transform boolean consent values to consent mechanisms without consent mechanisms map");return n?(Object.keys(t).forEach(o=>{const a=t[o];if(typeof a=="string")s[o]=a;else{const r=i[o];s[o]=ce(a,r)}}),s):Zt({},t)},xt=(t,e,i=[],s,n)=>{var o,a,r;const c=Zt({},t),l=(o=window.Fides)==null?void 0:o.options,u=(a=n??l?.fidesConsentNonApplicableFlagMode)!=null?a:pt.OMIT,d=(r=s??l?.fidesConsentFlagType)!=null?r:Ye.BOOLEAN,v={};Object.assign(v,nc({consent:{},nonApplicableNotices:e??[],flagType:d,mode:u}));const g=i.reduce((f,_)=>tc(Zt({},f),{[_.notice_key]:_.consent_mechanism}),{});return Object.assign(v,oc({consent:c,consentMechanisms:g,flagType:d})),v},Pn=t=>{const e=t.split("~")[0];return!!(e&&["1","2"].includes(e)&&t!=null&&t.match(e==="1"?/\\d~[0-9.]*$/:/\\d~[0-9.]*~dv.[0-9.]*$/))};var rc=Object.defineProperty,ac=Object.defineProperties,cc=Object.getOwnPropertyDescriptors,On=Object.getOwnPropertySymbols,lc=Object.prototype.hasOwnProperty,dc=Object.prototype.propertyIsEnumerable,Tn=(t,e,i)=>e in t?rc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,ti=(t,e)=>{for(var i in e||(e={}))lc.call(e,i)&&Tn(t,i,e[i]);if(On)for(var i of On(e))dc.call(e,i)&&Tn(t,i,e[i]);return t},Sn=(t,e)=>ac(t,cc(e)),Qe=(t=>(t.FIDES="fides",t.EXTERNAL="external",t))(Qe||{}),fe=(t=>(t.TOGGLE="toggle",t.BUTTON="button",t.LINK="link",t))(fe||{});const we=(t,e,i)=>{var s,n,o,a,r,c,l,u;const d=e?ti({},e):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const v=ti({consentMethod:d?.fides_meta.consentMethod},i);(s=i?.trigger)!=null&&s.origin||(v.trigger=Sn(ti({},v.trigger),{origin:"fides"}));const g=(n=performance?.mark)==null?void 0:n.call(performance,t),f=g?.startTime,_=d;_&&d!=null&&d.consent&&(_.consent=xt(d.consent,(a=(o=window.Fides)==null?void 0:o.experience)==null?void 0:a.non_applicable_privacy_notices,(c=(r=window.Fides)==null?void 0:r.experience)==null?void 0:c.privacy_notices));const h=new CustomEvent(t,{detail:Sn(ti({},_),{debug:!!((u=(l=window.Fides)==null?void 0:l.options)!=null&&u.debug),extraDetails:v,timestamp:f}),bubbles:!0});window.dispatchEvent(h)}},An=(t,e)=>{const i=s=>e(s.detail);return window.addEventListener(t,i),()=>{window.removeEventListener(t,i)}},Zi=(t,e)=>{we("FidesInitialized",t,e)},Qi=(t,e)=>{we("FidesConsentLoaded",t,e),Zi(t,e)},Xi=(t,e)=>{we("FidesReady",t,e),Zi(t,e)};var uc=Object.defineProperty,pc=Object.defineProperties,fc=Object.getOwnPropertyDescriptors,zn=Object.getOwnPropertySymbols,vc=Object.prototype.hasOwnProperty,gc=Object.prototype.propertyIsEnumerable,Ln=(t,e,i)=>e in t?uc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,es=(t,e)=>{for(var i in e||(e={}))vc.call(e,i)&&Ln(t,i,e[i]);if(zn)for(var i of zn(e))gc.call(e,i)&&Ln(t,i,e[i]);return t},_c=(t,e)=>pc(t,fc(e)),Nn=(t=>(t.GVL="gvl",t.AC="gacp",t))(Nn||{});const qe=t=>{const e=t.split(".");return e.length===1?{source:void 0,id:e[0]}:{source:e[0],id:e[1]}},Xe=(t,e)=>{if(!(e!=null&&e.vendors))return;const{source:i,id:s}=qe(t);if(i==="gvl"||i===void 0)return e.vendors[s]},mc=t=>qe(t).source==="gacp",hc=t=>{const{tcf_vendor_relationships:e=[]}=t;return e.map(i=>i.id).filter(i=>Xe(i,t.gvl)).map(i=>+qe(i).id)},bc=t=>{const e=[...t.tcf_vendor_consent_ids||[],...t.tcf_vendor_legitimate_interest_ids||[]];return[...new Set(e)].filter(i=>Xe(i,t.gvl)).map(i=>+qe(i).id)},$n=({consents:t,legints:e,relationships:i,isFidesSystem:s,gvl:n})=>{const o=[];return i.forEach(a=>{const r=t.find(u=>u.id===a.id),c=e.find(u=>u.id===a.id),l=_c(es(es(es({},a),r),c),{isFidesSystem:s,isConsent:!!r,isLegint:!!c,isGvl:!!Xe(a.id,n)});o.push(l)}),o},yc=t=>{const{tcf_vendor_consents:e=[],tcf_vendor_legitimate_interests:i=[],tcf_vendor_relationships:s=[],tcf_system_consents:n=[],tcf_system_legitimate_interests:o=[],tcf_system_relationships:a=[]}=t,r=$n({consents:e,legints:i,relationships:s,isFidesSystem:!1,gvl:t.gvl}),c=$n({consents:n,legints:o,relationships:a,isFidesSystem:!0,gvl:t.gvl});return[...r,...c]},It=t=>{if(!t)return{tc:"",ac:"",gpp:"",nc:""};const[e="",i="",s="",n=""]=t.split(Gt);return e?{tc:e,ac:i,gpp:s,nc:n}:{tc:"",ac:"",gpp:s,nc:n}},kc=t=>{if(!Pn(t))return[];const[,e=""]=t.split("~");return e?e.split(".").map(i=>`${Nn.AC}.${i}`):[]},Cc=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",ii=()=>{var t,e,i;if(!Cc()||!((t=window.blueConicClient)!=null&&t.profile))return;const s=(i=(e=window.blueConicClient)==null?void 0:e.profile)==null?void 0:i.getProfile(),{consent:n}=window.Fides,o=n!==void 0&&Object.entries(n).length>0,a=yn.some(r=>n[r]);!o||a?(s.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),s.setRefusedObjectives([])):(s.setConsentedObjectives(["iab_purpose_1"]),s.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},wc=({approach:t="onetrust"}={approach:"onetrust"})=>{if(t!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesReady",ii),window.addEventListener("FidesUpdated",ii),window.addEventListener("onBlueConicLoaded",ii),ii()},Fn=(t,e)=>{var i,s,n,o,a,r,c,l,u,d,v,g,f,_;const h=(i=window.dataLayer)!=null?i:[];window.dataLayer=h;const{detail:b,type:m}=t,{consent:y,extraDetails:w,fides_string:j,timestamp:P}=b;let F=y;const S=(a=(o=e?.flag_type)!=null?o:(n=(s=window.Fides)==null?void 0:s.options)==null?void 0:n.fidesConsentFlagType)!=null?a:Ye.BOOLEAN,M=(u=(l=e?.non_applicable_flag_mode)!=null?l:(c=(r=window.Fides)==null?void 0:r.options)==null?void 0:c.fidesConsentNonApplicableFlagMode)!=null?u:pt.OMIT,D=(g=(v=(d=window.Fides)==null?void 0:d.experience)==null?void 0:v.privacy_notices)!=null?g:[],Q=(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.non_applicable_privacy_notices;F=xt(y,Q,D,S,M);const ye={consent:F,extraDetails:w,fides_string:j,timestamp:P};h.push({event:m,Fides:ye})},Ec=t=>{var e,i;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesConsentLoaded:!0,FidesReady:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,s])=>s).map(([s])=>s).forEach(s=>{window.addEventListener(s,n=>Fn(n,t))}),(e=window.Fides)!=null&&e.initialized){const{consent:s,fides_meta:n,identity:o,tcf_consent:a}=window.Fides,r=(i=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:i.startTime;Fn({type:"FidesInitialized",detail:{consent:s,fides_meta:n,identity:o,tcf_consent:a,timestamp:r,extraDetails:{consentMethod:n?.consentMethod}}},t)}},jc=()=>{if(window.fbq)return window.fbq;const t={queue:[],loaded:!0,version:"2.0",push(...e){const i=window.fbq;i.callMethod?i.callMethod(...e):i.queue.push(e)}};return window.fbq=Object.assign(t.push,t),window._fbq=window.fbq,window.fbq},xc=t=>{const e=jc();e("consent",t.consent?"grant":"revoke"),t.dataUse?e("dataProcessingOptions",[]):e("dataProcessingOptions",["LDU"],1,1e3)},Ic={marketing:yn,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 Pc(t,e){var i,s;const n=Object.fromEntries(Object.entries(t).map(([a,r])=>[a,Et(r)])),o=Object.fromEntries(Object.entries(Ic).map(([a,r])=>{const c=r.some(u=>n[u]===!0),l=r.some(u=>n[u]===!1);return[a,c||(l?!1:void 0)]}));return o.sale_of_data=(s=(i=o.sale_of_data)!=null?i:e?.sale_of_data_default)!=null?s:!1,o}const si=(t,e)=>{window.Shopify.customerPrivacy.setTrackingConsent(Pc(t,e),()=>{})},Dn=t=>{var e,i;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify\'s customerPrivacy API"),window.addEventListener("FidesReady",s=>si(s.detail.consent,t)),window.addEventListener("FidesUpdating",s=>si(s.detail.consent,t)),window.addEventListener("FidesUpdated",s=>si(s.detail.consent,t)),(i=window.Fides)!=null&&i.initialized&&window.Fides.cookie&&si(window.Fides.cookie.consent,t)},Oc=t=>{let e,i;const s=()=>{clearTimeout(e),clearTimeout(i)},n=()=>{if(window.Shopify){if(s(),window.Shopify.customerPrivacy){Dn(t);return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],o=>{if(o)throw Error("Fides could not load Shopify\'s consent-tracking-api");Dn(t)});return}i=setTimeout(n,200)};e=setTimeout(()=>{throw s(),Error("Fides.shopify was called but Shopify is not present in the page after 3 seconds.")},3e3),n()};var Tc={"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"},Sc={"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"},Ac={"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"},zc={"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"},Lc={"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"},Nc={"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"},$c={"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"},Fc={"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"},Dc={"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"},Rc={"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"},Vc={"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"},Mc={"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"},Uc={"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"},Bc={"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"},Gc={"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"},Hc={"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"},qc={"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"},Kc={"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"},Yc={"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)"},Wc={"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"},Jc={"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"},Zc={"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"},Qc={"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"},Xc={"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"},el={"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"},tl={"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"},il={"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"},sl={"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"},nl={"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"},ol={"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"},rl={"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"},al={"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"},cl={"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"},ll={"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"},dl={"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"},ul={"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"},pl={"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"},fl={"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"},vl={"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"},gl={"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 ts={ar:Tc,bg:Sc,bs:Ac,ca:zc,cs:Lc,da:Nc,de:$c,el:Fc,en:Dc,es:Rc,"es-MX":Vc,et:Mc,eu:Uc,fi:Bc,fr:Gc,"fr-CA":Hc,gl:qc,"hi-IN":Kc,hr:Yc,hu:Wc,it:Jc,ja:Zc,lt:Qc,lv:Xc,mt:el,nl:tl,no:il,pl:sl,"pt-BR":nl,"pt-PT":ol,ro:rl,ru:al,sk:cl,sl:ll,"sr-Cyrl":dl,"sr-Latn":ul,sv:pl,tr:fl,uk:vl,zh:gl},_l=[{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 ml=Object.defineProperty,Rn=Object.getOwnPropertySymbols,hl=Object.prototype.hasOwnProperty,bl=Object.prototype.propertyIsEnumerable,Vn=(t,e,i)=>e in t?ml(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ee=(t,e)=>{for(var i in e||(e={}))hl.call(e,i)&&Vn(t,i,e[i]);if(Rn)for(var i of Rn(e))bl.call(e,i)&&Vn(t,i,e[i]);return t};function ze(t,e){return t.toLowerCase().replaceAll("_","-")===e.toLowerCase().replaceAll("_","-")}function yl(t,e){const i={},s=["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(t.translations)t.translations.forEach(n=>{const o=n.language;let a=!1;e!=null&&e.override_language&&(a=ze(e.override_language,o));const r={};s.forEach(c=>{let l=null;e&&(a||c==="privacy_policy_url")&&(l=c in e?e[c]:null);const u=n[c];typeof u=="string"&&(r[`exp.${c}`]=l||u)}),i[o]=Ee(Ee({},r),i[o])});else{const n=le,o={};s.forEach(a=>{const r=t[a];typeof r=="string"&&(o[`exp.${a}`]=r)}),i[n]=Ee(Ee({},o),i[n])}return i}function kl(t){var e;if((e=t?.experience_config)!=null&&e.translations){const{translations:i}=t.experience_config,s=i.find(n=>n.is_default);return s?.language}}function Mn(t,e){const i={};return e.forEach(s=>{const n=Object.keys(t).find(o=>ze(o,s));if(n){const o=t[n],a={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(r=>{const c=o[r]||{};Object.keys(c).forEach(l=>{const u=c[l],d=`exp.tcf.${r}.${l}`;a[`${d}.name`]=u.name,a[`${d}.description`]=u.description,u.illustrations&&u.illustrations.length>0&&u.illustrations.forEach((v,g)=>{a[`${d}.illustrations.${g}`]=v})})}),i[s]=Ee(Ee({},a),i[s])}}),i}function Cl(t){return Object.keys(ts).forEach(e=>{t.load(e,ts[e])}),Object.keys(ts)}function Un(t,e,i){var s;const n={},o=(s=e.available_locales)!=null&&s.length?e.available_locales:[le];if(e!=null&&e.experience_config){const a=e.experience_config,r=yl(a,i);Object.keys(r).forEach(c=>{n[c]=Ee(Ee({},r[c]),n[c])})}o.forEach(a=>{t.load(a,n[a])})}function Bn(t,e){if(!e.gvl)return;const{locale:i}=t,s={};s[i]=e.gvl;const n=Mn(s,[i]);t.load(i,n[i])}function Gn(t,e,i){const s=Mn(e,i);i.forEach(n=>{t.load(n,s[n])})}function ni(t){return t.locale}function Hn(t,e,i=le){const s=t?.language;return e||s||i}function qn(t,e,i=le){const s=t.match(qi);if(s){const[n,o]=s,a=e.find(c=>ze(c,n));if(a)return a;const r=e.find(c=>ze(c,o));if(r)return r}return i}function ft(t,e){return t.t(e)!==""&&t.t(e)!==e}function is(t,e){if(!e||!e.translations)return null;const i=ni(t),s=e.translations.find(o=>ze(o.language,i));return s||e.translations.find(o=>ze(o.language,t.getDefaultLocale()))||e.translations[0]||null}function oi(t,e){if(!e||!e.translations)return null;const i=ni(t),s=e.translations.find(o=>ze(o.language,i));return s||e.translations.find(o=>ze(o.language,t.getDefaultLocale()))||e.translations[0]||null}function wl(t,e,i,s,n){var o,a,r,c,l;Cl(t);const u=(o=i.available_locales)!=null&&o.length?i.available_locales:[le];Un(t,i,n);const d=_l.filter(h=>u.includes(h.locale)),v=d.findIndex(h=>ze(h.locale,t.getDefaultLocale()));v>0&&d.unshift(d.splice(v,1)[0]),t.setAvailableLanguages(d);const g=kl(i)||le;t.setDefaultLocale(g);let f=g;((a=i.experience_config)==null?void 0:a.auto_detect_language)===!1||(f=Hn(e,s?.fidesLocale,g));const _=qn(f,u||[],t.getDefaultLocale());if((c=(r=i.experience_config)==null?void 0:r.translations)!=null&&c.find(h=>h.language===_))t.activate(_);else{const h=oi(t,i.experience_config);h?.language,t.activate(h?.language||_)}((l=i.experience_config)==null?void 0:l.component)===oe.TCF_OVERLAY&&i.gvl&&Bn(t,i)}function El(){let t=[],e=le,i=le;const s={};return{setAvailableLanguages(n){t=n},get availableLanguages(){return t},activate:n=>{i=n},getDefaultLocale:()=>e,setDefaultLocale:n=>{e=n},get locale(){return i},load:(n,o)=>{s[n]=Ee(Ee({},s[n]),o)},t:n=>{if(typeof n>"u")throw new TypeError("Unexpected type for descriptor or id!");let o;if(typeof n=="string")o=n;else if(typeof n=="object"&&n.id)o=n.id;else return"";return i&&i in s&&o&&o in s[i]&&s[i][o]?s[i][o]:o}}}const jl=(t,e,i)=>{var s;let n=Hi;if(!t)e.t("exp.modal_link_label")!=="exp.modal_link_label"&&(n=e.t("exp.modal_link_label"));else{const o=e.getDefaultLocale(),a=(s=i?.experience_config)==null?void 0:s.translations.find(r=>r.language===o);a!=null&&a.modal_link_label&&(n=a.modal_link_label)}return n};function xl(t){return Array.from(t).length}var Il=Object.defineProperty,Pl=Object.defineProperties,Ol=Object.getOwnPropertyDescriptors,Kn=Object.getOwnPropertySymbols,Tl=Object.prototype.hasOwnProperty,Sl=Object.prototype.propertyIsEnumerable,Yn=(t,e,i)=>e in t?Il(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Pt=(t,e)=>{for(var i in e||(e={}))Tl.call(e,i)&&Yn(t,i,e[i]);if(Kn)for(var i of Kn(e))Sl.call(e,i)&&Yn(t,i,e[i]);return t},ss=(t,e)=>Pl(t,Ol(e)),ri=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())}),Al=(t=>(t.PRIVACY_EXPERIENCE="/privacy-experience",t.PRIVACY_PREFERENCES="/privacy-preferences",t.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",t.NOTICES_SERVED="/notices-served",t))(Al||{});function zl(){return{}}const Wn=t=>ri(void 0,[t],function*({userLocationString:e,userLanguageString:i,fidesApiUrl:s,apiOptions:n,propertyId:o,requestMinimalTCF:a,missingExperienceHandler:r=zl}){var c,l,u;if(n!=null&&n.getPrivacyExperienceFn)try{return yield n.getPrivacyExperienceFn(e,null)}catch(_){return r(_)}const d=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];i&&d.push(["Accept-Language",i]);const v={method:"GET",mode:"cors",headers:d};let g=Pt(Pt({show_disabled:"false",region:e,component:oe.OVERLAY,has_notices:"true",has_config:"true",systems_applicable:"true",exclude_gvl_languages:"true",include_meta:"true",include_gvl:"true",include_non_applicable_notices:"true"},a&&{minimal_tcf:"true"}),o&&{property_id:o});g=new URLSearchParams(g);let f;try{if(f=yield fetch(`${s}/privacy-experience?${g}`,v),!f.ok)throw new Error("Error fetching experience from Fides API")}catch(_){return r(_)}try{const _=yield f.json();if(((c=_.items)==null?void 0:c.length)<1)return{};const h=_.items&&_.items[0],b=(u=(l=h.experience_config)==null?void 0:l.translations)==null?void 0:u[0].language;return h}catch(_){return r(_)}}),Jn=(t,e)=>ri(void 0,null,function*(){const i=new URLSearchParams;e?.forEach(a=>{i.append("language",a)});const s={method:"GET",mode:"cors"};let n;try{n=yield fetch(`${t}/privacy-experience/gvl/translations${xl(i)>0?"?":""}${i.toString()}`,s)}catch{return{}}return n.ok?yield n.json():{}}),Zn={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},Ll="Fides.js",Nl=(t,e,i,s,n)=>ri(void 0,null,function*(){var o;if((o=i.apiOptions)!=null&&o.savePreferencesFn){try{yield i.apiOptions.savePreferencesFn(t,s.consent,s.fides_string,n)}catch(c){return Promise.reject(c)}return Promise.resolve()}const a=ss(Pt({},Zn),{body:JSON.stringify(ss(Pt({},e),{source:Ll}))});return(yield fetch(`${i.fidesApiUrl}/privacy-preferences`,a)).ok,Promise.resolve()}),$l=t=>ri(void 0,[t],function*({request:e,options:i}){var s;if((s=i.apiOptions)!=null&&s.patchNoticesServedFn)try{return yield i.apiOptions.patchNoticesServedFn(e)}catch{return null}const n=ss(Pt({},Zn),{body:JSON.stringify(e)}),o=yield fetch(`${i.fidesApiUrl}/notices-served`,n);return o.ok?o.json():null});var Fl=Object.defineProperty,Dl=Object.defineProperties,Rl=Object.getOwnPropertyDescriptors,Qn=Object.getOwnPropertySymbols,Vl=Object.prototype.hasOwnProperty,Ml=Object.prototype.propertyIsEnumerable,Xn=(t,e,i)=>e in t?Fl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Le=(t,e)=>{for(var i in e||(e={}))Vl.call(e,i)&&Xn(t,i,e[i]);if(Qn)for(var i of Qn(e))Ml.call(e,i)&&Xn(t,i,e[i]);return t},ai=(t,e)=>Dl(t,Rl(e)),ns=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Ul=[R.SCRIPT,R.GPC,R.OT_MIGRATION];function Bl(t,e,i,s,n,o,a,r,c,l){return ns(this,null,function*(){const u=(a||[]).map(v=>({preference:v.consentPreference,privacy_notice_history_id:v.noticeHistoryId||""})),d=Le({browser_identity:e.identity,preferences:u,privacy_experience_config_history_id:o,user_geography:c,method:s,served_notice_history_id:l,property_id:n},r??[]);yield Nl(s,d,t,e,i)})}const ci=t=>ns(void 0,[t],function*({consentPreferencesToSave:e,privacyExperienceConfigHistoryId:i,experience:s,consentMethod:n,options:o,userLocationString:a,cookie:r,eventExtraDetails:c,servedNoticeHistoryId:l,tcf:u,updateCookie:d,propertyId:v}){var g,f,_,h,b,m;if(!d&&e&&(d=P=>Jt(P,e)),!d&&!e)throw new Error("updateCookie is required");const y=ai(Le({},c?.trigger),{origin:((g=c?.trigger)==null?void 0:g.origin)||(Ul.includes(n)?Qe.EXTERNAL:Qe.FIDES)}),w=yield d(r);Object.assign(r,w),Object.assign(r.fides_meta,{consentMethod:n}),we("FidesUpdating",r,ai(Le({},c),{trigger:y}));const j=xt(r.consent,(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.non_applicable_privacy_notices,(b=(h=window.Fides)==null?void 0:h.experience)==null?void 0:b.privacy_notices);if(window.Fides.consent=j,window.Fides.fides_string=r.fides_string,window.Fides.tcf_consent=r.tcf_consent,dn(ai(Le({},r),{consent:j}),o.base64Cookie),window.Fides.saved_consent=r.consent,!o.fidesDisableSaveApi)try{yield Bl(o,r,s,n,((m=v?.length)!=null?m:0)>0?v:window.Fides.config.propertyId,i,e,u,a,l)}catch{}e&&e.filter(P=>P.consentPreference===ae.OPT_OUT).forEach(P=>{var F,S;(F=P.notice)!=null&&F.cookies&&fn(P.notice.cookies,(S=s.experience_config)==null?void 0:S.auto_subdomain_cookie_deletion)}),we("FidesUpdated",r,ai(Le({},c),{trigger:y}))}),eo=(t,e)=>Object.entries(e).reduce((i,[s,n])=>{var o,a;if(i)return i;const r=(o=t.experience.non_applicable_privacy_notices)==null?void 0:o.find(u=>u===s);if(r)return new Error(`Provided notice key \'${s}\' is not applicable to the current experience.`);const c=(a=t.experience.privacy_notices)==null?void 0:a.find(u=>u.notice_key===s);if(!r&&!c)return new Error(`\'${s}\' is not a valid notice key`);const l=c?.consent_mechanism===ne.NOTICE_ONLY;return l&&n!==!0&&n!==ae.ACKNOWLEDGE?new Error(`Invalid consent value for notice-only notice key: \'${s}\'. Must be \\`true\\` or "acknowledge"`):!l&&typeof n!="boolean"&&n!==ae.OPT_IN&&n!==ae.OPT_OUT?new Error(`Invalid consent value for notice key: \'${s}\'. Must be a boolean or "opt_in" or "opt_out"`):null},null),Gl=(t,e,...i)=>ns(void 0,[t,e,...i],function*(s,n,o=R.SCRIPT,a={trigger:{origin:Qe.EXTERNAL}}){var r,c,l;if(!(n!=null&&n.consent)&&!(n!=null&&n.fidesString))throw new Error("Either consent or fidesString must be provided");if(!s.experience)throw new Error("Experience must be initialized before updating consent");if(!s.cookie)throw new Error("Cookie is not initialized");const{consent:u,fidesString:d,validation:v=Be.THROW}=n;if(!Object.values(Be).includes(v))throw new Error(`Validation must be one of: ${Object.values(Be).join(", ")} (default is ${Be.THROW})`);const g=m=>{if(v===Be.THROW)throw new Error(m);v===Be.WARN&&console.warn(m)};let f=s.consent||{};if(u){const m=eo(s,u);m&&g(m.message)}if(d)try{const m=It(d);if(m.nc){f=Le(Le({},s.consent),s.decodeNoticeConsentString(m.nc));const y=eo(s,f);y&&g(y.message)}}catch(m){const y=m instanceof Error?m.message:String(m);g(`Invalid fidesString provided: ${y}`)}else f=Le(Le({},s.consent),u);const _=[];Object.entries(f).forEach(([m,y])=>{var w,j,P,F;const S=(j=(w=s.experience)==null?void 0:w.privacy_notices)==null?void 0:j.find(M=>M.notice_key===m);if(S){const M=(F=(P=S.translations)==null?void 0:P[0])==null?void 0:F.privacy_notice_history_id;let D;typeof y=="boolean"?D=ce(y,S.consent_mechanism):D=y,M&&_.push(new Ue(S,D,M))}});let h;(c=(r=s.experience.experience_config)==null?void 0:r.translations)!=null&&c.length&&(h=s.experience.experience_config.translations[0].privacy_experience_config_history_id);const b=Qt(s.geolocation)||void 0;return ci({consentPreferencesToSave:_,privacyExperienceConfigHistoryId:h,experience:s.experience,consentMethod:o,options:s.options,userLocationString:b,cookie:s.cookie,propertyId:(l=s.config)==null?void 0:l.propertyId,eventExtraDetails:a})}),li=t=>{throw new Error(t)},et=t=>{typeof window<"u"&&(window.Fides=t)},to=({cookie:t,experience:e})=>{let i=e;return Yt(t.consent)&&(i=Ui({experience:e,cookie:t})),i},os=({tcfEnabled:t=!1})=>({consent:{},experience:void 0,geolocation:{},locale:le,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:t,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:t,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!t,fidesConsentOverride:null,otFidesMapping:null,fidesDisabledNotices:null,fidesConsentNonApplicableFlagMode:null,fidesConsentFlagType:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},config:void 0,initialized:!1,onFidesEvent:An,blueconic:wc,gtm:Ec,meta:xc,shopify:Oc,showModal:Wi,getModalLinkLabel:()=>Hi,encodeNoticeConsentString:In,decodeNoticeConsentString:Ji,reinitialize(){return typeof this.init!="function"?Promise.reject(new Error("Fides.init method is not available")):((!this.config||!this.initialized)&&li("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:ei(this.experience,this.cookie,this.saved_consent,this.options)},updateConsent(e){return Gl(this,e)}});var Hl=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const ql=(t,e)=>Hl(void 0,null,function*(){if(!t||!e)return null;const i=yield fetch(e,{mode:"cors"});if(!i.ok)return null;try{return yield i.json()}catch{return null}}),Kl=()=>{var t,e,i;if(window.Fides.options.tcfEnabled&&!((e=(t=window.Fides.experience)==null?void 0:t.privacy_notices)!=null&&e.length))return!1;if(typeof((i=window.navigator)==null?void 0:i.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const s=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(s==="true")return!0;if(s==="false")return!1},tt=()=>typeof window>"u"?{}:{globalPrivacyControl:Kl()};var Yl=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Wl=t=>Yl(void 0,[t],function*({savedConsent:e,effectiveExperience:i,cookie:s,fidesRegionString:n,fidesOptions:o,i18n:a}){if(!i||!i.experience_config||!i.privacy_notices||i.privacy_notices.length===0)return!1;const r=tt(),{nc:c}=It(o.fidesString||"");r.globalPrivacyControl;const{consent:l,method:u}=mn(o),d=!!l&&!!u&&!He();if(!r.globalPrivacyControl&&!c&&!d)return!1;const v=oi(a,i.experience_config),g=v?.privacy_experience_config_history_id;let f=!1,_=!1,h=!1;const b=i.privacy_notices.map(m=>{const y=Ut(m,e),w=is(a,m);if(d&&l){const P=l[m.notice_key];if(P!==void 0){h=!0;const F=typeof P=="boolean"?ce(P,m.consent_mechanism):P;return new Ue(m,F,w?.privacy_notice_history_id)}}const j=Ji(c);if(m.consent_mechanism!==ne.NOTICE_ONLY){if(j){const P=j[m.notice_key];if(P!==void 0)return _=!0,new Ue(m,ce(P,m.consent_mechanism),w?.privacy_notice_history_id)}if(r.globalPrivacyControl&&m.has_gpc_flag&&!y)return f=!0,new Ue(m,ce(!1,m.consent_mechanism),w?.privacy_notice_history_id)}return new Ue(m,ce(Bt(m,e),m.consent_mechanism),w?.privacy_notice_history_id)});if(f||_||h){let m=R.SCRIPT;return h&&u?m=u:_?m=R.SCRIPT:f&&(m=R.GPC),yield ci({servedNoticeHistoryId:Mt(),consentPreferencesToSave:b,privacyExperienceConfigHistoryId:g,experience:i,consentMethod:m,options:o,userLocationString:n||void 0,cookie:s,updateCookie:y=>Jt(y,b)}),!0}return!1}),Jl=()=>{document.body.classList.add("fides-no-scroll")},io=()=>{document.body.classList.remove("fides-no-scroll")},Zl=t=>new DOMParser().parseFromString(t,"text/html").body.textContent||"",so=t=>{let e=0,i=200;return new Promise(s=>{const n=o=>{const a=setTimeout(()=>{const r=document.getElementById(t);r?(clearInterval(a),s(r)):(e+=1,e>=5&&i<1e3&&(i+=200),n(i))},o)};n(i)})};var Ql=Object.defineProperty,no=Object.getOwnPropertySymbols,Xl=Object.prototype.hasOwnProperty,ed=Object.prototype.propertyIsEnumerable,oo=(t,e,i)=>e in t?Ql(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,ro=(t,e)=>{for(var i in e||(e={}))Xl.call(e,i)&&oo(t,i,e[i]);if(no)for(var i of no(e))ed.call(e,i)&&oo(t,i,e[i]);return t},ao=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const td=(t,e)=>ao(void 0,null,function*(){return Qt(t)||Qt(yield ql(e.isGeolocationEnabled,e.geolocationApiUrl))}),di=(t,e)=>{const i={};if(typeof window<"u"){const s=new URLSearchParams(window.location.search),n=e.options.customOptionsPath&&e.options.customOptionsPath.split("."),o=n&&n.length>=0?jn(n):window.fides_overrides,a=En(t);a?.forEach(({overrideName:r,overrideType:c,overrideKey:l,validationRegex:u,transform:d})=>{const v=s.get(l),g=o?o[l]:void 0,f=Wt(l),_=v||g||f;_&&u.test(_.toString())&&(d?i[r]=d(_.toString()):i[r]=c==="string"?_:JSON.parse(_.toString()))})}return i},co=({consent:t,options:e})=>{const i=tt(),s=pn(t,i);return ln(s,e.fidesClearCookie)},lo=({cookie:t,savedConsent:e,experience:i,geolocation:s,options:n,updateExperienceFromCookieConsent:o})=>{let a=i;return Ze(i)&&(a=o({experience:i,cookie:t,debug:n.debug})),{consent:t.consent,fides_meta:t.fides_meta,identity:t.identity,experience:a,tcf_consent:t.tcf_consent,fides_string:t.fides_string,saved_consent:e,geolocation:s,options:n,initialized:!0}},uo=t=>ao(void 0,[t],function*({fides:e,options:i,geolocation:s,initOverlay:n,renderOverlay:o,updateExperience:a,overrides:r,propertyId:c}){var l,u,d,v,g;let f=!0,_=null,h=()=>Hi;if(!e.cookie)throw new Error("Fides cookie should be initialized");if(f=i.isOverlayEnabled,f){wn(i)||(f=!1),_=yield td(s,i);let j=!1;if(_?Ze(e.experience)||(j=!0,e.experience=yield Wn({userLocationString:_,fidesApiUrl:i.fidesApiUrl,apiOptions:i.apiOptions,requestMinimalTCF:!1,propertyId:c})):f=!1,f&&Ze(e.experience)&&Ki(e.experience)){if(j){const S=a({cookie:e.cookie,experience:e.experience});e.experience=ro(ro({},e.experience),S)}const P=vn({cookie:e.cookie,experience:e.experience});e.cookie=P;const F=El();if(wl(F,window?.navigator,e.experience,i,r?.experienceTranslationOverrides),e.locale=F.locale||le,h=S=>jl(!!(S!=null&&S.disableLocalization),F,e.experience),((l=e.experience.experience_config)==null?void 0:l.component)===oe.HEADLESS){const S=i.modalLinkId||"fides-modal-link";!e.experience||i.fidesEmbed||i.modalLinkId,so(S).then(M=>{document.body.classList.add("fides-overlay-modal-link-shown"),M.classList.add("fides-modal-link-shown")}),f=!1}n&&f&&n({options:i,experience:e.experience,i18n:F,fidesRegionString:_,cookie:e.cookie,savedConsent:e.saved_consent,renderOverlay:o,propertyId:c,translationOverrides:r?.experienceTranslationOverrides}).catch(S=>{}),setTimeout(Wl.bind(null,{savedConsent:e.saved_consent,effectiveExperience:e.experience,cookie:e.cookie,fidesRegionString:_,fidesOptions:i,i18n:F}))}}const{fides_meta:b,identity:m,fides_string:y,tcf_consent:w}=e.cookie;return{consent:xt(e.cookie.consent,(u=e.experience)==null?void 0:u.non_applicable_privacy_notices,(d=e.experience)==null?void 0:d.privacy_notices,(v=i.fidesConsentFlagType)!=null?v:void 0,(g=i.fidesConsentNonApplicableFlagMode)!=null?g:void 0),fides_meta:b,identity:m,fides_string:y,tcf_consent:w,experience:e.experience,geolocation:s,options:i,initialized:!0,getModalLinkLabel:h}});var ui,N,po,it,fo,vo,rs,as,cs,ls,go,Ot={},_o=[],id=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,pi=Array.isArray;function Ke(t,e){for(var i in e)t[i]=e[i];return t}function mo(t){var e=t.parentNode;e&&e.removeChild(t)}function p(t,e,i){var s,n,o,a={};for(o in e)o=="key"?s=e[o]:o=="ref"?n=e[o]:a[o]=e[o];if(arguments.length>2&&(a.children=arguments.length>3?ui.call(arguments,2):i),typeof t=="function"&&t.defaultProps!=null)for(o in t.defaultProps)a[o]===void 0&&(a[o]=t.defaultProps[o]);return fi(t,a,s,n,null)}function fi(t,e,i,s,n){var o={type:t,props:e,key:i,ref:s,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:n??++po,__i:-1,__u:0};return n==null&&N.vnode!=null&&N.vnode(o),o}function ve(t){return t.children}function Ne(t,e){this.props=t,this.context=e}function st(t,e){if(e==null)return t.__?st(t.__,t.__i+1):null;for(var i;e<t.__k.length;e++)if((i=t.__k[e])!=null&&i.__e!=null)return i.__e;return typeof t.type=="function"?st(t):null}function ho(t){var e,i;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((i=t.__k[e])!=null&&i.__e!=null){t.__e=t.__c.base=i.__e;break}return ho(t)}}function ds(t){(!t.__d&&(t.__d=!0)&&it.push(t)&&!vi.__r++||fo!==N.debounceRendering)&&((fo=N.debounceRendering)||vo)(vi)}function vi(){var t,e,i,s,n,o,a,r;for(it.sort(rs);t=it.shift();)t.__d&&(e=it.length,s=void 0,o=(n=(i=t).__v).__e,a=[],r=[],i.__P&&((s=Ke({},n)).__v=n.__v+1,N.vnode&&N.vnode(s),us(i.__P,s,n,i.__n,i.__P.namespaceURI,32&n.__u?[o]:null,a,o??st(n),!!(32&n.__u),r),s.__v=n.__v,s.__.__k[s.__i]=s,wo(a,s,r),s.__e!=o&&ho(s)),it.length>e&&it.sort(rs));vi.__r=0}function bo(t,e,i,s,n,o,a,r,c,l,u){var d,v,g,f,_,h=s&&s.__k||_o,b=e.length;for(i.__d=c,sd(i,e,h),c=i.__d,d=0;d<b;d++)(g=i.__k[d])!=null&&typeof g!="boolean"&&typeof g!="function"&&(v=g.__i===-1?Ot:h[g.__i]||Ot,g.__i=d,us(t,g,v,n,o,a,r,c,l,u),f=g.__e,g.ref&&v.ref!=g.ref&&(v.ref&&ps(v.ref,null,g),u.push(g.ref,g.__c||f,g)),_==null&&f!=null&&(_=f),65536&g.__u||v.__k===g.__k?(c&&typeof g.type=="string"&&!t.contains(c)&&(c=st(v)),c=yo(g,c,t)):typeof g.type=="function"&&g.__d!==void 0?c=g.__d:f&&(c=f.nextSibling),g.__d=void 0,g.__u&=-196609);i.__d=c,i.__e=_}function sd(t,e,i){var s,n,o,a,r,c=e.length,l=i.length,u=l,d=0;for(t.__k=[],s=0;s<c;s++)a=s+d,(n=t.__k[s]=(n=e[s])==null||typeof n=="boolean"||typeof n=="function"?null:typeof n=="string"||typeof n=="number"||typeof n=="bigint"||n.constructor==String?fi(null,n,null,null,null):pi(n)?fi(ve,{children:n},null,null,null):n.constructor===void 0&&n.__b>0?fi(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n)!=null?(n.__=t,n.__b=t.__b+1,r=nd(n,i,a,u),n.__i=r,o=null,r!==-1&&(u--,(o=i[r])&&(o.__u|=131072)),o==null||o.__v===null?(r==-1&&d--,typeof n.type!="function"&&(n.__u|=65536)):r!==a&&(r==a-1?d=r-a:r==a+1?d++:r>a?u>c-a?d+=r-a:d--:r<a&&d++,r!==s+d&&(n.__u|=65536))):(o=i[a])&&o.key==null&&o.__e&&(131072&o.__u)==0&&(o.__e==t.__d&&(t.__d=st(o)),fs(o,o,!1),i[a]=null,u--);if(u)for(s=0;s<l;s++)(o=i[s])!=null&&(131072&o.__u)==0&&(o.__e==t.__d&&(t.__d=st(o)),fs(o,o))}function yo(t,e,i){var s,n;if(typeof t.type=="function"){for(s=t.__k,n=0;s&&n<s.length;n++)s[n]&&(s[n].__=t,e=yo(s[n],e,i));return e}t.__e!=e&&(i.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType===8);return e}function gi(t,e){return e=e||[],t==null||typeof t=="boolean"||(pi(t)?t.some(function(i){gi(i,e)}):e.push(t)),e}function nd(t,e,i,s){var n=t.key,o=t.type,a=i-1,r=i+1,c=e[i];if(c===null||c&&n==c.key&&o===c.type&&(131072&c.__u)==0)return i;if(s>(c!=null&&(131072&c.__u)==0?1:0))for(;a>=0||r<e.length;){if(a>=0){if((c=e[a])&&(131072&c.__u)==0&&n==c.key&&o===c.type)return a;a--}if(r<e.length){if((c=e[r])&&(131072&c.__u)==0&&n==c.key&&o===c.type)return r;r++}}return-1}function ko(t,e,i){e[0]==="-"?t.setProperty(e,i??""):t[e]=i==null?"":typeof i!="number"||id.test(e)?i:i+"px"}function _i(t,e,i,s,n){var o;e:if(e==="style")if(typeof i=="string")t.style.cssText=i;else{if(typeof s=="string"&&(t.style.cssText=s=""),s)for(e in s)i&&e in i||ko(t.style,e,"");if(i)for(e in i)s&&i[e]===s[e]||ko(t.style,e,i[e])}else if(e[0]==="o"&&e[1]==="n")o=e!==(e=e.replace(/(PointerCapture)$|Capture$/i,"$1")),e=e.toLowerCase()in t||e==="onFocusOut"||e==="onFocusIn"?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+o]=i,i?s?i.u=s.u:(i.u=as,t.addEventListener(e,o?ls:cs,o)):t.removeEventListener(e,o?ls:cs,o);else{if(n=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=i??"";break e}catch{}typeof i=="function"||(i==null||i===!1&&e[4]!=="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&i==1?"":i))}}function Co(t){return function(e){if(this.l){var i=this.l[e.type+t];if(e.t==null)e.t=as++;else if(e.t<i.u)return;return i(N.event?N.event(e):e)}}}function us(t,e,i,s,n,o,a,r,c,l){var u,d,v,g,f,_,h,b,m,y,w,j,P,F,S,M,D=e.type;if(e.constructor!==void 0)return null;128&i.__u&&(c=!!(32&i.__u),o=[r=e.__e=i.__e]),(u=N.__b)&&u(e);e:if(typeof D=="function")try{if(b=e.props,m="prototype"in D&&D.prototype.render,y=(u=D.contextType)&&s[u.__c],w=u?y?y.props.value:u.__:s,i.__c?h=(d=e.__c=i.__c).__=d.__E:(m?e.__c=d=new D(b,w):(e.__c=d=new Ne(b,w),d.constructor=D,d.render=rd),y&&y.sub(d),d.props=b,d.state||(d.state={}),d.context=w,d.__n=s,v=d.__d=!0,d.__h=[],d._sb=[]),m&&d.__s==null&&(d.__s=d.state),m&&D.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=Ke({},d.__s)),Ke(d.__s,D.getDerivedStateFromProps(b,d.__s))),g=d.props,f=d.state,d.__v=e,v)m&&D.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),m&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(m&&D.getDerivedStateFromProps==null&&b!==g&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(b,w),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(b,d.__s,w)===!1||e.__v===i.__v)){for(e.__v!==i.__v&&(d.props=b,d.state=d.__s,d.__d=!1),e.__e=i.__e,e.__k=i.__k,e.__k.forEach(function(Q){Q&&(Q.__=e)}),j=0;j<d._sb.length;j++)d.__h.push(d._sb[j]);d._sb=[],d.__h.length&&a.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(b,d.__s,w),m&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(g,f,_)})}if(d.context=w,d.props=b,d.__P=t,d.__e=!1,P=N.__r,F=0,m){for(d.state=d.__s,d.__d=!1,P&&P(e),u=d.render(d.props,d.state,d.context),S=0;S<d._sb.length;S++)d.__h.push(d._sb[S]);d._sb=[]}else do d.__d=!1,P&&P(e),u=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++F<25);d.state=d.__s,d.getChildContext!=null&&(s=Ke(Ke({},s),d.getChildContext())),m&&!v&&d.getSnapshotBeforeUpdate!=null&&(_=d.getSnapshotBeforeUpdate(g,f)),bo(t,pi(M=u!=null&&u.type===ve&&u.key==null?u.props.children:u)?M:[M],e,i,s,n,o,a,r,c,l),d.base=e.__e,e.__u&=-161,d.__h.length&&a.push(d),h&&(d.__E=d.__=null)}catch(Q){e.__v=null,c||o!=null?(e.__e=r,e.__u|=c?160:32,o[o.indexOf(r)]=null):(e.__e=i.__e,e.__k=i.__k),N.__e(Q,e,i)}else o==null&&e.__v===i.__v?(e.__k=i.__k,e.__e=i.__e):e.__e=od(i.__e,e,i,s,n,o,a,c,l);(u=N.diffed)&&u(e)}function wo(t,e,i){e.__d=void 0;for(var s=0;s<i.length;s++)ps(i[s],i[++s],i[++s]);N.__c&&N.__c(e,t),t.some(function(n){try{t=n.__h,n.__h=[],t.some(function(o){o.call(n)})}catch(o){N.__e(o,n.__v)}})}function od(t,e,i,s,n,o,a,r,c){var l,u,d,v,g,f,_,h=i.props,b=e.props,m=e.type;if(m==="svg"?n="http://www.w3.org/2000/svg":m==="math"?n="http://www.w3.org/1998/Math/MathML":n||(n="http://www.w3.org/1999/xhtml"),o!=null){for(l=0;l<o.length;l++)if((g=o[l])&&"setAttribute"in g==!!m&&(m?g.localName===m:g.nodeType===3)){t=g,o[l]=null;break}}if(t==null){if(m===null)return document.createTextNode(b);t=document.createElementNS(n,m,b.is&&b),o=null,r=!1}if(m===null)h===b||r&&t.data===b||(t.data=b);else{if(o=o&&ui.call(t.childNodes),h=i.props||Ot,!r&&o!=null)for(h={},l=0;l<t.attributes.length;l++)h[(g=t.attributes[l]).name]=g.value;for(l in h)if(g=h[l],l!="children"){if(l=="dangerouslySetInnerHTML")d=g;else if(l!=="key"&&!(l in b)){if(l=="value"&&"defaultValue"in b||l=="checked"&&"defaultChecked"in b)continue;_i(t,l,null,g,n)}}for(l in b)g=b[l],l=="children"?v=g:l=="dangerouslySetInnerHTML"?u=g:l=="value"?f=g:l=="checked"?_=g:l==="key"||r&&typeof g!="function"||h[l]===g||_i(t,l,g,h[l],n);if(u)r||d&&(u.__html===d.__html||u.__html===t.innerHTML)||(t.innerHTML=u.__html),e.__k=[];else if(d&&(t.innerHTML=""),bo(t,pi(v)?v:[v],e,i,s,m==="foreignObject"?"http://www.w3.org/1999/xhtml":n,o,a,o?o[0]:i.__k&&st(i,0),r,c),o!=null)for(l=o.length;l--;)o[l]!=null&&mo(o[l]);r||(l="value",f!==void 0&&(f!==t[l]||m==="progress"&&!f||m==="option"&&f!==h[l])&&_i(t,l,f,h[l],n),l="checked",_!==void 0&&_!==t[l]&&_i(t,l,_,h[l],n))}return t}function ps(t,e,i){try{typeof t=="function"?t(e):t.current=e}catch(s){N.__e(s,i)}}function fs(t,e,i){var s,n;if(N.unmount&&N.unmount(t),(s=t.ref)&&(s.current&&s.current!==t.__e||ps(s,null,e)),(s=t.__c)!=null){if(s.componentWillUnmount)try{s.componentWillUnmount()}catch(o){N.__e(o,e)}s.base=s.__P=null}if(s=t.__k)for(n=0;n<s.length;n++)s[n]&&fs(s[n],e,i||typeof t.type!="function");i||t.__e==null||mo(t.__e),t.__c=t.__=t.__e=t.__d=void 0}function rd(t,e,i){return this.constructor(t,i)}function vs(t,e,i){var s,n,o,a;N.__&&N.__(t,e),n=(s=typeof i=="function")?null:i&&i.__k||e.__k,o=[],a=[],us(e,t=(!s&&i||e).__k=p(ve,null,[t]),n||Ot,Ot,e.namespaceURI,!s&&i?[i]:n?null:e.firstChild?ui.call(e.childNodes):null,o,!s&&i?i:n?n.__e:e.firstChild,s,a),wo(o,t,a)}function mi(t,e){var i={__c:e="__cC"+go++,__:t,Consumer:function(s,n){return s.children(n)},Provider:function(s){var n,o;return this.getChildContext||(n=[],(o={})[e]=this,this.getChildContext=function(){return o},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(a){this.props.value!==a.value&&n.some(function(r){r.__e=!0,ds(r)})},this.sub=function(a){n.push(a);var r=a.componentWillUnmount;a.componentWillUnmount=function(){n&&n.splice(n.indexOf(a),1),r&&r.call(a)}}),s.children}};return i.Provider.__=i.Consumer.contextType=i}ui=_o.slice,N={__e:function(t,e,i,s){for(var n,o,a;e=e.__;)if((n=e.__c)&&!n.__)try{if((o=n.constructor)&&o.getDerivedStateFromError!=null&&(n.setState(o.getDerivedStateFromError(t)),a=n.__d),n.componentDidCatch!=null&&(n.componentDidCatch(t,s||{}),a=n.__d),a)return n.__E=n}catch(r){t=r}throw t}},po=0,Ne.prototype.setState=function(t,e){var i;i=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=Ke({},this.state),typeof t=="function"&&(t=t(Ke({},i),this.props)),t&&Ke(i,t),t!=null&&this.__v&&(e&&this._sb.push(e),ds(this))},Ne.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),ds(this))},Ne.prototype.render=ve,it=[],vo=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,rs=function(t,e){return t.__v.__b-e.__v.__b},vi.__r=0,as=0,cs=Co(!1),ls=Co(!0),go=0;const ad=t=>{try{const e=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(t);if(!e)return null;let i=parseInt(e[1],16),s=parseInt(e[2],16),n=parseInt(e[3],16);i/=255,s/=255,n/=255;const o=Math.max(i,s,n),a=Math.min(i,s,n);let r,c;const l=(o+a)/2;if(o===a)r=c=0;else{const u=o-a;switch(c=l>.5?u/(2-o-a):u/(o+a),o){case i:r=(s-n)/u+(s<n?6:0);break;case s:r=(n-i)/u+2;break;case n:r=(i-s)/u+4;break}r/=6}return{h:r,s:c,l}}catch{return null}},cd=(t,e=!1)=>{let i="";const s=Math.round(t.h*360),n=Math.round(t.s*100),o=Math.round(t.l*100);return i=`${s},${n}%,${o}%`,i=e?i:`hsl(${i})`,i};var Eo=(t=>(t.HEX="hex",t.HSL="hsl",t))(Eo||{});const ld=(t,e,i)=>{const s=e==="hex"?ad(t):t;return s&&s.l?(s.l<.25?s.l=i===1?s.l+.1:s.l+.2:s.l<.5?s.l=i===1?s.l+.08:s.l+.16:s.l<.75?s.l=i===1?s.l+.06:s.l+.12:s.l<.9?s.l=i===1?s.l+.04:s.l+.08:s.l=.9,cd(s)):t};var hi=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const jo="fides-embed-container",dd="fides-overlay";let bi;const gs=t=>hi(void 0,[t],function*({options:e,experience:i,i18n:s,fidesRegionString:n,cookie:o,savedConsent:a,renderOverlay:r,propertyId:c,translationOverrides:l}){const u=()=>hi(void 0,null,function*(){var d,v,g;try{if(bi&&(vs(null,bi),bi=void 0),e.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",e.fidesPrimaryColor);const _=ld(e.fidesPrimaryColor,Eo.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",_)}let f;if(e.fidesEmbed)f=document.getElementById(jo),f||(yield hi(void 0,null,function*(){return new Promise(_=>{let h=0,b=200;const m=setInterval(()=>{f=document.getElementById(jo),f?(clearInterval(m),_()):(h+=1,h>=5&&b<1e3&&(b+=200))},b)})}));else{const _=e.overlayParentId||dd;f=document.getElementById(_),f||(f=document.createElement("div"),f.id=_,f.className="fides-overlay",document.body.prepend(f))}return f?(r&&(((d=i.experience_config)==null?void 0:d.component)===oe.MODAL||((v=i.experience_config)==null?void 0:v.component)===oe.BANNER_AND_MODAL||((g=i.experience_config)==null?void 0:g.component)===oe.TCF_OVERLAY)&&(r({options:e,experience:i,i18n:s,fidesRegionString:n,cookie:o,savedConsent:a,propertyId:c,translationOverrides:l},f),bi=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",()=>hi(void 0,null,function*(){document.readyState==="interactive"&&u()})):u(),Promise.resolve()});function xo(t,e){e===void 0&&(e={});var i=e.insertAt;if(!(!t||typeof document>"u")){var s=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css",i==="top"&&s.firstChild?s.insertBefore(n,s.firstChild):s.appendChild(n),n.styleSheet?n.styleSheet.cssText=t:n.appendChild(document.createTextNode(t))}}var ud=`: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(\n --fides-overlay-primary-color\n );--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(\n --fides-overlay-background-color\n );--fides-overlay-secondary-button-background-hover-color:var(\n --fides-overlay-hover-color\n );--fides-overlay-secondary-button-text-color:#2d3748;--fides-overlay-secondary-button-border-color:var(\n --fides-overlay-primary-color\n );--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(\n --fides-overlay-secondary-button-background-hover-color\n );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}}`;xo(ud);var vt,q,_s,Io,Tt=0,Po=[],Z=N,Oo=Z.__b,To=Z.__r,So=Z.diffed,Ao=Z.__c,zo=Z.unmount,Lo=Z.__;function yi(t,e){Z.__h&&Z.__h(q,t,Tt||e),Tt=0;var i=q.__H||(q.__H={__:[],__h:[]});return t>=i.__.length&&i.__.push({}),i.__[t]}function W(t){return Tt=1,pd(Fo,t)}function pd(t,e,i){var s=yi(vt++,2);if(s.t=t,!s.__c&&(s.__=[i?i(e):Fo(void 0,e),function(r){var c=s.__N?s.__N[0]:s.__[0],l=s.t(c,r);c!==l&&(s.__N=[l,s.__[1]],s.__c.setState({}))}],s.__c=q,!q.u)){var n=function(r,c,l){if(!s.__c.__H)return!0;var u=s.__c.__H.__.filter(function(v){return!!v.__c});if(u.every(function(v){return!v.__N}))return!o||o.call(this,r,c,l);var d=!1;return u.forEach(function(v){if(v.__N){var g=v.__[0];v.__=v.__N,v.__N=void 0,g!==v.__[0]&&(d=!0)}}),!(!d&&s.__c.props===r)&&(!o||o.call(this,r,c,l))};q.u=!0;var o=q.shouldComponentUpdate,a=q.componentWillUpdate;q.componentWillUpdate=function(r,c,l){if(this.__e){var u=o;o=void 0,n(r,c,l),o=u}a&&a.call(this,r,c,l)},q.shouldComponentUpdate=n}return s.__N||s.__}function K(t,e){var i=yi(vt++,3);!Z.__s&&$o(i.__H,e)&&(i.__=t,i.i=e,q.__H.__h.push(i))}function gt(t){return Tt=5,te(function(){return{current:t}},[])}function te(t,e){var i=yi(vt++,7);return $o(i.__H,e)&&(i.__=t(),i.__H=e,i.__h=t),i.__}function V(t,e){return Tt=8,te(function(){return t},e)}function _t(t){var e=q.context[t.__c],i=yi(vt++,9);return i.c=t,e?(i.__==null&&(i.__=!0,e.sub(q)),e.props.value):t.__}function fd(){for(var t;t=Po.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(ki),t.__H.__h.forEach(ms),t.__H.__h=[]}catch(e){t.__H.__h=[],Z.__e(e,t.__v)}}Z.__b=function(t){q=null,Oo&&Oo(t)},Z.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),Lo&&Lo(t,e)},Z.__r=function(t){To&&To(t),vt=0;var e=(q=t.__c).__H;e&&(_s===q?(e.__h=[],q.__h=[],e.__.forEach(function(i){i.__N&&(i.__=i.__N),i.i=i.__N=void 0})):(e.__h.forEach(ki),e.__h.forEach(ms),e.__h=[],vt=0)),_s=q},Z.diffed=function(t){So&&So(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Po.push(e)!==1&&Io===Z.requestAnimationFrame||((Io=Z.requestAnimationFrame)||vd)(fd)),e.__H.__.forEach(function(i){i.i&&(i.__H=i.i),i.i=void 0})),_s=q=null},Z.__c=function(t,e){e.some(function(i){try{i.__h.forEach(ki),i.__h=i.__h.filter(function(s){return!s.__||ms(s)})}catch(s){e.some(function(n){n.__h&&(n.__h=[])}),e=[],Z.__e(s,i.__v)}}),Ao&&Ao(t,e)},Z.unmount=function(t){zo&&zo(t);var e,i=t.__c;i&&i.__H&&(i.__H.__.forEach(function(s){try{ki(s)}catch(n){e=n}}),i.__H=void 0,e&&Z.__e(e,i.__v))};var No=typeof requestAnimationFrame=="function";function vd(t){var e,i=function(){clearTimeout(s),No&&cancelAnimationFrame(e),setTimeout(t)},s=setTimeout(i,100);No&&(e=requestAnimationFrame(i))}function ki(t){var e=q,i=t.__c;typeof i=="function"&&(t.__c=void 0,i()),q=e}function ms(t){var e=q;t.__c=t.__(),q=e}function $o(t,e){return!t||t.length!==e.length||e.some(function(i,s){return i!==t[s]})}function Fo(t,e){return typeof e=="function"?e(t):e}const gd=({id:t})=>{const[e,i]=W(!1),s=V(()=>i(!1),[]),n=V(()=>i(!0),[]),o=V(()=>{e?s():n()},[e,n,s]);return{isOpen:e,onOpen:n,onClose:s,onToggle:o,getButtonProps:()=>({"aria-expanded":e,"aria-controls":t,onClick:o}),getDisclosureProps:()=>({id:t,className:e?"fides-disclosure-visible":"fides-disclosure-hidden"})}},_d=(t,e)=>{const[i,s]=W(null);return K(()=>{if(e)return()=>{};so(t).then(n=>{s(n)})},[t,e]),i},md=()=>{const[t,e]=W(!1);return K(()=>{e(!0)},[]),t};var hd=Object.defineProperty,Do=Object.getOwnPropertySymbols,bd=Object.prototype.hasOwnProperty,yd=Object.prototype.propertyIsEnumerable,Ro=(t,e,i)=>e in t?hd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,kd=(t,e)=>{for(var i in e||(e={}))bd.call(e,i)&&Ro(t,i,e[i]);if(Do)for(var i of Do(e))yd.call(e,i)&&Ro(t,i,e[i]);return t},Cd=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Vo=({options:t,privacyExperience:e,privacyExperienceConfigHistoryId:i,privacyNoticeHistoryIds:s,userGeography:n,acknowledgeMode:o,propertyId:a,tcfNoticesServed:r})=>{const[c,l]=W(Mt()),u=V(d=>Cd(void 0,null,function*(){var v;if(t.fidesDisableSaveApi||t.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===We.BANNER&&!((v=e?.experience_config)!=null&&v.show_layer1_notices))return;const g=Mt();l(g);const f=kd({served_notice_history_id:g,browser_identity:d.detail.identity,privacy_experience_config_history_id:i||"",user_geography:n,acknowledge_mode:o,privacy_notice_history_ids:s||[],serving_component:String(d.detail.extraDetails.servingComponent),property_id:a},r);$l({request:f,options:t})}),[t,e,i,n,o,s,a,r]);return K(()=>(window.addEventListener("FidesUIShown",u),()=>{window.removeEventListener("FidesUIShown",u)}),[u]),{servedNoticeHistoryId:c}},Mo=mi({}),Uo=({i18nInstance:t,children:e})=>{const[i,s]=W(),[n,o]=W(!1),a=V(c=>{t.activate(c),s(c)},[t,s]);K(()=>{const c=document.getElementById(Wa);n?c?.style.setProperty("animation-name","spin"):c?.style.removeProperty("animation-name")},[n]);const r=te(()=>({i18n:t,currentLocale:i,setCurrentLocale:a,isLoading:n,setIsLoading:o}),[t,i,a,n]);return p(Mo.Provider,{value:r},e)},G=()=>{const t=_t(Mo);if(!t||Object.keys(t).length===0)throw new Error("useI18n must be used within a I18nProvider");return t};var wd=Object.defineProperty,Ed=Object.defineProperties,jd=Object.getOwnPropertyDescriptors,Bo=Object.getOwnPropertySymbols,xd=Object.prototype.hasOwnProperty,Id=Object.prototype.propertyIsEnumerable,Go=(t,e,i)=>e in t?wd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,hs=(t,e)=>{for(var i in e||(e={}))xd.call(e,i)&&Go(t,i,e[i]);if(Bo)for(var i of Bo(e))Id.call(e,i)&&Go(t,i,e[i]);return t},Pd=(t,e)=>Ed(t,jd(e));const Ho=mi({}),qo=({children:t})=>{const e=gt(),i=gt(),s=V(r=>{e.current=r},[]),n=V(r=>{i.current=r},[]),o=V((r,c,l)=>{var u;we(r,c,Pd(hs({},l),{servingComponent:(u=l?.servingComponent)!=null?u:i.current,trigger:hs(hs({},l?.trigger),e.current)})),s(void 0)},[s]),a=te(()=>({triggerRef:e,setTrigger:s,servingComponentRef:i,setServingComponent:n,dispatchFidesEventAndClearTrigger:o}),[s,o,n]);return p(Ho.Provider,{value:a},t)},$e=()=>{const t=_t(Ho);if(!t||Object.keys(t).length===0)throw new Error("useEvent must be used within a EventProvider");return t},Ko=({onClick:t,ariaLabel:e,hidden:i=!1})=>p("button",{type:"button","aria-label":e,className:"fides-close-button",onClick:t,style:{visibility:i?"hidden":"visible"}},p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none"},p("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"}))),bs=mi({}),Od=({children:t})=>{const[e,i]=W(),s=te(()=>({vendorCount:e,setVendorCount:i}),[e,i]);return p(bs.Provider,{value:s},t)},Td=()=>{const t=_t(bs);if(!t||Object.keys(t).length===0)throw new Error("useVendorButton must be used within a VendorButtonProvider");return t},ys="__VENDOR_COUNT_LINK__",Yo=(t,e)=>e?p("span",{dangerouslySetInnerHTML:{__html:t.trim()}}):Zl(t).trim(),Wo=({description:t,onVendorPageClick:e,allowHTMLDescription:i=!1})=>{const[s,n]=W(),{setTrigger:o}=$e();let a=0;const r=_t(bs);return r!=null&&r.vendorCount&&(a=r.vendorCount),K(()=>{if(t)if(t.includes(ys)&&e){const c=t.split(ys);for(let u=1;u<c.length;u+=2)c.splice(u,0,p(ve,null," ",p("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:()=>{e&&(o({type:fe.LINK,label:ys}),e())}},a)," "));const l=c.map(u=>typeof u=="string"?Yo(u,i):u);n(l)}else n([Yo(t,i)])},[t,e]),t?p("div",null,s):null},ks=({status:t})=>{const{i18n:e}=G(),i=e.t("static.gpc"),s=t.valueOf();let n="";if(t===Te.APPLIED)n=e.t("static.gpc.status.applied");else if(t===Te.OVERRIDDEN)n=e.t("static.gpc.status.overridden");else if(t===Te.NONE)return null;return p("span",{className:"fides-gpc-label"},i," ",p("span",{className:`fides-gpc-badge fides-gpc-badge-${s}`},n))},Jo=({dismissable:t,onOpen:e,onClose:i,bannerIsOpen:s,children:n,onVendorPageClick:o,renderButtonGroup:a,className:r,isEmbedded:c})=>{var l,u,d,v,g,f,_,h,b,m,y;const{i18n:w}=G(),j=tt().globalPrivacyControl,{setTrigger:P}=$e();K(()=>{s&&e()},[s,e]);const F=ft(w,"exp.banner_title")?w.t("exp.banner_title"):w.t("exp.title"),S=ft(w,"exp.banner_description")?w.t("exp.banner_description"):w.t("exp.description"),M=["fides-banner","fides-banner-bottom",!s&&"fides-banner-hidden",c&&"fides-embedded",r].filter(Q=>typeof Q=="string").join(" ");let D=[];return(d=(u=(l=window.Fides)==null?void 0:l.experience)==null?void 0:u.experience_config)!=null&&d.show_layer1_notices&&(g=(v=window.Fides)==null?void 0:v.experience)!=null&&g.privacy_notices&&(D=(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.privacy_notices),p("div",{id:"fides-banner-container",className:M},p("div",{id:"fides-banner"},p("div",{id:"fides-banner-inner"},p(Ko,{ariaLabel:"Close banner",onClick:()=>{P({type:fe.BUTTON,label:"Close banner"}),i()},hidden:((b=(h=window.Fides)==null?void 0:h.options)==null?void 0:b.preventDismissal)||!t}),p("div",{id:"fides-banner-inner-container"},p("div",{className:"fides-banner__col"},p("div",{id:"fides-banner-heading"},p("h1",{id:"fides-banner-title",className:"fides-banner-title"},F),j&&p(ks,{status:Te.APPLIED})),p("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},p(Wo,{description:S,onVendorPageClick:o,allowHTMLDescription:(y=(m=window.Fides)==null?void 0:m.options)==null?void 0:y.allowHTMLDescription}),!!(D!=null&&D.length)&&p("div",{id:"fides-banner-notices",className:"fides-banner-notices"},D.map((Q,ye)=>p("span",{key:Q.id},p("strong",null,Q.name),ye<D.length-1&&", "))))),n),a())))},Sd=t=>{const[e,i]=W(!1);return K(()=>{const s=window.matchMedia(t);i(s.matches);function n(o){i(o.matches)}return s.addEventListener?s.addEventListener("change",n):s.addListener(n),()=>{s.removeEventListener?s.removeEventListener("change",n):s.removeListener(n)}},[t]),e},Ad=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},p("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"})),zd=()=>p("div",{className:"fides-brand"},p("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",p(Ad,null))),Ld=()=>p("div",{className:"fides-spinner"}),nt=({buttonType:t,label:e,id:i,onClick:s,className:n="",disabled:o,loading:a})=>p("button",{type:"button",id:i,className:`fides-banner-button fides-banner-button-${t.valueOf()} ${n}`,onClick:s,"data-testid":`${e}-btn`,disabled:o||a,style:{cursor:o||a?"not-allowed":"pointer"}},e||"",a&&p(Ld,null));function Nd(t,e){for(var i in e)t[i]=e[i];return t}function Zo(t,e){for(var i in t)if(i!=="__source"&&!(i in e))return!0;for(var s in e)if(s!=="__source"&&t[s]!==e[s])return!0;return!1}function Qo(t,e){this.props=t,this.context=e}(Qo.prototype=new Ne).isPureReactComponent=!0,Qo.prototype.shouldComponentUpdate=function(t,e){return Zo(this.props,t)||Zo(this.state,e)};var Xo=N.__b;N.__b=function(t){t.type&&t.type.__f&&t.ref&&(t.props.ref=t.ref,t.ref=null),Xo&&Xo(t)};var $d=N.__e;N.__e=function(t,e,i,s){if(t.then){for(var n,o=e;o=o.__;)if((n=o.__c)&&n.__c)return e.__e==null&&(e.__e=i.__e,e.__k=i.__k),n.__c(t,e)}$d(t,e,i,s)};var er=N.unmount;function tr(t,e,i){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach(function(s){typeof s.__c=="function"&&s.__c()}),t.__c.__H=null),(t=Nd({},t)).__c!=null&&(t.__c.__P===i&&(t.__c.__P=e),t.__c=null),t.__k=t.__k&&t.__k.map(function(s){return tr(s,e,i)})),t}function ir(t,e,i){return t&&i&&(t.__v=null,t.__k=t.__k&&t.__k.map(function(s){return ir(s,e,i)}),t.__c&&t.__c.__P===e&&(t.__e&&i.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=i)),t}function Cs(){this.__u=0,this.t=null,this.__b=null}function sr(t){var e=t.__.__c;return e&&e.__a&&e.__a(t)}function Ci(){this.u=null,this.o=null}N.unmount=function(t){var e=t.__c;e&&e.__R&&e.__R(),e&&32&t.__u&&(t.type=null),er&&er(t)},(Cs.prototype=new Ne).__c=function(t,e){var i=e.__c,s=this;s.t==null&&(s.t=[]),s.t.push(i);var n=sr(s.__v),o=!1,a=function(){o||(o=!0,i.__R=null,n?n(r):r())};i.__R=a;var r=function(){if(!--s.__u){if(s.state.__a){var c=s.state.__a;s.__v.__k[0]=ir(c,c.__c.__P,c.__c.__O)}var l;for(s.setState({__a:s.__b=null});l=s.t.pop();)l.forceUpdate()}};s.__u++||32&e.__u||s.setState({__a:s.__b=s.__v.__k[0]}),t.then(a,a)},Cs.prototype.componentWillUnmount=function(){this.t=[]},Cs.prototype.render=function(t,e){if(this.__b){if(this.__v.__k){var i=document.createElement("div"),s=this.__v.__k[0].__c;this.__v.__k[0]=tr(this.__b,i,s.__O=s.__P)}this.__b=null}var n=e.__a&&p(ve,null,t.fallback);return n&&(n.__u&=-33),[p(ve,null,e.__a?null:t.children),n]};var nr=function(t,e,i){if(++i[1]===i[0]&&t.o.delete(e),t.props.revealOrder&&(t.props.revealOrder[0]!=="t"||!t.o.size))for(i=t.u;i;){for(;i.length>3;)i.pop()();if(i[1]<i[0])break;t.u=i=i[2]}};(Ci.prototype=new Ne).__a=function(t){var e=this,i=sr(e.__v),s=e.o.get(t);return s[0]++,function(n){var o=function(){e.props.revealOrder?(s.push(n),nr(e,t,s)):n()};i?i(o):o()}},Ci.prototype.render=function(t){this.u=null,this.o=new Map;var e=gi(t.children);t.revealOrder&&t.revealOrder[0]==="b"&&e.reverse();for(var i=e.length;i--;)this.o.set(e[i],this.u=[1,0,this.u]);return t.children},Ci.prototype.componentDidUpdate=Ci.prototype.componentDidMount=function(){var t=this;this.o.forEach(function(e,i){nr(t,i,e)})};var Fd=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,Dd=/^(?: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]/,Rd=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Vd=/[A-Z0-9]/g,Md=typeof document<"u",Ud=function(t){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(t)};Ne.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(Ne.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(e){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:e})}})});var or=N.event;function Bd(){}function Gd(){return this.cancelBubble}function Hd(){return this.defaultPrevented}N.event=function(t){return or&&(t=or(t)),t.persist=Bd,t.isPropagationStopped=Gd,t.isDefaultPrevented=Hd,t.nativeEvent=t};var qd={enumerable:!1,configurable:!0,get:function(){return this.class}},rr=N.vnode;N.vnode=function(t){typeof t.type=="string"&&function(e){var i=e.props,s=e.type,n={};for(var o in i){var a=i[o];if(!(o==="value"&&"defaultValue"in i&&a==null||Md&&o==="children"&&s==="noscript"||o==="class"||o==="className")){var r=o.toLowerCase();o==="defaultValue"&&"value"in i&&i.value==null?o="value":o==="download"&&a===!0?a="":r==="translate"&&a==="no"?a=!1:r==="ondoubleclick"?o="ondblclick":r!=="onchange"||s!=="input"&&s!=="textarea"||Ud(i.type)?r==="onfocus"?o="onfocusin":r==="onblur"?o="onfocusout":Rd.test(o)?o=r:s.indexOf("-")===-1&&Dd.test(o)?o=o.replace(Vd,"-$&").toLowerCase():a===null&&(a=void 0):r=o="oninput",r==="oninput"&&n[o=r]&&(o="oninputCapture"),n[o]=a}}s=="select"&&n.multiple&&Array.isArray(n.value)&&(n.value=gi(i.children).forEach(function(c){c.props.selected=n.value.indexOf(c.props.value)!=-1})),s=="select"&&n.defaultValue!=null&&(n.value=gi(i.children).forEach(function(c){c.props.selected=n.multiple?n.defaultValue.indexOf(c.props.value)!=-1:n.defaultValue==c.props.value})),i.class&&!i.className?(n.class=i.class,Object.defineProperty(n,"className",qd)):(i.className&&!i.class||i.class&&i.className)&&(n.class=n.className=i.className),e.props=n}(t),t.$$typeof=Fd,rr&&rr(t)};var ar=N.__r;N.__r=function(t){ar&&ar(t),t.__c};var cr=N.diffed;N.diffed=function(t){cr&&cr(t);var e=t.props,i=t.__e;i!=null&&t.type==="textarea"&&"value"in e&&e.value!==i.value&&(i.value=e.value==null?"":e.value)};const ws=mi({}),Kd=({children:t})=>{const[e,i]=W(),s=te(()=>({gvlTranslations:e,setGvlTranslations:i}),[e,i]);return p(ws.Provider,{value:s},t)},Yd=()=>{const t=_t(ws);if(!t||Object.keys(t).length===0)throw new Error("useGvl must be used within a GVLProvider");return t};var Wd=Object.defineProperty,Jd=Object.defineProperties,Zd=Object.getOwnPropertyDescriptors,wi=Object.getOwnPropertySymbols,lr=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable,ur=(t,e,i)=>e in t?Wd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Qd=(t,e)=>{for(var i in e||(e={}))lr.call(e,i)&&ur(t,i,e[i]);if(wi)for(var i of wi(e))dr.call(e,i)&&ur(t,i,e[i]);return t},Xd=(t,e)=>Jd(t,Zd(e)),eu=(t,e)=>{var i={};for(var s in t)lr.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&wi)for(var s of wi(t))e.indexOf(s)<0&&dr.call(t,s)&&(i[s]=t[s]);return i};const tu=t=>{var e=t,{isActive:i,className:s,children:n}=e,o=eu(e,["isActive","className","children"]);return p("button",Xd(Qd({type:"button","aria-pressed":i||void 0},o),{className:`fides-banner-button fides-menu-item ${s||""}`}),n)};var iu=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const su=({availableLocales:t,options:e,isTCF:i})=>{const{i18n:s,currentLocale:n,setCurrentLocale:o,setIsLoading:a}=G(),r=_t(ws),c=l=>iu(void 0,null,function*(){var u;if(l!==s.locale)if(i){a(!0);const d=yield Jn(e.fidesApiUrl,[l]);a(!1),d&&Object.keys(d).length?(r.setGvlTranslations(d[l]),Gn(s,d,t||[le]),o(l)):console.error(`Unable to load GVL translation for ${l}`)}else o(l);(u=document.getElementById(bn))==null||u.focus()});return p("div",{className:"fides-i18n-menu"},p("div",{role:"group",className:"fides-i18n-popover"},s.availableLanguages.map(l=>p(tu,{key:l.locale,"data-testid":`fides-i18n-option-${l.locale}`,id:n===l.locale?"fidesActiveMenuItem":void 0,onClick:()=>c(l.locale),isActive:n===l.locale,title:l.label_en},l.label_original))),p("div",{className:"fides-i18n-pseudo-button"},p("svg",{xmlns:"http://www.w3.org/2000/svg",height:"100%",viewBox:"0 0 36 36",fill:"currentColor",id:"fides-i18n-icon"},p("path",{fill:"currentColor",d:"M18 32.625c.52 0 1.898-.506 3.347-3.403.619-1.245 1.153-2.756 1.547-4.472h-9.788c.394 1.716.928 3.227 1.547 4.472 1.449 2.897 2.827 3.403 3.347 3.403m-5.45-11.25h10.9a32.5 32.5 0 0 0 0-6.75h-10.9a32.5 32.5 0 0 0 0 6.75m.556-10.125h9.788c-.394-1.716-.928-3.227-1.547-4.472C19.898 3.881 18.52 3.375 18 3.375s-1.898.506-3.347 3.403c-.619 1.245-1.153 2.756-1.547 4.472m13.732 3.375A35 35 0 0 1 26.993 18c0 1.153-.056 2.285-.155 3.375h5.393c.253-1.083.394-2.215.394-3.375s-.134-2.292-.394-3.375h-5.393m4.135-3.375a14.7 14.7 0 0 0-6.92-6.567c.992 1.8 1.78 4.043 2.293 6.567h4.634zm-21.326 0c.513-2.524 1.3-4.76 2.292-6.567A14.7 14.7 0 0 0 5.02 11.25h4.634zm-5.878 3.375A14.8 14.8 0 0 0 3.375 18c0 1.16.134 2.292.394 3.375h5.393A35 35 0 0 1 9.007 18c0-1.153.056-2.285.155-3.375zm20.285 16.692a14.7 14.7 0 0 0 6.919-6.567h-4.627c-.513 2.524-1.3 4.76-2.292 6.567m-12.108 0c-.991-1.8-1.779-4.043-2.292-6.567H5.02a14.7 14.7 0 0 0 6.92 6.567zM18 36a18 18 0 1 1 0-36 18 18 0 0 1 0 36"})),n,p("svg",{className:"fides-i18n-caret",xmlns:"http://www.w3.org/2000/svg",height:"100%",fill:"currentColor",viewBox:"0 0 24 24"},p("path",{d:"M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"}))))},nu=()=>{const{i18n:t}=G();if(!ft(t,"exp.privacy_policy_link_label")||!ft(t,"exp.privacy_policy_url"))return null;const e=t.t("exp.privacy_policy_link_label"),i=t.t("exp.privacy_policy_url");return p("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},p("a",{href:i,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},e))},pr=({availableLocales:t=[le],onManagePreferencesClick:e,renderFirstButton:i,onAcceptAll:s,onRejectAll:n,hideOptInOut:o,hideRejectAll:a,options:r,isInModal:c,isTCF:l,isMinimalTCF:u,isGVLLoading:d})=>{var v;const[g,f]=W(!1),{i18n:_}=G(),{setTrigger:h}=$e(),b=Sd("(max-width: 768px)"),m=((v=_.availableLanguages)==null?void 0:v.length)>1,y=ft(_,"exp.privacy_policy_link_label")&&ft(_,"exp.privacy_policy_url"),w=()=>{const P=!l||!u;f(!P),e&&P&&e()},j=c&&r.showFidesBrandLink;return K(()=>{g&&!u&&w()},[g,u]),p("div",{id:"fides-button-group"},p("div",{className:c?"fides-modal-button-group fides-modal-primary-actions":"fides-banner-button-group fides-banner-primary-actions"},!!i&&i(),!o&&p(ve,null,l&&!!e&&p(nt,{buttonType:me.SECONDARY,label:_.t("exp.privacy_preferences_link_label"),onClick:()=>{h({type:fe.BUTTON,label:_.t("exp.privacy_preferences_link_label")}),w()},className:"fides-manage-preferences-button",loading:g}),!a&&p(nt,{buttonType:me.PRIMARY,label:_.t("exp.reject_button_label"),onClick:()=>{h({type:fe.BUTTON,label:_.t("exp.reject_button_label")}),n()},className:"fides-reject-all-button",loading:d}),p(nt,{buttonType:me.PRIMARY,label:_.t("exp.accept_button_label"),onClick:()=>{h({type:fe.BUTTON,label:_.t("exp.accept_button_label")}),s()},className:"fides-accept-all-button",loading:d}))),p("div",{className:`${c?"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":""}${j?" fides-button-group-brand":""}`},m&&p(su,{availableLocales:t,options:r,isTCF:!!l}),!l&&!!e&&p(nt,{buttonType:b?me.SECONDARY:me.TERTIARY,label:_.t("exp.privacy_preferences_link_label"),onClick:()=>{h({type:fe.BUTTON,label:_.t("exp.privacy_preferences_link_label")}),e()},className:"fides-manage-preferences-button"}),y&&p(nu,null),j&&p(zd,null)))},fr=({experience:t,onAcceptAll:e,onRejectAll:i,onSave:s,onManagePreferencesClick:n,enabledKeys:o,isInModal:a,isAcknowledge:r,hideOptInOut:c=!1,options:l})=>{const{i18n:u}=G(),{setTrigger:d}=$e();if(!t.experience_config||!t.privacy_notices)return null;const{privacy_notices:v}=t,g=()=>{s(R.ACKNOWLEDGE,v.map(h=>h.notice_key))},f=()=>{s(R.SAVE,o)},_=()=>r?p(nt,{buttonType:me.PRIMARY,label:u.t("exp.acknowledge_button_label"),onClick:()=>{d({type:fe.BUTTON,label:u.t("exp.acknowledge_button_label")}),g()},className:"fides-acknowledge-button"}):a?p(nt,{buttonType:c?me.PRIMARY:me.SECONDARY,label:u.t("exp.save_button_label"),onClick:()=>{d({type:fe.BUTTON,label:u.t("exp.save_button_label")}),f()},className:"fides-save-button"}):null;return p(pr,{availableLocales:t.available_locales,onManagePreferencesClick:n,onAcceptAll:e,onRejectAll:i,isInModal:a,renderFirstButton:_,hideOptInOut:c,options:l})};var ou=[\'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^="-"])\'],ru="Tab",au="Escape";function he(t){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=t,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}he.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=St(\'[data-a11y-dialog-show="\'+this._id+\'"]\'),this._openers.forEach(function(e){e.addEventListener("click",this._show)}.bind(this));const t=this.$el;return this._closers=St("[data-a11y-dialog-hide]",this.$el).filter(function(e){return e.closest(\'[aria-modal="true"], [data-a11y-dialog]\')===t}).concat(St(\'[data-a11y-dialog-hide="\'+this._id+\'"]\')),this._closers.forEach(function(e){e.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},he.prototype.show=function(t){if(this.shown)return this;this._previouslyFocused=document.activeElement;const e=t&&t.target?t.target:null;return e&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=e),this.$el.removeAttribute("aria-hidden"),this.shown=!0,vr(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",t),this},he.prototype.hide=function(t){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",t),this):this},he.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(t){t.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(t){t.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},he.prototype.on=function(t,e){return typeof this._listeners[t]>"u"&&(this._listeners[t]=[]),this._listeners[t].push(e),this},he.prototype.off=function(t,e){var i=(this._listeners[t]||[]).indexOf(e);return i>-1&&this._listeners[t].splice(i,1),this},he.prototype._fire=function(t,e){var i=this._listeners[t]||[],s=new CustomEvent(t,{detail:e});this.$el.dispatchEvent(s),i.forEach(function(n){n(this.$el,e)}.bind(this))},he.prototype._bindKeypress=function(t){const e=document.activeElement;e&&e.closest(\'[aria-modal="true"]\')!==this.$el||(this.shown&&t.key===au&&this.$el.getAttribute("role")!=="alertdialog"&&(t.preventDefault(),this.hide(t)),this.shown&&t.key===ru&&du(this.$el,t))},he.prototype._maintainFocus=function(t){this.shown&&!t.target.closest(\'[aria-modal="true"]\')&&!t.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&vr(this.$el)};function cu(t){return Array.prototype.slice.call(t)}function St(t,e){return cu((e||document).querySelectorAll(t))}function vr(t){var e=t.querySelector("[autofocus]")||t;e.focus()}function lu(t){return St(ou.join(","),t).filter(function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)})}function du(t,e){var i=lu(t),s=i.indexOf(document.activeElement);e.shiftKey&&s===0?(i[i.length-1].focus(),e.preventDefault()):!e.shiftKey&&s===i.length-1&&(i[0].focus(),e.preventDefault())}function Es(){St("[data-a11y-dialog]").forEach(function(t){new he(t)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Es):window.requestAnimationFrame?window.requestAnimationFrame(Es):window.setTimeout(Es,16));const uu=()=>{const[t,e]=W(null),i=V(s=>{if(s!==null){const n=new he(s);n.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),e(n)}},[]);return{instance:t,container:i}},pu=({role:t,id:e,onClose:i})=>{const{instance:s,container:n}=uu(),o=t==="alertdialog",a=`${e}-title`,r=V(()=>{s&&s.hide(),i&&i()},[i,s]);return K(()=>()=>{s&&s.destroy()},[s]),{instance:s,attributes:{container:{id:e,ref:n,role:t,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":a},overlay:{onClick:o?void 0:r},dialog:{role:"document"},closeButton:{type:"button",onClick:r},title:{role:"heading","aria-level":1,id:a}}}},fu=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"currentColor"},p("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"})),vu=({title:t,description:e})=>p("div",{className:"fides-gpc-banner"},p("div",{className:"fides-gpc-warning"},p(fu,null)),p("div",null,p("p",{className:"fides-gpc-header"},t),p("p",null,e)));var gu=Object.defineProperty,_u=Object.defineProperties,mu=Object.getOwnPropertyDescriptors,gr=Object.getOwnPropertySymbols,hu=Object.prototype.hasOwnProperty,bu=Object.prototype.propertyIsEnumerable,_r=(t,e,i)=>e in t?gu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,yu=(t,e)=>{for(var i in e||(e={}))hu.call(e,i)&&_r(t,i,e[i]);if(gr)for(var i of gr(e))bu.call(e,i)&&_r(t,i,e[i]);return t},ku=(t,e)=>_u(t,mu(e));const mr=({titleProps:t,className:e,renderModalFooter:i,children:s,onVendorPageClick:n})=>{var o,a;const{i18n:r}=G(),c=r.t("exp.title"),l=r.t("exp.description"),u=tt().globalPrivacyControl,d=r.t("static.gpc.title"),v=r.t("static.gpc.description");return p(ve,null,p("div",{"data-testid":"consent-content",id:"fides-consent-content",className:e},p("div",{className:"fides-modal-body"},p("div",ku(yu({"data-testid":"fides-modal-title"},t),{className:"fides-modal-title"}),c),p("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},p(Wo,{onVendorPageClick:n,description:l,allowHTMLDescription:(a=(o=window.Fides)==null?void 0:o.options)==null?void 0:a.allowHTMLDescription})),u&&p(vu,{title:d,description:v}),s)),p("div",{className:"fides-modal-footer"},i()))};var Cu=Object.defineProperty,wu=Object.defineProperties,Eu=Object.getOwnPropertyDescriptors,hr=Object.getOwnPropertySymbols,ju=Object.prototype.hasOwnProperty,xu=Object.prototype.propertyIsEnumerable,br=(t,e,i)=>e in t?Cu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,js=(t,e)=>{for(var i in e||(e={}))ju.call(e,i)&&br(t,i,e[i]);if(hr)for(var i of hr(e))xu.call(e,i)&&br(t,i,e[i]);return t},xs=(t,e)=>wu(t,Eu(e));const Iu=({attributes:t,children:e,dismissable:i,onVendorPageClick:s,renderModalFooter:n})=>{const{container:o,overlay:a,dialog:r,title:c,closeButton:l}=t,{setTrigger:u}=$e();return p("div",xs(js({"data-testid":"consent-modal"},o),{className:"fides-modal-container"}),p("div",xs(js({},a),{className:"fides-modal-overlay"})),p("div",xs(js({"data-testid":"fides-modal-content"},r),{className:"fides-modal-content"}),p("div",{className:"fides-modal-header"},p("div",null),p(Ko,{ariaLabel:"Close modal",onClick:()=>{u({type:"button",label:"Close modal"}),l.onClick()},hidden:window.Fides.options.preventDismissal||!i})),p(mr,{titleProps:c,renderModalFooter:n,onVendorPageClick:s},e)))},yr=({options:t,experience:e,cookie:i,savedConsent:s,onOpen:n,onDismiss:o,renderBanner:a,renderModalContent:r,renderModalFooter:c,onVendorPageClick:l,isUiBlocking:u})=>{const{i18n:d}=G(),{setServingComponent:v,dispatchFidesEventAndClearTrigger:g}=$e(),f=100,_=md(),h=t.modalLinkId||"fides-modal-link",b=!e||!!t.fidesEmbed||t.modalLinkId==="",m=_d(h,b),y=gt(null),[w,j]=W(null);K(()=>{w===null&&j(!ei(e,i,s,t))},[w]);const[P,F]=W(t.fidesEmbed?ei(e,i,s,t):!1);K(()=>(u&&P?Jl():io(),()=>{io()}),[u,P]);const S=V(({saved:X=!1})=>{X||o(),g("FidesModalClosed",i,{saved:X}),v(void 0)},[g,i,o,v]),{instance:M,attributes:D}=pu({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{S({saved:!1})}}),Q=V((X=Qe.FIDES)=>{t.fidesEmbed?F(!1):M&&(F(!1),M.show(),n(X))},[M,n,t]),ye=V(()=>{M&&!t.fidesEmbed&&(M.hide(),S({saved:!0}))},[M,S,t.fidesEmbed]);K(()=>{t.fidesEmbed&&!P&&n()},[t,n,P]),K(()=>{const X=setTimeout(()=>{w||F(!0)},f);return()=>clearTimeout(X)},[w,F]),K(()=>(e&&!t.fidesEmbed&&(window.Fides.showModal=()=>{Q(Qe.EXTERNAL)}),()=>{window.Fides.showModal=Wi}),[e,Q,t.fidesEmbed]),K(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),b||m&&(y.current=m,y.current.addEventListener("click",window.Fides.showModal),y.current.classList.add("fides-modal-link-shown")),()=>{y.current&&y.current.removeEventListener("click",window.Fides.showModal)}),[m,b,h]);const ht=()=>{Q()};return _&&e.experience_config?p("div",{id:bn,tabIndex:-1},!w&&P&&u&&p("div",{className:"fides-modal-overlay"}),t.fidesEmbed?P||!r||!c?null:p(mr,{titleProps:D.title,renderModalFooter:()=>c({onClose:ye,isMobile:!1}),onVendorPageClick:l},r()):p(Iu,{attributes:D,dismissable:e.experience_config.dismissable,onVendorPageClick:l,renderModalFooter:()=>c?c({onClose:ye,isMobile:!1}):null},r&&r()),!w&&a({isOpen:P,isEmbedded:t.fidesEmbed,onClose:()=>{F(!1)},onManagePreferencesClick:ht})):null},Pu=({label:t,name:e,id:i,checked:s,onChange:n,disabled:o,onLabel:a,offLabel:r})=>{const{setTrigger:c}=$e(),l=s?a:r;return p("div",{className:"fides-toggle","data-testid":`toggle-${t}`},p("input",{type:"checkbox",name:e,"aria-label":t,className:"fides-toggle-input",onChange:()=>{c({type:fe.TOGGLE,label:t,checked:!s}),n(i)},checked:s,role:"switch",disabled:o}),p("span",{className:"fides-toggle-display"},l))};var Ou=Object.defineProperty,Tu=Object.defineProperties,Su=Object.getOwnPropertyDescriptors,kr=Object.getOwnPropertySymbols,Au=Object.prototype.hasOwnProperty,zu=Object.prototype.propertyIsEnumerable,Cr=(t,e,i)=>e in t?Ou(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,wr=(t,e)=>{for(var i in e||(e={}))Au.call(e,i)&&Cr(t,i,e[i]);if(kr)for(var i of kr(e))zu.call(e,i)&&Cr(t,i,e[i]);return t},Lu=(t,e)=>Tu(t,Su(e));const Er=({noticeKey:t,title:e,checked:i,onToggle:s,children:n,badge:o,gpcBadge:a,disabled:r,onLabel:c,offLabel:l,isHeader:u,includeToggle:d=!0})=>{const{isOpen:v,getButtonProps:g,getDisclosureProps:f,onToggle:_}=gd({id:t}),h=(y,w)=>{(y.code==="Space"||y.code==="Enter")&&(y.preventDefault(),w&&_())},b=n!=null,m=b?g():{};return p("div",{className:v&&b?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},p("div",{key:t,className:"fides-notice-toggle-title"},p("span",Lu(wr({role:"button",tabIndex:0,onKeyDown:y=>h(y,b)},m),{className:u?"fides-notice-toggle-trigger fides-notice-toggle-header":"fides-notice-toggle-trigger"}),p("span",{className:"fides-flex-center fides-justify-space-between"},e)),p("span",{className:"fides-notice-toggle-controls"},a,o?p("span",{className:"fides-notice-badge"},o):null,d?p(Pu,{label:e,name:t,id:t,checked:i,onChange:s,disabled:r,onLabel:c,offLabel:l}):null)),n?p("div",wr({},f()),n):null)},Nu=()=>p("hr",{className:"fides-divider"}),$u=({noticeToggles:t,enabledNoticeKeys:e,onChange:i})=>{const{i18n:s}=G(),n=r=>{const c={key:r,type:"notice"};e.indexOf(r)===-1?i([...e,r],c):i(e.filter(l=>l!==r),c)};let o,a;return ni(s)===le&&(o="On",a="Off"),p("div",null,t.map((r,c)=>{const{noticeKey:l,title:u,description:d,checked:v,disabled:g,gpcStatus:f}=r,_=c===t.length-1;return p("div",{key:l},p(Er,{noticeKey:l,title:u,checked:v,onToggle:n,gpcBadge:p(ks,{status:f}),disabled:g,onLabel:o,offLabel:a},d),_?null:p(Nu,null))}))};var Fu=Object.defineProperty,Du=Object.defineProperties,Ru=Object.getOwnPropertyDescriptors,jr=Object.getOwnPropertySymbols,Vu=Object.prototype.hasOwnProperty,Mu=Object.prototype.propertyIsEnumerable,xr=(t,e,i)=>e in t?Fu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Uu=(t,e)=>{for(var i in e||(e={}))Vu.call(e,i)&&xr(t,i,e[i]);if(jr)for(var i of jr(e))Mu.call(e,i)&&xr(t,i,e[i]);return t},Bu=(t,e)=>Du(t,Ru(e));const Gu=({options:t,experience:e,fidesRegionString:i,cookie:s,propertyId:n})=>{var o;const{i18n:a,currentLocale:r,setCurrentLocale:c}=G(),{triggerRef:l,setTrigger:u,servingComponentRef:d,setServingComponent:v,dispatchFidesEventAndClearTrigger:g}=$e(),f=He(),_=window.Fides.saved_consent,h=A=>e.privacy_notices?e.privacy_notices.map(T=>Bt(T,A||_||f?.consent)?T.notice_key:""):[];K(()=>{!r&&a.locale&&c(a.locale)},[r,a.locale,c]);const b=te(()=>{if(e.experience_config){const A=oi(a,e.experience_config);return A?.privacy_experience_config_history_id}},[e,a,r]),m=te(()=>{var A;const T=((A=e.privacy_notices)!=null?A:[]).map(re=>{var Re,bt;const yt=re.consent_mechanism===ne.NOTICE_ONLY||((bt=(Re=t.fidesDisabledNotices)==null?void 0:Re.includes(re.notice_key))!=null?bt:!1)||re.disabled,Ve=is(a,re);return{notice:Bu(Uu({},re),{disabled:yt}),bestTranslation:Ve}}),B=T.filter(re=>re.notice.consent_mechanism===ne.NOTICE_ONLY),se=T.filter(re=>re.notice.consent_mechanism!==ne.NOTICE_ONLY);return[...B,...se]},[e.privacy_notices,a,r,t.fidesDisabledNotices]),[y,w]=W(h());window.addEventListener("FidesUpdating",A=>{const{consent:T}=A.detail;Object.entries(T).forEach(([B,se])=>{T[B]=Et(se)}),w(h(T))});const j=m.every(A=>A.notice.consent_mechanism===ne.NOTICE_ONLY),P=m.map(A=>{var T,B;const se=y.indexOf(A.notice.notice_key)!==-1,re=tt(),Re=Yi({value:se,notice:A.notice,consentContext:re});return{noticeKey:A.notice.notice_key,title:((T=A.bestTranslation)==null?void 0:T.title)||A.notice.name||"",description:(B=A.bestTranslation)==null?void 0:B.description,checked:se,consentMechanism:A.notice.consent_mechanism,disabled:A.notice.disabled,gpcStatus:Re}}),{servedNoticeHistoryId:F}=Vo({privacyExperienceConfigHistoryId:b,privacyNoticeHistoryIds:m.reduce((A,T)=>{var B;const se=(B=T.bestTranslation)==null?void 0:B.privacy_notice_history_id;return se&&A.push(se),A},[]),options:t,userGeography:i,acknowledgeMode:j,privacyExperience:e,propertyId:n}),S=V((A,T)=>{const B=xn(m,T);ci({consentPreferencesToSave:B,privacyExperienceConfigHistoryId:b,experience:e,consentMethod:A,options:t,userLocationString:i,cookie:s,eventExtraDetails:{servingComponent:d.current,trigger:l.current},servedNoticeHistoryId:F,propertyId:n,updateCookie:se=>Jt(se,B)}).finally(()=>{u(void 0)}),w(T)},[s,i,e,t,b,m,F,n,l,u,d]),M=V(A=>{S(A?R.SCRIPT:R.ACCEPT,m.filter(T=>!T.notice.disabled||y.includes(T.notice.notice_key)).map(T=>T.notice.notice_key))},[y,S,m]),D=V(A=>{S(A?R.SCRIPT:R.REJECT,m.filter(T=>T.notice.consent_mechanism===ne.NOTICE_ONLY||T.notice.disabled&&y.includes(T.notice.notice_key)).map(T=>T.notice.notice_key))},[y,S,m]);K(()=>{Xt(t)&&e.privacy_notices&&(t.fidesConsentOverride===R.ACCEPT?M(!0):t.fidesConsentOverride===R.REJECT&&D(!0))},[e.privacy_notices,t.fidesConsentOverride]);const Q=V(()=>{v(We.BANNER),g("FidesUIShown",s)},[s,g,v]),ye=V(A=>{v(We.MODAL),g("FidesUIShown",s,{trigger:{origin:A}})},[s,g,v]),ht=V(()=>{Yt(f?.consent)||S(R.DISMISS,h())},[S,h,f?.consent]),X=V((A,T)=>{const B={servingComponent:d.current,trigger:l.current,preference:T};w(A),g("FidesUIChanged",s,B)},[l,g,s,d]);if(!e.experience_config)return null;const $=!!((o=e.experience_config)!=null&&o.dismissable),$s=m.length===1;return p(yr,{options:t,experience:e,cookie:s,savedConsent:_,isUiBlocking:!$,onOpen:ye,onDismiss:ht,renderBanner:({isEmbedded:A,isOpen:T,onClose:B,onManagePreferencesClick:se})=>{var re;const Re=j||((re=e.experience_config)==null?void 0:re.layer1_button_options)===Ft.ACKNOWLEDGE;return p(Jo,{bannerIsOpen:T,dismissable:$,onOpen:Q,onClose:()=>{B(),ht()},isEmbedded:A,renderButtonGroup:()=>p(fr,{experience:e,onManagePreferencesClick:se,enabledKeys:y,onAcceptAll:()=>{M(),B()},onRejectAll:()=>{D(),B()},onSave:(bt,yt)=>{S(bt,yt),B()},isAcknowledge:Re,hideOptInOut:Re,options:t})})},renderModalContent:()=>p("div",null,p("div",{className:"fides-modal-notices"},p($u,{noticeToggles:P,enabledNoticeKeys:y,onChange:X}))),renderModalFooter:({onClose:A})=>p(fr,{experience:e,enabledKeys:y,onAcceptAll:()=>{M(),A()},onRejectAll:()=>{D(),A()},onSave:(T,B)=>{S(T,B),A()},isInModal:!0,isAcknowledge:j,hideOptInOut:$s||j,options:t})})};var Hu=Object.defineProperty,Ir=Object.getOwnPropertySymbols,qu=Object.prototype.hasOwnProperty,Ku=Object.prototype.propertyIsEnumerable,Pr=(t,e,i)=>e in t?Hu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Yu=(t,e)=>{for(var i in e||(e={}))qu.call(e,i)&&Pr(t,i,e[i]);if(Ir)for(var i of Ir(e))Ku.call(e,i)&&Pr(t,i,e[i]);return t};const Wu=(t,e)=>{const{i18n:i}=t;vs(p(Uo,{i18nInstance:i},p(qo,null,p(Gu,Yu({},t)))),e)};var Ju=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});function Or(t){return Ju(this,null,function*(){var e;if(!((e=t.options.apiOptions)!=null&&e.getPreferencesFn))return null;try{return yield t.options.apiOptions.getPreferencesFn(t)}catch{return null}})}var Zu=Object.defineProperty,Qu=Object.defineProperties,Xu=Object.getOwnPropertyDescriptors,Tr=Object.getOwnPropertySymbols,ep=Object.prototype.hasOwnProperty,tp=Object.prototype.propertyIsEnumerable,Sr=(t,e,i)=>e in t?Zu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,be=(t,e)=>{for(var i in e||(e={}))ep.call(e,i)&&Sr(t,i,e[i]);if(Tr)for(var i of Tr(e))tp.call(e,i)&&Sr(t,i,e[i]);return t},Ei=(t,e)=>Qu(t,Xu(e)),ip=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});function sp(t){return ip(this,null,function*(){var e,i,s,n;let o=(e=t??this.config)!=null?e:li("Fides must be initialized with a configuration object");hn(!!((i=o.options)!=null&&i.debug)),this.config=o,we("FidesInitializing",void 0,{gppEnabled:this.config.options.gppEnabled||((n=(s=this.config.experience)==null?void 0:s.gpp_settings)==null?void 0:n.enabled),tcfEnabled:this.config.options.tcfEnabled});const a=di(Ge.OPTIONS,o),r=di(Ge.EXPERIENCE_TRANSLATION,o),c=yield Or(o);!a.fidesString&&c!=null&&c.fides_string&&(a.fidesString=c.fides_string);const l={optionsOverrides:a,consentPrefsOverrides:c,experienceTranslationOverrides:r};Ha(a);let u;if(!He()){const{consent:g,method:f}=mn(a);g&&f&&(u=g)}o=Ei(be({},o),{options:be(be({},o.options),l.optionsOverrides)}),this.cookie=co(o),this.cookie.consent=be(be({},this.cookie.consent),u),this.saved_consent=be({},this.cookie.consent);const{fidesString:d}=o.options;if(d)try{const{nc:g}=It(d);this.decodeNoticeConsentString(g);const f={fides_string:d};this.cookie=be(be({},this.cookie),f)}catch{}if(this.experience=o.experience,!Mi(this.cookie)||!!u){const g=lo(Ei(be({},o),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Ui}));Object.assign(this,g),et(this),this.experience=g.experience,Qi(this.cookie,{shouldShowExperience:this.shouldShowExperience()})}const v=yield uo(Ei(be({},o),{fides:this,initOverlay:gs,renderOverlay:Wu,updateExperience:to,overrides:l,propertyId:o.propertyId}));Object.assign(this,v),et(this),Xi(this.cookie,{shouldShowExperience:this.shouldShowExperience()})})}const np=os({}),op=Ei(be({},np),{init:sp});et(op);var ie;(function(t){t.PING="ping",t.GET_TC_DATA="getTCData",t.GET_IN_APP_TC_DATA="getInAppTCData",t.GET_VENDOR_LIST="getVendorList",t.ADD_EVENT_LISTENER="addEventListener",t.REMOVE_EVENT_LISTENER="removeEventListener"})(ie||(ie={}));var ot;(function(t){t.STUB="stub",t.LOADING="loading",t.LOADED="loaded",t.ERROR="error"})(ot||(ot={}));var rt;(function(t){t.VISIBLE="visible",t.HIDDEN="hidden",t.DISABLED="disabled"})(rt||(rt={}));var At;(function(t){t.TC_LOADED="tcloaded",t.CMP_UI_SHOWN="cmpuishown",t.USER_ACTION_COMPLETE="useractioncomplete"})(At||(At={}));class ji{listenerId;callback;next;param;success=!0;constructor(e,i,s,n){Object.assign(this,{callback:e,listenerId:s,param:i,next:n});try{this.respond()}catch{this.invokeCallback(null)}}invokeCallback(e){const i=e!==null;typeof this.next=="function"?this.callback(this.next,e,i):this.callback(e,i)}}class xi extends ji{respond(){this.throwIfParamInvalid(),this.invokeCallback(new Ar(this.param,this.listenerId))}throwIfParamInvalid(){if(this.param!==void 0&&(!Array.isArray(this.param)||!this.param.every(Number.isInteger)))throw new Error("Invalid Parameter")}}class rp{eventQueue=new Map;queueNumber=0;add(e){return this.eventQueue.set(this.queueNumber,e),this.queueNumber++}remove(e){return this.eventQueue.delete(e)}exec(){this.eventQueue.forEach((e,i)=>{new xi(e.callback,e.param,i,e.next)})}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class x{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new rp;static cmpStatus=ot.LOADING;static disabled=!1;static displayStatus=rt.HIDDEN;static cmpId;static cmpVersion;static eventStatus;static gdprApplies;static tcModel;static tcString;static reset(){delete this.cmpId,delete this.cmpVersion,delete this.eventStatus,delete this.gdprApplies,delete this.tcModel,delete this.tcString,delete this.tcfPolicyVersion,this.cmpStatus=ot.LOADING,this.disabled=!1,this.displayStatus=rt.HIDDEN,this.eventQueue.clear()}}class Is{cmpId=x.cmpId;cmpVersion=x.cmpVersion;gdprApplies=x.gdprApplies;tcfPolicyVersion=x.tcfPolicyVersion}class ap extends Is{cmpStatus=ot.ERROR}class Ar extends Is{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardTexts;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,i){if(super(),this.eventStatus=x.eventStatus,this.cmpStatus=x.cmpStatus,this.listenerId=i,x.gdprApplies){const s=x.tcModel;this.tcString=x.tcString,this.isServiceSpecific=s.isServiceSpecific,this.useNonStandardTexts=s.useNonStandardTexts,this.purposeOneTreatment=s.purposeOneTreatment,this.publisherCC=s.publisherCountryCode,this.outOfBand={allowedVendors:this.createVectorField(s.vendorsAllowed,e),disclosedVendors:this.createVectorField(s.vendorsDisclosed,e)},this.purpose={consents:this.createVectorField(s.purposeConsents),legitimateInterests:this.createVectorField(s.purposeLegitimateInterests)},this.vendor={consents:this.createVectorField(s.vendorConsents,e),legitimateInterests:this.createVectorField(s.vendorLegitimateInterests,e)},this.specialFeatureOptins=this.createVectorField(s.specialFeatureOptins),this.publisher={consents:this.createVectorField(s.publisherConsents),legitimateInterests:this.createVectorField(s.publisherLegitimateInterests),customPurpose:{consents:this.createVectorField(s.publisherCustomConsents),legitimateInterests:this.createVectorField(s.publisherCustomLegitimateInterests)},restrictions:this.createRestrictions(s.publisherRestrictions)}}}createRestrictions(e){const i={};if(e.numRestrictions>0){const s=e.getMaxVendorId();for(let n=1;n<=s;n++){const o=n.toString();e.getRestrictions(n).forEach(a=>{const r=a.purposeId.toString();i[r]||(i[r]={}),i[r][o]=a.restrictionType})}}return i}createVectorField(e,i){return i?i.reduce((s,n)=>(s[String(n)]=e.has(Number(n)),s),{}):[...e].reduce((s,n)=>(s[n[0].toString(10)]=n[1],s),{})}}class cp extends Ar{constructor(e){super(e),delete this.outOfBand}createVectorField(e){return[...e].reduce((i,s)=>(i+=s[1]?"1":"0",i),"")}createRestrictions(e){const i={};if(e.numRestrictions>0){const s=e.getMaxVendorId();e.getRestrictions().forEach(n=>{i[n.purposeId.toString()]="_".repeat(s)});for(let n=0;n<s;n++){const o=n+1;e.getRestrictions(o).forEach(a=>{const r=a.restrictionType.toString(),c=a.purposeId.toString(),l=i[c].substr(0,n),u=i[c].substr(n+1);i[c]=l+r+u})}}return i}}class lp extends Is{cmpLoaded=!0;cmpStatus=x.cmpStatus;displayStatus=x.displayStatus;apiVersion=String(x.apiVersion);gvlVersion;constructor(){super(),x.tcModel&&x.tcModel.vendorListVersion&&(this.gvlVersion=+x.tcModel.vendorListVersion)}}class dp extends ji{respond(){this.invokeCallback(new lp)}}class up extends xi{respond(){this.throwIfParamInvalid(),this.invokeCallback(new cp(this.param))}}class pp extends ji{respond(){const e=x.tcModel,i=e.vendorListVersion;let s;this.param===void 0&&(this.param=i),this.param===i&&e.gvl?s=e.gvl:s=new O(this.param),s.readyPromise.then(()=>{this.invokeCallback(s.getJson())})}}class fp extends xi{respond(){this.listenerId=x.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class vp extends ji{respond(){this.invokeCallback(x.eventQueue.remove(this.param))}}class zt{static[ie.PING]=dp;static[ie.GET_TC_DATA]=xi;static[ie.GET_IN_APP_TC_DATA]=up;static[ie.GET_VENDOR_LIST]=pp;static[ie.ADD_EVENT_LISTENER]=fp;static[ie.REMOVE_EVENT_LISTENER]=vp}class gp{static set_=new Set([0,2,void 0,null]);static has(e){return typeof e=="string"&&(e=Number(e)),this.set_.has(e)}}const Ps="__tcfapi";class _p{callQueue;customCommands;constructor(e){if(e){let i=ie.ADD_EVENT_LISTENER;if(e?.[i])throw new Error(`Built-In Custom Commmand for ${i} not allowed: Use ${ie.GET_TC_DATA} instead`);if(i=ie.REMOVE_EVENT_LISTENER,e?.[i])throw new Error(`Built-In Custom Commmand for ${i} not allowed`);e?.[ie.GET_TC_DATA]&&(e[ie.ADD_EVENT_LISTENER]=e[ie.GET_TC_DATA],e[ie.REMOVE_EVENT_LISTENER]=e[ie.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[Ps]()||[]}catch{this.callQueue=[]}finally{window[Ps]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,i,s,...n){if(typeof e!="string")s(null,!1);else if(!gp.has(i))s(null,!1);else{if(typeof s!="function")throw new Error("invalid callback function");x.disabled?s(new ap,!1):!this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?s(null,!1):this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...n):e===ie.PING?this.isCustomCommand(e)?new zt[e](this.customCommands[e],n[0],null,s):new zt[e](s,n[0]):x.tcModel===void 0?this.callQueue.push([e,i,s,...n]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new zt[e](this.customCommands[e],n[0],null,s):new zt[e](s,n[0])}}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach(i=>{window[Ps](...i)})}isCustomCommand(e){return this.customCommands&&typeof this.customCommands[e]=="function"}isBuiltInCommand(e){return zt[e]!==void 0}}class mp{callResponder;isServiceSpecific;numUpdates=0;constructor(e,i,s=!1,n){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(i,"cmpVersion",0),x.cmpId=e,x.cmpVersion=i,x.tcfPolicyVersion=4,this.isServiceSpecific=!!s,this.callResponder=new _p(n)}throwIfInvalidInt(e,i,s){if(!(typeof e=="number"&&Number.isInteger(e)&&e>=s))throw new Error(`Invalid ${i}: ${e}`)}update(e,i=!1){if(x.disabled)throw new Error("CmpApi Disabled");x.cmpStatus=ot.LOADED,i?(x.displayStatus=rt.VISIBLE,x.eventStatus=At.CMP_UI_SHOWN):x.tcModel===void 0?(x.displayStatus=rt.DISABLED,x.eventStatus=At.TC_LOADED):(x.displayStatus=rt.HIDDEN,x.eventStatus=At.USER_ACTION_COMPLETE),x.gdprApplies=e!==null,x.gdprApplies?(e===""?(x.tcModel=new Ni,x.tcModel.cmpId=x.cmpId,x.tcModel.cmpVersion=x.cmpVersion):x.tcModel=$t.decode(e),x.tcModel.isServiceSpecific=this.isServiceSpecific,x.tcfPolicyVersion=Number(x.tcModel.policyVersion),x.tcString=e):x.tcModel=null,this.numUpdates===0?this.callResponder.purgeQueuedCalls():x.eventQueue.exec(),this.numUpdates++}disable(){x.disabled=!0,x.cmpStatus=ot.ERROR}}const Os=t=>{if(!window.Fides.options.fidesTcfGdprApplies)return null;const{fides_string:e}=t.detail;if(e){const[i]=e.split(Gt);return i.split(".")[0]}return e??""};var hp=Object.defineProperty,bp=Object.defineProperties,yp=Object.getOwnPropertyDescriptors,zr=Object.getOwnPropertySymbols,kp=Object.prototype.hasOwnProperty,Cp=Object.prototype.propertyIsEnumerable,Lr=(t,e,i)=>e in t?hp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,wp=(t,e)=>{for(var i in e||(e={}))kp.call(e,i)&&Lr(t,i,e[i]);if(zr)for(var i of zr(e))Cp.call(e,i)&&Lr(t,i,e[i]);return t},Ep=(t,e)=>bp(t,yp(e)),jp=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Nr=1,$r=[1,3,4,5,6],xp=2,Ip=({userConsentedVendorIds:t,disclosedVendorIds:e})=>{const i=o=>o.filter(mc).map(a=>qe(a).id).sort((a,r)=>Number(a)-Number(r)).join("."),s=i(t),n=i(e.filter(o=>!t.includes(o)));return`${xp}~${s}~dv.${n}`},Pp=t=>jp(void 0,[t],function*({experience:e,tcStringPreferences:i}){var s,n,o,a;let r="";try{const c=new Ni(new O(e.gvl));yield c.gvl.readyPromise,c.cmpId=en,c.cmpVersion=Nr,c.consentScreen=1,c.isServiceSpecific=!0,c.supportOOB=!1,e.tcf_publisher_country_code&&(c.publisherCountryCode=e.tcf_publisher_country_code);const l=e.minimal_tcf?bc(e):hc(e);if(c.gvl.narrowVendorsTo(l),i){i.vendorsConsent.forEach(v=>{var g,f,_;if(Xe(v,e.gvl)){const{id:h}=qe(v);if(c.vendorConsents.set(+h),!((g=e.tcf_publisher_restrictions)!=null&&g.length)){const b=(f=e.gvl)==null?void 0:f.vendors[h];b&&!((_=b?.purposes)!=null&&_.length)&&b.flexiblePurposes.forEach(m=>{const y=new ke;y.purposeId=m,y.restrictionType=_e.REQUIRE_CONSENT,c.publisherRestrictions.add(+h,y)})}}}),i.vendorsLegint.forEach(v=>{var g,f;if(e.minimal_tcf)(g=e.tcf_vendor_legitimate_interest_ids)==null||g.forEach(_=>{const{id:h}=qe(_);c.vendorLegitimateInterests.set(+h)});else if(Xe(v,e.gvl)){const _=(f=e.tcf_vendor_legitimate_interests)==null?void 0:f.filter(m=>m.id===v)[0],h=_?.purpose_legitimate_interests;let b=!1;if(h&&(h.map(m=>m.id).filter(m=>$r.includes(m)).length&&(b=!0),!b)){const{id:m}=qe(v);c.vendorLegitimateInterests.set(+m)}}}),Object.values((n=(s=e.gvl)==null?void 0:s.vendors)!=null?n:{}).forEach(v=>{var g,f;(g=v.specialPurposes)!=null&&g.length&&!((f=v.legIntPurposes)!=null&&f.length)&&c.vendorLegitimateInterests.set(v.id)}),i.purposesConsent.forEach(v=>{c.purposeConsents.set(+v)}),i.purposesLegint.forEach(v=>{const g=+v;$r.includes(g)||c.purposeLegitimateInterests.set(g)}),i.specialFeatures.forEach(v=>{c.specialFeatureOptins.set(+v)}),e.tcf_publisher_restrictions&&e.tcf_publisher_restrictions.length>0&&e.tcf_publisher_restrictions.forEach(v=>{v.vendors.forEach(g=>{const f=new ke;f.purposeId=v.purpose_id,f.restrictionType=v.restriction_type,c.publisherRestrictions.add(g,f)})}),r=$t.encode(c,{segments:[H.CORE]});const u=e.minimal_tcf?e.tcf_vendor_consent_ids:(o=e.tcf_vendor_consents)==null?void 0:o.map(v=>v.id),d=Ip({userConsentedVendorIds:(a=i?.vendorsConsent)!=null?a:[],disclosedVendorIds:u??[]});r=`${r}${Gt}${d}`}}catch(c){return console.error("Unable to instantiate GVL: ",c),Promise.resolve("")}return Promise.resolve(r)}),Op=()=>{const t=new mp(en,Nr,!0,{getTCData:(e,i,s)=>{var n;if(typeof i!="boolean"){const o=(n=window.Fides.fides_string)==null?void 0:n.split(Gt),a=o?.length===2?o[1]:"";e(Ep(wp({},i),{addtlConsent:a}),s);return}e(i,s)}});window.addEventListener("FidesConsentLoaded",e=>{const i=Os(e);i&&e.detail.extraDetails&&!e.detail.extraDetails.shouldShowExperience&&t.update(i,!1)}),window.addEventListener("FidesUIShown",e=>{const i=Os(e);t.update(i,!0)}),window.addEventListener("FidesUpdated",e=>{const i=Os(e);t.update(i,!1)})};var Tp=":root{--fides-overlay-tcf-p-h:40px;--fides-overlay-tcf-banner-col-gap:36px;--fides-overlay-tcf-banner-row-gap:16px;--fides-overlay-tcf-banner-btn-w:180px;--fides-overlay-tcf-banner-btn-p-h:10px;--fides-overlay-tcf-banner-purpose-p:12px;--fides-overlay-tcf-banner-purpose-p-t:8px}.fides-tcf-banner-container div#fides-banner div#fides-banner-inner div#fides-button-group{gap:12px}.fides-tcf-banner-container #fides-banner{border-radius:0;border-width:1px 0 0;padding-inline:var(--fides-overlay-tcf-p-h);width:100%}div#fides-banner-inner-container{display:flex;flex-direction:row;gap:var(--fides-overlay-tcf-banner-col-gap)}.fides-banner__col{display:flex;flex:1;flex-direction:column;gap:var(--fides-overlay-tcf-banner-row-gap)}.fides-tcf-banner-container .fides-banner__content{margin-bottom:0;max-height:25vh;overflow-y:auto;scrollbar-gutter:stable}.fides-banner-description{margin-top:var(--fides-overlay-tcf-banner-purpose-p-t)}.fides-banner__purpose-list{list-style:none;margin:0;padding:0}.fides-banner__purpose-item{border-bottom:1px solid var(--fides-overlay-row-divider-color);padding:var(--fides-overlay-tcf-banner-purpose-p);padding-top:var(--fides-overlay-tcf-banner-purpose-p-t)}.fides-vendor-count{font-weight:600}.fides-tcf-banner-container div#fides-banner-inner div#fides-button-group{margin-top:var(--fides-overlay-tcf-banner-row-gap)}.fides-tcf-banner-container .fides-banner-secondary-actions{gap:calc(24px - var(--fides-overlay-link-h-padding) - var(--fides-overlay-link-h-padding))}.fides-tcf-banner-container .fides-banner-button{line-height:20px;margin-top:unset;padding-bottom:var(--fides-overlay-tcf-banner-btn-p-h);padding-top:var(--fides-overlay-tcf-banner-btn-p-h)}.fides-record-header{border-bottom:1px solid var(--fides-overlay-row-divider-color);font-weight:600;padding:12px}.fides-tcf-toggle-content{font-size:var(--fides-overlay-font-size-body-small);font-weight:400;margin-right:60px}.fides-tcf-purpose-vendor-title{display:flex;font-weight:600;justify-content:space-between}.fides-tcf-illustration{font-size:var(--fides-overlay-font-size-body-small);padding:13px 60px 13px 13px}.fides-tcf-illustration,.fides-tcf-purpose-vendor{border-radius:var(--fides-overlay-component-border-radius)}.fides-tcf-purpose-vendor{padding:13px}.fides-tcf-purpose-vendor-list{font-weight:400;list-style:none;margin-bottom:0;margin-left:0;padding-left:0}.fides-tcf-vendor-toggles{display:flex}@media (min-width:1080px){.fides-tcf-banner-container .fides-banner-button{min-width:var(--fides-overlay-tcf-banner-btn-w)}}@media (min-width:768px){div#fides-banner-container.fides-banner-bottom.fides-tcf-banner-container{bottom:0}}@media (max-width:768px){.fides-tcf-banner-container div#fides-banner div#fides-banner-inner div#fides-button-group .fides-banner-button-group{padding-left:0}.fides-tcf-banner-container #fides-banner{padding:var(--fides-overlay-padding)}div#fides-banner-inner-container{flex-direction:column;margin-inline:calc(var(--fides-overlay-padding)*-1);padding-inline:var(--fides-overlay-padding)}.fides-tcf-banner-container .fides-banner__content{margin-top:unset;max-height:unset;overflow-y:unset;scrollbar-gutter:unset}.fides-tcf-banner-container .fides-banner-button-group.fides-button-group-i18n{min-height:unset}.fides-tcf-banner-container .fides-i18n-menu{bottom:unset;left:unset;order:unset;position:unset}.fides-tcf-banner-container .fides-banner-secondary-actions{flex-direction:row}.fides-tcf-banner-container .fides-banner-secondary-actions .fides-privacy-policy{order:unset;width:unset}}@media (min-width:2240px){.fides-tcf-banner-container #fides-banner{border-width:1px 1px 0;margin:0 auto;max-width:2240px}}";xo(Tp);var Sp=Object.defineProperty,Ap=Object.defineProperties,zp=Object.getOwnPropertyDescriptors,Fr=Object.getOwnPropertySymbols,Lp=Object.prototype.hasOwnProperty,Np=Object.prototype.propertyIsEnumerable,Dr=(t,e,i)=>e in t?Sp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,je=(t,e)=>{for(var i in e||(e={}))Lp.call(e,i)&&Dr(t,i,e[i]);if(Fr)for(var i of Fr(e))Np.call(e,i)&&Dr(t,i,e[i]);return t},at=(t,e)=>Ap(t,zp(e)),$p=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Ts=(t,e)=>{const i={tcf_purpose_consents:t.tcf_purpose_consents,tcf_purpose_legitimate_interests:t.tcf_purpose_legitimate_interests,tcf_special_purposes:t.tcf_special_purposes,tcf_features:t.tcf_features,tcf_special_features:t.tcf_special_features,tcf_vendor_consents:t.tcf_vendor_consents,tcf_vendor_legitimate_interests:t.tcf_vendor_legitimate_interests,tcf_system_consents:t.tcf_system_consents,tcf_system_legitimate_interests:t.tcf_system_legitimate_interests};if(sn.forEach(({cookieKey:s,experienceKey:n})=>{var o,a;const r=(o=e.tcf_consent[s])!=null?o:{};i[n]=(a=t[n])==null?void 0:a.map(c=>{const l=Object.keys(r).includes(c.id)?ce(!!r[c.id],ne.OPT_IN):c.default_preference;return at(je({},c),{current_preference:l})})}),e.fides_string){const{tc:s,ac:n}=It(e.fides_string);if(!s)return i;const o=kc(n),a=$t.decode(s);tn.forEach(({experienceKey:r,tcfModelKey:c})=>{var l;const u=c==="vendorConsents"||c==="vendorLegitimateInterests",d=Array.from(a[c]).filter(([,v])=>v).map(([v])=>u?`gvl.${v}`:v);i[r]=(l=t[r])==null?void 0:l.map(v=>{let g=!!d.find(f=>f===v.id);return r==="tcf_vendor_consents"&&o.find(f=>f===v.id)&&(g=!0),at(je({},v),{current_preference:ce(g,ne.OPT_IN)})})})}return i},Fp=({experience:t,cookie:e,debug:i})=>{var s;const n=Ts(t,e);if(!t.privacy_notices)return je(je({},t),n);const o=(s=t.privacy_notices)==null?void 0:s.map(a=>{const r=Object.keys(e.consent).includes(a.notice_key)?ce(!!e.consent[a.notice_key],a.consent_mechanism):void 0;return at(je({},a),{current_preference:r})});return at(je(je({},t),n),{privacy_notices:o})},Fe=t=>t?t.map(e=>e.id):[],Dp=t=>{var e,i,s,n,o,a,r,c,l;if(!t)return{};if(!t.minimal_tcf){const d=t;return{tcf_purpose_consents:Fe(d.tcf_purpose_consents),tcf_purpose_legitimate_interests:Fe(d.tcf_purpose_legitimate_interests),tcf_special_purposes:Fe(d.tcf_special_purposes),tcf_vendor_consents:Fe(d.tcf_vendor_consents),tcf_vendor_legitimate_interests:Fe(d.tcf_vendor_legitimate_interests),tcf_features:Fe(d.tcf_features),tcf_special_features:Fe(d.tcf_special_features),tcf_system_consents:Fe(d.tcf_system_consents),tcf_system_legitimate_interests:Fe(d.tcf_system_legitimate_interests)}}const u=t;return{tcf_purpose_consents:(e=u.tcf_purpose_consent_ids)!=null?e:[],tcf_purpose_legitimate_interests:(i=u.tcf_purpose_legitimate_interest_ids)!=null?i:[],tcf_special_purposes:(s=u.tcf_special_purpose_ids)!=null?s:[],tcf_vendor_consents:(n=u.tcf_vendor_consent_ids)!=null?n:[],tcf_vendor_legitimate_interests:(o=u.tcf_vendor_legitimate_interest_ids)!=null?o:[],tcf_features:(a=u.tcf_feature_ids)!=null?a:[],tcf_special_features:(r=u.tcf_special_feature_ids)!=null?r:[],tcf_system_consents:(c=u.tcf_system_consent_ids)!=null?c:[],tcf_system_legitimate_interests:(l=u.tcf_system_legitimate_interest_ids)!=null?l:[]}},Rp=t=>t.current_preference?Se(t.current_preference):Se(t.default_preference),ct=t=>t?t.map(e=>{const i=Rp(e);return at(je({},e),{consentValue:i})}).filter(e=>e.consentValue).map(e=>`${e.id}`):[],Rr=t=>{if(!t)return[];const e=He();return t.map(i=>{const s=Bt(i,e?.consent);return at(je({},i),{consentValue:s})}).filter(i=>i.consentValue).map(i=>`${i.id}`)},lt=({modelList:t,enabledIds:e})=>t?t.map(i=>{const s=ce(e.includes(`${i.id}`));return{id:i.id,preference:s}}):[],dt=t=>t!=null&&t.length?t.map(e=>{const i=ce(!0);let s=e;return Number.isNaN(parseInt(e,10))||(s=parseInt(e,10)),{id:s,preference:i}}):[],Vp=({experience:t,enabledIds:e})=>{const i=[],s=[],n=[],o=[];return e.vendorsConsent.forEach(a=>{var r;(r=t.tcf_system_consents)!=null&&r.map(c=>c.id).includes(a)?i.push(a):s.push(a)}),e.vendorsLegint.forEach(a=>{var r;(r=t.tcf_system_legitimate_interests)!=null&&r.map(c=>c.id).includes(a)?n.push(a):o.push(a)}),{purpose_consent_preferences:lt({modelList:t.tcf_purpose_consents,enabledIds:e.purposesConsent}),purpose_legitimate_interests_preferences:lt({modelList:t.tcf_purpose_legitimate_interests,enabledIds:e.purposesLegint}),special_feature_preferences:lt({modelList:t.tcf_special_features,enabledIds:e.specialFeatures}),vendor_consent_preferences:lt({modelList:t.tcf_vendor_consents,enabledIds:s}),vendor_legitimate_interests_preferences:lt({modelList:t.tcf_vendor_legitimate_interests,enabledIds:o}),system_consent_preferences:lt({modelList:t.tcf_system_consents,enabledIds:i}),system_legitimate_interests_preferences:lt({modelList:t.tcf_system_legitimate_interests,enabledIds:n})}},Mp=({experience:t,enabledIds:e})=>{const i=[],s=[],n=[],o=[];return e.vendorsConsent.forEach(a=>{var r;(r=t.tcf_system_consent_ids)!=null&&r.includes(a)?i.push(a):s.push(a)}),e.vendorsLegint.forEach(a=>{var r;(r=t.tcf_system_legitimate_interest_ids)!=null&&r.includes(a)?n.push(a):o.push(a)}),{purpose_consent_preferences:dt(e.purposesConsent),purpose_legitimate_interests_preferences:dt(e.purposesLegint),special_feature_preferences:dt(e.specialFeatures),vendor_consent_preferences:dt(s),vendor_legitimate_interests_preferences:dt(o),system_consent_preferences:dt(i),system_legitimate_interests_preferences:dt(n)}},Up=(t,e,i,s,n)=>$p(void 0,null,function*(){var o;const a=yield Pp({tcStringPreferences:i,experience:s}),r=at(je({},t),{fides_string:a,tcf_consent:un(e),tcf_version_hash:(o=s.meta)==null?void 0:o.version_hash});return n&&(r.consent=Bi(n)),r}),Bp=t=>{const e=["purposes","specialFeatures"],i=[];return e.forEach(s=>{const n=t[s];Object.keys(n).forEach(o=>{i.push(n[o].name.trim())})}),i},Gp=(t,e)=>!t||!e?[]:t.map(i=>{var s;const n=ce(e.includes(i.id),i.consent_mechanism);return new Ue(i,n,(s=i.bestTranslation)==null?void 0:s.privacy_notice_history_id)}),Hp=({purposes:t,customPurposes:e})=>{const{i18n:i}=G();return t!=null&&t.length?p("div",{id:"fides-tcf-banner-inner","data-testid":"fides-tcf-banner-supplemental",className:"fides-banner__supplemental fides-banner__col"},!!i.t("exp.purpose_header")&&i.t("exp.purpose_header")!=="exp.purpose_header"&&p("div",{className:"fides-banner-heading"},p("h2",{id:"fides-banner-subtitle","data-testid":"fides-banner-subtitle",className:"fides-banner-title"},i.t("exp.purpose_header"))),p("div",{className:"fides-banner__content"},p("ul",{className:"fides-banner__purpose-list"},e?.map(s=>p("li",{key:s,className:"fides-banner__purpose-item"},s)),t.map(s=>p("li",{key:s,className:"fides-banner__purpose-item"},s))))):null},Vr=({experience:t,onManagePreferencesClick:e,onRejectAll:i,onAcceptAll:s,renderFirstButton:n,isInModal:o,options:a})=>{if(!t.experience_config)return null;const r=Object.keys(t.gvl||{}).length===0;return p(pr,{availableLocales:t.available_locales,onManagePreferencesClick:e,onAcceptAll:s,onRejectAll:i,renderFirstButton:n,isInModal:o,hideRejectAll:!o&&t.experience_config.layer1_button_options===Ft.OPT_IN_ONLY,options:a,isTCF:!0,isMinimalTCF:t.minimal_tcf,isGVLLoading:r})},Ss=({title:t,children:e})=>p("div",{className:"fides-info-box"},t?p("p",{className:"fides-gpc-header"},t):null,e),Mr=10,qp=t=>{const e=[];for(let i=0;i<t.length;i+=10)e.push(t.slice(i,i+10));return e},Ur=t=>{const[e,i]=W(1),s=qp(t),n=s.length,o=e>=n,a=e<=1,r=()=>{o||i(e+1)},c=()=>{a||i(e-1)},l=e===1?1:(e-1)*Mr+1,u=e===n?t.length:e*Mr;return{activeChunk:s[e-1],totalPages:s.length,nextPage:r,previousPage:c,disableNext:o,disablePrevious:a,rangeStart:l,rangeEnd:u,totalItems:t.length}},Kp=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor"},p("path",{d:"m5.914 6 2.475 2.475-.707.707L4.5 6l3.182-3.182.707.707L5.914 6Z"})),Yp=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor"},p("path",{d:"M7.086 6 4.61 3.525l.707-.707L8.5 6 5.318 9.182l-.707-.707L7.086 6Z"})),Br=({nextPage:t,previousPage:e,rangeStart:i,rangeEnd:s,disableNext:n,disablePrevious:o,totalItems:a})=>p("div",{className:"fides-paging-buttons"},p("span",{className:"fides-paging-info"},i,"-",s," / ",a),p("div",{className:"fides-flex-center"},p("button",{className:"fides-paging-previous-button",type:"button",onClick:e,disabled:o,"aria-label":"Previous page"},p(Kp,null)),p("button",{className:"fides-paging-next-button",type:"button",onClick:t,disabled:n,"aria-label":"Next page"},p(Yp,null))));var Wp=Object.defineProperty,Ii=Object.getOwnPropertySymbols,Gr=Object.prototype.hasOwnProperty,Hr=Object.prototype.propertyIsEnumerable,qr=(t,e,i)=>e in t?Wp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Jp=(t,e)=>{for(var i in e||(e={}))Gr.call(e,i)&&qr(t,i,e[i]);if(Ii)for(var i of Ii(e))Hr.call(e,i)&&qr(t,i,e[i]);return t},Zp=(t,e)=>{var i={};for(var s in t)Gr.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&Ii)for(var s of Ii(t))e.indexOf(s)<0&&Hr.call(t,s)&&(i[s]=t[s]);return i};const Kr=({vendors:t})=>{const{i18n:e}=G(),i=Ur(t),{activeChunk:s,totalPages:n}=i,o=Zp(i,["activeChunk","totalPages"]);return s.length?p("p",{className:"fides-tcf-toggle-content fides-background-dark fides-tcf-purpose-vendor"},p("span",{className:"fides-tcf-purpose-vendor-title"},e.t("static.tcf.vendors"),p("span",null,t.length," ",e.t("static.tcf.vendors_count"))),p("ul",{className:"fides-tcf-purpose-vendor-list"},s.map(a=>p("li",{key:a.id},a.name))),n>1?p(Br,Jp({},o)):null):null},mt=({items:t,type:e,title:i,enabledIds:s,renderToggleChild:n,renderBadgeLabel:o,renderGpcBadge:a,onToggle:r,hideToggles:c})=>{const{i18n:l}=G();if(t.length===0)return null;const u=f=>{const _=`${f.id}`;s.indexOf(_)!==-1?r(s.filter(h=>h!==_),f):r([...s,_],f)};let d,v;ni(l)===le&&(d="On",v="Off");const g=f=>e==="vendors"||f.notice_key?f.name:l.t(`exp.tcf.${e}.${f.id}.name`);return p("div",{"data-testid":`records-list-${e}`},p("div",{className:"fides-record-header"},i),t.map(f=>{var _;return p(Er,{key:f.id,title:((_=f.bestTranslation)==null?void 0:_.title)||g(f),noticeKey:`${f.id}`,onToggle:()=>{u(f)},checked:s.indexOf(`${f.id}`)!==-1,badge:o?o(f):void 0,gpcBadge:a?a(f):void 0,includeToggle:!c,onLabel:d,offLabel:v,disabled:f.disabled},n?n(f,!!f.bestTranslation):"")}))},Yr=({type:t,feature:e})=>{const{i18n:i}=G(),s=[...e.vendors||[],...e.systems||[]];return p("div",null,p("p",{className:"fides-tcf-toggle-content"},i.t(`exp.tcf.${t}.${e.id}.description`)),p(Kr,{vendors:s}))},Qp=({allFeatures:t,allSpecialFeatures:e,enabledFeatureIds:i,enabledSpecialFeatureIds:s,onChange:n})=>{const{i18n:o}=G();return p("div",null,p(mt,{type:"features",title:o.t("static.tcf.features"),items:t??[],enabledIds:i,onToggle:()=>{},renderToggleChild:a=>p(Yr,{type:"features",feature:a}),hideToggles:!0}),p(mt,{type:"specialFeatures",title:o.t("static.tcf.special_features"),items:e??[],enabledIds:s,onToggle:(a,r)=>n({newEnabledIds:a,modelType:"specialFeatures"},{key:`tcf_special_feature_${r.id}`,type:"tcf_special_feature"}),renderToggleChild:a=>p(Yr,{type:"specialFeatures",feature:a})}))};var Xp=Object.defineProperty,ef=Object.defineProperties,tf=Object.getOwnPropertyDescriptors,Wr=Object.getOwnPropertySymbols,sf=Object.prototype.hasOwnProperty,nf=Object.prototype.propertyIsEnumerable,Jr=(t,e,i)=>e in t?Xp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,As=(t,e)=>{for(var i in e||(e={}))sf.call(e,i)&&Jr(t,i,e[i]);if(Wr)for(var i of Wr(e))nf.call(e,i)&&Jr(t,i,e[i]);return t},of=(t,e)=>ef(t,tf(e));const rf=({consentPurposes:t=[],legintPurposes:e=[]})=>{const i=Array.from(new Set([...t.map(n=>n.id),...e.map(n=>n.id)])).sort((n,o)=>n-o),s=[];return i.forEach(n=>{const o=t.find(r=>r.id===n),a=e.find(r=>r.id===n);if(o||a){const r=As(As({},o),a);s.push(of(As({},r),{id:n,isConsent:!!o,isLegint:!!a}))}}),{uniquePurposeIds:i,uniquePurposes:s}},Zr=(t,e)=>{const{legal_bases:i}=t;return i?!!i.find(s=>s===e.toString()):!1},Qr=({active:t,options:e,onChange:i})=>{const{i18n:s}=G(),n=o=>{i(o)};return p("div",{className:"fides-radio-button-group"},e.map(o=>{const a=o.value===t.value;return p("button",{key:o.value,role:"radio",type:"button","aria-checked":a,onClick:()=>n(o),className:"fides-radio-button"},s.t(o.i18nMessageID))}))};var af=Object.defineProperty,cf=Object.defineProperties,lf=Object.getOwnPropertyDescriptors,Xr=Object.getOwnPropertySymbols,df=Object.prototype.hasOwnProperty,uf=Object.prototype.propertyIsEnumerable,ea=(t,e,i)=>e in t?af(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,zs=(t,e)=>{for(var i in e||(e={}))df.call(e,i)&&ea(t,i,e[i]);if(Xr)for(var i of Xr(e))uf.call(e,i)&&ea(t,i,e[i]);return t},Ls=(t,e)=>cf(t,lf(e));const ta=({type:t,purpose:e,isCustomPurpose:i=!1})=>{var s;const{i18n:n}=G();if(i)return e=e,p("div",null,p("p",{className:"fides-tcf-toggle-content"},(s=e.bestTranslation)==null?void 0:s.description));e=e;const o=[...e.vendors||[],...e.systems||[]];return p("div",null,p("p",{className:"fides-tcf-toggle-content"},n.t(`exp.tcf.${t}.${e.id}.description`)),e.illustrations.map((a,r)=>p("p",{key:a,className:"fides-tcf-illustration fides-background-dark"},n.t(`exp.tcf.${t}.${e.id}.illustrations.${r}`))),p(Kr,{vendors:o}))},pf=({allPurposesConsent:t=[],allCustomPurposesConsent:e=[],allPurposesLegint:i=[],allSpecialPurposes:s,enabledPurposeConsentIds:n,enabledCustomPurposeConsentIds:o,enabledPurposeLegintIds:a,enabledSpecialPurposeIds:r,onChange:c})=>{const{i18n:l}=G(),{uniquePurposes:u}=te(()=>rf({consentPurposes:t,legintPurposes:i}),[t,i]),d=tt(),[v,g]=W(Ht[0]),f=te(()=>{const h=s??[],b=u.filter(y=>y.isConsent).map(y=>{var w;return Ls(zs({},y),{vendors:(w=t.find(j=>j.id===y.id))==null?void 0:w.vendors})}),m=u.filter(y=>y.isLegint).map(y=>{var w;return Ls(zs({},y),{vendors:(w=i.find(j=>j.id===y.id))==null?void 0:w.vendors})});return v.value===Ae.CONSENT.toString()?{purposes:b,customPurposes:e.map(y=>Ls(zs({},y),{disabled:y.disabled})),purposeModelType:"purposesConsent",enabledPurposeIds:n,enabledCustomPurposeIds:o,specialPurposes:h.filter(y=>Zr(y,Ae.CONSENT)),enabledSpecialPurposeIds:r}:{purposes:m,purposeModelType:"purposesLegint",enabledPurposeIds:a,specialPurposes:h.filter(y=>Zr(y,Ae.LEGITIMATE_INTERESTS)),enabledSpecialPurposeIds:r}},[s,u,v.value,a,r,t,i,e,n,o]),_=(h,b,m)=>{let y,w;h==="customPurposesConsent"?(y="notice",w=m.notice_key):h==="purposesConsent"?(y="tcf_purpose_consent",w=`${y}_${m.id}`):(y="tcf_purpose_legitimate_interest",w=`${y}_${m.id}`),c({newEnabledIds:b,modelType:h},{key:w,type:y})};return p("div",null,p(Qr,{options:Ht,active:v,onChange:g}),p(mt,{type:"purposes",title:l.t("static.tcf.purposes"),items:f.customPurposes?[...f.customPurposes,...f.purposes]:f.purposes,enabledIds:f.enabledCustomPurposeIds?[...f.enabledCustomPurposeIds,...f.enabledPurposeIds]:f.enabledPurposeIds,onToggle:(h,b)=>{const m="bestTranslation"in b?"customPurposesConsent":f.purposeModelType;let y=h;m==="customPurposesConsent"?y=h.filter(w=>!f.enabledPurposeIds.includes(w)):f.enabledCustomPurposeIds&&(y=h.filter(w=>{var j;return!((j=f.enabledCustomPurposeIds)!=null&&j.includes(w))})),_(m,y,b)},renderToggleChild:(h,b)=>p(ta,{type:"purposes",purpose:h,isCustomPurpose:b}),renderBadgeLabel:h=>{const b="bestTranslation"in h;if(!(!f.customPurposes||b))return"IAB TCF"},renderGpcBadge:h=>{var b;if("bestTranslation"in h){const m=h,y=Yi({value:!!((b=f.enabledCustomPurposeIds)!=null&&b.includes(m.id)),notice:m,consentContext:d});return p(ks,{status:y})}},key:`purpose-record-${v.value}`}),p(mt,{type:"specialPurposes",title:l.t("static.tcf.special_purposes"),items:f.specialPurposes,enabledIds:f.enabledSpecialPurposeIds,onToggle:(h,b)=>_("specialPurposes",h,b),renderToggleChild:h=>p(ta,{type:"specialPurposes",purpose:h}),hideToggles:!0,key:`special-purpose-record-${v.value}`}))},ia=({href:t,children:e})=>p("a",{href:t,className:"fides-external-link",target:"_blank",rel:"noopener noreferrer"},e);var ff=Object.defineProperty,Pi=Object.getOwnPropertySymbols,sa=Object.prototype.hasOwnProperty,na=Object.prototype.propertyIsEnumerable,oa=(t,e,i)=>e in t?ff(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,vf=(t,e)=>{for(var i in e||(e={}))sa.call(e,i)&&oa(t,i,e[i]);if(Pi)for(var i of Pi(e))na.call(e,i)&&oa(t,i,e[i]);return t},gf=(t,e)=>{var i={};for(var s in t)sa.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&Pi)for(var s of Pi(t))e.indexOf(s)<0&&na.call(t,s)&&(i[s]=t[s]);return i};const Oi=({type:t,label:e,lineItems:i})=>{const{i18n:s}=G();if(!i||i.length===0)return null;const n=i.some(o=>o.retention_period!=null);return p("table",{className:"fides-vendor-details-table"},p("thead",null,p("tr",null,p("th",{width:"80%"},e),n?p("th",{width:"20%",style:{textAlign:"right"}},s.t("static.tcf.retention")):null)),p("tbody",null,i.map(o=>p("tr",{key:o.id},p("td",null,s.t(`exp.tcf.${t}.${o.id}.name`)),n?p("td",{style:{textAlign:"right"}},o.retention_period?`${o.retention_period} ${s.t("static.tcf.retention_period_days")}`:"-"):null))))},_f=({purposes:t,specialPurposes:e})=>{const{i18n:i}=G(),s=t?t.length===0:!0,n=e?e.length===0:!0;return s&&n?null:p(ve,null,p(Oi,{type:"purposes",label:i.t("static.tcf.purposes"),lineItems:t}),p(Oi,{type:"specialPurposes",label:i.t("static.tcf.special_purposes"),lineItems:e}))},mf=({gvlVendor:t,dataCategories:e})=>{const{i18n:i}=G();if(!t||!e)return null;const s=t.dataDeclaration;return p("table",{className:"fides-vendor-details-table"},p("thead",null,p("tr",null,p("th",null,i.t("static.tcf.data_categories")))),p("tbody",null,s?.map(n=>p("tr",{key:n},p("td",null,i.t(`exp.tcf.dataCategories.${n}.name`))))))},hf=({vendor:t})=>{const{i18n:e}=G(),{name:i,uses_cookies:s,uses_non_cookie_access:n,cookie_max_age_seconds:o,cookie_refresh:a}=t;let r="";if(s){const c=o?Math.ceil(o/60/60/24):0;r+=`${i} ${e.t("static.tcf.cookie_disclosure.intro")} ${c}.`,a&&(r+=" "+e.t("static.tcf.cookie_disclosure.refresh")),n&&(r+=" "+e.t("static.tcf.cookie_disclosure.also_non_cookie"))}else n&&(r+=" "+e.t("static.tcf.cookie_disclosure.non_cookie"));return r===""||!r?null:p("p",null,r)},ra=({vendor:t,experience:e})=>{var i;const{i18n:s}=G(),n=Xe(t.id,e.gvl),o=(i=e.gvl)==null?void 0:i.dataCategories,a=t.privacy_policy_url||t.legitimate_interest_disclosure_url;return p(ve,null,p(hf,{vendor:t}),a&&p("div",null,t.privacy_policy_url&&p(ia,{href:t.privacy_policy_url},s.t("static.tcf.privacy_policy")),t.legitimate_interest_disclosure_url&&p(ia,{href:t.legitimate_interest_disclosure_url},s.t("static.tcf.legint_disclosure"))),p(_f,{purposes:[...t.purpose_consents||[],...t.purpose_legitimate_interests||[]],specialPurposes:t.special_purposes}),p(Oi,{type:"features",label:s.t("static.tcf.features"),lineItems:t.features}),p(Oi,{type:"specialFeatures",label:s.t("static.tcf.special_features"),lineItems:t.special_features}),p(mf,{gvlVendor:n,dataCategories:o}))},bf=({experience:t,vendors:e,enabledIds:i,onChange:s})=>{const{i18n:n}=G(),o=Ur(e),{activeChunk:a}=o,r=gf(o,["activeChunk"]),{gvlVendors:c,otherVendors:l}=te(()=>({gvlVendors:a?.filter(u=>u.isGvl),otherVendors:a?.filter(u=>!u.isGvl)}),[a]);return a?p(ve,null,p(mt,{type:"vendors",title:n.t("static.tcf.vendors.iab"),items:c,enabledIds:i,onToggle:s,renderBadgeLabel:u=>Xe(u.id,t.gvl)?"IAB TCF":void 0,renderToggleChild:u=>p(ra,{vendor:u,experience:t})}),p(mt,{type:"vendors",title:n.t("static.tcf.vendors.other"),items:l,enabledIds:i,onToggle:s,renderToggleChild:u=>p(ra,{vendor:u,experience:t})}),p(Br,vf({},r))):null},yf=({experience:t,enabledVendorConsentIds:e,enabledVendorLegintIds:i,onChange:s})=>{const n=te(()=>yc(t),[t]),[o,a]=W(Ht[0]),r=te(()=>{const c=o.value===Ae.CONSENT.toString()?n.filter(l=>l.isConsent):n.filter(l=>l.isLegint);return[...c.filter(l=>l.isGvl),...c.filter(l=>!l.isGvl)]},[o,n]);return p("div",null,p(Qr,{options:Ht,active:o,onChange:a}),p(bf,{experience:t,vendors:r,enabledIds:o.value===Ae.CONSENT.toString()?e:i,onChange:(c,l)=>{const u=o.value===Ae.CONSENT.toString()?"vendorsConsent":"vendorsLegint";let d;u==="vendorsConsent"?d="tcf_vendor_consent":d="tcf_vendor_legitimate_interest";const v={newEnabledIds:c,modelType:u},[g,f]=l.id.split("."),_={key:l.id,type:d,vendor_id:l.id,vendor_list:g,vendor_list_id:f,vendor_name:l.name};s(v,_)},key:`vendor-data-${o.value}`}))};var kf=Object.defineProperty,Cf=Object.defineProperties,wf=Object.getOwnPropertyDescriptors,aa=Object.getOwnPropertySymbols,Ef=Object.prototype.hasOwnProperty,jf=Object.prototype.propertyIsEnumerable,ca=(t,e,i)=>e in t?kf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,xf=(t,e)=>{for(var i in e||(e={}))Ef.call(e,i)&&ca(t,i,e[i]);if(aa)for(var i of aa(e))jf.call(e,i)&&ca(t,i,e[i]);return t},If=(t,e)=>Cf(t,wf(e));const Pf="ArrowRight",Of="ArrowLeft",Tf=({experience:t,customNotices:e,enabledIds:i,onChange:s,activeTabIndex:n,onTabChange:o})=>{const{i18n:a}=G(),r=V(({newEnabledIds:d,modelType:v},g)=>{const f=If(xf({},i),{[v]:d});s(f,g)},[i,s]),c=[{name:a.t("static.tcf.purposes"),type:"purposes",content:p("div",null,p(Ss,null,a.t("static.tcf.purposes.description")),p(pf,{allPurposesConsent:t.tcf_purpose_consents,allCustomPurposesConsent:e,allPurposesLegint:t.tcf_purpose_legitimate_interests,allSpecialPurposes:t.tcf_special_purposes,enabledPurposeConsentIds:i.purposesConsent,enabledCustomPurposeConsentIds:i.customPurposesConsent,enabledPurposeLegintIds:i.purposesLegint,enabledSpecialPurposeIds:i.specialPurposes,onChange:r}))},{name:a.t("static.tcf.features"),type:"features",content:p("div",null,p(Ss,null,a.t("static.tcf.features.description")),p(Qp,{allFeatures:t.tcf_features,allSpecialFeatures:t.tcf_special_features,enabledFeatureIds:i.features,enabledSpecialFeatureIds:i.specialFeatures,onChange:r}))},{name:a.t("static.tcf.vendors"),type:"vendors",content:p("div",null,p(Ss,null,a.t("static.tcf.vendors.description")),p(yf,{experience:t,enabledVendorConsentIds:i.vendorsConsent,enabledVendorLegintIds:i.vendorsLegint,onChange:r}))}],l=[gt(null),gt(null),gt(null)],u=d=>{var v;let g;d.code===Pf&&(d.preventDefault(),g=n===c.length-1?0:n+1),d.code===Of&&(d.preventDefault(),g=n===0?c.length-1:n-1),g!=null&&(o(g),(v=l[g].current)==null||v.focus())};return p("div",{className:"fides-tabs"},p("ul",{role:"tablist",className:"fides-tab-list"},c.map(({name:d,type:v},g)=>p("li",{role:"presentation",key:v},p("button",{id:`fides-tab-${v}`,"aria-selected":g===n,onClick:()=>{o(g)},role:"tab",type:"button",className:"fides-tab-button",tabIndex:g===n?void 0:-1,onKeyDown:u,ref:l[g]},d)))),p("div",{className:"tabpanel-container"},c.map(({type:d,content:v},g)=>p("section",{role:"tabpanel",id:`fides-panel-${d}`,"aria-labelledby":`fides-tab-${d}`,tabIndex:-1,hidden:g!==n,key:d},v))))};var Sf=Object.defineProperty,Af=Object.defineProperties,zf=Object.getOwnPropertyDescriptors,la=Object.getOwnPropertySymbols,Lf=Object.prototype.hasOwnProperty,Nf=Object.prototype.propertyIsEnumerable,da=(t,e,i)=>e in t?Sf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Lt=(t,e)=>{for(var i in e||(e={}))Lf.call(e,i)&&da(t,i,e[i]);if(la)for(var i of la(e))Nf.call(e,i)&&da(t,i,e[i]);return t},$f=(t,e)=>Af(t,zf(e)),Ff=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const De=t=>t?t.map(e=>`${e.id}`):[],Df=({options:t,experienceMinimal:e,fidesRegionString:i,cookie:s,savedConsent:n,propertyId:o,translationOverrides:a})=>{var r,c,l,u;const{i18n:d,currentLocale:v,setCurrentLocale:g,setIsLoading:f}=G(),{triggerRef:_,setTrigger:h,servingComponentRef:b,setServingComponent:m,dispatchFidesEventAndClearTrigger:y}=$e(),w=He(),j=(l=(c=(r=e?.experience_config)==null?void 0:r.translations)==null?void 0:c[0])==null?void 0:l.language,P=d.getDefaultLocale(),F=Hn(navigator,t.fidesLocale,d.getDefaultLocale()),S=qn(F,e.available_locales||[],d.getDefaultLocale());K(()=>{v||g(j)},[v,j,g]);const{gvlTranslations:M,setGvlTranslations:D}=Yd(),[Q,ye]=W(!1),ht=I=>Ff(void 0,null,function*(){const L=yield Jn(t.fidesApiUrl,[I]);L&&(D(L[I]),Gn(d,L,[I]))}),X=te(()=>(e.privacy_notices||[]).map(I=>{var L,U;const J=I.consent_mechanism===ne.NOTICE_ONLY||((U=(L=t.fidesDisabledNotices)==null?void 0:L.includes(I.notice_key))!=null?U:!1)||I.disabled,de=is(d,I);return $f(Lt({},I),{bestTranslation:de,disabled:J})}),[e.privacy_notices,d,v]),[$,$s]=W();K(()=>{F&&S!==j&&f(!0),F&&S!==le&&(ye(!0),ht(S).then(()=>{ye(!1)})),Wn({userLocationString:i,fidesApiUrl:t.fidesApiUrl,apiOptions:t.apiOptions,propertyId:o,requestMinimalTCF:!1}).then(I=>{if(Ze(I)){const L=Ts(I,s);if(Ki(I)){const U=Lt(Lt({},I),L);window.Fides.experience=Lt(Lt({},window.Fides.experience),U),window.Fides.experience.minimal_tcf=!1,$s(U)}}})},[]);const{setVendorCount:A}=Td(),[T,B]=W(qt);K(()=>{$&&(Un(d,$,a),!F||S===P?Bn(d,$):(g(S),Q||f(!1)))},[$]),K(()=>{if($){const{tcf_purpose_consents:I=[],privacy_notices:L=[],tcf_purpose_legitimate_interests:U=[],tcf_special_purposes:J=[],tcf_features:de=[],tcf_special_features:Ai=[],tcf_vendor_consents:Nt=[],tcf_vendor_legitimate_interests:Y=[],tcf_system_consents:zi=[],tcf_system_legitimate_interests:ue=[]}=$;B({purposesConsent:ct(I),customPurposesConsent:Rr(L),purposesLegint:ct(U),specialPurposes:ct(J),features:ct(de),specialFeatures:ct(Ai),vendorsConsent:ct([...Nt,...zi]),vendorsLegint:ct([...Y,...ue])})}else{const I=qt;e!=null&&e.privacy_notices&&(I.customPurposesConsent=Rr(e.privacy_notices)),B(I)}},[$,e]),K(()=>{e.vendor_count&&A&&A(e.vendor_count)},[e,A]);const se=te(()=>{const I=$?.experience_config||e.experience_config;if(I){const L=oi(d,I);return L?.privacy_experience_config_history_id}},[e,$,d]),re=te(()=>X.map(I=>{var L;return((L=I.bestTranslation)==null?void 0:L.title)||I.name}),[X]),Re=te(()=>{if(M)return Bp(M);const I=e?.tcf_purpose_names||[],L=e?.tcf_special_feature_names||[];return[...I,...L]},[e,M]),bt=Dp($||e),{servedNoticeHistoryId:yt}=Vo({privacyExperienceConfigHistoryId:se,privacyNoticeHistoryIds:X.reduce((I,L)=>{var U;const J=(U=L.bestTranslation)==null?void 0:U.privacy_notice_history_id;return J&&I.push(J),I},[]),options:t,userGeography:i,acknowledgeMode:!1,privacyExperience:$||e,tcfNoticesServed:bt}),Ve=V((I,L)=>{if(!$&&!e)return;let U;!$&&e!=null&&e.minimal_tcf?U=Mp({experience:e,enabledIds:L}):U=Vp({experience:$,enabledIds:L});const J=Gp(X,L.customPurposesConsent);ci({consentPreferencesToSave:J,privacyExperienceConfigHistoryId:se,experience:$||e,consentMethod:I,options:t,userLocationString:i,cookie:s,eventExtraDetails:{servingComponent:b.current,trigger:_.current},tcf:U,servedNoticeHistoryId:yt,updateCookie:de=>Up(de,U,L,$||e,J)}).finally(()=>{h(void 0)}),B(L)},[s,$,e,i,t,se,X,yt,_,h,b]),Fs=V(I=>{var L,U,J,de,Ai;let Nt,Y=$||e;const zi=X.filter(ue=>!ue.disabled||T.customPurposesConsent.includes(ue.id));Y.minimal_tcf?(Y=e,Nt={purposesConsent:((L=Y.tcf_purpose_consent_ids)==null?void 0:L.map(ue=>`${ue}`))||[],customPurposesConsent:De(zi)||[],purposesLegint:((U=Y.tcf_purpose_legitimate_interest_ids)==null?void 0:U.map(ue=>`${ue}`))||[],specialPurposes:((J=Y.tcf_special_purpose_ids)==null?void 0:J.map(ue=>`${ue}`))||[],features:((de=Y.tcf_feature_ids)==null?void 0:de.map(ue=>`${ue}`))||[],specialFeatures:((Ai=Y.tcf_special_feature_ids)==null?void 0:Ai.map(ue=>`${ue}`))||[],vendorsConsent:[...Y.tcf_vendor_consent_ids||[],...Y.tcf_system_consent_ids||[]],vendorsLegint:[...Y.tcf_vendor_legitimate_interest_ids||[],...Y.tcf_system_legitimate_interest_ids||[]]}):(Y=$,Nt={purposesConsent:De(Y.tcf_purpose_consents),customPurposesConsent:De(zi),purposesLegint:De(Y.tcf_purpose_legitimate_interests),specialPurposes:De(Y.tcf_special_purposes),features:De(Y.tcf_features),specialFeatures:De(Y.tcf_special_features),vendorsConsent:De([...Y.tcf_vendor_consents||[],...Y.tcf_system_consents||[]]),vendorsLegint:De([...Y.tcf_vendor_legitimate_interests||[],...Y.tcf_system_legitimate_interests||[]])}),Ve(I?R.SCRIPT:R.ACCEPT,Nt)},[T.customPurposesConsent,$,e,Ve,X]),Ds=V(I=>{var L,U;const J=qt;J.customPurposesConsent=(L=X.filter(de=>de.consent_mechanism===ne.NOTICE_ONLY||de.disabled&&T.customPurposesConsent.includes(de.id)).map(de=>de.id))!=null?L:qt,((U=$?.experience_config)==null?void 0:U.reject_all_mechanism)===Fi.REJECT_CONSENT_ONLY&&(J.purposesLegint=T.purposesLegint,J.vendorsLegint=T.vendorsLegint),Ve(I?R.SCRIPT:R.REJECT,J)},[T,(u=$?.experience_config)==null?void 0:u.reject_all_mechanism,Ve,X]);K(()=>{t.fidesConsentOverride===R.ACCEPT?Fs(!0):t.fidesConsentOverride===R.REJECT&&Ds(!0)},[t.fidesConsentOverride]);const[Gv,Si]=W(0),Hv=V(()=>{m(We.TCF_BANNER),y("FidesUIShown",s)},[s,y,m]),qv=V(I=>{m(We.TCF_OVERLAY),y("FidesUIShown",s,{trigger:{origin:I}})},[s,y,m]),ma=V(()=>{Yt(w?.consent)||Ve(R.DISMISS,T)},[Ve,T,w?.consent]),Kv=V((I,L)=>{const U={servingComponent:b.current,trigger:_.current,preference:L};B(I),we("FidesUIChanged",s,U)},[s,B,_,b]),Yv=V(I=>{Si(I)},[Si]),ha=$?.experience_config||e.experience_config;if(!ha)return null;const ba=!!ha.dismissable;return p(yr,{options:t,experience:$||e,cookie:s,savedConsent:n,onVendorPageClick:()=>{Si(2)},isUiBlocking:!ba,onOpen:qv,onDismiss:ma,renderBanner:({isEmbedded:I,isOpen:L,onClose:U,onManagePreferencesClick:J})=>p(Jo,{dismissable:ba,bannerIsOpen:L,isEmbedded:I,onOpen:Hv,onClose:()=>{ma(),U()},onVendorPageClick:()=>{J(),Si(2)},renderButtonGroup:()=>p(Vr,{experience:$||e,onManagePreferencesClick:J,onAcceptAll:()=>{Fs(),U()},onRejectAll:()=>{Ds(),U()},options:t}),className:"fides-tcf-banner-container"},p(Hp,{purposes:Re,customPurposes:re})),renderModalContent:$?()=>p(Tf,{experience:$,customNotices:X,enabledIds:T,onChange:Kv,activeTabIndex:Gv,onTabChange:Yv}):void 0,renderModalFooter:$?({onClose:I})=>{const L=(U,J)=>{Ve(U,J),I()};return p(Vr,{experience:$,onAcceptAll:()=>{Fs(),I()},onRejectAll:()=>{Ds(),I()},renderFirstButton:()=>p(nt,{buttonType:me.SECONDARY,label:d.t("exp.save_button_label"),onClick:()=>{h({type:fe.BUTTON,label:d.t("exp.save_button_label")}),L(R.SAVE,T)},className:"fides-save-button"}),isInModal:!0,options:t})}:void 0})};var Rf={"static.tcf.consent":"\\u0627\\u0644\\u0645\\u0648\\u0627\\u0641\\u0642\\u0629","static.tcf.cookie_disclosure.also_non_cookie":\'\\u064A\\u0633\\u062A\\u062E\\u062F\\u0645 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0628\\u0627\\u0626\\u0639 \\u0623\\u064A\\u0636\\u064B\\u0627 \\u0637\\u0631\\u0642\\u064B\\u0627 \\u0623\\u062E\\u0631\\u0649 \\u0645\\u062B\\u0644 "\\u0627\\u0644\\u062A\\u062E\\u0632\\u064A\\u0646 \\u0627\\u0644\\u0645\\u062D\\u0644\\u064A" \\u0644\\u062A\\u062E\\u0632\\u064A\\u0646 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062A \\u0627\\u0644\\u0645\\u0648\\u062C\\u0648\\u062F\\u0629 \\u0639\\u0644\\u0649 \\u062C\\u0647\\u0627\\u0632\\u0643 \\u0648\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u064A\\u0647\\u0627.\',"static.tcf.cookie_disclosure.intro":"\\u064A\\u062E\\u0632\\u0646 \\u0645\\u0644\\u0641\\u0627\\u062A \\u062A\\u0639\\u0631\\u064A\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062A\\u0628\\u0627\\u0637 \\u0644\\u0645\\u062F\\u0629 \\u0623\\u0642\\u0635\\u0627\\u0647\\u0627 \\u0639\\u062F\\u0629 \\u0623\\u064A\\u0627\\u0645 \\u062A\\u0642\\u0631\\u064A\\u0628\\u0627:","static.tcf.cookie_disclosure.non_cookie":\'\\u064A\\u0633\\u062A\\u062E\\u062F\\u0645 \\u0637\\u0631\\u0642\\u064B\\u0627 \\u0645\\u062B\\u0644 "\\u0627\\u0644\\u062A\\u062E\\u0632\\u064A\\u0646 \\u0627\\u0644\\u0645\\u062D\\u0644\\u064A" \\u0644\\u062A\\u062E\\u0632\\u064A\\u0646 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062A \\u0627\\u0644\\u0645\\u0648\\u062C\\u0648\\u062F\\u0629 \\u0639\\u0644\\u0649 \\u062C\\u0647\\u0627\\u0632\\u0643 \\u0648\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u064A\\u0647\\u0627.\',"static.tcf.cookie_disclosure.refresh":"\\u0642\\u062F \\u062A\\u064F\\u062D\\u062F\\u0651\\u062B \\u0645\\u0644\\u0641\\u0627\\u062A \\u062A\\u0639\\u0631\\u064A\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062A\\u0628\\u0627\\u0637 \\u0647\\u0630\\u0647.","static.tcf.data_categories":"\\u0641\\u0626\\u0627\\u062A \\u0627\\u0644\\u0628\\u064A\\u0627\\u0646\\u0627\\u062A","static.tcf.features":"\\u0627\\u0644\\u0645\\u064A\\u0632\\u0627\\u062A","static.tcf.features.description":"\\u0633\\u062A\\u062C\\u062F \\u0623\\u062F\\u0646\\u0627\\u0647 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0628\\u0627\\u0644\\u0645\\u064A\\u0632\\u0627\\u062A \\u0627\\u0644\\u062A\\u064A \\u062A\\u064F\\u0639\\u0627\\u0644\\u062C \\u0628\\u064A\\u0627\\u0646\\u0627\\u062A\\u0643 \\u0645\\u0646 \\u0623\\u062C\\u0644\\u0647\\u0627. \\u064A\\u062C\\u0648\\u0632 \\u0644\\u0643 \\u0645\\u0645\\u0627\\u0631\\u0633\\u0629 \\u062D\\u0642\\u0648\\u0642\\u0643 \\u0644\\u0645\\u064A\\u0632\\u0627\\u062A \\u062E\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0633\\u062A\\u062E\\u062F\\u0627\\u0645 \\u0645\\u0641\\u0627\\u062A\\u064A\\u062D \\u0627\\u0644\\u062A\\u0628\\u062F\\u064A\\u0644 \\u0623\\u062F\\u0646\\u0627\\u0647.","static.tcf.legint":"\\u0645\\u0635\\u0644\\u062D\\u0629 \\u0645\\u0634\\u0631\\u0648\\u0639\\u0629","static.tcf.legint_disclosure":"\\u0627\\u0644\\u0625\\u0641\\u0635\\u0627\\u062D \\u0639\\u0646 \\u0627\\u0644\\u0641\\u0627\\u0626\\u062F\\u0629 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639\\u0629","static.tcf.privacy_policy":"\\u0633\\u064A\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062E\\u0635\\u0648\\u0635\\u064A\\u0629","static.tcf.purposes":"\\u0627\\u0644\\u0623\\u063A\\u0631\\u0627\\u0636","static.tcf.purposes.description":"\\u0633\\u062A\\u062C\\u062F \\u0623\\u062F\\u0646\\u0627\\u0647 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0628\\u0627\\u0644\\u0623\\u063A\\u0631\\u0627\\u0636 \\u0648\\u0627\\u0644\\u0645\\u064A\\u0632\\u0627\\u062A \\u0627\\u0644\\u062E\\u0627\\u0635\\u0629 \\u0627\\u0644\\u062A\\u064A \\u062A\\u064F\\u0639\\u0627\\u0644\\u062C \\u0628\\u064A\\u0627\\u0646\\u0627\\u062A\\u0643 \\u0645\\u0646 \\u0623\\u062C\\u0644\\u0647\\u0627. \\u064A\\u062C\\u0648\\u0632 \\u0644\\u0643 \\u0645\\u0645\\u0627\\u0631\\u0633\\u0629 \\u062D\\u0642\\u0648\\u0642\\u0643 \\u0644\\u0623\\u063A\\u0631\\u0627\\u0636 \\u0645\\u062D\\u062F\\u062F\\u0629 \\u0628\\u0646\\u0627\\u0621\\u064B \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0648\\u0627\\u0641\\u0642\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u0635\\u0644\\u062D\\u0629 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639\\u0629 \\u0628\\u0627\\u0633\\u062A\\u062E\\u062F\\u0627\\u0645 \\u0645\\u0641\\u0627\\u062A\\u064A\\u062D \\u0627\\u0644\\u062A\\u0628\\u062F\\u064A\\u0644 \\u0623\\u062F\\u0646\\u0627\\u0647.","static.tcf.retention":"\\u0627\\u0644\\u062D\\u0641\\u0638","static.tcf.retention_period_days":"\\u064A\\u0648\\u0645 (\\u0623\\u064A\\u0627\\u0645)","static.tcf.special_features":"\\u0627\\u0644\\u0645\\u064A\\u0632\\u0627\\u062A \\u0627\\u0644\\u062E\\u0627\\u0635\\u0629","static.tcf.special_purposes":"\\u0623\\u063A\\u0631\\u0627\\u0636 \\u062E\\u0627\\u0635\\u0629","static.tcf.vendors":"\\u0627\\u0644\\u0645\\u0648\\u0631\\u062F\\u0648\\u0646","static.tcf.vendors.description":"\\u0633\\u062A\\u062C\\u062F \\u0623\\u062F\\u0646\\u0627\\u0647 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0628\\u0627\\u0644\\u0645\\u0648\\u0631\\u062F\\u064A\\u0646 \\u0627\\u0644\\u0630\\u064A\\u0646 \\u064A\\u0639\\u0627\\u0644\\u062C\\u0648\\u0646 \\u0628\\u064A\\u0627\\u0646\\u0627\\u062A\\u0643 \\u0648\\u0623\\u063A\\u0631\\u0627\\u0636 \\u0623\\u0648 \\u0645\\u064A\\u0632\\u0627\\u062A \\u0627\\u0644\\u0645\\u0639\\u0627\\u0644\\u062C\\u0629 \\u0627\\u0644\\u062A\\u064A \\u064A\\u0639\\u0644\\u0646\\u0648\\u0646\\u0647\\u0627. \\u064A\\u062C\\u0648\\u0632 \\u0644\\u0643 \\u0645\\u0645\\u0627\\u0631\\u0633\\u0629 \\u062D\\u0642\\u0648\\u0642\\u0643 \\u0645\\u0639 \\u0643\\u0644 \\u0628\\u0627\\u0626\\u0639 \\u0628\\u0646\\u0627\\u0621\\u064B \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u064A \\u0627\\u0644\\u0630\\u064A \\u064A\\u0624\\u0643\\u062F\\u0647.","static.tcf.vendors.iab":"\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646 IAB TCF","static.tcf.vendors.other":"\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646 \\u0622\\u062E\\u0631\\u0648\\u0646","static.tcf.vendors_count":"\\u0628\\u0627\\u0626\\u0639 (\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646)","static.tcf.vendors_using_consent":"\\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646 \\u0627\\u0644\\u0630\\u064A\\u0646 \\u064A\\u0633\\u062A\\u062E\\u062F\\u0645\\u0648\\u0646 \\u0627\\u0644\\u0645\\u0648\\u0627\\u0641\\u0642\\u0629","static.tcf.vendors_using_legint":"\\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646 \\u0627\\u0644\\u0630\\u064A\\u0646 \\u064A\\u0633\\u062A\\u062E\\u062F\\u0645\\u0648\\u0646 \\u0627\\u0644\\u0645\\u0635\\u0644\\u062D\\u0629 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639\\u0629"},Vf={"static.tcf.consent":"\\u0421\\u044A\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435","static.tcf.cookie_disclosure.also_non_cookie":"\\u0422\\u043E\\u0437\\u0438 \\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u043A \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430 \\u0438 \\u0434\\u0440\\u0443\\u0433\\u0438 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0438 \\u043A\\u0430\\u0442\\u043E \\u201C\\u043B\\u043E\\u043A\\u0430\\u043B\\u043D\\u043E \\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u0435\\u201D, \\u0437\\u0430 \\u0434\\u0430 \\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u044F\\u0432\\u0430 \\u0438 \\u0434\\u0430 \\u043F\\u043E\\u043B\\u0443\\u0447\\u0430\\u0432\\u0430 \\u0434\\u043E\\u0441\\u0442\\u044A\\u043F \\u0434\\u043E \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u044F \\u043D\\u0430 \\u0412\\u0430\\u0448\\u0435\\u0442\\u043E \\u0443\\u0441\\u0442\\u0440\\u043E\\u0439\\u0441\\u0442\\u0432\\u043E.","static.tcf.cookie_disclosure.intro":"\\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u044F\\u0432\\u0430 \\u201C\\u0431\\u0438\\u0441\\u043A\\u0432\\u0438\\u0442\\u043A\\u0438\\u201D \\u0441 \\u043C\\u0430\\u043A\\u0441\\u0438\\u043C\\u0430\\u043B\\u043D\\u0430 \\u043F\\u0440\\u043E\\u0434\\u044A\\u043B\\u0436\\u0438\\u0442\\u0435\\u043B\\u043D\\u043E\\u0441\\u0442 \\u043E\\u043A\\u043E\\u043B\\u043E \\u0442\\u043E\\u0437\\u0438 \\u0431\\u0440\\u043E\\u0439 \\u0434\\u043D\\u0438:","static.tcf.cookie_disclosure.non_cookie":"\\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0438 \\u043A\\u0430\\u0442\\u043E \\u201C\\u043B\\u043E\\u043A\\u0430\\u043B\\u043D\\u043E \\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u0435\\u201D \\u0437\\u0430 \\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u044F\\u0432\\u0430\\u043D\\u0435 \\u0438 \\u0434\\u043E\\u0441\\u0442\\u044A\\u043F \\u0434\\u043E \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u044F \\u043D\\u0430 \\u0412\\u0430\\u0448\\u0435\\u0442\\u043E \\u0443\\u0441\\u0442\\u0440\\u043E\\u0439\\u0441\\u0442\\u0432\\u043E.","static.tcf.cookie_disclosure.refresh":"\\u0422\\u0435\\u0437\\u0438 \\u0431\\u0438\\u0441\\u043A\\u0432\\u0438\\u0442\\u043A\\u0438 \\u043C\\u043E\\u0433\\u0430\\u0442 \\u0434\\u0430 \\u0431\\u044A\\u0434\\u0430\\u0442 \\u043E\\u043F\\u0440\\u0435\\u0441\\u043D\\u0435\\u043D\\u0438.","static.tcf.data_categories":"\\u041A\\u0430\\u0442\\u0435\\u0433\\u043E\\u0440\\u0438\\u0438 \\u0434\\u0430\\u043D\\u043D\\u0438","static.tcf.features":"\\u0424\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438","static.tcf.features.description":"\\u041F\\u043E-\\u0434\\u043E\\u043B\\u0443 \\u0449\\u0435 \\u043D\\u0430\\u043C\\u0435\\u0440\\u0438\\u0442\\u0435 \\u0441\\u043F\\u0438\\u0441\\u044A\\u043A \\u043D\\u0430 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438\\u0442\\u0435, \\u0437\\u0430 \\u043A\\u043E\\u0438\\u0442\\u043E \\u0441\\u0435 \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u0432\\u0430\\u0442 \\u0412\\u0430\\u0448\\u0438\\u0442\\u0435 \\u0434\\u0430\\u043D\\u043D\\u0438. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0434\\u0430 \\u0443\\u043F\\u0440\\u0430\\u0436\\u043D\\u044F\\u0432\\u0430\\u0442\\u0435 \\u043F\\u0440\\u0430\\u0432\\u0430\\u0442\\u0430 \\u0441\\u0438 \\u0437\\u0430 \\u0441\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u043D\\u0438 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438, \\u043A\\u0430\\u0442\\u043E \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430\\u0442\\u0435 \\u043F\\u0440\\u0435\\u0432\\u043A\\u043B\\u044E\\u0447\\u0432\\u0430\\u0442\\u0435\\u043B\\u0438\\u0442\\u0435 \\u043F\\u043E-\\u0434\\u043E\\u043B\\u0443.","static.tcf.legint":"\\u0417\\u0430\\u043A\\u043E\\u043D\\u0435\\u043D \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441","static.tcf.legint_disclosure":"\\u0417\\u0430\\u043A\\u043E\\u043D\\u0435\\u043D \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441 \\u0437\\u0430 \\u043E\\u043F\\u043E\\u0432\\u0435\\u0441\\u0442\\u044F\\u0432\\u0430\\u043D\\u0435","static.tcf.privacy_policy":"\\u041F\\u043E\\u043B\\u0438\\u0442\\u0438\\u043A\\u0430 \\u0437\\u0430 \\u0437\\u0430\\u0449\\u0438\\u0442\\u0430 \\u043D\\u0430 \\u043B\\u0438\\u0447\\u043D\\u0438\\u0442\\u0435 \\u0434\\u0430\\u043D\\u043D\\u0438","static.tcf.purposes":"\\u0426\\u0435\\u043B\\u0438","static.tcf.purposes.description":"\\u041F\\u043E-\\u0434\\u043E\\u043B\\u0443 \\u0449\\u0435 \\u043D\\u0430\\u043C\\u0435\\u0440\\u0438\\u0442\\u0435 \\u0441\\u043F\\u0438\\u0441\\u044A\\u043A \\u043D\\u0430 \\u0446\\u0435\\u043B\\u0438\\u0442\\u0435 \\u0438 \\u0441\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u043D\\u0438\\u0442\\u0435 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438, \\u0437\\u0430 \\u043A\\u043E\\u0438\\u0442\\u043E \\u0441\\u0435 \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u0432\\u0430\\u0442 \\u0412\\u0430\\u0448\\u0438\\u0442\\u0435 \\u0434\\u0430\\u043D\\u043D\\u0438. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0434\\u0430 \\u0443\\u043F\\u0440\\u0430\\u0436\\u043D\\u0438\\u0442\\u0435 \\u043F\\u0440\\u0430\\u0432\\u0430\\u0442\\u0430 \\u0441\\u0438 \\u0437\\u0430 \\u043A\\u043E\\u043D\\u043A\\u0440\\u0435\\u0442\\u043D\\u0438 \\u0446\\u0435\\u043B\\u0438, \\u043E\\u0441\\u043D\\u043E\\u0432\\u0430\\u043D\\u0438 \\u043D\\u0430 \\u0441\\u044A\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435 \\u0438\\u043B\\u0438 \\u0437\\u0430\\u043A\\u043E\\u043D\\u0435\\u043D \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441, \\u043A\\u0430\\u0442\\u043E \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430\\u0442\\u0435 \\u043F\\u0440\\u0435\\u0432\\u043A\\u043B\\u044E\\u0447\\u0432\\u0430\\u0442\\u0435\\u043B\\u0438\\u0442\\u0435 \\u043F\\u043E-\\u0434\\u043E\\u043B\\u0443.","static.tcf.retention":"\\u0421\\u044A\\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u0435","static.tcf.retention_period_days":"\\u0434\\u0435\\u043D(\\u0434\\u043D\\u0438)","static.tcf.special_features":"\\u0421\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u043D\\u0438 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438","static.tcf.special_purposes":"\\u0421\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u043D\\u0438 \\u0446\\u0435\\u043B\\u0438","static.tcf.vendors":"\\u0414\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438","static.tcf.vendors.description":"\\u041F\\u043E-\\u0434\\u043E\\u043B\\u0443 \\u0449\\u0435 \\u043D\\u0430\\u043C\\u0435\\u0440\\u0438\\u0442\\u0435 \\u0441\\u043F\\u0438\\u0441\\u044A\\u043A \\u043D\\u0430 \\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438\\u0442\\u0435, \\u043A\\u043E\\u0438\\u0442\\u043E \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u0432\\u0430\\u0442 \\u0412\\u0430\\u0448\\u0438\\u0442\\u0435 \\u0434\\u0430\\u043D\\u043D\\u0438, \\u043A\\u0430\\u043A\\u0442\\u043E \\u0438 \\u0446\\u0435\\u043B\\u0438\\u0442\\u0435 \\u0438\\u043B\\u0438 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438\\u0442\\u0435 \\u043D\\u0430 \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u043A\\u0430\\u0442\\u0430, \\u043A\\u043E\\u0438\\u0442\\u043E \\u0442\\u0435 \\u0434\\u0435\\u043A\\u043B\\u0430\\u0440\\u0438\\u0440\\u0430\\u0442. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0434\\u0430 \\u0443\\u043F\\u0440\\u0430\\u0436\\u043D\\u044F\\u0432\\u0430\\u0442\\u0435 \\u043F\\u0440\\u0430\\u0432\\u0430\\u0442\\u0430 \\u0441\\u0438 \\u0437\\u0430 \\u0432\\u0441\\u0435\\u043A\\u0438 \\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u043A \\u0432\\u044A\\u0437 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0430 \\u043D\\u0430 \\u043F\\u0440\\u0430\\u0432\\u043D\\u043E\\u0442\\u043E \\u043E\\u0441\\u043D\\u043E\\u0432\\u0430\\u043D\\u0438\\u0435, \\u043A\\u043E\\u0435\\u0442\\u043E \\u0442\\u043E\\u0439 \\u0437\\u0430\\u044F\\u0432\\u044F\\u0432\\u0430.","static.tcf.vendors.iab":"\\u0414\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438 \\u043D\\u0430 IAB TCF","static.tcf.vendors.other":"\\u0414\\u0440\\u0443\\u0433\\u0438 \\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438","static.tcf.vendors_count":"\\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u043A(\\u0446\\u0438)","static.tcf.vendors_using_consent":"\\u0414\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438, \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430\\u0449\\u0438 \\u0441\\u044A\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435","static.tcf.vendors_using_legint":"\\u0414\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438, \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430\\u0449\\u0438 \\u0437\\u0430\\u043A\\u043E\\u043D\\u0435\\u043D \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441"},Mf={"static.tcf.consent":"Pristanak","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj dobavlja\\u010D tako\\u0111er koristi druge metode kao \\u0161to je \\u201Elokalna pohrana\\u201C za pohranjivanje i pristup informacijama na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.intro":"pohranjuje kola\\u010Di\\u0107e s maksimalnim trajanjem od otprilike ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \\u0161to je \\u201Elokalna pohrana\\u201C za pohranjivanje i pristup informacijama na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi kola\\u010Di\\u0107i mogu biti osvje\\u017Eeni.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Funkcije","static.tcf.features.description":"U nastavku \\u0107ete prona\\u0107i popis funkcija za koje se va\\u0161i podaci obra\\u0111uju. Svoja prava mo\\u017Eete ostvariti za odre\\u0111ene funkcije koriste\\u0107i prekida\\u010De date dolje.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Objavljivanje legitimnog interesa","static.tcf.privacy_policy":"Politika privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku \\u0107ete prona\\u0107i popis svrha i posebnih funkcija za koje se va\\u0161i podaci obra\\u0111uju. Svoja prava mo\\u017Eete ostvariti za odre\\u0111ene svrhe, a na osnovu pristanka ili legitimnog interesa, koriste\\u0107i prekida\\u010De date dolje.","static.tcf.retention":"Zadr\\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne funkcije","static.tcf.special_purposes":"Posebne svrhe","static.tcf.vendors":"Dobavlja\\u010Di","static.tcf.vendors.description":"U nastavku \\u0107ete prona\\u0107i popis dobavlja\\u010Da koji obra\\u0111uju va\\u0161e podatke, kao i svrhe ili funkcije obrade koje oni deklari\\u0161u. Svoja prava mo\\u017Eete ostvariti za svakog dobavlja\\u010Da na bazi pravne osnove koju oni izjavljuju.","static.tcf.vendors.iab":"IAB TCF dobavlja\\u010Di","static.tcf.vendors.other":"Ostali dobavlja\\u010Di","static.tcf.vendors_count":"dobavlja\\u010D(i)","static.tcf.vendors_using_consent":"Dobavlja\\u010Di koriste pristanak","static.tcf.vendors_using_legint":"Dobavlja\\u010Di koriste legitimni interes"},Uf={"static.tcf.consent":"Consentiment","static.tcf.cookie_disclosure.also_non_cookie":"Aquest prove\\xEFdor tamb\\xE9 utilitza altres m\\xE8todes, com ara l\\u2019 \\u201Cemmagatzematge local\\u201D, per emmagatzemar i accedir a la informaci\\xF3 del vostre dispositiu.","static.tcf.cookie_disclosure.intro":"emmagatzema galetes amb una durada m\\xE0xima d\\u2019aproximadament aquest nombre de dies:","static.tcf.cookie_disclosure.non_cookie":"utilitza m\\xE8todes com ara l\\u2019\\u201Cemmagatzematge local\\u201D per emmagatzemar i accedir a la informaci\\xF3 del vostre dispositiu.","static.tcf.cookie_disclosure.refresh":"Aquestes galetes es poden actualitzar.","static.tcf.data_categories":"Categories de dades","static.tcf.features":"Caracter\\xEDstiques","static.tcf.features.description":"A continuaci\\xF3, trobareu una llista de les caracter\\xEDstiques per a les quals s\\u2019estan tractant les vostres dades. Podeu exercir els vostres drets sobre les caracter\\xEDstiques especials mitjan\\xE7ant els commutadors seg\\xFCents.","static.tcf.legint":"Inter\\xE8s leg\\xEDtim","static.tcf.legint_disclosure":"Declaraci\\xF3 sobre els interessos leg\\xEDtims","static.tcf.privacy_policy":"Pol\\xEDtica de privadesa","static.tcf.purposes":"Finalitats","static.tcf.purposes.description":"A continuaci\\xF3, trobareu una llista de les finalitats i caracter\\xEDstiques especials per a les quals s\\u2019estan tractant les vostres dades. Podeu exercir els vostres drets per a finalitats espec\\xEDfiques, basades en el consentiment o l\\u2019inter\\xE8s leg\\xEDtim, mitjan\\xE7ant els commutadors seg\\xFCents.","static.tcf.retention":"Retenci\\xF3","static.tcf.retention_period_days":"dies","static.tcf.special_features":"Caracter\\xEDstiques especials","static.tcf.special_purposes":"Finalitats especials","static.tcf.vendors":"Prove\\xEFdors","static.tcf.vendors.description":"A continuaci\\xF3, trobareu una llista dels prove\\xEFdors que tracten les vostres dades i les finalitats o caracter\\xEDstiques del tractament que declaren. Podeu exercir els vostres drets per a cadascun dels prove\\xEFdors en funci\\xF3 de la base legal que facin valer.","static.tcf.vendors.iab":"Prove\\xEFdors IAB TCF","static.tcf.vendors.other":"Altres prove\\xEFdors","static.tcf.vendors_count":"prove\\xEFdor(s)","static.tcf.vendors_using_consent":"Prove\\xEFdors que utilitzen el consentiment","static.tcf.vendors_using_legint":"Prove\\xEFdors que utilitzen l\\u2019inter\\xE8s leg\\xEDtim"},Bf={"static.tcf.consent":"Souhlas","static.tcf.cookie_disclosure.also_non_cookie":"Tento dodavatel tak\\xE9 pou\\u017E\\xEDv\\xE1 jin\\xE9 metody jako \\u201Em\\xEDstn\\xED \\xFAlo\\u017Ei\\u0161t\\u011B\\u201C k ukl\\xE1d\\xE1n\\xED a p\\u0159\\xEDstupu k informac\\xEDm na va\\u0161em za\\u0159\\xEDzen\\xED.","static.tcf.cookie_disclosure.intro":"ukl\\xE1d\\xE1 soubory cookie maxim\\xE1ln\\u011B p\\u0159ibli\\u017En\\u011B na n\\xE1sleduj\\xEDc\\xED po\\u010Det dn\\u016F:","static.tcf.cookie_disclosure.non_cookie":"pou\\u017E\\xEDv\\xE1 metody jako \\u201Em\\xEDstn\\xED \\xFAlo\\u017Ei\\u0161t\\u011B\\u201C k ukl\\xE1d\\xE1n\\xED a p\\u0159\\xEDstupu k informac\\xEDm na va\\u0161em za\\u0159\\xEDzen\\xED.","static.tcf.cookie_disclosure.refresh":"Tyto soubory cookie mohou b\\xFDt obnoveny.","static.tcf.data_categories":"Kategorie \\xFAdaj\\u016F","static.tcf.features":"Funkce","static.tcf.features.description":"N\\xED\\u017Ee je uveden seznam funkc\\xED, pro kter\\xE9 se va\\u0161e \\xFAdaje zpracov\\xE1vaj\\xED. Va\\u0161e pr\\xE1va pro speci\\xE1ln\\xED funkce m\\u016F\\u017Eete vyu\\u017E\\xEDt pomoc\\xED knofl\\xEDk\\u016F n\\xED\\u017Ee.","static.tcf.legint":"Legitimn\\xED z\\xE1jem","static.tcf.legint_disclosure":"Zp\\u0159\\xEDstupn\\u011Bn\\xED na z\\xE1klad\\u011B legitimn\\xEDho z\\xE1jmu","static.tcf.privacy_policy":"Z\\xE1sady ochrany osobn\\xEDch \\xFAdaj\\u016F","static.tcf.purposes":"\\xDA\\u010Del","static.tcf.purposes.description":"N\\xED\\u017Ee je uveden seznam \\xFA\\u010Del\\u016F a speci\\xE1ln\\xEDch funkc\\xED, pro kter\\xE9 se va\\u0161e \\xFAdaje zpracov\\xE1vaj\\xED. Va\\u0161e pr\\xE1va m\\u016F\\u017Eete vyu\\u017E\\xEDt pro specifick\\xE9 \\xFA\\u010Dely v souladu se souhlasem nebo legitimn\\xEDm z\\xE1jmem pomoc\\xED knofl\\xEDk\\u016F n\\xED\\u017Ee.","static.tcf.retention":"Ulo\\u017Een\\xED","static.tcf.retention_period_days":"den(dny/\\u016F)","static.tcf.special_features":"Speci\\xE1ln\\xED funkce","static.tcf.special_purposes":"Speci\\xE1ln\\xED \\xFA\\u010Dely","static.tcf.vendors":"Dodavatel\\xE9","static.tcf.vendors.description":"N\\xED\\u017Ee je uveden seznam dodavatel\\u016F zpracov\\xE1vaj\\xEDc\\xEDch va\\u0161e \\xFAdaje a \\xFA\\u010Dely nebo funkce zpracov\\xE1n\\xED, kter\\xE9 uvedli. Sv\\xE1 pr\\xE1va m\\u016F\\u017Eete uplatnit u ka\\u017Ed\\xE9ho dodavatele v souladu s pr\\xE1vn\\xEDm z\\xE1kladem, kter\\xFD pou\\u017E\\xEDv\\xE1.","static.tcf.vendors.iab":"Dodavatel\\xE9 IAB TCF","static.tcf.vendors.other":"Dal\\u0161\\xED dodavatel\\xE9","static.tcf.vendors_count":"dodavatel(\\u016F)","static.tcf.vendors_using_consent":"Dodavatel\\xE9 vyu\\u017E\\xEDvaj\\xEDc\\xED souhlas","static.tcf.vendors_using_legint":"Dodavatel\\xE9 vyu\\u017E\\xEDvaj\\xEDc\\xED legitimn\\xED z\\xE1jem"},Gf={"static.tcf.consent":"Samtykke","static.tcf.cookie_disclosure.also_non_cookie":\'Denne forhandler anvender ogs\\xE5 andre metoder som f.eks. "lokalt lager" til at gemme og tage sig adgang til oplysninger p\\xE5 din enhed.\',"static.tcf.cookie_disclosure.intro":"gemmer cookies med en maksimal varighed p\\xE5 ca. s\\xE5 mange dage:","static.tcf.cookie_disclosure.non_cookie":\'anvender metoder som f.eks. "lokalt lager" til at gemme og tage sig adgang til oplysninger p\\xE5 din enhed.\',"static.tcf.cookie_disclosure.refresh":"Disse cookies kan blive opdateret.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funktioner","static.tcf.features.description":"Nedenfor finder du en liste over de funktioner, hvortil dine data bliver behandlet. Du kan ud\\xF8ve dine rettigheder for s\\xE6rlige funktioner ved hj\\xE6lp af on/off-knapperne nedenfor.","static.tcf.legint":"Legitim interesse","static.tcf.legint_disclosure":"Offentligg\\xF8relse af legitim interesse","static.tcf.privacy_policy":"Fortrolighedspolitik","static.tcf.purposes":"Form\\xE5l","static.tcf.purposes.description":"Nedenfor finder du en liste over de form\\xE5l og s\\xE6rlige funktioner, hvortil dine data bliver behandlet. Du kan ud\\xF8ve dine rettigheder for s\\xE6rlige form\\xE5l, baseret p\\xE5 samtykke eller legitim interesse, ved hj\\xE6lp af on/off-knapperne nedenfor.","static.tcf.retention":"Opbevaring","static.tcf.retention_period_days":"dag(e)","static.tcf.special_features":"S\\xE6rlige funktioner","static.tcf.special_purposes":"S\\xE6rlige form\\xE5l","static.tcf.vendors":"Forhandlere","static.tcf.vendors.description":"Nedenfor finder du en liste over forhandlere, der behandler dine data, og de behandlingsform\\xE5l eller -funktioner, de angiver. Du kan ud\\xF8ve dine rettigheder for hver forhandler baseret p\\xE5 det retsgrundlag, de h\\xE6vder.","static.tcf.vendors.iab":"IAB TCF forhandlere","static.tcf.vendors.other":"Andre forhandlere","static.tcf.vendors_count":"forhandler(e)","static.tcf.vendors_using_consent":"Forhandlere, der anvender samtykke","static.tcf.vendors_using_legint":"Forhandlere, der anvender legitim interesse"},Hf={"static.tcf.consent":"Einwilligung","static.tcf.cookie_disclosure.also_non_cookie":"Dieser Anbieter verwendet auch andere Methoden wie den \\u201Elokalen Speicher\\u201C, um Informationen auf Ihrem Ger\\xE4t zu speichern und darauf zuzugreifen.","static.tcf.cookie_disclosure.intro":"speichert Cookies mit einer maximalen Speicherdauer von etwa so vielen Tagen:","static.tcf.cookie_disclosure.non_cookie":"verwendet Methoden wie den \\u201Elokalen Speicher\\u201C, um Informationen auf Ihrem Ger\\xE4t zu speichern und darauf zuzugreifen.","static.tcf.cookie_disclosure.refresh":"Diese Cookies k\\xF6nnen erneuert werden.","static.tcf.data_categories":"Datenkategorien","static.tcf.features":"Funktionen","static.tcf.features.description":"Nachstehend finden Sie eine Liste der Funktionen, f\\xFCr die Ihre Daten verarbeitet werden. Sie k\\xF6nnen Ihre Rechte in Bezug auf besondere Funktionen aus\\xFCben, indem Sie die nachstehenden Schalter aktivieren oder deaktivieren.","static.tcf.legint":"Berechtigtes Interesse","static.tcf.legint_disclosure":"Offenlegung berechtigtes Interesse","static.tcf.privacy_policy":"Datenschutzrichtlinie","static.tcf.purposes":"Zwecke","static.tcf.purposes.description":"Nachstehend finden Sie eine Liste der Zwecke und besonderen Funktionen, f\\xFCr die Ihre Daten verarbeitet werden. Sie k\\xF6nnen Ihre Rechte f\\xFCr bestimmte Zwecke aus\\xFCben, die auf Ihrer Einwilligung oder einem berechtigten Interesse beruhen, indem Sie die nachstehenden Schalter aktivieren oder deaktivieren.","static.tcf.retention":"Aufbewahrungsdauer","static.tcf.retention_period_days":"Tag(e)","static.tcf.special_features":"Besondere Funktionen","static.tcf.special_purposes":"Besondere Zwecke","static.tcf.vendors":"Anbieter","static.tcf.vendors.description":"Nachstehend finden Sie eine Liste der Anbieter, die Ihre Daten verarbeiten, sowie die Verarbeitungszwecke oder -funktionen, die diese angeben. Sie k\\xF6nnen Ihre Rechte f\\xFCr jeden Anbieter auf Grundlage der von ihm angegebenen Rechtsgrundlage aus\\xFCben.","static.tcf.vendors.iab":"IAB TCF Anbieter","static.tcf.vendors.other":"Andere Anbieter","static.tcf.vendors_count":"Anbieter","static.tcf.vendors_using_consent":"Anbieter mit Einwilligung","static.tcf.vendors_using_legint":"Anbieter mit berechtigtem Interesse"},qf={"static.tcf.consent":"\\u03A3\\u03C5\\u03BD\\u03B1\\u03AF\\u03BD\\u03B5\\u03C3\\u03B7","static.tcf.cookie_disclosure.also_non_cookie":"\\u0391\\u03C5\\u03C4\\u03CC\\u03C2 \\u03BF \\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AE\\u03C2 \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03B5\\u03AF \\u03B5\\u03C0\\u03AF\\u03C3\\u03B7\\u03C2 \\u03AC\\u03BB\\u03BB\\u03B5\\u03C2 \\u03BC\\u03B5\\u03B8\\u03CC\\u03B4\\u03BF\\u03C5\\u03C2, \\u03CC\\u03C0\\u03C9\\u03C2 \\xAB\\u03C4\\u03BF\\u03C0\\u03B9\\u03BA\\u03AE \\u03B1\\u03C0\\u03BF\\u03B8\\u03AE\\u03BA\\u03B5\\u03C5\\u03C3\\u03B7\\xBB, \\u03B3\\u03B9\\u03B1 \\u03C4\\u03B7\\u03BD \\u03B1\\u03C0\\u03BF\\u03B8\\u03AE\\u03BA\\u03B5\\u03C5\\u03C3\\u03B7 \\u03BA\\u03B1\\u03B9 \\u03C4\\u03B7\\u03BD \\u03C0\\u03C1\\u03CC\\u03C3\\u03B2\\u03B1\\u03C3\\u03B7 \\u03C3\\u03B5 \\u03C0\\u03BB\\u03B7\\u03C1\\u03BF\\u03C6\\u03BF\\u03C1\\u03AF\\u03B5\\u03C2 \\u03C3\\u03C4\\u03B7 \\u03C3\\u03C5\\u03C3\\u03BA\\u03B5\\u03C5\\u03AE \\u03C3\\u03B1\\u03C2.","static.tcf.cookie_disclosure.intro":"\\u03B1\\u03C0\\u03BF\\u03B8\\u03B7\\u03BA\\u03B5\\u03CD\\u03B5\\u03B9 cookie \\u03BC\\u03B5 \\u03BC\\u03AD\\u03B3\\u03B9\\u03C3\\u03C4\\u03B7 \\u03B4\\u03B9\\u03AC\\u03C1\\u03BA\\u03B5\\u03B9\\u03B1 \\u03C0\\u03B5\\u03C1\\u03AF\\u03C0\\u03BF\\u03C5 \\u03C4\\u03CC\\u03C3\\u03B5\\u03C2 \\u03B7\\u03BC\\u03AD\\u03C1\\u03B5\\u03C2:","static.tcf.cookie_disclosure.non_cookie":"\\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03B5\\u03AF \\u03BC\\u03B5\\u03B8\\u03CC\\u03B4\\u03BF\\u03C5\\u03C2 \\u03CC\\u03C0\\u03C9\\u03C2 \\u03B7 \\xAB\\u03C4\\u03BF\\u03C0\\u03B9\\u03BA\\u03AE \\u03B1\\u03C0\\u03BF\\u03B8\\u03AE\\u03BA\\u03B5\\u03C5\\u03C3\\u03B7\\xBB \\u03B3\\u03B9\\u03B1 \\u03C4\\u03B7\\u03BD \\u03B1\\u03C0\\u03BF\\u03B8\\u03AE\\u03BA\\u03B5\\u03C5\\u03C3\\u03B7 \\u03BA\\u03B1\\u03B9 \\u03C4\\u03B7\\u03BD \\u03C0\\u03C1\\u03CC\\u03C3\\u03B2\\u03B1\\u03C3\\u03B7 \\u03C3\\u03B5 \\u03C0\\u03BB\\u03B7\\u03C1\\u03BF\\u03C6\\u03BF\\u03C1\\u03AF\\u03B5\\u03C2 \\u03C3\\u03C4\\u03B7 \\u03C3\\u03C5\\u03C3\\u03BA\\u03B5\\u03C5\\u03AE \\u03C3\\u03B1\\u03C2.","static.tcf.cookie_disclosure.refresh":"\\u0391\\u03C5\\u03C4\\u03AC \\u03C4\\u03B1 cookie \\u03B5\\u03BD\\u03B4\\u03AD\\u03C7\\u03B5\\u03C4\\u03B1\\u03B9 \\u03BD\\u03B1 \\u03B1\\u03BD\\u03B1\\u03BD\\u03B5\\u03C9\\u03B8\\u03BF\\u03CD\\u03BD.","static.tcf.data_categories":"\\u039A\\u03B1\\u03C4\\u03B7\\u03B3\\u03BF\\u03C1\\u03AF\\u03B5\\u03C2 \\u03B4\\u03B5\\u03B4\\u03BF\\u03BC\\u03AD\\u03BD\\u03C9\\u03BD","static.tcf.features":"\\u03A7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC","static.tcf.features.description":"\\u03A0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9, \\u03B8\\u03B1 \\u03B2\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BC\\u03B9\\u03B1 \\u03BB\\u03AF\\u03C3\\u03C4\\u03B1 \\u03BC\\u03B5 \\u03C4\\u03B1 \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC \\u03B3\\u03B9\\u03B1 \\u03C4\\u03B1 \\u03BF\\u03C0\\u03BF\\u03AF\\u03B1 \\u03B3\\u03AF\\u03BD\\u03B5\\u03C4\\u03B1\\u03B9 \\u03B5\\u03C0\\u03B5\\u03BE\\u03B5\\u03C1\\u03B3\\u03B1\\u03C3\\u03AF\\u03B1 \\u03C4\\u03C9\\u03BD \\u03B4\\u03B5\\u03B4\\u03BF\\u03BC\\u03AD\\u03BD\\u03C9\\u03BD \\u03C3\\u03B1\\u03C2. \\u039C\\u03C0\\u03BF\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BD\\u03B1 \\u03B1\\u03C3\\u03BA\\u03AE\\u03C3\\u03B5\\u03C4\\u03B5 \\u03C4\\u03B1 \\u03B4\\u03B9\\u03BA\\u03B1\\u03B9\\u03CE\\u03BC\\u03B1\\u03C4\\u03AC \\u03C3\\u03B1\\u03C2 \\u03B3\\u03B9\\u03B1 \\u03B5\\u03B9\\u03B4\\u03B9\\u03BA\\u03AC \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03CE\\u03BD\\u03C4\\u03B1\\u03C2 \\u03C4\\u03B1 \\u03C0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9 \\u03BA\\u03BF\\u03C5\\u03BC\\u03C0\\u03B9\\u03AC \\u03B5\\u03BD\\u03B1\\u03BB\\u03BB\\u03B1\\u03B3\\u03AE\\u03C2.","static.tcf.legint":"\\u0388\\u03BD\\u03BD\\u03BF\\u03BC\\u03BF \\u03C3\\u03C5\\u03BC\\u03C6\\u03AD\\u03C1\\u03BF\\u03BD","static.tcf.legint_disclosure":"\\u0391\\u03C0\\u03BF\\u03BA\\u03AC\\u03BB\\u03C5\\u03C8\\u03B7 \\u03AD\\u03BD\\u03BD\\u03BF\\u03BC\\u03BF\\u03C5 \\u03C3\\u03C5\\u03BC\\u03C6\\u03AD\\u03C1\\u03BF\\u03BD\\u03C4\\u03BF\\u03C2","static.tcf.privacy_policy":"\\u03A0\\u03BF\\u03BB\\u03B9\\u03C4\\u03B9\\u03BA\\u03AE \\u03B1\\u03C0\\u03BF\\u03C1\\u03C1\\u03AE\\u03C4\\u03BF\\u03C5","static.tcf.purposes":"\\u03A3\\u03BA\\u03BF\\u03C0\\u03BF\\u03AF","static.tcf.purposes.description":"\\u03A0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9, \\u03B8\\u03B1 \\u03B2\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BC\\u03B9\\u03B1 \\u03BB\\u03AF\\u03C3\\u03C4\\u03B1 \\u03BC\\u03B5 \\u03C4\\u03BF\\u03C5\\u03C2 \\u03C3\\u03BA\\u03BF\\u03C0\\u03BF\\u03CD\\u03C2 \\u03BA\\u03B1\\u03B9 \\u03C4\\u03B1 \\u03B5\\u03B9\\u03B4\\u03B9\\u03BA\\u03AC \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC \\u03B3\\u03B9\\u03B1 \\u03C4\\u03B1 \\u03BF\\u03C0\\u03BF\\u03AF\\u03B1 \\u03B3\\u03AF\\u03BD\\u03B5\\u03C4\\u03B1\\u03B9 \\u03B5\\u03C0\\u03B5\\u03BE\\u03B5\\u03C1\\u03B3\\u03B1\\u03C3\\u03AF\\u03B1 \\u03C4\\u03C9\\u03BD \\u03B4\\u03B5\\u03B4\\u03BF\\u03BC\\u03AD\\u03BD\\u03C9\\u03BD \\u03C3\\u03B1\\u03C2. \\u039C\\u03C0\\u03BF\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BD\\u03B1 \\u03B1\\u03C3\\u03BA\\u03AE\\u03C3\\u03B5\\u03C4\\u03B5 \\u03C4\\u03B1 \\u03B4\\u03B9\\u03BA\\u03B1\\u03B9\\u03CE\\u03BC\\u03B1\\u03C4\\u03AC \\u03C3\\u03B1\\u03C2 \\u03B3\\u03B9\\u03B1 \\u03C3\\u03C5\\u03B3\\u03BA\\u03B5\\u03BA\\u03C1\\u03B9\\u03BC\\u03AD\\u03BD\\u03BF\\u03C5\\u03C2 \\u03C3\\u03BA\\u03BF\\u03C0\\u03BF\\u03CD\\u03C2, \\u03B2\\u03AC\\u03C3\\u03B5\\u03B9 \\u03C3\\u03C5\\u03BD\\u03B1\\u03AF\\u03BD\\u03B5\\u03C3\\u03B7\\u03C2 \\u03AE \\u03AD\\u03BD\\u03BD\\u03BF\\u03BC\\u03BF\\u03C5 \\u03C3\\u03C5\\u03BC\\u03C6\\u03AD\\u03C1\\u03BF\\u03BD\\u03C4\\u03BF\\u03C2, \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03CE\\u03BD\\u03C4\\u03B1\\u03C2 \\u03C4\\u03B1 \\u03C0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9 \\u03BA\\u03BF\\u03C5\\u03BC\\u03C0\\u03B9\\u03AC \\u03B5\\u03BD\\u03B1\\u03BB\\u03BB\\u03B1\\u03B3\\u03AE\\u03C2.","static.tcf.retention":"\\u0394\\u03B9\\u03B1\\u03C4\\u03AE\\u03C1\\u03B7\\u03C3\\u03B7","static.tcf.retention_period_days":"\\u03B7\\u03BC\\u03AD\\u03C1\\u03B1(-\\u03B5\\u03C2)","static.tcf.special_features":"\\u0395\\u03B9\\u03B4\\u03B9\\u03BA\\u03AC \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC","static.tcf.special_purposes":"\\u0395\\u03B9\\u03B4\\u03B9\\u03BA\\u03BF\\u03AF \\u03C3\\u03BA\\u03BF\\u03C0\\u03BF\\u03AF","static.tcf.vendors":"\\u03A0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2","static.tcf.vendors.description":"\\u03A0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9, \\u03B8\\u03B1 \\u03B2\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BC\\u03B9\\u03B1 \\u03BB\\u03AF\\u03C3\\u03C4\\u03B1 \\u03BC\\u03B5 \\u03C4\\u03BF\\u03C5\\u03C2 \\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03B5\\u03C0\\u03B5\\u03BE\\u03B5\\u03C1\\u03B3\\u03AC\\u03B6\\u03BF\\u03BD\\u03C4\\u03B1\\u03B9 \\u03C4\\u03B1 \\u03B4\\u03B5\\u03B4\\u03BF\\u03BC\\u03AD\\u03BD\\u03B1 \\u03C3\\u03B1\\u03C2 \\u03BA\\u03B1\\u03B9 \\u03C4\\u03BF\\u03C5\\u03C2 \\u03C3\\u03BA\\u03BF\\u03C0\\u03BF\\u03CD\\u03C2 \\u03AE \\u03C4\\u03B1 \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC \\u03C4\\u03B7\\u03C2 \\u03B5\\u03C0\\u03B5\\u03BE\\u03B5\\u03C1\\u03B3\\u03B1\\u03C3\\u03AF\\u03B1\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03B4\\u03B7\\u03BB\\u03CE\\u03BD\\u03BF\\u03C5\\u03BD. \\u039C\\u03C0\\u03BF\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BD\\u03B1 \\u03B1\\u03C3\\u03BA\\u03AE\\u03C3\\u03B5\\u03C4\\u03B5 \\u03C4\\u03B1 \\u03B4\\u03B9\\u03BA\\u03B1\\u03B9\\u03CE\\u03BC\\u03B1\\u03C4\\u03AC \\u03C3\\u03B1\\u03C2 \\u03B3\\u03B9\\u03B1 \\u03BA\\u03AC\\u03B8\\u03B5 \\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AE \\u03B2\\u03AC\\u03C3\\u03B5\\u03B9 \\u03C4\\u03B7\\u03C2 \\u03BD\\u03BF\\u03BC\\u03B9\\u03BA\\u03AE\\u03C2 \\u03B2\\u03AC\\u03C3\\u03B7\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03B1\\u03BE\\u03B9\\u03CE\\u03BD\\u03B5\\u03B9.","static.tcf.vendors.iab":"\\u03A0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2 IAB TCF","static.tcf.vendors.other":"\\u039B\\u03BF\\u03B9\\u03C0\\u03BF\\u03AF \\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2","static.tcf.vendors_count":"\\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AE\\u03C2(-\\u03AD\\u03C2)","static.tcf.vendors_using_consent":"\\u03A0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03BF\\u03CD\\u03BD \\u03C3\\u03C5\\u03BD\\u03B1\\u03AF\\u03BD\\u03B5\\u03C3\\u03B7","static.tcf.vendors_using_legint":"\\u03A0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03BF\\u03CD\\u03BD \\u03AD\\u03BD\\u03BD\\u03BF\\u03BC\\u03BF \\u03C3\\u03C5\\u03BC\\u03C6\\u03AD\\u03C1\\u03BF\\u03BD"},Kf={"static.tcf.consent":"Consent","static.tcf.cookie_disclosure.also_non_cookie":\'This vendor also uses other methods like "local storage" to store and access information on your device.\',"static.tcf.cookie_disclosure.intro":"stores cookies with a maximum duration of about this many days:","static.tcf.cookie_disclosure.non_cookie":\'uses methods like "local storage" to store and access information on your device.\',"static.tcf.cookie_disclosure.refresh":"These cookies may be refreshed.","static.tcf.data_categories":"Data categories","static.tcf.features":"Features","static.tcf.features.description":"Below, you will find a list of the features for which your data is being processed. You may exercise your rights for special features using the toggles below.","static.tcf.iab":"IAB TCF","static.tcf.legint":"Legitimate interest","static.tcf.legint_disclosure":"Legitimate interest disclosure","static.tcf.privacy_policy":"Privacy policy","static.tcf.purposes":"Purposes","static.tcf.purposes.description":"Below, you will find a list of the purposes and special features for which your data is being processed. You may exercise your rights for specific purposes, based on consent or legitimate interest, using the toggles below.","static.tcf.retention":"Retention","static.tcf.retention_period_days":"day(s)","static.tcf.special_features":"Special features","static.tcf.special_purposes":"Special purposes","static.tcf.vendors":"Vendors","static.tcf.vendors.description":"Below, you will find a list of vendors processing your data and the purposes or features of processing they declare. You may exercise your rights for each vendor based on the legal basis they assert.","static.tcf.vendors.iab":"IAB TCF Vendors","static.tcf.vendors.other":"Other vendors","static.tcf.vendors_count":"vendor(s)","static.tcf.vendors_using_consent":"Vendors using consent","static.tcf.vendors_using_legint":"Vendors using legitimate interest"},Yf={"static.tcf.consent":"Consentimiento","static.tcf.cookie_disclosure.also_non_cookie":"Este proveedor tambi\\xE9n utiliza otros m\\xE9todos como el \\xABalmacenamiento local\\xBB para almacenar y acceder a informaci\\xF3n en su dispositivo.","static.tcf.cookie_disclosure.intro":"almacena cookies con una duraci\\xF3n m\\xE1xima de aproximadamente este n\\xFAmero de d\\xEDas:","static.tcf.cookie_disclosure.non_cookie":"utiliza m\\xE9todos como el \\xABalmacenamiento local\\xBB para almacenar y acceder a informaci\\xF3n en su dispositivo.","static.tcf.cookie_disclosure.refresh":"Estas cookies se pueden actualizar.","static.tcf.data_categories":"Categor\\xEDas de datos","static.tcf.features":"Caracter\\xEDsticas","static.tcf.features.description":"A continuaci\\xF3n encontrar\\xE1 una lista de las caracter\\xEDsticas para las que se est\\xE1n procesando sus datos. Con los siguientes botones puede ejercer sus derechos para caracter\\xEDsticas especiales.","static.tcf.legint":"Inter\\xE9s leg\\xEDtimo","static.tcf.legint_disclosure":"Revelaci\\xF3n de inter\\xE9s leg\\xEDtimo","static.tcf.privacy_policy":"Pol\\xEDtica de privacidad","static.tcf.purposes":"Prop\\xF3sitos","static.tcf.purposes.description":"A continuaci\\xF3n encontrar\\xE1 una lista de los prop\\xF3sitos y caracter\\xEDsticas especiales para los que se est\\xE1n procesando sus datos. Con los siguientes botones puede ejercer sus derechos para prop\\xF3sitos espec\\xEDficos bas\\xE1ndose en el consentimiento o inter\\xE9s leg\\xEDtimo.","static.tcf.retention":"Conservaci\\xF3n","static.tcf.retention_period_days":"d\\xEDa(s)","static.tcf.special_features":"Caracter\\xEDsticas especiales","static.tcf.special_purposes":"Prop\\xF3sitos especiales","static.tcf.vendors":"Proveedores","static.tcf.vendors.description":"A continuaci\\xF3n encontrar\\xE1 una lista de los proveedores que procesan sus datos y los prop\\xF3sitos o caracter\\xEDsticas de procesamiento que declaran. Puede ejercer sus derechos para cada proveedor bas\\xE1ndose en la base legal que afirman.","static.tcf.vendors.iab":"Proveedores IAB TCF","static.tcf.vendors.other":"Otros proveedores","static.tcf.vendors_count":"proveedor(es)","static.tcf.vendors_using_consent":"Proveedores que utilizan el consentimiento","static.tcf.vendors_using_legint":"Proveedores que utilizan el inter\\xE9s leg\\xEDtimo"},Wf={"static.tcf.consent":"Consentimiento","static.tcf.cookie_disclosure.also_non_cookie":"Este proveedor tambi\\xE9n una otros m\\xE9todos como \\u201Calmacenamiento local\\u201D para almacenar y acceder a informaci\\xF3n en su dispositivo.","static.tcf.cookie_disclosure.intro":"almacena cookies con una duraci\\xF3n m\\xE1xima de alrededor de estos d\\xEDas.","static.tcf.cookie_disclosure.non_cookie":"usa m\\xE9todos como \\u201Calmacenamiento local\\u201D para almacenar y acceder a informaci\\xF3n en su dispositivo.","static.tcf.cookie_disclosure.refresh":"Estas cookies se pueden actualizar.","static.tcf.data_categories":"Categor\\xEDas de datos","static.tcf.features":"Caracter\\xEDsticas","static.tcf.features.description":"A continuaci\\xF3n, encontrar\\xE1 una lista de las caracter\\xEDsticas para las que se est\\xE1n procesando sus datos. Puede ejercer sus derechos para las caracter\\xEDsticas especiales usando los botones a continuaci\\xF3n.","static.tcf.legint":"Inter\\xE9s leg\\xEDtimo","static.tcf.legint_disclosure":"Divulgaci\\xF3n de inter\\xE9s leg\\xEDtimo","static.tcf.privacy_policy":"Pol\\xEDtica de privacidad","static.tcf.purposes":"Prop\\xF3sitos","static.tcf.purposes.description":"A continuaci\\xF3n, encontrar\\xE1 una lista de los prop\\xF3sitos y caracter\\xEDsticas especiales para los que se est\\xE1n procesando sus datos. Puede ejercer sus derechos para prop\\xF3sitos espec\\xEDficos, bas\\xE1ndose en el consentimiento o inter\\xE9s leg\\xEDtimo, usando los botones a continuaci\\xF3n.","static.tcf.retention":"Retenci\\xF3n","static.tcf.retention_period_days":"d\\xEDa(s)","static.tcf.special_features":"Caracter\\xEDsticas especiales","static.tcf.special_purposes":"Prop\\xF3sitos especiales","static.tcf.vendors":"Proveedores","static.tcf.vendors.description":"A continuaci\\xF3n, encontrar\\xE1 una lista de los proveedores que procesan sus datos y los prop\\xF3sitos o caracter\\xEDsticas de procesamiento que ellos declaran. Puede ejercer sus derechos para cada proveedor bas\\xE1ndose en la base legal que afirman.","static.tcf.vendors.iab":"Proveedores IAB TCF","static.tcf.vendors.other":"Otros proveedores","static.tcf.vendors_count":"proveedor(es)","static.tcf.vendors_using_consent":"Proveedores que usan consentimiento","static.tcf.vendors_using_legint":"Proveedores que usan inter\\xE9s leg\\xEDtimo"},Jf={"static.tcf.consent":"N\\xF5usolek","static.tcf.cookie_disclosure.also_non_cookie":"See kaupmees kasutab ka muid meetodeid, nt \\u201Ekohalik salvestusruum\\u201C, et hoida ja kasutada teavet teie seadmes.","static.tcf.cookie_disclosure.intro":"salvestab k\\xFCpsiseid, mille maksimaalne kestvus on umbes nii mitu p\\xE4eva:","static.tcf.cookie_disclosure.non_cookie":"kasutab selliseid meetodeid nagu \\u201Ekohalik salvestusruum\\u201C, et hoida ja kasutada teavet teie seadmes.","static.tcf.cookie_disclosure.refresh":"Neid k\\xFCpsiseid v\\xF5idakse uuendada.","static.tcf.data_categories":"Andmekategooriad","static.tcf.features":"Funktsioonid","static.tcf.features.description":"Allpool on esitatud loetelu funktsioonidest, mille nimel teie andmeid t\\xF6\\xF6deldakse Vastavaid l\\xFCliteid kasutades v\\xF5ite kasutada oma \\xF5igusi erifunktsioonidele.","static.tcf.legint":"\\xD5igustatud huvi","static.tcf.legint_disclosure":"\\xD5igustatud huvi avaldus","static.tcf.privacy_policy":"Privaatsuseeskiri","static.tcf.purposes":"Eesm\\xE4rgid","static.tcf.purposes.description":"Allpool on esitatud loetelu teie andmete t\\xF6\\xF6tlemise eesm\\xE4rkidest ja erifunktsioonidest. Alltoodud l\\xFCliteid kasutades v\\xF5ite kasutada oma \\xF5igusi konkreetsetel eesm\\xE4rkidel, mis p\\xF5hinevad n\\xF5usolekul v\\xF5i \\xF5igustatud huvil.","static.tcf.retention":"S\\xE4ilitamine","static.tcf.retention_period_days":"p\\xE4ev(a)","static.tcf.special_features":"Erifunktsioonid","static.tcf.special_purposes":"Erieesm\\xE4rgid","static.tcf.vendors":"Kaupmehed","static.tcf.vendors.description":"Allpool on esitatud loetelu kaupmeestest, kes teie andmeid t\\xF6\\xF6tlevad, ja nende esitatud t\\xF6\\xF6tlemise eesm\\xE4rkidest v\\xF5i funktsioonidest. V\\xF5ite rakendada oma \\xF5igusi vastavalt iga kaupmehe esitatud \\xF5iguslikule alusele.","static.tcf.vendors.iab":"IAB ja TCF-i kaupmehed","static.tcf.vendors.other":"Muud kaupmehed","static.tcf.vendors_count":"kaupmees(t)","static.tcf.vendors_using_consent":"N\\xF5usolekut kasutavad kaupmehed","static.tcf.vendors_using_legint":"\\xD5igustatud huvi kasutavad kaupmehed"},Zf={"static.tcf.consent":"Baimena","static.tcf.cookie_disclosure.also_non_cookie":\'Hornitzaile horrek beste metodo batzuk ere erabiltzen ditu, hala nola "biltegiratze lokala", gailuan informazioa gordetzeko eta atzitzeko.\',"static.tcf.cookie_disclosure.intro":"hornitzaileak cookieak biltegiratzen ditu gehienez ere honenbeste egun:","static.tcf.cookie_disclosure.non_cookie":\'hornitzaileak "biltegiratze lokala\\u201D bezalako metodoak erabiltzen ditu, gailuan informazioa gordetzeko eta atzitzeko.\',"static.tcf.cookie_disclosure.refresh":"Cookie hauek eguneratu egin daitezke.","static.tcf.data_categories":"Datuen kategoriak","static.tcf.features":"Ezaugarriak","static.tcf.features.description":"Azpian, zure datuak prozesatzeko erabiltzen diren ezaugarrien zerrenda aurkituko duzu. Ezaugarri bereziei aurka egiteko eskubideak erabil ditzakezu ondorengo botoiekin.","static.tcf.legint":"Interes legitimoa","static.tcf.legint_disclosure":"Interes legitimoen jakinarazpena","static.tcf.privacy_policy":"Pribatutasun-politika","static.tcf.purposes":"Xedeak","static.tcf.purposes.description":"Azpian, zure datuak prozesatzeko erabiltzen diren xede eta ezaugarri berezien zerrenda aurkituko duzu. Berariazko xedeei aurka egiteko eskubideak erabil ditzakezu, baimenean edo interes legitimoan oinarrituta, ondorengo botoiekin.","static.tcf.retention":"Atxikipena","static.tcf.retention_period_days":"egun","static.tcf.special_features":"Ezaugarri bereziak","static.tcf.special_purposes":"Xede bereziak","static.tcf.vendors":"Hornitzaileak","static.tcf.vendors.description":"Azpian, zure datuak prozesatzen dituzten hornitzaileen zerrenda aurkituko duzu, bai eta adierazten dituzten prozesamenduaren xede edo ezaugarriak ere. Saltzaile bakoitzari aurka egiteko eskubideak erabil ditzakezu, baieztatzen duten oinarri juridikoaren arabera.","static.tcf.vendors.iab":"IAB TCF hornitzaileak","static.tcf.vendors.other":"Beste hornitzaile batzuk","static.tcf.vendors_count":"hornitzaile","static.tcf.vendors_using_consent":"Baimena erabiltzen duten hornitzaileak","static.tcf.vendors_using_legint":"Interes legitimoa erabiltzen duten hornitzaileak"},Qf={"static.tcf.consent":"Suostumus","static.tcf.cookie_disclosure.also_non_cookie":"T\\xE4m\\xE4 toimittaja k\\xE4ytt\\xE4\\xE4 my\\xF6s muita menetelmi\\xE4, kuten \\u201Dpaikallista tallennusta\\u201D tietojen tallentamiseen ja k\\xE4ytt\\xE4miseen laitteella.","static.tcf.cookie_disclosure.intro":"tallentaa ev\\xE4steit\\xE4, joiden enimm\\xE4iskesto on p\\xE4iviss\\xE4 noin:","static.tcf.cookie_disclosure.non_cookie":"k\\xE4ytt\\xE4\\xE4 menetelmi\\xE4, kuten \\u201Dpaikallista tallennusta\\u201D tietojen tallentamiseen ja k\\xE4ytt\\xE4miseen laitteella.","static.tcf.cookie_disclosure.refresh":"N\\xE4it\\xE4 ev\\xE4steit\\xE4 voidaan p\\xE4ivitt\\xE4\\xE4.","static.tcf.data_categories":"Tietoluokat","static.tcf.features":"Ominaisuudet","static.tcf.features.description":"Alla olevassa luettelossa esitet\\xE4\\xE4n ominaisuudet, joita varten tietojanne k\\xE4sitell\\xE4\\xE4n. Voitte k\\xE4ytt\\xE4\\xE4 erityisi\\xE4 ominaisuuksia koskevia oikeuksianne alla olevilla valitsimilla.","static.tcf.legint":"Oikeutetut edut","static.tcf.legint_disclosure":"Ilmoitus oikeutetusta edusta","static.tcf.privacy_policy":"Tietosuojak\\xE4yt\\xE4nt\\xF6","static.tcf.purposes":"Tarkoitukset","static.tcf.purposes.description":"Alla olevassa luettelossa esitet\\xE4\\xE4n tarkoitukset ja erityiset ominaisuudet, joita varten tietojanne k\\xE4sitell\\xE4\\xE4n. Voitte k\\xE4ytt\\xE4\\xE4 oikeuksianne tiettyihin suostumuksen tai oikeutetun edun perusteella k\\xE4ytettyihin tarkoituksiin alla olevilla valitsimilla.","static.tcf.retention":"S\\xE4ilytt\\xE4minen","static.tcf.retention_period_days":"p\\xE4iv\\xE4(\\xE4)","static.tcf.special_features":"Erityiset ominaisuudet","static.tcf.special_purposes":"Erityiset tarkoitukset","static.tcf.vendors":"Toimittajat","static.tcf.vendors.description":"Alla olevassa luettelossa esitet\\xE4\\xE4n luettelo tietojanne k\\xE4sittelevist\\xE4 toimittajista ja niiden ilmoittamien k\\xE4sittelyn tarkoituksesta tai ominaisuuksista. Voitte k\\xE4ytt\\xE4\\xE4 oikeuksianne kunkin toimittajan kohdalla niiden esitt\\xE4mien oikeusperusteiden perusteilla.","static.tcf.vendors.iab":"IAB TCF toimittajat","static.tcf.vendors.other":"Muut toimittajat","static.tcf.vendors_count":"toimittaja(t)","static.tcf.vendors_using_consent":"Toimittajat, jotka k\\xE4ytt\\xE4v\\xE4t suostumusta","static.tcf.vendors_using_legint":"Toimittajat, jotka k\\xE4ytt\\xE4v\\xE4t oikeutettua etua"},Xf={"static.tcf.consent":"Consentement","static.tcf.cookie_disclosure.also_non_cookie":"Ce fournisseur utilise \\xE9galement d\\u2019autres m\\xE9thodes de \\xAB\\xA0stockage local\\xA0\\xBB pour stocker les informations pr\\xE9sentes sur votre appareil et y acc\\xE9der.","static.tcf.cookie_disclosure.intro":"stocke les cookies pour une dur\\xE9e maximale approximative du nombre de jours suivants\\xA0:","static.tcf.cookie_disclosure.non_cookie":"utilise des m\\xE9thodes comme le \\xAB\\xA0stockage local\\xA0\\xBB pour stocker les informations pr\\xE9sentes sur votre appareil et y acc\\xE9der.","static.tcf.cookie_disclosure.refresh":"Ces cookies peuvent \\xEAtre actualis\\xE9s.","static.tcf.data_categories":"Cat\\xE9gories de donn\\xE9es","static.tcf.features":"Fonctions","static.tcf.features.description":"Vous trouverez ci-dessous une liste des fonctions dans le cadre desquelles nous traitons vos donn\\xE9es. Vous pouvez exercer vos droits pour les fonctions sp\\xE9ciales en utilisant les commutateurs ci-dessous.","static.tcf.legint":"Int\\xE9r\\xEAt l\\xE9gitime","static.tcf.legint_disclosure":"Avis sur l\\u2019int\\xE9r\\xEAt l\\xE9gitime","static.tcf.privacy_policy":"Politique de confidentialit\\xE9","static.tcf.purposes":"Finalit\\xE9s","static.tcf.purposes.description":"Vous trouverez ci-dessous une liste des finalit\\xE9s et des fonctions sp\\xE9ciales dans le cadre desquelles nous traitons vos donn\\xE9es. Vous pouvez exercer vos droits pour les usages sp\\xE9cifiques, sur la base du consentement ou de l\\u2019int\\xE9r\\xEAt l\\xE9gitime, en utilisant les commutateurs ci-dessous.","static.tcf.retention":"R\\xE9tention","static.tcf.retention_period_days":"jour(s)","static.tcf.special_features":"Fonctions sp\\xE9ciales","static.tcf.special_purposes":"Usages sp\\xE9cifiques","static.tcf.vendors":"Fournisseurs","static.tcf.vendors.description":"Vous trouverez ci-dessous une liste des fournisseurs qui traitent vos donn\\xE9es, ainsi que les finalit\\xE9s ou les fonctions d\\xE9clar\\xE9es dans le cadre de ce traitement. Vous pouvez exercer vos droits pour chaque fournisseur au regard de la base juridique invoqu\\xE9e.","static.tcf.vendors.iab":"Fournisseurs TCF IAB","static.tcf.vendors.other":"Autres fournisseurs","static.tcf.vendors_count":"fournisseur(s)","static.tcf.vendors_using_consent":"Fournisseurs utilisant le consentement","static.tcf.vendors_using_legint":"Fournisseurs utilisant l\\u2019int\\xE9r\\xEAt l\\xE9gitime"},ev={"static.tcf.consent":"Consentement","static.tcf.cookie_disclosure.also_non_cookie":"Ce fournisseur utilise \\xE9galement d\\u2019autres m\\xE9thodes comme \\xAB\\xA0le stockage local\\xA0\\xBB pour conserver et acc\\xE9der \\xE0 l\\u2019information sur votre appareil.","static.tcf.cookie_disclosure.intro":"conserve les t\\xE9moins sur une dur\\xE9e maximale de tant de jours :","static.tcf.cookie_disclosure.non_cookie":"utilise des m\\xE9thodes comme le \\xAB\\xA0stockage local\\xA0\\xBB pour conserver et acc\\xE9der \\xE0 l\\u2019information sur votre appareil.","static.tcf.cookie_disclosure.refresh":"Ces t\\xE9moins peuvent \\xEAtre rafra\\xEEchis.","static.tcf.data_categories":"Cat\\xE9gories de donn\\xE9es","static.tcf.features":"Fonctionnalit\\xE9s","static.tcf.features.description":"Vous trouverez ci-dessous une liste des fonctionnalit\\xE9s associ\\xE9es au traitement de vos donn\\xE9es. Vous pouvez exercer vos droits pour les fonctionnalit\\xE9s sp\\xE9ciales \\xE0 l\\u2019aide des touches \\xE0 bascule ci-dessous.","static.tcf.legint":"Int\\xE9r\\xEAt l\\xE9gitime","static.tcf.legint_disclosure":"Divulgation d\\u2019un int\\xE9r\\xEAt l\\xE9gitime","static.tcf.privacy_policy":"Politique de confidentialit\\xE9","static.tcf.purposes":"Objectifs","static.tcf.purposes.description":"Vous trouverez ci-dessous une liste des objectifs et des fonctionnalit\\xE9s sp\\xE9ciales permettant le traitement de vos donn\\xE9es. \\xC0 l\\u2019aide des touches \\xE0 bascule, vous pouvez exercer vos droits pour des objectifs particuliers, sur la base de consentement ou d\\u2019int\\xE9r\\xEAt l\\xE9gitime.","static.tcf.retention":"R\\xE9tention","static.tcf.retention_period_days":"jour(s)","static.tcf.special_features":"Fonctionnalit\\xE9s sp\\xE9ciales","static.tcf.special_purposes":"Objectifs particuliers","static.tcf.vendors":"Fournisseurs","static.tcf.vendors.description":"Vous trouverez ci-dessous une liste des fournisseurs qui traitent vos donn\\xE9es et les objectifs ou fonctionnalit\\xE9s de traitement qu\\u2019ils d\\xE9clarent. Vous pouvez exercer vos droits pour chaque fournisseur suivant la base l\\xE9gale qu\\u2019ils font valoir.","static.tcf.vendors.iab":"Fournisseurs IAB TCF","static.tcf.vendors.other":"Autres fournisseurs","static.tcf.vendors_count":"fournisseur(s)","static.tcf.vendors_using_consent":"Fournisseurs utilisant le consentement","static.tcf.vendors_using_legint":"Fournisseurs utilisant l\\u2019int\\xE9r\\xEAt l\\xE9gitime"},tv={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":\'Este subministrador tam\\xE9n emprega outros m\\xE9todos, como "almacenamento local" para gardar e acceder a informaci\\xF3n do seu dispositivo.\',"static.tcf.cookie_disclosure.intro":"almacena cookies cunha duraci\\xF3n m\\xE1xima aproximada destes d\\xEDas:","static.tcf.cookie_disclosure.non_cookie":\'emprega m\\xE9todos como "almacenamento local" para gardar e acceder a informaci\\xF3n do seu dispositivo.\',"static.tcf.cookie_disclosure.refresh":"Estas cookies poden refrescarse.","static.tcf.data_categories":"Categor\\xEDas de datos","static.tcf.features":"Funci\\xF3ns","static.tcf.features.description":"A continuaci\\xF3n atopar\\xE1 unha listaxe das funci\\xF3ns para as que se procesan os seus datos. Pode exercer os seus dereitos para funci\\xF3ns especiais utilizando as seguintes teclas.","static.tcf.legint":"Interese lex\\xEDtimo","static.tcf.legint_disclosure":"Divulgaci\\xF3n de intereses lex\\xEDtimos","static.tcf.privacy_policy":"Pol\\xEDtica de privacidade","static.tcf.purposes":"Prop\\xF3sitos","static.tcf.purposes.description":"A continuaci\\xF3n atopar\\xE1 unha listaxe dos prop\\xF3sitos e funci\\xF3ns especiais para as que se procesan os seus datos. Pode exercer os seus dereitos para prop\\xF3sitos especiais, segundo o consentimento ou interese lex\\xEDtimo, utilizando as seguintes teclas.","static.tcf.retention":"Retenci\\xF3n","static.tcf.retention_period_days":"d\\xEDa(s)","static.tcf.special_features":"Funci\\xF3ns especiais","static.tcf.special_purposes":"Prop\\xF3sitos especiais","static.tcf.vendors":"Provedores","static.tcf.vendors.description":"A continuaci\\xF3n atopar\\xE1 unha listaxe dos provedores que procesan os seus datos e os prop\\xF3sitos ou funci\\xF3ns de procesamento que declaran. Pode exercer os seus dereitos para cada provedor segundo a base xur\\xEDdica que faga valer.","static.tcf.vendors.iab":"Provedores IAB TCF","static.tcf.vendors.other":"Outros subministradores","static.tcf.vendors_count":"subministrador(es)","static.tcf.vendors_using_consent":"Subministradores que empregan consentimento","static.tcf.vendors_using_legint":"Subministradores que empregan interese lex\\xEDtimo"},iv={"static.tcf.consent":"\\u0938\\u0939\\u092E\\u0924\\u093F","static.tcf.cookie_disclosure.also_non_cookie":\'\\u092F\\u0939 \\u0935\\u0947\\u0902\\u0921\\u0930 \\u0906\\u092A\\u0915\\u0940 \\u0921\\u093F\\u0935\\u093E\\u0907\\u0938 \\u092A\\u0930 \\u091C\\u093E\\u0928\\u0915\\u093E\\u0930\\u0940 \\u0938\\u0902\\u0917\\u094D\\u0930\\u0939\\u0940\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0909\\u0938 \\u0924\\u0915 \\u092A\\u0939\\u0941\\u0902\\u091A\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093F\\u090F "\\u0938\\u094D\\u0925\\u093E\\u0928\\u0940\\u092F \\u092D\\u0902\\u0921\\u093E\\u0930\\u0923" \\u091C\\u0948\\u0938\\u0940 \\u0905\\u0928\\u094D\\u092F \\u0935\\u093F\\u0927\\u093F\\u092F\\u094B\\u0902 \\u0915\\u093E \\u092D\\u0940 \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0924\\u093E \\u0939\\u0948\\u0964\',"static.tcf.cookie_disclosure.intro":"\\u0932\\u0917\\u092D\\u0917 \\u0907\\u0924\\u0928\\u0947 \\u0926\\u093F\\u0928\\u094B\\u0902 \\u0915\\u0940 \\u0905\\u0927\\u093F\\u0915\\u0924\\u092E \\u0905\\u0935\\u0927\\u093F \\u0935\\u093E\\u0932\\u0940 \\u0915\\u0941\\u0915\\u0940\\u091C\\u093C \\u0938\\u0902\\u0917\\u094D\\u0930\\u0939\\u0940\\u0924 \\u0915\\u0930\\u0924\\u093E \\u0939\\u0948:","static.tcf.cookie_disclosure.non_cookie":\'\\u0906\\u092A\\u0915\\u0940 \\u0921\\u093F\\u0935\\u093E\\u0907\\u0938 \\u092A\\u0930 \\u091C\\u093E\\u0928\\u0915\\u093E\\u0930\\u0940 \\u0938\\u0902\\u0917\\u094D\\u0930\\u0939\\u0940\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0909\\u0938 \\u0924\\u0915 \\u092A\\u0939\\u0941\\u0902\\u091A\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093F\\u090F "\\u0938\\u094D\\u0925\\u093E\\u0928\\u0940\\u092F \\u092D\\u0902\\u0921\\u093E\\u0930\\u0923" \\u091C\\u0948\\u0938\\u0940 \\u0935\\u093F\\u0927\\u093F\\u092F\\u094B\\u0902 \\u0915\\u093E \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0924\\u093E \\u0939\\u0948\\u0964\',"static.tcf.cookie_disclosure.refresh":"\\u0907\\u0928 \\u0915\\u0941\\u0915\\u0940\\u091C\\u093C \\u0915\\u094B \\u0930\\u0940\\u092B\\u094D\\u0930\\u0947\\u0936 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0938\\u0915\\u0924\\u093E \\u0939\\u0948\\u0964","static.tcf.data_categories":"\\u0921\\u0947\\u091F\\u093E \\u0936\\u094D\\u0930\\u0947\\u0923\\u093F\\u092F\\u093E\\u0902","static.tcf.features":"\\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u090F\\u0902","static.tcf.features.description":"\\u0928\\u0940\\u091A\\u0947, \\u0906\\u092A\\u0915\\u094B \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u0913\\u0902 \\u0915\\u0940 \\u090F\\u0915 \\u0938\\u0942\\u091A\\u0940 \\u092E\\u093F\\u0932\\u0947\\u0917\\u0940 \\u091C\\u093F\\u0928\\u0915\\u0947 \\u0932\\u093F\\u090F \\u0906\\u092A\\u0915\\u093E \\u0921\\u0947\\u091F\\u093E \\u0938\\u0902\\u0938\\u093E\\u0927\\u093F\\u0924 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0930\\u0939\\u093E \\u0939\\u0948\\u0964 \\u0928\\u0940\\u091A\\u0947 \\u0926\\u093F\\u090F \\u0917\\u090F \\u091F\\u0949\\u0917\\u0932 \\u0915\\u093E \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0935\\u093F\\u0936\\u0947\\u0937 \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093F\\u090F \\u0905\\u092A\\u0928\\u0947 \\u0905\\u0927\\u093F\\u0915\\u093E\\u0930\\u094B\\u0902 \\u0915\\u093E \\u092A\\u094D\\u0930\\u092F\\u094B\\u0917 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0938\\u0915\\u0924\\u093E \\u0939\\u0948\\u0964","static.tcf.legint":"\\u0935\\u0948\\u0927 \\u0939\\u093F\\u0924","static.tcf.legint_disclosure":"\\u0935\\u0948\\u0927 \\u0930\\u0941\\u091A\\u093F \\u0916\\u0941\\u0932\\u093E\\u0938\\u093E","static.tcf.privacy_policy":"\\u0917\\u094B\\u092A\\u0928\\u0940\\u092F\\u0924\\u093E \\u0928\\u0940\\u0924\\u093F","static.tcf.purposes":"\\u092A\\u094D\\u0930\\u092F\\u094B\\u091C\\u0928","static.tcf.purposes.description":"\\u0928\\u0940\\u091A\\u0947, \\u0906\\u092A\\u0915\\u094B \\u0909\\u0928 \\u092A\\u094D\\u0930\\u092F\\u094B\\u091C\\u0928\\u094B\\u0902 \\u0914\\u0930 \\u0935\\u093F\\u0936\\u0947\\u0937 \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u0913\\u0902 \\u0915\\u0940 \\u090F\\u0915 \\u0938\\u0942\\u091A\\u0940 \\u092E\\u093F\\u0932\\u0947\\u0917\\u0940 \\u091C\\u093F\\u0928\\u0915\\u0947 \\u0932\\u093F\\u090F \\u0906\\u092A\\u0915\\u093E \\u0921\\u0947\\u091F\\u093E \\u0938\\u0902\\u0938\\u093E\\u0927\\u093F\\u0924 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0930\\u0939\\u093E \\u0939\\u0948\\u0964 \\u0928\\u0940\\u091A\\u0947 \\u0926\\u093F\\u090F \\u0917\\u090F \\u091F\\u0949\\u0917\\u0932 \\u0915\\u093E \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0938\\u0939\\u092E\\u0924\\u093F \\u092F\\u093E \\u0935\\u0948\\u0927 \\u0939\\u093F\\u0924 \\u0915\\u0947 \\u0906\\u0927\\u093E\\u0930 \\u092A\\u0930 \\u0935\\u093F\\u0936\\u093F\\u0937\\u094D\\u091F \\u0909\\u0926\\u094D\\u0926\\u0947\\u0936\\u094D\\u092F\\u094B\\u0902 \\u0915\\u0947 \\u0932\\u093F\\u090F \\u0905\\u092A\\u0928\\u0947 \\u0905\\u0927\\u093F\\u0915\\u093E\\u0930\\u094B\\u0902 \\u0915\\u093E \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0938\\u0915\\u0924\\u093E \\u0939\\u0948\\u0964","static.tcf.retention":"\\u0930\\u093F\\u091F\\u0947\\u0902\\u0936\\u0928","static.tcf.retention_period_days":"\\u0926\\u093F\\u0928","static.tcf.special_features":"\\u0935\\u093F\\u0936\\u0947\\u0937 \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u090F\\u0902","static.tcf.special_purposes":"\\u0935\\u093F\\u0936\\u0947\\u0937 \\u092A\\u094D\\u0930\\u092F\\u094B\\u091C\\u0928","static.tcf.vendors":"\\u0935\\u0947\\u0902\\u0921\\u0930\\u094D\\u0938","static.tcf.vendors.description":"\\u0928\\u0940\\u091A\\u0947, \\u0906\\u092A\\u0915\\u094B \\u0906\\u092A\\u0915\\u0947 \\u0921\\u0947\\u091F\\u093E \\u0915\\u094B \\u0938\\u0902\\u0938\\u093E\\u0927\\u093F\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093E\\u0932\\u0947 \\u0935\\u0947\\u0902\\u0921\\u0930\\u094D\\u0938 \\u0915\\u0940 \\u090F\\u0915 \\u0938\\u0942\\u091A\\u0940 \\u0914\\u0930 \\u0909\\u0928\\u0915\\u0947 \\u0926\\u094D\\u0935\\u093E\\u0930\\u093E \\u0918\\u094B\\u0937\\u093F\\u0924 \\u0938\\u0902\\u0938\\u093E\\u0927\\u0928\\u094B\\u0902 \\u0915\\u0947 \\u092A\\u094D\\u0930\\u092F\\u094B\\u091C\\u0928\\u094B\\u0902 \\u092F\\u093E \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u0913\\u0902 \\u0915\\u0940 \\u090F\\u0915 \\u0938\\u0942\\u091A\\u0940 \\u092E\\u093F\\u0932\\u0947\\u0917\\u0940\\u0964 \\u092A\\u094D\\u0930\\u0924\\u094D\\u092F\\u0947\\u0915 \\u0935\\u0947\\u0902\\u0921\\u0930 \\u0915\\u0947 \\u0932\\u093F\\u090F \\u0909\\u0928\\u0915\\u0947 \\u0926\\u094D\\u0935\\u093E\\u0930\\u093E \\u092C\\u0924\\u093E\\u090F \\u0917\\u090F \\u0915\\u093E\\u0928\\u0942\\u0928\\u0940 \\u0906\\u0927\\u093E\\u0930 \\u0915\\u0947 \\u0906\\u0927\\u093E\\u0930 \\u092A\\u0930 \\u0905\\u092A\\u0928\\u0947 \\u0905\\u0927\\u093F\\u0915\\u093E\\u0930\\u094B\\u0902 \\u0915\\u093E \\u092A\\u094D\\u0930\\u092F\\u094B\\u0917 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0938\\u0915\\u0924\\u093E \\u0939\\u0948\\u0964","static.tcf.vendors.iab":"IAB TCF \\u0935\\u0947\\u0902\\u0921\\u0930\\u094D\\u0938","static.tcf.vendors.other":"\\u0905\\u0928\\u094D\\u092F \\u0935\\u0947\\u0902\\u0921\\u0930","static.tcf.vendors_count":"\\u0935\\u0947\\u0902\\u0921\\u0930","static.tcf.vendors_using_consent":"\\u0938\\u0939\\u092E\\u0924\\u093F \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093E\\u0932\\u0947 \\u0935\\u0947\\u0902\\u0921\\u0930","static.tcf.vendors_using_legint":"\\u0935\\u0948\\u0927 \\u0930\\u0941\\u091A\\u093F \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093E\\u0932\\u0947 \\u0935\\u0947\\u0902\\u0921\\u0930"},sv={"static.tcf.consent":"Privola","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj pru\\u017Eatelj usluga tako\\u0111er koristi druge metode, kao \\u0161to je \\u201Elokalno spremanje\\u201C za pohranu i pristup podacima na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.intro":"sprema kola\\u010Di\\u0107e maksimalnog trajanja od otprilike ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \\u0161to je \\u201Elokalno spremanje\\u201C za pohranu i pristup podacima na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi se kola\\u010Di\\u0107i mogu obnoviti.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Zna\\u010Dajke","static.tcf.features.description":"U nastavku se nalazi popis zna\\u010Dajki za koje se va\\u0161i podaci obra\\u0111uju. Svoja prava za posebne zna\\u010Dajke mo\\u017Eete iskoristiti pomo\\u0107u odabira u nastavku.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Izjava o legitimnom interesu","static.tcf.privacy_policy":"Pravila o za\\u0161titi privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku se nalazi popis svrha i posebnih zna\\u010Dajki za koje se va\\u0161i podaci obra\\u0111uju. Svoja prava za odre\\u0111ene svrhe, na temelju privole ili legitimnog interesa, mo\\u017Eete iskoristiti koriste\\u0107i odabire u nastavku.","static.tcf.retention":"Zadr\\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne zna\\u010Dajke","static.tcf.special_purposes":"Posebne svrhe","static.tcf.vendors":"Uslu\\u017Ene tvrtke","static.tcf.vendors.description":"U nastavku se nalazi popis uslu\\u017Enih tvrtki koje obra\\u0111uju va\\u0161e podatke i svrhe ili prihva\\u0107ene zna\\u010Dajke obrada. Svoja prava u odnosu na svaku uslu\\u017Enu tvrtku mo\\u017Eete iskoristiti na temelju pravne osnove koja je kori\\u0161tena.","static.tcf.vendors.iab":"Uslu\\u017Ene tvrtke IAB TCF","static.tcf.vendors.other":"Drugi pru\\u017Eatelji usluga","static.tcf.vendors_count":"pru\\u017Eatelj(a) usluga","static.tcf.vendors_using_consent":"Pru\\u017Eatelji usluga koji koriste privolu","static.tcf.vendors_using_legint":"Pru\\u017Eatelji usluga koji koriste legitimni interes"},nv={"static.tcf.consent":"Hozz\\xE1j\\xE1rul\\xE1s","static.tcf.cookie_disclosure.also_non_cookie":"Ez a sz\\xE1ll\\xEDt\\xF3 m\\xE1s m\\xF3dszereket is haszn\\xE1l, p\\xE9ld\\xE1ul a \\u201Ehelyi t\\xE1rhely\\u201D az \\xD6n eszk\\xF6z\\xE9n l\\xE9v\\u0151 inform\\xE1ci\\xF3k t\\xE1rol\\xE1s\\xE1ra \\xE9s el\\xE9r\\xE9s\\xE9re.","static.tcf.cookie_disclosure.intro":"k\\xF6r\\xFClbel\\xFCl ennyi napig t\\xE1rolja a s\\xFCtiket:","static.tcf.cookie_disclosure.non_cookie":"olyan m\\xF3dszereket is haszn\\xE1l, mint a \\u201Ehelyi t\\xE1rhely\\u201D az \\xD6n eszk\\xF6z\\xE9n l\\xE9v\\u0151 inform\\xE1ci\\xF3k t\\xE1rol\\xE1s\\xE1ra \\xE9s el\\xE9r\\xE9s\\xE9re.","static.tcf.cookie_disclosure.refresh":"Ezek a s\\xFCtik friss\\xEDthet\\u0151k.","static.tcf.data_categories":"Adatkateg\\xF3ri\\xE1k","static.tcf.features":"Funkci\\xF3k","static.tcf.features.description":"Az al\\xE1bbiakban azoknak a funkci\\xF3knak a list\\xE1j\\xE1t l\\xE1thatja, amelyekhez adatait kezelj\\xFCk. A cs\\xFAszk\\xE1k seg\\xEDts\\xE9g\\xE9vel gyakorolhatja jogait a k\\xFCl\\xF6nleges funkci\\xF3kra vonatkoz\\xF3an.","static.tcf.legint":"Jogos \\xE9rdek","static.tcf.legint_disclosure":"Jogos \\xE9rdek k\\xF6zz\\xE9t\\xE9tele","static.tcf.privacy_policy":"Adatv\\xE9delmi ir\\xE1nyelv","static.tcf.purposes":"C\\xE9lok","static.tcf.purposes.description":"Az al\\xE1bbiakban azoknak a c\\xE9loknak \\xE9s k\\xFCl\\xF6nleges funkci\\xF3knak a list\\xE1j\\xE1t l\\xE1thatja, amelyekhez adatait kezelj\\xFCk. A cs\\xFAszk\\xE1k seg\\xEDts\\xE9g\\xE9vel gyakorolhatja jogait az egyes, hozz\\xE1j\\xE1rul\\xE1son vagy jogos \\xE9rdeken alapul\\xF3 k\\xFCl\\xF6nleges c\\xE9lokra vonatkoz\\xF3an.","static.tcf.retention":"Meg\\u0151rz\\xE9s","static.tcf.retention_period_days":"nap","static.tcf.special_features":"K\\xFCl\\xF6nleges funkci\\xF3k","static.tcf.special_purposes":"K\\xFCl\\xF6nleges c\\xE9lok","static.tcf.vendors":"\\xC9rt\\xE9kes\\xEDt\\u0151k","static.tcf.vendors.description":"Az al\\xE1bbiaknak az \\xD6n adatait kezel\\u0151 \\xE9rt\\xE9kes\\xEDt\\u0151k list\\xE1j\\xE1t l\\xE1thatja, valamint az adatkezel\\xE9s \\xE1ltaluk bejelentett c\\xE9ljait vagy funkci\\xF3it. Minden \\xE9rt\\xE9kes\\xEDt\\u0151re vonatkoz\\xF3an \\xE9rv\\xE9nyes\\xEDtheti jogait, az \\xE1ltaluk meghat\\xE1rozott jogalap szerint.","static.tcf.vendors.iab":"IAB TCF \\xE9rt\\xE9kes\\xEDt\\u0151k","static.tcf.vendors.other":"Egy\\xE9b sz\\xE1ll\\xEDt\\xF3k","static.tcf.vendors_count":"sz\\xE1ll\\xEDt\\xF3","static.tcf.vendors_using_consent":"Hozz\\xE1j\\xE1rul\\xE1st haszn\\xE1l\\xF3 sz\\xE1ll\\xEDt\\xF3k","static.tcf.vendors_using_legint":"Jogos \\xE9rdeket haszn\\xE1l\\xF3 sz\\xE1ll\\xEDt\\xF3k"},ov={"static.tcf.consent":"Consenso","static.tcf.cookie_disclosure.also_non_cookie":\'Questo fornitore utilizza anche altri metodi come lo "storage locale" per memorizzare e accedere alle informazioni sul tuo dispositivo.\',"static.tcf.cookie_disclosure.intro":"conserva i cookie con una durata massima approssimativa di giorni:","static.tcf.cookie_disclosure.non_cookie":\'${nome} utilizza metodi come lo "storage locale" per memorizzare e accedere alle informazioni sul tuo dispositivo.\',"static.tcf.cookie_disclosure.refresh":"Questi cookie possono essere aggiornati.","static.tcf.data_categories":"Categorie di dati","static.tcf.features":"Funzionalit\\xE0","static.tcf.features.description":"Qui sotto troverai una lista delle funzionalit\\xE0 per le quali i tuoi dati verranno trattati. Puoi esercitare i tuoi diritti per le funzionalit\\xE0 speciali utilizzando gli interruttori qui sotto.","static.tcf.legint":"Interesse legittimo","static.tcf.legint_disclosure":"Informativa sugli interessi legittimi","static.tcf.privacy_policy":"Informativa sulla Privacy","static.tcf.purposes":"Scopi","static.tcf.purposes.description":"Qui sotto troverai una lista degli scopi e delle funzionalit\\xE0 speciali per i quali i tuoi dati verranno trattati. Puoi esercitare i tuoi diritti per scopi specifici, sulla base del consenso o di interessi legittimi, usando gli interruttori qui sotto.","static.tcf.retention":"Conservazione","static.tcf.retention_period_days":"giorno/i","static.tcf.special_features":"Funzionalit\\xE0 speciali","static.tcf.special_purposes":"Scopi speciali","static.tcf.vendors":"Fornitori","static.tcf.vendors.description":"Qui sotto troverai una lista dei fornitori che tratteranno i tuoi dati e gli scopi o le funzionalit\\xE0 del trattamento che dichiarano. Per ogni fornitore, potrai esercitare i tuoi diritti sulla base legale che adducono.","static.tcf.vendors.iab":"Fornitori IAB TCF","static.tcf.vendors.other":"Altri fornitori","static.tcf.vendors_count":"fornitore/i","static.tcf.vendors_using_consent":"Fornitori che utilizzano il consenso","static.tcf.vendors_using_legint":"Fornitori che si avvalgono del legittimo interesse"},rv={"static.tcf.consent":"\\u540C\\u610F","static.tcf.cookie_disclosure.also_non_cookie":"\\u3053\\u306E\\u30D9\\u30F3\\u30C0\\u30FC\\u306F\\u3001\\u30E6\\u30FC\\u30B6\\u30FC\\u306E\\u30C7\\u30D0\\u30A4\\u30B9\\u306B\\u60C5\\u5831\\u3092\\u4FDD\\u5B58\\u3057\\u3001\\u3053\\u308C\\u306B\\u30A2\\u30AF\\u30BB\\u30B9\\u3059\\u308B\\u305F\\u3081\\u3001\\u300C\\u30ED\\u30FC\\u30AB\\u30EB\\u30B9\\u30C8\\u30EC\\u30FC\\u30B8\\u300D\\u306A\\u3069\\u4ED6\\u306E\\u65B9\\u6CD5\\u3082\\u4F7F\\u7528\\u3057\\u307E\\u3059\\u3002","static.tcf.cookie_disclosure.intro":"\\u306F\\u3001\\u6982\\u306D\\u3053\\u306E\\u65E5\\u6570\\u3092\\u6700\\u5927\\u671F\\u9593\\u3068\\u3057\\u3066\\u30AF\\u30C3\\u30AD\\u30FC\\u3092\\u4FDD\\u5B58\\u3057\\u307E\\u3059\\uFF1A","static.tcf.cookie_disclosure.non_cookie":"\\u306F\\u3001\\u30E6\\u30FC\\u30B6\\u30FC\\u306E\\u30C7\\u30D0\\u30A4\\u30B9\\u306B\\u60C5\\u5831\\u3092\\u4FDD\\u5B58\\u3057\\u3001\\u3053\\u308C\\u306B\\u30A2\\u30AF\\u30BB\\u30B9\\u3059\\u308B\\u305F\\u3081\\u3001\\u300C\\u30ED\\u30FC\\u30AB\\u30EB\\u30B9\\u30C8\\u30EC\\u30FC\\u30B8\\u300D\\u306A\\u3069\\u306E\\u65B9\\u6CD5\\u3092\\u4F7F\\u7528\\u3057\\u307E\\u3059\\u3002","static.tcf.cookie_disclosure.refresh":"\\u3053\\u308C\\u3089\\u306E\\u30AF\\u30C3\\u30AD\\u30FC\\u306F\\u66F4\\u65B0\\u3055\\u308C\\u308B\\u5834\\u5408\\u304C\\u3042\\u308A\\u307E\\u3059\\u3002","static.tcf.data_categories":"\\u30C7\\u30FC\\u30BF\\u306E\\u30AB\\u30C6\\u30B4\\u30EA\\u30FC","static.tcf.features":"\\u6A5F\\u80FD","static.tcf.features.description":"\\u4EE5\\u4E0B\\u306B\\u793A\\u3059\\u306E\\u306F\\u3001\\u7686\\u69D8\\u306E\\u30C7\\u30FC\\u30BF\\u3092\\u51E6\\u7406\\u3059\\u308B\\u6A5F\\u80FD\\u306E\\u30EA\\u30B9\\u30C8\\u3067\\u3059\\u3002\\u4EE5\\u4E0B\\u306E\\u30C8\\u30B0\\u30EB\\u3092\\u5207\\u308A\\u66FF\\u3048\\u308B\\u3053\\u3068\\u306B\\u3088\\u308A\\u3001\\u7279\\u5225\\u306A\\u6A5F\\u80FD\\u306B\\u95A2\\u3059\\u308B\\u7686\\u69D8\\u306E\\u6A29\\u5229\\u3092\\u884C\\u4F7F\\u3067\\u304D\\u307E\\u3059\\u3002","static.tcf.legint":"\\u6B63\\u5F53\\u306A\\u5229\\u76CA","static.tcf.legint_disclosure":"\\u6B63\\u5F53\\u306A\\u5229\\u76CA\\u306E\\u958B\\u793A","static.tcf.privacy_policy":"\\u30D7\\u30E9\\u30A4\\u30D0\\u30B7\\u30FC\\u30DD\\u30EA\\u30B7\\u30FC","static.tcf.purposes":"\\u76EE\\u7684","static.tcf.purposes.description":"\\u4EE5\\u4E0B\\u306B\\u793A\\u3059\\u306E\\u306F\\u3001\\u7686\\u69D8\\u306E\\u30C7\\u30FC\\u30BF\\u3092\\u51E6\\u7406\\u3059\\u308B\\u76EE\\u7684\\u3068\\u7279\\u5225\\u306A\\u6A5F\\u80FD\\u306E\\u30EA\\u30B9\\u30C8\\u3067\\u3059\\u3002\\u4EE5\\u4E0B\\u306E\\u30C8\\u30B0\\u30EB\\u3092\\u5207\\u308A\\u66FF\\u3048\\u308B\\u3053\\u3068\\u306B\\u3088\\u308A\\u3001\\u540C\\u610F\\u307E\\u305F\\u306F\\u6B63\\u5F53\\u306A\\u5229\\u76CA\\u306B\\u57FA\\u3065\\u304D\\u3001\\u7279\\u5225\\u306A\\u76EE\\u7684\\u306B\\u95A2\\u3059\\u308B\\u7686\\u69D8\\u306E\\u6A29\\u5229\\u3092\\u884C\\u4F7F\\u3067\\u304D\\u307E\\u3059\\u3002","static.tcf.retention":"\\u4FDD\\u6301\\u671F\\u9593","static.tcf.retention_period_days":"\\u65E5","static.tcf.special_features":"\\u7279\\u5225\\u306A\\u6A5F\\u80FD","static.tcf.special_purposes":"\\u7279\\u5225\\u306A\\u76EE\\u7684","static.tcf.vendors":"\\u30D9\\u30F3\\u30C0\\u30FC","static.tcf.vendors.description":"\\u4EE5\\u4E0B\\u306B\\u793A\\u3059\\u306E\\u306F\\u3001\\u7686\\u69D8\\u306E\\u30C7\\u30FC\\u30BF\\u3092\\u51E6\\u7406\\u3059\\u308B\\u30D9\\u30F3\\u30C0\\u30FC\\u306E\\u30EA\\u30B9\\u30C8\\u3068\\u3001\\u30D9\\u30F3\\u30C0\\u30FC\\u304C\\u5BA3\\u8A00\\u3059\\u308B\\u51E6\\u7406\\u306E\\u76EE\\u7684\\u3068\\u6A5F\\u80FD\\u3067\\u3059\\u3002\\u30D9\\u30F3\\u30C0\\u30FC\\u304C\\u4E3B\\u5F35\\u3059\\u308B\\u6CD5\\u7684\\u6839\\u62E0\\u3092\\u3082\\u3068\\u306B\\u3001\\u30D9\\u30F3\\u30C0\\u30FC\\u3054\\u3068\\u306B\\u7686\\u69D8\\u306E\\u6A29\\u5229\\u3092\\u884C\\u4F7F\\u3067\\u304D\\u307E\\u3059\\u3002","static.tcf.vendors.iab":"IAB TCF\\u30D9\\u30F3\\u30C0\\u30FC","static.tcf.vendors.other":"\\u305D\\u306E\\u4ED6\\u306E\\u30D9\\u30F3\\u30C0\\u30FC","static.tcf.vendors_count":"X\\u793E","static.tcf.vendors_using_consent":"\\u540C\\u610F\\u3092\\u4F7F\\u7528\\u3059\\u308B\\u30D9\\u30F3\\u30C0\\u30FC","static.tcf.vendors_using_legint":"\\u6B63\\u5F53\\u306A\\u5229\\u76CA\\u3092\\u4F7F\\u7528\\u3059\\u308B\\u30D9\\u30F3\\u30C0\\u30FC"},av={"static.tcf.consent":"Sutikimas","static.tcf.cookie_disclosure.also_non_cookie":"\\u0160is pardav\\u0117jas taip pat naudoja kitus metodus, pvz., \\u201Evietin\\u0119 saugykl\\u0105\\u201C, kad i\\u0161saugot\\u0173 ir pasiekt\\u0173 j\\u016Bs\\u0173 \\u012Frenginyje esan\\u010Di\\u0105 informacij\\u0105.","static.tcf.cookie_disclosure.intro":"saugo slapukus, kuri\\u0173 maksimali trukm\\u0117 yra ma\\u017Edaug tiek dien\\u0173:","static.tcf.cookie_disclosure.non_cookie":"naudoja kitus metodus, pvz., \\u201Evietin\\u0119 saugykl\\u0105\\u201C, kad i\\u0161saugot\\u0173 ir pasiekt\\u0173 j\\u016Bs\\u0173 \\u012Frenginyje esan\\u010Di\\u0105 informacij\\u0105.","static.tcf.cookie_disclosure.refresh":"\\u0160ie slapukai gali b\\u016Bti atnaujinti.","static.tcf.data_categories":"Duomen\\u0173 kategorijos","static.tcf.features":"Funkcijos","static.tcf.features.description":"Toliau rasite funkcij\\u0173, d\\u0117l kuri\\u0173 tvarkomi j\\u016Bs\\u0173 duomenys, s\\u0105ra\\u0161\\u0105. Naudodamiesi toliau nurodytais perjungikliaisk, galite pasinaudoti speciali\\u0173j\\u0173 funkcij\\u0173 teis\\u0117mis.","static.tcf.legint":"Teisinis interesas","static.tcf.legint_disclosure":"Teis\\u0117to intereso atskleidimas","static.tcf.privacy_policy":"Privatumo politika","static.tcf.purposes":"Tikslai","static.tcf.purposes.description":"Toliau rasite tiksl\\u0173 ir speciali\\u0173 funkcij\\u0173, d\\u0117l kuri\\u0173 tvarkomi j\\u016Bs\\u0173 duomenys, s\\u0105ra\\u0161\\u0105. Naudodamiesi toliau nurodytais perjungikliais, galite pasinaudoti savo teis\\u0117mis konkre\\u010Diais tikslais, remdamiesi sutikimu arba teis\\u0117tu interesu.","static.tcf.retention":"Saugojimas","static.tcf.retention_period_days":"diena (-os)","static.tcf.special_features":"Specialiosios funkcijos","static.tcf.special_purposes":"Specialieji tikslai","static.tcf.vendors":"Pardav\\u0117jai","static.tcf.vendors.description":"Toliau pateikiamas j\\u016Bs\\u0173 duomenis tvarkan\\u010Di\\u0173 pardav\\u0117j\\u0173 s\\u0105ra\\u0161as ir j\\u0173 deklaruojami duomen\\u0173 tvarkymo tikslai ar funkcijos. Kiekvieno pardav\\u0117jo teis\\u0117mis galite pasinaudoti remdamiesi jo nurodytu teisiniu pagrindu.","static.tcf.vendors.iab":"\\u201EIAB TCF\\u201C pardav\\u0117jai","static.tcf.vendors.other":"Kiti pardav\\u0117jai","static.tcf.vendors_count":"pardav\\u0117jas (-ai)","static.tcf.vendors_using_consent":"Sutikim\\u0105 naudojantys pardav\\u0117jai","static.tcf.vendors_using_legint":"Teis\\u0117t\\u0105 interes\\u0105 naudojantys pardav\\u0117jai"},cv={"static.tcf.consent":"Piekri\\u0161ana","static.tcf.cookie_disclosure.also_non_cookie":\'Turkl\\u0101t \\u0161is p\\u0101rdev\\u0113js/pakalpojumu sniedz\\u0113js saglab\\u0101 un izg\\u016Bst datus no j\\u016Bsu ier\\u012Bces, izmantojot papildu metodes, piem\\u0113ram, "viet\\u0113jo kr\\u0101tuvi".\',"static.tcf.cookie_disclosure.intro":"saglab\\u0101 s\\u012Bkdatnes, kuru maksim\\u0101lais dienu ilgums ir aptuveni:","static.tcf.cookie_disclosure.non_cookie":\'izmanto t\\u0101das metodes k\\u0101 "Viet\\u0113j\\u0101 kr\\u0101tuve", lai saglab\\u0101tu un piek\\u013C\\u016Btu inform\\u0101cijai j\\u016Bsu ier\\u012Bc\\u0113.\',"static.tcf.cookie_disclosure.refresh":"\\u0160\\u012Bs s\\u012Bkdatnes var tikt atsvaidzin\\u0101tas.","static.tcf.data_categories":"Datu kategorijas","static.tcf.features":"Iesp\\u0113jas","static.tcf.features.description":"T\\u0101l\\u0101k ir sniegts saraksts ar konkr\\u0113tiem m\\u0113r\\u0137iem, kuru d\\u0113\\u013C tiek apstr\\u0101d\\u0101ti j\\u016Bsu dati. Izmantojot t\\u0101l\\u0101k nor\\u0101d\\u012Btos sl\\u0113d\\u017Eus, varat \\u012Bstenot savas ties\\u012Bbas, \\u0146emot v\\u0113r\\u0101 \\u012Bpa\\u0161as funkcijas.","static.tcf.legint":"Le\\u0123it\\u012Bmas intereses","static.tcf.legint_disclosure":"Le\\u0123it\\u012Bmo intere\\u0161u izpau\\u0161ana","static.tcf.privacy_policy":"Priv\\u0101tuma politika","static.tcf.purposes":"M\\u0113r\\u0137i","static.tcf.purposes.description":"T\\u0101l\\u0101k ir sniegts saraksts ar konkr\\u0113tiem m\\u0113r\\u0137iem un funkcij\\u0101m, kuru d\\u0113\\u013C tiek apstr\\u0101d\\u0101ti j\\u016Bsu dati. Izmantojot t\\u0101l\\u0101k nor\\u0101d\\u012Btos sl\\u0113d\\u017Eus, varat \\u012Bstenot savas ties\\u012Bbas konkr\\u0113tiem m\\u0113r\\u0137iem, \\u0146emot v\\u0113r\\u0101 mums pie\\u0161\\u0137irt\\u0101s at\\u013Caujas vai likum\\u012Bgo interesi.","static.tcf.retention":"Ietur\\u0113\\u0161ana","static.tcf.retention_period_days":"diena(s)","static.tcf.special_features":"Speci\\u0101las iesp\\u0113jas","static.tcf.special_purposes":"\\u012Apa\\u0161i m\\u0113r\\u0137i","static.tcf.vendors":"Pre\\u010Du p\\u0101rdev\\u0113ji/pakalpojumu sniedz\\u0113ji","static.tcf.vendors.description":"T\\u0101l\\u0101k ir sniegts to p\\u0101rdev\\u0113ju/pakalpojumu sniedz\\u0113ju saraksts, kuri apstr\\u0101d\\u0101 j\\u016Bsu datus, k\\u0101 ar\\u012B apstr\\u0101des m\\u0113r\\u0137i vai iesp\\u0113jas, ko vi\\u0146i deklar\\u0113. Atkar\\u012Bb\\u0101 no juridisk\\u0101 pamatojuma, ko izmanto katrs p\\u0101rdev\\u0113js/pakalpojumu sniedz\\u0113js, varat \\u012Bstenot savas ties\\u012Bbas attiec\\u012Bb\\u0101s ar katru no pre\\u010Du p\\u0101rdev\\u0113jiem/pakalpojumu sniedz\\u0113jiem.","static.tcf.vendors.iab":"IAB PPI pre\\u010Du p\\u0101rdev\\u0113ji/pakalpojumu sniedz\\u0113ji","static.tcf.vendors.other":"Citi p\\u0101rdev\\u0113ji/pakalpojumu sniedz\\u0113ji","static.tcf.vendors_count":"p\\u0101rdev\\u0113js(-i)/ pakalpojumu sniedz\\u0113js(-i)","static.tcf.vendors_using_consent":"P\\u0101rdev\\u0113ji/ pakalpojumu sniedz\\u0113ji, kas izmanto piekri\\u0161anu","static.tcf.vendors_using_legint":"P\\u0101rdev\\u0113ji/ pakalpojumu sniedz\\u0113ji, kas izmanto le\\u0123it\\u012Bm\\u0101s intereses"},lv={"static.tcf.consent":"Kunsens","static.tcf.cookie_disclosure.also_non_cookie":\'Dan il-bejjieg\\u0127 ju\\u017Ca wkoll metodi o\\u0127ra b\\u0127al "\\u0127a\\u017Cna lokali" biex ja\\u0127\\u017Cen u ja\\u010B\\u010Bessa informazzjoni fuq l-apparat tieg\\u0127ek.\',"static.tcf.cookie_disclosure.intro":"ja\\u0127\\u017Cen cookies b\'tul ta\' \\u017Cmien massimu ta\' madwar dil-\\u0121ranet:","static.tcf.cookie_disclosure.non_cookie":\'ju\\u017Ca metodi b\\u0127al "\\u0127a\\u017Cna lokali" biex ja\\u0127\\u017Cen u ja\\u010B\\u010Bessa l-informazzjoni fuq it-tag\\u0127mir tieg\\u0127ek.\',"static.tcf.cookie_disclosure.refresh":"Dawn il-cookies jistg\\u0127u ji\\u0121u a\\u0121\\u0121ornati.","static.tcf.data_categories":"Kategoriji tad-dejta","static.tcf.features":"Karatteristi\\u010Bi","static.tcf.features.description":"Hawn ta\\u0127t se ssib lista tal-karatteristi\\u010Bi li d-dejta tieg\\u0127ek qed ti\\u0121i ppro\\u010Bessata g\\u0127alihom. Tista\' te\\u017Cer\\u010Bita d-drittijiet tieg\\u0127ek g\\u0127al karatteristi\\u010Bi spe\\u010Bjali billi tu\\u017Ca l-bidliet t\'hawn ta\\u0127t.","static.tcf.legint":"Interess Le\\u0121ittimu","static.tcf.legint_disclosure":"Divulgazzjoni le\\u0121ittima tal-interess","static.tcf.privacy_policy":"Politika tal-Privatezza","static.tcf.purposes":"G\\u0127anijiet","static.tcf.purposes.description":"Hawn ta\\u0127t se ssib lista tal-g\\u0127anijiet u l-g\\u0127anijiet spe\\u010Bjali li g\\u0127alihom qed ti\\u0121i ppro\\u010Bessata d-dejta tieg\\u0127ek. Tista\' te\\u017Cer\\u010Bita d-drittijiet tieg\\u0127ek g\\u0127al skopijiet spe\\u010Bifi\\u010Bi, ibba\\u017Cati fuq il-kunsens jew l-interess le\\u0121ittimu, billi tu\\u017Ca l-bidliet t\'hawn ta\\u0127t.","static.tcf.retention":"Ritenzjoni","static.tcf.retention_period_days":"jum(jiem)","static.tcf.special_features":"Karatteristi\\u010Bi spe\\u010Bjali","static.tcf.special_purposes":"G\\u0127anijiet Spe\\u010Bjali","static.tcf.vendors":"Bejjieg\\u0127a","static.tcf.vendors.description":"Hawn ta\\u0127t, issib lista ta\' bejjieg\\u0127a li jippro\\u010Bessaw id-dejta tieg\\u0127ek u l-g\\u0127anijiet jew il-karatteristi\\u010Bi tal-ippro\\u010Bessar li jiddikjaraw. Tista\' te\\u017Cer\\u010Bita d-drittijiet tieg\\u0127ek g\\u0127al kull bejjieg\\u0127 abba\\u017Ci tal-ba\\u017Ci legali li jaffermaw.","static.tcf.vendors.iab":"Bejjieg\\u0127a tat-TCF IAB","static.tcf.vendors.other":"Bejjieg\\u0127a o\\u0127ra","static.tcf.vendors_count":"bejjieg\\u0127(a)","static.tcf.vendors_using_consent":"Bejjieg\\u0127a li ju\\u017Caw il-kunsens","static.tcf.vendors_using_legint":"Bejjieg\\u0127a li ju\\u017Caw interess le\\u0121ittimu"},dv={"static.tcf.consent":"Toestemming","static.tcf.cookie_disclosure.also_non_cookie":"Deze leverancier gebruikt ook andere methoden zoals \'lokale opslag\' om informatie op uw apparaat te bewaren en te gebruiken.","static.tcf.cookie_disclosure.intro":"bewaart cookies gedurende een maximale termijn van ongeveer dit aantal dagen:","static.tcf.cookie_disclosure.non_cookie":"gebruikt methoden zoals \'lokale opslag\' om informatie op uw apparaat te bewaren en te gebruiken.","static.tcf.cookie_disclosure.refresh":"Deze cookies kunnen vernieuwd worden.","static.tcf.data_categories":"Gegevenscategorie\\xEBn","static.tcf.features":"Functies","static.tcf.features.description":"Hieronder vindt u een lijst van de functies waarvoor uw gegevens worden verwerkt. Via onderstaande wisselknoppen kunt u uw rechten uitoefenen voor speciale functies.","static.tcf.legint":"Gerechtvaardigd belang","static.tcf.legint_disclosure":"Verklaring gerechtvaardigd belang","static.tcf.privacy_policy":"Privacybeleid","static.tcf.purposes":"Doeleinden","static.tcf.purposes.description":"Hieronder vindt u een lijst van de doeleinden en speciale functies waarvoor uw gegevens worden verwerkt. Via onderstaande wisselknoppen kunt u uw rechten uitoefenen voor specifieke doeleinden, gebaseerd op toestemming of gerechtvaardigd belang.","static.tcf.retention":"Bewaartermijn","static.tcf.retention_period_days":"dag(en)","static.tcf.special_features":"Speciale functies","static.tcf.special_purposes":"Speciale doeleinden","static.tcf.vendors":"Leveranciers","static.tcf.vendors.description":"Hieronder vindt u een lijst van leveranciers die uw gegevens verwerken en de doeleinden of functies voor verwerking die zij vermelden. U kunt uw rechten uitoefenen voor elke leverancier op basis van de grondslag die zij aangeven.","static.tcf.vendors.iab":"IAB TCF-leveranciers","static.tcf.vendors.other":"Andere leveranciers","static.tcf.vendors_count":"leverancier(s)","static.tcf.vendors_using_consent":"Leveranciers die toestemming gebruiken","static.tcf.vendors_using_legint":"Leveranciers die gerechtvaardigd belang gebruiken"},uv={"static.tcf.consent":"Samtykke","static.tcf.cookie_disclosure.also_non_cookie":"Denne leverand\\xF8ren bruker ogs\\xE5 metoder som \\xABlokal lagring\\xBB til \\xE5 lagre og f\\xE5 tilgang til informasjon p\\xE5 enheten din.","static.tcf.cookie_disclosure.intro":"lagrer informasjonskapsler med en maksimal varighet p\\xE5 ca. f\\xF8lgende antall dager:","static.tcf.cookie_disclosure.non_cookie":"bruker metoder som \\xABlokal lagring\\xBB til \\xE5 lagre og f\\xE5 tilgang til informasjon p\\xE5 enheten din.","static.tcf.cookie_disclosure.refresh":"Disse informasjonskapslene kan oppdateres.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funksjoner","static.tcf.features.description":"Nedenfor finner du en liste over funksjonene dataene dine blir h\\xE5ndtert for. Du kan ut\\xF8ve rettighetene dine for spesialfunksjoner ved \\xE5 bruke av/p\\xE5-knappene nedenfor.","static.tcf.legint":"Berettiget interesse","static.tcf.legint_disclosure":"Berettiget interessedeling","static.tcf.privacy_policy":"Personvernregler","static.tcf.purposes":"Hensikter","static.tcf.purposes.description":"Nedenfor finner du en liste over hensiktene og spesialfunksjonene dataene dine blir h\\xE5ndtert for. Du kan ut\\xF8ve rettighetene dine for bestemte hensikter, basert p\\xE5 samtykke eller berettiget interesse, ved \\xE5 bruke av/p\\xE5-knappene nedenfor.","static.tcf.retention":"Oppbevaring","static.tcf.retention_period_days":"dag(er)","static.tcf.special_features":"Spesialfunksjoner","static.tcf.special_purposes":"Spesialhensikter","static.tcf.vendors":"Leverand\\xF8rer","static.tcf.vendors.description":"Nedenfor finner du en liste over leverand\\xF8rer som h\\xE5ndterer dataene dine samt hensiktene eller funksjonene de har eller ut\\xF8ver med denne databehandlingen. Du kan ut\\xF8ve rettighetene dine for hver leverand\\xF8r basert p\\xE5 det juridiske grunnlaget de hevder eierskap til.","static.tcf.vendors.iab":"IAB TCF-leverand\\xF8rer","static.tcf.vendors.other":"Andre leverand\\xF8rer","static.tcf.vendors_count":"leverand\\xF8r(er)","static.tcf.vendors_using_consent":"Leverand\\xF8rbruk samtykke","static.tcf.vendors_using_legint":"Leverand\\xF8rbruk berettiget interesse"},pv={"static.tcf.consent":"Zgoda","static.tcf.cookie_disclosure.also_non_cookie":"Ten dostawca wykorzystuje tak\\u017Ce takie metody jak \\u201Emagazyn lokalny\\u201D do przechowywania informacji na Pa\\u0144stwa urz\\u0105dzeniu i uzyskiwaniu do nich dost\\u0119pu.","static.tcf.cookie_disclosure.intro":"przechowuje pliki cookie przez tak\\u0105 przybli\\u017Con\\u0105 maksymaln\\u0105 liczb\\u0119 dni:","static.tcf.cookie_disclosure.non_cookie":"wykorzystuje takie metody jak \\u201Emagazyn lokalny\\u201D do przechowywania informacji na Pa\\u0144stwa urz\\u0105dzeniu i uzyskiwaniu do nich dost\\u0119pu.","static.tcf.cookie_disclosure.refresh":"Te pliki cookie mog\\u0105 by\\u0107 od\\u015Bwie\\u017Cane.","static.tcf.data_categories":"Kategorie danych","static.tcf.features":"Funkcje","static.tcf.features.description":"Poni\\u017Cej prezentujemy list\\u0119 funkcji, w zwi\\u0105zku z kt\\xF3rymi s\\u0105 przetwarzane Twoje dane. U\\u017Cywaj\\u0105c poni\\u017Cszych prze\\u0142\\u0105cznik\\xF3w, mo\\u017Cesz wykona\\u0107 swoje prawa w zwi\\u0105zku z funkcjami specjalnymi.","static.tcf.legint":"Uzasadniony interes","static.tcf.legint_disclosure":"Obja\\u015Bnienie uzasadnionego interesu","static.tcf.privacy_policy":"Polityka prywatno\\u015Bci","static.tcf.purposes":"Cele","static.tcf.purposes.description":"Poni\\u017Cej prezentujemy list\\u0119 cel\\xF3w i funkcji specjalnych, w zwi\\u0105zku z kt\\xF3rymi s\\u0105 przetwarzane Twoje dane. U\\u017Cywaj\\u0105c poni\\u017Cszych prze\\u0142\\u0105cznik\\xF3w, mo\\u017Cesz wykona\\u0107 swoje prawa w zwi\\u0105zku z celami szczeg\\xF3lnymi w oparciu o zgod\\u0119 lub uzasadniony interes.","static.tcf.retention":"Przechowywanie","static.tcf.retention_period_days":"dzie\\u0144/dni","static.tcf.special_features":"Funkcje specjalne","static.tcf.special_purposes":"Cele szczeg\\xF3lne","static.tcf.vendors":"Dostawcy","static.tcf.vendors.description":"Poni\\u017Cej prezentujemy list\\u0119 podwykonawc\\xF3w przetwarzaj\\u0105cych Twoje dane wraz z deklarowanymi przez nich celami lub funkcjami przetwarzania. Mo\\u017Cesz wykona\\u0107 swoje prawa w odniesieniu do ka\\u017Cdego podwykonawcy w oparciu o zapewniane przez nich ramy prawne.","static.tcf.vendors.iab":"Podwykonawcy IAB TCF","static.tcf.vendors.other":"Inni dostawcy","static.tcf.vendors_count":"dostawca(-y)","static.tcf.vendors_using_consent":"Dostawcy wykorzystuj\\u0105cy zgod\\u0119","static.tcf.vendors_using_legint":"Dostawcy wykorzystuj\\u0105cy uzasadniony interes"},fv={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":\'Este fornecedor tamb\\xE9m utiliza outros m\\xE9todos como "armazenamento local" para armazenar e acessar informa\\xE7\\xF5es no seu dispositivo.\',"static.tcf.cookie_disclosure.intro":"armazena cookies com uma dura\\xE7\\xE3o m\\xE1xima de aproximadamente o seguinte n\\xFAmero de dias:","static.tcf.cookie_disclosure.non_cookie":\'utiliza "armazenamento local" para armazenar e acessar informa\\xE7\\xF5es no seu dispositivo.\',"static.tcf.cookie_disclosure.refresh":"Estes cookies podem ser atualizados.","static.tcf.data_categories":"Categorias de dados","static.tcf.features":"Recursos","static.tcf.features.description":"Abaixo, voc\\xEA encontrar\\xE1 uma lista dos recursos para os quais seus dados est\\xE3o sendo tratados. Voc\\xEA pode exercer seus direitos para recursos especiais usando os controles abaixo.","static.tcf.legint":"Interesse Leg\\xEDtimo","static.tcf.legint_disclosure":"Divulga\\xE7\\xE3o de interesse leg\\xEDtimo","static.tcf.privacy_policy":"Pol\\xEDtica de Privacidade","static.tcf.purposes":"Finalidades","static.tcf.purposes.description":"Abaixo, voc\\xEA encontrar\\xE1 uma lista das finalidades e recursos especiais para os quais seus dados est\\xE3o sendo tratados. Voc\\xEA pode exercer seus direitos para fins espec\\xEDficos, com base no consentimento ou interesse leg\\xEDtimo, usando os controles abaixo.","static.tcf.retention":"Reten\\xE7\\xE3o","static.tcf.retention_period_days":"Dia(s)","static.tcf.special_features":"Recursos especiais","static.tcf.special_purposes":"Finalidades especiais","static.tcf.vendors":"Fornecedores","static.tcf.vendors.description":"Abaixo, voc\\xEA encontrar\\xE1 uma lista dos fornecedores que utilizam seus dados e as finalidades ou caracter\\xEDsticas declaradas por eles para este processamento. Voc\\xEA pode exercer seus direitos para cada fornecedor de acordo com o embasamento legal afirmado por eles.","static.tcf.vendors.iab":"Fornecedores IAB TCF","static.tcf.vendors.other":"Outros fornecedores","static.tcf.vendors_count":"Fornecedor(es)","static.tcf.vendors_using_consent":"Fornecedores que usam consentimento","static.tcf.vendors_using_legint":"Fornecedores que usam interesse leg\\xEDtimo"},vv={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":\'Este fornecedor tamb\\xE9m utiliza outros m\\xE9todos, como o "armazenamento local", para armazenar e aceder a informa\\xE7\\xF5es no seu dispositivo.\',"static.tcf.cookie_disclosure.intro":"armazena cookies com uma dura\\xE7\\xE3o m\\xE1xima de aproximadamente este n\\xFAmero de dias:","static.tcf.cookie_disclosure.non_cookie":\'utiliza m\\xE9todos, como o "armazenamento local", para armazenar e aceder a informa\\xE7\\xF5es no seu dispositivo.\',"static.tcf.cookie_disclosure.refresh":"Estes cookies podem ser atualizados.","static.tcf.data_categories":"Categorias de dados","static.tcf.features":"Caracter\\xEDsticas","static.tcf.features.description":"Abaixo, encontra-se uma lista das caracter\\xEDsticas para as quais os seus dados est\\xE3o a ser tratados. Pode exercer os seus direitos relativamente a caracter\\xEDsticas especiais utilizando os bot\\xF5es abaixo.","static.tcf.legint":"Interesse Leg\\xEDtimo","static.tcf.legint_disclosure":"Divulga\\xE7\\xE3o de interesses leg\\xEDtimos","static.tcf.privacy_policy":"Pol\\xEDtica de Privacidade","static.tcf.purposes":"Fins","static.tcf.purposes.description":"Abaixo, encontra-se uma lista dos fins e caracter\\xEDsticas especiais para as quais os seus dados est\\xE3o a ser tratados. Pode exercer os seus direitos para fins espec\\xEDficos, com base no consentimento ou no interesse leg\\xEDtimo, utilizando as op\\xE7\\xF5es abaixo.","static.tcf.retention":"Reten\\xE7\\xE3o","static.tcf.retention_period_days":"dia(s)","static.tcf.special_features":"Caracter\\xEDsticas especiais","static.tcf.special_purposes":"Fins especiais","static.tcf.vendors":"Fornecedores","static.tcf.vendors.description":"Abaixo, encontra-se uma lista dos fornecedores que tratam os seus dados e os fins ou caracter\\xEDsticas do tratamento que declaram. Pode exercer os seus direitos relativamente a cada fornecedor com base no fundamento jur\\xEDdico que este defende.","static.tcf.vendors.iab":"Fornecedores IAB TCF","static.tcf.vendors.other":"Outros fornecedores","static.tcf.vendors_count":"fornecedor(es)","static.tcf.vendors_using_consent":"Fornecedores que utilizam o consentimento","static.tcf.vendors_using_legint":"Fornecedores que utilizam o interesse leg\\xEDtimo"},gv={"static.tcf.consent":"Consim\\u021B\\u0103m\\xE2nt","static.tcf.cookie_disclosure.also_non_cookie":"Acest furnizor folose\\u0219te \\u0219i alte metode, cum ar fi \\u201Estocarea local\\u0103\\u201D \\u0219i accesul la informa\\u021Biile de pe dispozitivul dvs.","static.tcf.cookie_disclosure.intro":"stocheaz\\u0103 modulele cookie cu o durat\\u0103 maxim\\u0103 de aproximativ atatea zile:","static.tcf.cookie_disclosure.non_cookie":"folose\\u0219te \\u0219i alte metode, cum ar fi \\u201Estocarea local\\u0103\\u201D \\u0219i accesul la informa\\u021Biile de pe dispozitivul dvs.","static.tcf.cookie_disclosure.refresh":"Aceste module cookie pot fi reactualizate","static.tcf.data_categories":"Categorii de date","static.tcf.features":"Op\\u021Biuni","static.tcf.features.description":"Mai jos, ve\\u021Bi g\\u0103si o list\\u0103 de op\\u021Biuni pentru care sunt prelucrate datele dvs. V\\u0103 pute\\u021Bi exercita drepturile pentru op\\u021Biunile speciale folosind func\\u021Biile de mai jos.","static.tcf.legint":"Interes legitim","static.tcf.legint_disclosure":"Divulgarea intereselor legitime","static.tcf.privacy_policy":"Politic\\u0103 de confiden\\u021Bialitate","static.tcf.purposes":"Scopuri","static.tcf.purposes.description":"Mai jos, ve\\u021Bi g\\u0103si o list\\u0103 de scopuri \\u0219i op\\u021Biuni speciale pentru care sunt prelucrate datele dvs. V\\u0103 pute\\u021Bi exercita drepturile pentru anumite scopuri, \\xEEn temeiul consim\\u021B\\u0103m\\xE2ntului sau al interesului legitim, folosind func\\u021Biile de mai jos.","static.tcf.retention":"P\\u0103strare","static.tcf.retention_period_days":"zile","static.tcf.special_features":"Op\\u021Biuni speciale","static.tcf.special_purposes":"Scopuri speciale","static.tcf.vendors":"Furnizori","static.tcf.vendors.description":"Mai jos se reg\\u0103se\\u0219te o list\\u0103 de furnizori care v\\u0103 prelucreaz\\u0103 datele \\u0219i scopurile sau op\\u021Biunile de prelucrare pe care le declar\\u0103. V\\u0103 pute\\u021Bi exercita drepturile pentru fiecare furnizor \\xEEn parte pe baza temeiului juridic pe care \\xEEl declar\\u0103.","static.tcf.vendors.iab":"Furnizori IAB TCF","static.tcf.vendors.other":"Al\\u021Bi furnizori","static.tcf.vendors_count":"furnizori","static.tcf.vendors_using_consent":"Furnizori care folosesc consim\\u021B\\u0103m\\xE2ntul","static.tcf.vendors_using_legint":"Furnizori care folosesc interesul legitim"},_v={"static.tcf.consent":"\\u0421\\u043E\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435","static.tcf.cookie_disclosure.also_non_cookie":"\\u042D\\u0442\\u043E\\u0442 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A \\u0442\\u0430\\u043A\\u0436\\u0435 \\u0438\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u0443\\u0435\\u0442 \\u0434\\u0440\\u0443\\u0433\\u0438\\u0435 \\u043C\\u0435\\u0442\\u043E\\u0434\\u044B, \\u043D\\u0430\\u043F\\u0440\\u0438\\u043C\\u0435\\u0440 \\u043B\\u043E\\u043A\\u0430\\u043B\\u044C\\u043D\\u043E\\u0435 \\u0445\\u0440\\u0430\\u043D\\u0438\\u043B\\u0438\\u0449\\u0435, \\u0434\\u043B\\u044F \\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u044F \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0438 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043C \\u0443\\u0441\\u0442\\u0440\\u043E\\u0439\\u0441\\u0442\\u0432\\u0435 \\u0438 \\u0434\\u043E\\u0441\\u0442\\u0443\\u043F\\u0430 \\u043A \\u043D\\u0435\\u0439.","static.tcf.cookie_disclosure.intro":"\\u0445\\u0440\\u0430\\u043D\\u0438\\u0442 \\u0444\\u0430\\u0439\\u043B\\u044B cookie \\u0432 \\u0442\\u0435\\u0447\\u0435\\u043D\\u0438\\u0435 \\u043C\\u0430\\u043A\\u0441\\u0438\\u043C\\u0443\\u043C \\u043F\\u0440\\u0438\\u043C\\u0435\\u0440\\u043D\\u043E \\u0442\\u0430\\u043A\\u043E\\u0433\\u043E \\u043A\\u043E\\u043B\\u0438\\u0447\\u0435\\u0441\\u0442\\u0432\\u0430 \\u0434\\u043D\\u0435\\u0439:","static.tcf.cookie_disclosure.non_cookie":"\\u0438\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u0443\\u0435\\u0442 \\u043D\\u0435\\u043A\\u043E\\u0442\\u043E\\u0440\\u044B\\u0435 \\u043C\\u0435\\u0442\\u043E\\u0434\\u044B, \\u043D\\u0430\\u043F\\u0440\\u0438\\u043C\\u0435\\u0440 \\u043B\\u043E\\u043A\\u0430\\u043B\\u044C\\u043D\\u043E\\u0435 \\u0445\\u0440\\u0430\\u043D\\u0438\\u043B\\u0438\\u0449\\u0435, \\u0434\\u043B\\u044F \\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u044F \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0438 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043C \\u0443\\u0441\\u0442\\u0440\\u043E\\u0439\\u0441\\u0442\\u0432\\u0435 \\u0438 \\u0434\\u043E\\u0441\\u0442\\u0443\\u043F\\u0430 \\u043A \\u043D\\u0435\\u0439.","static.tcf.cookie_disclosure.refresh":"\\u042D\\u0442\\u0438 \\u0444\\u0430\\u0439\\u043B\\u044B cookie \\u043C\\u043E\\u0433\\u0443\\u0442 \\u043E\\u0431\\u043D\\u043E\\u0432\\u043B\\u044F\\u0442\\u044C\\u0441\\u044F.","static.tcf.data_categories":"\\u041A\\u0430\\u0442\\u0435\\u0433\\u043E\\u0440\\u0438\\u0438 \\u0434\\u0430\\u043D\\u043D\\u044B\\u0445","static.tcf.features":"\\u0424\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438","static.tcf.features.description":"\\u041D\\u0438\\u0436\\u0435 \\u043F\\u0440\\u0438\\u0432\\u0435\\u0434\\u0435\\u043D \\u0441\\u043F\\u0438\\u0441\\u043E\\u043A \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0439, \\u0434\\u043B\\u044F \\u043A\\u043E\\u0442\\u043E\\u0440\\u044B\\u0445 \\u043E\\u0431\\u0440\\u0430\\u0431\\u0430\\u0442\\u044B\\u0432\\u0430\\u044E\\u0442\\u0441\\u044F \\u0432\\u0430\\u0448\\u0438 \\u0434\\u0430\\u043D\\u043D\\u044B\\u0435. \\u0427\\u0442\\u043E\\u0431\\u044B \\u0432\\u043E\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u043E\\u0432\\u0430\\u0442\\u044C\\u0441\\u044F \\u0441\\u0432\\u043E\\u0438\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0434\\u043B\\u044F \\u043A\\u043E\\u043D\\u043A\\u0440\\u0435\\u0442\\u043D\\u044B\\u0445 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0439, \\u0443\\u0441\\u0442\\u0430\\u043D\\u043E\\u0432\\u0438\\u0442\\u0435 \\u043F\\u0435\\u0440\\u0435\\u043A\\u043B\\u044E\\u0447\\u0430\\u0442\\u0435\\u043B\\u0438 \\u043D\\u0438\\u0436\\u0435.","static.tcf.legint":"\\u0417\\u0430\\u043A\\u043E\\u043D\\u043D\\u044B\\u0439 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441","static.tcf.legint_disclosure":"\\u0420\\u0430\\u0441\\u043A\\u0440\\u044B\\u0442\\u0438\\u0435 \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0438 \\u043E \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u044B\\u0445 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0430\\u0445","static.tcf.privacy_policy":"\\u041F\\u043E\\u043B\\u0438\\u0442\\u0438\\u043A\\u0430 \\u043A\\u043E\\u043D\\u0444\\u0438\\u0434\\u0435\\u043D\\u0446\\u0438\\u0430\\u043B\\u044C\\u043D\\u043E\\u0441\\u0442\\u0438","static.tcf.purposes":"\\u0426\\u0435\\u043B\\u0438","static.tcf.purposes.description":"\\u041D\\u0438\\u0436\\u0435 \\u043F\\u0440\\u0438\\u0432\\u0435\\u0434\\u0435\\u043D \\u0441\\u043F\\u0438\\u0441\\u043E\\u043A \\u0446\\u0435\\u043B\\u0435\\u0439 \\u0438 \\u0441\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u044C\\u043D\\u044B\\u0445 \\u0432\\u043E\\u0437\\u043C\\u043E\\u0436\\u043D\\u043E\\u0441\\u0442\\u0435\\u0439, \\u0434\\u043B\\u044F \\u043A\\u043E\\u0442\\u043E\\u0440\\u044B\\u0445 \\u043E\\u0431\\u0440\\u0430\\u0431\\u0430\\u0442\\u044B\\u0432\\u0430\\u044E\\u0442\\u0441\\u044F \\u0432\\u0430\\u0448\\u0438 \\u0434\\u0430\\u043D\\u043D\\u044B\\u0435. \\u0427\\u0442\\u043E\\u0431\\u044B \\u0432\\u043E\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u043E\\u0432\\u0430\\u0442\\u044C\\u0441\\u044F \\u0441\\u0432\\u043E\\u0438\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0434\\u043B\\u044F \\u043A\\u043E\\u043D\\u043A\\u0440\\u0435\\u0442\\u043D\\u044B\\u0445 \\u0446\\u0435\\u043B\\u0435\\u0439 \\u0432 \\u0437\\u0430\\u0432\\u0438\\u0441\\u0438\\u043C\\u043E\\u0441\\u0442\\u0438 \\u043E\\u0442 \\u0441\\u043E\\u0433\\u043B\\u0430\\u0441\\u0438\\u044F \\u0438\\u043B\\u0438 \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u043E\\u0433\\u043E \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0430, \\u0443\\u0441\\u0442\\u0430\\u043D\\u043E\\u0432\\u0438\\u0442\\u0435 \\u043F\\u0435\\u0440\\u0435\\u043A\\u043B\\u044E\\u0447\\u0430\\u0442\\u0435\\u043B\\u0438 \\u043D\\u0438\\u0436\\u0435.","static.tcf.retention":"\\u0425\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u0435","static.tcf.retention_period_days":"\\u0434\\u043D.","static.tcf.special_features":"\\u0421\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u044C\\u043D\\u044B\\u0435 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438","static.tcf.special_purposes":"\\u0421\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u044C\\u043D\\u044B\\u0435 \\u0446\\u0435\\u043B\\u0438","static.tcf.vendors":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438 \\u0443\\u0441\\u043B\\u0443\\u0433","static.tcf.vendors.description":"\\u041D\\u0438\\u0436\\u0435 \\u043F\\u0440\\u0438\\u0432\\u0435\\u0434\\u0435\\u043D \\u0441\\u043F\\u0438\\u0441\\u043E\\u043A \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u043E\\u0432 \\u0443\\u0441\\u043B\\u0443\\u0433, \\u043A\\u043E\\u0442\\u043E\\u0440\\u044B\\u0435 \\u043E\\u0431\\u0440\\u0430\\u0431\\u0430\\u0442\\u044B\\u0432\\u0430\\u044E\\u0442 \\u0432\\u0430\\u0448\\u0438 \\u0434\\u0430\\u043D\\u043D\\u044B\\u0435, \\u0430 \\u0442\\u0430\\u043A\\u0436\\u0435 \\u0437\\u0430\\u044F\\u0432\\u043B\\u0435\\u043D\\u043D\\u044B\\u0435 \\u0438\\u043C\\u0438 \\u0446\\u0435\\u043B\\u0438 \\u0438\\u043B\\u0438 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438 \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u043A\\u0438. \\u0412\\u044B \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0432\\u043E\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u043E\\u0432\\u0430\\u0442\\u044C\\u0441\\u044F \\u0441\\u0432\\u043E\\u0438\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0434\\u043B\\u044F \\u043A\\u0430\\u0436\\u0434\\u043E\\u0433\\u043E \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0430 \\u0432 \\u0437\\u0430\\u0432\\u0438\\u0441\\u0438\\u043C\\u043E\\u0441\\u0442\\u0438 \\u043E\\u0442 \\u0437\\u0430\\u044F\\u0432\\u043B\\u0435\\u043D\\u043D\\u044B\\u0445 \\u0438\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u043E\\u0432\\u044B\\u0445 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0430\\u043D\\u0438\\u0439.","static.tcf.vendors.iab":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438 IAB TCF","static.tcf.vendors.other":"\\u0414\\u0440\\u0443\\u0433\\u0438\\u0435 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438","static.tcf.vendors_count":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438","static.tcf.vendors_using_consent":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438, \\u0438\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u0443\\u044E\\u0449\\u0438\\u0435 \\u0441\\u043E\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435","static.tcf.vendors_using_legint":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438, \\u0438\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u0443\\u044E\\u0449\\u0438\\u0435 \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u044B\\u0439 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441"},mv={"static.tcf.consent":"S\\xFAhlas","static.tcf.cookie_disclosure.also_non_cookie":"Tento dod\\xE1vate\\u013E pou\\u017E\\xEDva na ukladanie a pr\\xEDstup k inform\\xE1ci\\xE1m vo va\\u0161om zariaden\\xED aj in\\xE9 met\\xF3dy, napr\\xEDklad \\u201Elok\\xE1lny ukladac\\xED priestor\\u201C.","static.tcf.cookie_disclosure.intro":"uklad\\xE1 s\\xFAbory cookie s maxim\\xE1lnou d\\u013A\\u017Ekou trvania pribli\\u017Ene to\\u013Eko dn\\xED:","static.tcf.cookie_disclosure.non_cookie":"pou\\u017E\\xEDva na ukladanie a pr\\xEDstup k inform\\xE1ci\\xE1m vo va\\u0161om zariaden\\xED met\\xF3dy, ako je \\u201Elok\\xE1lny ukladac\\xED priestor\\u201C.","static.tcf.cookie_disclosure.refresh":"Tieto s\\xFAbory cookie sa m\\xF4\\u017Eu obnovova\\u0165.","static.tcf.data_categories":"Kateg\\xF3rie \\xFAdajov","static.tcf.features":"Funkcie","static.tcf.features.description":"Ni\\u017E\\u0161ie n\\xE1jdete zoznam funkci\\xED, na ktor\\xE9 sa va\\u0161e \\xFAdaje sprac\\xFAvaj\\xFA. Svoje pr\\xE1va pre \\u0161peci\\xE1lne funkcie m\\xF4\\u017Eete uplatni\\u0165 pomocou ni\\u017E\\u0161ie uveden\\xFDch prep\\xEDna\\u010Dov.","static.tcf.legint":"Opr\\xE1vnen\\xFD z\\xE1ujem","static.tcf.legint_disclosure":"Zverejnenie opr\\xE1vnen\\xE9ho z\\xE1ujmu","static.tcf.privacy_policy":"Politika ochrany osobn\\xFDch \\xFAdajov","static.tcf.purposes":"\\xDA\\u010Dely","static.tcf.purposes.description":"Ni\\u017E\\u0161ie n\\xE1jdete zoznam \\xFA\\u010Delov a \\u0161peci\\xE1lnych funkci\\xED, na ktor\\xE9 sa va\\u0161e \\xFAdaje sprac\\xFAvaj\\xFA. Svoje pr\\xE1va pre konkr\\xE9tne \\xFA\\u010Dely m\\xF4\\u017Eete uplatni\\u0165 na z\\xE1klade s\\xFAhlasu alebo opr\\xE1vnen\\xE9ho z\\xE1ujmu pomocou ni\\u017E\\u0161ie uveden\\xFDch prep\\xEDna\\u010Dov.","static.tcf.retention":"Uchov\\xE1vanie","static.tcf.retention_period_days":"de\\u0148/i/\\xED","static.tcf.special_features":"\\u0160peci\\xE1lne funkcie","static.tcf.special_purposes":"\\u0160peci\\xE1lne \\xFA\\u010Dely","static.tcf.vendors":"Dod\\xE1vatelia","static.tcf.vendors.description":"Ni\\u017E\\u0161ie n\\xE1jdete zoznam dod\\xE1vate\\u013Eov, ktor\\xED sprac\\xFAvaj\\xFA va\\u0161e \\xFAdaje, a \\xFA\\u010Dely alebo funkcie sprac\\xFAvania, ktor\\xE9 deklaruj\\xFA. Svoje pr\\xE1va m\\xF4\\u017Eete uplatni\\u0165 u ka\\u017Ed\\xE9ho dod\\xE1vate\\u013Ea na z\\xE1klade pr\\xE1vneho z\\xE1kladu, ktor\\xFD uplat\\u0148uje.","static.tcf.vendors.iab":"Dod\\xE1vatelia IAB TCF","static.tcf.vendors.other":"Ostatn\\xED dod\\xE1vatelia","static.tcf.vendors_count":"dod\\xE1vate\\u013E/lia/ov","static.tcf.vendors_using_consent":"Dod\\xE1vatelia vyu\\u017E\\xEDvaj\\xFAci s\\xFAhlas","static.tcf.vendors_using_legint":"Dod\\xE1vatelia vyu\\u017E\\xEDvaj\\xFAci opr\\xE1vnen\\xFD z\\xE1ujem"},hv={"static.tcf.consent":"Privolitev","static.tcf.cookie_disclosure.also_non_cookie":"Ta partner za shranjevanje in dostop do informacij v va\\u0161i napravi uporablja tudi druge metode, kot je \\xBBlokalna shramba\\xAB.","static.tcf.cookie_disclosure.intro":"shranjuje pi\\u0161kotke z najdalj\\u0161im trajanjem pribli\\u017Eno toliko dni:","static.tcf.cookie_disclosure.non_cookie":"za shranjevanje in dostop do informacij v va\\u0161i napravi uporablja metode, kot je \\xBBlokalna shramba\\xAB.","static.tcf.cookie_disclosure.refresh":"Ti pi\\u0161kotki se lahko osve\\u017Eijo.","static.tcf.data_categories":"Kategorije podatkov","static.tcf.features":"Funkcije","static.tcf.features.description":"V nadaljevanju je prikazan seznam funkcij, za katere se obdelujejo va\\u0161i podatki. Svoje pravice za posebne funkcije lahko uveljavljate s spodnjimi stikali.","static.tcf.legint":"Zakoniti interes","static.tcf.legint_disclosure":"Razkritje zakonitega interesa","static.tcf.privacy_policy":"Pravilnik o zasebnosti","static.tcf.purposes":"Nameni","static.tcf.purposes.description":"V nadaljevanju je prikazan seznam namenov in posebnih funkcij, za katere se obdelujejo va\\u0161i podatki. Svoje pravice za posebne namene, ki temeljijo na privolitvi ali zakonitem interesu, lahko uveljavljate s spodnjimi stikali.","static.tcf.retention":"Hramba","static.tcf.retention_period_days":"dni","static.tcf.special_features":"Posebne funkcije","static.tcf.special_purposes":"Posebni nameni","static.tcf.vendors":"Partnerji","static.tcf.vendors.description":"V nadaljevanju je prikazan seznam partnerjev, ki obdelujejo va\\u0161e podatke, in nameni ali funkcije obdelave, ki jih prijavljajo. Za vsakega partnerja lahko uveljavljate svoje pravice na podlagi pravne podlage, ki jo uveljavlja.","static.tcf.vendors.iab":"Partnerji IAB TCF","static.tcf.vendors.other":"Drugi partnerji","static.tcf.vendors_count":"partner(jev)","static.tcf.vendors_using_consent":"Partnerji, ki uporabljajo privolitev","static.tcf.vendors_using_legint":"Partnerji, ki uporabljajo zakoniti interes"},bv={"static.tcf.consent":"\\u0421\\u0430\\u0433\\u043B\\u0430\\u0441\\u043D\\u043E\\u0441\\u0442","static.tcf.cookie_disclosure.also_non_cookie":"\\u041E\\u0432\\u0438 \\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438 \\u0442\\u0430\\u043A\\u043E\\u0452\\u0435 \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435 \\u0434\\u0440\\u0443\\u0433\\u0435 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0435 \\u043A\\u0430\\u043E \\u0448\\u0442\\u043E \\u0441\\u0443 \\u201E\\u043B\\u043E\\u043A\\u0430\\u043B\\u043D\\u043E \\u0441\\u043A\\u043B\\u0430\\u0434\\u0438\\u0448\\u0442\\u0435\\u045A\\u0435\\u201C \\u0437\\u0430 \\u0441\\u043A\\u043B\\u0430\\u0434\\u0438\\u0448\\u0442\\u0435\\u045A\\u0435 \\u0438 \\u043F\\u0440\\u0438\\u0441\\u0442\\u0443\\u043F \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0458\\u0430\\u043C\\u0430 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043C \\u0443\\u0440\\u0435\\u0452\\u0430\\u0458\\u0443.","static.tcf.cookie_disclosure.intro":"\\u0447\\u0443\\u0432\\u0430 \\u043A\\u043E\\u043B\\u0430\\u0447\\u0438\\u045B\\u0435 \\u0441\\u0430 \\u043C\\u0430\\u043A\\u0441\\u0438\\u043C\\u0430\\u043B\\u043D\\u0438\\u043C \\u0442\\u0440\\u0430\\u0458\\u0430\\u045A\\u0435\\u043C \\u043E\\u0434 \\u043E\\u0442\\u043F\\u0440\\u0438\\u043B\\u0438\\u043A\\u0435 \\u043E\\u0432\\u043E\\u043B\\u0438\\u043A\\u043E \\u0434\\u0430\\u043D\\u0430:","static.tcf.cookie_disclosure.non_cookie":"\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0438 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0435 \\u043A\\u0430\\u043E \\u0448\\u0442\\u043E \\u0441\\u0443 \\u201E\\u043B\\u043E\\u043A\\u0430\\u043B\\u043D\\u043E \\u0441\\u043A\\u043B\\u0430\\u0434\\u0438\\u0448\\u0442\\u0435\\u045A\\u0435\\u201C \\u0437\\u0430 \\u0441\\u043A\\u043B\\u0430\\u0434\\u0438\\u0448\\u0442\\u0435\\u045A\\u0435 \\u0438 \\u043F\\u0440\\u0438\\u0441\\u0442\\u0443\\u043F \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0458\\u0430\\u043C\\u0430 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043C \\u0443\\u0440\\u0435\\u0452\\u0430\\u0458\\u0443.","static.tcf.cookie_disclosure.refresh":"\\u041E\\u0432\\u0438 \\u043A\\u043E\\u043B\\u0430\\u0447\\u0438\\u045B\\u0438 \\u0441\\u0435 \\u043C\\u043E\\u0433\\u0443 \\u043E\\u0441\\u0432\\u0435\\u0436\\u0438\\u0442\\u0438.","static.tcf.data_categories":"\\u041A\\u0430\\u0442\\u0435\\u0433\\u043E\\u0440\\u0438\\u0458\\u0435 \\u043F\\u043E\\u0434\\u0430\\u0442\\u0430\\u043A\\u0430","static.tcf.features":"\\u041A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0435","static.tcf.features.description":"\\u0423 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443 \\u045B\\u0435\\u0442\\u0435 \\u043F\\u0440\\u043E\\u043D\\u0430\\u045B\\u0438 \\u043B\\u0438\\u0441\\u0442\\u0443 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0430 \\u0437\\u0430 \\u043A\\u043E\\u0458\\u0435 \\u0441\\u0435 \\u0432\\u0430\\u0448\\u0438 \\u043F\\u043E\\u0434\\u0430\\u0446\\u0438 \\u043E\\u0431\\u0440\\u0430\\u0452\\u0443\\u0458\\u0443. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u043E\\u0441\\u0442\\u0432\\u0430\\u0440\\u0438\\u0442\\u0438 \\u0441\\u0432\\u043E\\u0458\\u0430 \\u043F\\u0440\\u0430\\u0432\\u0430 \\u0437\\u0430 \\u043F\\u043E\\u0441\\u0435\\u0431\\u043D\\u0435 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0435 \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435\\u045B\\u0438 \\u0434\\u0443\\u0433\\u043C\\u0438\\u045B\\u0435 \\u0443 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443.","static.tcf.legint":"\\u041B\\u0435\\u0433\\u0438\\u0442\\u0438\\u043C\\u043D\\u0438 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441","static.tcf.legint_disclosure":"\\u041E\\u0431\\u0458\\u0430\\u0432\\u0459\\u0438\\u0432\\u0430\\u045A\\u0435 \\u043B\\u0435\\u0433\\u0438\\u0442\\u0438\\u043C\\u043D\\u043E\\u0433 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0430","static.tcf.privacy_policy":"\\u041F\\u0440\\u0430\\u0432\\u0438\\u043B\\u0430 \\u043E \\u043F\\u0440\\u0438\\u0432\\u0430\\u0442\\u043D\\u043E\\u0441\\u0442\\u0438","static.tcf.purposes":"\\u041D\\u0430\\u043C\\u0435\\u043D\\u0435","static.tcf.purposes.description":"\\u0423 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443 \\u045B\\u0435\\u0442\\u0435 \\u043F\\u0440\\u043E\\u043D\\u0430\\u045B\\u0438 \\u043B\\u0438\\u0441\\u0442\\u0443 \\u043D\\u0430\\u043C\\u0435\\u043D\\u0430 \\u0438 \\u043F\\u043E\\u0441\\u0435\\u0431\\u043D\\u0438\\u0445 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0430 \\u0437\\u0430 \\u043A\\u043E\\u0458\\u0435 \\u0441\\u0435 \\u0432\\u0430\\u0448\\u0438 \\u043F\\u043E\\u0434\\u0430\\u0446\\u0438 \\u043E\\u0431\\u0440\\u0430\\u0452\\u0443\\u0458\\u0443. \\u0421\\u0432\\u043E\\u0458\\u0430 \\u043F\\u0440\\u0430\\u0432\\u0430 \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u043E\\u0441\\u0442\\u0432\\u0430\\u0440\\u0438\\u0442\\u0438 \\u0443 \\u043E\\u0434\\u0440\\u0435\\u0452\\u0435\\u043D\\u0435 \\u0441\\u0432\\u0440\\u0445\\u0435, \\u043D\\u0430 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0443 \\u0441\\u0430\\u0433\\u043B\\u0430\\u0441\\u043D\\u043E\\u0441\\u0442\\u0438 \\u0438\\u043B\\u0438 \\u043B\\u0435\\u0433\\u0438\\u0442\\u0438\\u043C\\u043D\\u043E\\u0433 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0430, \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435\\u045B\\u0438 \\u0434\\u0443\\u0433\\u043C\\u0438\\u045B\\u0435 \\u0443 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443.","static.tcf.retention":"\\u0417\\u0430\\u0434\\u0440\\u0436\\u0430\\u0432\\u0430\\u045A\\u0435","static.tcf.retention_period_days":"\\u0434\\u0430\\u043D(\\u0430)","static.tcf.special_features":"\\u041F\\u043E\\u0441\\u0435\\u0431\\u043D\\u0435 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0435","static.tcf.special_purposes":"\\u041F\\u043E\\u0441\\u0435\\u0431\\u043D\\u0435 \\u043D\\u0430\\u043C\\u0435\\u043D\\u0435","static.tcf.vendors":"\\u0414\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438","static.tcf.vendors.description":"\\u0423 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443 \\u045B\\u0435\\u0442\\u0435 \\u043F\\u0440\\u043E\\u043D\\u0430\\u045B\\u0438 \\u043B\\u0438\\u0441\\u0442\\u0443 \\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0430 \\u043A\\u043E\\u0458\\u0438 \\u043E\\u0431\\u0440\\u0430\\u0452\\u0443\\u0458\\u0443 \\u0432\\u0430\\u0448\\u0435 \\u043F\\u043E\\u0434\\u0430\\u0442\\u043A\\u0435 \\u0438 \\u0441\\u0432\\u0440\\u0445\\u0435 \\u0438\\u043B\\u0438 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0435 \\u043E\\u0431\\u0440\\u0430\\u0434\\u0435 \\u043A\\u043E\\u0458\\u0435 \\u0441\\u0443 \\u0434\\u0435\\u043A\\u043B\\u0430\\u0440\\u0438\\u0440\\u0430\\u043B\\u0438. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u043E\\u0441\\u0442\\u0432\\u0430\\u0440\\u0438\\u0442\\u0438 \\u0441\\u0432\\u043E\\u0458\\u0430 \\u043F\\u0440\\u0430\\u0432\\u0430 \\u0437\\u0430 \\u0441\\u0432\\u0430\\u043A\\u043E\\u0433 \\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0430 \\u043D\\u0430 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0443 \\u043F\\u0440\\u0430\\u0432\\u043D\\u0435 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0435 \\u043A\\u043E\\u0458\\u0443 \\u043E\\u043D\\u0438 \\u0442\\u0432\\u0440\\u0434\\u0435.","static.tcf.vendors.iab":"IAB TCF \\u0414\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438","static.tcf.vendors.other":"\\u0414\\u0440\\u0443\\u0433\\u0438 \\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438","static.tcf.vendors_count":"\\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447(\\u0430)","static.tcf.vendors_using_consent":"\\u0414\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438 \\u043A\\u043E\\u0458\\u0438 \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435 \\u0441\\u0430\\u0433\\u043B\\u0430\\u0441\\u043D\\u043E\\u0441\\u0442","static.tcf.vendors_using_legint":"\\u0414\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438 \\u043A\\u043E\\u0458\\u0438 \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435 \\u043B\\u0435\\u0433\\u0438\\u0442\\u0438\\u043C\\u043D\\u0438 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441"},yv={"static.tcf.consent":"Saglasnost","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj dobavlja\\u010D koristi i druge metode, kao \\u0161to je \\u201Elokalno skladi\\u0161te\\u201C za skladi\\u0161tenje i pristup informacijama na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.intro":"\\u010Duva kola\\u010Dic\\u0301e sa maksimalnim trajanjem od oko ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \\u0161to je \\u201Elokalno skladi\\u0161te\\u201C za skladi\\u0161tenje i pristup informacijama na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi kola\\u010Di\\u0107i mogu da se osve\\u017Eavaju.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Namene","static.tcf.features.description":"U nastavku sledi spisak namena u koje se va\\u0161i podaci obra\\u0111uju. Svoja prava mo\\u017Eete ostvariti u odre\\u0111ene svrhe koriste\\u0107i prekida\\u010De u nastavku.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Otkrivanje legitimnog interesa","static.tcf.privacy_policy":"Pravila privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku sledi spisak svrha i posebnih namena u koje se va\\u0161i podaci obra\\u0111uju. Svoja prava mo\\u017Eete ostvariti u odre\\u0111ene svrhe, na osnovu saglasnosti ili legitimnog interesa, koristec\\u0301i prekida\\u010De ispod.","static.tcf.retention":"Zadr\\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne namene","static.tcf.special_purposes":"Posebne namene","static.tcf.vendors":"Dobavlja\\u010Di","static.tcf.vendors.description":"U nastavku sledi spisak dobavlja\\u010Da koji obra\\u0111uju va\\u0161e podatke i svrhe ili namene obrade koje oni deklari\\u0161u. Svoja prava mo\\u017Eete ostvariti za svakog dobavlja\\u010Da na osnovu pravne osnove koju oni navode.","static.tcf.vendors.iab":"IAB TCF dobavlja\\u010Di","static.tcf.vendors.other":"Drugi dobavlja\\u010Di","static.tcf.vendors_count":"dobavlja\\u010D(a)","static.tcf.vendors_using_consent":"Dobavlja\\u010Di koji koriste saglasnost","static.tcf.vendors_using_legint":"Dobavlja\\u010Di koji koriste legitiman interes"},kv={"static.tcf.consent":"Samtycke","static.tcf.cookie_disclosure.also_non_cookie":"Denna leverant\\xF6r anv\\xE4nder ocks\\xE5 andra metoder som \\u201Dlokal lagring\\u201D f\\xF6r att lagra och f\\xE5 tillg\\xE5ng till information p\\xE5 din enhet.","static.tcf.cookie_disclosure.intro":"lagrar kakor max ungef\\xE4r s\\xE5 h\\xE4r m\\xE5nga dagar:","static.tcf.cookie_disclosure.non_cookie":"anv\\xE4nder ocks\\xE5 metoder som \\u201Dlokal lagring\\u201D f\\xF6r att lagra och f\\xE5 tillg\\xE5ng till information p\\xE5 din enhet.","static.tcf.cookie_disclosure.refresh":"Dessa kakor kan komma att f\\xF6rnyas.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funktioner","static.tcf.features.description":"H\\xE4r nedan hittar du en lista av de funktioner f\\xF6r vilka dina uppgifter behandlas. Du kan ut\\xF6va dina r\\xE4ttigheter f\\xF6r s\\xE4rskilda funktioner genom menyvalen h\\xE4r nedan.","static.tcf.legint":"Ber\\xE4ttigat intresse","static.tcf.legint_disclosure":"Beskrivning av ber\\xE4ttigat intresse","static.tcf.privacy_policy":"Integritetspolicy","static.tcf.purposes":"\\xC4ndam\\xE5l","static.tcf.purposes.description":"H\\xE4r nedan hittar du en lista av de \\xE4ndam\\xE5l och s\\xE4rskilda funktioner f\\xF6r vilka dina uppgifter behandlas. Du kan ut\\xF6va dina r\\xE4ttigheter f\\xF6r s\\xE4rskilda \\xE4ndam\\xE5l, baserat p\\xE5 samtycke och ber\\xE4ttigat intresse, genom menyvalen h\\xE4r nedan.","static.tcf.retention":"Lagring","static.tcf.retention_period_days":"Dag(ar)","static.tcf.special_features":"S\\xE4rskilda funktioner","static.tcf.special_purposes":"S\\xE4rskilda \\xE4ndam\\xE5l","static.tcf.vendors":"Leverant\\xF6rer","static.tcf.vendors.description":"H\\xE4r nedan hittar du en lista av leverant\\xF6rer som behandlar dina uppgifter och \\xE4ndam\\xE5len eller funktionerna f\\xF6r behandlingen de uppgivit. Du kan ut\\xF6va dina r\\xE4ttigheter f\\xF6r varje leverant\\xF6r baserat p\\xE5 den r\\xE4ttsliga grund de h\\xE4vdar.","static.tcf.vendors.iab":"IAB TCF Leverant\\xF6rer","static.tcf.vendors.other":"Andra leverant\\xF6rer","static.tcf.vendors_count":"Leverant\\xF6r(er)","static.tcf.vendors_using_consent":"Leverant\\xF6rer som anv\\xE4nder samtycke","static.tcf.vendors_using_legint":"Leverant\\xF6rer som anv\\xE4nder ber\\xE4ttigat intresse"},Cv={"static.tcf.consent":"\\u0130zin","static.tcf.cookie_disclosure.also_non_cookie":\'Bu sat\\u0131c\\u0131 ayr\\u0131ca cihaz\\u0131n\\u0131zdaki bilgileri depolamak ve bilgilere eri\\u015Fmek i\\xE7in "yerel depolama" gibi ba\\u015Fka y\\xF6ntemler de kullan\\u0131r.\',"static.tcf.cookie_disclosure.intro":"\\xE7erezleri en fazla yakla\\u015F\\u0131k \\u015Fu kadar g\\xFCn saklar:","static.tcf.cookie_disclosure.non_cookie":\'cihaz\\u0131n\\u0131zdaki bilgileri depolamak ve bilgilere eri\\u015Fmek i\\xE7in "yerel depolama" gibi y\\xF6ntemler kullan\\u0131r.\',"static.tcf.cookie_disclosure.refresh":"Bu \\xE7erezler yenilenebilir.","static.tcf.data_categories":"Veri kategorileri","static.tcf.features":"\\xD6zellikler","static.tcf.features.description":"Verilerinizin i\\u015Flendi\\u011Fi \\xF6zelliklerin bir listesini a\\u015Fa\\u011F\\u0131da bulabilirsiniz. A\\u015Fa\\u011F\\u0131daki ge\\xE7i\\u015F d\\xFC\\u011Fmelerini kullanarak \\xF6zel niteliklere ili\\u015Fkin haklar\\u0131n\\u0131z\\u0131 kullanabilirsiniz.","static.tcf.legint":"Me\\u015Fru Menfaat","static.tcf.legint_disclosure":"Me\\u015Fru menfaat a\\xE7\\u0131klamas\\u0131","static.tcf.privacy_policy":"Gizlilik Politikas\\u0131","static.tcf.purposes":"Ama\\xE7lar","static.tcf.purposes.description":"Verilerinizin i\\u015Flenme ama\\xE7lar\\u0131 ve i\\u015Flendi\\u011Fi \\xF6zel niteliklerin bir listesini a\\u015Fa\\u011F\\u0131da bulabilirsiniz. A\\u015Fa\\u011F\\u0131daki d\\xFC\\u011Fmeleri kullanarak haklar\\u0131n\\u0131z\\u0131 belirli ama\\xE7lar do\\u011Frultusunda, izne veya me\\u015Fru menfaate dayal\\u0131 olarak kullanabilirsiniz.","static.tcf.retention":"Tutma","static.tcf.retention_period_days":"g\\xFCn","static.tcf.special_features":"\\xD6zel nitelikler","static.tcf.special_purposes":"\\xD6zel ama\\xE7lar","static.tcf.vendors":"Sat\\u0131c\\u0131lar","static.tcf.vendors.description":"A\\u015Fa\\u011F\\u0131da, verilerinizi i\\u015Fleyen sat\\u0131c\\u0131lar\\u0131n bir listesini ve beyan ettikleri i\\u015Fleme ama\\xE7lar\\u0131n\\u0131 veya \\xF6zelliklerini bulabilirsiniz. Haklar\\u0131n\\u0131z\\u0131 her sat\\u0131c\\u0131 i\\xE7in onlar\\u0131n ileri s\\xFCrd\\xFC\\u011F\\xFC yasal dayanaklara g\\xF6re kullanabilirsiniz.","static.tcf.vendors.iab":"IAB TCF Sat\\u0131c\\u0131lar\\u0131","static.tcf.vendors.other":"Di\\u011Fer sat\\u0131c\\u0131lar","static.tcf.vendors_count":"sat\\u0131c\\u0131","static.tcf.vendors_using_consent":"Onay kullanan sat\\u0131c\\u0131lar","static.tcf.vendors_using_legint":"Me\\u015Fru menfaat kullanan sat\\u0131c\\u0131lar"},wv={"static.tcf.consent":"\\u0417\\u0433\\u043E\\u0434\\u0430","static.tcf.cookie_disclosure.also_non_cookie":"\\u0426\\u0435\\u0439 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A \\u0442\\u0430\\u043A\\u043E\\u0436 \\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u0454 \\u0456\\u043D\\u0448\\u0456 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0438, \\u044F\\u043A-\\u043E\\u0442 \\xAB\\u043B\\u043E\\u043A\\u0430\\u043B\\u044C\\u043D\\u0435 \\u0441\\u0445\\u043E\\u0432\\u0438\\u0449\\u0435\\xBB \\u0434\\u043B\\u044F \\u0437\\u0431\\u0435\\u0440\\u0456\\u0433\\u0430\\u043D\\u043D\\u044F \\u0442\\u0430 \\u0434\\u043E\\u0441\\u0442\\u0443\\u043F\\u0443 \\u0434\\u043E \\u0456\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0456\\u0457 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u043E\\u043C\\u0443 \\u043F\\u0440\\u0438\\u0441\\u0442\\u0440\\u043E\\u0457.","static.tcf.cookie_disclosure.intro":"\\u0437\\u0431\\u0435\\u0440\\u0456\\u0433\\u0430\\u0454 \\u0444\\u0430\\u0439\\u043B\\u0438 cookie \\u0437 \\u043C\\u0430\\u043A\\u0441\\u0438\\u043C\\u0430\\u043B\\u044C\\u043D\\u043E\\u044E \\u0442\\u0440\\u0438\\u0432\\u0430\\u043B\\u0456\\u0441\\u0442\\u044E \\u043F\\u0440\\u0438\\u0431\\u043B\\u0438\\u0437\\u043D\\u043E \\u0441\\u0442\\u0456\\u043B\\u044C\\u043A\\u0438 \\u0434\\u043D\\u0456\\u0432:","static.tcf.cookie_disclosure.non_cookie":"\\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u0454 \\u0442\\u0430\\u043A\\u0456 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0438, \\u044F\\u043A \\xAB\\u043B\\u043E\\u043A\\u0430\\u043B\\u044C\\u043D\\u0435 \\u0441\\u0445\\u043E\\u0432\\u0438\\u0449\\u0435\\xBB \\u0434\\u043B\\u044F \\u0437\\u0431\\u0435\\u0440\\u0456\\u0433\\u0430\\u043D\\u043D\\u044F \\u0442\\u0430 \\u0434\\u043E\\u0441\\u0442\\u0443\\u043F\\u0443 \\u0434\\u043E \\u0456\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0456\\u0457 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u043E\\u043C\\u0443 \\u043F\\u0440\\u0438\\u0441\\u0442\\u0440\\u043E\\u0457.","static.tcf.cookie_disclosure.refresh":"\\u0426\\u0456 \\u0444\\u0430\\u0439\\u043B\\u0438 cookie \\u043C\\u043E\\u0436\\u0443\\u0442\\u044C \\u0431\\u0443\\u0442\\u0438 \\u043E\\u043D\\u043E\\u0432\\u043B\\u0435\\u043D\\u0456.","static.tcf.data_categories":"\\u041A\\u0430\\u0442\\u0435\\u0433\\u043E\\u0440\\u0456\\u0457 \\u0434\\u0430\\u043D\\u0438\\u0445","static.tcf.features":"\\u0424\\u0443\\u043D\\u043A\\u0446\\u0456\\u0457","static.tcf.features.description":"\\u041D\\u0438\\u0436\\u0447\\u0435 \\u0432\\u043A\\u0430\\u0437\\u0430\\u043D\\u0438\\u0439 \\u043F\\u0435\\u0440\\u0435\\u043B\\u0456\\u043A \\u0444\\u0443\\u043D\\u043A\\u0446\\u0456\\u0439, \\u0434\\u043B\\u044F \\u044F\\u043A\\u0438\\u0445 \\u043E\\u0431\\u0440\\u043E\\u0431\\u043B\\u044F\\u044E\\u0442\\u044C\\u0441\\u044F \\u0432\\u0430\\u0448\\u0456 \\u0434\\u0430\\u043D\\u0456. \\u0412\\u0438 \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0441\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0430\\u0442\\u0438\\u0441\\u044F \\u0441\\u0432\\u043E\\u0457\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u043D\\u0430 \\u0441\\u043F\\u0435\\u0446\\u0456\\u0430\\u043B\\u044C\\u043D\\u0456 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0456\\u0457 \\u0437\\u0430 \\u0434\\u043E\\u043F\\u043E\\u043C\\u043E\\u0433\\u043E\\u044E \\u043F\\u0435\\u0440\\u0435\\u043C\\u0438\\u043A\\u0430\\u0447\\u0456\\u0432 \\u043D\\u0438\\u0436\\u0447\\u0435.","static.tcf.legint":"\\u0417\\u0430\\u043A\\u043E\\u043D\\u043D\\u0438\\u0439 \\u0456\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441","static.tcf.legint_disclosure":"\\u0420\\u043E\\u0437\\u043A\\u0440\\u0438\\u0442\\u0442\\u044F \\u0456\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0456\\u0457 \\u043F\\u0440\\u043E \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u0456 \\u0456\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0438","static.tcf.privacy_policy":"\\u041F\\u043E\\u043B\\u0456\\u0442\\u0438\\u043A\\u0430 \\u043A\\u043E\\u043D\\u0444\\u0456\\u0434\\u0435\\u043D\\u0446\\u0456\\u0439\\u043D\\u043E\\u0441\\u0442\\u0456","static.tcf.purposes":"\\u0426\\u0456\\u043B\\u0456","static.tcf.purposes.description":"\\u041D\\u0438\\u0436\\u0447\\u0435 \\u0432\\u043A\\u0430\\u0437\\u0430\\u043D\\u0438\\u0439 \\u043F\\u0435\\u0440\\u0435\\u043B\\u0456\\u043A \\u0446\\u0456\\u043B\\u0435\\u0439 \\u0456 \\u0441\\u043F\\u0435\\u0446\\u0456\\u0430\\u043B\\u044C\\u043D\\u0438\\u0445 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0456\\u0439, \\u0434\\u043B\\u044F \\u044F\\u043A\\u0438\\u0445 \\u043E\\u0431\\u0440\\u043E\\u0431\\u043B\\u044F\\u044E\\u0442\\u044C\\u0441\\u044F \\u0432\\u0430\\u0448\\u0456 \\u0434\\u0430\\u043D\\u0456. \\u0412\\u0438 \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0441\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0430\\u0442\\u0438\\u0441\\u044F \\u0441\\u0432\\u043E\\u0457\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0434\\u043B\\u044F \\u043A\\u043E\\u043D\\u043A\\u0440\\u0435\\u0442\\u043D\\u0438\\u0445 \\u0446\\u0456\\u043B\\u0435\\u0439 \\u043D\\u0430 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0456 \\u0437\\u0433\\u043E\\u0434\\u0438 \\u0430\\u0431\\u043E \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u043E\\u0433\\u043E \\u0456\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0443, \\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u044E\\u0447\\u0438 \\u043F\\u0435\\u0440\\u0435\\u043C\\u0438\\u043A\\u0430\\u0447\\u0456 \\u043D\\u0438\\u0436\\u0447\\u0435.","static.tcf.retention":"\\u0417\\u0431\\u0435\\u0440\\u0456\\u0433\\u0430\\u043D\\u043D\\u044F","static.tcf.retention_period_days":"\\u0434\\u0435\\u043D\\u044C(\\u0434\\u043D\\u0456\\u0432)","static.tcf.special_features":"\\u0421\\u043F\\u0435\\u0446\\u0456\\u0430\\u043B\\u044C\\u043D\\u0456 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0456\\u0457","static.tcf.special_purposes":"\\u0421\\u043F\\u0435\\u0446\\u0456\\u0430\\u043B\\u044C\\u043D\\u0456 \\u0446\\u0456\\u043B\\u0456","static.tcf.vendors":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438","static.tcf.vendors.description":"\\u041D\\u0438\\u0436\\u0447\\u0435 \\u0432\\u043A\\u0430\\u0437\\u0430\\u043D\\u0438\\u0439 \\u043F\\u0435\\u0440\\u0435\\u043B\\u0456\\u043A \\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0456\\u0432, \\u044F\\u043A\\u0456 \\u043E\\u0431\\u0440\\u043E\\u0431\\u043B\\u044F\\u044E\\u0442\\u044C \\u0432\\u0430\\u0448\\u0456 \\u0434\\u0430\\u043D\\u0456, \\u0430 \\u0442\\u0430\\u043A\\u043E\\u0436 \\u0437\\u0430\\u044F\\u0432\\u043B\\u0435\\u043D\\u0456 \\u0446\\u0456\\u043B\\u0456 \\u0430\\u0431\\u043E \\u043E\\u0441\\u043E\\u0431\\u043B\\u0438\\u0432\\u043E\\u0441\\u0442\\u0456 \\u043E\\u0431\\u0440\\u043E\\u0431\\u043A\\u0438. \\u0412\\u0438 \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0441\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0430\\u0442\\u0438\\u0441\\u044F \\u0441\\u0432\\u043E\\u0457\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0449\\u043E\\u0434\\u043E \\u043A\\u043E\\u0436\\u043D\\u043E\\u0433\\u043E \\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0430 \\u043D\\u0430 \\u043F\\u0456\\u0434\\u0441\\u0442\\u0430\\u0432\\u0456 \\u0437\\u0430\\u0441\\u0442\\u043E\\u0441\\u043E\\u0432\\u0443\\u0432\\u0430\\u043D\\u0438\\u0445 \\u043F\\u0440\\u0430\\u0432\\u043E\\u0432\\u0438\\u0445 \\u043F\\u0456\\u0434\\u0441\\u0442\\u0430\\u0432.","static.tcf.vendors.iab":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438 IAB TCF","static.tcf.vendors.other":"\\u0406\\u043D\\u0448\\u0456 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438","static.tcf.vendors_count":"\\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A(-\\u0456\\u0432)","static.tcf.vendors_using_consent":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438, \\u044F\\u043A\\u0456 \\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u044E\\u0442\\u044C \\u043F\\u0440\\u043E\\u0446\\u0435\\u0441 \\u0437\\u0433\\u043E\\u0434\\u0438","static.tcf.vendors_using_legint":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438, \\u044F\\u043A\\u0456 \\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u044E\\u0442\\u044C \\u043F\\u0440\\u0430\\u0432\\u043E \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u043E\\u0433\\u043E \\u0456\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0443"},Ev={"static.tcf.consent":"\\u540C\\u610F\\u51FD","static.tcf.cookie_disclosure.also_non_cookie":"\\u8BE5\\u4F9B\\u5E94\\u5546\\u8FD8\\u4F7F\\u7528\\u201C\\u672C\\u5730\\u5B58\\u50A8\\u201D\\u7B49\\u5176\\u4ED6\\u65B9\\u6CD5\\u6765\\u5B58\\u50A8\\u548C\\u8BBF\\u95EE\\u60A8\\u8BBE\\u5907\\u4E0A\\u7684\\u4FE1\\u606F\\u3002","static.tcf.cookie_disclosure.intro":"\\u5B58\\u50A8 cookie \\u7684\\u6700\\u5927\\u9884\\u4F30\\u6301\\u7EED\\u65F6\\u95F4\\uFF08\\u5929\\u6570\\uFF09\\uFF1A","static.tcf.cookie_disclosure.non_cookie":"\\u4F7F\\u7528\\u201C\\u672C\\u5730\\u5B58\\u50A8\\u201D\\u7B49\\u5176\\u4ED6\\u65B9\\u6CD5\\u6765\\u5B58\\u50A8\\u548C\\u8BBF\\u95EE\\u60A8\\u8BBE\\u5907\\u4E0A\\u7684\\u4FE1\\u606F\\u3002","static.tcf.cookie_disclosure.refresh":"\\u8FD9\\u4E9B cookie \\u53EF\\u80FD\\u4F1A\\u88AB\\u5237\\u65B0\\u3002","static.tcf.data_categories":"\\u6570\\u636E\\u7C7B\\u522B","static.tcf.features":"\\u529F\\u80FD","static.tcf.features.description":"\\u5728\\u4E0B\\u9762\\uFF0C\\u60A8\\u53EF\\u4EE5\\u770B\\u5230\\u5904\\u7406\\u60A8\\u6570\\u636E\\u7684\\u529F\\u80FD\\u5217\\u8868\\u3002\\u60A8\\u53EF\\u4EE5\\u4F7F\\u7528\\u4E0B\\u9762\\u7684\\u5207\\u6362\\u5F00\\u5173\\u5728\\u7279\\u6B8A\\u529F\\u80FD\\u65B9\\u9762\\u884C\\u4F7F\\u6743\\u5229\\u3002","static.tcf.legint":"\\u5408\\u6CD5\\u6743\\u76CA","static.tcf.legint_disclosure":"\\u5408\\u6CD5\\u6743\\u76CA\\u62AB\\u9732","static.tcf.privacy_policy":"\\u9690\\u79C1\\u653F\\u7B56","static.tcf.purposes":"\\u76EE\\u7684","static.tcf.purposes.description":"\\u4E0B\\u9762\\uFF0C\\u60A8\\u53EF\\u4EE5\\u770B\\u5230\\u60A8\\u6570\\u636E\\u7684\\u5904\\u7406\\u76EE\\u7684\\u548C\\u7279\\u6B8A\\u529F\\u80FD\\u5217\\u8868\\u3002\\u51FA\\u4E8E\\u7279\\u5B9A\\u76EE\\u7684\\uFF0C\\u60A8\\u53EF\\u4EE5\\u6839\\u636E\\u540C\\u610F\\u51FD\\u6216\\u5408\\u6CD5\\u5229\\u76CA\\uFF0C\\u4F7F\\u7528\\u4E0B\\u9762\\u7684\\u5207\\u6362\\u5F00\\u5173\\u884C\\u4F7F\\u60A8\\u7684\\u6743\\u5229\\u3002","static.tcf.retention":"\\u4FDD\\u7559\\u671F","static.tcf.retention_period_days":"\\u5929","static.tcf.special_features":"\\u7279\\u6B8A\\u529F\\u80FD","static.tcf.special_purposes":"\\u7279\\u6B8A\\u76EE\\u7684","static.tcf.vendors":"\\u4F9B\\u5E94\\u5546","static.tcf.vendors.description":"\\u5728\\u4E0B\\u9762\\uFF0C\\u60A8\\u53EF\\u4EE5\\u770B\\u5230\\u5904\\u7406\\u60A8\\u6570\\u636E\\u7684\\u4F9B\\u5E94\\u5546\\u5217\\u8868\\uFF0C\\u53CA\\u5176\\u58F0\\u660E\\u7684\\u5904\\u7406\\u76EE\\u7684\\u6216\\u529F\\u80FD\\u3002\\u60A8\\u53EF\\u4EE5\\u6839\\u636E\\u6BCF\\u4E2A\\u4F9B\\u5E94\\u5546\\u4E3B\\u5F20\\u7684\\u6CD5\\u5F8B\\u4F9D\\u636E\\u5BF9\\u5176\\u884C\\u4F7F\\u6743\\u5229\\u3002","static.tcf.vendors.iab":"IAB TCF \\u4F9B\\u5E94\\u5546","static.tcf.vendors.other":"\\u5176\\u4ED6\\u4F9B\\u5E94\\u5546","static.tcf.vendors_count":"\\u4E2A\\u4F9B\\u5E94\\u5546","static.tcf.vendors_using_consent":"\\u4F9B\\u5E94\\u5546\\u4F7F\\u7528\\u540C\\u610F\\u51FD","static.tcf.vendors_using_legint":"\\u4F9B\\u5E94\\u5546\\u4F7F\\u7528\\u5408\\u6CD5\\u6743\\u76CA"};const Ns={ar:Rf,bg:Vf,bs:Mf,ca:Uf,cs:Bf,da:Gf,de:Hf,el:qf,en:Kf,es:Yf,"es-MX":Wf,et:Jf,eu:Zf,fi:Qf,fr:Xf,"fr-CA":ev,gl:tv,"hi-IN":iv,hr:sv,hu:nv,it:ov,ja:rv,lt:av,lv:cv,mt:lv,nl:dv,no:uv,pl:pv,"pt-BR":fv,"pt-PT":vv,ro:gv,ru:_v,sk:mv,sl:hv,"sr-Cyrl":bv,"sr-Latn":yv,sv:kv,tr:Cv,uk:wv,zh:Ev};function jv(t){return Object.keys(Ns).forEach(e=>{t.load(e,Ns[e])}),Object.keys(Ns)}var xv=Object.defineProperty,ua=Object.getOwnPropertySymbols,Iv=Object.prototype.hasOwnProperty,Pv=Object.prototype.propertyIsEnumerable,pa=(t,e,i)=>e in t?xv(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ov=(t,e)=>{for(var i in e||(e={}))Iv.call(e,i)&&pa(t,i,e[i]);if(ua)for(var i of ua(e))Pv.call(e,i)&&pa(t,i,e[i]);return t};const Tv=(t,e)=>{const{i18n:i}=t;jv(i),vs(p(Uo,{i18nInstance:i},p(Kd,null,p(Od,null,p(qo,null,p(Df,Ov({experienceMinimal:t.experience},t)))))),e)},fa="__tcfapiLocator",va=t=>{if(!window.frames[t])if(window.document.body){const e=window.document.createElement("iframe");e.style.cssText="display:none",e.name=t,window.document.body.appendChild(e)}else setTimeout(()=>va(t),5)},Sv=t=>{let e=window,i;for(;e;){try{if(e.frames[t]){i=e;break}}catch{}if(e===window.top)break;e=e.parent}return i},Av=t=>typeof t=="object"&&t!=null&&"__tcfapiCall"in t,zv=({gdprAppliesDefault:t=!1})=>{var e;const i=[],s=window;let n=t;function o(...r){return r.length?(r[0]==="setGdprApplies"?r.length>3&&parseInt(r[1],10)===2&&typeof r[3]=="boolean"&&(n=r[3],typeof r[2]=="function"&&r[2]("set",!0)):r[0]==="ping"?typeof r[2]=="function"&&r[2]({gdprApplies:n,cmpLoaded:!1,cmpStatus:"stub"}):i.push(r),null):i}function a(r){const c=typeof r.data=="string";let l={};if(c)try{l=JSON.parse(r.data)}catch{l={}}else l=r.data;if(!Av(l))return null;const u=l.__tcfapiCall;return u&&window.__tcfapi&&window.__tcfapi(u.command,u.version,(d,v)=>{const g={__tcfapiReturn:{returnValue:d,success:v,callId:u.callId}};r&&r.source&&r.source.postMessage&&r.source.postMessage(c?JSON.stringify(g):g,"*")},u.parameter),null}if(!Sv(fa)){va(fa);const r=o;if(typeof r!="function")throw new Error("TCF API failed to initialize");s.__tcfapi=r,s.addEventListener("message",a,!1),s.Fides.options.debug&&((e=s?.__tcfapi)==null||e.call(s,"addEventListener",2,c=>{}))}};var Lv=Object.defineProperty,Nv=Object.defineProperties,$v=Object.getOwnPropertyDescriptors,ga=Object.getOwnPropertySymbols,Fv=Object.prototype.hasOwnProperty,Dv=Object.prototype.propertyIsEnumerable,_a=(t,e,i)=>e in t?Lv(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,xe=(t,e)=>{for(var i in e||(e={}))Fv.call(e,i)&&_a(t,i,e[i]);if(ga)for(var i of ga(e))Dv.call(e,i)&&_a(t,i,e[i]);return t},Ti=(t,e)=>Nv(t,$v(e)),Rv=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Vv=({cookie:t,experience:e})=>t.fides_string?Ts(e,t):e;function Mv(t){return Rv(this,null,function*(){var e,i,s,n,o,a;let r=(e=t??this.config)!=null?e:li("Fides must be initialized with a configuration object");hn(!!((i=r.options)!=null&&i.debug)),this.config=r,et(this),we("FidesInitializing",void 0,{gppEnabled:this.config.options.gppEnabled||((n=(s=this.config.experience)==null?void 0:s.gpp_settings)==null?void 0:n.enabled),tcfEnabled:this.config.options.tcfEnabled});const c=di(Ge.OPTIONS,r);zv({gdprAppliesDefault:c?.fidesTcfGdprApplies});const l=di(Ge.EXPERIENCE_TRANSLATION,r),u=yield Or(r);!c.fidesString&&u!=null&&u.fides_string&&(c.fidesString=u.fides_string);const d={optionsOverrides:c,consentPrefsOverrides:u,experienceTranslationOverrides:l};r=Ti(xe({},r),{options:xe(xe({},r.options),d.optionsOverrides)}),this.cookie=xe({},co(r)),this.saved_consent=xe({},this.cookie.consent);const{fidesString:v}=r.options;let g=!1;if(v)try{const{tc:h}=It(v);g=!!$t.decode(h);const b={fides_string:v,tcf_version_hash:(a=(o=d.consentPrefsOverrides)==null?void 0:o.version_hash)!=null?a:this.cookie.tcf_version_hash};this.cookie=xe(xe({},this.cookie),b)}catch{}this.experience=r.experience;const f=!Mi(this.cookie);if(Op(),f||g){const h=lo(Ti(xe({},r),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Fp}));Object.assign(this,h),et(this),this.experience=h.experience,Qi(this.cookie,{shouldShowExperience:this.shouldShowExperience()})}const _=yield uo(Ti(xe({},r),{fides:this,initOverlay:gs,renderOverlay:Tv,updateExperience:Vv,overrides:d,propertyId:r.propertyId}));Object.assign(this,_),et(this),Xi(this.cookie,{shouldShowExperience:this.shouldShowExperience()})})}const Uv=os({tcfEnabled:!0}),Bv=Ti(xe({},Uv),{init:Mv});typeof window<"u"&&(window.Fides=Bv),C.BannerEnabled=Ys,C.ButtonType=me,C.CONSENT_COOKIE_MAX_AGE_DAYS=rn,C.CONSENT_COOKIE_NAME=Vi,C.ComponentType=oe,C.ConsentFlagType=Ye,C.ConsentMechanism=ne,C.ConsentMethod=R,C.ConsentNonApplicableFlagMode=pt,C.EnforcementLevel=Ks,C.FidesEventOrigin=Qe,C.FidesEventTargetType=fe,C.GpcStatus=Te,C.Layer1ButtonOption=Ft,C.OverrideType=Ge,C.PrivacyNoticeFramework=qs,C.RejectAllMechanism=Fi,C.RequestOrigin=Ws,C.SaveConsentPreference=Ue,C.ServingComponent=We,C.UpdateConsentValidation=Be,C.UserConsentPreference=ae,C.allNoticesAreDefaultOptIn=ic,C.applyOverridesToConsent=xt,C.buildCookieConsentFromConsentPreferences=Bi,C.consentCookieObjHasSomeConsentSet=Yt,C.constructFidesRegionString=Qt,C.createConsentPreferencesToSave=xn,C.decodeNoticeConsentString=Ji,C.defaultShowModal=Wi,C.dispatchConsentLoadedEvents=Qi,C.dispatchFidesEvent=we,C.dispatchFidesInitialized=Zi,C.dispatchReadyEvents=Xi,C.encodeNoticeConsentString=In,C.experienceIsValid=Ki,C.getConsentContext=tt,C.getCookieByName=Wt,C.getCoreFides=os,C.getFidesConsentCookie=He,C.getGpcStatusFromNotice=Yi,C.getOrMakeFidesCookie=ln,C.getOverrideValidatorMapByType=En,C.getTcfDefaultPreference=sc,C.getWindowObjFromPath=jn,C.initOverlay=gs,C.isConsentOverride=Xt,C.isNewFidesCookie=Mi,C.isPrivacyExperience=Ze,C.isValidAcString=Pn,C.makeConsentDefaultsLegacy=pn,C.makeFidesCookie=cn,C.noticeHasConsentInCookie=Ut,C.onFidesEvent=An,C.parseFidesDisabledNotices=Qs,C.processExternalConsentValue=Et,C.raise=li,C.removeCookiesFromBrowser=fn,C.resolveConsentValue=Bt,C.resolveLegacyConsentValue=Xs,C.saveFidesCookie=dn,C.shouldResurfaceBanner=ei,C.transformConsentToFidesUserPreference=ce,C.transformTcfPreferencesToCookieKeys=un,C.transformUserPreferenceToBoolean=Se,C.updateCookieFromExperience=vn,C.updateCookieFromNoticePreferences=Jt,C.updateExperience=to,C.updateExperienceFromCookieConsentNotices=Ui,C.updateWindowFides=et,C.validateOptions=wn});\n'};let n=null,e=null;function s(){e&&(e.remove(),e=null),n=null}function o(u="standard"){n!==u&&(s(),e=document.createElement("script"),e.textContent=i[u],n=u,document.head.appendChild(e))}o.cleanup=s,window.FidesPreview=o,t.FidesPreview=o});
1
+ (function(t,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(t=typeof globalThis<"u"?globalThis:t||self,i(t.FidesPreview={}))})(this,function(t){"use strict";const i={standard:'(function(g,je){typeof exports=="object"&&typeof module<"u"?je(exports):(g=typeof globalThis<"u"?globalThis:g||self,je(g.Fides={}))})(this,function(g){"use strict";var je=Object.defineProperty,qi=(e,t,n)=>t in e?je(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kt=(e,t,n)=>qi(e,typeof t!="symbol"?t+"":t,n);class pe{constructor(t,n,o){kt(this,"consentPreference"),kt(this,"notice"),kt(this,"noticeHistoryId"),this.notice=t,this.consentPreference=n,this.noticeHistoryId=o}}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 ln=(e=>(e.GPP_US_NATIONAL="gpp_us_national",e.GPP_US_STATE="gpp_us_state",e))(ln||{}),cn=(e=>(e.FRONTEND="frontend",e.SYSTEM_WIDE="system_wide",e.NOT_APPLICABLE="not_applicable",e))(cn||{}),K=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.NOTICE_ONLY="notice_only",e))(K||{}),U=(e=>(e.OPT_IN="opt_in",e.OPT_OUT="opt_out",e.ACKNOWLEDGE="acknowledge",e.NOT_APPLICABLE="not_applicable",e.TCF="tcf",e))(U||{}),he=(e=>(e.OMIT="omit",e.INCLUDE="include",e))(he||{}),ue=(e=>(e.BOOLEAN="boolean",e.CONSENT_MECHANISM="consent_mechanism",e))(ue||{}),re=(e=>(e.THROW="throw",e.WARN="warn",e.IGNORE="ignore",e))(re||{}),z=(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))(z||{}),dn=(e=>(e.ALWAYS_ENABLED="always_enabled",e.ENABLED_WHERE_REQUIRED="enabled_where_required",e.ALWAYS_DISABLED="always_disabled",e))(dn||{}),we=(e=>(e.OPTIONS="options",e.EXPERIENCE_TRANSLATION="language",e))(we||{}),J=(e=>(e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e))(J||{}),Ct=(e=>(e.ACKNOWLEDGE="acknowledge",e.OPT_IN_OPT_OUT="opt_in_opt_out",e.OPT_IN_ONLY="opt_in_only",e))(Ct||{}),pn=(e=>(e.REJECT_ALL="reject_all",e.REJECT_CONSENT_ONLY="reject_consent_only",e))(pn||{}),L=(e=>(e.BUTTON="button",e.REJECT="reject",e.ACCEPT="accept",e.SCRIPT="script",e.SAVE="save",e.DISMISS="dismiss",e.GPC="gpc",e.INDIVIDUAL_NOTICE="individual_notice",e.ACKNOWLEDGE="acknowledge",e.OT_MIGRATION="ot_migration",e))(L||{}),un=(e=>(e.privacy_center="privacy_center",e.overlay="overlay",e.api="api",e))(un||{}),ee=(e=>(e.NONE="none",e.APPLIED="applied",e.OVERRIDDEN="overridden",e))(ee||{}),Te=(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))(Te||{}),Et=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},De={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */De.exports,function(e,t){(function(n){var o=t,i=e&&e.exports==o&&e,r=typeof Et=="object"&&Et;(r.global===r||r.window===r)&&(n=r);var l=function(f){this.message=f};l.prototype=new Error,l.prototype.name="InvalidCharacterError";var s=function(f){throw new l(f)},a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=/[\\t\\n\\f\\r ]/g,p=function(f){f=String(f).replace(c,"");var b=f.length;b%4==0&&(f=f.replace(/==?$/,""),b=f.length),(b%4==1||/[^+a-zA-Z0-9/]/.test(f))&&s("Invalid character: the string to be decoded is not correctly encoded.");for(var m=0,h,y,w="",k=-1;++k<b;)y=a.indexOf(f.charAt(k)),h=m%4?h*64+y:y,m++%4&&(w+=String.fromCharCode(255&h>>(-2*m&6)));return w},d=function(f){f=String(f),/[^\\0-\\xFF]/.test(f)&&s("The string to be encoded contains characters outside of the Latin1 range.");for(var b=f.length%3,m="",h=-1,y,w,k,E,C=f.length-b;++h<C;)y=f.charCodeAt(h)<<16,w=f.charCodeAt(++h)<<8,k=f.charCodeAt(++h),E=y+w+k,m+=a.charAt(E>>18&63)+a.charAt(E>>12&63)+a.charAt(E>>6&63)+a.charAt(E&63);return b==2?(y=f.charCodeAt(h)<<8,w=f.charCodeAt(++h),E=y+w,m+=a.charAt(E>>10)+a.charAt(E>>4&63)+a.charAt(E<<2&63)+"="):b==1&&(E=f.charCodeAt(h),m+=a.charAt(E>>2)+a.charAt(E<<4&63)+"=="),m},_={encode:d,decode:p,version:"1.0.0"};if(o&&!o.nodeType)if(i)i.exports=_;else for(var u in _)_.hasOwnProperty(u)&&(o[u]=_[u]);else n.base64=_})(Et)}(De,De.exports);var fn=De.exports;/*! js-cookie v3.0.5 | MIT */function Me(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)e[o]=n[o]}return e}var Wi={read:function(e){return e[0]===\'"\'&&(e=e.slice(1,-1)),e.replace(/(%[\\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function xt(e,t){function n(i,r,l){if(!(typeof document>"u")){l=Me({},t,l),typeof l.expires=="number"&&(l.expires=new Date(Date.now()+l.expires*864e5)),l.expires&&(l.expires=l.expires.toUTCString()),i=encodeURIComponent(i).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var a in l)l[a]&&(s+="; "+a,l[a]!==!0&&(s+="="+l[a].split(";")[0]));return document.cookie=i+"="+e.write(r,i)+s}}function o(i){if(!(typeof document>"u"||arguments.length&&!i)){for(var r=document.cookie?document.cookie.split("; "):[],l={},s=0;s<r.length;s++){var a=r[s].split("="),c=a.slice(1).join("=");try{var p=decodeURIComponent(a[0]);if(l[p]=e.read(c,p),i===p)break}catch{}}return i?l[i]:l}}return Object.create({set:n,get:o,remove:function(i,r){n(i,"",Me({},r,{expires:-1}))},withAttributes:function(i){return xt(this.converter,Me({},this.attributes,i))},withConverter:function(i){return xt(Me({},this.converter,i),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Ji=xt(Wi,{path:"/"});let Re;const Zi=new Uint8Array(16);function Xi(){if(!Re&&(Re=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Re))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Re(Zi)}const D=[];for(let e=0;e<256;++e)D.push((e+256).toString(16).slice(1));function Qi(e,t=0){return D[e[t+0]]+D[e[t+1]]+D[e[t+2]]+D[e[t+3]]+"-"+D[e[t+4]]+D[e[t+5]]+"-"+D[e[t+6]]+D[e[t+7]]+"-"+D[e[t+8]]+D[e[t+9]]+"-"+D[e[t+10]]+D[e[t+11]]+D[e[t+12]]+D[e[t+13]]+D[e[t+14]]+D[e[t+15]]}var vn={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function ze(e,t,n){if(vn.randomUUID&&!t&&!e)return vn.randomUUID();e=e||{};const o=e.random||(e.rng||Xi)();if(o[6]=o[6]&15|64,o[8]=o[8]&63|128,t){n=n||0;for(let i=0;i<16;++i)t[n+i]=o[i];return t}return Qi(o)}const Ue=(e,t)=>!!Object.keys(t).includes(e.notice_key),fe=e=>!e||e===U.OPT_OUT?!1:e===U.OPT_IN?!0:e===U.ACKNOWLEDGE,te=(e,t)=>e?t===K.NOTICE_ONLY?U.ACKNOWLEDGE:U.OPT_IN:U.OPT_OUT,Ae=e=>typeof e=="string"?fe(e):e,gn=e=>e?e.split(",").map(t=>t.trim()).filter(Boolean):[],_n=(e,t)=>e===void 0?!1:typeof e=="boolean"?e:t.globalPrivacyControl===!0?e.globalPrivacyControl:e.value,Ot=(e,t)=>e.consent_mechanism===K.NOTICE_ONLY?!0:t&&Ue(e,t)?!!t[e.notice_key]:fe(e.default_preference);var er=(e=>(e.CONSENT="Consent",e.CONTRACT="Contract",e.LEGAL_OBLIGATIONS="Legal obligations",e.VITAL_INTERESTS="Vital interests",e.PUBLIC_INTEREST="Public interest",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(er||{}),Pt=(e=>(e.CONSENT="Consent",e.LEGITIMATE_INTERESTS="Legitimate interests",e))(Pt||{});const tr=",",nr=[{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"}],or=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];nr.filter(({experienceKey:e})=>e!=="tcf_features"&&e!=="tcf_special_purposes").map(e=>e.experienceKey),Pt.CONSENT.toString(),Pt.LEGITIMATE_INTERESTS.toString();var ir=Object.defineProperty,rr=Object.defineProperties,ar=Object.getOwnPropertyDescriptors,bn=Object.getOwnPropertySymbols,sr=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,yn=(e,t,n)=>t in e?ir(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ve=(e,t)=>{for(var n in t||(t={}))sr.call(t,n)&&yn(e,n,t[n]);if(bn)for(var n of bn(t))lr.call(t,n)&&yn(e,n,t[n]);return e},Ne=(e,t)=>rr(e,ar(t)),cr=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const Tt="fides_consent",mn=365,Be=Ji.withConverter({read(e){return decodeURIComponent(e)},write(e){return encodeURIComponent(e)}}),At=e=>e?Object.values(e).some(t=>t!==void 0):!1,hn=()=>ze(),dr=hn(),wn=e=>{var t;return!((t=e.fides_meta)!=null&&t.updatedAt)},kn=e=>{const t=new Date;return{consent:e||{},identity:{fides_user_device_id:dr||hn()},fides_meta:{version:"0.9.0",createdAt:t.toISOString(),updatedAt:""},tcf_consent:{}}},Ge=e=>Be.get(e),ke=()=>{const e=Ge(Tt);if(e)try{return JSON.parse(e)}catch{try{return JSON.parse(fn.decode(e))}catch{return}}},Cn=(e,t=!1)=>{const n=kn(e);if(typeof document>"u")return n;if(t)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",n;let o=ke();if(o!=null&&o.consent){const{consent:i}=o;Object.entries(i).forEach(([r,l])=>{i[r]=Ae(l)})}if(!o)return n;try{"consent"in o&&"fides_meta"in o||(o=Ne(ve({},n),{consent:o}));const i=ve(ve({},e),o.consent);return o.consent=i,o}catch(i){return console.error("Unable to read consent cookie: invalid JSON.",i),n}},En=(e,t=!1)=>{if(typeof document>"u")return;const n=new Date().toISOString();e.fides_meta.updatedAt=n;let o=JSON.stringify(e);t&&(o=fn.encode(o));const i=window.location.hostname.split(".");let r="";for(let l=1;l<=i.length;l+=1)if(r=i.slice(-l).join("."),Be.set(Tt,o,{path:"/",domain:r,expires:mn})){const s=ke();if(s&&s.fides_meta.updatedAt===e.fides_meta.updatedAt)break}},Nt=({experience:e,cookie:t})=>{var n;if(!e.privacy_notices)return e;const o=(n=e.privacy_notices)==null?void 0:n.map(r=>{const l=Object.keys(t.consent).includes(r.notice_key)?te(!!t.consent[r.notice_key],r.consent_mechanism):void 0;return Ne(ve({},r),{current_preference:l})});return Ne(ve({},e),{privacy_notices:o})},pr=e=>{const t={};return or.forEach(({cookieKey:n})=>{var o;const i=(o=e[n])!=null?o:[];t[n]=Object.fromEntries(i.map(r=>[r.id,fe(r.preference)]))}),t},xn=(e,t)=>{const n={};return e?.options.forEach(({cookieKeys:o,default:i})=>{if(i===void 0)return;const r=_n(i,t);o.forEach(l=>{const s=n[l];if(s===void 0){n[l]=r;return}n[l]=s&&r})}),n},On=(e,t=!0)=>{e.forEach(n=>{var o;if(Be.remove(n.name,{path:(o=n.path)!=null?o:"/",domain:n.domain}),t){const{hostname:i}=window.location;Be.remove(n.name,{domain:`.${i}`})}})},Pn=e=>{const t=new Map(e.map(({notice:n,consentPreference:o})=>[n.notice_key,fe(o)]));return Object.fromEntries(t)},He=(e,t)=>cr(void 0,null,function*(){return Ne(ve({},e),{consent:Pn(t)})}),ur=e=>{const t={};return e.privacy_notices&&e.privacy_notices.forEach(n=>{n.current_preference?t[n.notice_key]=fe(n.current_preference):n.default_preference&&(t[n.notice_key]=fe(n.default_preference))}),t},Tn=({cookie:e,experience:t})=>{const n=ur(t);return Ne(ve({},e),{consent:n})};var fr=Object.defineProperty,vr=(e,t,n)=>t in e?fr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,An=(e,t,n)=>vr(e,typeof t!="symbol"?t+"":t,n);class gr{constructor(){An(this,"cookieName","OptanonConsent"),An(this,"migrationMethod",L.OT_MIGRATION)}getConsentCookie(){return Ge(this.cookieName)}convertToFidesConsent(t,n){if(n.otFidesMapping)try{const o=decodeURIComponent(n.otFidesMapping).replace(/^\'|\'$/g,""),i=JSON.parse(o),r=this.parseCookieValue(t,i);return r}catch{return}}parseCookieValue(t,n){const o={},i=t.match(/groups=([^&]*)/);return!i||!i[1]||i[1].split(",").forEach(r=>{const[l,s]=r.split(":");n[l]&&n[l].forEach(a=>{const c=s==="1";o[a]===void 0&&(o[a]=c)})}),o}}var Nn=(e=>(e.ONETRUST="onetrust",e))(Nn||{});const $t=new Map;function _r(e,t){$t.set(e,t)}function br(e){e.otFidesMapping&&_r(Nn.ONETRUST,new gr)}function $n(e){let t,n;if(Array.from($t).some(([i,r])=>{const l=r.getConsentCookie();if(!l)return!1;const s=r.convertToFidesConsent(l,e);return s?(t=s,n=i,!0):!1}),!n)return{consent:void 0,method:void 0};const o=$t.get(n);return{consent:t,method:o.migrationMethod}}const yr=e=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=e?console.log:()=>{}:globalThis.fidesDebugger=()=>{}},B="en",Ve="Manage preferences",Ke=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\\w+)+))/,mr=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,hr=[{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:Ke},{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:gn},{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)$/}],wr=[{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:Ke}],In="fides-overlay-wrapper",kr="fides-i18n-icon",Ln=["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 Cr=Object.defineProperty,Er=Object.defineProperties,xr=Object.getOwnPropertyDescriptors,Sn=Object.getOwnPropertySymbols,Or=Object.prototype.hasOwnProperty,Pr=Object.prototype.propertyIsEnumerable,Fn=(e,t,n)=>t in e?Cr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ye=(e,t)=>{for(var n in t||(t={}))Or.call(t,n)&&Fn(e,n,t[n]);if(Sn)for(var n of Sn(t))Pr.call(t,n)&&Fn(e,n,t[n]);return e},Tr=(e,t)=>Er(e,xr(t));const Ce=e=>!e||typeof e!="object"?!1:Object.keys(e).length===0||"id"in e,Ar=e=>!!(e&&e.every(t=>t.default_preference===U.OPT_IN)),qe=e=>e?e.location&&mr.test(e.location)?e.location.replace("-","_").toLowerCase():e.country&&e.region?`${e.country.toLowerCase()}_${e.region.toLowerCase()}`:null:null,jn=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},Dn=e=>{switch(e){case we.OPTIONS:return hr;case we.EXPERIENCE_TRANSLATION:return wr;default:return null}},Mn=e=>{if(!Ce(e))return!1;const t=e.experience_config;return t&&(t.component===z.MODAL||t.component===z.BANNER_AND_MODAL||t.component===z.TCF_OVERLAY||t.component===z.HEADLESS)?!(t.component===z.BANNER_AND_MODAL&&!(e.privacy_notices&&e.privacy_notices.length>0)):!1},We=e=>e.fidesConsentOverride===L.ACCEPT||e.fidesConsentOverride===L.REJECT,Nr=e=>{var t;return(t=e.default_preference)!=null?t:U.OPT_OUT},Je=(e,t,n,o)=>{var i,r,l,s,a,c;return o!=null&&o.fidesDisableBanner||!Ce(e)?!1:((i=e.experience_config)==null?void 0:i.component)===z.TCF_OVERLAY&&t?o&&We(o)?!1:(r=e.meta)!=null&&r.version_hash?e.meta.version_hash!==t.tcf_version_hash:!0:((l=e.experience_config)==null?void 0:l.component)===z.MODAL||((s=e.experience_config)==null?void 0:s.component)===z.HEADLESS||!((a=e?.privacy_notices)!=null&&a.length)?!1:n?o&&We(o)?!1:t?.fides_meta.consentMethod===L.GPC?!0:!((c=e.privacy_notices)!=null&&c.every(p=>Ue(p,n))):!0},Rn=e=>{e[0]==="window"&&e.shift();let t=window;for(;e.length>0;){const n=e.shift();if(typeof n>"u"||typeof t[n]!="object")return;t=t[n]}return t},zn=({value:e,notice:t,consentContext:n})=>!n.globalPrivacyControl||!t.has_gpc_flag||t.consent_mechanism===K.NOTICE_ONLY?ee.NONE:e?ee.OVERRIDDEN:ee.APPLIED,It=()=>{},Un=(e,t)=>e.map(n=>{var o;const i=te(t.includes(n.notice.notice_key),n.notice.consent_mechanism);return new pe(n.notice,i,(o=n.bestTranslation)==null?void 0:o.privacy_notice_history_id)}),Bn=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})}},Lt=e=>{if(!e)return{};try{const t=atob(e),n=JSON.parse(t);return Object.fromEntries(Object.entries(n).map(([o,i])=>[o,!!i]))}catch(t){throw new Error("Failed to decode Notice Consent string:",{cause:t})}},$r=({consent:e,nonApplicableNotices:t,flagType:n,mode:o=he.OMIT})=>{if(!(t!=null&&t.length))return e;const i=Ye({},e);return o===he.INCLUDE?t.forEach(r=>{i[r]=n===ue.CONSENT_MECHANISM?U.NOT_APPLICABLE:!0}):t.forEach(r=>{delete i[r]}),i},Ir=({consent:e,flagType:t=ue.BOOLEAN,consentMechanisms:n})=>{const o={};if(t!==ue.CONSENT_MECHANISM)return Object.fromEntries(Object.entries(e).map(([r,l])=>[r,Ae(l)]));const i=Object.values(e).some(r=>typeof r=="boolean");if(i&&!n)throw new Error("Cannot transform boolean consent values to consent mechanisms without consent mechanisms map");return i?(Object.keys(e).forEach(r=>{const l=e[r];if(typeof l=="string")o[r]=l;else{const s=n[r];o[r]=te(l,s)}}),o):Ye({},e)},$e=(e,t,n=[],o,i)=>{var r,l,s;const a=Ye({},e),c=(r=window.Fides)==null?void 0:r.options,p=(l=i??c?.fidesConsentNonApplicableFlagMode)!=null?l:he.OMIT,d=(s=o??c?.fidesConsentFlagType)!=null?s:ue.BOOLEAN,_={};Object.assign(_,$r({consent:{},nonApplicableNotices:t??[],flagType:d,mode:p}));const u=n.reduce((f,b)=>Tr(Ye({},f),{[b.notice_key]:b.consent_mechanism}),{});return Object.assign(_,Ir({consent:a,consentMechanisms:u,flagType:d})),_},Lr=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 Sr=Object.defineProperty,Fr=Object.defineProperties,jr=Object.getOwnPropertyDescriptors,Gn=Object.getOwnPropertySymbols,Dr=Object.prototype.hasOwnProperty,Mr=Object.prototype.propertyIsEnumerable,Hn=(e,t,n)=>t in e?Sr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ze=(e,t)=>{for(var n in t||(t={}))Dr.call(t,n)&&Hn(e,n,t[n]);if(Gn)for(var n of Gn(t))Mr.call(t,n)&&Hn(e,n,t[n]);return e},Vn=(e,t)=>Fr(e,jr(t)),ge=(e=>(e.FIDES="fides",e.EXTERNAL="external",e))(ge||{}),Y=(e=>(e.TOGGLE="toggle",e.BUTTON="button",e.LINK="link",e))(Y||{});const ae=(e,t,n)=>{var o,i,r,l,s,a,c,p;const d=t?Ze({},t):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const _=Ze({consentMethod:d?.fides_meta.consentMethod},n);(o=n?.trigger)!=null&&o.origin||(_.trigger=Vn(Ze({},_.trigger),{origin:"fides"}));const u=(i=performance?.mark)==null?void 0:i.call(performance,e),f=u?.startTime,b=d;b&&d!=null&&d.consent&&(b.consent=$e(d.consent,(l=(r=window.Fides)==null?void 0:r.experience)==null?void 0:l.non_applicable_privacy_notices,(a=(s=window.Fides)==null?void 0:s.experience)==null?void 0:a.privacy_notices));const m=new CustomEvent(e,{detail:Vn(Ze({},b),{debug:!!((p=(c=window.Fides)==null?void 0:c.options)!=null&&p.debug),extraDetails:_,timestamp:f}),bubbles:!0});window.dispatchEvent(m)}},Kn=(e,t)=>{const n=o=>t(o.detail);return window.addEventListener(e,n),()=>{window.removeEventListener(e,n)}},St=(e,t)=>{ae("FidesInitialized",e,t)},Yn=(e,t)=>{ae("FidesConsentLoaded",e,t),St(e,t)},qn=(e,t)=>{ae("FidesReady",e,t),St(e,t)};var Rr=(e=>(e.GVL="gvl",e.AC="gacp",e))(Rr||{});const Ft=e=>{if(!e)return{tc:"",ac:"",gpp:"",nc:""};const[t="",n="",o="",i=""]=e.split(tr);return t?{tc:t,ac:n,gpp:o,nc:i}:{tc:"",ac:"",gpp:o,nc:i}},zr=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",Xe=()=>{var e,t,n;if(!zr()||!((e=window.blueConicClient)!=null&&e.profile))return;const o=(n=(t=window.blueConicClient)==null?void 0:t.profile)==null?void 0:n.getProfile(),{consent:i}=window.Fides,r=i!==void 0&&Object.entries(i).length>0,l=Ln.some(s=>i[s]);!r||l?(o.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),o.setRefusedObjectives([])):(o.setConsentedObjectives(["iab_purpose_1"]),o.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},Ur=({approach:e="onetrust"}={approach:"onetrust"})=>{if(e!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesReady",Xe),window.addEventListener("FidesUpdated",Xe),window.addEventListener("onBlueConicLoaded",Xe),Xe()},Wn=(e,t)=>{var n,o,i,r,l,s,a,c,p,d,_,u,f,b;const m=(n=window.dataLayer)!=null?n:[];window.dataLayer=m;const{detail:h,type:y}=e,{consent:w,extraDetails:k,fides_string:E,timestamp:C}=h;let A=w;const P=(l=(r=t?.flag_type)!=null?r:(i=(o=window.Fides)==null?void 0:o.options)==null?void 0:i.fidesConsentFlagType)!=null?l:ue.BOOLEAN,$=(p=(c=t?.non_applicable_flag_mode)!=null?c:(a=(s=window.Fides)==null?void 0:s.options)==null?void 0:a.fidesConsentNonApplicableFlagMode)!=null?p:he.OMIT,N=(u=(_=(d=window.Fides)==null?void 0:d.experience)==null?void 0:_.privacy_notices)!=null?u:[],R=(b=(f=window.Fides)==null?void 0:f.experience)==null?void 0:b.non_applicable_privacy_notices;A=$e(w,R,N,P,$);const ce={consent:A,extraDetails:k,fides_string:E,timestamp:C};m.push({event:y,Fides:ce})},Br=e=>{var t,n;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesConsentLoaded:!0,FidesReady:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,o])=>o).map(([o])=>o).forEach(o=>{window.addEventListener(o,i=>Wn(i,e))}),(t=window.Fides)!=null&&t.initialized){const{consent:o,fides_meta:i,identity:r,tcf_consent:l}=window.Fides,s=(n=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:n.startTime;Wn({type:"FidesInitialized",detail:{consent:o,fides_meta:i,identity:r,tcf_consent:l,timestamp:s,extraDetails:{consentMethod:i?.consentMethod}}},e)}},Gr=()=>{if(window.fbq)return window.fbq;const e={queue:[],loaded:!0,version:"2.0",push(...t){const n=window.fbq;n.callMethod?n.callMethod(...t):n.queue.push(t)}};return window.fbq=Object.assign(e.push,e),window._fbq=window.fbq,window.fbq},Hr=e=>{const t=Gr();t("consent",e.consent?"grant":"revoke"),e.dataUse?t("dataProcessingOptions",[]):t("dataProcessingOptions",["LDU"],1,1e3)},Vr={marketing:Ln,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 Kr(e,t){var n,o;const i=Object.fromEntries(Object.entries(e).map(([l,s])=>[l,Ae(s)])),r=Object.fromEntries(Object.entries(Vr).map(([l,s])=>{const a=s.some(p=>i[p]===!0),c=s.some(p=>i[p]===!1);return[l,a||(c?!1:void 0)]}));return r.sale_of_data=(o=(n=r.sale_of_data)!=null?n:t?.sale_of_data_default)!=null?o:!1,r}const Qe=(e,t)=>{window.Shopify.customerPrivacy.setTrackingConsent(Kr(e,t),()=>{})},Jn=e=>{var t,n;(t=window.Shopify)!=null&&t.customerPrivacy||console.error("Fides could not access Shopify\'s customerPrivacy API"),window.addEventListener("FidesReady",o=>Qe(o.detail.consent,e)),window.addEventListener("FidesUpdating",o=>Qe(o.detail.consent,e)),window.addEventListener("FidesUpdated",o=>Qe(o.detail.consent,e)),(n=window.Fides)!=null&&n.initialized&&window.Fides.cookie&&Qe(window.Fides.cookie.consent,e)},Yr=e=>{let t,n;const o=()=>{clearTimeout(t),clearTimeout(n)},i=()=>{if(window.Shopify){if(o(),window.Shopify.customerPrivacy){Jn(e);return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],r=>{if(r)throw Error("Fides could not load Shopify\'s consent-tracking-api");Jn(e)});return}n=setTimeout(i,200)};t=setTimeout(()=>{throw o(),Error("Fides.shopify was called but Shopify is not present in the page after 3 seconds.")},3e3),i()};var qr={"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"},Wr={"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"},Zr={"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"},Xr={"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"},Qr={"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"},ea={"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"},ta={"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"},na={"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"},oa={"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"},ia={"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"},ra={"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"},aa={"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"},sa={"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"},la={"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"},ca={"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"},da={"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"},pa={"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"},ua={"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)"},fa={"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"},va={"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"},ga={"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"},_a={"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"},ba={"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"},ya={"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"},ma={"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"},ha={"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"},wa={"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"},ka={"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"},Ea={"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"},xa={"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"},Oa={"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"},Pa={"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"},Ta={"static.gpc":"Global Privacy Control","static.gpc.description":"\\u0412\\u0430\\u0448\\u0430 \\u0433\\u043B\\u043E\\u0431\\u0430\\u043B\\u043D\\u0430 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u043A\\u0430 \\u043A\\u043E\\u043D\\u0442\\u0440\\u043E\\u043B\\u0435 \\u043F\\u0440\\u0438\\u0432\\u0430\\u0442\\u043D\\u043E\\u0441\\u0442\\u0438 \\u0458\\u0435 \\u043F\\u043E\\u0434\\u0435\\u0448\\u0435\\u043D\\u0430. \\u0410\\u0443\\u0442\\u043E\\u043C\\u0430\\u0442\\u0441\\u043A\\u0438 \\u0441\\u0442\\u0435 \\u0438\\u0441\\u043A\\u0459\\u0443\\u0447\\u0435\\u043D\\u0438 \\u0438\\u0437 \\u0441\\u043B\\u0443\\u0447\\u0430\\u0458\\u0435\\u0432\\u0430 \\u0443\\u043F\\u043E\\u0442\\u0440\\u0435\\u0431\\u0435 \\u043F\\u043E\\u0434\\u0430\\u0442\\u0430\\u043A\\u0430 \\u043A\\u043E\\u0458\\u0438 \\u0441\\u0443 \\u0443 \\u0441\\u043A\\u043B\\u0430\\u0434\\u0443 \\u0441\\u0430 \\u0433\\u043B\\u043E\\u0431\\u0430\\u043B\\u043D\\u043E\\u043C \\u043A\\u043E\\u043D\\u0442\\u0440\\u043E\\u043B\\u043E\\u043C \\u043F\\u0440\\u0438\\u0432\\u0430\\u0442\\u043D\\u043E\\u0441\\u0442\\u0438.","static.gpc.status.applied":"\\u041F\\u0440\\u0438\\u043C\\u0435\\u045A\\u0435\\u043D\\u0430","static.gpc.status.overridden":"\\u0417\\u0430\\u043C\\u0435\\u045A\\u0435\\u043D\\u0430","static.gpc.title":"Global Privacy Control \\u043E\\u0442\\u043A\\u0440\\u0438\\u0432\\u0435\\u043D"},Aa={"static.gpc":"Globalna kontrola privatnosti","static.gpc.description":"Va\\u0161a globalna postavka kontrole privatnosti se po\\u0161tuje. Automatski ste isklju\\u010Deni iz slu\\u010Dajeva kori\\u0161c\\u0301enja podataka koji podle\\u017Eu globalnoj kontroli privatnosti.","static.gpc.status.applied":"Primenjeno","static.gpc.status.overridden":"Zaobi\\u0111eno","static.gpc.title":"Otkrivena je globalna kontrola privatnosti"},Na={"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"},$a={"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"},Ia={"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"},La={"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 jt={ar:qr,bg:Wr,bs:Jr,ca:Zr,cs:Xr,da:Qr,de:ea,el:ta,en:na,es:oa,"es-MX":ia,et:ra,eu:aa,fi:sa,fr:la,"fr-CA":ca,gl:da,"hi-IN":pa,hr:ua,hu:fa,it:va,ja:ga,lt:_a,lv:ba,mt:ya,nl:ma,no:ha,pl:wa,"pt-BR":ka,"pt-PT":Ca,ro:Ea,ru:xa,sk:Oa,sl:Pa,"sr-Cyrl":Ta,"sr-Latn":Aa,sv:Na,tr:$a,uk:Ia,zh:La},Sa=[{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 Fa=Object.defineProperty,Zn=Object.getOwnPropertySymbols,ja=Object.prototype.hasOwnProperty,Da=Object.prototype.propertyIsEnumerable,Xn=(e,t,n)=>t in e?Fa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Z=(e,t)=>{for(var n in t||(t={}))ja.call(t,n)&&Xn(e,n,t[n]);if(Zn)for(var n of Zn(t))Da.call(t,n)&&Xn(e,n,t[n]);return e};function X(e,t){return e.toLowerCase().replaceAll("_","-")===t.toLowerCase().replaceAll("_","-")}function Ma(e,t){const n={},o=["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 l=!1;t!=null&&t.override_language&&(l=X(t.override_language,r));const s={};o.forEach(a=>{let c=null;t&&(l||a==="privacy_policy_url")&&(c=a in t?t[a]:null);const p=i[a];typeof p=="string"&&(s[`exp.${a}`]=c||p)}),n[r]=Z(Z({},s),n[r])});else{const i=B,r={};o.forEach(l=>{const s=e[l];typeof s=="string"&&(r[`exp.${l}`]=s)}),n[i]=Z(Z({},r),n[i])}return n}function Qn(e){var t;if((t=e?.experience_config)!=null&&t.translations){const{translations:n}=e.experience_config,o=n.find(i=>i.is_default);return o?.language}}function eo(e,t){const n={};return t.forEach(o=>{const i=Object.keys(e).find(r=>X(r,o));if(i){const r=e[i],l={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(s=>{const a=r[s]||{};Object.keys(a).forEach(c=>{const p=a[c],d=`exp.tcf.${s}.${c}`;l[`${d}.name`]=p.name,l[`${d}.description`]=p.description,p.illustrations&&p.illustrations.length>0&&p.illustrations.forEach((_,u)=>{l[`${d}.illustrations.${u}`]=_})})}),n[o]=Z(Z({},l),n[o])}}),n}function to(e){return Object.keys(jt).forEach(t=>{e.load(t,jt[t])}),Object.keys(jt)}function no(e,t,n){var o;const i={},r=(o=t.available_locales)!=null&&o.length?t.available_locales:[B];if(t!=null&&t.experience_config){const l=t.experience_config,s=Ma(l,n);Object.keys(s).forEach(a=>{i[a]=Z(Z({},s[a]),i[a])})}r.forEach(l=>{e.load(l,i[l])})}function oo(e,t){if(!t.gvl)return;const{locale:n}=e,o={};o[n]=t.gvl;const i=eo(o,[n]);e.load(n,i[n])}function io(e,t,n){const o=eo(t,n);n.forEach(i=>{e.load(i,o[i])})}function et(e){return e.locale}function ro(e,t,n=B){const o=e?.language;return t||o||n}function ao(e,t,n=B){const o=e.match(Ke);if(o){const[i,r]=o,l=t.find(a=>X(a,i));if(l)return l;const s=t.find(a=>X(a,r));if(s)return s}return n}function _e(e,t){return e.t(t)!==""&&e.t(t)!==t}function Dt(e,t){if(!t||!t.translations)return null;const n=et(e),o=t.translations.find(r=>X(r.language,n));return o||t.translations.find(r=>X(r.language,e.getDefaultLocale()))||t.translations[0]||null}function tt(e,t){if(!t||!t.translations)return null;const n=et(e),o=t.translations.find(r=>X(r.language,n));return o||t.translations.find(r=>X(r.language,e.getDefaultLocale()))||t.translations[0]||null}function so(e,t,n,o,i){var r,l,s,a,c;to(e);const p=(r=n.available_locales)!=null&&r.length?n.available_locales:[B];no(e,n,i);const d=Sa.filter(m=>p.includes(m.locale)),_=d.findIndex(m=>X(m.locale,e.getDefaultLocale()));_>0&&d.unshift(d.splice(_,1)[0]),e.setAvailableLanguages(d);const u=Qn(n)||B;e.setDefaultLocale(u);let f=u;((l=n.experience_config)==null?void 0:l.auto_detect_language)===!1||(f=ro(t,o?.fidesLocale,u));const b=ao(f,p||[],e.getDefaultLocale());if((a=(s=n.experience_config)==null?void 0:s.translations)!=null&&a.find(m=>m.language===b))e.activate(b);else{const m=tt(e,n.experience_config);m?.language,e.activate(m?.language||b)}((c=n.experience_config)==null?void 0:c.component)===z.TCF_OVERLAY&&n.gvl&&oo(e,n)}function Mt(){let e=[],t=B,n=B;const o={};return{setAvailableLanguages(i){e=i},get availableLanguages(){return e},activate:i=>{n=i},getDefaultLocale:()=>t,setDefaultLocale:i=>{t=i},get locale(){return n},load:(i,r)=>{o[i]=Z(Z({},o[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 n&&n in o&&r&&r in o[n]&&o[n][r]?o[n][r]:r}}}const lo=(e,t,n)=>{var o;let i=Ve;if(!e)t.t("exp.modal_link_label")!=="exp.modal_link_label"&&(i=t.t("exp.modal_link_label"));else{const r=t.getDefaultLocale(),l=(o=n?.experience_config)==null?void 0:o.translations.find(s=>s.language===r);l!=null&&l.modal_link_label&&(i=l.modal_link_label)}return i},Ra=Mt();var za=Object.defineProperty,Ua=Object.defineProperties,Ba=Object.getOwnPropertyDescriptors,co=Object.getOwnPropertySymbols,Ga=Object.prototype.hasOwnProperty,Ha=Object.prototype.propertyIsEnumerable,po=(e,t,n)=>t in e?za(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ie=(e,t)=>{for(var n in t||(t={}))Ga.call(t,n)&&po(e,n,t[n]);if(co)for(var n of co(t))Ha.call(t,n)&&po(e,n,t[n]);return e},Rt=(e,t)=>Ua(e,Ba(t)),nt=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())}),uo=(e=>(e.PRIVACY_EXPERIENCE="/privacy-experience",e.PRIVACY_PREFERENCES="/privacy-preferences",e.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",e.NOTICES_SERVED="/notices-served",e))(uo||{});function fo(){return{}}const vo=e=>nt(void 0,[e],function*({userLocationString:t,userLanguageString:n,fidesApiUrl:o,apiOptions:i,propertyId:r,requestMinimalTCF:l,missingExperienceHandler:s=fo}){var a,c,p;if(i!=null&&i.getPrivacyExperienceFn)try{return yield i.getPrivacyExperienceFn(t,null)}catch(b){return s(b)}const d=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];n&&d.push(["Accept-Language",n]);const _={method:"GET",mode:"cors",headers:d};let u=Ie(Ie({show_disabled:"false",region:t,component:z.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"},l&&{minimal_tcf:"true"}),r&&{property_id:r});u=new URLSearchParams(u);let f;try{if(f=yield fetch(`${o}/privacy-experience?${u}`,_),!f.ok)throw new Error("Error fetching experience from Fides API")}catch(b){return s(b)}try{const b=yield f.json();if(((a=b.items)==null?void 0:a.length)<1)return{};const m=b.items&&b.items[0],h=(p=(c=m.experience_config)==null?void 0:c.translations)==null?void 0:p[0].language;return m}catch(b){return s(b)}}),go=(e,t)=>nt(void 0,null,function*(){const n=new URLSearchParams;t?.forEach(l=>{n.append("language",l)});const o={method:"GET",mode:"cors"};let i;try{i=yield fetch(`${e}/privacy-experience/gvl/translations${n.size>0?"?":""}${n.toString()}`,o)}catch{return{}}return i.ok?yield i.json():{}}),_o={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},bo="Fides.js",yo=(e,t,n,o,i)=>nt(void 0,null,function*(){var r;if((r=n.apiOptions)!=null&&r.savePreferencesFn){try{yield n.apiOptions.savePreferencesFn(e,o.consent,o.fides_string,i)}catch(a){return Promise.reject(a)}return Promise.resolve()}const l=Rt(Ie({},_o),{body:JSON.stringify(Rt(Ie({},t),{source:bo}))});return(yield fetch(`${n.fidesApiUrl}/privacy-preferences`,l)).ok,Promise.resolve()}),mo=e=>nt(void 0,[e],function*({request:t,options:n}){var o;if((o=n.apiOptions)!=null&&o.patchNoticesServedFn)try{return yield n.apiOptions.patchNoticesServedFn(t)}catch{return null}const i=Rt(Ie({},_o),{body:JSON.stringify(t)}),r=yield fetch(`${n.fidesApiUrl}/notices-served`,i);return r.ok?r.json():null});var Va=Object.defineProperty,Ka=Object.defineProperties,Ya=Object.getOwnPropertyDescriptors,ho=Object.getOwnPropertySymbols,qa=Object.prototype.hasOwnProperty,Wa=Object.prototype.propertyIsEnumerable,wo=(e,t,n)=>t in e?Va(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ne=(e,t)=>{for(var n in t||(t={}))qa.call(t,n)&&wo(e,n,t[n]);if(ho)for(var n of ho(t))Wa.call(t,n)&&wo(e,n,t[n]);return e},ot=(e,t)=>Ka(e,Ya(t)),zt=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const Ja=[L.SCRIPT,L.GPC,L.OT_MIGRATION];function Za(e,t,n,o,i,r,l,s,a,c){return zt(this,null,function*(){const p=(l||[]).map(_=>({preference:_.consentPreference,privacy_notice_history_id:_.noticeHistoryId||""})),d=ne({browser_identity:t.identity,preferences:p,privacy_experience_config_history_id:r,user_geography:a,method:o,served_notice_history_id:c,property_id:i},s??[]);yield yo(o,d,e,t,n)})}const Ut=e=>zt(void 0,[e],function*({consentPreferencesToSave:t,privacyExperienceConfigHistoryId:n,experience:o,consentMethod:i,options:r,userLocationString:l,cookie:s,eventExtraDetails:a,servedNoticeHistoryId:c,tcf:p,updateCookie:d,propertyId:_}){var u,f,b,m,h,y;if(!d&&t&&(d=C=>He(C,t)),!d&&!t)throw new Error("updateCookie is required");const w=ot(ne({},a?.trigger),{origin:((u=a?.trigger)==null?void 0:u.origin)||(Ja.includes(i)?ge.EXTERNAL:ge.FIDES)}),k=yield d(s);Object.assign(s,k),Object.assign(s.fides_meta,{consentMethod:i}),ae("FidesUpdating",s,ot(ne({},a),{trigger:w}));const E=$e(s.consent,(b=(f=window.Fides)==null?void 0:f.experience)==null?void 0:b.non_applicable_privacy_notices,(h=(m=window.Fides)==null?void 0:m.experience)==null?void 0:h.privacy_notices);if(window.Fides.consent=E,window.Fides.fides_string=s.fides_string,window.Fides.tcf_consent=s.tcf_consent,En(ot(ne({},s),{consent:E}),r.base64Cookie),window.Fides.saved_consent=s.consent,!r.fidesDisableSaveApi)try{yield Za(r,s,o,i,((y=_?.length)!=null?y:0)>0?_:window.Fides.config.propertyId,n,t,p,l,c)}catch{}t&&t.filter(C=>C.consentPreference===U.OPT_OUT).forEach(C=>{var A,P;(A=C.notice)!=null&&A.cookies&&On(C.notice.cookies,(P=o.experience_config)==null?void 0:P.auto_subdomain_cookie_deletion)}),ae("FidesUpdated",s,ot(ne({},a),{trigger:w}))}),ko=(e,t)=>Object.entries(t).reduce((n,[o,i])=>{var r,l;if(n)return n;const s=(r=e.experience.non_applicable_privacy_notices)==null?void 0:r.find(p=>p===o);if(s)return new Error(`Provided notice key \'${o}\' is not applicable to the current experience.`);const a=(l=e.experience.privacy_notices)==null?void 0:l.find(p=>p.notice_key===o);if(!s&&!a)return new Error(`\'${o}\' is not a valid notice key`);const c=a?.consent_mechanism===K.NOTICE_ONLY;return c&&i!==!0&&i!==U.ACKNOWLEDGE?new Error(`Invalid consent value for notice-only notice key: \'${o}\'. Must be \\`true\\` or "acknowledge"`):!c&&typeof i!="boolean"&&i!==U.OPT_IN&&i!==U.OPT_OUT?new Error(`Invalid consent value for notice key: \'${o}\'. Must be a boolean or "opt_in" or "opt_out"`):null},null),Xa=(e,t,...n)=>zt(void 0,[e,t,...n],function*(o,i,r=L.SCRIPT,l={trigger:{origin:ge.EXTERNAL}}){var s,a,c;if(!(i!=null&&i.consent)&&!(i!=null&&i.fidesString))throw new Error("Either consent or fidesString must be provided");if(!o.experience)throw new Error("Experience must be initialized before updating consent");if(!o.cookie)throw new Error("Cookie is not initialized");const{consent:p,fidesString:d,validation:_=re.THROW}=i;if(!Object.values(re).includes(_))throw new Error(`Validation must be one of: ${Object.values(re).join(", ")} (default is ${re.THROW})`);const u=y=>{if(_===re.THROW)throw new Error(y);_===re.WARN&&console.warn(y)};let f=o.consent||{};if(p){const y=ko(o,p);y&&u(y.message)}if(d)try{const y=Ft(d);if(y.nc){f=ne(ne({},o.consent),o.decodeNoticeConsentString(y.nc));const w=ko(o,f);w&&u(w.message)}}catch(y){const w=y instanceof Error?y.message:String(y);u(`Invalid fidesString provided: ${w}`)}else f=ne(ne({},o.consent),p);const b=[];Object.entries(f).forEach(([y,w])=>{var k,E,C,A;const P=(E=(k=o.experience)==null?void 0:k.privacy_notices)==null?void 0:E.find($=>$.notice_key===y);if(P){const $=(A=(C=P.translations)==null?void 0:C[0])==null?void 0:A.privacy_notice_history_id;let N;typeof w=="boolean"?N=te(w,P.consent_mechanism):N=w,$&&b.push(new pe(P,N,$))}});let m;(a=(s=o.experience.experience_config)==null?void 0:s.translations)!=null&&a.length&&(m=o.experience.experience_config.translations[0].privacy_experience_config_history_id);const h=qe(o.geolocation)||void 0;return Ut({consentPreferencesToSave:b,privacyExperienceConfigHistoryId:m,experience:o.experience,consentMethod:r,options:o.options,userLocationString:h,cookie:o.cookie,propertyId:(c=o.config)==null?void 0:c.propertyId,eventExtraDetails:l})}),Bt=e=>{throw new Error(e)},it=e=>{typeof window<"u"&&(window.Fides=e)},Co=({cookie:e,experience:t})=>{let n=t;return At(e.consent)&&(n=Nt({experience:t,cookie:e})),n},Eo=({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:Kn,blueconic:Ur,gtm:Br,meta:Hr,shopify:Yr,showModal:It,getModalLinkLabel:()=>Ve,encodeNoticeConsentString:Bn,decodeNoticeConsentString:Lt,reinitialize(){return typeof this.init!="function"?Promise.reject(new Error("Fides.init method is not available")):((!this.config||!this.initialized)&&Bt("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:Je(this.experience,this.cookie,this.saved_consent,this.options)},updateConsent(t){return Xa(this,t)}});var Qa=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const xo=(e,t)=>Qa(void 0,null,function*(){if(!e||!t)return null;const n=yield fetch(t,{mode:"cors"});if(!n.ok)return null;try{return yield n.json()}catch{return null}}),es=()=>{var e,t,n;if(window.Fides.options.tcfEnabled&&!((t=(e=window.Fides.experience)==null?void 0:e.privacy_notices)!=null&&t.length))return!1;if(typeof((n=window.navigator)==null?void 0:n.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const o=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(o==="true")return!0;if(o==="false")return!1},Ee=()=>typeof window>"u"?{}:{globalPrivacyControl:es()};var ts=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const ns=e=>ts(void 0,[e],function*({savedConsent:t,effectiveExperience:n,cookie:o,fidesRegionString:i,fidesOptions:r,i18n:l}){if(!n||!n.experience_config||!n.privacy_notices||n.privacy_notices.length===0)return!1;const s=Ee(),{nc:a}=Ft(r.fidesString||"");s.globalPrivacyControl;const{consent:c,method:p}=$n(r),d=!!c&&!!p&&!ke();if(!s.globalPrivacyControl&&!a&&!d)return!1;const _=tt(l,n.experience_config),u=_?.privacy_experience_config_history_id;let f=!1,b=!1,m=!1;const h=n.privacy_notices.map(y=>{const w=Ue(y,t),k=Dt(l,y);if(d&&c){const C=c[y.notice_key];if(C!==void 0){m=!0;const A=typeof C=="boolean"?te(C,y.consent_mechanism):C;return new pe(y,A,k?.privacy_notice_history_id)}}const E=Lt(a);if(y.consent_mechanism!==K.NOTICE_ONLY){if(E){const C=E[y.notice_key];if(C!==void 0)return b=!0,new pe(y,te(C,y.consent_mechanism),k?.privacy_notice_history_id)}if(s.globalPrivacyControl&&y.has_gpc_flag&&!w)return f=!0,new pe(y,te(!1,y.consent_mechanism),k?.privacy_notice_history_id)}return new pe(y,te(Ot(y,t),y.consent_mechanism),k?.privacy_notice_history_id)});if(f||b||m){let y=L.SCRIPT;return m&&p?y=p:b?y=L.SCRIPT:f&&(y=L.GPC),yield Ut({servedNoticeHistoryId:ze(),consentPreferencesToSave:h,privacyExperienceConfigHistoryId:u,experience:n,consentMethod:y,options:r,userLocationString:i||void 0,cookie:o,updateCookie:w=>He(w,h)}),!0}return!1}),os=()=>{document.body.classList.add("fides-no-scroll")},Oo=()=>{document.body.classList.remove("fides-no-scroll")},is=e=>new DOMParser().parseFromString(e,"text/html").body.textContent||"",Po=e=>{let t=0,n=200;return new Promise(o=>{const i=r=>{const l=setTimeout(()=>{const s=document.getElementById(e);s?(clearInterval(l),o(s)):(t+=1,t>=5&&n<1e3&&(n+=200),i(n))},r)};i(n)})};var rs=Object.defineProperty,To=Object.getOwnPropertySymbols,as=Object.prototype.hasOwnProperty,ss=Object.prototype.propertyIsEnumerable,Ao=(e,t,n)=>t in e?rs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,No=(e,t)=>{for(var n in t||(t={}))as.call(t,n)&&Ao(e,n,t[n]);if(To)for(var n of To(t))ss.call(t,n)&&Ao(e,n,t[n]);return e},$o=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const ls=(e,t)=>$o(void 0,null,function*(){return qe(e)||qe(yield xo(t.isGeolocationEnabled,t.geolocationApiUrl))}),Io=(e,t)=>{const n={};if(typeof window<"u"){const o=new URLSearchParams(window.location.search),i=t.options.customOptionsPath&&t.options.customOptionsPath.split("."),r=i&&i.length>=0?Rn(i):window.fides_overrides,l=Dn(e);l?.forEach(({overrideName:s,overrideType:a,overrideKey:c,validationRegex:p,transform:d})=>{const _=o.get(c),u=r?r[c]:void 0,f=Ge(c),b=_||u||f;b&&p.test(b.toString())&&(d?n[s]=d(b.toString()):n[s]=a==="string"?b:JSON.parse(b.toString()))})}return n},cs=({consent:e,options:t})=>{const n=Ee(),o=xn(e,n);return Cn(o,t.fidesClearCookie)},ds=({cookie:e,savedConsent:t,experience:n,geolocation:o,options:i,updateExperienceFromCookieConsent:r})=>{let l=n;return Ce(n)&&(l=r({experience:n,cookie:e,debug:i.debug})),{consent:e.consent,fides_meta:e.fides_meta,identity:e.identity,experience:l,tcf_consent:e.tcf_consent,fides_string:e.fides_string,saved_consent:t,geolocation:o,options:i,initialized:!0}},ps=e=>$o(void 0,[e],function*({fides:t,options:n,geolocation:o,initOverlay:i,renderOverlay:r,updateExperience:l,overrides:s,propertyId:a}){var c,p,d,_,u;let f=!0,b=null,m=()=>Ve;if(!t.cookie)throw new Error("Fides cookie should be initialized");if(f=n.isOverlayEnabled,f){jn(n)||(f=!1),b=yield ls(o,n);let E=!1;if(b?Ce(t.experience)||(E=!0,t.experience=yield vo({userLocationString:b,fidesApiUrl:n.fidesApiUrl,apiOptions:n.apiOptions,requestMinimalTCF:!1,propertyId:a})):f=!1,f&&Ce(t.experience)&&Mn(t.experience)){if(E){const P=l({cookie:t.cookie,experience:t.experience});t.experience=No(No({},t.experience),P)}const C=Tn({cookie:t.cookie,experience:t.experience});t.cookie=C;const A=Mt();if(so(A,window?.navigator,t.experience,n,s?.experienceTranslationOverrides),t.locale=A.locale||B,m=P=>lo(!!(P!=null&&P.disableLocalization),A,t.experience),((c=t.experience.experience_config)==null?void 0:c.component)===z.HEADLESS){const P=n.modalLinkId||"fides-modal-link";!t.experience||n.fidesEmbed||n.modalLinkId,Po(P).then($=>{document.body.classList.add("fides-overlay-modal-link-shown"),$.classList.add("fides-modal-link-shown")}),f=!1}i&&f&&i({options:n,experience:t.experience,i18n:A,fidesRegionString:b,cookie:t.cookie,savedConsent:t.saved_consent,renderOverlay:r,propertyId:a,translationOverrides:s?.experienceTranslationOverrides}).catch(P=>{}),setTimeout(ns.bind(null,{savedConsent:t.saved_consent,effectiveExperience:t.experience,cookie:t.cookie,fidesRegionString:b,fidesOptions:n,i18n:A}))}}const{fides_meta:h,identity:y,fides_string:w,tcf_consent:k}=t.cookie;return{consent:$e(t.cookie.consent,(p=t.experience)==null?void 0:p.non_applicable_privacy_notices,(d=t.experience)==null?void 0:d.privacy_notices,(_=n.fidesConsentFlagType)!=null?_:void 0,(u=n.fidesConsentNonApplicableFlagMode)!=null?u:void 0),fides_meta:h,identity:y,fides_string:w,tcf_consent:k,experience:t.experience,geolocation:o,options:n,initialized:!0,getModalLinkLabel:m}});var rt,O,Lo,be,So,Fo,Gt,Ht,Vt,Kt,jo,Le={},Do=[],us=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,at=Array.isArray;function se(e,t){for(var n in t)e[n]=t[n];return e}function Mo(e){var t=e.parentNode;t&&t.removeChild(e)}function v(e,t,n){var o,i,r,l={};for(r in t)r=="key"?o=t[r]:r=="ref"?i=t[r]:l[r]=t[r];if(arguments.length>2&&(l.children=arguments.length>3?rt.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)l[r]===void 0&&(l[r]=e.defaultProps[r]);return st(e,l,o,i,null)}function st(e,t,n,o,i){var r={type:e,props:t,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:i??++Lo,__i:-1,__u:0};return i==null&&O.vnode!=null&&O.vnode(r),r}function oe(e){return e.children}function ie(e,t){this.props=e,this.context=t}function ye(e,t){if(t==null)return e.__?ye(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null)return n.__e;return typeof e.type=="function"?ye(e):null}function Ro(e){var t,n;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null){e.__e=e.__c.base=n.__e;break}return Ro(e)}}function Yt(e){(!e.__d&&(e.__d=!0)&&be.push(e)&&!lt.__r++||So!==O.debounceRendering)&&((So=O.debounceRendering)||Fo)(lt)}function lt(){var e,t,n,o,i,r,l,s;for(be.sort(Gt);e=be.shift();)e.__d&&(t=be.length,o=void 0,r=(i=(n=e).__v).__e,l=[],s=[],n.__P&&((o=se({},i)).__v=i.__v+1,O.vnode&&O.vnode(o),qt(n.__P,o,i,n.__n,n.__P.namespaceURI,32&i.__u?[r]:null,l,r??ye(i),!!(32&i.__u),s),o.__v=i.__v,o.__.__k[o.__i]=o,Ho(l,o,s),o.__e!=r&&Ro(o)),be.length>t&&be.sort(Gt));lt.__r=0}function zo(e,t,n,o,i,r,l,s,a,c,p){var d,_,u,f,b,m=o&&o.__k||Do,h=t.length;for(n.__d=a,fs(n,t,m),a=n.__d,d=0;d<h;d++)(u=n.__k[d])!=null&&typeof u!="boolean"&&typeof u!="function"&&(_=u.__i===-1?Le:m[u.__i]||Le,u.__i=d,qt(e,u,_,i,r,l,s,a,c,p),f=u.__e,u.ref&&_.ref!=u.ref&&(_.ref&&Wt(_.ref,null,u),p.push(u.ref,u.__c||f,u)),b==null&&f!=null&&(b=f),65536&u.__u||_.__k===u.__k?(a&&typeof u.type=="string"&&!e.contains(a)&&(a=ye(_)),a=Uo(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);n.__d=a,n.__e=b}function fs(e,t,n){var o,i,r,l,s,a=t.length,c=n.length,p=c,d=0;for(e.__k=[],o=0;o<a;o++)l=o+d,(i=e.__k[o]=(i=t[o])==null||typeof i=="boolean"||typeof i=="function"?null:typeof i=="string"||typeof i=="number"||typeof i=="bigint"||i.constructor==String?st(null,i,null,null,null):at(i)?st(oe,{children:i},null,null,null):i.constructor===void 0&&i.__b>0?st(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i)!=null?(i.__=e,i.__b=e.__b+1,s=vs(i,n,l,p),i.__i=s,r=null,s!==-1&&(p--,(r=n[s])&&(r.__u|=131072)),r==null||r.__v===null?(s==-1&&d--,typeof i.type!="function"&&(i.__u|=65536)):s!==l&&(s==l-1?d=s-l:s==l+1?d++:s>l?p>a-l?d+=s-l:d--:s<l&&d++,s!==o+d&&(i.__u|=65536))):(r=n[l])&&r.key==null&&r.__e&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=ye(r)),Jt(r,r,!1),n[l]=null,p--);if(p)for(o=0;o<c;o++)(r=n[o])!=null&&(131072&r.__u)==0&&(r.__e==e.__d&&(e.__d=ye(r)),Jt(r,r))}function Uo(e,t,n){var o,i;if(typeof e.type=="function"){for(o=e.__k,i=0;o&&i<o.length;i++)o[i]&&(o[i].__=e,t=Uo(o[i],t,n));return t}e.__e!=t&&(n.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function ct(e,t){return t=t||[],e==null||typeof e=="boolean"||(at(e)?e.some(function(n){ct(n,t)}):t.push(e)),t}function vs(e,t,n,o){var i=e.key,r=e.type,l=n-1,s=n+1,a=t[n];if(a===null||a&&i==a.key&&r===a.type&&(131072&a.__u)==0)return n;if(o>(a!=null&&(131072&a.__u)==0?1:0))for(;l>=0||s<t.length;){if(l>=0){if((a=t[l])&&(131072&a.__u)==0&&i==a.key&&r===a.type)return l;l--}if(s<t.length){if((a=t[s])&&(131072&a.__u)==0&&i==a.key&&r===a.type)return s;s++}}return-1}function Bo(e,t,n){t[0]==="-"?e.setProperty(t,n??""):e[t]=n==null?"":typeof n!="number"||us.test(t)?n:n+"px"}function dt(e,t,n,o,i){var r;e:if(t==="style")if(typeof n=="string")e.style.cssText=n;else{if(typeof o=="string"&&(e.style.cssText=o=""),o)for(t in o)n&&t in n||Bo(e.style,t,"");if(n)for(t in n)o&&n[t]===o[t]||Bo(e.style,t,n[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]=n,n?o?n.u=o.u:(n.u=Ht,e.addEventListener(t,r?Kt:Vt,r)):e.removeEventListener(t,r?Kt:Vt,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]=n??"";break e}catch{}typeof n=="function"||(n==null||n===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&n==1?"":n))}}function Go(e){return function(t){if(this.l){var n=this.l[t.type+e];if(t.t==null)t.t=Ht++;else if(t.t<n.u)return;return n(O.event?O.event(t):t)}}}function qt(e,t,n,o,i,r,l,s,a,c){var p,d,_,u,f,b,m,h,y,w,k,E,C,A,P,$,N=t.type;if(t.constructor!==void 0)return null;128&n.__u&&(a=!!(32&n.__u),r=[s=t.__e=n.__e]),(p=O.__b)&&p(t);e:if(typeof N=="function")try{if(h=t.props,y="prototype"in N&&N.prototype.render,w=(p=N.contextType)&&o[p.__c],k=p?w?w.props.value:p.__:o,n.__c?m=(d=t.__c=n.__c).__=d.__E:(y?t.__c=d=new N(h,k):(t.__c=d=new ie(h,k),d.constructor=N,d.render=_s),w&&w.sub(d),d.props=h,d.state||(d.state={}),d.context=k,d.__n=o,_=d.__d=!0,d.__h=[],d._sb=[]),y&&d.__s==null&&(d.__s=d.state),y&&N.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=se({},d.__s)),se(d.__s,N.getDerivedStateFromProps(h,d.__s))),u=d.props,f=d.state,d.__v=t,_)y&&N.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),y&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(y&&N.getDerivedStateFromProps==null&&h!==u&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(h,k),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(h,d.__s,k)===!1||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=h,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach(function(R){R&&(R.__=t)}),E=0;E<d._sb.length;E++)d.__h.push(d._sb[E]);d._sb=[],d.__h.length&&l.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(h,d.__s,k),y&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(u,f,b)})}if(d.context=k,d.props=h,d.__P=e,d.__e=!1,C=O.__r,A=0,y){for(d.state=d.__s,d.__d=!1,C&&C(t),p=d.render(d.props,d.state,d.context),P=0;P<d._sb.length;P++)d.__h.push(d._sb[P]);d._sb=[]}else do d.__d=!1,C&&C(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&&(o=se(se({},o),d.getChildContext())),y&&!_&&d.getSnapshotBeforeUpdate!=null&&(b=d.getSnapshotBeforeUpdate(u,f)),zo(e,at($=p!=null&&p.type===oe&&p.key==null?p.props.children:p)?$:[$],t,n,o,i,r,l,s,a,c),d.base=t.__e,t.__u&=-161,d.__h.length&&l.push(d),m&&(d.__E=d.__=null)}catch(R){t.__v=null,a||r!=null?(t.__e=s,t.__u|=a?160:32,r[r.indexOf(s)]=null):(t.__e=n.__e,t.__k=n.__k),O.__e(R,t,n)}else r==null&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=gs(n.__e,t,n,o,i,r,l,a,c);(p=O.diffed)&&p(t)}function Ho(e,t,n){t.__d=void 0;for(var o=0;o<n.length;o++)Wt(n[o],n[++o],n[++o]);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 gs(e,t,n,o,i,r,l,s,a){var c,p,d,_,u,f,b,m=n.props,h=t.props,y=t.type;if(y==="svg"?i="http://www.w3.org/2000/svg":y==="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),r!=null){for(c=0;c<r.length;c++)if((u=r[c])&&"setAttribute"in u==!!y&&(y?u.localName===y:u.nodeType===3)){e=u,r[c]=null;break}}if(e==null){if(y===null)return document.createTextNode(h);e=document.createElementNS(i,y,h.is&&h),r=null,s=!1}if(y===null)m===h||s&&e.data===h||(e.data=h);else{if(r=r&&rt.call(e.childNodes),m=n.props||Le,!s&&r!=null)for(m={},c=0;c<e.attributes.length;c++)m[(u=e.attributes[c]).name]=u.value;for(c in m)if(u=m[c],c!="children"){if(c=="dangerouslySetInnerHTML")d=u;else if(c!=="key"&&!(c in h)){if(c=="value"&&"defaultValue"in h||c=="checked"&&"defaultChecked"in h)continue;dt(e,c,null,u,i)}}for(c in h)u=h[c],c=="children"?_=u:c=="dangerouslySetInnerHTML"?p=u:c=="value"?f=u:c=="checked"?b=u:c==="key"||s&&typeof u!="function"||m[c]===u||dt(e,c,u,m[c],i);if(p)s||d&&(p.__html===d.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(d&&(e.innerHTML=""),zo(e,at(_)?_:[_],t,n,o,y==="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,l,r?r[0]:n.__k&&ye(n,0),s,a),r!=null)for(c=r.length;c--;)r[c]!=null&&Mo(r[c]);s||(c="value",f!==void 0&&(f!==e[c]||y==="progress"&&!f||y==="option"&&f!==m[c])&&dt(e,c,f,m[c],i),c="checked",b!==void 0&&b!==e[c]&&dt(e,c,b,m[c],i))}return e}function Wt(e,t,n){try{typeof e=="function"?e(t):e.current=t}catch(o){O.__e(o,n)}}function Jt(e,t,n){var o,i;if(O.unmount&&O.unmount(e),(o=e.ref)&&(o.current&&o.current!==e.__e||Wt(o,null,t)),(o=e.__c)!=null){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(r){O.__e(r,t)}o.base=o.__P=null}if(o=e.__k)for(i=0;i<o.length;i++)o[i]&&Jt(o[i],t,n||typeof e.type!="function");n||e.__e==null||Mo(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function _s(e,t,n){return this.constructor(e,n)}function Vo(e,t,n){var o,i,r,l;O.__&&O.__(e,t),i=(o=typeof n=="function")?null:n&&n.__k||t.__k,r=[],l=[],qt(t,e=(!o&&n||t).__k=v(oe,null,[e]),i||Le,Le,t.namespaceURI,!o&&n?[n]:i?null:t.firstChild?rt.call(t.childNodes):null,r,!o&&n?n:i?i.__e:t.firstChild,o,l),Ho(r,e,l)}function pt(e,t){var n={__c:t="__cC"+jo++,__:e,Consumer:function(o,i){return o.children(i)},Provider:function(o){var i,r;return this.getChildContext||(i=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){i=null},this.shouldComponentUpdate=function(l){this.props.value!==l.value&&i.some(function(s){s.__e=!0,Yt(s)})},this.sub=function(l){i.push(l);var s=l.componentWillUnmount;l.componentWillUnmount=function(){i&&i.splice(i.indexOf(l),1),s&&s.call(l)}}),o.children}};return n.Provider.__=n.Consumer.contextType=n}rt=Do.slice,O={__e:function(e,t,n,o){for(var i,r,l;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&r.getDerivedStateFromError!=null&&(i.setState(r.getDerivedStateFromError(e)),l=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,o||{}),l=i.__d),l)return i.__E=i}catch(s){e=s}throw e}},Lo=0,ie.prototype.setState=function(e,t){var n;n=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=se({},this.state),typeof e=="function"&&(e=e(se({},n),this.props)),e&&se(n,e),e!=null&&this.__v&&(t&&this._sb.push(t),Yt(this))},ie.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Yt(this))},ie.prototype.render=oe,be=[],Fo=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Gt=function(e,t){return e.__v.__b-t.__v.__b},lt.__r=0,Ht=0,Vt=Go(!1),Kt=Go(!0),jo=0;const bs=e=>{try{const t=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(e);if(!t)return null;let n=parseInt(t[1],16),o=parseInt(t[2],16),i=parseInt(t[3],16);n/=255,o/=255,i/=255;const r=Math.max(n,o,i),l=Math.min(n,o,i);let s,a;const c=(r+l)/2;if(r===l)s=a=0;else{const p=r-l;switch(a=c>.5?p/(2-r-l):p/(r+l),r){case n:s=(o-i)/p+(o<i?6:0);break;case o:s=(i-n)/p+2;break;case i:s=(n-o)/p+4;break}s/=6}return{h:s,s:a,l:c}}catch{return null}},ys=(e,t=!1)=>{let n="";const o=Math.round(e.h*360),i=Math.round(e.s*100),r=Math.round(e.l*100);return n=`${o},${i}%,${r}%`,n=t?n:`hsl(${n})`,n};var Ko=(e=>(e.HEX="hex",e.HSL="hsl",e))(Ko||{});const ms=(e,t,n)=>{const o=t==="hex"?bs(e):e;return o&&o.l?(o.l<.25?o.l=n===1?o.l+.1:o.l+.2:o.l<.5?o.l=n===1?o.l+.08:o.l+.16:o.l<.75?o.l=n===1?o.l+.06:o.l+.12:o.l<.9?o.l=n===1?o.l+.04:o.l+.08:o.l=.9,ys(o)):e};var ut=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const Yo="fides-embed-container",hs="fides-overlay";let ft;const qo=e=>ut(void 0,[e],function*({options:t,experience:n,i18n:o,fidesRegionString:i,cookie:r,savedConsent:l,renderOverlay:s,propertyId:a,translationOverrides:c}){const p=()=>ut(void 0,null,function*(){var d,_,u;try{if(ft&&(Vo(null,ft),ft=void 0),t.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",t.fidesPrimaryColor);const b=ms(t.fidesPrimaryColor,Ko.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",b)}let f;if(t.fidesEmbed)f=document.getElementById(Yo),f||(yield ut(void 0,null,function*(){return new Promise(b=>{let m=0,h=200;const y=setInterval(()=>{f=document.getElementById(Yo),f?(clearInterval(y),b()):(m+=1,m>=5&&h<1e3&&(h+=200))},h)})}));else{const b=t.overlayParentId||hs;f=document.getElementById(b),f||(f=document.createElement("div"),f.id=b,f.className="fides-overlay",document.body.prepend(f))}return f?(s&&(((d=n.experience_config)==null?void 0:d.component)===z.MODAL||((_=n.experience_config)==null?void 0:_.component)===z.BANNER_AND_MODAL||((u=n.experience_config)==null?void 0:u.component)===z.TCF_OVERLAY)&&(s({options:t,experience:n,i18n:o,fidesRegionString:i,cookie:r,savedConsent:l,propertyId:a,translationOverrides:c},f),ft=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",()=>ut(void 0,null,function*(){document.readyState==="interactive"&&p()})):p(),Promise.resolve()});function ws(e,t){t===void 0&&(t={});var n=t.insertAt;if(!(!e||typeof document>"u")){var o=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",n==="top"&&o.firstChild?o.insertBefore(i,o.firstChild):o.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}var ks=`: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(\n --fides-overlay-primary-color\n );--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(\n --fides-overlay-background-color\n );--fides-overlay-secondary-button-background-hover-color:var(\n --fides-overlay-hover-color\n );--fides-overlay-secondary-button-text-color:#2d3748;--fides-overlay-secondary-button-border-color:var(\n --fides-overlay-primary-color\n );--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(\n --fides-overlay-secondary-button-background-hover-color\n );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}}`;ws(ks);var xe,I,Zt,Wo,Se=0,Jo=[],F=O,Zo=F.__b,Xo=F.__r,Qo=F.diffed,ei=F.__c,ti=F.unmount,ni=F.__;function vt(e,t){F.__h&&F.__h(I,e,Se||t),Se=0;var n=I.__H||(I.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function H(e){return Se=1,Cs(ri,e)}function Cs(e,t,n){var o=vt(xe++,2);if(o.t=e,!o.__c&&(o.__=[n?n(t):ri(void 0,t),function(s){var a=o.__N?o.__N[0]:o.__[0],c=o.t(a,s);a!==c&&(o.__N=[c,o.__[1]],o.__c.setState({}))}],o.__c=I,!I.u)){var i=function(s,a,c){if(!o.__c.__H)return!0;var p=o.__c.__H.__.filter(function(_){return!!_.__c});if(p.every(function(_){return!_.__N}))return!r||r.call(this,s,a,c);var d=!1;return p.forEach(function(_){if(_.__N){var u=_.__[0];_.__=_.__N,_.__N=void 0,u!==_.__[0]&&(d=!0)}}),!(!d&&o.__c.props===s)&&(!r||r.call(this,s,a,c))};I.u=!0;var r=I.shouldComponentUpdate,l=I.componentWillUpdate;I.componentWillUpdate=function(s,a,c){if(this.__e){var p=r;r=void 0,i(s,a,c),r=p}l&&l.call(this,s,a,c)},I.shouldComponentUpdate=i}return o.__N||o.__}function M(e,t){var n=vt(xe++,3);!F.__s&&ii(n.__H,t)&&(n.__=e,n.i=t,I.__H.__h.push(n))}function Xt(e){return Se=5,Oe(function(){return{current:e}},[])}function Oe(e,t){var n=vt(xe++,7);return ii(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function j(e,t){return Se=8,Oe(function(){return e},t)}function gt(e){var t=I.context[e.__c],n=vt(xe++,9);return n.c=e,t?(n.__==null&&(n.__=!0,t.sub(I)),t.props.value):e.__}function Es(){for(var e;e=Jo.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(_t),e.__H.__h.forEach(Qt),e.__H.__h=[]}catch(t){e.__H.__h=[],F.__e(t,e.__v)}}F.__b=function(e){I=null,Zo&&Zo(e)},F.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),ni&&ni(e,t)},F.__r=function(e){Xo&&Xo(e),xe=0;var t=(I=e.__c).__H;t&&(Zt===I?(t.__h=[],I.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.i=n.__N=void 0})):(t.__h.forEach(_t),t.__h.forEach(Qt),t.__h=[],xe=0)),Zt=I},F.diffed=function(e){Qo&&Qo(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Jo.push(t)!==1&&Wo===F.requestAnimationFrame||((Wo=F.requestAnimationFrame)||xs)(Es)),t.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.i=void 0})),Zt=I=null},F.__c=function(e,t){t.some(function(n){try{n.__h.forEach(_t),n.__h=n.__h.filter(function(o){return!o.__||Qt(o)})}catch(o){t.some(function(i){i.__h&&(i.__h=[])}),t=[],F.__e(o,n.__v)}}),ei&&ei(e,t)},F.unmount=function(e){ti&&ti(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(o){try{_t(o)}catch(i){t=i}}),n.__H=void 0,t&&F.__e(t,n.__v))};var oi=typeof requestAnimationFrame=="function";function xs(e){var t,n=function(){clearTimeout(o),oi&&cancelAnimationFrame(t),setTimeout(e)},o=setTimeout(n,100);oi&&(t=requestAnimationFrame(n))}function _t(e){var t=I,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),I=t}function Qt(e){var t=I;e.__c=e.__(),I=t}function ii(e,t){return!e||e.length!==t.length||t.some(function(n,o){return n!==e[o]})}function ri(e,t){return typeof t=="function"?t(e):t}const Os=({id:e})=>{const[t,n]=H(!1),o=j(()=>n(!1),[]),i=j(()=>n(!0),[]),r=j(()=>{t?o():i()},[t,i,o]);return{isOpen:t,onOpen:i,onClose:o,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[n,o]=H(null);return M(()=>{if(t)return()=>{};Po(e).then(i=>{o(i)})},[e,t]),n},Ts=()=>{const[e,t]=H(!1);return M(()=>{t(!0)},[]),e};var As=Object.defineProperty,ai=Object.getOwnPropertySymbols,Ns=Object.prototype.hasOwnProperty,$s=Object.prototype.propertyIsEnumerable,si=(e,t,n)=>t in e?As(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Is=(e,t)=>{for(var n in t||(t={}))Ns.call(t,n)&&si(e,n,t[n]);if(ai)for(var n of ai(t))$s.call(t,n)&&si(e,n,t[n]);return e},Ls=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const Ss=({options:e,privacyExperience:t,privacyExperienceConfigHistoryId:n,privacyNoticeHistoryIds:o,userGeography:i,acknowledgeMode:r,propertyId:l,tcfNoticesServed:s})=>{const[a,c]=H(ze()),p=j(d=>Ls(void 0,null,function*(){var _;if(e.fidesDisableSaveApi||e.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===Te.BANNER&&!((_=t?.experience_config)!=null&&_.show_layer1_notices))return;const u=ze();c(u);const f=Is({served_notice_history_id:u,browser_identity:d.detail.identity,privacy_experience_config_history_id:n||"",user_geography:i,acknowledge_mode:r,privacy_notice_history_ids:o||[],serving_component:String(d.detail.extraDetails.servingComponent),property_id:l},s);mo({request:f,options:e})}),[e,t,n,i,r,o,l,s]);return M(()=>(window.addEventListener("FidesUIShown",p),()=>{window.removeEventListener("FidesUIShown",p)}),[p]),{servedNoticeHistoryId:a}},li=pt({}),Fs=({i18nInstance:e,children:t})=>{const[n,o]=H(),[i,r]=H(!1),l=j(a=>{e.activate(a),o(a)},[e,o]);M(()=>{const a=document.getElementById(kr);i?a?.style.setProperty("animation-name","spin"):a?.style.removeProperty("animation-name")},[i]);const s=Oe(()=>({i18n:e,currentLocale:n,setCurrentLocale:l,isLoading:i,setIsLoading:r}),[e,n,l,i]);return v(li.Provider,{value:s},t)},Q=()=>{const e=gt(li);if(!e||Object.keys(e).length===0)throw new Error("useI18n must be used within a I18nProvider");return e};var js=Object.defineProperty,Ds=Object.defineProperties,Ms=Object.getOwnPropertyDescriptors,ci=Object.getOwnPropertySymbols,Rs=Object.prototype.hasOwnProperty,zs=Object.prototype.propertyIsEnumerable,di=(e,t,n)=>t in e?js(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,en=(e,t)=>{for(var n in t||(t={}))Rs.call(t,n)&&di(e,n,t[n]);if(ci)for(var n of ci(t))zs.call(t,n)&&di(e,n,t[n]);return e},Us=(e,t)=>Ds(e,Ms(t));const pi=pt({}),Bs=({children:e})=>{const t=Xt(),n=Xt(),o=j(s=>{t.current=s},[]),i=j(s=>{n.current=s},[]),r=j((s,a,c)=>{var p;ae(s,a,Us(en({},c),{servingComponent:(p=c?.servingComponent)!=null?p:n.current,trigger:en(en({},c?.trigger),t.current)})),o(void 0)},[o]),l=Oe(()=>({triggerRef:t,setTrigger:o,servingComponentRef:n,setServingComponent:i,dispatchFidesEventAndClearTrigger:r}),[o,r,i]);return v(pi.Provider,{value:l},e)},le=()=>{const e=gt(pi);if(!e||Object.keys(e).length===0)throw new Error("useEvent must be used within a EventProvider");return e},ui=({onClick:e,ariaLabel:t,hidden:n=!1})=>v("button",{type:"button","aria-label":t,className:"fides-close-button",onClick:e,style:{visibility:n?"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"}))),Gs=pt({}),tn="__VENDOR_COUNT_LINK__",fi=(e,t)=>t?v("span",{dangerouslySetInnerHTML:{__html:e.trim()}}):is(e).trim(),vi=({description:e,onVendorPageClick:t,allowHTMLDescription:n=!1})=>{const[o,i]=H(),{setTrigger:r}=le();let l=0;const s=gt(Gs);return s!=null&&s.vendorCount&&(l=s.vendorCount),M(()=>{if(e)if(e.includes(tn)&&t){const a=e.split(tn);for(let p=1;p<a.length;p+=2)a.splice(p,0,v(oe,null," ",v("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:()=>{t&&(r({type:Y.LINK,label:tn}),t())}},l)," "));const c=a.map(p=>typeof p=="string"?fi(p,n):p);i(c)}else i([fi(e,n)])},[e,t]),e?v("div",null,o):null},gi=({status:e})=>{const{i18n:t}=Q(),n=t.t("static.gpc"),o=e.valueOf();let i="";if(e===ee.APPLIED)i=t.t("static.gpc.status.applied");else if(e===ee.OVERRIDDEN)i=t.t("static.gpc.status.overridden");else if(e===ee.NONE)return null;return v("span",{className:"fides-gpc-label"},n," ",v("span",{className:`fides-gpc-badge fides-gpc-badge-${o}`},i))},Hs=({dismissable:e,onOpen:t,onClose:n,bannerIsOpen:o,children:i,onVendorPageClick:r,renderButtonGroup:l,className:s,isEmbedded:a})=>{var c,p,d,_,u,f,b,m,h,y,w;const{i18n:k}=Q(),E=Ee().globalPrivacyControl,{setTrigger:C}=le();M(()=>{o&&t()},[o,t]);const A=_e(k,"exp.banner_title")?k.t("exp.banner_title"):k.t("exp.title"),P=_e(k,"exp.banner_description")?k.t("exp.banner_description"):k.t("exp.description"),$=["fides-banner","fides-banner-bottom",!o&&"fides-banner-hidden",a&&"fides-embedded",s].filter(R=>typeof R=="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=(_=window.Fides)==null?void 0:_.experience)!=null&&u.privacy_notices&&(N=(b=(f=window.Fides)==null?void 0:f.experience)==null?void 0:b.privacy_notices),v("div",{id:"fides-banner-container",className:$},v("div",{id:"fides-banner"},v("div",{id:"fides-banner-inner"},v(ui,{ariaLabel:"Close banner",onClick:()=>{C({type:Y.BUTTON,label:"Close banner"}),n()},hidden:((h=(m=window.Fides)==null?void 0:m.options)==null?void 0:h.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"},A),E&&v(gi,{status:ee.APPLIED})),v("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},v(vi,{description:P,onVendorPageClick:r,allowHTMLDescription:(w=(y=window.Fides)==null?void 0:y.options)==null?void 0:w.allowHTMLDescription}),!!(N!=null&&N.length)&&v("div",{id:"fides-banner-notices",className:"fides-banner-notices"},N.map((R,ce)=>v("span",{key:R.id},v("strong",null,R.name),ce<N.length-1&&", "))))),i),l())))},Vs=e=>{const[t,n]=H(!1);return M(()=>{const o=window.matchMedia(e);n(o.matches);function i(r){n(r.matches)}return o.addEventListener?o.addEventListener("change",i):o.addListener(i),()=>{o.removeEventListener?o.removeEventListener("change",i):o.removeListener(i)}},[e]),t},Ks=()=>v("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},v("path",{d:"M11.5602 0H8.70311V7.9999H11.5602V0ZM23.0026 12.0001H20.1455V20H23.0026V12.0001ZM14.1258 20H17.5799L12.1315 11.9774V17.0631L14.1258 20ZM8.13179 17.0626V11.9769L2.68588 19.9995H6.14003L8.13129 17.0626H8.13179ZM23.5744 2.93688V8.02263L29.0198 0H25.5682L23.5739 2.93688H23.5744ZM19.5742 2.93688L17.5799 0H14.1258L19.5742 8.02263V2.93688ZM19.5717 8.57121H12.132V11.4283H19.5717V8.57121ZM31 8.57121H23.5603V11.4283H31V8.57121ZM8.13179 8.57121H0.691589V11.4283H8.13179V8.57121Z"})),Ys=()=>v("div",{className:"fides-brand"},v("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",v(Ks,null))),qs=()=>v("div",{className:"fides-spinner"}),Pe=({buttonType:e,label:t,id:n,onClick:o,className:i="",disabled:r,loading:l})=>v("button",{type:"button",id:n,className:`fides-banner-button fides-banner-button-${e.valueOf()} ${i}`,onClick:o,"data-testid":`${t}-btn`,disabled:r||l,style:{cursor:r||l?"not-allowed":"pointer"}},t||"",l&&v(qs,null));function Ws(e,t){for(var n in t)e[n]=t[n];return e}function _i(e,t){for(var n in e)if(n!=="__source"&&!(n in t))return!0;for(var o in t)if(o!=="__source"&&e[o]!==t[o])return!0;return!1}function bi(e,t){this.props=e,this.context=t}(bi.prototype=new ie).isPureReactComponent=!0,bi.prototype.shouldComponentUpdate=function(e,t){return _i(this.props,e)||_i(this.state,t)};var yi=O.__b;O.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),yi&&yi(e)};var Js=O.__e;O.__e=function(e,t,n,o){if(e.then){for(var i,r=t;r=r.__;)if((i=r.__c)&&i.__c)return t.__e==null&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t)}Js(e,t,n,o)};var mi=O.unmount;function hi(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(o){typeof o.__c=="function"&&o.__c()}),e.__c.__H=null),(e=Ws({},e)).__c!=null&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(o){return hi(o,t,n)})),e}function wi(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(o){return wi(o,t,n)}),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function nn(){this.__u=0,this.t=null,this.__b=null}function ki(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function bt(){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),mi&&mi(e)},(nn.prototype=new ie).__c=function(e,t){var n=t.__c,o=this;o.t==null&&(o.t=[]),o.t.push(n);var i=ki(o.__v),r=!1,l=function(){r||(r=!0,n.__R=null,i?i(s):s())};n.__R=l;var s=function(){if(!--o.__u){if(o.state.__a){var a=o.state.__a;o.__v.__k[0]=wi(a,a.__c.__P,a.__c.__O)}var c;for(o.setState({__a:o.__b=null});c=o.t.pop();)c.forceUpdate()}};o.__u++||32&t.__u||o.setState({__a:o.__b=o.__v.__k[0]}),e.then(l,l)},nn.prototype.componentWillUnmount=function(){this.t=[]},nn.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=hi(this.__b,n,o.__O=o.__P)}this.__b=null}var i=t.__a&&v(oe,null,e.fallback);return i&&(i.__u&=-33),[v(oe,null,t.__a?null:e.children),i]};var Ci=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};(bt.prototype=new ie).__a=function(e){var t=this,n=ki(t.__v),o=t.o.get(e);return o[0]++,function(i){var r=function(){t.props.revealOrder?(o.push(i),Ci(t,e,o)):i()};n?n(r):r()}},bt.prototype.render=function(e){this.u=null,this.o=new Map;var t=ct(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},bt.prototype.componentDidUpdate=bt.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,n){Ci(e,n,t)})};var Zs=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,Xs=/^(?: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]/,Qs=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,el=/[A-Z0-9]/g,tl=typeof document<"u",nl=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};ie.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(ie.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var Ei=O.event;function ol(){}function il(){return this.cancelBubble}function rl(){return this.defaultPrevented}O.event=function(e){return Ei&&(e=Ei(e)),e.persist=ol,e.isPropagationStopped=il,e.isDefaultPrevented=rl,e.nativeEvent=e};var al={enumerable:!1,configurable:!0,get:function(){return this.class}},xi=O.vnode;O.vnode=function(e){typeof e.type=="string"&&function(t){var n=t.props,o=t.type,i={};for(var r in n){var l=n[r];if(!(r==="value"&&"defaultValue"in n&&l==null||tl&&r==="children"&&o==="noscript"||r==="class"||r==="className")){var s=r.toLowerCase();r==="defaultValue"&&"value"in n&&n.value==null?r="value":r==="download"&&l===!0?l="":s==="translate"&&l==="no"?l=!1:s==="ondoubleclick"?r="ondblclick":s!=="onchange"||o!=="input"&&o!=="textarea"||nl(n.type)?s==="onfocus"?r="onfocusin":s==="onblur"?r="onfocusout":Qs.test(r)?r=s:o.indexOf("-")===-1&&Xs.test(r)?r=r.replace(el,"-$&").toLowerCase():l===null&&(l=void 0):s=r="oninput",s==="oninput"&&i[r=s]&&(r="oninputCapture"),i[r]=l}}o=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=ct(n.children).forEach(function(a){a.props.selected=i.value.indexOf(a.props.value)!=-1})),o=="select"&&i.defaultValue!=null&&(i.value=ct(n.children).forEach(function(a){a.props.selected=i.multiple?i.defaultValue.indexOf(a.props.value)!=-1:i.defaultValue==a.props.value})),n.class&&!n.className?(i.class=n.class,Object.defineProperty(i,"className",al)):(n.className&&!n.class||n.class&&n.className)&&(i.class=i.className=n.className),t.props=i}(e),e.$$typeof=Zs,xi&&xi(e)};var Oi=O.__r;O.__r=function(e){Oi&&Oi(e),e.__c};var Pi=O.diffed;O.diffed=function(e){Pi&&Pi(e);var t=e.props,n=e.__e;n!=null&&e.type==="textarea"&&"value"in t&&t.value!==n.value&&(n.value=t.value==null?"":t.value)};const sl=pt({});var ll=Object.defineProperty,cl=Object.defineProperties,dl=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,Ti=Object.prototype.hasOwnProperty,Ai=Object.prototype.propertyIsEnumerable,Ni=(e,t,n)=>t in e?ll(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pl=(e,t)=>{for(var n in t||(t={}))Ti.call(t,n)&&Ni(e,n,t[n]);if(yt)for(var n of yt(t))Ai.call(t,n)&&Ni(e,n,t[n]);return e},ul=(e,t)=>cl(e,dl(t)),fl=(e,t)=>{var n={};for(var o in e)Ti.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&yt)for(var o of yt(e))t.indexOf(o)<0&&Ai.call(e,o)&&(n[o]=e[o]);return n};const vl=e=>{var t=e,{isActive:n,className:o,children:i}=t,r=fl(t,["isActive","className","children"]);return v("button",ul(pl({type:"button","aria-pressed":n||void 0},r),{className:`fides-banner-button fides-menu-item ${o||""}`}),i)};var gl=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});const _l=({availableLocales:e,options:t,isTCF:n})=>{const{i18n:o,currentLocale:i,setCurrentLocale:r,setIsLoading:l}=Q(),s=gt(sl),a=c=>gl(void 0,null,function*(){var p;if(c!==o.locale)if(n){l(!0);const d=yield go(t.fidesApiUrl,[c]);l(!1),d&&Object.keys(d).length?(s.setGvlTranslations(d[c]),io(o,d,e||[B]),r(c)):console.error(`Unable to load GVL translation for ${c}`)}else r(c);(p=document.getElementById(In))==null||p.focus()});return v("div",{className:"fides-i18n-menu"},v("div",{role:"group",className:"fides-i18n-popover"},o.availableLanguages.map(c=>v(vl,{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"}))))},bl=()=>{const{i18n:e}=Q();if(!_e(e,"exp.privacy_policy_link_label")||!_e(e,"exp.privacy_policy_url"))return null;const t=e.t("exp.privacy_policy_link_label"),n=e.t("exp.privacy_policy_url");return v("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},v("a",{href:n,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},t))},yl=({availableLocales:e=[B],onManagePreferencesClick:t,renderFirstButton:n,onAcceptAll:o,onRejectAll:i,hideOptInOut:r,hideRejectAll:l,options:s,isInModal:a,isTCF:c,isMinimalTCF:p,isGVLLoading:d})=>{var _;const[u,f]=H(!1),{i18n:b}=Q(),{setTrigger:m}=le(),h=Vs("(max-width: 768px)"),y=((_=b.availableLanguages)==null?void 0:_.length)>1,w=_e(b,"exp.privacy_policy_link_label")&&_e(b,"exp.privacy_policy_url"),k=()=>{const C=!c||!p;f(!C),t&&C&&t()},E=a&&s.showFidesBrandLink;return M(()=>{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"},!!n&&n(),!r&&v(oe,null,c&&!!t&&v(Pe,{buttonType:J.SECONDARY,label:b.t("exp.privacy_preferences_link_label"),onClick:()=>{m({type:Y.BUTTON,label:b.t("exp.privacy_preferences_link_label")}),k()},className:"fides-manage-preferences-button",loading:u}),!l&&v(Pe,{buttonType:J.PRIMARY,label:b.t("exp.reject_button_label"),onClick:()=>{m({type:Y.BUTTON,label:b.t("exp.reject_button_label")}),i()},className:"fides-reject-all-button",loading:d}),v(Pe,{buttonType:J.PRIMARY,label:b.t("exp.accept_button_label"),onClick:()=>{m({type:Y.BUTTON,label:b.t("exp.accept_button_label")}),o()},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"}${y?" fides-button-group-i18n":""}${w?" fides-button-group-privacy-policy":""}${E?" fides-button-group-brand":""}`},y&&v(_l,{availableLocales:e,options:s,isTCF:!!c}),!c&&!!t&&v(Pe,{buttonType:h?J.SECONDARY:J.TERTIARY,label:b.t("exp.privacy_preferences_link_label"),onClick:()=>{m({type:Y.BUTTON,label:b.t("exp.privacy_preferences_link_label")}),t()},className:"fides-manage-preferences-button"}),w&&v(bl,null),E&&v(Ys,null)))},$i=({experience:e,onAcceptAll:t,onRejectAll:n,onSave:o,onManagePreferencesClick:i,enabledKeys:r,isInModal:l,isAcknowledge:s,hideOptInOut:a=!1,options:c})=>{const{i18n:p}=Q(),{setTrigger:d}=le();if(!e.experience_config||!e.privacy_notices)return null;const{privacy_notices:_}=e,u=()=>{o(L.ACKNOWLEDGE,_.map(m=>m.notice_key))},f=()=>{o(L.SAVE,r)},b=()=>s?v(Pe,{buttonType:J.PRIMARY,label:p.t("exp.acknowledge_button_label"),onClick:()=>{d({type:Y.BUTTON,label:p.t("exp.acknowledge_button_label")}),u()},className:"fides-acknowledge-button"}):l?v(Pe,{buttonType:a?J.PRIMARY:J.SECONDARY,label:p.t("exp.save_button_label"),onClick:()=>{d({type:Y.BUTTON,label:p.t("exp.save_button_label")}),f()},className:"fides-save-button"}):null;return v(yl,{availableLocales:e.available_locales,onManagePreferencesClick:i,onAcceptAll:t,onRejectAll:n,isInModal:l,renderFirstButton:b,hideOptInOut:a,options:c})};var ml=[\'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^="-"])\'],hl="Tab",wl="Escape";function q(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()}q.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=Fe(\'[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=Fe("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest(\'[aria-modal="true"], [data-a11y-dialog]\')===e}).concat(Fe(\'[data-a11y-dialog-hide="\'+this._id+\'"]\')),this._closers.forEach(function(t){t.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},q.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,Ii(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this},q.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},q.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},q.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},q.prototype.off=function(e,t){var n=(this._listeners[e]||[]).indexOf(t);return n>-1&&this._listeners[e].splice(n,1),this},q.prototype._fire=function(e,t){var n=this._listeners[e]||[],o=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(o),n.forEach(function(i){i(this.$el,t)}.bind(this))},q.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest(\'[aria-modal="true"]\')!==this.$el||(this.shown&&e.key===wl&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===hl&&El(this.$el,e))},q.prototype._maintainFocus=function(e){this.shown&&!e.target.closest(\'[aria-modal="true"]\')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&Ii(this.$el)};function kl(e){return Array.prototype.slice.call(e)}function Fe(e,t){return kl((t||document).querySelectorAll(e))}function Ii(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function Cl(e){return Fe(ml.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function El(e,t){var n=Cl(e),o=n.indexOf(document.activeElement);t.shiftKey&&o===0?(n[n.length-1].focus(),t.preventDefault()):!t.shiftKey&&o===n.length-1&&(n[0].focus(),t.preventDefault())}function on(){Fe("[data-a11y-dialog]").forEach(function(e){new q(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",on):window.requestAnimationFrame?window.requestAnimationFrame(on):window.setTimeout(on,16));const xl=()=>{const[e,t]=H(null),n=j(o=>{if(o!==null){const i=new q(o);i.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),t(i)}},[]);return{instance:e,container:n}},Ol=({role:e,id:t,onClose:n})=>{const{instance:o,container:i}=xl(),r=e==="alertdialog",l=`${t}-title`,s=j(()=>{o&&o.hide(),n&&n()},[n,o]);return M(()=>()=>{o&&o.destroy()},[o]),{instance:o,attributes:{container:{id:t,ref:i,role:e,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":l},overlay:{onClick:r?void 0:s},dialog:{role:"document"},closeButton:{type:"button",onClick:s},title:{role:"heading","aria-level":1,id:l}}}},Pl=()=>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"})),Tl=({title:e,description:t})=>v("div",{className:"fides-gpc-banner"},v("div",{className:"fides-gpc-warning"},v(Pl,null)),v("div",null,v("p",{className:"fides-gpc-header"},e),v("p",null,t)));var Al=Object.defineProperty,Nl=Object.defineProperties,$l=Object.getOwnPropertyDescriptors,Li=Object.getOwnPropertySymbols,Il=Object.prototype.hasOwnProperty,Ll=Object.prototype.propertyIsEnumerable,Si=(e,t,n)=>t in e?Al(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Sl=(e,t)=>{for(var n in t||(t={}))Il.call(t,n)&&Si(e,n,t[n]);if(Li)for(var n of Li(t))Ll.call(t,n)&&Si(e,n,t[n]);return e},Fl=(e,t)=>Nl(e,$l(t));const Fi=({titleProps:e,className:t,renderModalFooter:n,children:o,onVendorPageClick:i})=>{var r,l;const{i18n:s}=Q(),a=s.t("exp.title"),c=s.t("exp.description"),p=Ee().globalPrivacyControl,d=s.t("static.gpc.title"),_=s.t("static.gpc.description");return v(oe,null,v("div",{"data-testid":"consent-content",id:"fides-consent-content",className:t},v("div",{className:"fides-modal-body"},v("div",Fl(Sl({"data-testid":"fides-modal-title"},e),{className:"fides-modal-title"}),a),v("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},v(vi,{onVendorPageClick:i,description:c,allowHTMLDescription:(l=(r=window.Fides)==null?void 0:r.options)==null?void 0:l.allowHTMLDescription})),p&&v(Tl,{title:d,description:_}),o)),v("div",{className:"fides-modal-footer"},n()))};var jl=Object.defineProperty,Dl=Object.defineProperties,Ml=Object.getOwnPropertyDescriptors,ji=Object.getOwnPropertySymbols,Rl=Object.prototype.hasOwnProperty,zl=Object.prototype.propertyIsEnumerable,Di=(e,t,n)=>t in e?jl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rn=(e,t)=>{for(var n in t||(t={}))Rl.call(t,n)&&Di(e,n,t[n]);if(ji)for(var n of ji(t))zl.call(t,n)&&Di(e,n,t[n]);return e},an=(e,t)=>Dl(e,Ml(t));const Ul=({attributes:e,children:t,dismissable:n,onVendorPageClick:o,renderModalFooter:i})=>{const{container:r,overlay:l,dialog:s,title:a,closeButton:c}=e,{setTrigger:p}=le();return v("div",an(rn({"data-testid":"consent-modal"},r),{className:"fides-modal-container"}),v("div",an(rn({},l),{className:"fides-modal-overlay"})),v("div",an(rn({"data-testid":"fides-modal-content"},s),{className:"fides-modal-content"}),v("div",{className:"fides-modal-header"},v("div",null),v(ui,{ariaLabel:"Close modal",onClick:()=>{p({type:"button",label:"Close modal"}),c.onClick()},hidden:window.Fides.options.preventDismissal||!n})),v(Fi,{titleProps:a,renderModalFooter:i,onVendorPageClick:o},t)))},Bl=({options:e,experience:t,cookie:n,savedConsent:o,onOpen:i,onDismiss:r,renderBanner:l,renderModalContent:s,renderModalFooter:a,onVendorPageClick:c,isUiBlocking:p})=>{const{i18n:d}=Q(),{setServingComponent:_,dispatchFidesEventAndClearTrigger:u}=le(),f=100,b=Ts(),m=e.modalLinkId||"fides-modal-link",h=!t||!!e.fidesEmbed||e.modalLinkId==="",y=Ps(m,h),w=Xt(null),[k,E]=H(null);M(()=>{k===null&&E(!Je(t,n,o,e))},[k]);const[C,A]=H(e.fidesEmbed?Je(t,n,o,e):!1);M(()=>(p&&C?os():Oo(),()=>{Oo()}),[p,C]);const P=j(({saved:de=!1})=>{de||r(),u("FidesModalClosed",n,{saved:de}),_(void 0)},[u,n,r,_]),{instance:$,attributes:N}=Ol({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{P({saved:!1})}}),R=j((de=ge.FIDES)=>{e.fidesEmbed?A(!1):$&&(A(!1),$.show(),i(de))},[$,i,e]),ce=j(()=>{$&&!e.fidesEmbed&&($.hide(),P({saved:!0}))},[$,P,e.fidesEmbed]);M(()=>{e.fidesEmbed&&!C&&i()},[e,i,C]),M(()=>{const de=setTimeout(()=>{k||A(!0)},f);return()=>clearTimeout(de)},[k,A]),M(()=>(t&&!e.fidesEmbed&&(window.Fides.showModal=()=>{R(ge.EXTERNAL)}),()=>{window.Fides.showModal=It}),[t,R,e.fidesEmbed]),M(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),h||y&&(w.current=y,w.current.addEventListener("click",window.Fides.showModal),w.current.classList.add("fides-modal-link-shown")),()=>{w.current&&w.current.removeEventListener("click",window.Fides.showModal)}),[y,h,m]);const ht=()=>{R()};return b&&t.experience_config?v("div",{id:In,tabIndex:-1},!k&&C&&p&&v("div",{className:"fides-modal-overlay"}),e.fidesEmbed?C||!s||!a?null:v(Fi,{titleProps:N.title,renderModalFooter:()=>a({onClose:ce,isMobile:!1}),onVendorPageClick:c},s()):v(Ul,{attributes:N,dismissable:t.experience_config.dismissable,onVendorPageClick:c,renderModalFooter:()=>a?a({onClose:ce,isMobile:!1}):null},s&&s()),!k&&l({isOpen:C,isEmbedded:e.fidesEmbed,onClose:()=>{A(!1)},onManagePreferencesClick:ht})):null},Gl=({label:e,name:t,id:n,checked:o,onChange:i,disabled:r,onLabel:l,offLabel:s})=>{const{setTrigger:a}=le(),c=o?l:s;return v("div",{className:"fides-toggle","data-testid":`toggle-${e}`},v("input",{type:"checkbox",name:t,"aria-label":e,className:"fides-toggle-input",onChange:()=>{a({type:Y.TOGGLE,label:e,checked:!o}),i(n)},checked:o,role:"switch",disabled:r}),v("span",{className:"fides-toggle-display"},c))};var Hl=Object.defineProperty,Vl=Object.defineProperties,Kl=Object.getOwnPropertyDescriptors,Mi=Object.getOwnPropertySymbols,Yl=Object.prototype.hasOwnProperty,ql=Object.prototype.propertyIsEnumerable,Ri=(e,t,n)=>t in e?Hl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,zi=(e,t)=>{for(var n in t||(t={}))Yl.call(t,n)&&Ri(e,n,t[n]);if(Mi)for(var n of Mi(t))ql.call(t,n)&&Ri(e,n,t[n]);return e},Wl=(e,t)=>Vl(e,Kl(t));const Jl=({noticeKey:e,title:t,checked:n,onToggle:o,children:i,badge:r,gpcBadge:l,disabled:s,onLabel:a,offLabel:c,isHeader:p,includeToggle:d=!0})=>{const{isOpen:_,getButtonProps:u,getDisclosureProps:f,onToggle:b}=Os({id:e}),m=(w,k)=>{(w.code==="Space"||w.code==="Enter")&&(w.preventDefault(),k&&b())},h=i!=null,y=h?u():{};return v("div",{className:_&&h?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},v("div",{key:e,className:"fides-notice-toggle-title"},v("span",Wl(zi({role:"button",tabIndex:0,onKeyDown:w=>m(w,h)},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"},l,r?v("span",{className:"fides-notice-badge"},r):null,d?v(Gl,{label:t,name:e,id:e,checked:n,onChange:o,disabled:s,onLabel:a,offLabel:c}):null)),i?v("div",zi({},f()),i):null)},Zl=()=>v("hr",{className:"fides-divider"}),Xl=({noticeToggles:e,enabledNoticeKeys:t,onChange:n})=>{const{i18n:o}=Q(),i=s=>{const a={key:s,type:"notice"};t.indexOf(s)===-1?n([...t,s],a):n(t.filter(c=>c!==s),a)};let r,l;return et(o)===B&&(r="On",l="Off"),v("div",null,e.map((s,a)=>{const{noticeKey:c,title:p,description:d,checked:_,disabled:u,gpcStatus:f}=s,b=a===e.length-1;return v("div",{key:c},v(Jl,{noticeKey:c,title:p,checked:_,onToggle:i,gpcBadge:v(gi,{status:f}),disabled:u,onLabel:r,offLabel:l},d),b?null:v(Zl,null))}))};var Ql=Object.defineProperty,ec=Object.defineProperties,tc=Object.getOwnPropertyDescriptors,Ui=Object.getOwnPropertySymbols,nc=Object.prototype.hasOwnProperty,oc=Object.prototype.propertyIsEnumerable,Bi=(e,t,n)=>t in e?Ql(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ic=(e,t)=>{for(var n in t||(t={}))nc.call(t,n)&&Bi(e,n,t[n]);if(Ui)for(var n of Ui(t))oc.call(t,n)&&Bi(e,n,t[n]);return e},rc=(e,t)=>ec(e,tc(t));const ac=({options:e,experience:t,fidesRegionString:n,cookie:o,propertyId:i})=>{var r;const{i18n:l,currentLocale:s,setCurrentLocale:a}=Q(),{triggerRef:c,setTrigger:p,servingComponentRef:d,setServingComponent:_,dispatchFidesEventAndClearTrigger:u}=le(),f=ke(),b=window.Fides.saved_consent,m=x=>t.privacy_notices?t.privacy_notices.map(T=>Ot(T,x||b||f?.consent)?T.notice_key:""):[];M(()=>{!s&&l.locale&&a(l.locale)},[s,l.locale,a]);const h=Oe(()=>{if(t.experience_config){const x=tt(l,t.experience_config);return x?.privacy_experience_config_history_id}},[t,l,s]),y=Oe(()=>{var x;const T=((x=t.privacy_notices)!=null?x:[]).map(G=>{var me,wt;const sn=G.consent_mechanism===K.NOTICE_ONLY||((wt=(me=e.fidesDisabledNotices)==null?void 0:me.includes(G.notice_key))!=null?wt:!1)||G.disabled,Ec=Dt(l,G);return{notice:rc(ic({},G),{disabled:sn}),bestTranslation:Ec}}),S=T.filter(G=>G.notice.consent_mechanism===K.NOTICE_ONLY),V=T.filter(G=>G.notice.consent_mechanism!==K.NOTICE_ONLY);return[...S,...V]},[t.privacy_notices,l,s,e.fidesDisabledNotices]),[w,k]=H(m());window.addEventListener("FidesUpdating",x=>{const{consent:T}=x.detail;Object.entries(T).forEach(([S,V])=>{T[S]=Ae(V)}),k(m(T))});const E=y.every(x=>x.notice.consent_mechanism===K.NOTICE_ONLY),C=y.map(x=>{var T,S;const V=w.indexOf(x.notice.notice_key)!==-1,G=Ee(),me=zn({value:V,notice:x.notice,consentContext:G});return{noticeKey:x.notice.notice_key,title:((T=x.bestTranslation)==null?void 0:T.title)||x.notice.name||"",description:(S=x.bestTranslation)==null?void 0:S.description,checked:V,consentMechanism:x.notice.consent_mechanism,disabled:x.notice.disabled,gpcStatus:me}}),{servedNoticeHistoryId:A}=Ss({privacyExperienceConfigHistoryId:h,privacyNoticeHistoryIds:y.reduce((x,T)=>{var S;const V=(S=T.bestTranslation)==null?void 0:S.privacy_notice_history_id;return V&&x.push(V),x},[]),options:e,userGeography:n,acknowledgeMode:E,privacyExperience:t,propertyId:i}),P=j((x,T)=>{const S=Un(y,T);Ut({consentPreferencesToSave:S,privacyExperienceConfigHistoryId:h,experience:t,consentMethod:x,options:e,userLocationString:n,cookie:o,eventExtraDetails:{servingComponent:d.current,trigger:c.current},servedNoticeHistoryId:A,propertyId:i,updateCookie:V=>He(V,S)}).finally(()=>{p(void 0)}),k(T)},[o,n,t,e,h,y,A,i,c,p,d]),$=j(x=>{P(x?L.SCRIPT:L.ACCEPT,y.filter(T=>!T.notice.disabled||w.includes(T.notice.notice_key)).map(T=>T.notice.notice_key))},[w,P,y]),N=j(x=>{P(x?L.SCRIPT:L.REJECT,y.filter(T=>T.notice.consent_mechanism===K.NOTICE_ONLY||T.notice.disabled&&w.includes(T.notice.notice_key)).map(T=>T.notice.notice_key))},[w,P,y]);M(()=>{We(e)&&t.privacy_notices&&(e.fidesConsentOverride===L.ACCEPT?$(!0):e.fidesConsentOverride===L.REJECT&&N(!0))},[t.privacy_notices,e.fidesConsentOverride]);const R=j(()=>{_(Te.BANNER),u("FidesUIShown",o)},[o,u,_]),ce=j(x=>{_(Te.MODAL),u("FidesUIShown",o,{trigger:{origin:x}})},[o,u,_]),ht=j(()=>{At(f?.consent)||P(L.DISMISS,m())},[P,m,f?.consent]),de=j((x,T)=>{const S={servingComponent:d.current,trigger:c.current,preference:T};k(x),u("FidesUIChanged",o,S)},[c,u,o,d]);if(!t.experience_config)return null;const Yi=!!((r=t.experience_config)!=null&&r.dismissable),Cc=y.length===1;return v(Bl,{options:e,experience:t,cookie:o,savedConsent:b,isUiBlocking:!Yi,onOpen:ce,onDismiss:ht,renderBanner:({isEmbedded:x,isOpen:T,onClose:S,onManagePreferencesClick:V})=>{var G;const me=E||((G=t.experience_config)==null?void 0:G.layer1_button_options)===Ct.ACKNOWLEDGE;return v(Hs,{bannerIsOpen:T,dismissable:Yi,onOpen:R,onClose:()=>{S(),ht()},isEmbedded:x,renderButtonGroup:()=>v($i,{experience:t,onManagePreferencesClick:V,enabledKeys:w,onAcceptAll:()=>{$(),S()},onRejectAll:()=>{N(),S()},onSave:(wt,sn)=>{P(wt,sn),S()},isAcknowledge:me,hideOptInOut:me,options:e})})},renderModalContent:()=>v("div",null,v("div",{className:"fides-modal-notices"},v(Xl,{noticeToggles:C,enabledNoticeKeys:w,onChange:de}))),renderModalFooter:({onClose:x})=>v($i,{experience:t,enabledKeys:w,onAcceptAll:()=>{$(),x()},onRejectAll:()=>{N(),x()},onSave:(T,S)=>{P(T,S),x()},isInModal:!0,isAcknowledge:E,hideOptInOut:Cc||E,options:e})})};var sc=Object.defineProperty,Gi=Object.getOwnPropertySymbols,lc=Object.prototype.hasOwnProperty,cc=Object.prototype.propertyIsEnumerable,Hi=(e,t,n)=>t in e?sc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,dc=(e,t)=>{for(var n in t||(t={}))lc.call(t,n)&&Hi(e,n,t[n]);if(Gi)for(var n of Gi(t))cc.call(t,n)&&Hi(e,n,t[n]);return e};const pc=(e,t)=>{const{i18n:n}=e;Vo(v(Fs,{i18nInstance:n},v(Bs,null,v(ac,dc({},e)))),t)};var uc=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});function fc(e){return uc(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 vc=Object.defineProperty,gc=Object.defineProperties,_c=Object.getOwnPropertyDescriptors,Vi=Object.getOwnPropertySymbols,bc=Object.prototype.hasOwnProperty,yc=Object.prototype.propertyIsEnumerable,Ki=(e,t,n)=>t in e?vc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,W=(e,t)=>{for(var n in t||(t={}))bc.call(t,n)&&Ki(e,n,t[n]);if(Vi)for(var n of Vi(t))yc.call(t,n)&&Ki(e,n,t[n]);return e},mt=(e,t)=>gc(e,_c(t)),mc=(e,t,n)=>new Promise((o,i)=>{var r=a=>{try{s(n.next(a))}catch(c){i(c)}},l=a=>{try{s(n.throw(a))}catch(c){i(c)}},s=a=>a.done?o(a.value):Promise.resolve(a.value).then(r,l);s((n=n.apply(e,t)).next())});function hc(e){return mc(this,null,function*(){var t,n,o,i;let r=(t=e??this.config)!=null?t:Bt("Fides must be initialized with a configuration object");yr(!!((n=r.options)!=null&&n.debug)),this.config=r,ae("FidesInitializing",void 0,{gppEnabled:this.config.options.gppEnabled||((i=(o=this.config.experience)==null?void 0:o.gpp_settings)==null?void 0:i.enabled),tcfEnabled:this.config.options.tcfEnabled});const l=Io(we.OPTIONS,r),s=Io(we.EXPERIENCE_TRANSLATION,r),a=yield fc(r);!l.fidesString&&a!=null&&a.fides_string&&(l.fidesString=a.fides_string);const c={optionsOverrides:l,consentPrefsOverrides:a,experienceTranslationOverrides:s};br(l);let p;if(!ke()){const{consent:u,method:f}=$n(l);u&&f&&(p=u)}r=mt(W({},r),{options:W(W({},r.options),c.optionsOverrides)}),this.cookie=cs(r),this.cookie.consent=W(W({},this.cookie.consent),p),this.saved_consent=W({},this.cookie.consent);const{fidesString:d}=r.options;if(d)try{const{nc:u}=Ft(d);this.decodeNoticeConsentString(u);const f={fides_string:d};this.cookie=W(W({},this.cookie),f)}catch{}if(this.experience=r.experience,!wn(this.cookie)||!!p){const u=ds(mt(W({},r),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Nt}));Object.assign(this,u),it(this),this.experience=u.experience,Yn(this.cookie,{shouldShowExperience:this.shouldShowExperience()})}const _=yield ps(mt(W({},r),{fides:this,initOverlay:qo,renderOverlay:pc,updateExperience:Co,overrides:c,propertyId:r.propertyId}));Object.assign(this,_),it(this),qn(this.cookie,{shouldShowExperience:this.shouldShowExperience()})})}const wc=Eo({}),kc=mt(W({},wc),{init:hc});it(kc),g.BannerEnabled=dn,g.ButtonType=J,g.CONSENT_COOKIE_MAX_AGE_DAYS=mn,g.CONSENT_COOKIE_NAME=Tt,g.ComponentType=z,g.ConsentFlagType=ue,g.ConsentMechanism=K,g.ConsentMethod=L,g.ConsentNonApplicableFlagMode=he,g.DEFAULT_LOCALE=B,g.DEFAULT_MODAL_LINK_LABEL=Ve,g.EnforcementLevel=cn,g.FidesEndpointPaths=uo,g.FidesEventOrigin=ge,g.FidesEventTargetType=Y,g.GpcStatus=ee,g.LOCALE_REGEX=Ke,g.Layer1ButtonOption=Ct,g.OverrideType=we,g.PrivacyNoticeFramework=ln,g.REQUEST_SOURCE=bo,g.RejectAllMechanism=pn,g.RequestOrigin=un,g.SaveConsentPreference=pe,g.ServingComponent=Te,g.UpdateConsentValidation=re,g.UserConsentPreference=U,g.allNoticesAreDefaultOptIn=Ar,g.applyOverridesToConsent=$e,g.areLocalesEqual=X,g.buildCookieConsentFromConsentPreferences=Pn,g.consentCookieObjHasSomeConsentSet=At,g.constructFidesRegionString=qe,g.createConsentPreferencesToSave=Un,g.createEmptyExperience=fo,g.decodeNoticeConsentString=Lt,g.defaultShowModal=It,g.detectUserLocale=ro,g.dispatchConsentLoadedEvents=Yn,g.dispatchFidesEvent=ae,g.dispatchFidesInitialized=St,g.dispatchReadyEvents=qn,g.encodeNoticeConsentString=Bn,g.experienceIsValid=Mn,g.extractDefaultLocaleFromExperience=Qn,g.fetchExperience=vo,g.fetchGvlTranslations=go,g.getConsentContext=Ee,g.getCookieByName=Ge,g.getCoreFides=Eo,g.getCurrentLocale=et,g.getFidesConsentCookie=ke,g.getGeolocation=xo,g.getGpcStatusFromNotice=zn,g.getOrMakeFidesCookie=Cn,g.getOverrideValidatorMapByType=Dn,g.getTcfDefaultPreference=Nr,g.getWindowObjFromPath=Rn,g.i18n=Ra,g.initOverlay=qo,g.initializeI18n=so,g.isConsentOverride=We,g.isNewFidesCookie=wn,g.isPrivacyExperience=Ce,g.isValidAcString=Lr,g.loadGVLMessagesFromExperience=oo,g.loadMessagesFromExperience=no,g.loadMessagesFromFiles=to,g.loadMessagesFromGVLTranslations=io,g.localizeModalLinkText=lo,g.makeConsentDefaultsLegacy=xn,g.makeFidesCookie=kn,g.matchAvailableLocales=ao,g.messageExists=_e,g.noticeHasConsentInCookie=Ue,g.onFidesEvent=Kn,g.parseFidesDisabledNotices=gn,g.patchNoticesServed=mo,g.patchUserPreference=yo,g.processExternalConsentValue=Ae,g.raise=Bt,g.removeCookiesFromBrowser=On,g.resolveConsentValue=Ot,g.resolveLegacyConsentValue=_n,g.saveFidesCookie=En,g.selectBestExperienceConfigTranslation=tt,g.selectBestNoticeTranslation=Dt,g.setupI18n=Mt,g.shouldResurfaceBanner=Je,g.transformConsentToFidesUserPreference=te,g.transformTcfPreferencesToCookieKeys=pr,g.transformUserPreferenceToBoolean=fe,g.updateCookieFromExperience=Tn,g.updateCookieFromNoticePreferences=He,g.updateExperience=Co,g.updateExperienceFromCookieConsentNotices=Nt,g.updateWindowFides=it,g.validateOptions=jn});\n',tcf:'(function(C,ge){typeof exports=="object"&&typeof module<"u"?ge(exports):(C=typeof globalThis<"u"?globalThis:C||self,ge(C.Fides={}))})(this,function(C){"use strict";class ge extends Error{constructor(e){super(e),this.name="DecodingError"}}class Ie extends Error{constructor(e){super(e),this.name="EncodingError"}}class ut extends Error{constructor(e){super(e),this.name="GVLError"}}class Pe extends Error{constructor(e,i,s=""){super(`invalid value ${i} passed for ${e} ${s}`),this.name="TCModelError"}}class Li{static DICT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";static REVERSE_DICT=new Map([["A",0],["B",1],["C",2],["D",3],["E",4],["F",5],["G",6],["H",7],["I",8],["J",9],["K",10],["L",11],["M",12],["N",13],["O",14],["P",15],["Q",16],["R",17],["S",18],["T",19],["U",20],["V",21],["W",22],["X",23],["Y",24],["Z",25],["a",26],["b",27],["c",28],["d",29],["e",30],["f",31],["g",32],["h",33],["i",34],["j",35],["k",36],["l",37],["m",38],["n",39],["o",40],["p",41],["q",42],["r",43],["s",44],["t",45],["u",46],["v",47],["w",48],["x",49],["y",50],["z",51],["0",52],["1",53],["2",54],["3",55],["4",56],["5",57],["6",58],["7",59],["8",60],["9",61],["-",62],["_",63]]);static BASIS=6;static LCM=24;static encode(e){if(!/^[0-1]+$/.test(e))throw new Ie("Invalid bitField");const i=e.length%this.LCM;e+=i?"0".repeat(this.LCM-i):"";let s="";for(let n=0;n<e.length;n+=this.BASIS)s+=this.DICT[parseInt(e.substr(n,this.BASIS),2)];return s}static decode(e){if(!/^[A-Za-z0-9\\-_]+$/.test(e))throw new ge("Invalidly encoded Base64URL string");let i="";for(let s=0;s<e.length;s++){const n=this.REVERSE_DICT.get(e[s]).toString(2);i+="0".repeat(this.BASIS-n.length)+n}return i}}class Oe{static langSet=new Set(["AR","BG","BS","CA","CS","CY","DA","DE","EL","EN","ES","ET","EU","FI","FR","GL","HE","HI","HR","HU","ID","IT","JA","KA","KO","LT","LV","MK","MS","MT","NL","NO","PL","PT-BR","PT-PT","RO","RU","SK","SL","SQ","SR-LATN","SR-CYRL","SV","SW","TH","TL","TR","UK","VI","ZH","ZH-HANT"]);has(e){return Oe.langSet.has(e)}parseLanguage(e){e=e.toUpperCase();const i=e.split("-")[0];if(e.length>=2&&i.length==2){if(Oe.langSet.has(e))return e;if(Oe.langSet.has(i))return i;const s=i+"-"+i;if(Oe.langSet.has(s))return s;for(const n of Oe.langSet)if(n.indexOf(e)!==-1||n.indexOf(i)!==-1)return n}throw new Error(`unsupported language ${e}`)}forEach(e){Oe.langSet.forEach(e)}get size(){return Oe.langSet.size}}class k{static cmpId="cmpId";static cmpVersion="cmpVersion";static consentLanguage="consentLanguage";static consentScreen="consentScreen";static created="created";static supportOOB="supportOOB";static isServiceSpecific="isServiceSpecific";static lastUpdated="lastUpdated";static numCustomPurposes="numCustomPurposes";static policyVersion="policyVersion";static publisherCountryCode="publisherCountryCode";static publisherCustomConsents="publisherCustomConsents";static publisherCustomLegitimateInterests="publisherCustomLegitimateInterests";static publisherLegitimateInterests="publisherLegitimateInterests";static publisherConsents="publisherConsents";static publisherRestrictions="publisherRestrictions";static purposeConsents="purposeConsents";static purposeLegitimateInterests="purposeLegitimateInterests";static purposeOneTreatment="purposeOneTreatment";static specialFeatureOptins="specialFeatureOptins";static useNonStandardTexts="useNonStandardTexts";static vendorConsents="vendorConsents";static vendorLegitimateInterests="vendorLegitimateInterests";static vendorListVersion="vendorListVersion";static vendorsAllowed="vendorsAllowed";static vendorsDisclosed="vendorsDisclosed";static version="version"}class kt{clone(){const e=new this.constructor;return Object.keys(this).forEach(s=>{const n=this.deepClone(this[s]);n!==void 0&&(e[s]=n)}),e}deepClone(e){const i=typeof e;if(i==="number"||i==="string"||i==="boolean")return e;if(e!==null&&i==="object"){if(typeof e.clone=="function")return e.clone();if(e instanceof Date)return new Date(e.getTime());if(e[Symbol.iterator]!==void 0){const s=[];for(const n of e)s.push(this.deepClone(n));return e instanceof Array?s:new e.constructor(s)}else{const s={};for(const n in e)e.hasOwnProperty(n)&&(s[n]=this.deepClone(e[n]));return s}}}}var _e;(function(t){t[t.NOT_ALLOWED=0]="NOT_ALLOWED",t[t.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",t[t.REQUIRE_LI=2]="REQUIRE_LI"})(_e||(_e={}));class ke extends kt{static hashSeparator="-";purposeId_;restrictionType;constructor(e,i){super(),e!==void 0&&(this.purposeId=e),i!==void 0&&(this.restrictionType=i)}static unHash(e){const i=e.split(this.hashSeparator),s=new ke;if(i.length!==2)throw new Pe("hash",e);return s.purposeId=parseInt(i[0],10),s.restrictionType=parseInt(i[1],10),s}get hash(){if(!this.isValid())throw new Error("cannot hash invalid PurposeRestriction");return`${this.purposeId}${ke.hashSeparator}${this.restrictionType}`}get purposeId(){return this.purposeId_}set purposeId(e){this.purposeId_=e}isValid(){return Number.isInteger(this.purposeId)&&this.purposeId>0&&(this.restrictionType===_e.NOT_ALLOWED||this.restrictionType===_e.REQUIRE_CONSENT||this.restrictionType===_e.REQUIRE_LI)}isSameAs(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType}}class Rs extends kt{bitLength=0;map=new Map;gvl_;has(e){return this.map.has(e)}isOkToHave(e,i,s){let n=!0;if(this.gvl?.vendors){const o=this.gvl.vendors[s];if(o)if(e===_e.NOT_ALLOWED)n=o.legIntPurposes.includes(i)||o.purposes.includes(i);else if(o.flexiblePurposes.length)switch(e){case _e.REQUIRE_CONSENT:n=o.flexiblePurposes.includes(i)&&o.legIntPurposes.includes(i);break;case _e.REQUIRE_LI:n=o.flexiblePurposes.includes(i)&&o.purposes.includes(i);break}else n=!1;else n=!1}return n}add(e,i){if(this.isOkToHave(i.restrictionType,i.purposeId,e)){const s=i.hash;this.has(s)||(this.map.set(s,new Set),this.bitLength=0),this.map.get(s).add(e)}}restrictPurposeToLegalBasis(e){const i=Array.from(this.gvl.vendorIds),s=e.hash,n=i[i.length-1],o=[...Array(n).keys()].map(a=>a+1);if(!this.has(s))this.map.set(s,new Set(o)),this.bitLength=0;else for(let a=1;a<=n;a++)this.map.get(s).add(a)}getVendors(e){let i=[];if(e){const s=e.hash;this.has(s)&&(i=Array.from(this.map.get(s)))}else{const s=new Set;this.map.forEach(n=>{n.forEach(o=>{s.add(o)})}),i=Array.from(s)}return i.sort((s,n)=>s-n)}getRestrictionType(e,i){let s;return this.getRestrictions(e).forEach(n=>{n.purposeId===i&&(s===void 0||s>n.restrictionType)&&(s=n.restrictionType)}),s}vendorHasRestriction(e,i){let s=!1;const n=this.getRestrictions(e);for(let o=0;o<n.length&&!s;o++)s=i.isSameAs(n[o]);return s}getMaxVendorId(){let e=0;return this.map.forEach(i=>{e=Math.max(Array.from(i)[i.size-1],e)}),e}getRestrictions(e){const i=[];return this.map.forEach((s,n)=>{e?s.has(e)&&i.push(ke.unHash(n)):i.push(ke.unHash(n))}),i}getPurposes(){const e=new Set;return this.map.forEach((i,s)=>{e.add(ke.unHash(s).purposeId)}),Array.from(e)}remove(e,i){const s=i.hash,n=this.map.get(s);n&&(n.delete(e),n.size==0&&(this.map.delete(s),this.bitLength=0))}set gvl(e){this.gvl_||(this.gvl_=e,this.map.forEach((i,s)=>{const n=ke.unHash(s);Array.from(i).forEach(a=>{this.isOkToHave(n.restrictionType,n.purposeId,a)||i.delete(a)})}))}get gvl(){return this.gvl_}isEmpty(){return this.map.size===0}get numRestrictions(){return this.map.size}}var Vs;(function(t){t.COOKIE="cookie",t.WEB="web",t.APP="app"})(Vs||(Vs={}));var H;(function(t){t.CORE="core",t.VENDORS_DISCLOSED="vendorsDisclosed",t.VENDORS_ALLOWED="vendorsAllowed",t.PUBLISHER_TC="publisherTC"})(H||(H={}));class Ms{static ID_TO_KEY=[H.CORE,H.VENDORS_DISCLOSED,H.VENDORS_ALLOWED,H.PUBLISHER_TC];static KEY_TO_ID={[H.CORE]:0,[H.VENDORS_DISCLOSED]:1,[H.VENDORS_ALLOWED]:2,[H.PUBLISHER_TC]:3}}class pe extends kt{bitLength=0;maxId_=0;set_=new Set;*[Symbol.iterator](){for(let e=1;e<=this.maxId;e++)yield[e,this.has(e)]}values(){return this.set_.values()}get maxId(){return this.maxId_}has(e){return this.set_.has(e)}unset(e){Array.isArray(e)?e.forEach(i=>this.unset(i)):typeof e=="object"?this.unset(Object.keys(e).map(i=>Number(i))):(this.set_.delete(Number(e)),this.bitLength=0,e===this.maxId&&(this.maxId_=0,this.set_.forEach(i=>{this.maxId_=Math.max(this.maxId,i)})))}isIntMap(e){let i=typeof e=="object";return i=i&&Object.keys(e).every(s=>{let n=Number.isInteger(parseInt(s,10));return n=n&&this.isValidNumber(e[s].id),n=n&&e[s].name!==void 0,n}),i}isValidNumber(e){return parseInt(e,10)>0}isSet(e){let i=!1;return e instanceof Set&&(i=Array.from(e).every(this.isValidNumber)),i}set(e){if(Array.isArray(e))e.forEach(i=>this.set(i));else if(this.isSet(e))this.set(Array.from(e));else if(this.isIntMap(e))this.set(Object.keys(e).map(i=>Number(i)));else if(this.isValidNumber(e))this.set_.add(e),this.maxId_=Math.max(this.maxId,e),this.bitLength=0;else throw new Pe("set()",e,"must be positive integer array, positive integer, Set<number>, or IntMap")}empty(){this.set_=new Set}forEach(e){for(let i=1;i<=this.maxId;i++)e(this.has(i),i)}get size(){return this.set_.size}setAll(e){this.set(e)}}class E{static[k.cmpId]=12;static[k.cmpVersion]=12;static[k.consentLanguage]=12;static[k.consentScreen]=6;static[k.created]=36;static[k.isServiceSpecific]=1;static[k.lastUpdated]=36;static[k.policyVersion]=6;static[k.publisherCountryCode]=12;static[k.publisherLegitimateInterests]=24;static[k.publisherConsents]=24;static[k.purposeConsents]=24;static[k.purposeLegitimateInterests]=24;static[k.purposeOneTreatment]=1;static[k.specialFeatureOptins]=12;static[k.useNonStandardTexts]=1;static[k.vendorListVersion]=12;static[k.version]=6;static anyBoolean=1;static encodingType=1;static maxId=16;static numCustomPurposes=6;static numEntries=12;static numRestrictions=12;static purposeId=6;static restrictionType=2;static segmentType=3;static singleOrRange=1;static vendorId=16}class Ce{static encode(e){return String(Number(e))}static decode(e){return e==="1"}}class z{static encode(e,i){let s;if(typeof e=="string"&&(e=parseInt(e,10)),s=e.toString(2),s.length>i||e<0)throw new Ie(`${e} too large to encode into ${i}`);return s.length<i&&(s="0".repeat(i-s.length)+s),s}static decode(e,i){if(i!==e.length)throw new ge("invalid bit length");return parseInt(e,2)}}class Us{static encode(e,i){return z.encode(Math.round(e.getTime()/100),i)}static decode(e,i){if(i!==e.length)throw new ge("invalid bit length");const s=new Date;return s.setTime(z.decode(e,i)*100),s}}class Me{static encode(e,i){let s="";for(let n=1;n<=i;n++)s+=Ce.encode(e.has(n));return s}static decode(e,i){if(e.length!==i)throw new ge("bitfield encoding length mismatch");const s=new pe;for(let n=1;n<=i;n++)Ce.decode(e[n-1])&&s.set(n);return s.bitLength=e.length,s}}class Bs{static encode(e,i){e=e.toUpperCase();const s=65,n=e.charCodeAt(0)-s,o=e.charCodeAt(1)-s;if(n<0||n>25||o<0||o>25)throw new Ie(`invalid language code: ${e}`);if(i%2===1)throw new Ie(`numBits must be even, ${i} is not valid`);i=i/2;const a=z.encode(n,i),r=z.encode(o,i);return a+r}static decode(e,i){let s;if(i===e.length&&!(e.length%2)){const o=e.length/2,a=z.decode(e.slice(0,o),o)+65,r=z.decode(e.slice(o),o)+65;s=String.fromCharCode(a)+String.fromCharCode(r)}else throw new ge("invalid bit length for language");return s}}class ya{static encode(e){let i=z.encode(e.numRestrictions,E.numRestrictions);if(!e.isEmpty()){const s=(n,o)=>{for(let a=n+1;a<=o;a++)if(e.gvl.vendorIds.has(a))return a;return n};e.getRestrictions().forEach(n=>{i+=z.encode(n.purposeId,E.purposeId),i+=z.encode(n.restrictionType,E.restrictionType);const o=e.getVendors(n),a=o.length;let r=0,c=0,l="";for(let u=0;u<a;u++){const d=o[u];if(c===0&&(r++,c=d),u===a-1||o[u+1]>s(d,o[a-1])){const v=d!==c;l+=Ce.encode(v),l+=z.encode(c,E.vendorId),v&&(l+=z.encode(d,E.vendorId)),c=0}}i+=z.encode(r,E.numEntries),i+=l})}return i}static decode(e){let i=0;const s=new Rs,n=z.decode(e.substr(i,E.numRestrictions),E.numRestrictions);i+=E.numRestrictions;for(let o=0;o<n;o++){const a=z.decode(e.substr(i,E.purposeId),E.purposeId);i+=E.purposeId;const r=z.decode(e.substr(i,E.restrictionType),E.restrictionType);i+=E.restrictionType;const c=new ke(a,r),l=z.decode(e.substr(i,E.numEntries),E.numEntries);i+=E.numEntries;for(let u=0;u<l;u++){const d=Ce.decode(e.substr(i,E.anyBoolean));i+=E.anyBoolean;const v=z.decode(e.substr(i,E.vendorId),E.vendorId);if(i+=E.vendorId,d){const g=z.decode(e.substr(i,E.vendorId),E.vendorId);if(i+=E.vendorId,g<v)throw new ge(`Invalid RangeEntry: endVendorId ${g} is less than ${v}`);for(let f=v;f<=g;f++)s.add(f,c)}else s.add(v,c)}}return s.bitLength=i,s}}var Ct;(function(t){t[t.FIELD=0]="FIELD",t[t.RANGE=1]="RANGE"})(Ct||(Ct={}));class wt{static encode(e){const i=[];let s=[],n=z.encode(e.maxId,E.maxId),o="",a;const r=E.maxId+E.encodingType,c=r+e.maxId,l=E.vendorId*2+E.singleOrRange+E.numEntries;let u=r+E.numEntries;return e.forEach((d,v)=>{o+=Ce.encode(d),a=e.maxId>l&&u<c,a&&d&&(e.has(v+1)?s.length===0&&(s.push(v),u+=E.singleOrRange,u+=E.vendorId):(s.push(v),u+=E.vendorId,i.push(s),s=[]))}),a?(n+=String(Ct.RANGE),n+=this.buildRangeEncoding(i)):(n+=String(Ct.FIELD),n+=o),n}static decode(e,i){let s,n=0;const o=z.decode(e.substr(n,E.maxId),E.maxId);n+=E.maxId;const a=z.decode(e.charAt(n),E.encodingType);if(n+=E.encodingType,a===Ct.RANGE){if(s=new pe,i===1){if(e.substr(n,1)==="1")throw new ge("Unable to decode default consent=1");n++}const r=z.decode(e.substr(n,E.numEntries),E.numEntries);n+=E.numEntries;for(let c=0;c<r;c++){const l=Ce.decode(e.charAt(n));n+=E.singleOrRange;const u=z.decode(e.substr(n,E.vendorId),E.vendorId);if(n+=E.vendorId,l){const d=z.decode(e.substr(n,E.vendorId),E.vendorId);n+=E.vendorId;for(let v=u;v<=d;v++)s.set(v)}else s.set(u)}}else{const r=e.substr(n,o);n+=o,s=Me.decode(r,o)}return s.bitLength=n,s}static buildRangeEncoding(e){const i=e.length;let s=z.encode(i,E.numEntries);return e.forEach(n=>{const o=n.length===1;s+=Ce.encode(!o),s+=z.encode(n[0],E.vendorId),o||(s+=z.encode(n[1],E.vendorId))}),s}}function Gs(){return{[k.version]:z,[k.created]:Us,[k.lastUpdated]:Us,[k.cmpId]:z,[k.cmpVersion]:z,[k.consentScreen]:z,[k.consentLanguage]:Bs,[k.vendorListVersion]:z,[k.policyVersion]:z,[k.isServiceSpecific]:Ce,[k.useNonStandardTexts]:Ce,[k.specialFeatureOptins]:Me,[k.purposeConsents]:Me,[k.purposeLegitimateInterests]:Me,[k.purposeOneTreatment]:Ce,[k.publisherCountryCode]:Bs,[k.vendorConsents]:wt,[k.vendorLegitimateInterests]:wt,[k.publisherRestrictions]:ya,segmentType:z,[k.vendorsDisclosed]:wt,[k.vendorsAllowed]:wt,[k.publisherConsents]:Me,[k.publisherLegitimateInterests]:Me,[k.numCustomPurposes]:z,[k.publisherCustomConsents]:Me,[k.publisherCustomLegitimateInterests]:Me}}class ka{1={[H.CORE]:[k.version,k.created,k.lastUpdated,k.cmpId,k.cmpVersion,k.consentScreen,k.consentLanguage,k.vendorListVersion,k.purposeConsents,k.vendorConsents]};2={[H.CORE]:[k.version,k.created,k.lastUpdated,k.cmpId,k.cmpVersion,k.consentScreen,k.consentLanguage,k.vendorListVersion,k.policyVersion,k.isServiceSpecific,k.useNonStandardTexts,k.specialFeatureOptins,k.purposeConsents,k.purposeLegitimateInterests,k.purposeOneTreatment,k.publisherCountryCode,k.vendorConsents,k.vendorLegitimateInterests,k.publisherRestrictions],[H.PUBLISHER_TC]:[k.publisherConsents,k.publisherLegitimateInterests,k.numCustomPurposes,k.publisherCustomConsents,k.publisherCustomLegitimateInterests],[H.VENDORS_ALLOWED]:[k.vendorsAllowed],[H.VENDORS_DISCLOSED]:[k.vendorsDisclosed]}}class Ca{1=[H.CORE];2=[H.CORE];constructor(e,i){if(e.version===2)if(e.isServiceSpecific)this[2].push(H.PUBLISHER_TC);else{const s=!!(i&&i.isForVendors);(!s||e[k.supportOOB]===!0)&&this[2].push(H.VENDORS_DISCLOSED),s&&(e[k.supportOOB]&&e[k.vendorsAllowed].size>0&&this[2].push(H.VENDORS_ALLOWED),this[2].push(H.PUBLISHER_TC))}}}class Hs{static fieldSequence=new ka;static encode(e,i){let s;try{s=this.fieldSequence[String(e.version)][i]}catch{throw new Ie(`Unable to encode version: ${e.version}, segment: ${i}`)}let n="";i!==H.CORE&&(n=z.encode(Ms.KEY_TO_ID[i],E.segmentType));const o=Gs();return s.forEach(a=>{const r=e[a],c=o[a];let l=E[a];l===void 0&&this.isPublisherCustom(a)&&(l=Number(e[k.numCustomPurposes]));try{n+=c.encode(r,l)}catch(u){throw new Ie(`Error encoding ${i}->${a}: ${u.message}`)}}),Li.encode(n)}static decode(e,i,s){const n=Li.decode(e);let o=0;s===H.CORE&&(i.version=z.decode(n.substr(o,E[k.version]),E[k.version])),s!==H.CORE&&(o+=E.segmentType);const a=this.fieldSequence[String(i.version)][s],r=Gs();return a.forEach(c=>{const l=r[c];let u=E[c];if(u===void 0&&this.isPublisherCustom(c)&&(u=Number(i[k.numCustomPurposes])),u!==0){const d=n.substr(o,u);if(l===wt?i[c]=l.decode(d,i.version):i[c]=l.decode(d,u),Number.isInteger(u))o+=u;else if(Number.isInteger(i[c].bitLength))o+=i[c].bitLength;else throw new ge(c)}}),i}static isPublisherCustom(e){return e.indexOf("publisherCustom")===0}}class wa{static processor=[e=>e,(e,i)=>{e.publisherRestrictions.gvl=i,e.purposeLegitimateInterests.unset([1,3,4,5,6]);const s=new Map;return s.set("legIntPurposes",e.vendorLegitimateInterests),s.set("purposes",e.vendorConsents),s.forEach((n,o)=>{n.forEach((a,r)=>{if(a){const c=i.vendors[r];if(!c||c.deletedDate)n.unset(r);else if(c[o].length===0)if(o==="legIntPurposes"&&c.purposes.length===0&&c.legIntPurposes.length===0&&c.specialPurposes.length>0)n.set(r);else if(o==="legIntPurposes"&&c.purposes.length>0&&c.legIntPurposes.length===0&&c.specialPurposes.length>0)n.set(r);else if(e.isServiceSpecific)if(c.flexiblePurposes.length===0)n.unset(r);else{const l=e.publisherRestrictions.getRestrictions(r);let u=!1;for(let d=0,v=l.length;d<v&&!u;d++)u=l[d].restrictionType===_e.REQUIRE_CONSENT&&o==="purposes"||l[d].restrictionType===_e.REQUIRE_LI&&o==="legIntPurposes";u||n.unset(r)}else n.unset(r)}})}),e.vendorsDisclosed.set(i.vendors),e}];static process(e,i){const s=e.gvl;if(!s)throw new Ie("Unable to encode TCModel without a GVL");if(!s.isReady)throw new Ie("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");e=e.clone(),e.consentLanguage=s.language.slice(0,2).toUpperCase(),i?.version>0&&i?.version<=this.processor.length?e.version=i.version:e.version=this.processor.length;const n=e.version-1;if(!this.processor[n])throw new Ie(`Invalid version: ${e.version}`);return this.processor[n](e,s)}}class Ea{static absCall(e,i,s,n){return new Promise((o,a)=>{const r=new XMLHttpRequest,c=()=>{if(r.readyState==XMLHttpRequest.DONE)if(r.status>=200&&r.status<300){let v=r.response;if(typeof v=="string")try{v=JSON.parse(v)}catch{}o(v)}else a(new Error(`HTTP Status: ${r.status} response type: ${r.responseType}`))},l=()=>{a(new Error("error"))},u=()=>{a(new Error("aborted"))},d=()=>{a(new Error("Timeout "+n+"ms "+e))};r.withCredentials=s,r.addEventListener("load",c),r.addEventListener("error",l),r.addEventListener("abort",u),i===null?r.open("GET",e,!0):r.open("POST",e,!0),r.responseType="json",r.timeout=n,r.ontimeout=d,r.send(i)})}static post(e,i,s=!1,n=0){return this.absCall(e,JSON.stringify(i),s,n)}static fetch(e,i=!1,s=0){return this.absCall(e,null,i,s)}}class O extends kt{static LANGUAGE_CACHE=new Map;static CACHE=new Map;static LATEST_CACHE_KEY=0;static DEFAULT_LANGUAGE="EN";static consentLanguages=new Oe;static baseUrl_;static set baseUrl(e){if(/^https?:\\/\\/vendorlist\\.consensu\\.org\\//.test(e))throw new ut("Invalid baseUrl! You may not pull directly from vendorlist.consensu.org and must provide your own cache");e.length>0&&e[e.length-1]!=="/"&&(e+="/"),this.baseUrl_=e}static get baseUrl(){return this.baseUrl_}static latestFilename="vendor-list.json";static versionedFilename="archives/vendor-list-v[VERSION].json";static languageFilename="purposes-[LANG].json";readyPromise;gvlSpecificationVersion;vendorListVersion;tcfPolicyVersion;lastUpdated;purposes;specialPurposes;features;specialFeatures;isReady_=!1;vendors_;vendorIds;fullVendorList;byPurposeVendorMap;bySpecialPurposeVendorMap;byFeatureVendorMap;bySpecialFeatureVendorMap;stacks;dataCategories;lang_;cacheLang_;isLatest=!1;constructor(e,i){super();let s=O.baseUrl,n=i?.language;if(n)try{n=O.consentLanguages.parseLanguage(n)}catch(o){throw new ut("Error during parsing the language: "+o.message)}if(this.lang_=n||O.DEFAULT_LANGUAGE,this.cacheLang_=n||O.DEFAULT_LANGUAGE,this.isVendorList(e))this.populate(e),this.readyPromise=Promise.resolve();else{if(!s)throw new ut("must specify GVL.baseUrl before loading GVL json");if(e>0){const o=e;O.CACHE.has(o)?(this.populate(O.CACHE.get(o)),this.readyPromise=Promise.resolve()):(s+=O.versionedFilename.replace("[VERSION]",String(o)),this.readyPromise=this.fetchJson(s))}else O.CACHE.has(O.LATEST_CACHE_KEY)?(this.populate(O.CACHE.get(O.LATEST_CACHE_KEY)),this.readyPromise=Promise.resolve()):(this.isLatest=!0,this.readyPromise=this.fetchJson(s+O.latestFilename))}}static emptyLanguageCache(e){let i=!1;return e==null&&O.LANGUAGE_CACHE.size>0?(O.LANGUAGE_CACHE=new Map,i=!0):typeof e=="string"&&this.consentLanguages.has(e.toUpperCase())&&(O.LANGUAGE_CACHE.delete(e.toUpperCase()),i=!0),i}static emptyCache(e){let i=!1;return Number.isInteger(e)&&e>=0?(O.CACHE.delete(e),i=!0):e===void 0&&(O.CACHE=new Map,i=!0),i}cacheLanguage(){O.LANGUAGE_CACHE.has(this.cacheLang_)||O.LANGUAGE_CACHE.set(this.cacheLang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories})}async fetchJson(e){try{this.populate(await Ea.fetch(e))}catch(i){throw new ut(i.message)}}getJson(){return{gvlSpecificationVersion:this.gvlSpecificationVersion,vendorListVersion:this.vendorListVersion,tcfPolicyVersion:this.tcfPolicyVersion,lastUpdated:this.lastUpdated,purposes:this.clonePurposes(),specialPurposes:this.cloneSpecialPurposes(),features:this.cloneFeatures(),specialFeatures:this.cloneSpecialFeatures(),stacks:this.cloneStacks(),...this.dataCategories?{dataCategories:this.cloneDataCategories()}:{},vendors:this.cloneVendors()}}cloneSpecialFeatures(){const e={};for(const i of Object.keys(this.specialFeatures))e[i]=O.cloneFeature(this.specialFeatures[i]);return e}cloneFeatures(){const e={};for(const i of Object.keys(this.features))e[i]=O.cloneFeature(this.features[i]);return e}cloneStacks(){const e={};for(const i of Object.keys(this.stacks))e[i]=O.cloneStack(this.stacks[i]);return e}cloneDataCategories(){const e={};for(const i of Object.keys(this.dataCategories))e[i]=O.cloneDataCategory(this.dataCategories[i]);return e}cloneSpecialPurposes(){const e={};for(const i of Object.keys(this.specialPurposes))e[i]=O.clonePurpose(this.specialPurposes[i]);return e}clonePurposes(){const e={};for(const i of Object.keys(this.purposes))e[i]=O.clonePurpose(this.purposes[i]);return e}static clonePurpose(e){return{id:e.id,name:e.name,description:e.description,...e.descriptionLegal?{descriptionLegal:e.descriptionLegal}:{},...e.illustrations?{illustrations:Array.from(e.illustrations)}:{}}}static cloneFeature(e){return{id:e.id,name:e.name,description:e.description,...e.descriptionLegal?{descriptionLegal:e.descriptionLegal}:{},...e.illustrations?{illustrations:Array.from(e.illustrations)}:{}}}static cloneDataCategory(e){return{id:e.id,name:e.name,description:e.description}}static cloneStack(e){return{id:e.id,name:e.name,description:e.description,purposes:Array.from(e.purposes),specialFeatures:Array.from(e.specialFeatures)}}static cloneDataRetention(e){return{...typeof e.stdRetention=="number"?{stdRetention:e.stdRetention}:{},purposes:{...e.purposes},specialPurposes:{...e.specialPurposes}}}static cloneVendorUrls(e){return e.map(i=>({langId:i.langId,privacy:i.privacy,...i.legIntClaim?{legIntClaim:i.legIntClaim}:{}}))}static cloneVendor(e){return{id:e.id,name:e.name,purposes:Array.from(e.purposes),legIntPurposes:Array.from(e.legIntPurposes),flexiblePurposes:Array.from(e.flexiblePurposes),specialPurposes:Array.from(e.specialPurposes),features:Array.from(e.features),specialFeatures:Array.from(e.specialFeatures),...e.overflow?{overflow:{httpGetLimit:e.overflow.httpGetLimit}}:{},...typeof e.cookieMaxAgeSeconds=="number"||e.cookieMaxAgeSeconds===null?{cookieMaxAgeSeconds:e.cookieMaxAgeSeconds}:{},...e.usesCookies!==void 0?{usesCookies:e.usesCookies}:{},...e.policyUrl?{policyUrl:e.policyUrl}:{},...e.cookieRefresh!==void 0?{cookieRefresh:e.cookieRefresh}:{},...e.usesNonCookieAccess!==void 0?{usesNonCookieAccess:e.usesNonCookieAccess}:{},...e.dataRetention?{dataRetention:this.cloneDataRetention(e.dataRetention)}:{},...e.urls?{urls:this.cloneVendorUrls(e.urls)}:{},...e.dataDeclaration?{dataDeclaration:Array.from(e.dataDeclaration)}:{},...e.deviceStorageDisclosureUrl?{deviceStorageDisclosureUrl:e.deviceStorageDisclosureUrl}:{},...e.deletedDate?{deletedDate:e.deletedDate}:{}}}cloneVendors(){const e={};for(const i of Object.keys(this.fullVendorList))e[i]=O.cloneVendor(this.fullVendorList[i]);return e}async changeLanguage(e){let i=e;try{i=O.consentLanguages.parseLanguage(e)}catch(n){throw new ut("Error during parsing the language: "+n.message)}const s=e.toUpperCase();if(!(i.toLowerCase()===O.DEFAULT_LANGUAGE.toLowerCase()&&!O.LANGUAGE_CACHE.has(s))&&i!==this.lang_)if(this.lang_=i,O.LANGUAGE_CACHE.has(s)){const n=O.LANGUAGE_CACHE.get(s);for(const o in n)n.hasOwnProperty(o)&&(this[o]=n[o])}else{const n=O.baseUrl+O.languageFilename.replace("[LANG]",this.lang_.toLowerCase());try{await this.fetchJson(n),this.cacheLang_=s,this.cacheLanguage()}catch(o){throw new ut("unable to load language: "+o.message)}}}get language(){return this.lang_}isVendorList(e){return e!==void 0&&e.vendors!==void 0}populate(e){this.purposes=e.purposes,this.specialPurposes=e.specialPurposes,this.features=e.features,this.specialFeatures=e.specialFeatures,this.stacks=e.stacks,this.dataCategories=e.dataCategories,this.isVendorList(e)&&(this.gvlSpecificationVersion=e.gvlSpecificationVersion,this.tcfPolicyVersion=e.tcfPolicyVersion,this.vendorListVersion=e.vendorListVersion,this.lastUpdated=e.lastUpdated,typeof this.lastUpdated=="string"&&(this.lastUpdated=new Date(this.lastUpdated)),this.vendors_=e.vendors,this.fullVendorList=e.vendors,this.mapVendors(),this.isReady_=!0,this.isLatest&&O.CACHE.set(O.LATEST_CACHE_KEY,this.getJson()),O.CACHE.has(this.vendorListVersion)||O.CACHE.set(this.vendorListVersion,this.getJson())),this.cacheLanguage()}mapVendors(e){this.byPurposeVendorMap={},this.bySpecialPurposeVendorMap={},this.byFeatureVendorMap={},this.bySpecialFeatureVendorMap={},Object.keys(this.purposes).forEach(i=>{this.byPurposeVendorMap[i]={legInt:new Set,consent:new Set,flexible:new Set}}),Object.keys(this.specialPurposes).forEach(i=>{this.bySpecialPurposeVendorMap[i]=new Set}),Object.keys(this.features).forEach(i=>{this.byFeatureVendorMap[i]=new Set}),Object.keys(this.specialFeatures).forEach(i=>{this.bySpecialFeatureVendorMap[i]=new Set}),Array.isArray(e)||(e=Object.keys(this.fullVendorList).map(i=>+i)),this.vendorIds=new Set(e),this.vendors_=e.reduce((i,s)=>{const n=this.vendors_[String(s)];return n&&n.deletedDate===void 0&&(n.purposes.forEach(o=>{this.byPurposeVendorMap[String(o)].consent.add(s)}),n.specialPurposes.forEach(o=>{this.bySpecialPurposeVendorMap[String(o)].add(s)}),n.legIntPurposes.forEach(o=>{this.byPurposeVendorMap[String(o)].legInt.add(s)}),n.flexiblePurposes&&n.flexiblePurposes.forEach(o=>{this.byPurposeVendorMap[String(o)].flexible.add(s)}),n.features.forEach(o=>{this.byFeatureVendorMap[String(o)].add(s)}),n.specialFeatures.forEach(o=>{this.bySpecialFeatureVendorMap[String(o)].add(s)}),i[s]=n),i},{})}getFilteredVendors(e,i,s,n){const o=e.charAt(0).toUpperCase()+e.slice(1);let a;const r={};return e==="purpose"&&s?a=this["by"+o+"VendorMap"][String(i)][s]:a=this["by"+(n?"Special":"")+o+"VendorMap"][String(i)],a.forEach(c=>{r[String(c)]=this.vendors[String(c)]}),r}getVendorsWithConsentPurpose(e){return this.getFilteredVendors("purpose",e,"consent")}getVendorsWithLegIntPurpose(e){return this.getFilteredVendors("purpose",e,"legInt")}getVendorsWithFlexiblePurpose(e){return this.getFilteredVendors("purpose",e,"flexible")}getVendorsWithSpecialPurpose(e){return this.getFilteredVendors("purpose",e,void 0,!0)}getVendorsWithFeature(e){return this.getFilteredVendors("feature",e)}getVendorsWithSpecialFeature(e){return this.getFilteredVendors("feature",e,void 0,!0)}get vendors(){return this.vendors_}narrowVendorsTo(e){this.mapVendors(e)}get isReady(){return this.isReady_}clone(){const e=new O(this.getJson());return this.lang_!==O.DEFAULT_LANGUAGE&&e.changeLanguage(this.lang_),e}static isInstanceOf(e){return typeof e=="object"&&typeof e.narrowVendorsTo=="function"}}class Ni extends kt{static consentLanguages=O.consentLanguages;isServiceSpecific_=!1;supportOOB_=!0;useNonStandardTexts_=!1;purposeOneTreatment_=!1;publisherCountryCode_="AA";version_=2;consentScreen_=0;policyVersion_=4;consentLanguage_="EN";cmpId_=0;cmpVersion_=0;vendorListVersion_=0;numCustomPurposes_=0;gvl_;created;lastUpdated;specialFeatureOptins=new pe;purposeConsents=new pe;purposeLegitimateInterests=new pe;publisherConsents=new pe;publisherLegitimateInterests=new pe;publisherCustomConsents=new pe;publisherCustomLegitimateInterests=new pe;customPurposes;vendorConsents=new pe;vendorLegitimateInterests=new pe;vendorsDisclosed=new pe;vendorsAllowed=new pe;publisherRestrictions=new Rs;constructor(e){super(),e&&(this.gvl=e),this.updated()}set gvl(e){O.isInstanceOf(e)||(e=new O(e)),this.gvl_=e,this.publisherRestrictions.gvl=e}get gvl(){return this.gvl_}set cmpId(e){if(e=Number(e),Number.isInteger(e)&&e>1)this.cmpId_=e;else throw new Pe("cmpId",e)}get cmpId(){return this.cmpId_}set cmpVersion(e){if(e=Number(e),Number.isInteger(e)&&e>-1)this.cmpVersion_=e;else throw new Pe("cmpVersion",e)}get cmpVersion(){return this.cmpVersion_}set consentScreen(e){if(e=Number(e),Number.isInteger(e)&&e>-1)this.consentScreen_=e;else throw new Pe("consentScreen",e)}get consentScreen(){return this.consentScreen_}set consentLanguage(e){this.consentLanguage_=e}get consentLanguage(){return this.consentLanguage_}set publisherCountryCode(e){if(/^([A-z]){2}$/.test(e))this.publisherCountryCode_=e.toUpperCase();else throw new Pe("publisherCountryCode",e)}get publisherCountryCode(){return this.publisherCountryCode_}set vendorListVersion(e){if(e=Number(e)>>0,e<0)throw new Pe("vendorListVersion",e);this.vendorListVersion_=e}get vendorListVersion(){return this.gvl?this.gvl.vendorListVersion:this.vendorListVersion_}set policyVersion(e){if(this.policyVersion_=parseInt(e,10),this.policyVersion_<0)throw new Pe("policyVersion",e)}get policyVersion(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_}set version(e){this.version_=parseInt(e,10)}get version(){return this.version_}set isServiceSpecific(e){this.isServiceSpecific_=e}get isServiceSpecific(){return this.isServiceSpecific_}set useNonStandardTexts(e){this.useNonStandardTexts_=e}get useNonStandardTexts(){return this.useNonStandardTexts_}set supportOOB(e){this.supportOOB_=e}get supportOOB(){return this.supportOOB_}set purposeOneTreatment(e){this.purposeOneTreatment_=e}get purposeOneTreatment(){return this.purposeOneTreatment_}setAllVendorConsents(){this.vendorConsents.set(this.gvl.vendors)}unsetAllVendorConsents(){this.vendorConsents.empty()}setAllVendorsDisclosed(){this.vendorsDisclosed.set(this.gvl.vendors)}unsetAllVendorsDisclosed(){this.vendorsDisclosed.empty()}setAllVendorsAllowed(){this.vendorsAllowed.set(this.gvl.vendors)}unsetAllVendorsAllowed(){this.vendorsAllowed.empty()}setAllVendorLegitimateInterests(){this.vendorLegitimateInterests.set(this.gvl.vendors)}unsetAllVendorLegitimateInterests(){this.vendorLegitimateInterests.empty()}setAllPurposeConsents(){this.purposeConsents.set(this.gvl.purposes)}unsetAllPurposeConsents(){this.purposeConsents.empty()}setAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.set(this.gvl.purposes)}unsetAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.empty()}setAllSpecialFeatureOptins(){this.specialFeatureOptins.set(this.gvl.specialFeatures)}unsetAllSpecialFeatureOptins(){this.specialFeatureOptins.empty()}setAll(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()}unsetAll(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()}get numCustomPurposes(){let e=this.numCustomPurposes_;if(typeof this.customPurposes=="object"){const i=Object.keys(this.customPurposes).sort((s,n)=>Number(s)-Number(n));e=parseInt(i.pop(),10)}return e}set numCustomPurposes(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new Pe("numCustomPurposes",e)}updated(){const e=new Date,i=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));this.created=i,this.lastUpdated=i}}class $t{static encode(e,i){let s="",n;return e=wa.process(e,i),Array.isArray(i?.segments)?n=i.segments:n=new Ca(e,i)[""+e.version],n.forEach((o,a)=>{let r="";a<n.length-1&&(r="."),s+=Hs.encode(e,o)+r}),s}static decode(e,i){const s=e.split("."),n=s.length;i||(i=new Ni);for(let o=0;o<n;o++){const a=s[o],c=Li.decode(a.charAt(0)).substr(0,E.segmentType),l=Ms.ID_TO_KEY[z.decode(c,E.segmentType).toString()];Hs.decode(a,i,l)}return i}}var ja=Object.defineProperty,xa=(t,e,i)=>e in t?ja(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,$i=(t,e,i)=>xa(t,typeof e!="symbol"?e+"":e,i);class Ue{constructor(e,i,s){$i(this,"consentPreference"),$i(this,"notice"),$i(this,"noticeHistoryId"),this.notice=e,this.consentPreference=i,this.noticeHistoryId=s}}C.TCMobileDataVals=void 0,(t=>{(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFgdprApplies||(t.IABTCFgdprApplies={})),(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFPurposeOneTreatment||(t.IABTCFPurposeOneTreatment={})),(e=>(e[e._0=0]="_0",e[e._1=1]="_1"))(t.IABTCFUseNonStandardTexts||(t.IABTCFUseNonStandardTexts={}))})(C.TCMobileDataVals||(C.TCMobileDataVals={}));var qs=(t=>(t.GPP_US_NATIONAL="gpp_us_national",t.GPP_US_STATE="gpp_us_state",t))(qs||{}),Ks=(t=>(t.FRONTEND="frontend",t.SYSTEM_WIDE="system_wide",t.NOT_APPLICABLE="not_applicable",t))(Ks||{}),ne=(t=>(t.OPT_IN="opt_in",t.OPT_OUT="opt_out",t.NOTICE_ONLY="notice_only",t))(ne||{}),ae=(t=>(t.OPT_IN="opt_in",t.OPT_OUT="opt_out",t.ACKNOWLEDGE="acknowledge",t.NOT_APPLICABLE="not_applicable",t.TCF="tcf",t))(ae||{}),pt=(t=>(t.OMIT="omit",t.INCLUDE="include",t))(pt||{}),Ye=(t=>(t.BOOLEAN="boolean",t.CONSENT_MECHANISM="consent_mechanism",t))(Ye||{}),Be=(t=>(t.THROW="throw",t.WARN="warn",t.IGNORE="ignore",t))(Be||{}),oe=(t=>(t.OVERLAY="overlay",t.BANNER_AND_MODAL="banner_and_modal",t.MODAL="modal",t.PRIVACY_CENTER="privacy_center",t.TCF_OVERLAY="tcf_overlay",t.HEADLESS="headless",t))(oe||{}),Ys=(t=>(t.ALWAYS_ENABLED="always_enabled",t.ENABLED_WHERE_REQUIRED="enabled_where_required",t.ALWAYS_DISABLED="always_disabled",t))(Ys||{}),Ge=(t=>(t.OPTIONS="options",t.EXPERIENCE_TRANSLATION="language",t))(Ge||{}),me=(t=>(t.PRIMARY="primary",t.SECONDARY="secondary",t.TERTIARY="tertiary",t))(me||{}),Ft=(t=>(t.ACKNOWLEDGE="acknowledge",t.OPT_IN_OPT_OUT="opt_in_opt_out",t.OPT_IN_ONLY="opt_in_only",t))(Ft||{}),Fi=(t=>(t.REJECT_ALL="reject_all",t.REJECT_CONSENT_ONLY="reject_consent_only",t))(Fi||{}),R=(t=>(t.BUTTON="button",t.REJECT="reject",t.ACCEPT="accept",t.SCRIPT="script",t.SAVE="save",t.DISMISS="dismiss",t.GPC="gpc",t.INDIVIDUAL_NOTICE="individual_notice",t.ACKNOWLEDGE="acknowledge",t.OT_MIGRATION="ot_migration",t))(R||{}),Ws=(t=>(t.privacy_center="privacy_center",t.overlay="overlay",t.api="api",t))(Ws||{}),Te=(t=>(t.NONE="none",t.APPLIED="applied",t.OVERRIDDEN="overridden",t))(Te||{}),We=(t=>(t.OVERLAY="overlay",t.MODAL="modal",t.BANNER="banner",t.PRIVACY_CENTER="privacy_center",t.TCF_OVERLAY="tcf_overlay",t.TCF_BANNER="tcf_banner",t))(We||{}),Di=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Dt={exports:{}};/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */Dt.exports,function(t,e){(function(i){var s=e,n=t&&t.exports==s&&t,o=typeof Di=="object"&&Di;(o.global===o||o.window===o)&&(i=o);var a=function(f){this.message=f};a.prototype=new Error,a.prototype.name="InvalidCharacterError";var r=function(f){throw new a(f)},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=/[\\t\\n\\f\\r ]/g,u=function(f){f=String(f).replace(l,"");var _=f.length;_%4==0&&(f=f.replace(/==?$/,""),_=f.length),(_%4==1||/[^+a-zA-Z0-9/]/.test(f))&&r("Invalid character: the string to be decoded is not correctly encoded.");for(var h=0,b,m,y="",w=-1;++w<_;)m=c.indexOf(f.charAt(w)),b=h%4?b*64+m:m,h++%4&&(y+=String.fromCharCode(255&b>>(-2*h&6)));return y},d=function(f){f=String(f),/[^\\0-\\xFF]/.test(f)&&r("The string to be encoded contains characters outside of the Latin1 range.");for(var _=f.length%3,h="",b=-1,m,y,w,j,P=f.length-_;++b<P;)m=f.charCodeAt(b)<<16,y=f.charCodeAt(++b)<<8,w=f.charCodeAt(++b),j=m+y+w,h+=c.charAt(j>>18&63)+c.charAt(j>>12&63)+c.charAt(j>>6&63)+c.charAt(j&63);return _==2?(m=f.charCodeAt(b)<<8,y=f.charCodeAt(++b),j=m+y,h+=c.charAt(j>>10)+c.charAt(j>>4&63)+c.charAt(j<<2&63)+"="):_==1&&(j=f.charCodeAt(b),h+=c.charAt(j>>2)+c.charAt(j<<4&63)+"=="),h},v={encode:d,decode:u,version:"1.0.0"};if(s&&!s.nodeType)if(n)n.exports=v;else for(var g in v)v.hasOwnProperty(g)&&(s[g]=v[g]);else i.base64=v})(Di)}(Dt,Dt.exports);var Js=Dt.exports;/*! js-cookie v3.0.5 | MIT */function Rt(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var s in i)t[s]=i[s]}return t}var Ia={read:function(t){return t[0]===\'"\'&&(t=t.slice(1,-1)),t.replace(/(%[\\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function Ri(t,e){function i(n,o,a){if(!(typeof document>"u")){a=Rt({},e,a),typeof a.expires=="number"&&(a.expires=new Date(Date.now()+a.expires*864e5)),a.expires&&(a.expires=a.expires.toUTCString()),n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var c in a)a[c]&&(r+="; "+c,a[c]!==!0&&(r+="="+a[c].split(";")[0]));return document.cookie=n+"="+t.write(o,n)+r}}function s(n){if(!(typeof document>"u"||arguments.length&&!n)){for(var o=document.cookie?document.cookie.split("; "):[],a={},r=0;r<o.length;r++){var c=o[r].split("="),l=c.slice(1).join("=");try{var u=decodeURIComponent(c[0]);if(a[u]=t.read(l,u),n===u)break}catch{}}return n?a[n]:a}}return Object.create({set:i,get:s,remove:function(n,o){i(n,"",Rt({},o,{expires:-1}))},withAttributes:function(n){return Ri(this.converter,Rt({},this.attributes,n))},withConverter:function(n){return Ri(Rt({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(e)},converter:{value:Object.freeze(t)}})}var Pa=Ri(Ia,{path:"/"});let Vt;const Oa=new Uint8Array(16);function Ta(){if(!Vt&&(Vt=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Vt))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Vt(Oa)}const ee=[];for(let t=0;t<256;++t)ee.push((t+256).toString(16).slice(1));function Sa(t,e=0){return ee[t[e+0]]+ee[t[e+1]]+ee[t[e+2]]+ee[t[e+3]]+"-"+ee[t[e+4]]+ee[t[e+5]]+"-"+ee[t[e+6]]+ee[t[e+7]]+"-"+ee[t[e+8]]+ee[t[e+9]]+"-"+ee[t[e+10]]+ee[t[e+11]]+ee[t[e+12]]+ee[t[e+13]]+ee[t[e+14]]+ee[t[e+15]]}var Zs={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Mt(t,e,i){if(Zs.randomUUID&&!e&&!t)return Zs.randomUUID();t=t||{};const s=t.random||(t.rng||Ta)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,e){i=i||0;for(let n=0;n<16;++n)e[i+n]=s[n];return e}return Sa(s)}const Ut=(t,e)=>!!Object.keys(e).includes(t.notice_key),Se=t=>!t||t===ae.OPT_OUT?!1:t===ae.OPT_IN?!0:t===ae.ACKNOWLEDGE,ce=(t,e)=>t?e===ne.NOTICE_ONLY?ae.ACKNOWLEDGE:ae.OPT_IN:ae.OPT_OUT,Et=t=>typeof t=="string"?Se(t):t,Qs=t=>t?t.split(",").map(e=>e.trim()).filter(Boolean):[],Xs=(t,e)=>t===void 0?!1:typeof t=="boolean"?t:e.globalPrivacyControl===!0?t.globalPrivacyControl:t.value,Bt=(t,e)=>t.consent_mechanism===ne.NOTICE_ONLY?!0:e&&Ut(t,e)?!!e[t.notice_key]:Se(t.default_preference);var Aa=(t=>(t.CONSENT="Consent",t.CONTRACT="Contract",t.LEGAL_OBLIGATIONS="Legal obligations",t.VITAL_INTERESTS="Vital interests",t.PUBLIC_INTEREST="Public interest",t.LEGITIMATE_INTERESTS="Legitimate interests",t))(Aa||{}),Ae=(t=>(t.CONSENT="Consent",t.LEGITIMATE_INTERESTS="Legitimate interests",t))(Ae||{});const en=407,Gt=",",tn=[{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"}],sn=[{cookieKey:"system_consent_preferences",experienceKey:"tcf_system_consents"},{cookieKey:"system_legitimate_interests_preferences",experienceKey:"tcf_system_legitimate_interests"}];tn.filter(({experienceKey:t})=>t!=="tcf_features"&&t!=="tcf_special_purposes").map(t=>t.experienceKey);const Ht=[{i18nMessageID:"static.tcf.consent",value:Ae.CONSENT.toString()},{i18nMessageID:"static.tcf.legint",value:Ae.LEGITIMATE_INTERESTS.toString()}],qt={purposesConsent:[],customPurposesConsent:[],purposesLegint:[],specialPurposes:[],features:[],specialFeatures:[],vendorsConsent:[],vendorsLegint:[]};var za=Object.defineProperty,La=Object.defineProperties,Na=Object.getOwnPropertyDescriptors,nn=Object.getOwnPropertySymbols,$a=Object.prototype.hasOwnProperty,Fa=Object.prototype.propertyIsEnumerable,on=(t,e,i)=>e in t?za(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Je=(t,e)=>{for(var i in e||(e={}))$a.call(e,i)&&on(t,i,e[i]);if(nn)for(var i of nn(e))Fa.call(e,i)&&on(t,i,e[i]);return t},jt=(t,e)=>La(t,Na(e)),Da=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Vi="fides_consent",rn=365,Kt=Pa.withConverter({read(t){return decodeURIComponent(t)},write(t){return encodeURIComponent(t)}}),Yt=t=>t?Object.values(t).some(e=>e!==void 0):!1,an=()=>Mt(),Ra=an(),Mi=t=>{var e;return!((e=t.fides_meta)!=null&&e.updatedAt)},cn=t=>{const e=new Date;return{consent:t||{},identity:{fides_user_device_id:Ra||an()},fides_meta:{version:"0.9.0",createdAt:e.toISOString(),updatedAt:""},tcf_consent:{}}},Wt=t=>Kt.get(t),He=()=>{const t=Wt(Vi);if(t)try{return JSON.parse(t)}catch{try{return JSON.parse(Js.decode(t))}catch{return}}},ln=(t,e=!1)=>{const i=cn(t);if(typeof document>"u")return i;if(e)return document.cookie="fides_consent=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT",i;let s=He();if(s!=null&&s.consent){const{consent:n}=s;Object.entries(n).forEach(([o,a])=>{n[o]=Et(a)})}if(!s)return i;try{"consent"in s&&"fides_meta"in s||(s=jt(Je({},i),{consent:s}));const n=Je(Je({},t),s.consent);return s.consent=n,s}catch(n){return console.error("Unable to read consent cookie: invalid JSON.",n),i}},dn=(t,e=!1)=>{if(typeof document>"u")return;const i=new Date().toISOString();t.fides_meta.updatedAt=i;let s=JSON.stringify(t);e&&(s=Js.encode(s));const n=window.location.hostname.split(".");let o="";for(let a=1;a<=n.length;a+=1)if(o=n.slice(-a).join("."),Kt.set(Vi,s,{path:"/",domain:o,expires:rn})){const r=He();if(r&&r.fides_meta.updatedAt===t.fides_meta.updatedAt)break}},Ui=({experience:t,cookie:e})=>{var i;if(!t.privacy_notices)return t;const s=(i=t.privacy_notices)==null?void 0:i.map(o=>{const a=Object.keys(e.consent).includes(o.notice_key)?ce(!!e.consent[o.notice_key],o.consent_mechanism):void 0;return jt(Je({},o),{current_preference:a})});return jt(Je({},t),{privacy_notices:s})},un=t=>{const e={};return sn.forEach(({cookieKey:i})=>{var s;const n=(s=t[i])!=null?s:[];e[i]=Object.fromEntries(n.map(o=>[o.id,Se(o.preference)]))}),e},pn=(t,e)=>{const i={};return t?.options.forEach(({cookieKeys:s,default:n})=>{if(n===void 0)return;const o=Xs(n,e);s.forEach(a=>{const r=i[a];if(r===void 0){i[a]=o;return}i[a]=r&&o})}),i},fn=(t,e=!0)=>{t.forEach(i=>{var s;if(Kt.remove(i.name,{path:(s=i.path)!=null?s:"/",domain:i.domain}),e){const{hostname:n}=window.location;Kt.remove(i.name,{domain:`.${n}`})}})},Bi=t=>{const e=new Map(t.map(({notice:i,consentPreference:s})=>[i.notice_key,Se(s)]));return Object.fromEntries(e)},Jt=(t,e)=>Da(void 0,null,function*(){return jt(Je({},t),{consent:Bi(e)})}),Va=t=>{const e={};return t.privacy_notices&&t.privacy_notices.forEach(i=>{i.current_preference?e[i.notice_key]=Se(i.current_preference):i.default_preference&&(e[i.notice_key]=Se(i.default_preference))}),e},vn=({cookie:t,experience:e})=>{const i=Va(e);return jt(Je({},t),{consent:i})};var Ma=Object.defineProperty,Ua=(t,e,i)=>e in t?Ma(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,gn=(t,e,i)=>Ua(t,typeof e!="symbol"?e+"":e,i);class Ba{constructor(){gn(this,"cookieName","OptanonConsent"),gn(this,"migrationMethod",R.OT_MIGRATION)}getConsentCookie(){return Wt(this.cookieName)}convertToFidesConsent(e,i){if(i.otFidesMapping)try{const s=decodeURIComponent(i.otFidesMapping).replace(/^\'|\'$/g,""),n=JSON.parse(s),o=this.parseCookieValue(e,n);return o}catch{return}}parseCookieValue(e,i){const s={},n=e.match(/groups=([^&]*)/);return!n||!n[1]||n[1].split(",").forEach(o=>{const[a,r]=o.split(":");i[a]&&i[a].forEach(c=>{const l=r==="1";s[c]===void 0&&(s[c]=l)})}),s}}var _n=(t=>(t.ONETRUST="onetrust",t))(_n||{});const Gi=new Map;function Ga(t,e){Gi.set(t,e)}function Ha(t){t.otFidesMapping&&Ga(_n.ONETRUST,new Ba)}function mn(t){let e,i;if(Array.from(Gi).some(([n,o])=>{const a=o.getConsentCookie();if(!a)return!1;const r=o.convertToFidesConsent(a,t);return r?(e=r,i=n,!0):!1}),!i)return{consent:void 0,method:void 0};const s=Gi.get(i);return{consent:e,method:s.migrationMethod}}const hn=t=>{typeof window<"u"&&!window.fidesDebugger?window.fidesDebugger=t?console.log:()=>{}:globalThis.fidesDebugger=()=>{}},le="en",Hi="Manage preferences",qi=/^([A-Za-z]{2,3})(?:(?:[_-]([A-Za-z0-9]{2,4}))?$|(?:(?:[_-]\\w+)+))/,qa=/^(?:([a-z]{2})(-[a-z0-9]{1,3})?|(eea))$/i,Ka=[{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:qi},{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:Qs},{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)$/}],Ya=[{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:qi}],bn="fides-overlay-wrapper",Wa="fides-i18n-icon",yn=["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 Ja=Object.defineProperty,Za=Object.defineProperties,Qa=Object.getOwnPropertyDescriptors,kn=Object.getOwnPropertySymbols,Xa=Object.prototype.hasOwnProperty,ec=Object.prototype.propertyIsEnumerable,Cn=(t,e,i)=>e in t?Ja(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Zt=(t,e)=>{for(var i in e||(e={}))Xa.call(e,i)&&Cn(t,i,e[i]);if(kn)for(var i of kn(e))ec.call(e,i)&&Cn(t,i,e[i]);return t},tc=(t,e)=>Za(t,Qa(e));const Ze=t=>!t||typeof t!="object"?!1:Object.keys(t).length===0||"id"in t,ic=t=>!!(t&&t.every(e=>e.default_preference===ae.OPT_IN)),Qt=t=>t?t.location&&qa.test(t.location)?t.location.replace("-","_").toLowerCase():t.country&&t.region?`${t.country.toLowerCase()}_${t.region.toLowerCase()}`:null:null,wn=t=>{if(typeof t!="object"||!t.fidesApiUrl||!t.privacyCenterUrl)return!1;try{new URL(t.privacyCenterUrl),new URL(t.fidesApiUrl)}catch{return!1}return!0},En=t=>{switch(t){case Ge.OPTIONS:return Ka;case Ge.EXPERIENCE_TRANSLATION:return Ya;default:return null}},Ki=t=>{if(!Ze(t))return!1;const e=t.experience_config;return e&&(e.component===oe.MODAL||e.component===oe.BANNER_AND_MODAL||e.component===oe.TCF_OVERLAY||e.component===oe.HEADLESS)?!(e.component===oe.BANNER_AND_MODAL&&!(t.privacy_notices&&t.privacy_notices.length>0)):!1},Xt=t=>t.fidesConsentOverride===R.ACCEPT||t.fidesConsentOverride===R.REJECT,sc=t=>{var e;return(e=t.default_preference)!=null?e:ae.OPT_OUT},ei=(t,e,i,s)=>{var n,o,a,r,c,l;return s!=null&&s.fidesDisableBanner||!Ze(t)?!1:((n=t.experience_config)==null?void 0:n.component)===oe.TCF_OVERLAY&&e?s&&Xt(s)?!1:(o=t.meta)!=null&&o.version_hash?t.meta.version_hash!==e.tcf_version_hash:!0:((a=t.experience_config)==null?void 0:a.component)===oe.MODAL||((r=t.experience_config)==null?void 0:r.component)===oe.HEADLESS||!((c=t?.privacy_notices)!=null&&c.length)?!1:i?s&&Xt(s)?!1:e?.fides_meta.consentMethod===R.GPC?!0:!((l=t.privacy_notices)!=null&&l.every(u=>Ut(u,i))):!0},jn=t=>{t[0]==="window"&&t.shift();let e=window;for(;t.length>0;){const i=t.shift();if(typeof i>"u"||typeof e[i]!="object")return;e=e[i]}return e},Yi=({value:t,notice:e,consentContext:i})=>!i.globalPrivacyControl||!e.has_gpc_flag||e.consent_mechanism===ne.NOTICE_ONLY?Te.NONE:t?Te.OVERRIDDEN:Te.APPLIED,Wi=()=>{},xn=(t,e)=>t.map(i=>{var s;const n=ce(e.includes(i.notice.notice_key),i.notice.consent_mechanism);return new Ue(i.notice,n,(s=i.bestTranslation)==null?void 0:s.privacy_notice_history_id)}),In=t=>{try{const e=JSON.stringify(t);return btoa(e.replace(/\\s/g,""))}catch(e){throw new Error("Failed to encode Notice Consent string:",{cause:e})}},Ji=t=>{if(!t)return{};try{const e=atob(t),i=JSON.parse(e);return Object.fromEntries(Object.entries(i).map(([s,n])=>[s,!!n]))}catch(e){throw new Error("Failed to decode Notice Consent string:",{cause:e})}},nc=({consent:t,nonApplicableNotices:e,flagType:i,mode:s=pt.OMIT})=>{if(!(e!=null&&e.length))return t;const n=Zt({},t);return s===pt.INCLUDE?e.forEach(o=>{n[o]=i===Ye.CONSENT_MECHANISM?ae.NOT_APPLICABLE:!0}):e.forEach(o=>{delete n[o]}),n},oc=({consent:t,flagType:e=Ye.BOOLEAN,consentMechanisms:i})=>{const s={};if(e!==Ye.CONSENT_MECHANISM)return Object.fromEntries(Object.entries(t).map(([o,a])=>[o,Et(a)]));const n=Object.values(t).some(o=>typeof o=="boolean");if(n&&!i)throw new Error("Cannot transform boolean consent values to consent mechanisms without consent mechanisms map");return n?(Object.keys(t).forEach(o=>{const a=t[o];if(typeof a=="string")s[o]=a;else{const r=i[o];s[o]=ce(a,r)}}),s):Zt({},t)},xt=(t,e,i=[],s,n)=>{var o,a,r;const c=Zt({},t),l=(o=window.Fides)==null?void 0:o.options,u=(a=n??l?.fidesConsentNonApplicableFlagMode)!=null?a:pt.OMIT,d=(r=s??l?.fidesConsentFlagType)!=null?r:Ye.BOOLEAN,v={};Object.assign(v,nc({consent:{},nonApplicableNotices:e??[],flagType:d,mode:u}));const g=i.reduce((f,_)=>tc(Zt({},f),{[_.notice_key]:_.consent_mechanism}),{});return Object.assign(v,oc({consent:c,consentMechanisms:g,flagType:d})),v},Pn=t=>{const e=t.split("~")[0];return!!(e&&["1","2"].includes(e)&&t!=null&&t.match(e==="1"?/\\d~[0-9.]*$/:/\\d~[0-9.]*~dv.[0-9.]*$/))};var rc=Object.defineProperty,ac=Object.defineProperties,cc=Object.getOwnPropertyDescriptors,On=Object.getOwnPropertySymbols,lc=Object.prototype.hasOwnProperty,dc=Object.prototype.propertyIsEnumerable,Tn=(t,e,i)=>e in t?rc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,ti=(t,e)=>{for(var i in e||(e={}))lc.call(e,i)&&Tn(t,i,e[i]);if(On)for(var i of On(e))dc.call(e,i)&&Tn(t,i,e[i]);return t},Sn=(t,e)=>ac(t,cc(e)),Qe=(t=>(t.FIDES="fides",t.EXTERNAL="external",t))(Qe||{}),fe=(t=>(t.TOGGLE="toggle",t.BUTTON="button",t.LINK="link",t))(fe||{});const we=(t,e,i)=>{var s,n,o,a,r,c,l,u;const d=e?ti({},e):void 0;if(typeof window<"u"&&typeof CustomEvent<"u"){const v=ti({consentMethod:d?.fides_meta.consentMethod},i);(s=i?.trigger)!=null&&s.origin||(v.trigger=Sn(ti({},v.trigger),{origin:"fides"}));const g=(n=performance?.mark)==null?void 0:n.call(performance,t),f=g?.startTime,_=d;_&&d!=null&&d.consent&&(_.consent=xt(d.consent,(a=(o=window.Fides)==null?void 0:o.experience)==null?void 0:a.non_applicable_privacy_notices,(c=(r=window.Fides)==null?void 0:r.experience)==null?void 0:c.privacy_notices));const h=new CustomEvent(t,{detail:Sn(ti({},_),{debug:!!((u=(l=window.Fides)==null?void 0:l.options)!=null&&u.debug),extraDetails:v,timestamp:f}),bubbles:!0});window.dispatchEvent(h)}},An=(t,e)=>{const i=s=>e(s.detail);return window.addEventListener(t,i),()=>{window.removeEventListener(t,i)}},Zi=(t,e)=>{we("FidesInitialized",t,e)},Qi=(t,e)=>{we("FidesConsentLoaded",t,e),Zi(t,e)},Xi=(t,e)=>{we("FidesReady",t,e),Zi(t,e)};var uc=Object.defineProperty,pc=Object.defineProperties,fc=Object.getOwnPropertyDescriptors,zn=Object.getOwnPropertySymbols,vc=Object.prototype.hasOwnProperty,gc=Object.prototype.propertyIsEnumerable,Ln=(t,e,i)=>e in t?uc(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,es=(t,e)=>{for(var i in e||(e={}))vc.call(e,i)&&Ln(t,i,e[i]);if(zn)for(var i of zn(e))gc.call(e,i)&&Ln(t,i,e[i]);return t},_c=(t,e)=>pc(t,fc(e)),Nn=(t=>(t.GVL="gvl",t.AC="gacp",t))(Nn||{});const qe=t=>{const e=t.split(".");return e.length===1?{source:void 0,id:e[0]}:{source:e[0],id:e[1]}},Xe=(t,e)=>{if(!(e!=null&&e.vendors))return;const{source:i,id:s}=qe(t);if(i==="gvl"||i===void 0)return e.vendors[s]},mc=t=>qe(t).source==="gacp",hc=t=>{const{tcf_vendor_relationships:e=[]}=t;return e.map(i=>i.id).filter(i=>Xe(i,t.gvl)).map(i=>+qe(i).id)},bc=t=>{const e=[...t.tcf_vendor_consent_ids||[],...t.tcf_vendor_legitimate_interest_ids||[]];return[...new Set(e)].filter(i=>Xe(i,t.gvl)).map(i=>+qe(i).id)},$n=({consents:t,legints:e,relationships:i,isFidesSystem:s,gvl:n})=>{const o=[];return i.forEach(a=>{const r=t.find(u=>u.id===a.id),c=e.find(u=>u.id===a.id),l=_c(es(es(es({},a),r),c),{isFidesSystem:s,isConsent:!!r,isLegint:!!c,isGvl:!!Xe(a.id,n)});o.push(l)}),o},yc=t=>{const{tcf_vendor_consents:e=[],tcf_vendor_legitimate_interests:i=[],tcf_vendor_relationships:s=[],tcf_system_consents:n=[],tcf_system_legitimate_interests:o=[],tcf_system_relationships:a=[]}=t,r=$n({consents:e,legints:i,relationships:s,isFidesSystem:!1,gvl:t.gvl}),c=$n({consents:n,legints:o,relationships:a,isFidesSystem:!0,gvl:t.gvl});return[...r,...c]},It=t=>{if(!t)return{tc:"",ac:"",gpp:"",nc:""};const[e="",i="",s="",n=""]=t.split(Gt);return e?{tc:e,ac:i,gpp:s,nc:n}:{tc:"",ac:"",gpp:s,nc:n}},kc=t=>{if(!Pn(t))return[];const[,e=""]=t.split("~");return e?e.split(".").map(i=>`${Nn.AC}.${i}`):[]},Cc=()=>typeof window.blueConicClient<"u"&&typeof window.blueConicClient.event<"u"&&typeof window.blueConicClient.event.subscribe<"u",ii=()=>{var t,e,i;if(!Cc()||!((t=window.blueConicClient)!=null&&t.profile))return;const s=(i=(e=window.blueConicClient)==null?void 0:e.profile)==null?void 0:i.getProfile(),{consent:n}=window.Fides,o=n!==void 0&&Object.entries(n).length>0,a=yn.some(r=>n[r]);!o||a?(s.setConsentedObjectives(["iab_purpose_1","iab_purpose_2","iab_purpose_3","iab_purpose_4"]),s.setRefusedObjectives([])):(s.setConsentedObjectives(["iab_purpose_1"]),s.setRefusedObjectives(["iab_purpose_2","iab_purpose_3","iab_purpose_4"])),window.blueConicClient.profile.updateProfile()},wc=({approach:t="onetrust"}={approach:"onetrust"})=>{if(t!=="onetrust")throw new Error("Unsupported approach");window.addEventListener("FidesReady",ii),window.addEventListener("FidesUpdated",ii),window.addEventListener("onBlueConicLoaded",ii),ii()},Fn=(t,e)=>{var i,s,n,o,a,r,c,l,u,d,v,g,f,_;const h=(i=window.dataLayer)!=null?i:[];window.dataLayer=h;const{detail:b,type:m}=t,{consent:y,extraDetails:w,fides_string:j,timestamp:P}=b;let F=y;const S=(a=(o=e?.flag_type)!=null?o:(n=(s=window.Fides)==null?void 0:s.options)==null?void 0:n.fidesConsentFlagType)!=null?a:Ye.BOOLEAN,M=(u=(l=e?.non_applicable_flag_mode)!=null?l:(c=(r=window.Fides)==null?void 0:r.options)==null?void 0:c.fidesConsentNonApplicableFlagMode)!=null?u:pt.OMIT,D=(g=(v=(d=window.Fides)==null?void 0:d.experience)==null?void 0:v.privacy_notices)!=null?g:[],Q=(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.non_applicable_privacy_notices;F=xt(y,Q,D,S,M);const ye={consent:F,extraDetails:w,fides_string:j,timestamp:P};h.push({event:m,Fides:ye})},Ec=t=>{var e,i;if(Object.entries({FidesInitializing:!1,FidesInitialized:!0,FidesConsentLoaded:!0,FidesReady:!0,FidesUpdating:!0,FidesUpdated:!0,FidesUIChanged:!0,FidesUIShown:!0,FidesModalClosed:!0}).filter(([,s])=>s).map(([s])=>s).forEach(s=>{window.addEventListener(s,n=>Fn(n,t))}),(e=window.Fides)!=null&&e.initialized){const{consent:s,fides_meta:n,identity:o,tcf_consent:a}=window.Fides,r=(i=performance?.getEntriesByName("FidesInitialized")[0])==null?void 0:i.startTime;Fn({type:"FidesInitialized",detail:{consent:s,fides_meta:n,identity:o,tcf_consent:a,timestamp:r,extraDetails:{consentMethod:n?.consentMethod}}},t)}},jc=()=>{if(window.fbq)return window.fbq;const t={queue:[],loaded:!0,version:"2.0",push(...e){const i=window.fbq;i.callMethod?i.callMethod(...e):i.queue.push(e)}};return window.fbq=Object.assign(t.push,t),window._fbq=window.fbq,window.fbq},xc=t=>{const e=jc();e("consent",t.consent?"grant":"revoke"),t.dataUse?e("dataProcessingOptions",[]):e("dataProcessingOptions",["LDU"],1,1e3)},Ic={marketing:yn,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 Pc(t,e){var i,s;const n=Object.fromEntries(Object.entries(t).map(([a,r])=>[a,Et(r)])),o=Object.fromEntries(Object.entries(Ic).map(([a,r])=>{const c=r.some(u=>n[u]===!0),l=r.some(u=>n[u]===!1);return[a,c||(l?!1:void 0)]}));return o.sale_of_data=(s=(i=o.sale_of_data)!=null?i:e?.sale_of_data_default)!=null?s:!1,o}const si=(t,e)=>{window.Shopify.customerPrivacy.setTrackingConsent(Pc(t,e),()=>{})},Dn=t=>{var e,i;(e=window.Shopify)!=null&&e.customerPrivacy||console.error("Fides could not access Shopify\'s customerPrivacy API"),window.addEventListener("FidesReady",s=>si(s.detail.consent,t)),window.addEventListener("FidesUpdating",s=>si(s.detail.consent,t)),window.addEventListener("FidesUpdated",s=>si(s.detail.consent,t)),(i=window.Fides)!=null&&i.initialized&&window.Fides.cookie&&si(window.Fides.cookie.consent,t)},Oc=t=>{let e,i;const s=()=>{clearTimeout(e),clearTimeout(i)},n=()=>{if(window.Shopify){if(s(),window.Shopify.customerPrivacy){Dn(t);return}window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],o=>{if(o)throw Error("Fides could not load Shopify\'s consent-tracking-api");Dn(t)});return}i=setTimeout(n,200)};e=setTimeout(()=>{throw s(),Error("Fides.shopify was called but Shopify is not present in the page after 3 seconds.")},3e3),n()};var Tc={"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"},Sc={"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"},Ac={"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"},zc={"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"},Lc={"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"},Nc={"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"},$c={"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"},Fc={"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"},Dc={"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"},Rc={"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"},Vc={"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"},Mc={"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"},Uc={"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"},Bc={"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"},Gc={"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"},Hc={"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"},qc={"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"},Kc={"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"},Yc={"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)"},Wc={"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"},Jc={"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"},Zc={"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"},Qc={"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"},Xc={"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"},el={"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"},tl={"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"},il={"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"},sl={"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"},nl={"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"},ol={"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"},rl={"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"},al={"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"},cl={"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"},ll={"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"},dl={"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"},ul={"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"},pl={"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"},fl={"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"},vl={"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"},gl={"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 ts={ar:Tc,bg:Sc,bs:Ac,ca:zc,cs:Lc,da:Nc,de:$c,el:Fc,en:Dc,es:Rc,"es-MX":Vc,et:Mc,eu:Uc,fi:Bc,fr:Gc,"fr-CA":Hc,gl:qc,"hi-IN":Kc,hr:Yc,hu:Wc,it:Jc,ja:Zc,lt:Qc,lv:Xc,mt:el,nl:tl,no:il,pl:sl,"pt-BR":nl,"pt-PT":ol,ro:rl,ru:al,sk:cl,sl:ll,"sr-Cyrl":dl,"sr-Latn":ul,sv:pl,tr:fl,uk:vl,zh:gl},_l=[{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 ml=Object.defineProperty,Rn=Object.getOwnPropertySymbols,hl=Object.prototype.hasOwnProperty,bl=Object.prototype.propertyIsEnumerable,Vn=(t,e,i)=>e in t?ml(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ee=(t,e)=>{for(var i in e||(e={}))hl.call(e,i)&&Vn(t,i,e[i]);if(Rn)for(var i of Rn(e))bl.call(e,i)&&Vn(t,i,e[i]);return t};function ze(t,e){return t.toLowerCase().replaceAll("_","-")===e.toLowerCase().replaceAll("_","-")}function yl(t,e){const i={},s=["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(t.translations)t.translations.forEach(n=>{const o=n.language;let a=!1;e!=null&&e.override_language&&(a=ze(e.override_language,o));const r={};s.forEach(c=>{let l=null;e&&(a||c==="privacy_policy_url")&&(l=c in e?e[c]:null);const u=n[c];typeof u=="string"&&(r[`exp.${c}`]=l||u)}),i[o]=Ee(Ee({},r),i[o])});else{const n=le,o={};s.forEach(a=>{const r=t[a];typeof r=="string"&&(o[`exp.${a}`]=r)}),i[n]=Ee(Ee({},o),i[n])}return i}function kl(t){var e;if((e=t?.experience_config)!=null&&e.translations){const{translations:i}=t.experience_config,s=i.find(n=>n.is_default);return s?.language}}function Mn(t,e){const i={};return e.forEach(s=>{const n=Object.keys(t).find(o=>ze(o,s));if(n){const o=t[n],a={};["purposes","specialPurposes","features","specialFeatures","stacks","dataCategories"].forEach(r=>{const c=o[r]||{};Object.keys(c).forEach(l=>{const u=c[l],d=`exp.tcf.${r}.${l}`;a[`${d}.name`]=u.name,a[`${d}.description`]=u.description,u.illustrations&&u.illustrations.length>0&&u.illustrations.forEach((v,g)=>{a[`${d}.illustrations.${g}`]=v})})}),i[s]=Ee(Ee({},a),i[s])}}),i}function Cl(t){return Object.keys(ts).forEach(e=>{t.load(e,ts[e])}),Object.keys(ts)}function Un(t,e,i){var s;const n={},o=(s=e.available_locales)!=null&&s.length?e.available_locales:[le];if(e!=null&&e.experience_config){const a=e.experience_config,r=yl(a,i);Object.keys(r).forEach(c=>{n[c]=Ee(Ee({},r[c]),n[c])})}o.forEach(a=>{t.load(a,n[a])})}function Bn(t,e){if(!e.gvl)return;const{locale:i}=t,s={};s[i]=e.gvl;const n=Mn(s,[i]);t.load(i,n[i])}function Gn(t,e,i){const s=Mn(e,i);i.forEach(n=>{t.load(n,s[n])})}function ni(t){return t.locale}function Hn(t,e,i=le){const s=t?.language;return e||s||i}function qn(t,e,i=le){const s=t.match(qi);if(s){const[n,o]=s,a=e.find(c=>ze(c,n));if(a)return a;const r=e.find(c=>ze(c,o));if(r)return r}return i}function ft(t,e){return t.t(e)!==""&&t.t(e)!==e}function is(t,e){if(!e||!e.translations)return null;const i=ni(t),s=e.translations.find(o=>ze(o.language,i));return s||e.translations.find(o=>ze(o.language,t.getDefaultLocale()))||e.translations[0]||null}function oi(t,e){if(!e||!e.translations)return null;const i=ni(t),s=e.translations.find(o=>ze(o.language,i));return s||e.translations.find(o=>ze(o.language,t.getDefaultLocale()))||e.translations[0]||null}function wl(t,e,i,s,n){var o,a,r,c,l;Cl(t);const u=(o=i.available_locales)!=null&&o.length?i.available_locales:[le];Un(t,i,n);const d=_l.filter(h=>u.includes(h.locale)),v=d.findIndex(h=>ze(h.locale,t.getDefaultLocale()));v>0&&d.unshift(d.splice(v,1)[0]),t.setAvailableLanguages(d);const g=kl(i)||le;t.setDefaultLocale(g);let f=g;((a=i.experience_config)==null?void 0:a.auto_detect_language)===!1||(f=Hn(e,s?.fidesLocale,g));const _=qn(f,u||[],t.getDefaultLocale());if((c=(r=i.experience_config)==null?void 0:r.translations)!=null&&c.find(h=>h.language===_))t.activate(_);else{const h=oi(t,i.experience_config);h?.language,t.activate(h?.language||_)}((l=i.experience_config)==null?void 0:l.component)===oe.TCF_OVERLAY&&i.gvl&&Bn(t,i)}function El(){let t=[],e=le,i=le;const s={};return{setAvailableLanguages(n){t=n},get availableLanguages(){return t},activate:n=>{i=n},getDefaultLocale:()=>e,setDefaultLocale:n=>{e=n},get locale(){return i},load:(n,o)=>{s[n]=Ee(Ee({},s[n]),o)},t:n=>{if(typeof n>"u")throw new TypeError("Unexpected type for descriptor or id!");let o;if(typeof n=="string")o=n;else if(typeof n=="object"&&n.id)o=n.id;else return"";return i&&i in s&&o&&o in s[i]&&s[i][o]?s[i][o]:o}}}const jl=(t,e,i)=>{var s;let n=Hi;if(!t)e.t("exp.modal_link_label")!=="exp.modal_link_label"&&(n=e.t("exp.modal_link_label"));else{const o=e.getDefaultLocale(),a=(s=i?.experience_config)==null?void 0:s.translations.find(r=>r.language===o);a!=null&&a.modal_link_label&&(n=a.modal_link_label)}return n};var xl=Object.defineProperty,Il=Object.defineProperties,Pl=Object.getOwnPropertyDescriptors,Kn=Object.getOwnPropertySymbols,Ol=Object.prototype.hasOwnProperty,Tl=Object.prototype.propertyIsEnumerable,Yn=(t,e,i)=>e in t?xl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Pt=(t,e)=>{for(var i in e||(e={}))Ol.call(e,i)&&Yn(t,i,e[i]);if(Kn)for(var i of Kn(e))Tl.call(e,i)&&Yn(t,i,e[i]);return t},ss=(t,e)=>Il(t,Pl(e)),ri=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())}),Sl=(t=>(t.PRIVACY_EXPERIENCE="/privacy-experience",t.PRIVACY_PREFERENCES="/privacy-preferences",t.GVL_TRANSLATIONS="/privacy-experience/gvl/translations",t.NOTICES_SERVED="/notices-served",t))(Sl||{});function Al(){return{}}const Wn=t=>ri(void 0,[t],function*({userLocationString:e,userLanguageString:i,fidesApiUrl:s,apiOptions:n,propertyId:o,requestMinimalTCF:a,missingExperienceHandler:r=Al}){var c,l,u;if(n!=null&&n.getPrivacyExperienceFn)try{return yield n.getPrivacyExperienceFn(e,null)}catch(_){return r(_)}const d=[["Unescape-Safestr","true"],["Accept-Encoding","gzip, deflate"]];i&&d.push(["Accept-Language",i]);const v={method:"GET",mode:"cors",headers:d};let g=Pt(Pt({show_disabled:"false",region:e,component:oe.OVERLAY,has_notices:"true",has_config:"true",systems_applicable:"true",exclude_gvl_languages:"true",include_meta:"true",include_gvl:"true",include_non_applicable_notices:"true"},a&&{minimal_tcf:"true"}),o&&{property_id:o});g=new URLSearchParams(g);let f;try{if(f=yield fetch(`${s}/privacy-experience?${g}`,v),!f.ok)throw new Error("Error fetching experience from Fides API")}catch(_){return r(_)}try{const _=yield f.json();if(((c=_.items)==null?void 0:c.length)<1)return{};const h=_.items&&_.items[0],b=(u=(l=h.experience_config)==null?void 0:l.translations)==null?void 0:u[0].language;return h}catch(_){return r(_)}}),Jn=(t,e)=>ri(void 0,null,function*(){const i=new URLSearchParams;e?.forEach(a=>{i.append("language",a)});const s={method:"GET",mode:"cors"};let n;try{n=yield fetch(`${t}/privacy-experience/gvl/translations${i.size>0?"?":""}${i.toString()}`,s)}catch{return{}}return n.ok?yield n.json():{}}),Zn={method:"PATCH",mode:"cors",headers:{"Content-Type":"application/json"}},zl="Fides.js",Ll=(t,e,i,s,n)=>ri(void 0,null,function*(){var o;if((o=i.apiOptions)!=null&&o.savePreferencesFn){try{yield i.apiOptions.savePreferencesFn(t,s.consent,s.fides_string,n)}catch(c){return Promise.reject(c)}return Promise.resolve()}const a=ss(Pt({},Zn),{body:JSON.stringify(ss(Pt({},e),{source:zl}))});return(yield fetch(`${i.fidesApiUrl}/privacy-preferences`,a)).ok,Promise.resolve()}),Nl=t=>ri(void 0,[t],function*({request:e,options:i}){var s;if((s=i.apiOptions)!=null&&s.patchNoticesServedFn)try{return yield i.apiOptions.patchNoticesServedFn(e)}catch{return null}const n=ss(Pt({},Zn),{body:JSON.stringify(e)}),o=yield fetch(`${i.fidesApiUrl}/notices-served`,n);return o.ok?o.json():null});var $l=Object.defineProperty,Fl=Object.defineProperties,Dl=Object.getOwnPropertyDescriptors,Qn=Object.getOwnPropertySymbols,Rl=Object.prototype.hasOwnProperty,Vl=Object.prototype.propertyIsEnumerable,Xn=(t,e,i)=>e in t?$l(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Le=(t,e)=>{for(var i in e||(e={}))Rl.call(e,i)&&Xn(t,i,e[i]);if(Qn)for(var i of Qn(e))Vl.call(e,i)&&Xn(t,i,e[i]);return t},ai=(t,e)=>Fl(t,Dl(e)),ns=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Ml=[R.SCRIPT,R.GPC,R.OT_MIGRATION];function Ul(t,e,i,s,n,o,a,r,c,l){return ns(this,null,function*(){const u=(a||[]).map(v=>({preference:v.consentPreference,privacy_notice_history_id:v.noticeHistoryId||""})),d=Le({browser_identity:e.identity,preferences:u,privacy_experience_config_history_id:o,user_geography:c,method:s,served_notice_history_id:l,property_id:n},r??[]);yield Ll(s,d,t,e,i)})}const ci=t=>ns(void 0,[t],function*({consentPreferencesToSave:e,privacyExperienceConfigHistoryId:i,experience:s,consentMethod:n,options:o,userLocationString:a,cookie:r,eventExtraDetails:c,servedNoticeHistoryId:l,tcf:u,updateCookie:d,propertyId:v}){var g,f,_,h,b,m;if(!d&&e&&(d=P=>Jt(P,e)),!d&&!e)throw new Error("updateCookie is required");const y=ai(Le({},c?.trigger),{origin:((g=c?.trigger)==null?void 0:g.origin)||(Ml.includes(n)?Qe.EXTERNAL:Qe.FIDES)}),w=yield d(r);Object.assign(r,w),Object.assign(r.fides_meta,{consentMethod:n}),we("FidesUpdating",r,ai(Le({},c),{trigger:y}));const j=xt(r.consent,(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.non_applicable_privacy_notices,(b=(h=window.Fides)==null?void 0:h.experience)==null?void 0:b.privacy_notices);if(window.Fides.consent=j,window.Fides.fides_string=r.fides_string,window.Fides.tcf_consent=r.tcf_consent,dn(ai(Le({},r),{consent:j}),o.base64Cookie),window.Fides.saved_consent=r.consent,!o.fidesDisableSaveApi)try{yield Ul(o,r,s,n,((m=v?.length)!=null?m:0)>0?v:window.Fides.config.propertyId,i,e,u,a,l)}catch{}e&&e.filter(P=>P.consentPreference===ae.OPT_OUT).forEach(P=>{var F,S;(F=P.notice)!=null&&F.cookies&&fn(P.notice.cookies,(S=s.experience_config)==null?void 0:S.auto_subdomain_cookie_deletion)}),we("FidesUpdated",r,ai(Le({},c),{trigger:y}))}),eo=(t,e)=>Object.entries(e).reduce((i,[s,n])=>{var o,a;if(i)return i;const r=(o=t.experience.non_applicable_privacy_notices)==null?void 0:o.find(u=>u===s);if(r)return new Error(`Provided notice key \'${s}\' is not applicable to the current experience.`);const c=(a=t.experience.privacy_notices)==null?void 0:a.find(u=>u.notice_key===s);if(!r&&!c)return new Error(`\'${s}\' is not a valid notice key`);const l=c?.consent_mechanism===ne.NOTICE_ONLY;return l&&n!==!0&&n!==ae.ACKNOWLEDGE?new Error(`Invalid consent value for notice-only notice key: \'${s}\'. Must be \\`true\\` or "acknowledge"`):!l&&typeof n!="boolean"&&n!==ae.OPT_IN&&n!==ae.OPT_OUT?new Error(`Invalid consent value for notice key: \'${s}\'. Must be a boolean or "opt_in" or "opt_out"`):null},null),Bl=(t,e,...i)=>ns(void 0,[t,e,...i],function*(s,n,o=R.SCRIPT,a={trigger:{origin:Qe.EXTERNAL}}){var r,c,l;if(!(n!=null&&n.consent)&&!(n!=null&&n.fidesString))throw new Error("Either consent or fidesString must be provided");if(!s.experience)throw new Error("Experience must be initialized before updating consent");if(!s.cookie)throw new Error("Cookie is not initialized");const{consent:u,fidesString:d,validation:v=Be.THROW}=n;if(!Object.values(Be).includes(v))throw new Error(`Validation must be one of: ${Object.values(Be).join(", ")} (default is ${Be.THROW})`);const g=m=>{if(v===Be.THROW)throw new Error(m);v===Be.WARN&&console.warn(m)};let f=s.consent||{};if(u){const m=eo(s,u);m&&g(m.message)}if(d)try{const m=It(d);if(m.nc){f=Le(Le({},s.consent),s.decodeNoticeConsentString(m.nc));const y=eo(s,f);y&&g(y.message)}}catch(m){const y=m instanceof Error?m.message:String(m);g(`Invalid fidesString provided: ${y}`)}else f=Le(Le({},s.consent),u);const _=[];Object.entries(f).forEach(([m,y])=>{var w,j,P,F;const S=(j=(w=s.experience)==null?void 0:w.privacy_notices)==null?void 0:j.find(M=>M.notice_key===m);if(S){const M=(F=(P=S.translations)==null?void 0:P[0])==null?void 0:F.privacy_notice_history_id;let D;typeof y=="boolean"?D=ce(y,S.consent_mechanism):D=y,M&&_.push(new Ue(S,D,M))}});let h;(c=(r=s.experience.experience_config)==null?void 0:r.translations)!=null&&c.length&&(h=s.experience.experience_config.translations[0].privacy_experience_config_history_id);const b=Qt(s.geolocation)||void 0;return ci({consentPreferencesToSave:_,privacyExperienceConfigHistoryId:h,experience:s.experience,consentMethod:o,options:s.options,userLocationString:b,cookie:s.cookie,propertyId:(l=s.config)==null?void 0:l.propertyId,eventExtraDetails:a})}),li=t=>{throw new Error(t)},et=t=>{typeof window<"u"&&(window.Fides=t)},to=({cookie:t,experience:e})=>{let i=e;return Yt(t.consent)&&(i=Ui({experience:e,cookie:t})),i},os=({tcfEnabled:t=!1})=>({consent:{},experience:void 0,geolocation:{},locale:le,options:{debug:!0,isOverlayEnabled:!1,isPrefetchEnabled:!1,isGeolocationEnabled:!1,geolocationApiUrl:"",overlayParentId:null,modalLinkId:null,privacyCenterUrl:"",fidesApiUrl:"",tcfEnabled:t,gppEnabled:!1,fidesEmbed:!1,fidesDisableSaveApi:!1,fidesDisableNoticesServedApi:!1,fidesDisableBanner:!1,fidesString:null,apiOptions:null,fidesTcfGdprApplies:t,fidesJsBaseUrl:"",customOptionsPath:null,preventDismissal:!1,allowHTMLDescription:null,base64Cookie:!1,fidesPrimaryColor:null,fidesClearCookie:!1,showFidesBrandLink:!t,fidesConsentOverride:null,otFidesMapping:null,fidesDisabledNotices:null,fidesConsentNonApplicableFlagMode:null,fidesConsentFlagType:null},fides_meta:{},identity:{},tcf_consent:{},saved_consent:{},config:void 0,initialized:!1,onFidesEvent:An,blueconic:wc,gtm:Ec,meta:xc,shopify:Oc,showModal:Wi,getModalLinkLabel:()=>Hi,encodeNoticeConsentString:In,decodeNoticeConsentString:Ji,reinitialize(){return typeof this.init!="function"?Promise.reject(new Error("Fides.init method is not available")):((!this.config||!this.initialized)&&li("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:ei(this.experience,this.cookie,this.saved_consent,this.options)},updateConsent(e){return Bl(this,e)}});var Gl=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Hl=(t,e)=>Gl(void 0,null,function*(){if(!t||!e)return null;const i=yield fetch(e,{mode:"cors"});if(!i.ok)return null;try{return yield i.json()}catch{return null}}),ql=()=>{var t,e,i;if(window.Fides.options.tcfEnabled&&!((e=(t=window.Fides.experience)==null?void 0:t.privacy_notices)!=null&&e.length))return!1;if(typeof((i=window.navigator)==null?void 0:i.globalPrivacyControl)=="boolean")return window.navigator.globalPrivacyControl;const s=new URL(window.location.href).searchParams.get("globalPrivacyControl");if(s==="true")return!0;if(s==="false")return!1},tt=()=>typeof window>"u"?{}:{globalPrivacyControl:ql()};var Kl=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Yl=t=>Kl(void 0,[t],function*({savedConsent:e,effectiveExperience:i,cookie:s,fidesRegionString:n,fidesOptions:o,i18n:a}){if(!i||!i.experience_config||!i.privacy_notices||i.privacy_notices.length===0)return!1;const r=tt(),{nc:c}=It(o.fidesString||"");r.globalPrivacyControl;const{consent:l,method:u}=mn(o),d=!!l&&!!u&&!He();if(!r.globalPrivacyControl&&!c&&!d)return!1;const v=oi(a,i.experience_config),g=v?.privacy_experience_config_history_id;let f=!1,_=!1,h=!1;const b=i.privacy_notices.map(m=>{const y=Ut(m,e),w=is(a,m);if(d&&l){const P=l[m.notice_key];if(P!==void 0){h=!0;const F=typeof P=="boolean"?ce(P,m.consent_mechanism):P;return new Ue(m,F,w?.privacy_notice_history_id)}}const j=Ji(c);if(m.consent_mechanism!==ne.NOTICE_ONLY){if(j){const P=j[m.notice_key];if(P!==void 0)return _=!0,new Ue(m,ce(P,m.consent_mechanism),w?.privacy_notice_history_id)}if(r.globalPrivacyControl&&m.has_gpc_flag&&!y)return f=!0,new Ue(m,ce(!1,m.consent_mechanism),w?.privacy_notice_history_id)}return new Ue(m,ce(Bt(m,e),m.consent_mechanism),w?.privacy_notice_history_id)});if(f||_||h){let m=R.SCRIPT;return h&&u?m=u:_?m=R.SCRIPT:f&&(m=R.GPC),yield ci({servedNoticeHistoryId:Mt(),consentPreferencesToSave:b,privacyExperienceConfigHistoryId:g,experience:i,consentMethod:m,options:o,userLocationString:n||void 0,cookie:s,updateCookie:y=>Jt(y,b)}),!0}return!1}),Wl=()=>{document.body.classList.add("fides-no-scroll")},io=()=>{document.body.classList.remove("fides-no-scroll")},Jl=t=>new DOMParser().parseFromString(t,"text/html").body.textContent||"",so=t=>{let e=0,i=200;return new Promise(s=>{const n=o=>{const a=setTimeout(()=>{const r=document.getElementById(t);r?(clearInterval(a),s(r)):(e+=1,e>=5&&i<1e3&&(i+=200),n(i))},o)};n(i)})};var Zl=Object.defineProperty,no=Object.getOwnPropertySymbols,Ql=Object.prototype.hasOwnProperty,Xl=Object.prototype.propertyIsEnumerable,oo=(t,e,i)=>e in t?Zl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,ro=(t,e)=>{for(var i in e||(e={}))Ql.call(e,i)&&oo(t,i,e[i]);if(no)for(var i of no(e))Xl.call(e,i)&&oo(t,i,e[i]);return t},ao=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const ed=(t,e)=>ao(void 0,null,function*(){return Qt(t)||Qt(yield Hl(e.isGeolocationEnabled,e.geolocationApiUrl))}),di=(t,e)=>{const i={};if(typeof window<"u"){const s=new URLSearchParams(window.location.search),n=e.options.customOptionsPath&&e.options.customOptionsPath.split("."),o=n&&n.length>=0?jn(n):window.fides_overrides,a=En(t);a?.forEach(({overrideName:r,overrideType:c,overrideKey:l,validationRegex:u,transform:d})=>{const v=s.get(l),g=o?o[l]:void 0,f=Wt(l),_=v||g||f;_&&u.test(_.toString())&&(d?i[r]=d(_.toString()):i[r]=c==="string"?_:JSON.parse(_.toString()))})}return i},co=({consent:t,options:e})=>{const i=tt(),s=pn(t,i);return ln(s,e.fidesClearCookie)},lo=({cookie:t,savedConsent:e,experience:i,geolocation:s,options:n,updateExperienceFromCookieConsent:o})=>{let a=i;return Ze(i)&&(a=o({experience:i,cookie:t,debug:n.debug})),{consent:t.consent,fides_meta:t.fides_meta,identity:t.identity,experience:a,tcf_consent:t.tcf_consent,fides_string:t.fides_string,saved_consent:e,geolocation:s,options:n,initialized:!0}},uo=t=>ao(void 0,[t],function*({fides:e,options:i,geolocation:s,initOverlay:n,renderOverlay:o,updateExperience:a,overrides:r,propertyId:c}){var l,u,d,v,g;let f=!0,_=null,h=()=>Hi;if(!e.cookie)throw new Error("Fides cookie should be initialized");if(f=i.isOverlayEnabled,f){wn(i)||(f=!1),_=yield ed(s,i);let j=!1;if(_?Ze(e.experience)||(j=!0,e.experience=yield Wn({userLocationString:_,fidesApiUrl:i.fidesApiUrl,apiOptions:i.apiOptions,requestMinimalTCF:!1,propertyId:c})):f=!1,f&&Ze(e.experience)&&Ki(e.experience)){if(j){const S=a({cookie:e.cookie,experience:e.experience});e.experience=ro(ro({},e.experience),S)}const P=vn({cookie:e.cookie,experience:e.experience});e.cookie=P;const F=El();if(wl(F,window?.navigator,e.experience,i,r?.experienceTranslationOverrides),e.locale=F.locale||le,h=S=>jl(!!(S!=null&&S.disableLocalization),F,e.experience),((l=e.experience.experience_config)==null?void 0:l.component)===oe.HEADLESS){const S=i.modalLinkId||"fides-modal-link";!e.experience||i.fidesEmbed||i.modalLinkId,so(S).then(M=>{document.body.classList.add("fides-overlay-modal-link-shown"),M.classList.add("fides-modal-link-shown")}),f=!1}n&&f&&n({options:i,experience:e.experience,i18n:F,fidesRegionString:_,cookie:e.cookie,savedConsent:e.saved_consent,renderOverlay:o,propertyId:c,translationOverrides:r?.experienceTranslationOverrides}).catch(S=>{}),setTimeout(Yl.bind(null,{savedConsent:e.saved_consent,effectiveExperience:e.experience,cookie:e.cookie,fidesRegionString:_,fidesOptions:i,i18n:F}))}}const{fides_meta:b,identity:m,fides_string:y,tcf_consent:w}=e.cookie;return{consent:xt(e.cookie.consent,(u=e.experience)==null?void 0:u.non_applicable_privacy_notices,(d=e.experience)==null?void 0:d.privacy_notices,(v=i.fidesConsentFlagType)!=null?v:void 0,(g=i.fidesConsentNonApplicableFlagMode)!=null?g:void 0),fides_meta:b,identity:m,fides_string:y,tcf_consent:w,experience:e.experience,geolocation:s,options:i,initialized:!0,getModalLinkLabel:h}});var ui,N,po,it,fo,vo,rs,as,cs,ls,go,Ot={},_o=[],td=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,pi=Array.isArray;function Ke(t,e){for(var i in e)t[i]=e[i];return t}function mo(t){var e=t.parentNode;e&&e.removeChild(t)}function p(t,e,i){var s,n,o,a={};for(o in e)o=="key"?s=e[o]:o=="ref"?n=e[o]:a[o]=e[o];if(arguments.length>2&&(a.children=arguments.length>3?ui.call(arguments,2):i),typeof t=="function"&&t.defaultProps!=null)for(o in t.defaultProps)a[o]===void 0&&(a[o]=t.defaultProps[o]);return fi(t,a,s,n,null)}function fi(t,e,i,s,n){var o={type:t,props:e,key:i,ref:s,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:n??++po,__i:-1,__u:0};return n==null&&N.vnode!=null&&N.vnode(o),o}function ve(t){return t.children}function Ne(t,e){this.props=t,this.context=e}function st(t,e){if(e==null)return t.__?st(t.__,t.__i+1):null;for(var i;e<t.__k.length;e++)if((i=t.__k[e])!=null&&i.__e!=null)return i.__e;return typeof t.type=="function"?st(t):null}function ho(t){var e,i;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((i=t.__k[e])!=null&&i.__e!=null){t.__e=t.__c.base=i.__e;break}return ho(t)}}function ds(t){(!t.__d&&(t.__d=!0)&&it.push(t)&&!vi.__r++||fo!==N.debounceRendering)&&((fo=N.debounceRendering)||vo)(vi)}function vi(){var t,e,i,s,n,o,a,r;for(it.sort(rs);t=it.shift();)t.__d&&(e=it.length,s=void 0,o=(n=(i=t).__v).__e,a=[],r=[],i.__P&&((s=Ke({},n)).__v=n.__v+1,N.vnode&&N.vnode(s),us(i.__P,s,n,i.__n,i.__P.namespaceURI,32&n.__u?[o]:null,a,o??st(n),!!(32&n.__u),r),s.__v=n.__v,s.__.__k[s.__i]=s,wo(a,s,r),s.__e!=o&&ho(s)),it.length>e&&it.sort(rs));vi.__r=0}function bo(t,e,i,s,n,o,a,r,c,l,u){var d,v,g,f,_,h=s&&s.__k||_o,b=e.length;for(i.__d=c,id(i,e,h),c=i.__d,d=0;d<b;d++)(g=i.__k[d])!=null&&typeof g!="boolean"&&typeof g!="function"&&(v=g.__i===-1?Ot:h[g.__i]||Ot,g.__i=d,us(t,g,v,n,o,a,r,c,l,u),f=g.__e,g.ref&&v.ref!=g.ref&&(v.ref&&ps(v.ref,null,g),u.push(g.ref,g.__c||f,g)),_==null&&f!=null&&(_=f),65536&g.__u||v.__k===g.__k?(c&&typeof g.type=="string"&&!t.contains(c)&&(c=st(v)),c=yo(g,c,t)):typeof g.type=="function"&&g.__d!==void 0?c=g.__d:f&&(c=f.nextSibling),g.__d=void 0,g.__u&=-196609);i.__d=c,i.__e=_}function id(t,e,i){var s,n,o,a,r,c=e.length,l=i.length,u=l,d=0;for(t.__k=[],s=0;s<c;s++)a=s+d,(n=t.__k[s]=(n=e[s])==null||typeof n=="boolean"||typeof n=="function"?null:typeof n=="string"||typeof n=="number"||typeof n=="bigint"||n.constructor==String?fi(null,n,null,null,null):pi(n)?fi(ve,{children:n},null,null,null):n.constructor===void 0&&n.__b>0?fi(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n)!=null?(n.__=t,n.__b=t.__b+1,r=sd(n,i,a,u),n.__i=r,o=null,r!==-1&&(u--,(o=i[r])&&(o.__u|=131072)),o==null||o.__v===null?(r==-1&&d--,typeof n.type!="function"&&(n.__u|=65536)):r!==a&&(r==a-1?d=r-a:r==a+1?d++:r>a?u>c-a?d+=r-a:d--:r<a&&d++,r!==s+d&&(n.__u|=65536))):(o=i[a])&&o.key==null&&o.__e&&(131072&o.__u)==0&&(o.__e==t.__d&&(t.__d=st(o)),fs(o,o,!1),i[a]=null,u--);if(u)for(s=0;s<l;s++)(o=i[s])!=null&&(131072&o.__u)==0&&(o.__e==t.__d&&(t.__d=st(o)),fs(o,o))}function yo(t,e,i){var s,n;if(typeof t.type=="function"){for(s=t.__k,n=0;s&&n<s.length;n++)s[n]&&(s[n].__=t,e=yo(s[n],e,i));return e}t.__e!=e&&(i.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType===8);return e}function gi(t,e){return e=e||[],t==null||typeof t=="boolean"||(pi(t)?t.some(function(i){gi(i,e)}):e.push(t)),e}function sd(t,e,i,s){var n=t.key,o=t.type,a=i-1,r=i+1,c=e[i];if(c===null||c&&n==c.key&&o===c.type&&(131072&c.__u)==0)return i;if(s>(c!=null&&(131072&c.__u)==0?1:0))for(;a>=0||r<e.length;){if(a>=0){if((c=e[a])&&(131072&c.__u)==0&&n==c.key&&o===c.type)return a;a--}if(r<e.length){if((c=e[r])&&(131072&c.__u)==0&&n==c.key&&o===c.type)return r;r++}}return-1}function ko(t,e,i){e[0]==="-"?t.setProperty(e,i??""):t[e]=i==null?"":typeof i!="number"||td.test(e)?i:i+"px"}function _i(t,e,i,s,n){var o;e:if(e==="style")if(typeof i=="string")t.style.cssText=i;else{if(typeof s=="string"&&(t.style.cssText=s=""),s)for(e in s)i&&e in i||ko(t.style,e,"");if(i)for(e in i)s&&i[e]===s[e]||ko(t.style,e,i[e])}else if(e[0]==="o"&&e[1]==="n")o=e!==(e=e.replace(/(PointerCapture)$|Capture$/i,"$1")),e=e.toLowerCase()in t||e==="onFocusOut"||e==="onFocusIn"?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+o]=i,i?s?i.u=s.u:(i.u=as,t.addEventListener(e,o?ls:cs,o)):t.removeEventListener(e,o?ls:cs,o);else{if(n=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=i??"";break e}catch{}typeof i=="function"||(i==null||i===!1&&e[4]!=="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&i==1?"":i))}}function Co(t){return function(e){if(this.l){var i=this.l[e.type+t];if(e.t==null)e.t=as++;else if(e.t<i.u)return;return i(N.event?N.event(e):e)}}}function us(t,e,i,s,n,o,a,r,c,l){var u,d,v,g,f,_,h,b,m,y,w,j,P,F,S,M,D=e.type;if(e.constructor!==void 0)return null;128&i.__u&&(c=!!(32&i.__u),o=[r=e.__e=i.__e]),(u=N.__b)&&u(e);e:if(typeof D=="function")try{if(b=e.props,m="prototype"in D&&D.prototype.render,y=(u=D.contextType)&&s[u.__c],w=u?y?y.props.value:u.__:s,i.__c?h=(d=e.__c=i.__c).__=d.__E:(m?e.__c=d=new D(b,w):(e.__c=d=new Ne(b,w),d.constructor=D,d.render=od),y&&y.sub(d),d.props=b,d.state||(d.state={}),d.context=w,d.__n=s,v=d.__d=!0,d.__h=[],d._sb=[]),m&&d.__s==null&&(d.__s=d.state),m&&D.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=Ke({},d.__s)),Ke(d.__s,D.getDerivedStateFromProps(b,d.__s))),g=d.props,f=d.state,d.__v=e,v)m&&D.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),m&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(m&&D.getDerivedStateFromProps==null&&b!==g&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(b,w),!d.__e&&(d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(b,d.__s,w)===!1||e.__v===i.__v)){for(e.__v!==i.__v&&(d.props=b,d.state=d.__s,d.__d=!1),e.__e=i.__e,e.__k=i.__k,e.__k.forEach(function(Q){Q&&(Q.__=e)}),j=0;j<d._sb.length;j++)d.__h.push(d._sb[j]);d._sb=[],d.__h.length&&a.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(b,d.__s,w),m&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(g,f,_)})}if(d.context=w,d.props=b,d.__P=t,d.__e=!1,P=N.__r,F=0,m){for(d.state=d.__s,d.__d=!1,P&&P(e),u=d.render(d.props,d.state,d.context),S=0;S<d._sb.length;S++)d.__h.push(d._sb[S]);d._sb=[]}else do d.__d=!1,P&&P(e),u=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++F<25);d.state=d.__s,d.getChildContext!=null&&(s=Ke(Ke({},s),d.getChildContext())),m&&!v&&d.getSnapshotBeforeUpdate!=null&&(_=d.getSnapshotBeforeUpdate(g,f)),bo(t,pi(M=u!=null&&u.type===ve&&u.key==null?u.props.children:u)?M:[M],e,i,s,n,o,a,r,c,l),d.base=e.__e,e.__u&=-161,d.__h.length&&a.push(d),h&&(d.__E=d.__=null)}catch(Q){e.__v=null,c||o!=null?(e.__e=r,e.__u|=c?160:32,o[o.indexOf(r)]=null):(e.__e=i.__e,e.__k=i.__k),N.__e(Q,e,i)}else o==null&&e.__v===i.__v?(e.__k=i.__k,e.__e=i.__e):e.__e=nd(i.__e,e,i,s,n,o,a,c,l);(u=N.diffed)&&u(e)}function wo(t,e,i){e.__d=void 0;for(var s=0;s<i.length;s++)ps(i[s],i[++s],i[++s]);N.__c&&N.__c(e,t),t.some(function(n){try{t=n.__h,n.__h=[],t.some(function(o){o.call(n)})}catch(o){N.__e(o,n.__v)}})}function nd(t,e,i,s,n,o,a,r,c){var l,u,d,v,g,f,_,h=i.props,b=e.props,m=e.type;if(m==="svg"?n="http://www.w3.org/2000/svg":m==="math"?n="http://www.w3.org/1998/Math/MathML":n||(n="http://www.w3.org/1999/xhtml"),o!=null){for(l=0;l<o.length;l++)if((g=o[l])&&"setAttribute"in g==!!m&&(m?g.localName===m:g.nodeType===3)){t=g,o[l]=null;break}}if(t==null){if(m===null)return document.createTextNode(b);t=document.createElementNS(n,m,b.is&&b),o=null,r=!1}if(m===null)h===b||r&&t.data===b||(t.data=b);else{if(o=o&&ui.call(t.childNodes),h=i.props||Ot,!r&&o!=null)for(h={},l=0;l<t.attributes.length;l++)h[(g=t.attributes[l]).name]=g.value;for(l in h)if(g=h[l],l!="children"){if(l=="dangerouslySetInnerHTML")d=g;else if(l!=="key"&&!(l in b)){if(l=="value"&&"defaultValue"in b||l=="checked"&&"defaultChecked"in b)continue;_i(t,l,null,g,n)}}for(l in b)g=b[l],l=="children"?v=g:l=="dangerouslySetInnerHTML"?u=g:l=="value"?f=g:l=="checked"?_=g:l==="key"||r&&typeof g!="function"||h[l]===g||_i(t,l,g,h[l],n);if(u)r||d&&(u.__html===d.__html||u.__html===t.innerHTML)||(t.innerHTML=u.__html),e.__k=[];else if(d&&(t.innerHTML=""),bo(t,pi(v)?v:[v],e,i,s,m==="foreignObject"?"http://www.w3.org/1999/xhtml":n,o,a,o?o[0]:i.__k&&st(i,0),r,c),o!=null)for(l=o.length;l--;)o[l]!=null&&mo(o[l]);r||(l="value",f!==void 0&&(f!==t[l]||m==="progress"&&!f||m==="option"&&f!==h[l])&&_i(t,l,f,h[l],n),l="checked",_!==void 0&&_!==t[l]&&_i(t,l,_,h[l],n))}return t}function ps(t,e,i){try{typeof t=="function"?t(e):t.current=e}catch(s){N.__e(s,i)}}function fs(t,e,i){var s,n;if(N.unmount&&N.unmount(t),(s=t.ref)&&(s.current&&s.current!==t.__e||ps(s,null,e)),(s=t.__c)!=null){if(s.componentWillUnmount)try{s.componentWillUnmount()}catch(o){N.__e(o,e)}s.base=s.__P=null}if(s=t.__k)for(n=0;n<s.length;n++)s[n]&&fs(s[n],e,i||typeof t.type!="function");i||t.__e==null||mo(t.__e),t.__c=t.__=t.__e=t.__d=void 0}function od(t,e,i){return this.constructor(t,i)}function vs(t,e,i){var s,n,o,a;N.__&&N.__(t,e),n=(s=typeof i=="function")?null:i&&i.__k||e.__k,o=[],a=[],us(e,t=(!s&&i||e).__k=p(ve,null,[t]),n||Ot,Ot,e.namespaceURI,!s&&i?[i]:n?null:e.firstChild?ui.call(e.childNodes):null,o,!s&&i?i:n?n.__e:e.firstChild,s,a),wo(o,t,a)}function mi(t,e){var i={__c:e="__cC"+go++,__:t,Consumer:function(s,n){return s.children(n)},Provider:function(s){var n,o;return this.getChildContext||(n=[],(o={})[e]=this,this.getChildContext=function(){return o},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(a){this.props.value!==a.value&&n.some(function(r){r.__e=!0,ds(r)})},this.sub=function(a){n.push(a);var r=a.componentWillUnmount;a.componentWillUnmount=function(){n&&n.splice(n.indexOf(a),1),r&&r.call(a)}}),s.children}};return i.Provider.__=i.Consumer.contextType=i}ui=_o.slice,N={__e:function(t,e,i,s){for(var n,o,a;e=e.__;)if((n=e.__c)&&!n.__)try{if((o=n.constructor)&&o.getDerivedStateFromError!=null&&(n.setState(o.getDerivedStateFromError(t)),a=n.__d),n.componentDidCatch!=null&&(n.componentDidCatch(t,s||{}),a=n.__d),a)return n.__E=n}catch(r){t=r}throw t}},po=0,Ne.prototype.setState=function(t,e){var i;i=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=Ke({},this.state),typeof t=="function"&&(t=t(Ke({},i),this.props)),t&&Ke(i,t),t!=null&&this.__v&&(e&&this._sb.push(e),ds(this))},Ne.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),ds(this))},Ne.prototype.render=ve,it=[],vo=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,rs=function(t,e){return t.__v.__b-e.__v.__b},vi.__r=0,as=0,cs=Co(!1),ls=Co(!0),go=0;const rd=t=>{try{const e=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(t);if(!e)return null;let i=parseInt(e[1],16),s=parseInt(e[2],16),n=parseInt(e[3],16);i/=255,s/=255,n/=255;const o=Math.max(i,s,n),a=Math.min(i,s,n);let r,c;const l=(o+a)/2;if(o===a)r=c=0;else{const u=o-a;switch(c=l>.5?u/(2-o-a):u/(o+a),o){case i:r=(s-n)/u+(s<n?6:0);break;case s:r=(n-i)/u+2;break;case n:r=(i-s)/u+4;break}r/=6}return{h:r,s:c,l}}catch{return null}},ad=(t,e=!1)=>{let i="";const s=Math.round(t.h*360),n=Math.round(t.s*100),o=Math.round(t.l*100);return i=`${s},${n}%,${o}%`,i=e?i:`hsl(${i})`,i};var Eo=(t=>(t.HEX="hex",t.HSL="hsl",t))(Eo||{});const cd=(t,e,i)=>{const s=e==="hex"?rd(t):t;return s&&s.l?(s.l<.25?s.l=i===1?s.l+.1:s.l+.2:s.l<.5?s.l=i===1?s.l+.08:s.l+.16:s.l<.75?s.l=i===1?s.l+.06:s.l+.12:s.l<.9?s.l=i===1?s.l+.04:s.l+.08:s.l=.9,ad(s)):t};var hi=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const jo="fides-embed-container",ld="fides-overlay";let bi;const gs=t=>hi(void 0,[t],function*({options:e,experience:i,i18n:s,fidesRegionString:n,cookie:o,savedConsent:a,renderOverlay:r,propertyId:c,translationOverrides:l}){const u=()=>hi(void 0,null,function*(){var d,v,g;try{if(bi&&(vs(null,bi),bi=void 0),e.fidesPrimaryColor){document.documentElement.style.setProperty("--fides-overlay-primary-color",e.fidesPrimaryColor);const _=cd(e.fidesPrimaryColor,Eo.HEX,1);document.documentElement.style.setProperty("--fides-overlay-primary-button-background-hover-color",_)}let f;if(e.fidesEmbed)f=document.getElementById(jo),f||(yield hi(void 0,null,function*(){return new Promise(_=>{let h=0,b=200;const m=setInterval(()=>{f=document.getElementById(jo),f?(clearInterval(m),_()):(h+=1,h>=5&&b<1e3&&(b+=200))},b)})}));else{const _=e.overlayParentId||ld;f=document.getElementById(_),f||(f=document.createElement("div"),f.id=_,f.className="fides-overlay",document.body.prepend(f))}return f?(r&&(((d=i.experience_config)==null?void 0:d.component)===oe.MODAL||((v=i.experience_config)==null?void 0:v.component)===oe.BANNER_AND_MODAL||((g=i.experience_config)==null?void 0:g.component)===oe.TCF_OVERLAY)&&(r({options:e,experience:i,i18n:s,fidesRegionString:n,cookie:o,savedConsent:a,propertyId:c,translationOverrides:l},f),bi=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",()=>hi(void 0,null,function*(){document.readyState==="interactive"&&u()})):u(),Promise.resolve()});function xo(t,e){e===void 0&&(e={});var i=e.insertAt;if(!(!t||typeof document>"u")){var s=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css",i==="top"&&s.firstChild?s.insertBefore(n,s.firstChild):s.appendChild(n),n.styleSheet?n.styleSheet.cssText=t:n.appendChild(document.createTextNode(t))}}var dd=`: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(\n --fides-overlay-primary-color\n );--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(\n --fides-overlay-background-color\n );--fides-overlay-secondary-button-background-hover-color:var(\n --fides-overlay-hover-color\n );--fides-overlay-secondary-button-text-color:#2d3748;--fides-overlay-secondary-button-border-color:var(\n --fides-overlay-primary-color\n );--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(\n --fides-overlay-secondary-button-background-hover-color\n );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}}`;xo(dd);var vt,q,_s,Io,Tt=0,Po=[],Z=N,Oo=Z.__b,To=Z.__r,So=Z.diffed,Ao=Z.__c,zo=Z.unmount,Lo=Z.__;function yi(t,e){Z.__h&&Z.__h(q,t,Tt||e),Tt=0;var i=q.__H||(q.__H={__:[],__h:[]});return t>=i.__.length&&i.__.push({}),i.__[t]}function W(t){return Tt=1,ud(Fo,t)}function ud(t,e,i){var s=yi(vt++,2);if(s.t=t,!s.__c&&(s.__=[i?i(e):Fo(void 0,e),function(r){var c=s.__N?s.__N[0]:s.__[0],l=s.t(c,r);c!==l&&(s.__N=[l,s.__[1]],s.__c.setState({}))}],s.__c=q,!q.u)){var n=function(r,c,l){if(!s.__c.__H)return!0;var u=s.__c.__H.__.filter(function(v){return!!v.__c});if(u.every(function(v){return!v.__N}))return!o||o.call(this,r,c,l);var d=!1;return u.forEach(function(v){if(v.__N){var g=v.__[0];v.__=v.__N,v.__N=void 0,g!==v.__[0]&&(d=!0)}}),!(!d&&s.__c.props===r)&&(!o||o.call(this,r,c,l))};q.u=!0;var o=q.shouldComponentUpdate,a=q.componentWillUpdate;q.componentWillUpdate=function(r,c,l){if(this.__e){var u=o;o=void 0,n(r,c,l),o=u}a&&a.call(this,r,c,l)},q.shouldComponentUpdate=n}return s.__N||s.__}function K(t,e){var i=yi(vt++,3);!Z.__s&&$o(i.__H,e)&&(i.__=t,i.i=e,q.__H.__h.push(i))}function gt(t){return Tt=5,te(function(){return{current:t}},[])}function te(t,e){var i=yi(vt++,7);return $o(i.__H,e)&&(i.__=t(),i.__H=e,i.__h=t),i.__}function V(t,e){return Tt=8,te(function(){return t},e)}function _t(t){var e=q.context[t.__c],i=yi(vt++,9);return i.c=t,e?(i.__==null&&(i.__=!0,e.sub(q)),e.props.value):t.__}function pd(){for(var t;t=Po.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(ki),t.__H.__h.forEach(ms),t.__H.__h=[]}catch(e){t.__H.__h=[],Z.__e(e,t.__v)}}Z.__b=function(t){q=null,Oo&&Oo(t)},Z.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),Lo&&Lo(t,e)},Z.__r=function(t){To&&To(t),vt=0;var e=(q=t.__c).__H;e&&(_s===q?(e.__h=[],q.__h=[],e.__.forEach(function(i){i.__N&&(i.__=i.__N),i.i=i.__N=void 0})):(e.__h.forEach(ki),e.__h.forEach(ms),e.__h=[],vt=0)),_s=q},Z.diffed=function(t){So&&So(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Po.push(e)!==1&&Io===Z.requestAnimationFrame||((Io=Z.requestAnimationFrame)||fd)(pd)),e.__H.__.forEach(function(i){i.i&&(i.__H=i.i),i.i=void 0})),_s=q=null},Z.__c=function(t,e){e.some(function(i){try{i.__h.forEach(ki),i.__h=i.__h.filter(function(s){return!s.__||ms(s)})}catch(s){e.some(function(n){n.__h&&(n.__h=[])}),e=[],Z.__e(s,i.__v)}}),Ao&&Ao(t,e)},Z.unmount=function(t){zo&&zo(t);var e,i=t.__c;i&&i.__H&&(i.__H.__.forEach(function(s){try{ki(s)}catch(n){e=n}}),i.__H=void 0,e&&Z.__e(e,i.__v))};var No=typeof requestAnimationFrame=="function";function fd(t){var e,i=function(){clearTimeout(s),No&&cancelAnimationFrame(e),setTimeout(t)},s=setTimeout(i,100);No&&(e=requestAnimationFrame(i))}function ki(t){var e=q,i=t.__c;typeof i=="function"&&(t.__c=void 0,i()),q=e}function ms(t){var e=q;t.__c=t.__(),q=e}function $o(t,e){return!t||t.length!==e.length||e.some(function(i,s){return i!==t[s]})}function Fo(t,e){return typeof e=="function"?e(t):e}const vd=({id:t})=>{const[e,i]=W(!1),s=V(()=>i(!1),[]),n=V(()=>i(!0),[]),o=V(()=>{e?s():n()},[e,n,s]);return{isOpen:e,onOpen:n,onClose:s,onToggle:o,getButtonProps:()=>({"aria-expanded":e,"aria-controls":t,onClick:o}),getDisclosureProps:()=>({id:t,className:e?"fides-disclosure-visible":"fides-disclosure-hidden"})}},gd=(t,e)=>{const[i,s]=W(null);return K(()=>{if(e)return()=>{};so(t).then(n=>{s(n)})},[t,e]),i},_d=()=>{const[t,e]=W(!1);return K(()=>{e(!0)},[]),t};var md=Object.defineProperty,Do=Object.getOwnPropertySymbols,hd=Object.prototype.hasOwnProperty,bd=Object.prototype.propertyIsEnumerable,Ro=(t,e,i)=>e in t?md(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,yd=(t,e)=>{for(var i in e||(e={}))hd.call(e,i)&&Ro(t,i,e[i]);if(Do)for(var i of Do(e))bd.call(e,i)&&Ro(t,i,e[i]);return t},kd=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Vo=({options:t,privacyExperience:e,privacyExperienceConfigHistoryId:i,privacyNoticeHistoryIds:s,userGeography:n,acknowledgeMode:o,propertyId:a,tcfNoticesServed:r})=>{const[c,l]=W(Mt()),u=V(d=>kd(void 0,null,function*(){var v;if(t.fidesDisableSaveApi||t.fidesDisableNoticesServedApi||!d.detail.extraDetails||d.detail.extraDetails.servingComponent===We.BANNER&&!((v=e?.experience_config)!=null&&v.show_layer1_notices))return;const g=Mt();l(g);const f=yd({served_notice_history_id:g,browser_identity:d.detail.identity,privacy_experience_config_history_id:i||"",user_geography:n,acknowledge_mode:o,privacy_notice_history_ids:s||[],serving_component:String(d.detail.extraDetails.servingComponent),property_id:a},r);Nl({request:f,options:t})}),[t,e,i,n,o,s,a,r]);return K(()=>(window.addEventListener("FidesUIShown",u),()=>{window.removeEventListener("FidesUIShown",u)}),[u]),{servedNoticeHistoryId:c}},Mo=mi({}),Uo=({i18nInstance:t,children:e})=>{const[i,s]=W(),[n,o]=W(!1),a=V(c=>{t.activate(c),s(c)},[t,s]);K(()=>{const c=document.getElementById(Wa);n?c?.style.setProperty("animation-name","spin"):c?.style.removeProperty("animation-name")},[n]);const r=te(()=>({i18n:t,currentLocale:i,setCurrentLocale:a,isLoading:n,setIsLoading:o}),[t,i,a,n]);return p(Mo.Provider,{value:r},e)},G=()=>{const t=_t(Mo);if(!t||Object.keys(t).length===0)throw new Error("useI18n must be used within a I18nProvider");return t};var Cd=Object.defineProperty,wd=Object.defineProperties,Ed=Object.getOwnPropertyDescriptors,Bo=Object.getOwnPropertySymbols,jd=Object.prototype.hasOwnProperty,xd=Object.prototype.propertyIsEnumerable,Go=(t,e,i)=>e in t?Cd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,hs=(t,e)=>{for(var i in e||(e={}))jd.call(e,i)&&Go(t,i,e[i]);if(Bo)for(var i of Bo(e))xd.call(e,i)&&Go(t,i,e[i]);return t},Id=(t,e)=>wd(t,Ed(e));const Ho=mi({}),qo=({children:t})=>{const e=gt(),i=gt(),s=V(r=>{e.current=r},[]),n=V(r=>{i.current=r},[]),o=V((r,c,l)=>{var u;we(r,c,Id(hs({},l),{servingComponent:(u=l?.servingComponent)!=null?u:i.current,trigger:hs(hs({},l?.trigger),e.current)})),s(void 0)},[s]),a=te(()=>({triggerRef:e,setTrigger:s,servingComponentRef:i,setServingComponent:n,dispatchFidesEventAndClearTrigger:o}),[s,o,n]);return p(Ho.Provider,{value:a},t)},$e=()=>{const t=_t(Ho);if(!t||Object.keys(t).length===0)throw new Error("useEvent must be used within a EventProvider");return t},Ko=({onClick:t,ariaLabel:e,hidden:i=!1})=>p("button",{type:"button","aria-label":e,className:"fides-close-button",onClick:t,style:{visibility:i?"hidden":"visible"}},p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none"},p("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"}))),bs=mi({}),Pd=({children:t})=>{const[e,i]=W(),s=te(()=>({vendorCount:e,setVendorCount:i}),[e,i]);return p(bs.Provider,{value:s},t)},Od=()=>{const t=_t(bs);if(!t||Object.keys(t).length===0)throw new Error("useVendorButton must be used within a VendorButtonProvider");return t},ys="__VENDOR_COUNT_LINK__",Yo=(t,e)=>e?p("span",{dangerouslySetInnerHTML:{__html:t.trim()}}):Jl(t).trim(),Wo=({description:t,onVendorPageClick:e,allowHTMLDescription:i=!1})=>{const[s,n]=W(),{setTrigger:o}=$e();let a=0;const r=_t(bs);return r!=null&&r.vendorCount&&(a=r.vendorCount),K(()=>{if(t)if(t.includes(ys)&&e){const c=t.split(ys);for(let u=1;u<c.length;u+=2)c.splice(u,0,p(ve,null," ",p("button",{type:"button",className:"fides-link-button fides-vendor-count",onClick:()=>{e&&(o({type:fe.LINK,label:ys}),e())}},a)," "));const l=c.map(u=>typeof u=="string"?Yo(u,i):u);n(l)}else n([Yo(t,i)])},[t,e]),t?p("div",null,s):null},ks=({status:t})=>{const{i18n:e}=G(),i=e.t("static.gpc"),s=t.valueOf();let n="";if(t===Te.APPLIED)n=e.t("static.gpc.status.applied");else if(t===Te.OVERRIDDEN)n=e.t("static.gpc.status.overridden");else if(t===Te.NONE)return null;return p("span",{className:"fides-gpc-label"},i," ",p("span",{className:`fides-gpc-badge fides-gpc-badge-${s}`},n))},Jo=({dismissable:t,onOpen:e,onClose:i,bannerIsOpen:s,children:n,onVendorPageClick:o,renderButtonGroup:a,className:r,isEmbedded:c})=>{var l,u,d,v,g,f,_,h,b,m,y;const{i18n:w}=G(),j=tt().globalPrivacyControl,{setTrigger:P}=$e();K(()=>{s&&e()},[s,e]);const F=ft(w,"exp.banner_title")?w.t("exp.banner_title"):w.t("exp.title"),S=ft(w,"exp.banner_description")?w.t("exp.banner_description"):w.t("exp.description"),M=["fides-banner","fides-banner-bottom",!s&&"fides-banner-hidden",c&&"fides-embedded",r].filter(Q=>typeof Q=="string").join(" ");let D=[];return(d=(u=(l=window.Fides)==null?void 0:l.experience)==null?void 0:u.experience_config)!=null&&d.show_layer1_notices&&(g=(v=window.Fides)==null?void 0:v.experience)!=null&&g.privacy_notices&&(D=(_=(f=window.Fides)==null?void 0:f.experience)==null?void 0:_.privacy_notices),p("div",{id:"fides-banner-container",className:M},p("div",{id:"fides-banner"},p("div",{id:"fides-banner-inner"},p(Ko,{ariaLabel:"Close banner",onClick:()=>{P({type:fe.BUTTON,label:"Close banner"}),i()},hidden:((b=(h=window.Fides)==null?void 0:h.options)==null?void 0:b.preventDismissal)||!t}),p("div",{id:"fides-banner-inner-container"},p("div",{className:"fides-banner__col"},p("div",{id:"fides-banner-heading"},p("h1",{id:"fides-banner-title",className:"fides-banner-title"},F),j&&p(ks,{status:Te.APPLIED})),p("div",{id:"fides-banner-description",className:"fides-banner-description fides-banner__content"},p(Wo,{description:S,onVendorPageClick:o,allowHTMLDescription:(y=(m=window.Fides)==null?void 0:m.options)==null?void 0:y.allowHTMLDescription}),!!(D!=null&&D.length)&&p("div",{id:"fides-banner-notices",className:"fides-banner-notices"},D.map((Q,ye)=>p("span",{key:Q.id},p("strong",null,Q.name),ye<D.length-1&&", "))))),n),a())))},Td=t=>{const[e,i]=W(!1);return K(()=>{const s=window.matchMedia(t);i(s.matches);function n(o){i(o.matches)}return s.addEventListener?s.addEventListener("change",n):s.addListener(n),()=>{s.removeEventListener?s.removeEventListener("change",n):s.removeListener(n)}},[t]),e},Sd=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31",height:"20",fill:"currentColor",className:"ethyca-logo",role:"img","aria-label":"Ethyca"},p("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"})),Ad=()=>p("div",{className:"fides-brand"},p("a",{href:"https://ethyca.com/",target:"_blank",rel:"noopener noreferrer",className:"fides-brand-link"},"Powered by",p(Sd,null))),zd=()=>p("div",{className:"fides-spinner"}),nt=({buttonType:t,label:e,id:i,onClick:s,className:n="",disabled:o,loading:a})=>p("button",{type:"button",id:i,className:`fides-banner-button fides-banner-button-${t.valueOf()} ${n}`,onClick:s,"data-testid":`${e}-btn`,disabled:o||a,style:{cursor:o||a?"not-allowed":"pointer"}},e||"",a&&p(zd,null));function Ld(t,e){for(var i in e)t[i]=e[i];return t}function Zo(t,e){for(var i in t)if(i!=="__source"&&!(i in e))return!0;for(var s in e)if(s!=="__source"&&t[s]!==e[s])return!0;return!1}function Qo(t,e){this.props=t,this.context=e}(Qo.prototype=new Ne).isPureReactComponent=!0,Qo.prototype.shouldComponentUpdate=function(t,e){return Zo(this.props,t)||Zo(this.state,e)};var Xo=N.__b;N.__b=function(t){t.type&&t.type.__f&&t.ref&&(t.props.ref=t.ref,t.ref=null),Xo&&Xo(t)};var Nd=N.__e;N.__e=function(t,e,i,s){if(t.then){for(var n,o=e;o=o.__;)if((n=o.__c)&&n.__c)return e.__e==null&&(e.__e=i.__e,e.__k=i.__k),n.__c(t,e)}Nd(t,e,i,s)};var er=N.unmount;function tr(t,e,i){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach(function(s){typeof s.__c=="function"&&s.__c()}),t.__c.__H=null),(t=Ld({},t)).__c!=null&&(t.__c.__P===i&&(t.__c.__P=e),t.__c=null),t.__k=t.__k&&t.__k.map(function(s){return tr(s,e,i)})),t}function ir(t,e,i){return t&&i&&(t.__v=null,t.__k=t.__k&&t.__k.map(function(s){return ir(s,e,i)}),t.__c&&t.__c.__P===e&&(t.__e&&i.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=i)),t}function Cs(){this.__u=0,this.t=null,this.__b=null}function sr(t){var e=t.__.__c;return e&&e.__a&&e.__a(t)}function Ci(){this.u=null,this.o=null}N.unmount=function(t){var e=t.__c;e&&e.__R&&e.__R(),e&&32&t.__u&&(t.type=null),er&&er(t)},(Cs.prototype=new Ne).__c=function(t,e){var i=e.__c,s=this;s.t==null&&(s.t=[]),s.t.push(i);var n=sr(s.__v),o=!1,a=function(){o||(o=!0,i.__R=null,n?n(r):r())};i.__R=a;var r=function(){if(!--s.__u){if(s.state.__a){var c=s.state.__a;s.__v.__k[0]=ir(c,c.__c.__P,c.__c.__O)}var l;for(s.setState({__a:s.__b=null});l=s.t.pop();)l.forceUpdate()}};s.__u++||32&e.__u||s.setState({__a:s.__b=s.__v.__k[0]}),t.then(a,a)},Cs.prototype.componentWillUnmount=function(){this.t=[]},Cs.prototype.render=function(t,e){if(this.__b){if(this.__v.__k){var i=document.createElement("div"),s=this.__v.__k[0].__c;this.__v.__k[0]=tr(this.__b,i,s.__O=s.__P)}this.__b=null}var n=e.__a&&p(ve,null,t.fallback);return n&&(n.__u&=-33),[p(ve,null,e.__a?null:t.children),n]};var nr=function(t,e,i){if(++i[1]===i[0]&&t.o.delete(e),t.props.revealOrder&&(t.props.revealOrder[0]!=="t"||!t.o.size))for(i=t.u;i;){for(;i.length>3;)i.pop()();if(i[1]<i[0])break;t.u=i=i[2]}};(Ci.prototype=new Ne).__a=function(t){var e=this,i=sr(e.__v),s=e.o.get(t);return s[0]++,function(n){var o=function(){e.props.revealOrder?(s.push(n),nr(e,t,s)):n()};i?i(o):o()}},Ci.prototype.render=function(t){this.u=null,this.o=new Map;var e=gi(t.children);t.revealOrder&&t.revealOrder[0]==="b"&&e.reverse();for(var i=e.length;i--;)this.o.set(e[i],this.u=[1,0,this.u]);return t.children},Ci.prototype.componentDidUpdate=Ci.prototype.componentDidMount=function(){var t=this;this.o.forEach(function(e,i){nr(t,i,e)})};var $d=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,Fd=/^(?: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]/,Dd=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Rd=/[A-Z0-9]/g,Vd=typeof document<"u",Md=function(t){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(t)};Ne.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(Ne.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(e){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:e})}})});var or=N.event;function Ud(){}function Bd(){return this.cancelBubble}function Gd(){return this.defaultPrevented}N.event=function(t){return or&&(t=or(t)),t.persist=Ud,t.isPropagationStopped=Bd,t.isDefaultPrevented=Gd,t.nativeEvent=t};var Hd={enumerable:!1,configurable:!0,get:function(){return this.class}},rr=N.vnode;N.vnode=function(t){typeof t.type=="string"&&function(e){var i=e.props,s=e.type,n={};for(var o in i){var a=i[o];if(!(o==="value"&&"defaultValue"in i&&a==null||Vd&&o==="children"&&s==="noscript"||o==="class"||o==="className")){var r=o.toLowerCase();o==="defaultValue"&&"value"in i&&i.value==null?o="value":o==="download"&&a===!0?a="":r==="translate"&&a==="no"?a=!1:r==="ondoubleclick"?o="ondblclick":r!=="onchange"||s!=="input"&&s!=="textarea"||Md(i.type)?r==="onfocus"?o="onfocusin":r==="onblur"?o="onfocusout":Dd.test(o)?o=r:s.indexOf("-")===-1&&Fd.test(o)?o=o.replace(Rd,"-$&").toLowerCase():a===null&&(a=void 0):r=o="oninput",r==="oninput"&&n[o=r]&&(o="oninputCapture"),n[o]=a}}s=="select"&&n.multiple&&Array.isArray(n.value)&&(n.value=gi(i.children).forEach(function(c){c.props.selected=n.value.indexOf(c.props.value)!=-1})),s=="select"&&n.defaultValue!=null&&(n.value=gi(i.children).forEach(function(c){c.props.selected=n.multiple?n.defaultValue.indexOf(c.props.value)!=-1:n.defaultValue==c.props.value})),i.class&&!i.className?(n.class=i.class,Object.defineProperty(n,"className",Hd)):(i.className&&!i.class||i.class&&i.className)&&(n.class=n.className=i.className),e.props=n}(t),t.$$typeof=$d,rr&&rr(t)};var ar=N.__r;N.__r=function(t){ar&&ar(t),t.__c};var cr=N.diffed;N.diffed=function(t){cr&&cr(t);var e=t.props,i=t.__e;i!=null&&t.type==="textarea"&&"value"in e&&e.value!==i.value&&(i.value=e.value==null?"":e.value)};const ws=mi({}),qd=({children:t})=>{const[e,i]=W(),s=te(()=>({gvlTranslations:e,setGvlTranslations:i}),[e,i]);return p(ws.Provider,{value:s},t)},Kd=()=>{const t=_t(ws);if(!t||Object.keys(t).length===0)throw new Error("useGvl must be used within a GVLProvider");return t};var Yd=Object.defineProperty,Wd=Object.defineProperties,Jd=Object.getOwnPropertyDescriptors,wi=Object.getOwnPropertySymbols,lr=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable,ur=(t,e,i)=>e in t?Yd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Zd=(t,e)=>{for(var i in e||(e={}))lr.call(e,i)&&ur(t,i,e[i]);if(wi)for(var i of wi(e))dr.call(e,i)&&ur(t,i,e[i]);return t},Qd=(t,e)=>Wd(t,Jd(e)),Xd=(t,e)=>{var i={};for(var s in t)lr.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&wi)for(var s of wi(t))e.indexOf(s)<0&&dr.call(t,s)&&(i[s]=t[s]);return i};const eu=t=>{var e=t,{isActive:i,className:s,children:n}=e,o=Xd(e,["isActive","className","children"]);return p("button",Qd(Zd({type:"button","aria-pressed":i||void 0},o),{className:`fides-banner-button fides-menu-item ${s||""}`}),n)};var tu=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const iu=({availableLocales:t,options:e,isTCF:i})=>{const{i18n:s,currentLocale:n,setCurrentLocale:o,setIsLoading:a}=G(),r=_t(ws),c=l=>tu(void 0,null,function*(){var u;if(l!==s.locale)if(i){a(!0);const d=yield Jn(e.fidesApiUrl,[l]);a(!1),d&&Object.keys(d).length?(r.setGvlTranslations(d[l]),Gn(s,d,t||[le]),o(l)):console.error(`Unable to load GVL translation for ${l}`)}else o(l);(u=document.getElementById(bn))==null||u.focus()});return p("div",{className:"fides-i18n-menu"},p("div",{role:"group",className:"fides-i18n-popover"},s.availableLanguages.map(l=>p(eu,{key:l.locale,"data-testid":`fides-i18n-option-${l.locale}`,id:n===l.locale?"fidesActiveMenuItem":void 0,onClick:()=>c(l.locale),isActive:n===l.locale,title:l.label_en},l.label_original))),p("div",{className:"fides-i18n-pseudo-button"},p("svg",{xmlns:"http://www.w3.org/2000/svg",height:"100%",viewBox:"0 0 36 36",fill:"currentColor",id:"fides-i18n-icon"},p("path",{fill:"currentColor",d:"M18 32.625c.52 0 1.898-.506 3.347-3.403.619-1.245 1.153-2.756 1.547-4.472h-9.788c.394 1.716.928 3.227 1.547 4.472 1.449 2.897 2.827 3.403 3.347 3.403m-5.45-11.25h10.9a32.5 32.5 0 0 0 0-6.75h-10.9a32.5 32.5 0 0 0 0 6.75m.556-10.125h9.788c-.394-1.716-.928-3.227-1.547-4.472C19.898 3.881 18.52 3.375 18 3.375s-1.898.506-3.347 3.403c-.619 1.245-1.153 2.756-1.547 4.472m13.732 3.375A35 35 0 0 1 26.993 18c0 1.153-.056 2.285-.155 3.375h5.393c.253-1.083.394-2.215.394-3.375s-.134-2.292-.394-3.375h-5.393m4.135-3.375a14.7 14.7 0 0 0-6.92-6.567c.992 1.8 1.78 4.043 2.293 6.567h4.634zm-21.326 0c.513-2.524 1.3-4.76 2.292-6.567A14.7 14.7 0 0 0 5.02 11.25h4.634zm-5.878 3.375A14.8 14.8 0 0 0 3.375 18c0 1.16.134 2.292.394 3.375h5.393A35 35 0 0 1 9.007 18c0-1.153.056-2.285.155-3.375zm20.285 16.692a14.7 14.7 0 0 0 6.919-6.567h-4.627c-.513 2.524-1.3 4.76-2.292 6.567m-12.108 0c-.991-1.8-1.779-4.043-2.292-6.567H5.02a14.7 14.7 0 0 0 6.92 6.567zM18 36a18 18 0 1 1 0-36 18 18 0 0 1 0 36"})),n,p("svg",{className:"fides-i18n-caret",xmlns:"http://www.w3.org/2000/svg",height:"100%",fill:"currentColor",viewBox:"0 0 24 24"},p("path",{d:"M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"}))))},su=()=>{const{i18n:t}=G();if(!ft(t,"exp.privacy_policy_link_label")||!ft(t,"exp.privacy_policy_url"))return null;const e=t.t("exp.privacy_policy_link_label"),i=t.t("exp.privacy_policy_url");return p("div",{id:"fides-privacy-policy-link",style:{display:"flex",alignItems:"center",justifyContent:"center"}},p("a",{href:i,rel:"noopener noreferrer",target:"_blank",className:"fides-privacy-policy"},e))},pr=({availableLocales:t=[le],onManagePreferencesClick:e,renderFirstButton:i,onAcceptAll:s,onRejectAll:n,hideOptInOut:o,hideRejectAll:a,options:r,isInModal:c,isTCF:l,isMinimalTCF:u,isGVLLoading:d})=>{var v;const[g,f]=W(!1),{i18n:_}=G(),{setTrigger:h}=$e(),b=Td("(max-width: 768px)"),m=((v=_.availableLanguages)==null?void 0:v.length)>1,y=ft(_,"exp.privacy_policy_link_label")&&ft(_,"exp.privacy_policy_url"),w=()=>{const P=!l||!u;f(!P),e&&P&&e()},j=c&&r.showFidesBrandLink;return K(()=>{g&&!u&&w()},[g,u]),p("div",{id:"fides-button-group"},p("div",{className:c?"fides-modal-button-group fides-modal-primary-actions":"fides-banner-button-group fides-banner-primary-actions"},!!i&&i(),!o&&p(ve,null,l&&!!e&&p(nt,{buttonType:me.SECONDARY,label:_.t("exp.privacy_preferences_link_label"),onClick:()=>{h({type:fe.BUTTON,label:_.t("exp.privacy_preferences_link_label")}),w()},className:"fides-manage-preferences-button",loading:g}),!a&&p(nt,{buttonType:me.PRIMARY,label:_.t("exp.reject_button_label"),onClick:()=>{h({type:fe.BUTTON,label:_.t("exp.reject_button_label")}),n()},className:"fides-reject-all-button",loading:d}),p(nt,{buttonType:me.PRIMARY,label:_.t("exp.accept_button_label"),onClick:()=>{h({type:fe.BUTTON,label:_.t("exp.accept_button_label")}),s()},className:"fides-accept-all-button",loading:d}))),p("div",{className:`${c?"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":""}${j?" fides-button-group-brand":""}`},m&&p(iu,{availableLocales:t,options:r,isTCF:!!l}),!l&&!!e&&p(nt,{buttonType:b?me.SECONDARY:me.TERTIARY,label:_.t("exp.privacy_preferences_link_label"),onClick:()=>{h({type:fe.BUTTON,label:_.t("exp.privacy_preferences_link_label")}),e()},className:"fides-manage-preferences-button"}),y&&p(su,null),j&&p(Ad,null)))},fr=({experience:t,onAcceptAll:e,onRejectAll:i,onSave:s,onManagePreferencesClick:n,enabledKeys:o,isInModal:a,isAcknowledge:r,hideOptInOut:c=!1,options:l})=>{const{i18n:u}=G(),{setTrigger:d}=$e();if(!t.experience_config||!t.privacy_notices)return null;const{privacy_notices:v}=t,g=()=>{s(R.ACKNOWLEDGE,v.map(h=>h.notice_key))},f=()=>{s(R.SAVE,o)},_=()=>r?p(nt,{buttonType:me.PRIMARY,label:u.t("exp.acknowledge_button_label"),onClick:()=>{d({type:fe.BUTTON,label:u.t("exp.acknowledge_button_label")}),g()},className:"fides-acknowledge-button"}):a?p(nt,{buttonType:c?me.PRIMARY:me.SECONDARY,label:u.t("exp.save_button_label"),onClick:()=>{d({type:fe.BUTTON,label:u.t("exp.save_button_label")}),f()},className:"fides-save-button"}):null;return p(pr,{availableLocales:t.available_locales,onManagePreferencesClick:n,onAcceptAll:e,onRejectAll:i,isInModal:a,renderFirstButton:_,hideOptInOut:c,options:l})};var nu=[\'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^="-"])\'],ou="Tab",ru="Escape";function he(t){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=t,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}he.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=St(\'[data-a11y-dialog-show="\'+this._id+\'"]\'),this._openers.forEach(function(e){e.addEventListener("click",this._show)}.bind(this));const t=this.$el;return this._closers=St("[data-a11y-dialog-hide]",this.$el).filter(function(e){return e.closest(\'[aria-modal="true"], [data-a11y-dialog]\')===t}).concat(St(\'[data-a11y-dialog-hide="\'+this._id+\'"]\')),this._closers.forEach(function(e){e.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},he.prototype.show=function(t){if(this.shown)return this;this._previouslyFocused=document.activeElement;const e=t&&t.target?t.target:null;return e&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=e),this.$el.removeAttribute("aria-hidden"),this.shown=!0,vr(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",t),this},he.prototype.hide=function(t){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",t),this):this},he.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(t){t.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(t){t.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},he.prototype.on=function(t,e){return typeof this._listeners[t]>"u"&&(this._listeners[t]=[]),this._listeners[t].push(e),this},he.prototype.off=function(t,e){var i=(this._listeners[t]||[]).indexOf(e);return i>-1&&this._listeners[t].splice(i,1),this},he.prototype._fire=function(t,e){var i=this._listeners[t]||[],s=new CustomEvent(t,{detail:e});this.$el.dispatchEvent(s),i.forEach(function(n){n(this.$el,e)}.bind(this))},he.prototype._bindKeypress=function(t){const e=document.activeElement;e&&e.closest(\'[aria-modal="true"]\')!==this.$el||(this.shown&&t.key===ru&&this.$el.getAttribute("role")!=="alertdialog"&&(t.preventDefault(),this.hide(t)),this.shown&&t.key===ou&&lu(this.$el,t))},he.prototype._maintainFocus=function(t){this.shown&&!t.target.closest(\'[aria-modal="true"]\')&&!t.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&vr(this.$el)};function au(t){return Array.prototype.slice.call(t)}function St(t,e){return au((e||document).querySelectorAll(t))}function vr(t){var e=t.querySelector("[autofocus]")||t;e.focus()}function cu(t){return St(nu.join(","),t).filter(function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)})}function lu(t,e){var i=cu(t),s=i.indexOf(document.activeElement);e.shiftKey&&s===0?(i[i.length-1].focus(),e.preventDefault()):!e.shiftKey&&s===i.length-1&&(i[0].focus(),e.preventDefault())}function Es(){St("[data-a11y-dialog]").forEach(function(t){new he(t)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Es):window.requestAnimationFrame?window.requestAnimationFrame(Es):window.setTimeout(Es,16));const du=()=>{const[t,e]=W(null),i=V(s=>{if(s!==null){const n=new he(s);n.on("show",()=>{document.documentElement.style.overflowY="hidden"}).on("hide",()=>{document.documentElement.style.overflowY=""}),e(n)}},[]);return{instance:t,container:i}},uu=({role:t,id:e,onClose:i})=>{const{instance:s,container:n}=du(),o=t==="alertdialog",a=`${e}-title`,r=V(()=>{s&&s.hide(),i&&i()},[i,s]);return K(()=>()=>{s&&s.destroy()},[s]),{instance:s,attributes:{container:{id:e,ref:n,role:t,tabIndex:-1,"aria-modal":!0,"aria-hidden":!0,"aria-labelledby":a},overlay:{onClick:o?void 0:r},dialog:{role:"document"},closeButton:{type:"button",onClick:r},title:{role:"heading","aria-level":1,id:a}}}},pu=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"currentColor"},p("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"})),fu=({title:t,description:e})=>p("div",{className:"fides-gpc-banner"},p("div",{className:"fides-gpc-warning"},p(pu,null)),p("div",null,p("p",{className:"fides-gpc-header"},t),p("p",null,e)));var vu=Object.defineProperty,gu=Object.defineProperties,_u=Object.getOwnPropertyDescriptors,gr=Object.getOwnPropertySymbols,mu=Object.prototype.hasOwnProperty,hu=Object.prototype.propertyIsEnumerable,_r=(t,e,i)=>e in t?vu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,bu=(t,e)=>{for(var i in e||(e={}))mu.call(e,i)&&_r(t,i,e[i]);if(gr)for(var i of gr(e))hu.call(e,i)&&_r(t,i,e[i]);return t},yu=(t,e)=>gu(t,_u(e));const mr=({titleProps:t,className:e,renderModalFooter:i,children:s,onVendorPageClick:n})=>{var o,a;const{i18n:r}=G(),c=r.t("exp.title"),l=r.t("exp.description"),u=tt().globalPrivacyControl,d=r.t("static.gpc.title"),v=r.t("static.gpc.description");return p(ve,null,p("div",{"data-testid":"consent-content",id:"fides-consent-content",className:e},p("div",{className:"fides-modal-body"},p("div",yu(bu({"data-testid":"fides-modal-title"},t),{className:"fides-modal-title"}),c),p("p",{"data-testid":"fides-modal-description",className:"fides-modal-description"},p(Wo,{onVendorPageClick:n,description:l,allowHTMLDescription:(a=(o=window.Fides)==null?void 0:o.options)==null?void 0:a.allowHTMLDescription})),u&&p(fu,{title:d,description:v}),s)),p("div",{className:"fides-modal-footer"},i()))};var ku=Object.defineProperty,Cu=Object.defineProperties,wu=Object.getOwnPropertyDescriptors,hr=Object.getOwnPropertySymbols,Eu=Object.prototype.hasOwnProperty,ju=Object.prototype.propertyIsEnumerable,br=(t,e,i)=>e in t?ku(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,js=(t,e)=>{for(var i in e||(e={}))Eu.call(e,i)&&br(t,i,e[i]);if(hr)for(var i of hr(e))ju.call(e,i)&&br(t,i,e[i]);return t},xs=(t,e)=>Cu(t,wu(e));const xu=({attributes:t,children:e,dismissable:i,onVendorPageClick:s,renderModalFooter:n})=>{const{container:o,overlay:a,dialog:r,title:c,closeButton:l}=t,{setTrigger:u}=$e();return p("div",xs(js({"data-testid":"consent-modal"},o),{className:"fides-modal-container"}),p("div",xs(js({},a),{className:"fides-modal-overlay"})),p("div",xs(js({"data-testid":"fides-modal-content"},r),{className:"fides-modal-content"}),p("div",{className:"fides-modal-header"},p("div",null),p(Ko,{ariaLabel:"Close modal",onClick:()=>{u({type:"button",label:"Close modal"}),l.onClick()},hidden:window.Fides.options.preventDismissal||!i})),p(mr,{titleProps:c,renderModalFooter:n,onVendorPageClick:s},e)))},yr=({options:t,experience:e,cookie:i,savedConsent:s,onOpen:n,onDismiss:o,renderBanner:a,renderModalContent:r,renderModalFooter:c,onVendorPageClick:l,isUiBlocking:u})=>{const{i18n:d}=G(),{setServingComponent:v,dispatchFidesEventAndClearTrigger:g}=$e(),f=100,_=_d(),h=t.modalLinkId||"fides-modal-link",b=!e||!!t.fidesEmbed||t.modalLinkId==="",m=gd(h,b),y=gt(null),[w,j]=W(null);K(()=>{w===null&&j(!ei(e,i,s,t))},[w]);const[P,F]=W(t.fidesEmbed?ei(e,i,s,t):!1);K(()=>(u&&P?Wl():io(),()=>{io()}),[u,P]);const S=V(({saved:X=!1})=>{X||o(),g("FidesModalClosed",i,{saved:X}),v(void 0)},[g,i,o,v]),{instance:M,attributes:D}=uu({id:"fides-modal",role:"alertdialog",title:d.t("exp.title"),onClose:()=>{S({saved:!1})}}),Q=V((X=Qe.FIDES)=>{t.fidesEmbed?F(!1):M&&(F(!1),M.show(),n(X))},[M,n,t]),ye=V(()=>{M&&!t.fidesEmbed&&(M.hide(),S({saved:!0}))},[M,S,t.fidesEmbed]);K(()=>{t.fidesEmbed&&!P&&n()},[t,n,P]),K(()=>{const X=setTimeout(()=>{w||F(!0)},f);return()=>clearTimeout(X)},[w,F]),K(()=>(e&&!t.fidesEmbed&&(window.Fides.showModal=()=>{Q(Qe.EXTERNAL)}),()=>{window.Fides.showModal=Wi}),[e,Q,t.fidesEmbed]),K(()=>(document.body.classList.add("fides-overlay-modal-link-shown"),b||m&&(y.current=m,y.current.addEventListener("click",window.Fides.showModal),y.current.classList.add("fides-modal-link-shown")),()=>{y.current&&y.current.removeEventListener("click",window.Fides.showModal)}),[m,b,h]);const ht=()=>{Q()};return _&&e.experience_config?p("div",{id:bn,tabIndex:-1},!w&&P&&u&&p("div",{className:"fides-modal-overlay"}),t.fidesEmbed?P||!r||!c?null:p(mr,{titleProps:D.title,renderModalFooter:()=>c({onClose:ye,isMobile:!1}),onVendorPageClick:l},r()):p(xu,{attributes:D,dismissable:e.experience_config.dismissable,onVendorPageClick:l,renderModalFooter:()=>c?c({onClose:ye,isMobile:!1}):null},r&&r()),!w&&a({isOpen:P,isEmbedded:t.fidesEmbed,onClose:()=>{F(!1)},onManagePreferencesClick:ht})):null},Iu=({label:t,name:e,id:i,checked:s,onChange:n,disabled:o,onLabel:a,offLabel:r})=>{const{setTrigger:c}=$e(),l=s?a:r;return p("div",{className:"fides-toggle","data-testid":`toggle-${t}`},p("input",{type:"checkbox",name:e,"aria-label":t,className:"fides-toggle-input",onChange:()=>{c({type:fe.TOGGLE,label:t,checked:!s}),n(i)},checked:s,role:"switch",disabled:o}),p("span",{className:"fides-toggle-display"},l))};var Pu=Object.defineProperty,Ou=Object.defineProperties,Tu=Object.getOwnPropertyDescriptors,kr=Object.getOwnPropertySymbols,Su=Object.prototype.hasOwnProperty,Au=Object.prototype.propertyIsEnumerable,Cr=(t,e,i)=>e in t?Pu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,wr=(t,e)=>{for(var i in e||(e={}))Su.call(e,i)&&Cr(t,i,e[i]);if(kr)for(var i of kr(e))Au.call(e,i)&&Cr(t,i,e[i]);return t},zu=(t,e)=>Ou(t,Tu(e));const Er=({noticeKey:t,title:e,checked:i,onToggle:s,children:n,badge:o,gpcBadge:a,disabled:r,onLabel:c,offLabel:l,isHeader:u,includeToggle:d=!0})=>{const{isOpen:v,getButtonProps:g,getDisclosureProps:f,onToggle:_}=vd({id:t}),h=(y,w)=>{(y.code==="Space"||y.code==="Enter")&&(y.preventDefault(),w&&_())},b=n!=null,m=b?g():{};return p("div",{className:v&&b?"fides-notice-toggle fides-notice-toggle-expanded":"fides-notice-toggle"},p("div",{key:t,className:"fides-notice-toggle-title"},p("span",zu(wr({role:"button",tabIndex:0,onKeyDown:y=>h(y,b)},m),{className:u?"fides-notice-toggle-trigger fides-notice-toggle-header":"fides-notice-toggle-trigger"}),p("span",{className:"fides-flex-center fides-justify-space-between"},e)),p("span",{className:"fides-notice-toggle-controls"},a,o?p("span",{className:"fides-notice-badge"},o):null,d?p(Iu,{label:e,name:t,id:t,checked:i,onChange:s,disabled:r,onLabel:c,offLabel:l}):null)),n?p("div",wr({},f()),n):null)},Lu=()=>p("hr",{className:"fides-divider"}),Nu=({noticeToggles:t,enabledNoticeKeys:e,onChange:i})=>{const{i18n:s}=G(),n=r=>{const c={key:r,type:"notice"};e.indexOf(r)===-1?i([...e,r],c):i(e.filter(l=>l!==r),c)};let o,a;return ni(s)===le&&(o="On",a="Off"),p("div",null,t.map((r,c)=>{const{noticeKey:l,title:u,description:d,checked:v,disabled:g,gpcStatus:f}=r,_=c===t.length-1;return p("div",{key:l},p(Er,{noticeKey:l,title:u,checked:v,onToggle:n,gpcBadge:p(ks,{status:f}),disabled:g,onLabel:o,offLabel:a},d),_?null:p(Lu,null))}))};var $u=Object.defineProperty,Fu=Object.defineProperties,Du=Object.getOwnPropertyDescriptors,jr=Object.getOwnPropertySymbols,Ru=Object.prototype.hasOwnProperty,Vu=Object.prototype.propertyIsEnumerable,xr=(t,e,i)=>e in t?$u(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Mu=(t,e)=>{for(var i in e||(e={}))Ru.call(e,i)&&xr(t,i,e[i]);if(jr)for(var i of jr(e))Vu.call(e,i)&&xr(t,i,e[i]);return t},Uu=(t,e)=>Fu(t,Du(e));const Bu=({options:t,experience:e,fidesRegionString:i,cookie:s,propertyId:n})=>{var o;const{i18n:a,currentLocale:r,setCurrentLocale:c}=G(),{triggerRef:l,setTrigger:u,servingComponentRef:d,setServingComponent:v,dispatchFidesEventAndClearTrigger:g}=$e(),f=He(),_=window.Fides.saved_consent,h=A=>e.privacy_notices?e.privacy_notices.map(T=>Bt(T,A||_||f?.consent)?T.notice_key:""):[];K(()=>{!r&&a.locale&&c(a.locale)},[r,a.locale,c]);const b=te(()=>{if(e.experience_config){const A=oi(a,e.experience_config);return A?.privacy_experience_config_history_id}},[e,a,r]),m=te(()=>{var A;const T=((A=e.privacy_notices)!=null?A:[]).map(re=>{var Re,bt;const yt=re.consent_mechanism===ne.NOTICE_ONLY||((bt=(Re=t.fidesDisabledNotices)==null?void 0:Re.includes(re.notice_key))!=null?bt:!1)||re.disabled,Ve=is(a,re);return{notice:Uu(Mu({},re),{disabled:yt}),bestTranslation:Ve}}),B=T.filter(re=>re.notice.consent_mechanism===ne.NOTICE_ONLY),se=T.filter(re=>re.notice.consent_mechanism!==ne.NOTICE_ONLY);return[...B,...se]},[e.privacy_notices,a,r,t.fidesDisabledNotices]),[y,w]=W(h());window.addEventListener("FidesUpdating",A=>{const{consent:T}=A.detail;Object.entries(T).forEach(([B,se])=>{T[B]=Et(se)}),w(h(T))});const j=m.every(A=>A.notice.consent_mechanism===ne.NOTICE_ONLY),P=m.map(A=>{var T,B;const se=y.indexOf(A.notice.notice_key)!==-1,re=tt(),Re=Yi({value:se,notice:A.notice,consentContext:re});return{noticeKey:A.notice.notice_key,title:((T=A.bestTranslation)==null?void 0:T.title)||A.notice.name||"",description:(B=A.bestTranslation)==null?void 0:B.description,checked:se,consentMechanism:A.notice.consent_mechanism,disabled:A.notice.disabled,gpcStatus:Re}}),{servedNoticeHistoryId:F}=Vo({privacyExperienceConfigHistoryId:b,privacyNoticeHistoryIds:m.reduce((A,T)=>{var B;const se=(B=T.bestTranslation)==null?void 0:B.privacy_notice_history_id;return se&&A.push(se),A},[]),options:t,userGeography:i,acknowledgeMode:j,privacyExperience:e,propertyId:n}),S=V((A,T)=>{const B=xn(m,T);ci({consentPreferencesToSave:B,privacyExperienceConfigHistoryId:b,experience:e,consentMethod:A,options:t,userLocationString:i,cookie:s,eventExtraDetails:{servingComponent:d.current,trigger:l.current},servedNoticeHistoryId:F,propertyId:n,updateCookie:se=>Jt(se,B)}).finally(()=>{u(void 0)}),w(T)},[s,i,e,t,b,m,F,n,l,u,d]),M=V(A=>{S(A?R.SCRIPT:R.ACCEPT,m.filter(T=>!T.notice.disabled||y.includes(T.notice.notice_key)).map(T=>T.notice.notice_key))},[y,S,m]),D=V(A=>{S(A?R.SCRIPT:R.REJECT,m.filter(T=>T.notice.consent_mechanism===ne.NOTICE_ONLY||T.notice.disabled&&y.includes(T.notice.notice_key)).map(T=>T.notice.notice_key))},[y,S,m]);K(()=>{Xt(t)&&e.privacy_notices&&(t.fidesConsentOverride===R.ACCEPT?M(!0):t.fidesConsentOverride===R.REJECT&&D(!0))},[e.privacy_notices,t.fidesConsentOverride]);const Q=V(()=>{v(We.BANNER),g("FidesUIShown",s)},[s,g,v]),ye=V(A=>{v(We.MODAL),g("FidesUIShown",s,{trigger:{origin:A}})},[s,g,v]),ht=V(()=>{Yt(f?.consent)||S(R.DISMISS,h())},[S,h,f?.consent]),X=V((A,T)=>{const B={servingComponent:d.current,trigger:l.current,preference:T};w(A),g("FidesUIChanged",s,B)},[l,g,s,d]);if(!e.experience_config)return null;const $=!!((o=e.experience_config)!=null&&o.dismissable),$s=m.length===1;return p(yr,{options:t,experience:e,cookie:s,savedConsent:_,isUiBlocking:!$,onOpen:ye,onDismiss:ht,renderBanner:({isEmbedded:A,isOpen:T,onClose:B,onManagePreferencesClick:se})=>{var re;const Re=j||((re=e.experience_config)==null?void 0:re.layer1_button_options)===Ft.ACKNOWLEDGE;return p(Jo,{bannerIsOpen:T,dismissable:$,onOpen:Q,onClose:()=>{B(),ht()},isEmbedded:A,renderButtonGroup:()=>p(fr,{experience:e,onManagePreferencesClick:se,enabledKeys:y,onAcceptAll:()=>{M(),B()},onRejectAll:()=>{D(),B()},onSave:(bt,yt)=>{S(bt,yt),B()},isAcknowledge:Re,hideOptInOut:Re,options:t})})},renderModalContent:()=>p("div",null,p("div",{className:"fides-modal-notices"},p(Nu,{noticeToggles:P,enabledNoticeKeys:y,onChange:X}))),renderModalFooter:({onClose:A})=>p(fr,{experience:e,enabledKeys:y,onAcceptAll:()=>{M(),A()},onRejectAll:()=>{D(),A()},onSave:(T,B)=>{S(T,B),A()},isInModal:!0,isAcknowledge:j,hideOptInOut:$s||j,options:t})})};var Gu=Object.defineProperty,Ir=Object.getOwnPropertySymbols,Hu=Object.prototype.hasOwnProperty,qu=Object.prototype.propertyIsEnumerable,Pr=(t,e,i)=>e in t?Gu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Ku=(t,e)=>{for(var i in e||(e={}))Hu.call(e,i)&&Pr(t,i,e[i]);if(Ir)for(var i of Ir(e))qu.call(e,i)&&Pr(t,i,e[i]);return t};const Yu=(t,e)=>{const{i18n:i}=t;vs(p(Uo,{i18nInstance:i},p(qo,null,p(Bu,Ku({},t)))),e)};var Wu=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});function Or(t){return Wu(this,null,function*(){var e;if(!((e=t.options.apiOptions)!=null&&e.getPreferencesFn))return null;try{return yield t.options.apiOptions.getPreferencesFn(t)}catch{return null}})}var Ju=Object.defineProperty,Zu=Object.defineProperties,Qu=Object.getOwnPropertyDescriptors,Tr=Object.getOwnPropertySymbols,Xu=Object.prototype.hasOwnProperty,ep=Object.prototype.propertyIsEnumerable,Sr=(t,e,i)=>e in t?Ju(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,be=(t,e)=>{for(var i in e||(e={}))Xu.call(e,i)&&Sr(t,i,e[i]);if(Tr)for(var i of Tr(e))ep.call(e,i)&&Sr(t,i,e[i]);return t},Ei=(t,e)=>Zu(t,Qu(e)),tp=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});function ip(t){return tp(this,null,function*(){var e,i,s,n;let o=(e=t??this.config)!=null?e:li("Fides must be initialized with a configuration object");hn(!!((i=o.options)!=null&&i.debug)),this.config=o,we("FidesInitializing",void 0,{gppEnabled:this.config.options.gppEnabled||((n=(s=this.config.experience)==null?void 0:s.gpp_settings)==null?void 0:n.enabled),tcfEnabled:this.config.options.tcfEnabled});const a=di(Ge.OPTIONS,o),r=di(Ge.EXPERIENCE_TRANSLATION,o),c=yield Or(o);!a.fidesString&&c!=null&&c.fides_string&&(a.fidesString=c.fides_string);const l={optionsOverrides:a,consentPrefsOverrides:c,experienceTranslationOverrides:r};Ha(a);let u;if(!He()){const{consent:g,method:f}=mn(a);g&&f&&(u=g)}o=Ei(be({},o),{options:be(be({},o.options),l.optionsOverrides)}),this.cookie=co(o),this.cookie.consent=be(be({},this.cookie.consent),u),this.saved_consent=be({},this.cookie.consent);const{fidesString:d}=o.options;if(d)try{const{nc:g}=It(d);this.decodeNoticeConsentString(g);const f={fides_string:d};this.cookie=be(be({},this.cookie),f)}catch{}if(this.experience=o.experience,!Mi(this.cookie)||!!u){const g=lo(Ei(be({},o),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:Ui}));Object.assign(this,g),et(this),this.experience=g.experience,Qi(this.cookie,{shouldShowExperience:this.shouldShowExperience()})}const v=yield uo(Ei(be({},o),{fides:this,initOverlay:gs,renderOverlay:Yu,updateExperience:to,overrides:l,propertyId:o.propertyId}));Object.assign(this,v),et(this),Xi(this.cookie,{shouldShowExperience:this.shouldShowExperience()})})}const sp=os({}),np=Ei(be({},sp),{init:ip});et(np);var ie;(function(t){t.PING="ping",t.GET_TC_DATA="getTCData",t.GET_IN_APP_TC_DATA="getInAppTCData",t.GET_VENDOR_LIST="getVendorList",t.ADD_EVENT_LISTENER="addEventListener",t.REMOVE_EVENT_LISTENER="removeEventListener"})(ie||(ie={}));var ot;(function(t){t.STUB="stub",t.LOADING="loading",t.LOADED="loaded",t.ERROR="error"})(ot||(ot={}));var rt;(function(t){t.VISIBLE="visible",t.HIDDEN="hidden",t.DISABLED="disabled"})(rt||(rt={}));var At;(function(t){t.TC_LOADED="tcloaded",t.CMP_UI_SHOWN="cmpuishown",t.USER_ACTION_COMPLETE="useractioncomplete"})(At||(At={}));class ji{listenerId;callback;next;param;success=!0;constructor(e,i,s,n){Object.assign(this,{callback:e,listenerId:s,param:i,next:n});try{this.respond()}catch{this.invokeCallback(null)}}invokeCallback(e){const i=e!==null;typeof this.next=="function"?this.callback(this.next,e,i):this.callback(e,i)}}class xi extends ji{respond(){this.throwIfParamInvalid(),this.invokeCallback(new Ar(this.param,this.listenerId))}throwIfParamInvalid(){if(this.param!==void 0&&(!Array.isArray(this.param)||!this.param.every(Number.isInteger)))throw new Error("Invalid Parameter")}}class op{eventQueue=new Map;queueNumber=0;add(e){return this.eventQueue.set(this.queueNumber,e),this.queueNumber++}remove(e){return this.eventQueue.delete(e)}exec(){this.eventQueue.forEach((e,i)=>{new xi(e.callback,e.param,i,e.next)})}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class x{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new op;static cmpStatus=ot.LOADING;static disabled=!1;static displayStatus=rt.HIDDEN;static cmpId;static cmpVersion;static eventStatus;static gdprApplies;static tcModel;static tcString;static reset(){delete this.cmpId,delete this.cmpVersion,delete this.eventStatus,delete this.gdprApplies,delete this.tcModel,delete this.tcString,delete this.tcfPolicyVersion,this.cmpStatus=ot.LOADING,this.disabled=!1,this.displayStatus=rt.HIDDEN,this.eventQueue.clear()}}class Is{cmpId=x.cmpId;cmpVersion=x.cmpVersion;gdprApplies=x.gdprApplies;tcfPolicyVersion=x.tcfPolicyVersion}class rp extends Is{cmpStatus=ot.ERROR}class Ar extends Is{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardTexts;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,i){if(super(),this.eventStatus=x.eventStatus,this.cmpStatus=x.cmpStatus,this.listenerId=i,x.gdprApplies){const s=x.tcModel;this.tcString=x.tcString,this.isServiceSpecific=s.isServiceSpecific,this.useNonStandardTexts=s.useNonStandardTexts,this.purposeOneTreatment=s.purposeOneTreatment,this.publisherCC=s.publisherCountryCode,this.outOfBand={allowedVendors:this.createVectorField(s.vendorsAllowed,e),disclosedVendors:this.createVectorField(s.vendorsDisclosed,e)},this.purpose={consents:this.createVectorField(s.purposeConsents),legitimateInterests:this.createVectorField(s.purposeLegitimateInterests)},this.vendor={consents:this.createVectorField(s.vendorConsents,e),legitimateInterests:this.createVectorField(s.vendorLegitimateInterests,e)},this.specialFeatureOptins=this.createVectorField(s.specialFeatureOptins),this.publisher={consents:this.createVectorField(s.publisherConsents),legitimateInterests:this.createVectorField(s.publisherLegitimateInterests),customPurpose:{consents:this.createVectorField(s.publisherCustomConsents),legitimateInterests:this.createVectorField(s.publisherCustomLegitimateInterests)},restrictions:this.createRestrictions(s.publisherRestrictions)}}}createRestrictions(e){const i={};if(e.numRestrictions>0){const s=e.getMaxVendorId();for(let n=1;n<=s;n++){const o=n.toString();e.getRestrictions(n).forEach(a=>{const r=a.purposeId.toString();i[r]||(i[r]={}),i[r][o]=a.restrictionType})}}return i}createVectorField(e,i){return i?i.reduce((s,n)=>(s[String(n)]=e.has(Number(n)),s),{}):[...e].reduce((s,n)=>(s[n[0].toString(10)]=n[1],s),{})}}class ap extends Ar{constructor(e){super(e),delete this.outOfBand}createVectorField(e){return[...e].reduce((i,s)=>(i+=s[1]?"1":"0",i),"")}createRestrictions(e){const i={};if(e.numRestrictions>0){const s=e.getMaxVendorId();e.getRestrictions().forEach(n=>{i[n.purposeId.toString()]="_".repeat(s)});for(let n=0;n<s;n++){const o=n+1;e.getRestrictions(o).forEach(a=>{const r=a.restrictionType.toString(),c=a.purposeId.toString(),l=i[c].substr(0,n),u=i[c].substr(n+1);i[c]=l+r+u})}}return i}}class cp extends Is{cmpLoaded=!0;cmpStatus=x.cmpStatus;displayStatus=x.displayStatus;apiVersion=String(x.apiVersion);gvlVersion;constructor(){super(),x.tcModel&&x.tcModel.vendorListVersion&&(this.gvlVersion=+x.tcModel.vendorListVersion)}}class lp extends ji{respond(){this.invokeCallback(new cp)}}class dp extends xi{respond(){this.throwIfParamInvalid(),this.invokeCallback(new ap(this.param))}}class up extends ji{respond(){const e=x.tcModel,i=e.vendorListVersion;let s;this.param===void 0&&(this.param=i),this.param===i&&e.gvl?s=e.gvl:s=new O(this.param),s.readyPromise.then(()=>{this.invokeCallback(s.getJson())})}}class pp extends xi{respond(){this.listenerId=x.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class fp extends ji{respond(){this.invokeCallback(x.eventQueue.remove(this.param))}}class zt{static[ie.PING]=lp;static[ie.GET_TC_DATA]=xi;static[ie.GET_IN_APP_TC_DATA]=dp;static[ie.GET_VENDOR_LIST]=up;static[ie.ADD_EVENT_LISTENER]=pp;static[ie.REMOVE_EVENT_LISTENER]=fp}class vp{static set_=new Set([0,2,void 0,null]);static has(e){return typeof e=="string"&&(e=Number(e)),this.set_.has(e)}}const Ps="__tcfapi";class gp{callQueue;customCommands;constructor(e){if(e){let i=ie.ADD_EVENT_LISTENER;if(e?.[i])throw new Error(`Built-In Custom Commmand for ${i} not allowed: Use ${ie.GET_TC_DATA} instead`);if(i=ie.REMOVE_EVENT_LISTENER,e?.[i])throw new Error(`Built-In Custom Commmand for ${i} not allowed`);e?.[ie.GET_TC_DATA]&&(e[ie.ADD_EVENT_LISTENER]=e[ie.GET_TC_DATA],e[ie.REMOVE_EVENT_LISTENER]=e[ie.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[Ps]()||[]}catch{this.callQueue=[]}finally{window[Ps]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,i,s,...n){if(typeof e!="string")s(null,!1);else if(!vp.has(i))s(null,!1);else{if(typeof s!="function")throw new Error("invalid callback function");x.disabled?s(new rp,!1):!this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?s(null,!1):this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...n):e===ie.PING?this.isCustomCommand(e)?new zt[e](this.customCommands[e],n[0],null,s):new zt[e](s,n[0]):x.tcModel===void 0?this.callQueue.push([e,i,s,...n]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new zt[e](this.customCommands[e],n[0],null,s):new zt[e](s,n[0])}}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach(i=>{window[Ps](...i)})}isCustomCommand(e){return this.customCommands&&typeof this.customCommands[e]=="function"}isBuiltInCommand(e){return zt[e]!==void 0}}class _p{callResponder;isServiceSpecific;numUpdates=0;constructor(e,i,s=!1,n){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(i,"cmpVersion",0),x.cmpId=e,x.cmpVersion=i,x.tcfPolicyVersion=4,this.isServiceSpecific=!!s,this.callResponder=new gp(n)}throwIfInvalidInt(e,i,s){if(!(typeof e=="number"&&Number.isInteger(e)&&e>=s))throw new Error(`Invalid ${i}: ${e}`)}update(e,i=!1){if(x.disabled)throw new Error("CmpApi Disabled");x.cmpStatus=ot.LOADED,i?(x.displayStatus=rt.VISIBLE,x.eventStatus=At.CMP_UI_SHOWN):x.tcModel===void 0?(x.displayStatus=rt.DISABLED,x.eventStatus=At.TC_LOADED):(x.displayStatus=rt.HIDDEN,x.eventStatus=At.USER_ACTION_COMPLETE),x.gdprApplies=e!==null,x.gdprApplies?(e===""?(x.tcModel=new Ni,x.tcModel.cmpId=x.cmpId,x.tcModel.cmpVersion=x.cmpVersion):x.tcModel=$t.decode(e),x.tcModel.isServiceSpecific=this.isServiceSpecific,x.tcfPolicyVersion=Number(x.tcModel.policyVersion),x.tcString=e):x.tcModel=null,this.numUpdates===0?this.callResponder.purgeQueuedCalls():x.eventQueue.exec(),this.numUpdates++}disable(){x.disabled=!0,x.cmpStatus=ot.ERROR}}const Os=t=>{if(!window.Fides.options.fidesTcfGdprApplies)return null;const{fides_string:e}=t.detail;if(e){const[i]=e.split(Gt);return i.split(".")[0]}return e??""};var mp=Object.defineProperty,hp=Object.defineProperties,bp=Object.getOwnPropertyDescriptors,zr=Object.getOwnPropertySymbols,yp=Object.prototype.hasOwnProperty,kp=Object.prototype.propertyIsEnumerable,Lr=(t,e,i)=>e in t?mp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Cp=(t,e)=>{for(var i in e||(e={}))yp.call(e,i)&&Lr(t,i,e[i]);if(zr)for(var i of zr(e))kp.call(e,i)&&Lr(t,i,e[i]);return t},wp=(t,e)=>hp(t,bp(e)),Ep=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Nr=1,$r=[1,3,4,5,6],jp=2,xp=({userConsentedVendorIds:t,disclosedVendorIds:e})=>{const i=o=>o.filter(mc).map(a=>qe(a).id).sort((a,r)=>Number(a)-Number(r)).join("."),s=i(t),n=i(e.filter(o=>!t.includes(o)));return`${jp}~${s}~dv.${n}`},Ip=t=>Ep(void 0,[t],function*({experience:e,tcStringPreferences:i}){var s,n,o,a;let r="";try{const c=new Ni(new O(e.gvl));yield c.gvl.readyPromise,c.cmpId=en,c.cmpVersion=Nr,c.consentScreen=1,c.isServiceSpecific=!0,c.supportOOB=!1,e.tcf_publisher_country_code&&(c.publisherCountryCode=e.tcf_publisher_country_code);const l=e.minimal_tcf?bc(e):hc(e);if(c.gvl.narrowVendorsTo(l),i){i.vendorsConsent.forEach(v=>{var g,f,_;if(Xe(v,e.gvl)){const{id:h}=qe(v);if(c.vendorConsents.set(+h),!((g=e.tcf_publisher_restrictions)!=null&&g.length)){const b=(f=e.gvl)==null?void 0:f.vendors[h];b&&!((_=b?.purposes)!=null&&_.length)&&b.flexiblePurposes.forEach(m=>{const y=new ke;y.purposeId=m,y.restrictionType=_e.REQUIRE_CONSENT,c.publisherRestrictions.add(+h,y)})}}}),i.vendorsLegint.forEach(v=>{var g,f;if(e.minimal_tcf)(g=e.tcf_vendor_legitimate_interest_ids)==null||g.forEach(_=>{const{id:h}=qe(_);c.vendorLegitimateInterests.set(+h)});else if(Xe(v,e.gvl)){const _=(f=e.tcf_vendor_legitimate_interests)==null?void 0:f.filter(m=>m.id===v)[0],h=_?.purpose_legitimate_interests;let b=!1;if(h&&(h.map(m=>m.id).filter(m=>$r.includes(m)).length&&(b=!0),!b)){const{id:m}=qe(v);c.vendorLegitimateInterests.set(+m)}}}),Object.values((n=(s=e.gvl)==null?void 0:s.vendors)!=null?n:{}).forEach(v=>{var g,f;(g=v.specialPurposes)!=null&&g.length&&!((f=v.legIntPurposes)!=null&&f.length)&&c.vendorLegitimateInterests.set(v.id)}),i.purposesConsent.forEach(v=>{c.purposeConsents.set(+v)}),i.purposesLegint.forEach(v=>{const g=+v;$r.includes(g)||c.purposeLegitimateInterests.set(g)}),i.specialFeatures.forEach(v=>{c.specialFeatureOptins.set(+v)}),e.tcf_publisher_restrictions&&e.tcf_publisher_restrictions.length>0&&e.tcf_publisher_restrictions.forEach(v=>{v.vendors.forEach(g=>{const f=new ke;f.purposeId=v.purpose_id,f.restrictionType=v.restriction_type,c.publisherRestrictions.add(g,f)})}),r=$t.encode(c,{segments:[H.CORE]});const u=e.minimal_tcf?e.tcf_vendor_consent_ids:(o=e.tcf_vendor_consents)==null?void 0:o.map(v=>v.id),d=xp({userConsentedVendorIds:(a=i?.vendorsConsent)!=null?a:[],disclosedVendorIds:u??[]});r=`${r}${Gt}${d}`}}catch(c){return console.error("Unable to instantiate GVL: ",c),Promise.resolve("")}return Promise.resolve(r)}),Pp=()=>{const t=new _p(en,Nr,!0,{getTCData:(e,i,s)=>{var n;if(typeof i!="boolean"){const o=(n=window.Fides.fides_string)==null?void 0:n.split(Gt),a=o?.length===2?o[1]:"";e(wp(Cp({},i),{addtlConsent:a}),s);return}e(i,s)}});window.addEventListener("FidesConsentLoaded",e=>{const i=Os(e);i&&e.detail.extraDetails&&!e.detail.extraDetails.shouldShowExperience&&t.update(i,!1)}),window.addEventListener("FidesUIShown",e=>{const i=Os(e);t.update(i,!0)}),window.addEventListener("FidesUpdated",e=>{const i=Os(e);t.update(i,!1)})};var Op=":root{--fides-overlay-tcf-p-h:40px;--fides-overlay-tcf-banner-col-gap:36px;--fides-overlay-tcf-banner-row-gap:16px;--fides-overlay-tcf-banner-btn-w:180px;--fides-overlay-tcf-banner-btn-p-h:10px;--fides-overlay-tcf-banner-purpose-p:12px;--fides-overlay-tcf-banner-purpose-p-t:8px}.fides-tcf-banner-container div#fides-banner div#fides-banner-inner div#fides-button-group{gap:12px}.fides-tcf-banner-container #fides-banner{border-radius:0;border-width:1px 0 0;padding-inline:var(--fides-overlay-tcf-p-h);width:100%}div#fides-banner-inner-container{display:flex;flex-direction:row;gap:var(--fides-overlay-tcf-banner-col-gap)}.fides-banner__col{display:flex;flex:1;flex-direction:column;gap:var(--fides-overlay-tcf-banner-row-gap)}.fides-tcf-banner-container .fides-banner__content{margin-bottom:0;max-height:25vh;overflow-y:auto;scrollbar-gutter:stable}.fides-banner-description{margin-top:var(--fides-overlay-tcf-banner-purpose-p-t)}.fides-banner__purpose-list{list-style:none;margin:0;padding:0}.fides-banner__purpose-item{border-bottom:1px solid var(--fides-overlay-row-divider-color);padding:var(--fides-overlay-tcf-banner-purpose-p);padding-top:var(--fides-overlay-tcf-banner-purpose-p-t)}.fides-vendor-count{font-weight:600}.fides-tcf-banner-container div#fides-banner-inner div#fides-button-group{margin-top:var(--fides-overlay-tcf-banner-row-gap)}.fides-tcf-banner-container .fides-banner-secondary-actions{gap:calc(24px - var(--fides-overlay-link-h-padding) - var(--fides-overlay-link-h-padding))}.fides-tcf-banner-container .fides-banner-button{line-height:20px;margin-top:unset;padding-bottom:var(--fides-overlay-tcf-banner-btn-p-h);padding-top:var(--fides-overlay-tcf-banner-btn-p-h)}.fides-record-header{border-bottom:1px solid var(--fides-overlay-row-divider-color);font-weight:600;padding:12px}.fides-tcf-toggle-content{font-size:var(--fides-overlay-font-size-body-small);font-weight:400;margin-right:60px}.fides-tcf-purpose-vendor-title{display:flex;font-weight:600;justify-content:space-between}.fides-tcf-illustration{font-size:var(--fides-overlay-font-size-body-small);padding:13px 60px 13px 13px}.fides-tcf-illustration,.fides-tcf-purpose-vendor{border-radius:var(--fides-overlay-component-border-radius)}.fides-tcf-purpose-vendor{padding:13px}.fides-tcf-purpose-vendor-list{font-weight:400;list-style:none;margin-bottom:0;margin-left:0;padding-left:0}.fides-tcf-vendor-toggles{display:flex}@media (min-width:1080px){.fides-tcf-banner-container .fides-banner-button{min-width:var(--fides-overlay-tcf-banner-btn-w)}}@media (min-width:768px){div#fides-banner-container.fides-banner-bottom.fides-tcf-banner-container{bottom:0}}@media (max-width:768px){.fides-tcf-banner-container div#fides-banner div#fides-banner-inner div#fides-button-group .fides-banner-button-group{padding-left:0}.fides-tcf-banner-container #fides-banner{padding:var(--fides-overlay-padding)}div#fides-banner-inner-container{flex-direction:column;margin-inline:calc(var(--fides-overlay-padding)*-1);padding-inline:var(--fides-overlay-padding)}.fides-tcf-banner-container .fides-banner__content{margin-top:unset;max-height:unset;overflow-y:unset;scrollbar-gutter:unset}.fides-tcf-banner-container .fides-banner-button-group.fides-button-group-i18n{min-height:unset}.fides-tcf-banner-container .fides-i18n-menu{bottom:unset;left:unset;order:unset;position:unset}.fides-tcf-banner-container .fides-banner-secondary-actions{flex-direction:row}.fides-tcf-banner-container .fides-banner-secondary-actions .fides-privacy-policy{order:unset;width:unset}}@media (min-width:2240px){.fides-tcf-banner-container #fides-banner{border-width:1px 1px 0;margin:0 auto;max-width:2240px}}";xo(Op);var Tp=Object.defineProperty,Sp=Object.defineProperties,Ap=Object.getOwnPropertyDescriptors,Fr=Object.getOwnPropertySymbols,zp=Object.prototype.hasOwnProperty,Lp=Object.prototype.propertyIsEnumerable,Dr=(t,e,i)=>e in t?Tp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,je=(t,e)=>{for(var i in e||(e={}))zp.call(e,i)&&Dr(t,i,e[i]);if(Fr)for(var i of Fr(e))Lp.call(e,i)&&Dr(t,i,e[i]);return t},at=(t,e)=>Sp(t,Ap(e)),Np=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Ts=(t,e)=>{const i={tcf_purpose_consents:t.tcf_purpose_consents,tcf_purpose_legitimate_interests:t.tcf_purpose_legitimate_interests,tcf_special_purposes:t.tcf_special_purposes,tcf_features:t.tcf_features,tcf_special_features:t.tcf_special_features,tcf_vendor_consents:t.tcf_vendor_consents,tcf_vendor_legitimate_interests:t.tcf_vendor_legitimate_interests,tcf_system_consents:t.tcf_system_consents,tcf_system_legitimate_interests:t.tcf_system_legitimate_interests};if(sn.forEach(({cookieKey:s,experienceKey:n})=>{var o,a;const r=(o=e.tcf_consent[s])!=null?o:{};i[n]=(a=t[n])==null?void 0:a.map(c=>{const l=Object.keys(r).includes(c.id)?ce(!!r[c.id],ne.OPT_IN):c.default_preference;return at(je({},c),{current_preference:l})})}),e.fides_string){const{tc:s,ac:n}=It(e.fides_string);if(!s)return i;const o=kc(n),a=$t.decode(s);tn.forEach(({experienceKey:r,tcfModelKey:c})=>{var l;const u=c==="vendorConsents"||c==="vendorLegitimateInterests",d=Array.from(a[c]).filter(([,v])=>v).map(([v])=>u?`gvl.${v}`:v);i[r]=(l=t[r])==null?void 0:l.map(v=>{let g=!!d.find(f=>f===v.id);return r==="tcf_vendor_consents"&&o.find(f=>f===v.id)&&(g=!0),at(je({},v),{current_preference:ce(g,ne.OPT_IN)})})})}return i},$p=({experience:t,cookie:e,debug:i})=>{var s;const n=Ts(t,e);if(!t.privacy_notices)return je(je({},t),n);const o=(s=t.privacy_notices)==null?void 0:s.map(a=>{const r=Object.keys(e.consent).includes(a.notice_key)?ce(!!e.consent[a.notice_key],a.consent_mechanism):void 0;return at(je({},a),{current_preference:r})});return at(je(je({},t),n),{privacy_notices:o})},Fe=t=>t?t.map(e=>e.id):[],Fp=t=>{var e,i,s,n,o,a,r,c,l;if(!t)return{};if(!t.minimal_tcf){const d=t;return{tcf_purpose_consents:Fe(d.tcf_purpose_consents),tcf_purpose_legitimate_interests:Fe(d.tcf_purpose_legitimate_interests),tcf_special_purposes:Fe(d.tcf_special_purposes),tcf_vendor_consents:Fe(d.tcf_vendor_consents),tcf_vendor_legitimate_interests:Fe(d.tcf_vendor_legitimate_interests),tcf_features:Fe(d.tcf_features),tcf_special_features:Fe(d.tcf_special_features),tcf_system_consents:Fe(d.tcf_system_consents),tcf_system_legitimate_interests:Fe(d.tcf_system_legitimate_interests)}}const u=t;return{tcf_purpose_consents:(e=u.tcf_purpose_consent_ids)!=null?e:[],tcf_purpose_legitimate_interests:(i=u.tcf_purpose_legitimate_interest_ids)!=null?i:[],tcf_special_purposes:(s=u.tcf_special_purpose_ids)!=null?s:[],tcf_vendor_consents:(n=u.tcf_vendor_consent_ids)!=null?n:[],tcf_vendor_legitimate_interests:(o=u.tcf_vendor_legitimate_interest_ids)!=null?o:[],tcf_features:(a=u.tcf_feature_ids)!=null?a:[],tcf_special_features:(r=u.tcf_special_feature_ids)!=null?r:[],tcf_system_consents:(c=u.tcf_system_consent_ids)!=null?c:[],tcf_system_legitimate_interests:(l=u.tcf_system_legitimate_interest_ids)!=null?l:[]}},Dp=t=>t.current_preference?Se(t.current_preference):Se(t.default_preference),ct=t=>t?t.map(e=>{const i=Dp(e);return at(je({},e),{consentValue:i})}).filter(e=>e.consentValue).map(e=>`${e.id}`):[],Rr=t=>{if(!t)return[];const e=He();return t.map(i=>{const s=Bt(i,e?.consent);return at(je({},i),{consentValue:s})}).filter(i=>i.consentValue).map(i=>`${i.id}`)},lt=({modelList:t,enabledIds:e})=>t?t.map(i=>{const s=ce(e.includes(`${i.id}`));return{id:i.id,preference:s}}):[],dt=t=>t!=null&&t.length?t.map(e=>{const i=ce(!0);let s=e;return Number.isNaN(parseInt(e,10))||(s=parseInt(e,10)),{id:s,preference:i}}):[],Rp=({experience:t,enabledIds:e})=>{const i=[],s=[],n=[],o=[];return e.vendorsConsent.forEach(a=>{var r;(r=t.tcf_system_consents)!=null&&r.map(c=>c.id).includes(a)?i.push(a):s.push(a)}),e.vendorsLegint.forEach(a=>{var r;(r=t.tcf_system_legitimate_interests)!=null&&r.map(c=>c.id).includes(a)?n.push(a):o.push(a)}),{purpose_consent_preferences:lt({modelList:t.tcf_purpose_consents,enabledIds:e.purposesConsent}),purpose_legitimate_interests_preferences:lt({modelList:t.tcf_purpose_legitimate_interests,enabledIds:e.purposesLegint}),special_feature_preferences:lt({modelList:t.tcf_special_features,enabledIds:e.specialFeatures}),vendor_consent_preferences:lt({modelList:t.tcf_vendor_consents,enabledIds:s}),vendor_legitimate_interests_preferences:lt({modelList:t.tcf_vendor_legitimate_interests,enabledIds:o}),system_consent_preferences:lt({modelList:t.tcf_system_consents,enabledIds:i}),system_legitimate_interests_preferences:lt({modelList:t.tcf_system_legitimate_interests,enabledIds:n})}},Vp=({experience:t,enabledIds:e})=>{const i=[],s=[],n=[],o=[];return e.vendorsConsent.forEach(a=>{var r;(r=t.tcf_system_consent_ids)!=null&&r.includes(a)?i.push(a):s.push(a)}),e.vendorsLegint.forEach(a=>{var r;(r=t.tcf_system_legitimate_interest_ids)!=null&&r.includes(a)?n.push(a):o.push(a)}),{purpose_consent_preferences:dt(e.purposesConsent),purpose_legitimate_interests_preferences:dt(e.purposesLegint),special_feature_preferences:dt(e.specialFeatures),vendor_consent_preferences:dt(s),vendor_legitimate_interests_preferences:dt(o),system_consent_preferences:dt(i),system_legitimate_interests_preferences:dt(n)}},Mp=(t,e,i,s,n)=>Np(void 0,null,function*(){var o;const a=yield Ip({tcStringPreferences:i,experience:s}),r=at(je({},t),{fides_string:a,tcf_consent:un(e),tcf_version_hash:(o=s.meta)==null?void 0:o.version_hash});return n&&(r.consent=Bi(n)),r}),Up=t=>{const e=["purposes","specialFeatures"],i=[];return e.forEach(s=>{const n=t[s];Object.keys(n).forEach(o=>{i.push(n[o].name.trim())})}),i},Bp=(t,e)=>!t||!e?[]:t.map(i=>{var s;const n=ce(e.includes(i.id),i.consent_mechanism);return new Ue(i,n,(s=i.bestTranslation)==null?void 0:s.privacy_notice_history_id)}),Gp=({purposes:t,customPurposes:e})=>{const{i18n:i}=G();return t!=null&&t.length?p("div",{id:"fides-tcf-banner-inner","data-testid":"fides-tcf-banner-supplemental",className:"fides-banner__supplemental fides-banner__col"},!!i.t("exp.purpose_header")&&i.t("exp.purpose_header")!=="exp.purpose_header"&&p("div",{className:"fides-banner-heading"},p("h2",{id:"fides-banner-subtitle","data-testid":"fides-banner-subtitle",className:"fides-banner-title"},i.t("exp.purpose_header"))),p("div",{className:"fides-banner__content"},p("ul",{className:"fides-banner__purpose-list"},e?.map(s=>p("li",{key:s,className:"fides-banner__purpose-item"},s)),t.map(s=>p("li",{key:s,className:"fides-banner__purpose-item"},s))))):null},Vr=({experience:t,onManagePreferencesClick:e,onRejectAll:i,onAcceptAll:s,renderFirstButton:n,isInModal:o,options:a})=>{if(!t.experience_config)return null;const r=Object.keys(t.gvl||{}).length===0;return p(pr,{availableLocales:t.available_locales,onManagePreferencesClick:e,onAcceptAll:s,onRejectAll:i,renderFirstButton:n,isInModal:o,hideRejectAll:!o&&t.experience_config.layer1_button_options===Ft.OPT_IN_ONLY,options:a,isTCF:!0,isMinimalTCF:t.minimal_tcf,isGVLLoading:r})},Ss=({title:t,children:e})=>p("div",{className:"fides-info-box"},t?p("p",{className:"fides-gpc-header"},t):null,e),Mr=10,Hp=t=>{const e=[];for(let i=0;i<t.length;i+=10)e.push(t.slice(i,i+10));return e},Ur=t=>{const[e,i]=W(1),s=Hp(t),n=s.length,o=e>=n,a=e<=1,r=()=>{o||i(e+1)},c=()=>{a||i(e-1)},l=e===1?1:(e-1)*Mr+1,u=e===n?t.length:e*Mr;return{activeChunk:s[e-1],totalPages:s.length,nextPage:r,previousPage:c,disableNext:o,disablePrevious:a,rangeStart:l,rangeEnd:u,totalItems:t.length}},qp=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor"},p("path",{d:"m5.914 6 2.475 2.475-.707.707L4.5 6l3.182-3.182.707.707L5.914 6Z"})),Kp=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor"},p("path",{d:"M7.086 6 4.61 3.525l.707-.707L8.5 6 5.318 9.182l-.707-.707L7.086 6Z"})),Br=({nextPage:t,previousPage:e,rangeStart:i,rangeEnd:s,disableNext:n,disablePrevious:o,totalItems:a})=>p("div",{className:"fides-paging-buttons"},p("span",{className:"fides-paging-info"},i,"-",s," / ",a),p("div",{className:"fides-flex-center"},p("button",{className:"fides-paging-previous-button",type:"button",onClick:e,disabled:o,"aria-label":"Previous page"},p(qp,null)),p("button",{className:"fides-paging-next-button",type:"button",onClick:t,disabled:n,"aria-label":"Next page"},p(Kp,null))));var Yp=Object.defineProperty,Ii=Object.getOwnPropertySymbols,Gr=Object.prototype.hasOwnProperty,Hr=Object.prototype.propertyIsEnumerable,qr=(t,e,i)=>e in t?Yp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Wp=(t,e)=>{for(var i in e||(e={}))Gr.call(e,i)&&qr(t,i,e[i]);if(Ii)for(var i of Ii(e))Hr.call(e,i)&&qr(t,i,e[i]);return t},Jp=(t,e)=>{var i={};for(var s in t)Gr.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&Ii)for(var s of Ii(t))e.indexOf(s)<0&&Hr.call(t,s)&&(i[s]=t[s]);return i};const Kr=({vendors:t})=>{const{i18n:e}=G(),i=Ur(t),{activeChunk:s,totalPages:n}=i,o=Jp(i,["activeChunk","totalPages"]);return s.length?p("p",{className:"fides-tcf-toggle-content fides-background-dark fides-tcf-purpose-vendor"},p("span",{className:"fides-tcf-purpose-vendor-title"},e.t("static.tcf.vendors"),p("span",null,t.length," ",e.t("static.tcf.vendors_count"))),p("ul",{className:"fides-tcf-purpose-vendor-list"},s.map(a=>p("li",{key:a.id},a.name))),n>1?p(Br,Wp({},o)):null):null},mt=({items:t,type:e,title:i,enabledIds:s,renderToggleChild:n,renderBadgeLabel:o,renderGpcBadge:a,onToggle:r,hideToggles:c})=>{const{i18n:l}=G();if(t.length===0)return null;const u=f=>{const _=`${f.id}`;s.indexOf(_)!==-1?r(s.filter(h=>h!==_),f):r([...s,_],f)};let d,v;ni(l)===le&&(d="On",v="Off");const g=f=>e==="vendors"||f.notice_key?f.name:l.t(`exp.tcf.${e}.${f.id}.name`);return p("div",{"data-testid":`records-list-${e}`},p("div",{className:"fides-record-header"},i),t.map(f=>{var _;return p(Er,{key:f.id,title:((_=f.bestTranslation)==null?void 0:_.title)||g(f),noticeKey:`${f.id}`,onToggle:()=>{u(f)},checked:s.indexOf(`${f.id}`)!==-1,badge:o?o(f):void 0,gpcBadge:a?a(f):void 0,includeToggle:!c,onLabel:d,offLabel:v,disabled:f.disabled},n?n(f,!!f.bestTranslation):"")}))},Yr=({type:t,feature:e})=>{const{i18n:i}=G(),s=[...e.vendors||[],...e.systems||[]];return p("div",null,p("p",{className:"fides-tcf-toggle-content"},i.t(`exp.tcf.${t}.${e.id}.description`)),p(Kr,{vendors:s}))},Zp=({allFeatures:t,allSpecialFeatures:e,enabledFeatureIds:i,enabledSpecialFeatureIds:s,onChange:n})=>{const{i18n:o}=G();return p("div",null,p(mt,{type:"features",title:o.t("static.tcf.features"),items:t??[],enabledIds:i,onToggle:()=>{},renderToggleChild:a=>p(Yr,{type:"features",feature:a}),hideToggles:!0}),p(mt,{type:"specialFeatures",title:o.t("static.tcf.special_features"),items:e??[],enabledIds:s,onToggle:(a,r)=>n({newEnabledIds:a,modelType:"specialFeatures"},{key:`tcf_special_feature_${r.id}`,type:"tcf_special_feature"}),renderToggleChild:a=>p(Yr,{type:"specialFeatures",feature:a})}))};var Qp=Object.defineProperty,Xp=Object.defineProperties,ef=Object.getOwnPropertyDescriptors,Wr=Object.getOwnPropertySymbols,tf=Object.prototype.hasOwnProperty,sf=Object.prototype.propertyIsEnumerable,Jr=(t,e,i)=>e in t?Qp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,As=(t,e)=>{for(var i in e||(e={}))tf.call(e,i)&&Jr(t,i,e[i]);if(Wr)for(var i of Wr(e))sf.call(e,i)&&Jr(t,i,e[i]);return t},nf=(t,e)=>Xp(t,ef(e));const of=({consentPurposes:t=[],legintPurposes:e=[]})=>{const i=Array.from(new Set([...t.map(n=>n.id),...e.map(n=>n.id)])).sort((n,o)=>n-o),s=[];return i.forEach(n=>{const o=t.find(r=>r.id===n),a=e.find(r=>r.id===n);if(o||a){const r=As(As({},o),a);s.push(nf(As({},r),{id:n,isConsent:!!o,isLegint:!!a}))}}),{uniquePurposeIds:i,uniquePurposes:s}},Zr=(t,e)=>{const{legal_bases:i}=t;return i?!!i.find(s=>s===e.toString()):!1},Qr=({active:t,options:e,onChange:i})=>{const{i18n:s}=G(),n=o=>{i(o)};return p("div",{className:"fides-radio-button-group"},e.map(o=>{const a=o.value===t.value;return p("button",{key:o.value,role:"radio",type:"button","aria-checked":a,onClick:()=>n(o),className:"fides-radio-button"},s.t(o.i18nMessageID))}))};var rf=Object.defineProperty,af=Object.defineProperties,cf=Object.getOwnPropertyDescriptors,Xr=Object.getOwnPropertySymbols,lf=Object.prototype.hasOwnProperty,df=Object.prototype.propertyIsEnumerable,ea=(t,e,i)=>e in t?rf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,zs=(t,e)=>{for(var i in e||(e={}))lf.call(e,i)&&ea(t,i,e[i]);if(Xr)for(var i of Xr(e))df.call(e,i)&&ea(t,i,e[i]);return t},Ls=(t,e)=>af(t,cf(e));const ta=({type:t,purpose:e,isCustomPurpose:i=!1})=>{var s;const{i18n:n}=G();if(i)return e=e,p("div",null,p("p",{className:"fides-tcf-toggle-content"},(s=e.bestTranslation)==null?void 0:s.description));e=e;const o=[...e.vendors||[],...e.systems||[]];return p("div",null,p("p",{className:"fides-tcf-toggle-content"},n.t(`exp.tcf.${t}.${e.id}.description`)),e.illustrations.map((a,r)=>p("p",{key:a,className:"fides-tcf-illustration fides-background-dark"},n.t(`exp.tcf.${t}.${e.id}.illustrations.${r}`))),p(Kr,{vendors:o}))},uf=({allPurposesConsent:t=[],allCustomPurposesConsent:e=[],allPurposesLegint:i=[],allSpecialPurposes:s,enabledPurposeConsentIds:n,enabledCustomPurposeConsentIds:o,enabledPurposeLegintIds:a,enabledSpecialPurposeIds:r,onChange:c})=>{const{i18n:l}=G(),{uniquePurposes:u}=te(()=>of({consentPurposes:t,legintPurposes:i}),[t,i]),d=tt(),[v,g]=W(Ht[0]),f=te(()=>{const h=s??[],b=u.filter(y=>y.isConsent).map(y=>{var w;return Ls(zs({},y),{vendors:(w=t.find(j=>j.id===y.id))==null?void 0:w.vendors})}),m=u.filter(y=>y.isLegint).map(y=>{var w;return Ls(zs({},y),{vendors:(w=i.find(j=>j.id===y.id))==null?void 0:w.vendors})});return v.value===Ae.CONSENT.toString()?{purposes:b,customPurposes:e.map(y=>Ls(zs({},y),{disabled:y.disabled})),purposeModelType:"purposesConsent",enabledPurposeIds:n,enabledCustomPurposeIds:o,specialPurposes:h.filter(y=>Zr(y,Ae.CONSENT)),enabledSpecialPurposeIds:r}:{purposes:m,purposeModelType:"purposesLegint",enabledPurposeIds:a,specialPurposes:h.filter(y=>Zr(y,Ae.LEGITIMATE_INTERESTS)),enabledSpecialPurposeIds:r}},[s,u,v.value,a,r,t,i,e,n,o]),_=(h,b,m)=>{let y,w;h==="customPurposesConsent"?(y="notice",w=m.notice_key):h==="purposesConsent"?(y="tcf_purpose_consent",w=`${y}_${m.id}`):(y="tcf_purpose_legitimate_interest",w=`${y}_${m.id}`),c({newEnabledIds:b,modelType:h},{key:w,type:y})};return p("div",null,p(Qr,{options:Ht,active:v,onChange:g}),p(mt,{type:"purposes",title:l.t("static.tcf.purposes"),items:f.customPurposes?[...f.customPurposes,...f.purposes]:f.purposes,enabledIds:f.enabledCustomPurposeIds?[...f.enabledCustomPurposeIds,...f.enabledPurposeIds]:f.enabledPurposeIds,onToggle:(h,b)=>{const m="bestTranslation"in b?"customPurposesConsent":f.purposeModelType;let y=h;m==="customPurposesConsent"?y=h.filter(w=>!f.enabledPurposeIds.includes(w)):f.enabledCustomPurposeIds&&(y=h.filter(w=>{var j;return!((j=f.enabledCustomPurposeIds)!=null&&j.includes(w))})),_(m,y,b)},renderToggleChild:(h,b)=>p(ta,{type:"purposes",purpose:h,isCustomPurpose:b}),renderBadgeLabel:h=>{const b="bestTranslation"in h;if(!(!f.customPurposes||b))return"IAB TCF"},renderGpcBadge:h=>{var b;if("bestTranslation"in h){const m=h,y=Yi({value:!!((b=f.enabledCustomPurposeIds)!=null&&b.includes(m.id)),notice:m,consentContext:d});return p(ks,{status:y})}},key:`purpose-record-${v.value}`}),p(mt,{type:"specialPurposes",title:l.t("static.tcf.special_purposes"),items:f.specialPurposes,enabledIds:f.enabledSpecialPurposeIds,onToggle:(h,b)=>_("specialPurposes",h,b),renderToggleChild:h=>p(ta,{type:"specialPurposes",purpose:h}),hideToggles:!0,key:`special-purpose-record-${v.value}`}))},ia=({href:t,children:e})=>p("a",{href:t,className:"fides-external-link",target:"_blank",rel:"noopener noreferrer"},e);var pf=Object.defineProperty,Pi=Object.getOwnPropertySymbols,sa=Object.prototype.hasOwnProperty,na=Object.prototype.propertyIsEnumerable,oa=(t,e,i)=>e in t?pf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,ff=(t,e)=>{for(var i in e||(e={}))sa.call(e,i)&&oa(t,i,e[i]);if(Pi)for(var i of Pi(e))na.call(e,i)&&oa(t,i,e[i]);return t},vf=(t,e)=>{var i={};for(var s in t)sa.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(t!=null&&Pi)for(var s of Pi(t))e.indexOf(s)<0&&na.call(t,s)&&(i[s]=t[s]);return i};const Oi=({type:t,label:e,lineItems:i})=>{const{i18n:s}=G();if(!i||i.length===0)return null;const n=i.some(o=>o.retention_period!=null);return p("table",{className:"fides-vendor-details-table"},p("thead",null,p("tr",null,p("th",{width:"80%"},e),n?p("th",{width:"20%",style:{textAlign:"right"}},s.t("static.tcf.retention")):null)),p("tbody",null,i.map(o=>p("tr",{key:o.id},p("td",null,s.t(`exp.tcf.${t}.${o.id}.name`)),n?p("td",{style:{textAlign:"right"}},o.retention_period?`${o.retention_period} ${s.t("static.tcf.retention_period_days")}`:"-"):null))))},gf=({purposes:t,specialPurposes:e})=>{const{i18n:i}=G(),s=t?t.length===0:!0,n=e?e.length===0:!0;return s&&n?null:p(ve,null,p(Oi,{type:"purposes",label:i.t("static.tcf.purposes"),lineItems:t}),p(Oi,{type:"specialPurposes",label:i.t("static.tcf.special_purposes"),lineItems:e}))},_f=({gvlVendor:t,dataCategories:e})=>{const{i18n:i}=G();if(!t||!e)return null;const s=t.dataDeclaration;return p("table",{className:"fides-vendor-details-table"},p("thead",null,p("tr",null,p("th",null,i.t("static.tcf.data_categories")))),p("tbody",null,s?.map(n=>p("tr",{key:n},p("td",null,i.t(`exp.tcf.dataCategories.${n}.name`))))))},mf=({vendor:t})=>{const{i18n:e}=G(),{name:i,uses_cookies:s,uses_non_cookie_access:n,cookie_max_age_seconds:o,cookie_refresh:a}=t;let r="";if(s){const c=o?Math.ceil(o/60/60/24):0;r+=`${i} ${e.t("static.tcf.cookie_disclosure.intro")} ${c}.`,a&&(r+=" "+e.t("static.tcf.cookie_disclosure.refresh")),n&&(r+=" "+e.t("static.tcf.cookie_disclosure.also_non_cookie"))}else n&&(r+=" "+e.t("static.tcf.cookie_disclosure.non_cookie"));return r===""||!r?null:p("p",null,r)},ra=({vendor:t,experience:e})=>{var i;const{i18n:s}=G(),n=Xe(t.id,e.gvl),o=(i=e.gvl)==null?void 0:i.dataCategories,a=t.privacy_policy_url||t.legitimate_interest_disclosure_url;return p(ve,null,p(mf,{vendor:t}),a&&p("div",null,t.privacy_policy_url&&p(ia,{href:t.privacy_policy_url},s.t("static.tcf.privacy_policy")),t.legitimate_interest_disclosure_url&&p(ia,{href:t.legitimate_interest_disclosure_url},s.t("static.tcf.legint_disclosure"))),p(gf,{purposes:[...t.purpose_consents||[],...t.purpose_legitimate_interests||[]],specialPurposes:t.special_purposes}),p(Oi,{type:"features",label:s.t("static.tcf.features"),lineItems:t.features}),p(Oi,{type:"specialFeatures",label:s.t("static.tcf.special_features"),lineItems:t.special_features}),p(_f,{gvlVendor:n,dataCategories:o}))},hf=({experience:t,vendors:e,enabledIds:i,onChange:s})=>{const{i18n:n}=G(),o=Ur(e),{activeChunk:a}=o,r=vf(o,["activeChunk"]),{gvlVendors:c,otherVendors:l}=te(()=>({gvlVendors:a?.filter(u=>u.isGvl),otherVendors:a?.filter(u=>!u.isGvl)}),[a]);return a?p(ve,null,p(mt,{type:"vendors",title:n.t("static.tcf.vendors.iab"),items:c,enabledIds:i,onToggle:s,renderBadgeLabel:u=>Xe(u.id,t.gvl)?"IAB TCF":void 0,renderToggleChild:u=>p(ra,{vendor:u,experience:t})}),p(mt,{type:"vendors",title:n.t("static.tcf.vendors.other"),items:l,enabledIds:i,onToggle:s,renderToggleChild:u=>p(ra,{vendor:u,experience:t})}),p(Br,ff({},r))):null},bf=({experience:t,enabledVendorConsentIds:e,enabledVendorLegintIds:i,onChange:s})=>{const n=te(()=>yc(t),[t]),[o,a]=W(Ht[0]),r=te(()=>{const c=o.value===Ae.CONSENT.toString()?n.filter(l=>l.isConsent):n.filter(l=>l.isLegint);return[...c.filter(l=>l.isGvl),...c.filter(l=>!l.isGvl)]},[o,n]);return p("div",null,p(Qr,{options:Ht,active:o,onChange:a}),p(hf,{experience:t,vendors:r,enabledIds:o.value===Ae.CONSENT.toString()?e:i,onChange:(c,l)=>{const u=o.value===Ae.CONSENT.toString()?"vendorsConsent":"vendorsLegint";let d;u==="vendorsConsent"?d="tcf_vendor_consent":d="tcf_vendor_legitimate_interest";const v={newEnabledIds:c,modelType:u},[g,f]=l.id.split("."),_={key:l.id,type:d,vendor_id:l.id,vendor_list:g,vendor_list_id:f,vendor_name:l.name};s(v,_)},key:`vendor-data-${o.value}`}))};var yf=Object.defineProperty,kf=Object.defineProperties,Cf=Object.getOwnPropertyDescriptors,aa=Object.getOwnPropertySymbols,wf=Object.prototype.hasOwnProperty,Ef=Object.prototype.propertyIsEnumerable,ca=(t,e,i)=>e in t?yf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,jf=(t,e)=>{for(var i in e||(e={}))wf.call(e,i)&&ca(t,i,e[i]);if(aa)for(var i of aa(e))Ef.call(e,i)&&ca(t,i,e[i]);return t},xf=(t,e)=>kf(t,Cf(e));const If="ArrowRight",Pf="ArrowLeft",Of=({experience:t,customNotices:e,enabledIds:i,onChange:s,activeTabIndex:n,onTabChange:o})=>{const{i18n:a}=G(),r=V(({newEnabledIds:d,modelType:v},g)=>{const f=xf(jf({},i),{[v]:d});s(f,g)},[i,s]),c=[{name:a.t("static.tcf.purposes"),type:"purposes",content:p("div",null,p(Ss,null,a.t("static.tcf.purposes.description")),p(uf,{allPurposesConsent:t.tcf_purpose_consents,allCustomPurposesConsent:e,allPurposesLegint:t.tcf_purpose_legitimate_interests,allSpecialPurposes:t.tcf_special_purposes,enabledPurposeConsentIds:i.purposesConsent,enabledCustomPurposeConsentIds:i.customPurposesConsent,enabledPurposeLegintIds:i.purposesLegint,enabledSpecialPurposeIds:i.specialPurposes,onChange:r}))},{name:a.t("static.tcf.features"),type:"features",content:p("div",null,p(Ss,null,a.t("static.tcf.features.description")),p(Zp,{allFeatures:t.tcf_features,allSpecialFeatures:t.tcf_special_features,enabledFeatureIds:i.features,enabledSpecialFeatureIds:i.specialFeatures,onChange:r}))},{name:a.t("static.tcf.vendors"),type:"vendors",content:p("div",null,p(Ss,null,a.t("static.tcf.vendors.description")),p(bf,{experience:t,enabledVendorConsentIds:i.vendorsConsent,enabledVendorLegintIds:i.vendorsLegint,onChange:r}))}],l=[gt(null),gt(null),gt(null)],u=d=>{var v;let g;d.code===If&&(d.preventDefault(),g=n===c.length-1?0:n+1),d.code===Pf&&(d.preventDefault(),g=n===0?c.length-1:n-1),g!=null&&(o(g),(v=l[g].current)==null||v.focus())};return p("div",{className:"fides-tabs"},p("ul",{role:"tablist",className:"fides-tab-list"},c.map(({name:d,type:v},g)=>p("li",{role:"presentation",key:v},p("button",{id:`fides-tab-${v}`,"aria-selected":g===n,onClick:()=>{o(g)},role:"tab",type:"button",className:"fides-tab-button",tabIndex:g===n?void 0:-1,onKeyDown:u,ref:l[g]},d)))),p("div",{className:"tabpanel-container"},c.map(({type:d,content:v},g)=>p("section",{role:"tabpanel",id:`fides-panel-${d}`,"aria-labelledby":`fides-tab-${d}`,tabIndex:-1,hidden:g!==n,key:d},v))))};var Tf=Object.defineProperty,Sf=Object.defineProperties,Af=Object.getOwnPropertyDescriptors,la=Object.getOwnPropertySymbols,zf=Object.prototype.hasOwnProperty,Lf=Object.prototype.propertyIsEnumerable,da=(t,e,i)=>e in t?Tf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Lt=(t,e)=>{for(var i in e||(e={}))zf.call(e,i)&&da(t,i,e[i]);if(la)for(var i of la(e))Lf.call(e,i)&&da(t,i,e[i]);return t},Nf=(t,e)=>Sf(t,Af(e)),$f=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const De=t=>t?t.map(e=>`${e.id}`):[],Ff=({options:t,experienceMinimal:e,fidesRegionString:i,cookie:s,savedConsent:n,propertyId:o,translationOverrides:a})=>{var r,c,l,u;const{i18n:d,currentLocale:v,setCurrentLocale:g,setIsLoading:f}=G(),{triggerRef:_,setTrigger:h,servingComponentRef:b,setServingComponent:m,dispatchFidesEventAndClearTrigger:y}=$e(),w=He(),j=(l=(c=(r=e?.experience_config)==null?void 0:r.translations)==null?void 0:c[0])==null?void 0:l.language,P=d.getDefaultLocale(),F=Hn(navigator,t.fidesLocale,d.getDefaultLocale()),S=qn(F,e.available_locales||[],d.getDefaultLocale());K(()=>{v||g(j)},[v,j,g]);const{gvlTranslations:M,setGvlTranslations:D}=Kd(),[Q,ye]=W(!1),ht=I=>$f(void 0,null,function*(){const L=yield Jn(t.fidesApiUrl,[I]);L&&(D(L[I]),Gn(d,L,[I]))}),X=te(()=>(e.privacy_notices||[]).map(I=>{var L,U;const J=I.consent_mechanism===ne.NOTICE_ONLY||((U=(L=t.fidesDisabledNotices)==null?void 0:L.includes(I.notice_key))!=null?U:!1)||I.disabled,de=is(d,I);return Nf(Lt({},I),{bestTranslation:de,disabled:J})}),[e.privacy_notices,d,v]),[$,$s]=W();K(()=>{F&&S!==j&&f(!0),F&&S!==le&&(ye(!0),ht(S).then(()=>{ye(!1)})),Wn({userLocationString:i,fidesApiUrl:t.fidesApiUrl,apiOptions:t.apiOptions,propertyId:o,requestMinimalTCF:!1}).then(I=>{if(Ze(I)){const L=Ts(I,s);if(Ki(I)){const U=Lt(Lt({},I),L);window.Fides.experience=Lt(Lt({},window.Fides.experience),U),window.Fides.experience.minimal_tcf=!1,$s(U)}}})},[]);const{setVendorCount:A}=Od(),[T,B]=W(qt);K(()=>{$&&(Un(d,$,a),!F||S===P?Bn(d,$):(g(S),Q||f(!1)))},[$]),K(()=>{if($){const{tcf_purpose_consents:I=[],privacy_notices:L=[],tcf_purpose_legitimate_interests:U=[],tcf_special_purposes:J=[],tcf_features:de=[],tcf_special_features:Ai=[],tcf_vendor_consents:Nt=[],tcf_vendor_legitimate_interests:Y=[],tcf_system_consents:zi=[],tcf_system_legitimate_interests:ue=[]}=$;B({purposesConsent:ct(I),customPurposesConsent:Rr(L),purposesLegint:ct(U),specialPurposes:ct(J),features:ct(de),specialFeatures:ct(Ai),vendorsConsent:ct([...Nt,...zi]),vendorsLegint:ct([...Y,...ue])})}else{const I=qt;e!=null&&e.privacy_notices&&(I.customPurposesConsent=Rr(e.privacy_notices)),B(I)}},[$,e]),K(()=>{e.vendor_count&&A&&A(e.vendor_count)},[e,A]);const se=te(()=>{const I=$?.experience_config||e.experience_config;if(I){const L=oi(d,I);return L?.privacy_experience_config_history_id}},[e,$,d]),re=te(()=>X.map(I=>{var L;return((L=I.bestTranslation)==null?void 0:L.title)||I.name}),[X]),Re=te(()=>{if(M)return Up(M);const I=e?.tcf_purpose_names||[],L=e?.tcf_special_feature_names||[];return[...I,...L]},[e,M]),bt=Fp($||e),{servedNoticeHistoryId:yt}=Vo({privacyExperienceConfigHistoryId:se,privacyNoticeHistoryIds:X.reduce((I,L)=>{var U;const J=(U=L.bestTranslation)==null?void 0:U.privacy_notice_history_id;return J&&I.push(J),I},[]),options:t,userGeography:i,acknowledgeMode:!1,privacyExperience:$||e,tcfNoticesServed:bt}),Ve=V((I,L)=>{if(!$&&!e)return;let U;!$&&e!=null&&e.minimal_tcf?U=Vp({experience:e,enabledIds:L}):U=Rp({experience:$,enabledIds:L});const J=Bp(X,L.customPurposesConsent);ci({consentPreferencesToSave:J,privacyExperienceConfigHistoryId:se,experience:$||e,consentMethod:I,options:t,userLocationString:i,cookie:s,eventExtraDetails:{servingComponent:b.current,trigger:_.current},tcf:U,servedNoticeHistoryId:yt,updateCookie:de=>Mp(de,U,L,$||e,J)}).finally(()=>{h(void 0)}),B(L)},[s,$,e,i,t,se,X,yt,_,h,b]),Fs=V(I=>{var L,U,J,de,Ai;let Nt,Y=$||e;const zi=X.filter(ue=>!ue.disabled||T.customPurposesConsent.includes(ue.id));Y.minimal_tcf?(Y=e,Nt={purposesConsent:((L=Y.tcf_purpose_consent_ids)==null?void 0:L.map(ue=>`${ue}`))||[],customPurposesConsent:De(zi)||[],purposesLegint:((U=Y.tcf_purpose_legitimate_interest_ids)==null?void 0:U.map(ue=>`${ue}`))||[],specialPurposes:((J=Y.tcf_special_purpose_ids)==null?void 0:J.map(ue=>`${ue}`))||[],features:((de=Y.tcf_feature_ids)==null?void 0:de.map(ue=>`${ue}`))||[],specialFeatures:((Ai=Y.tcf_special_feature_ids)==null?void 0:Ai.map(ue=>`${ue}`))||[],vendorsConsent:[...Y.tcf_vendor_consent_ids||[],...Y.tcf_system_consent_ids||[]],vendorsLegint:[...Y.tcf_vendor_legitimate_interest_ids||[],...Y.tcf_system_legitimate_interest_ids||[]]}):(Y=$,Nt={purposesConsent:De(Y.tcf_purpose_consents),customPurposesConsent:De(zi),purposesLegint:De(Y.tcf_purpose_legitimate_interests),specialPurposes:De(Y.tcf_special_purposes),features:De(Y.tcf_features),specialFeatures:De(Y.tcf_special_features),vendorsConsent:De([...Y.tcf_vendor_consents||[],...Y.tcf_system_consents||[]]),vendorsLegint:De([...Y.tcf_vendor_legitimate_interests||[],...Y.tcf_system_legitimate_interests||[]])}),Ve(I?R.SCRIPT:R.ACCEPT,Nt)},[T.customPurposesConsent,$,e,Ve,X]),Ds=V(I=>{var L,U;const J=qt;J.customPurposesConsent=(L=X.filter(de=>de.consent_mechanism===ne.NOTICE_ONLY||de.disabled&&T.customPurposesConsent.includes(de.id)).map(de=>de.id))!=null?L:qt,((U=$?.experience_config)==null?void 0:U.reject_all_mechanism)===Fi.REJECT_CONSENT_ONLY&&(J.purposesLegint=T.purposesLegint,J.vendorsLegint=T.vendorsLegint),Ve(I?R.SCRIPT:R.REJECT,J)},[T,(u=$?.experience_config)==null?void 0:u.reject_all_mechanism,Ve,X]);K(()=>{t.fidesConsentOverride===R.ACCEPT?Fs(!0):t.fidesConsentOverride===R.REJECT&&Ds(!0)},[t.fidesConsentOverride]);const[Bv,Si]=W(0),Gv=V(()=>{m(We.TCF_BANNER),y("FidesUIShown",s)},[s,y,m]),Hv=V(I=>{m(We.TCF_OVERLAY),y("FidesUIShown",s,{trigger:{origin:I}})},[s,y,m]),ma=V(()=>{Yt(w?.consent)||Ve(R.DISMISS,T)},[Ve,T,w?.consent]),qv=V((I,L)=>{const U={servingComponent:b.current,trigger:_.current,preference:L};B(I),we("FidesUIChanged",s,U)},[s,B,_,b]),Kv=V(I=>{Si(I)},[Si]),ha=$?.experience_config||e.experience_config;if(!ha)return null;const ba=!!ha.dismissable;return p(yr,{options:t,experience:$||e,cookie:s,savedConsent:n,onVendorPageClick:()=>{Si(2)},isUiBlocking:!ba,onOpen:Hv,onDismiss:ma,renderBanner:({isEmbedded:I,isOpen:L,onClose:U,onManagePreferencesClick:J})=>p(Jo,{dismissable:ba,bannerIsOpen:L,isEmbedded:I,onOpen:Gv,onClose:()=>{ma(),U()},onVendorPageClick:()=>{J(),Si(2)},renderButtonGroup:()=>p(Vr,{experience:$||e,onManagePreferencesClick:J,onAcceptAll:()=>{Fs(),U()},onRejectAll:()=>{Ds(),U()},options:t}),className:"fides-tcf-banner-container"},p(Gp,{purposes:Re,customPurposes:re})),renderModalContent:$?()=>p(Of,{experience:$,customNotices:X,enabledIds:T,onChange:qv,activeTabIndex:Bv,onTabChange:Kv}):void 0,renderModalFooter:$?({onClose:I})=>{const L=(U,J)=>{Ve(U,J),I()};return p(Vr,{experience:$,onAcceptAll:()=>{Fs(),I()},onRejectAll:()=>{Ds(),I()},renderFirstButton:()=>p(nt,{buttonType:me.SECONDARY,label:d.t("exp.save_button_label"),onClick:()=>{h({type:fe.BUTTON,label:d.t("exp.save_button_label")}),L(R.SAVE,T)},className:"fides-save-button"}),isInModal:!0,options:t})}:void 0})};var Df={"static.tcf.consent":"\\u0627\\u0644\\u0645\\u0648\\u0627\\u0641\\u0642\\u0629","static.tcf.cookie_disclosure.also_non_cookie":\'\\u064A\\u0633\\u062A\\u062E\\u062F\\u0645 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0628\\u0627\\u0626\\u0639 \\u0623\\u064A\\u0636\\u064B\\u0627 \\u0637\\u0631\\u0642\\u064B\\u0627 \\u0623\\u062E\\u0631\\u0649 \\u0645\\u062B\\u0644 "\\u0627\\u0644\\u062A\\u062E\\u0632\\u064A\\u0646 \\u0627\\u0644\\u0645\\u062D\\u0644\\u064A" \\u0644\\u062A\\u062E\\u0632\\u064A\\u0646 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062A \\u0627\\u0644\\u0645\\u0648\\u062C\\u0648\\u062F\\u0629 \\u0639\\u0644\\u0649 \\u062C\\u0647\\u0627\\u0632\\u0643 \\u0648\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u064A\\u0647\\u0627.\',"static.tcf.cookie_disclosure.intro":"\\u064A\\u062E\\u0632\\u0646 \\u0645\\u0644\\u0641\\u0627\\u062A \\u062A\\u0639\\u0631\\u064A\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062A\\u0628\\u0627\\u0637 \\u0644\\u0645\\u062F\\u0629 \\u0623\\u0642\\u0635\\u0627\\u0647\\u0627 \\u0639\\u062F\\u0629 \\u0623\\u064A\\u0627\\u0645 \\u062A\\u0642\\u0631\\u064A\\u0628\\u0627:","static.tcf.cookie_disclosure.non_cookie":\'\\u064A\\u0633\\u062A\\u062E\\u062F\\u0645 \\u0637\\u0631\\u0642\\u064B\\u0627 \\u0645\\u062B\\u0644 "\\u0627\\u0644\\u062A\\u062E\\u0632\\u064A\\u0646 \\u0627\\u0644\\u0645\\u062D\\u0644\\u064A" \\u0644\\u062A\\u062E\\u0632\\u064A\\u0646 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062A \\u0627\\u0644\\u0645\\u0648\\u062C\\u0648\\u062F\\u0629 \\u0639\\u0644\\u0649 \\u062C\\u0647\\u0627\\u0632\\u0643 \\u0648\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u064A\\u0647\\u0627.\',"static.tcf.cookie_disclosure.refresh":"\\u0642\\u062F \\u062A\\u064F\\u062D\\u062F\\u0651\\u062B \\u0645\\u0644\\u0641\\u0627\\u062A \\u062A\\u0639\\u0631\\u064A\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062A\\u0628\\u0627\\u0637 \\u0647\\u0630\\u0647.","static.tcf.data_categories":"\\u0641\\u0626\\u0627\\u062A \\u0627\\u0644\\u0628\\u064A\\u0627\\u0646\\u0627\\u062A","static.tcf.features":"\\u0627\\u0644\\u0645\\u064A\\u0632\\u0627\\u062A","static.tcf.features.description":"\\u0633\\u062A\\u062C\\u062F \\u0623\\u062F\\u0646\\u0627\\u0647 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0628\\u0627\\u0644\\u0645\\u064A\\u0632\\u0627\\u062A \\u0627\\u0644\\u062A\\u064A \\u062A\\u064F\\u0639\\u0627\\u0644\\u062C \\u0628\\u064A\\u0627\\u0646\\u0627\\u062A\\u0643 \\u0645\\u0646 \\u0623\\u062C\\u0644\\u0647\\u0627. \\u064A\\u062C\\u0648\\u0632 \\u0644\\u0643 \\u0645\\u0645\\u0627\\u0631\\u0633\\u0629 \\u062D\\u0642\\u0648\\u0642\\u0643 \\u0644\\u0645\\u064A\\u0632\\u0627\\u062A \\u062E\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0633\\u062A\\u062E\\u062F\\u0627\\u0645 \\u0645\\u0641\\u0627\\u062A\\u064A\\u062D \\u0627\\u0644\\u062A\\u0628\\u062F\\u064A\\u0644 \\u0623\\u062F\\u0646\\u0627\\u0647.","static.tcf.legint":"\\u0645\\u0635\\u0644\\u062D\\u0629 \\u0645\\u0634\\u0631\\u0648\\u0639\\u0629","static.tcf.legint_disclosure":"\\u0627\\u0644\\u0625\\u0641\\u0635\\u0627\\u062D \\u0639\\u0646 \\u0627\\u0644\\u0641\\u0627\\u0626\\u062F\\u0629 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639\\u0629","static.tcf.privacy_policy":"\\u0633\\u064A\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062E\\u0635\\u0648\\u0635\\u064A\\u0629","static.tcf.purposes":"\\u0627\\u0644\\u0623\\u063A\\u0631\\u0627\\u0636","static.tcf.purposes.description":"\\u0633\\u062A\\u062C\\u062F \\u0623\\u062F\\u0646\\u0627\\u0647 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0628\\u0627\\u0644\\u0623\\u063A\\u0631\\u0627\\u0636 \\u0648\\u0627\\u0644\\u0645\\u064A\\u0632\\u0627\\u062A \\u0627\\u0644\\u062E\\u0627\\u0635\\u0629 \\u0627\\u0644\\u062A\\u064A \\u062A\\u064F\\u0639\\u0627\\u0644\\u062C \\u0628\\u064A\\u0627\\u0646\\u0627\\u062A\\u0643 \\u0645\\u0646 \\u0623\\u062C\\u0644\\u0647\\u0627. \\u064A\\u062C\\u0648\\u0632 \\u0644\\u0643 \\u0645\\u0645\\u0627\\u0631\\u0633\\u0629 \\u062D\\u0642\\u0648\\u0642\\u0643 \\u0644\\u0623\\u063A\\u0631\\u0627\\u0636 \\u0645\\u062D\\u062F\\u062F\\u0629 \\u0628\\u0646\\u0627\\u0621\\u064B \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0648\\u0627\\u0641\\u0642\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u0635\\u0644\\u062D\\u0629 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639\\u0629 \\u0628\\u0627\\u0633\\u062A\\u062E\\u062F\\u0627\\u0645 \\u0645\\u0641\\u0627\\u062A\\u064A\\u062D \\u0627\\u0644\\u062A\\u0628\\u062F\\u064A\\u0644 \\u0623\\u062F\\u0646\\u0627\\u0647.","static.tcf.retention":"\\u0627\\u0644\\u062D\\u0641\\u0638","static.tcf.retention_period_days":"\\u064A\\u0648\\u0645 (\\u0623\\u064A\\u0627\\u0645)","static.tcf.special_features":"\\u0627\\u0644\\u0645\\u064A\\u0632\\u0627\\u062A \\u0627\\u0644\\u062E\\u0627\\u0635\\u0629","static.tcf.special_purposes":"\\u0623\\u063A\\u0631\\u0627\\u0636 \\u062E\\u0627\\u0635\\u0629","static.tcf.vendors":"\\u0627\\u0644\\u0645\\u0648\\u0631\\u062F\\u0648\\u0646","static.tcf.vendors.description":"\\u0633\\u062A\\u062C\\u062F \\u0623\\u062F\\u0646\\u0627\\u0647 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0628\\u0627\\u0644\\u0645\\u0648\\u0631\\u062F\\u064A\\u0646 \\u0627\\u0644\\u0630\\u064A\\u0646 \\u064A\\u0639\\u0627\\u0644\\u062C\\u0648\\u0646 \\u0628\\u064A\\u0627\\u0646\\u0627\\u062A\\u0643 \\u0648\\u0623\\u063A\\u0631\\u0627\\u0636 \\u0623\\u0648 \\u0645\\u064A\\u0632\\u0627\\u062A \\u0627\\u0644\\u0645\\u0639\\u0627\\u0644\\u062C\\u0629 \\u0627\\u0644\\u062A\\u064A \\u064A\\u0639\\u0644\\u0646\\u0648\\u0646\\u0647\\u0627. \\u064A\\u062C\\u0648\\u0632 \\u0644\\u0643 \\u0645\\u0645\\u0627\\u0631\\u0633\\u0629 \\u062D\\u0642\\u0648\\u0642\\u0643 \\u0645\\u0639 \\u0643\\u0644 \\u0628\\u0627\\u0626\\u0639 \\u0628\\u0646\\u0627\\u0621\\u064B \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u064A \\u0627\\u0644\\u0630\\u064A \\u064A\\u0624\\u0643\\u062F\\u0647.","static.tcf.vendors.iab":"\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646 IAB TCF","static.tcf.vendors.other":"\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646 \\u0622\\u062E\\u0631\\u0648\\u0646","static.tcf.vendors_count":"\\u0628\\u0627\\u0626\\u0639 (\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646)","static.tcf.vendors_using_consent":"\\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646 \\u0627\\u0644\\u0630\\u064A\\u0646 \\u064A\\u0633\\u062A\\u062E\\u062F\\u0645\\u0648\\u0646 \\u0627\\u0644\\u0645\\u0648\\u0627\\u0641\\u0642\\u0629","static.tcf.vendors_using_legint":"\\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u0648\\u0646 \\u0627\\u0644\\u0630\\u064A\\u0646 \\u064A\\u0633\\u062A\\u062E\\u062F\\u0645\\u0648\\u0646 \\u0627\\u0644\\u0645\\u0635\\u0644\\u062D\\u0629 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639\\u0629"},Rf={"static.tcf.consent":"\\u0421\\u044A\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435","static.tcf.cookie_disclosure.also_non_cookie":"\\u0422\\u043E\\u0437\\u0438 \\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u043A \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430 \\u0438 \\u0434\\u0440\\u0443\\u0433\\u0438 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0438 \\u043A\\u0430\\u0442\\u043E \\u201C\\u043B\\u043E\\u043A\\u0430\\u043B\\u043D\\u043E \\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u0435\\u201D, \\u0437\\u0430 \\u0434\\u0430 \\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u044F\\u0432\\u0430 \\u0438 \\u0434\\u0430 \\u043F\\u043E\\u043B\\u0443\\u0447\\u0430\\u0432\\u0430 \\u0434\\u043E\\u0441\\u0442\\u044A\\u043F \\u0434\\u043E \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u044F \\u043D\\u0430 \\u0412\\u0430\\u0448\\u0435\\u0442\\u043E \\u0443\\u0441\\u0442\\u0440\\u043E\\u0439\\u0441\\u0442\\u0432\\u043E.","static.tcf.cookie_disclosure.intro":"\\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u044F\\u0432\\u0430 \\u201C\\u0431\\u0438\\u0441\\u043A\\u0432\\u0438\\u0442\\u043A\\u0438\\u201D \\u0441 \\u043C\\u0430\\u043A\\u0441\\u0438\\u043C\\u0430\\u043B\\u043D\\u0430 \\u043F\\u0440\\u043E\\u0434\\u044A\\u043B\\u0436\\u0438\\u0442\\u0435\\u043B\\u043D\\u043E\\u0441\\u0442 \\u043E\\u043A\\u043E\\u043B\\u043E \\u0442\\u043E\\u0437\\u0438 \\u0431\\u0440\\u043E\\u0439 \\u0434\\u043D\\u0438:","static.tcf.cookie_disclosure.non_cookie":"\\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0438 \\u043A\\u0430\\u0442\\u043E \\u201C\\u043B\\u043E\\u043A\\u0430\\u043B\\u043D\\u043E \\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u0435\\u201D \\u0437\\u0430 \\u0441\\u044A\\u0445\\u0440\\u0430\\u043D\\u044F\\u0432\\u0430\\u043D\\u0435 \\u0438 \\u0434\\u043E\\u0441\\u0442\\u044A\\u043F \\u0434\\u043E \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u044F \\u043D\\u0430 \\u0412\\u0430\\u0448\\u0435\\u0442\\u043E \\u0443\\u0441\\u0442\\u0440\\u043E\\u0439\\u0441\\u0442\\u0432\\u043E.","static.tcf.cookie_disclosure.refresh":"\\u0422\\u0435\\u0437\\u0438 \\u0431\\u0438\\u0441\\u043A\\u0432\\u0438\\u0442\\u043A\\u0438 \\u043C\\u043E\\u0433\\u0430\\u0442 \\u0434\\u0430 \\u0431\\u044A\\u0434\\u0430\\u0442 \\u043E\\u043F\\u0440\\u0435\\u0441\\u043D\\u0435\\u043D\\u0438.","static.tcf.data_categories":"\\u041A\\u0430\\u0442\\u0435\\u0433\\u043E\\u0440\\u0438\\u0438 \\u0434\\u0430\\u043D\\u043D\\u0438","static.tcf.features":"\\u0424\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438","static.tcf.features.description":"\\u041F\\u043E-\\u0434\\u043E\\u043B\\u0443 \\u0449\\u0435 \\u043D\\u0430\\u043C\\u0435\\u0440\\u0438\\u0442\\u0435 \\u0441\\u043F\\u0438\\u0441\\u044A\\u043A \\u043D\\u0430 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438\\u0442\\u0435, \\u0437\\u0430 \\u043A\\u043E\\u0438\\u0442\\u043E \\u0441\\u0435 \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u0432\\u0430\\u0442 \\u0412\\u0430\\u0448\\u0438\\u0442\\u0435 \\u0434\\u0430\\u043D\\u043D\\u0438. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0434\\u0430 \\u0443\\u043F\\u0440\\u0430\\u0436\\u043D\\u044F\\u0432\\u0430\\u0442\\u0435 \\u043F\\u0440\\u0430\\u0432\\u0430\\u0442\\u0430 \\u0441\\u0438 \\u0437\\u0430 \\u0441\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u043D\\u0438 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438, \\u043A\\u0430\\u0442\\u043E \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430\\u0442\\u0435 \\u043F\\u0440\\u0435\\u0432\\u043A\\u043B\\u044E\\u0447\\u0432\\u0430\\u0442\\u0435\\u043B\\u0438\\u0442\\u0435 \\u043F\\u043E-\\u0434\\u043E\\u043B\\u0443.","static.tcf.legint":"\\u0417\\u0430\\u043A\\u043E\\u043D\\u0435\\u043D \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441","static.tcf.legint_disclosure":"\\u0417\\u0430\\u043A\\u043E\\u043D\\u0435\\u043D \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441 \\u0437\\u0430 \\u043E\\u043F\\u043E\\u0432\\u0435\\u0441\\u0442\\u044F\\u0432\\u0430\\u043D\\u0435","static.tcf.privacy_policy":"\\u041F\\u043E\\u043B\\u0438\\u0442\\u0438\\u043A\\u0430 \\u0437\\u0430 \\u0437\\u0430\\u0449\\u0438\\u0442\\u0430 \\u043D\\u0430 \\u043B\\u0438\\u0447\\u043D\\u0438\\u0442\\u0435 \\u0434\\u0430\\u043D\\u043D\\u0438","static.tcf.purposes":"\\u0426\\u0435\\u043B\\u0438","static.tcf.purposes.description":"\\u041F\\u043E-\\u0434\\u043E\\u043B\\u0443 \\u0449\\u0435 \\u043D\\u0430\\u043C\\u0435\\u0440\\u0438\\u0442\\u0435 \\u0441\\u043F\\u0438\\u0441\\u044A\\u043A \\u043D\\u0430 \\u0446\\u0435\\u043B\\u0438\\u0442\\u0435 \\u0438 \\u0441\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u043D\\u0438\\u0442\\u0435 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438, \\u0437\\u0430 \\u043A\\u043E\\u0438\\u0442\\u043E \\u0441\\u0435 \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u0432\\u0430\\u0442 \\u0412\\u0430\\u0448\\u0438\\u0442\\u0435 \\u0434\\u0430\\u043D\\u043D\\u0438. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0434\\u0430 \\u0443\\u043F\\u0440\\u0430\\u0436\\u043D\\u0438\\u0442\\u0435 \\u043F\\u0440\\u0430\\u0432\\u0430\\u0442\\u0430 \\u0441\\u0438 \\u0437\\u0430 \\u043A\\u043E\\u043D\\u043A\\u0440\\u0435\\u0442\\u043D\\u0438 \\u0446\\u0435\\u043B\\u0438, \\u043E\\u0441\\u043D\\u043E\\u0432\\u0430\\u043D\\u0438 \\u043D\\u0430 \\u0441\\u044A\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435 \\u0438\\u043B\\u0438 \\u0437\\u0430\\u043A\\u043E\\u043D\\u0435\\u043D \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441, \\u043A\\u0430\\u0442\\u043E \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430\\u0442\\u0435 \\u043F\\u0440\\u0435\\u0432\\u043A\\u043B\\u044E\\u0447\\u0432\\u0430\\u0442\\u0435\\u043B\\u0438\\u0442\\u0435 \\u043F\\u043E-\\u0434\\u043E\\u043B\\u0443.","static.tcf.retention":"\\u0421\\u044A\\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u0435","static.tcf.retention_period_days":"\\u0434\\u0435\\u043D(\\u0434\\u043D\\u0438)","static.tcf.special_features":"\\u0421\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u043D\\u0438 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438","static.tcf.special_purposes":"\\u0421\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u043D\\u0438 \\u0446\\u0435\\u043B\\u0438","static.tcf.vendors":"\\u0414\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438","static.tcf.vendors.description":"\\u041F\\u043E-\\u0434\\u043E\\u043B\\u0443 \\u0449\\u0435 \\u043D\\u0430\\u043C\\u0435\\u0440\\u0438\\u0442\\u0435 \\u0441\\u043F\\u0438\\u0441\\u044A\\u043A \\u043D\\u0430 \\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438\\u0442\\u0435, \\u043A\\u043E\\u0438\\u0442\\u043E \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u0432\\u0430\\u0442 \\u0412\\u0430\\u0448\\u0438\\u0442\\u0435 \\u0434\\u0430\\u043D\\u043D\\u0438, \\u043A\\u0430\\u043A\\u0442\\u043E \\u0438 \\u0446\\u0435\\u043B\\u0438\\u0442\\u0435 \\u0438\\u043B\\u0438 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438\\u0442\\u0435 \\u043D\\u0430 \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u043A\\u0430\\u0442\\u0430, \\u043A\\u043E\\u0438\\u0442\\u043E \\u0442\\u0435 \\u0434\\u0435\\u043A\\u043B\\u0430\\u0440\\u0438\\u0440\\u0430\\u0442. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0434\\u0430 \\u0443\\u043F\\u0440\\u0430\\u0436\\u043D\\u044F\\u0432\\u0430\\u0442\\u0435 \\u043F\\u0440\\u0430\\u0432\\u0430\\u0442\\u0430 \\u0441\\u0438 \\u0437\\u0430 \\u0432\\u0441\\u0435\\u043A\\u0438 \\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u043A \\u0432\\u044A\\u0437 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0430 \\u043D\\u0430 \\u043F\\u0440\\u0430\\u0432\\u043D\\u043E\\u0442\\u043E \\u043E\\u0441\\u043D\\u043E\\u0432\\u0430\\u043D\\u0438\\u0435, \\u043A\\u043E\\u0435\\u0442\\u043E \\u0442\\u043E\\u0439 \\u0437\\u0430\\u044F\\u0432\\u044F\\u0432\\u0430.","static.tcf.vendors.iab":"\\u0414\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438 \\u043D\\u0430 IAB TCF","static.tcf.vendors.other":"\\u0414\\u0440\\u0443\\u0433\\u0438 \\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438","static.tcf.vendors_count":"\\u0434\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u043A(\\u0446\\u0438)","static.tcf.vendors_using_consent":"\\u0414\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438, \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430\\u0449\\u0438 \\u0441\\u044A\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435","static.tcf.vendors_using_legint":"\\u0414\\u043E\\u0441\\u0442\\u0430\\u0432\\u0447\\u0438\\u0446\\u0438, \\u0438\\u0437\\u043F\\u043E\\u043B\\u0437\\u0432\\u0430\\u0449\\u0438 \\u0437\\u0430\\u043A\\u043E\\u043D\\u0435\\u043D \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441"},Vf={"static.tcf.consent":"Pristanak","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj dobavlja\\u010D tako\\u0111er koristi druge metode kao \\u0161to je \\u201Elokalna pohrana\\u201C za pohranjivanje i pristup informacijama na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.intro":"pohranjuje kola\\u010Di\\u0107e s maksimalnim trajanjem od otprilike ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \\u0161to je \\u201Elokalna pohrana\\u201C za pohranjivanje i pristup informacijama na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi kola\\u010Di\\u0107i mogu biti osvje\\u017Eeni.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Funkcije","static.tcf.features.description":"U nastavku \\u0107ete prona\\u0107i popis funkcija za koje se va\\u0161i podaci obra\\u0111uju. Svoja prava mo\\u017Eete ostvariti za odre\\u0111ene funkcije koriste\\u0107i prekida\\u010De date dolje.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Objavljivanje legitimnog interesa","static.tcf.privacy_policy":"Politika privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku \\u0107ete prona\\u0107i popis svrha i posebnih funkcija za koje se va\\u0161i podaci obra\\u0111uju. Svoja prava mo\\u017Eete ostvariti za odre\\u0111ene svrhe, a na osnovu pristanka ili legitimnog interesa, koriste\\u0107i prekida\\u010De date dolje.","static.tcf.retention":"Zadr\\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne funkcije","static.tcf.special_purposes":"Posebne svrhe","static.tcf.vendors":"Dobavlja\\u010Di","static.tcf.vendors.description":"U nastavku \\u0107ete prona\\u0107i popis dobavlja\\u010Da koji obra\\u0111uju va\\u0161e podatke, kao i svrhe ili funkcije obrade koje oni deklari\\u0161u. Svoja prava mo\\u017Eete ostvariti za svakog dobavlja\\u010Da na bazi pravne osnove koju oni izjavljuju.","static.tcf.vendors.iab":"IAB TCF dobavlja\\u010Di","static.tcf.vendors.other":"Ostali dobavlja\\u010Di","static.tcf.vendors_count":"dobavlja\\u010D(i)","static.tcf.vendors_using_consent":"Dobavlja\\u010Di koriste pristanak","static.tcf.vendors_using_legint":"Dobavlja\\u010Di koriste legitimni interes"},Mf={"static.tcf.consent":"Consentiment","static.tcf.cookie_disclosure.also_non_cookie":"Aquest prove\\xEFdor tamb\\xE9 utilitza altres m\\xE8todes, com ara l\\u2019 \\u201Cemmagatzematge local\\u201D, per emmagatzemar i accedir a la informaci\\xF3 del vostre dispositiu.","static.tcf.cookie_disclosure.intro":"emmagatzema galetes amb una durada m\\xE0xima d\\u2019aproximadament aquest nombre de dies:","static.tcf.cookie_disclosure.non_cookie":"utilitza m\\xE8todes com ara l\\u2019\\u201Cemmagatzematge local\\u201D per emmagatzemar i accedir a la informaci\\xF3 del vostre dispositiu.","static.tcf.cookie_disclosure.refresh":"Aquestes galetes es poden actualitzar.","static.tcf.data_categories":"Categories de dades","static.tcf.features":"Caracter\\xEDstiques","static.tcf.features.description":"A continuaci\\xF3, trobareu una llista de les caracter\\xEDstiques per a les quals s\\u2019estan tractant les vostres dades. Podeu exercir els vostres drets sobre les caracter\\xEDstiques especials mitjan\\xE7ant els commutadors seg\\xFCents.","static.tcf.legint":"Inter\\xE8s leg\\xEDtim","static.tcf.legint_disclosure":"Declaraci\\xF3 sobre els interessos leg\\xEDtims","static.tcf.privacy_policy":"Pol\\xEDtica de privadesa","static.tcf.purposes":"Finalitats","static.tcf.purposes.description":"A continuaci\\xF3, trobareu una llista de les finalitats i caracter\\xEDstiques especials per a les quals s\\u2019estan tractant les vostres dades. Podeu exercir els vostres drets per a finalitats espec\\xEDfiques, basades en el consentiment o l\\u2019inter\\xE8s leg\\xEDtim, mitjan\\xE7ant els commutadors seg\\xFCents.","static.tcf.retention":"Retenci\\xF3","static.tcf.retention_period_days":"dies","static.tcf.special_features":"Caracter\\xEDstiques especials","static.tcf.special_purposes":"Finalitats especials","static.tcf.vendors":"Prove\\xEFdors","static.tcf.vendors.description":"A continuaci\\xF3, trobareu una llista dels prove\\xEFdors que tracten les vostres dades i les finalitats o caracter\\xEDstiques del tractament que declaren. Podeu exercir els vostres drets per a cadascun dels prove\\xEFdors en funci\\xF3 de la base legal que facin valer.","static.tcf.vendors.iab":"Prove\\xEFdors IAB TCF","static.tcf.vendors.other":"Altres prove\\xEFdors","static.tcf.vendors_count":"prove\\xEFdor(s)","static.tcf.vendors_using_consent":"Prove\\xEFdors que utilitzen el consentiment","static.tcf.vendors_using_legint":"Prove\\xEFdors que utilitzen l\\u2019inter\\xE8s leg\\xEDtim"},Uf={"static.tcf.consent":"Souhlas","static.tcf.cookie_disclosure.also_non_cookie":"Tento dodavatel tak\\xE9 pou\\u017E\\xEDv\\xE1 jin\\xE9 metody jako \\u201Em\\xEDstn\\xED \\xFAlo\\u017Ei\\u0161t\\u011B\\u201C k ukl\\xE1d\\xE1n\\xED a p\\u0159\\xEDstupu k informac\\xEDm na va\\u0161em za\\u0159\\xEDzen\\xED.","static.tcf.cookie_disclosure.intro":"ukl\\xE1d\\xE1 soubory cookie maxim\\xE1ln\\u011B p\\u0159ibli\\u017En\\u011B na n\\xE1sleduj\\xEDc\\xED po\\u010Det dn\\u016F:","static.tcf.cookie_disclosure.non_cookie":"pou\\u017E\\xEDv\\xE1 metody jako \\u201Em\\xEDstn\\xED \\xFAlo\\u017Ei\\u0161t\\u011B\\u201C k ukl\\xE1d\\xE1n\\xED a p\\u0159\\xEDstupu k informac\\xEDm na va\\u0161em za\\u0159\\xEDzen\\xED.","static.tcf.cookie_disclosure.refresh":"Tyto soubory cookie mohou b\\xFDt obnoveny.","static.tcf.data_categories":"Kategorie \\xFAdaj\\u016F","static.tcf.features":"Funkce","static.tcf.features.description":"N\\xED\\u017Ee je uveden seznam funkc\\xED, pro kter\\xE9 se va\\u0161e \\xFAdaje zpracov\\xE1vaj\\xED. Va\\u0161e pr\\xE1va pro speci\\xE1ln\\xED funkce m\\u016F\\u017Eete vyu\\u017E\\xEDt pomoc\\xED knofl\\xEDk\\u016F n\\xED\\u017Ee.","static.tcf.legint":"Legitimn\\xED z\\xE1jem","static.tcf.legint_disclosure":"Zp\\u0159\\xEDstupn\\u011Bn\\xED na z\\xE1klad\\u011B legitimn\\xEDho z\\xE1jmu","static.tcf.privacy_policy":"Z\\xE1sady ochrany osobn\\xEDch \\xFAdaj\\u016F","static.tcf.purposes":"\\xDA\\u010Del","static.tcf.purposes.description":"N\\xED\\u017Ee je uveden seznam \\xFA\\u010Del\\u016F a speci\\xE1ln\\xEDch funkc\\xED, pro kter\\xE9 se va\\u0161e \\xFAdaje zpracov\\xE1vaj\\xED. Va\\u0161e pr\\xE1va m\\u016F\\u017Eete vyu\\u017E\\xEDt pro specifick\\xE9 \\xFA\\u010Dely v souladu se souhlasem nebo legitimn\\xEDm z\\xE1jmem pomoc\\xED knofl\\xEDk\\u016F n\\xED\\u017Ee.","static.tcf.retention":"Ulo\\u017Een\\xED","static.tcf.retention_period_days":"den(dny/\\u016F)","static.tcf.special_features":"Speci\\xE1ln\\xED funkce","static.tcf.special_purposes":"Speci\\xE1ln\\xED \\xFA\\u010Dely","static.tcf.vendors":"Dodavatel\\xE9","static.tcf.vendors.description":"N\\xED\\u017Ee je uveden seznam dodavatel\\u016F zpracov\\xE1vaj\\xEDc\\xEDch va\\u0161e \\xFAdaje a \\xFA\\u010Dely nebo funkce zpracov\\xE1n\\xED, kter\\xE9 uvedli. Sv\\xE1 pr\\xE1va m\\u016F\\u017Eete uplatnit u ka\\u017Ed\\xE9ho dodavatele v souladu s pr\\xE1vn\\xEDm z\\xE1kladem, kter\\xFD pou\\u017E\\xEDv\\xE1.","static.tcf.vendors.iab":"Dodavatel\\xE9 IAB TCF","static.tcf.vendors.other":"Dal\\u0161\\xED dodavatel\\xE9","static.tcf.vendors_count":"dodavatel(\\u016F)","static.tcf.vendors_using_consent":"Dodavatel\\xE9 vyu\\u017E\\xEDvaj\\xEDc\\xED souhlas","static.tcf.vendors_using_legint":"Dodavatel\\xE9 vyu\\u017E\\xEDvaj\\xEDc\\xED legitimn\\xED z\\xE1jem"},Bf={"static.tcf.consent":"Samtykke","static.tcf.cookie_disclosure.also_non_cookie":\'Denne forhandler anvender ogs\\xE5 andre metoder som f.eks. "lokalt lager" til at gemme og tage sig adgang til oplysninger p\\xE5 din enhed.\',"static.tcf.cookie_disclosure.intro":"gemmer cookies med en maksimal varighed p\\xE5 ca. s\\xE5 mange dage:","static.tcf.cookie_disclosure.non_cookie":\'anvender metoder som f.eks. "lokalt lager" til at gemme og tage sig adgang til oplysninger p\\xE5 din enhed.\',"static.tcf.cookie_disclosure.refresh":"Disse cookies kan blive opdateret.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funktioner","static.tcf.features.description":"Nedenfor finder du en liste over de funktioner, hvortil dine data bliver behandlet. Du kan ud\\xF8ve dine rettigheder for s\\xE6rlige funktioner ved hj\\xE6lp af on/off-knapperne nedenfor.","static.tcf.legint":"Legitim interesse","static.tcf.legint_disclosure":"Offentligg\\xF8relse af legitim interesse","static.tcf.privacy_policy":"Fortrolighedspolitik","static.tcf.purposes":"Form\\xE5l","static.tcf.purposes.description":"Nedenfor finder du en liste over de form\\xE5l og s\\xE6rlige funktioner, hvortil dine data bliver behandlet. Du kan ud\\xF8ve dine rettigheder for s\\xE6rlige form\\xE5l, baseret p\\xE5 samtykke eller legitim interesse, ved hj\\xE6lp af on/off-knapperne nedenfor.","static.tcf.retention":"Opbevaring","static.tcf.retention_period_days":"dag(e)","static.tcf.special_features":"S\\xE6rlige funktioner","static.tcf.special_purposes":"S\\xE6rlige form\\xE5l","static.tcf.vendors":"Forhandlere","static.tcf.vendors.description":"Nedenfor finder du en liste over forhandlere, der behandler dine data, og de behandlingsform\\xE5l eller -funktioner, de angiver. Du kan ud\\xF8ve dine rettigheder for hver forhandler baseret p\\xE5 det retsgrundlag, de h\\xE6vder.","static.tcf.vendors.iab":"IAB TCF forhandlere","static.tcf.vendors.other":"Andre forhandlere","static.tcf.vendors_count":"forhandler(e)","static.tcf.vendors_using_consent":"Forhandlere, der anvender samtykke","static.tcf.vendors_using_legint":"Forhandlere, der anvender legitim interesse"},Gf={"static.tcf.consent":"Einwilligung","static.tcf.cookie_disclosure.also_non_cookie":"Dieser Anbieter verwendet auch andere Methoden wie den \\u201Elokalen Speicher\\u201C, um Informationen auf Ihrem Ger\\xE4t zu speichern und darauf zuzugreifen.","static.tcf.cookie_disclosure.intro":"speichert Cookies mit einer maximalen Speicherdauer von etwa so vielen Tagen:","static.tcf.cookie_disclosure.non_cookie":"verwendet Methoden wie den \\u201Elokalen Speicher\\u201C, um Informationen auf Ihrem Ger\\xE4t zu speichern und darauf zuzugreifen.","static.tcf.cookie_disclosure.refresh":"Diese Cookies k\\xF6nnen erneuert werden.","static.tcf.data_categories":"Datenkategorien","static.tcf.features":"Funktionen","static.tcf.features.description":"Nachstehend finden Sie eine Liste der Funktionen, f\\xFCr die Ihre Daten verarbeitet werden. Sie k\\xF6nnen Ihre Rechte in Bezug auf besondere Funktionen aus\\xFCben, indem Sie die nachstehenden Schalter aktivieren oder deaktivieren.","static.tcf.legint":"Berechtigtes Interesse","static.tcf.legint_disclosure":"Offenlegung berechtigtes Interesse","static.tcf.privacy_policy":"Datenschutzrichtlinie","static.tcf.purposes":"Zwecke","static.tcf.purposes.description":"Nachstehend finden Sie eine Liste der Zwecke und besonderen Funktionen, f\\xFCr die Ihre Daten verarbeitet werden. Sie k\\xF6nnen Ihre Rechte f\\xFCr bestimmte Zwecke aus\\xFCben, die auf Ihrer Einwilligung oder einem berechtigten Interesse beruhen, indem Sie die nachstehenden Schalter aktivieren oder deaktivieren.","static.tcf.retention":"Aufbewahrungsdauer","static.tcf.retention_period_days":"Tag(e)","static.tcf.special_features":"Besondere Funktionen","static.tcf.special_purposes":"Besondere Zwecke","static.tcf.vendors":"Anbieter","static.tcf.vendors.description":"Nachstehend finden Sie eine Liste der Anbieter, die Ihre Daten verarbeiten, sowie die Verarbeitungszwecke oder -funktionen, die diese angeben. Sie k\\xF6nnen Ihre Rechte f\\xFCr jeden Anbieter auf Grundlage der von ihm angegebenen Rechtsgrundlage aus\\xFCben.","static.tcf.vendors.iab":"IAB TCF Anbieter","static.tcf.vendors.other":"Andere Anbieter","static.tcf.vendors_count":"Anbieter","static.tcf.vendors_using_consent":"Anbieter mit Einwilligung","static.tcf.vendors_using_legint":"Anbieter mit berechtigtem Interesse"},Hf={"static.tcf.consent":"\\u03A3\\u03C5\\u03BD\\u03B1\\u03AF\\u03BD\\u03B5\\u03C3\\u03B7","static.tcf.cookie_disclosure.also_non_cookie":"\\u0391\\u03C5\\u03C4\\u03CC\\u03C2 \\u03BF \\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AE\\u03C2 \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03B5\\u03AF \\u03B5\\u03C0\\u03AF\\u03C3\\u03B7\\u03C2 \\u03AC\\u03BB\\u03BB\\u03B5\\u03C2 \\u03BC\\u03B5\\u03B8\\u03CC\\u03B4\\u03BF\\u03C5\\u03C2, \\u03CC\\u03C0\\u03C9\\u03C2 \\xAB\\u03C4\\u03BF\\u03C0\\u03B9\\u03BA\\u03AE \\u03B1\\u03C0\\u03BF\\u03B8\\u03AE\\u03BA\\u03B5\\u03C5\\u03C3\\u03B7\\xBB, \\u03B3\\u03B9\\u03B1 \\u03C4\\u03B7\\u03BD \\u03B1\\u03C0\\u03BF\\u03B8\\u03AE\\u03BA\\u03B5\\u03C5\\u03C3\\u03B7 \\u03BA\\u03B1\\u03B9 \\u03C4\\u03B7\\u03BD \\u03C0\\u03C1\\u03CC\\u03C3\\u03B2\\u03B1\\u03C3\\u03B7 \\u03C3\\u03B5 \\u03C0\\u03BB\\u03B7\\u03C1\\u03BF\\u03C6\\u03BF\\u03C1\\u03AF\\u03B5\\u03C2 \\u03C3\\u03C4\\u03B7 \\u03C3\\u03C5\\u03C3\\u03BA\\u03B5\\u03C5\\u03AE \\u03C3\\u03B1\\u03C2.","static.tcf.cookie_disclosure.intro":"\\u03B1\\u03C0\\u03BF\\u03B8\\u03B7\\u03BA\\u03B5\\u03CD\\u03B5\\u03B9 cookie \\u03BC\\u03B5 \\u03BC\\u03AD\\u03B3\\u03B9\\u03C3\\u03C4\\u03B7 \\u03B4\\u03B9\\u03AC\\u03C1\\u03BA\\u03B5\\u03B9\\u03B1 \\u03C0\\u03B5\\u03C1\\u03AF\\u03C0\\u03BF\\u03C5 \\u03C4\\u03CC\\u03C3\\u03B5\\u03C2 \\u03B7\\u03BC\\u03AD\\u03C1\\u03B5\\u03C2:","static.tcf.cookie_disclosure.non_cookie":"\\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03B5\\u03AF \\u03BC\\u03B5\\u03B8\\u03CC\\u03B4\\u03BF\\u03C5\\u03C2 \\u03CC\\u03C0\\u03C9\\u03C2 \\u03B7 \\xAB\\u03C4\\u03BF\\u03C0\\u03B9\\u03BA\\u03AE \\u03B1\\u03C0\\u03BF\\u03B8\\u03AE\\u03BA\\u03B5\\u03C5\\u03C3\\u03B7\\xBB \\u03B3\\u03B9\\u03B1 \\u03C4\\u03B7\\u03BD \\u03B1\\u03C0\\u03BF\\u03B8\\u03AE\\u03BA\\u03B5\\u03C5\\u03C3\\u03B7 \\u03BA\\u03B1\\u03B9 \\u03C4\\u03B7\\u03BD \\u03C0\\u03C1\\u03CC\\u03C3\\u03B2\\u03B1\\u03C3\\u03B7 \\u03C3\\u03B5 \\u03C0\\u03BB\\u03B7\\u03C1\\u03BF\\u03C6\\u03BF\\u03C1\\u03AF\\u03B5\\u03C2 \\u03C3\\u03C4\\u03B7 \\u03C3\\u03C5\\u03C3\\u03BA\\u03B5\\u03C5\\u03AE \\u03C3\\u03B1\\u03C2.","static.tcf.cookie_disclosure.refresh":"\\u0391\\u03C5\\u03C4\\u03AC \\u03C4\\u03B1 cookie \\u03B5\\u03BD\\u03B4\\u03AD\\u03C7\\u03B5\\u03C4\\u03B1\\u03B9 \\u03BD\\u03B1 \\u03B1\\u03BD\\u03B1\\u03BD\\u03B5\\u03C9\\u03B8\\u03BF\\u03CD\\u03BD.","static.tcf.data_categories":"\\u039A\\u03B1\\u03C4\\u03B7\\u03B3\\u03BF\\u03C1\\u03AF\\u03B5\\u03C2 \\u03B4\\u03B5\\u03B4\\u03BF\\u03BC\\u03AD\\u03BD\\u03C9\\u03BD","static.tcf.features":"\\u03A7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC","static.tcf.features.description":"\\u03A0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9, \\u03B8\\u03B1 \\u03B2\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BC\\u03B9\\u03B1 \\u03BB\\u03AF\\u03C3\\u03C4\\u03B1 \\u03BC\\u03B5 \\u03C4\\u03B1 \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC \\u03B3\\u03B9\\u03B1 \\u03C4\\u03B1 \\u03BF\\u03C0\\u03BF\\u03AF\\u03B1 \\u03B3\\u03AF\\u03BD\\u03B5\\u03C4\\u03B1\\u03B9 \\u03B5\\u03C0\\u03B5\\u03BE\\u03B5\\u03C1\\u03B3\\u03B1\\u03C3\\u03AF\\u03B1 \\u03C4\\u03C9\\u03BD \\u03B4\\u03B5\\u03B4\\u03BF\\u03BC\\u03AD\\u03BD\\u03C9\\u03BD \\u03C3\\u03B1\\u03C2. \\u039C\\u03C0\\u03BF\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BD\\u03B1 \\u03B1\\u03C3\\u03BA\\u03AE\\u03C3\\u03B5\\u03C4\\u03B5 \\u03C4\\u03B1 \\u03B4\\u03B9\\u03BA\\u03B1\\u03B9\\u03CE\\u03BC\\u03B1\\u03C4\\u03AC \\u03C3\\u03B1\\u03C2 \\u03B3\\u03B9\\u03B1 \\u03B5\\u03B9\\u03B4\\u03B9\\u03BA\\u03AC \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03CE\\u03BD\\u03C4\\u03B1\\u03C2 \\u03C4\\u03B1 \\u03C0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9 \\u03BA\\u03BF\\u03C5\\u03BC\\u03C0\\u03B9\\u03AC \\u03B5\\u03BD\\u03B1\\u03BB\\u03BB\\u03B1\\u03B3\\u03AE\\u03C2.","static.tcf.legint":"\\u0388\\u03BD\\u03BD\\u03BF\\u03BC\\u03BF \\u03C3\\u03C5\\u03BC\\u03C6\\u03AD\\u03C1\\u03BF\\u03BD","static.tcf.legint_disclosure":"\\u0391\\u03C0\\u03BF\\u03BA\\u03AC\\u03BB\\u03C5\\u03C8\\u03B7 \\u03AD\\u03BD\\u03BD\\u03BF\\u03BC\\u03BF\\u03C5 \\u03C3\\u03C5\\u03BC\\u03C6\\u03AD\\u03C1\\u03BF\\u03BD\\u03C4\\u03BF\\u03C2","static.tcf.privacy_policy":"\\u03A0\\u03BF\\u03BB\\u03B9\\u03C4\\u03B9\\u03BA\\u03AE \\u03B1\\u03C0\\u03BF\\u03C1\\u03C1\\u03AE\\u03C4\\u03BF\\u03C5","static.tcf.purposes":"\\u03A3\\u03BA\\u03BF\\u03C0\\u03BF\\u03AF","static.tcf.purposes.description":"\\u03A0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9, \\u03B8\\u03B1 \\u03B2\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BC\\u03B9\\u03B1 \\u03BB\\u03AF\\u03C3\\u03C4\\u03B1 \\u03BC\\u03B5 \\u03C4\\u03BF\\u03C5\\u03C2 \\u03C3\\u03BA\\u03BF\\u03C0\\u03BF\\u03CD\\u03C2 \\u03BA\\u03B1\\u03B9 \\u03C4\\u03B1 \\u03B5\\u03B9\\u03B4\\u03B9\\u03BA\\u03AC \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC \\u03B3\\u03B9\\u03B1 \\u03C4\\u03B1 \\u03BF\\u03C0\\u03BF\\u03AF\\u03B1 \\u03B3\\u03AF\\u03BD\\u03B5\\u03C4\\u03B1\\u03B9 \\u03B5\\u03C0\\u03B5\\u03BE\\u03B5\\u03C1\\u03B3\\u03B1\\u03C3\\u03AF\\u03B1 \\u03C4\\u03C9\\u03BD \\u03B4\\u03B5\\u03B4\\u03BF\\u03BC\\u03AD\\u03BD\\u03C9\\u03BD \\u03C3\\u03B1\\u03C2. \\u039C\\u03C0\\u03BF\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BD\\u03B1 \\u03B1\\u03C3\\u03BA\\u03AE\\u03C3\\u03B5\\u03C4\\u03B5 \\u03C4\\u03B1 \\u03B4\\u03B9\\u03BA\\u03B1\\u03B9\\u03CE\\u03BC\\u03B1\\u03C4\\u03AC \\u03C3\\u03B1\\u03C2 \\u03B3\\u03B9\\u03B1 \\u03C3\\u03C5\\u03B3\\u03BA\\u03B5\\u03BA\\u03C1\\u03B9\\u03BC\\u03AD\\u03BD\\u03BF\\u03C5\\u03C2 \\u03C3\\u03BA\\u03BF\\u03C0\\u03BF\\u03CD\\u03C2, \\u03B2\\u03AC\\u03C3\\u03B5\\u03B9 \\u03C3\\u03C5\\u03BD\\u03B1\\u03AF\\u03BD\\u03B5\\u03C3\\u03B7\\u03C2 \\u03AE \\u03AD\\u03BD\\u03BD\\u03BF\\u03BC\\u03BF\\u03C5 \\u03C3\\u03C5\\u03BC\\u03C6\\u03AD\\u03C1\\u03BF\\u03BD\\u03C4\\u03BF\\u03C2, \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03CE\\u03BD\\u03C4\\u03B1\\u03C2 \\u03C4\\u03B1 \\u03C0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9 \\u03BA\\u03BF\\u03C5\\u03BC\\u03C0\\u03B9\\u03AC \\u03B5\\u03BD\\u03B1\\u03BB\\u03BB\\u03B1\\u03B3\\u03AE\\u03C2.","static.tcf.retention":"\\u0394\\u03B9\\u03B1\\u03C4\\u03AE\\u03C1\\u03B7\\u03C3\\u03B7","static.tcf.retention_period_days":"\\u03B7\\u03BC\\u03AD\\u03C1\\u03B1(-\\u03B5\\u03C2)","static.tcf.special_features":"\\u0395\\u03B9\\u03B4\\u03B9\\u03BA\\u03AC \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC","static.tcf.special_purposes":"\\u0395\\u03B9\\u03B4\\u03B9\\u03BA\\u03BF\\u03AF \\u03C3\\u03BA\\u03BF\\u03C0\\u03BF\\u03AF","static.tcf.vendors":"\\u03A0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2","static.tcf.vendors.description":"\\u03A0\\u03B1\\u03C1\\u03B1\\u03BA\\u03AC\\u03C4\\u03C9, \\u03B8\\u03B1 \\u03B2\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BC\\u03B9\\u03B1 \\u03BB\\u03AF\\u03C3\\u03C4\\u03B1 \\u03BC\\u03B5 \\u03C4\\u03BF\\u03C5\\u03C2 \\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03B5\\u03C0\\u03B5\\u03BE\\u03B5\\u03C1\\u03B3\\u03AC\\u03B6\\u03BF\\u03BD\\u03C4\\u03B1\\u03B9 \\u03C4\\u03B1 \\u03B4\\u03B5\\u03B4\\u03BF\\u03BC\\u03AD\\u03BD\\u03B1 \\u03C3\\u03B1\\u03C2 \\u03BA\\u03B1\\u03B9 \\u03C4\\u03BF\\u03C5\\u03C2 \\u03C3\\u03BA\\u03BF\\u03C0\\u03BF\\u03CD\\u03C2 \\u03AE \\u03C4\\u03B1 \\u03C7\\u03B1\\u03C1\\u03B1\\u03BA\\u03C4\\u03B7\\u03C1\\u03B9\\u03C3\\u03C4\\u03B9\\u03BA\\u03AC \\u03C4\\u03B7\\u03C2 \\u03B5\\u03C0\\u03B5\\u03BE\\u03B5\\u03C1\\u03B3\\u03B1\\u03C3\\u03AF\\u03B1\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03B4\\u03B7\\u03BB\\u03CE\\u03BD\\u03BF\\u03C5\\u03BD. \\u039C\\u03C0\\u03BF\\u03C1\\u03B5\\u03AF\\u03C4\\u03B5 \\u03BD\\u03B1 \\u03B1\\u03C3\\u03BA\\u03AE\\u03C3\\u03B5\\u03C4\\u03B5 \\u03C4\\u03B1 \\u03B4\\u03B9\\u03BA\\u03B1\\u03B9\\u03CE\\u03BC\\u03B1\\u03C4\\u03AC \\u03C3\\u03B1\\u03C2 \\u03B3\\u03B9\\u03B1 \\u03BA\\u03AC\\u03B8\\u03B5 \\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AE \\u03B2\\u03AC\\u03C3\\u03B5\\u03B9 \\u03C4\\u03B7\\u03C2 \\u03BD\\u03BF\\u03BC\\u03B9\\u03BA\\u03AE\\u03C2 \\u03B2\\u03AC\\u03C3\\u03B7\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03B1\\u03BE\\u03B9\\u03CE\\u03BD\\u03B5\\u03B9.","static.tcf.vendors.iab":"\\u03A0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2 IAB TCF","static.tcf.vendors.other":"\\u039B\\u03BF\\u03B9\\u03C0\\u03BF\\u03AF \\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2","static.tcf.vendors_count":"\\u03C0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AE\\u03C2(-\\u03AD\\u03C2)","static.tcf.vendors_using_consent":"\\u03A0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03BF\\u03CD\\u03BD \\u03C3\\u03C5\\u03BD\\u03B1\\u03AF\\u03BD\\u03B5\\u03C3\\u03B7","static.tcf.vendors_using_legint":"\\u03A0\\u03C1\\u03BF\\u03BC\\u03B7\\u03B8\\u03B5\\u03C5\\u03C4\\u03AD\\u03C2 \\u03C0\\u03BF\\u03C5 \\u03C7\\u03C1\\u03B7\\u03C3\\u03B9\\u03BC\\u03BF\\u03C0\\u03BF\\u03B9\\u03BF\\u03CD\\u03BD \\u03AD\\u03BD\\u03BD\\u03BF\\u03BC\\u03BF \\u03C3\\u03C5\\u03BC\\u03C6\\u03AD\\u03C1\\u03BF\\u03BD"},qf={"static.tcf.consent":"Consent","static.tcf.cookie_disclosure.also_non_cookie":\'This vendor also uses other methods like "local storage" to store and access information on your device.\',"static.tcf.cookie_disclosure.intro":"stores cookies with a maximum duration of about this many days:","static.tcf.cookie_disclosure.non_cookie":\'uses methods like "local storage" to store and access information on your device.\',"static.tcf.cookie_disclosure.refresh":"These cookies may be refreshed.","static.tcf.data_categories":"Data categories","static.tcf.features":"Features","static.tcf.features.description":"Below, you will find a list of the features for which your data is being processed. You may exercise your rights for special features using the toggles below.","static.tcf.iab":"IAB TCF","static.tcf.legint":"Legitimate interest","static.tcf.legint_disclosure":"Legitimate interest disclosure","static.tcf.privacy_policy":"Privacy policy","static.tcf.purposes":"Purposes","static.tcf.purposes.description":"Below, you will find a list of the purposes and special features for which your data is being processed. You may exercise your rights for specific purposes, based on consent or legitimate interest, using the toggles below.","static.tcf.retention":"Retention","static.tcf.retention_period_days":"day(s)","static.tcf.special_features":"Special features","static.tcf.special_purposes":"Special purposes","static.tcf.vendors":"Vendors","static.tcf.vendors.description":"Below, you will find a list of vendors processing your data and the purposes or features of processing they declare. You may exercise your rights for each vendor based on the legal basis they assert.","static.tcf.vendors.iab":"IAB TCF Vendors","static.tcf.vendors.other":"Other vendors","static.tcf.vendors_count":"vendor(s)","static.tcf.vendors_using_consent":"Vendors using consent","static.tcf.vendors_using_legint":"Vendors using legitimate interest"},Kf={"static.tcf.consent":"Consentimiento","static.tcf.cookie_disclosure.also_non_cookie":"Este proveedor tambi\\xE9n utiliza otros m\\xE9todos como el \\xABalmacenamiento local\\xBB para almacenar y acceder a informaci\\xF3n en su dispositivo.","static.tcf.cookie_disclosure.intro":"almacena cookies con una duraci\\xF3n m\\xE1xima de aproximadamente este n\\xFAmero de d\\xEDas:","static.tcf.cookie_disclosure.non_cookie":"utiliza m\\xE9todos como el \\xABalmacenamiento local\\xBB para almacenar y acceder a informaci\\xF3n en su dispositivo.","static.tcf.cookie_disclosure.refresh":"Estas cookies se pueden actualizar.","static.tcf.data_categories":"Categor\\xEDas de datos","static.tcf.features":"Caracter\\xEDsticas","static.tcf.features.description":"A continuaci\\xF3n encontrar\\xE1 una lista de las caracter\\xEDsticas para las que se est\\xE1n procesando sus datos. Con los siguientes botones puede ejercer sus derechos para caracter\\xEDsticas especiales.","static.tcf.legint":"Inter\\xE9s leg\\xEDtimo","static.tcf.legint_disclosure":"Revelaci\\xF3n de inter\\xE9s leg\\xEDtimo","static.tcf.privacy_policy":"Pol\\xEDtica de privacidad","static.tcf.purposes":"Prop\\xF3sitos","static.tcf.purposes.description":"A continuaci\\xF3n encontrar\\xE1 una lista de los prop\\xF3sitos y caracter\\xEDsticas especiales para los que se est\\xE1n procesando sus datos. Con los siguientes botones puede ejercer sus derechos para prop\\xF3sitos espec\\xEDficos bas\\xE1ndose en el consentimiento o inter\\xE9s leg\\xEDtimo.","static.tcf.retention":"Conservaci\\xF3n","static.tcf.retention_period_days":"d\\xEDa(s)","static.tcf.special_features":"Caracter\\xEDsticas especiales","static.tcf.special_purposes":"Prop\\xF3sitos especiales","static.tcf.vendors":"Proveedores","static.tcf.vendors.description":"A continuaci\\xF3n encontrar\\xE1 una lista de los proveedores que procesan sus datos y los prop\\xF3sitos o caracter\\xEDsticas de procesamiento que declaran. Puede ejercer sus derechos para cada proveedor bas\\xE1ndose en la base legal que afirman.","static.tcf.vendors.iab":"Proveedores IAB TCF","static.tcf.vendors.other":"Otros proveedores","static.tcf.vendors_count":"proveedor(es)","static.tcf.vendors_using_consent":"Proveedores que utilizan el consentimiento","static.tcf.vendors_using_legint":"Proveedores que utilizan el inter\\xE9s leg\\xEDtimo"},Yf={"static.tcf.consent":"Consentimiento","static.tcf.cookie_disclosure.also_non_cookie":"Este proveedor tambi\\xE9n una otros m\\xE9todos como \\u201Calmacenamiento local\\u201D para almacenar y acceder a informaci\\xF3n en su dispositivo.","static.tcf.cookie_disclosure.intro":"almacena cookies con una duraci\\xF3n m\\xE1xima de alrededor de estos d\\xEDas.","static.tcf.cookie_disclosure.non_cookie":"usa m\\xE9todos como \\u201Calmacenamiento local\\u201D para almacenar y acceder a informaci\\xF3n en su dispositivo.","static.tcf.cookie_disclosure.refresh":"Estas cookies se pueden actualizar.","static.tcf.data_categories":"Categor\\xEDas de datos","static.tcf.features":"Caracter\\xEDsticas","static.tcf.features.description":"A continuaci\\xF3n, encontrar\\xE1 una lista de las caracter\\xEDsticas para las que se est\\xE1n procesando sus datos. Puede ejercer sus derechos para las caracter\\xEDsticas especiales usando los botones a continuaci\\xF3n.","static.tcf.legint":"Inter\\xE9s leg\\xEDtimo","static.tcf.legint_disclosure":"Divulgaci\\xF3n de inter\\xE9s leg\\xEDtimo","static.tcf.privacy_policy":"Pol\\xEDtica de privacidad","static.tcf.purposes":"Prop\\xF3sitos","static.tcf.purposes.description":"A continuaci\\xF3n, encontrar\\xE1 una lista de los prop\\xF3sitos y caracter\\xEDsticas especiales para los que se est\\xE1n procesando sus datos. Puede ejercer sus derechos para prop\\xF3sitos espec\\xEDficos, bas\\xE1ndose en el consentimiento o inter\\xE9s leg\\xEDtimo, usando los botones a continuaci\\xF3n.","static.tcf.retention":"Retenci\\xF3n","static.tcf.retention_period_days":"d\\xEDa(s)","static.tcf.special_features":"Caracter\\xEDsticas especiales","static.tcf.special_purposes":"Prop\\xF3sitos especiales","static.tcf.vendors":"Proveedores","static.tcf.vendors.description":"A continuaci\\xF3n, encontrar\\xE1 una lista de los proveedores que procesan sus datos y los prop\\xF3sitos o caracter\\xEDsticas de procesamiento que ellos declaran. Puede ejercer sus derechos para cada proveedor bas\\xE1ndose en la base legal que afirman.","static.tcf.vendors.iab":"Proveedores IAB TCF","static.tcf.vendors.other":"Otros proveedores","static.tcf.vendors_count":"proveedor(es)","static.tcf.vendors_using_consent":"Proveedores que usan consentimiento","static.tcf.vendors_using_legint":"Proveedores que usan inter\\xE9s leg\\xEDtimo"},Wf={"static.tcf.consent":"N\\xF5usolek","static.tcf.cookie_disclosure.also_non_cookie":"See kaupmees kasutab ka muid meetodeid, nt \\u201Ekohalik salvestusruum\\u201C, et hoida ja kasutada teavet teie seadmes.","static.tcf.cookie_disclosure.intro":"salvestab k\\xFCpsiseid, mille maksimaalne kestvus on umbes nii mitu p\\xE4eva:","static.tcf.cookie_disclosure.non_cookie":"kasutab selliseid meetodeid nagu \\u201Ekohalik salvestusruum\\u201C, et hoida ja kasutada teavet teie seadmes.","static.tcf.cookie_disclosure.refresh":"Neid k\\xFCpsiseid v\\xF5idakse uuendada.","static.tcf.data_categories":"Andmekategooriad","static.tcf.features":"Funktsioonid","static.tcf.features.description":"Allpool on esitatud loetelu funktsioonidest, mille nimel teie andmeid t\\xF6\\xF6deldakse Vastavaid l\\xFCliteid kasutades v\\xF5ite kasutada oma \\xF5igusi erifunktsioonidele.","static.tcf.legint":"\\xD5igustatud huvi","static.tcf.legint_disclosure":"\\xD5igustatud huvi avaldus","static.tcf.privacy_policy":"Privaatsuseeskiri","static.tcf.purposes":"Eesm\\xE4rgid","static.tcf.purposes.description":"Allpool on esitatud loetelu teie andmete t\\xF6\\xF6tlemise eesm\\xE4rkidest ja erifunktsioonidest. Alltoodud l\\xFCliteid kasutades v\\xF5ite kasutada oma \\xF5igusi konkreetsetel eesm\\xE4rkidel, mis p\\xF5hinevad n\\xF5usolekul v\\xF5i \\xF5igustatud huvil.","static.tcf.retention":"S\\xE4ilitamine","static.tcf.retention_period_days":"p\\xE4ev(a)","static.tcf.special_features":"Erifunktsioonid","static.tcf.special_purposes":"Erieesm\\xE4rgid","static.tcf.vendors":"Kaupmehed","static.tcf.vendors.description":"Allpool on esitatud loetelu kaupmeestest, kes teie andmeid t\\xF6\\xF6tlevad, ja nende esitatud t\\xF6\\xF6tlemise eesm\\xE4rkidest v\\xF5i funktsioonidest. V\\xF5ite rakendada oma \\xF5igusi vastavalt iga kaupmehe esitatud \\xF5iguslikule alusele.","static.tcf.vendors.iab":"IAB ja TCF-i kaupmehed","static.tcf.vendors.other":"Muud kaupmehed","static.tcf.vendors_count":"kaupmees(t)","static.tcf.vendors_using_consent":"N\\xF5usolekut kasutavad kaupmehed","static.tcf.vendors_using_legint":"\\xD5igustatud huvi kasutavad kaupmehed"},Jf={"static.tcf.consent":"Baimena","static.tcf.cookie_disclosure.also_non_cookie":\'Hornitzaile horrek beste metodo batzuk ere erabiltzen ditu, hala nola "biltegiratze lokala", gailuan informazioa gordetzeko eta atzitzeko.\',"static.tcf.cookie_disclosure.intro":"hornitzaileak cookieak biltegiratzen ditu gehienez ere honenbeste egun:","static.tcf.cookie_disclosure.non_cookie":\'hornitzaileak "biltegiratze lokala\\u201D bezalako metodoak erabiltzen ditu, gailuan informazioa gordetzeko eta atzitzeko.\',"static.tcf.cookie_disclosure.refresh":"Cookie hauek eguneratu egin daitezke.","static.tcf.data_categories":"Datuen kategoriak","static.tcf.features":"Ezaugarriak","static.tcf.features.description":"Azpian, zure datuak prozesatzeko erabiltzen diren ezaugarrien zerrenda aurkituko duzu. Ezaugarri bereziei aurka egiteko eskubideak erabil ditzakezu ondorengo botoiekin.","static.tcf.legint":"Interes legitimoa","static.tcf.legint_disclosure":"Interes legitimoen jakinarazpena","static.tcf.privacy_policy":"Pribatutasun-politika","static.tcf.purposes":"Xedeak","static.tcf.purposes.description":"Azpian, zure datuak prozesatzeko erabiltzen diren xede eta ezaugarri berezien zerrenda aurkituko duzu. Berariazko xedeei aurka egiteko eskubideak erabil ditzakezu, baimenean edo interes legitimoan oinarrituta, ondorengo botoiekin.","static.tcf.retention":"Atxikipena","static.tcf.retention_period_days":"egun","static.tcf.special_features":"Ezaugarri bereziak","static.tcf.special_purposes":"Xede bereziak","static.tcf.vendors":"Hornitzaileak","static.tcf.vendors.description":"Azpian, zure datuak prozesatzen dituzten hornitzaileen zerrenda aurkituko duzu, bai eta adierazten dituzten prozesamenduaren xede edo ezaugarriak ere. Saltzaile bakoitzari aurka egiteko eskubideak erabil ditzakezu, baieztatzen duten oinarri juridikoaren arabera.","static.tcf.vendors.iab":"IAB TCF hornitzaileak","static.tcf.vendors.other":"Beste hornitzaile batzuk","static.tcf.vendors_count":"hornitzaile","static.tcf.vendors_using_consent":"Baimena erabiltzen duten hornitzaileak","static.tcf.vendors_using_legint":"Interes legitimoa erabiltzen duten hornitzaileak"},Zf={"static.tcf.consent":"Suostumus","static.tcf.cookie_disclosure.also_non_cookie":"T\\xE4m\\xE4 toimittaja k\\xE4ytt\\xE4\\xE4 my\\xF6s muita menetelmi\\xE4, kuten \\u201Dpaikallista tallennusta\\u201D tietojen tallentamiseen ja k\\xE4ytt\\xE4miseen laitteella.","static.tcf.cookie_disclosure.intro":"tallentaa ev\\xE4steit\\xE4, joiden enimm\\xE4iskesto on p\\xE4iviss\\xE4 noin:","static.tcf.cookie_disclosure.non_cookie":"k\\xE4ytt\\xE4\\xE4 menetelmi\\xE4, kuten \\u201Dpaikallista tallennusta\\u201D tietojen tallentamiseen ja k\\xE4ytt\\xE4miseen laitteella.","static.tcf.cookie_disclosure.refresh":"N\\xE4it\\xE4 ev\\xE4steit\\xE4 voidaan p\\xE4ivitt\\xE4\\xE4.","static.tcf.data_categories":"Tietoluokat","static.tcf.features":"Ominaisuudet","static.tcf.features.description":"Alla olevassa luettelossa esitet\\xE4\\xE4n ominaisuudet, joita varten tietojanne k\\xE4sitell\\xE4\\xE4n. Voitte k\\xE4ytt\\xE4\\xE4 erityisi\\xE4 ominaisuuksia koskevia oikeuksianne alla olevilla valitsimilla.","static.tcf.legint":"Oikeutetut edut","static.tcf.legint_disclosure":"Ilmoitus oikeutetusta edusta","static.tcf.privacy_policy":"Tietosuojak\\xE4yt\\xE4nt\\xF6","static.tcf.purposes":"Tarkoitukset","static.tcf.purposes.description":"Alla olevassa luettelossa esitet\\xE4\\xE4n tarkoitukset ja erityiset ominaisuudet, joita varten tietojanne k\\xE4sitell\\xE4\\xE4n. Voitte k\\xE4ytt\\xE4\\xE4 oikeuksianne tiettyihin suostumuksen tai oikeutetun edun perusteella k\\xE4ytettyihin tarkoituksiin alla olevilla valitsimilla.","static.tcf.retention":"S\\xE4ilytt\\xE4minen","static.tcf.retention_period_days":"p\\xE4iv\\xE4(\\xE4)","static.tcf.special_features":"Erityiset ominaisuudet","static.tcf.special_purposes":"Erityiset tarkoitukset","static.tcf.vendors":"Toimittajat","static.tcf.vendors.description":"Alla olevassa luettelossa esitet\\xE4\\xE4n luettelo tietojanne k\\xE4sittelevist\\xE4 toimittajista ja niiden ilmoittamien k\\xE4sittelyn tarkoituksesta tai ominaisuuksista. Voitte k\\xE4ytt\\xE4\\xE4 oikeuksianne kunkin toimittajan kohdalla niiden esitt\\xE4mien oikeusperusteiden perusteilla.","static.tcf.vendors.iab":"IAB TCF toimittajat","static.tcf.vendors.other":"Muut toimittajat","static.tcf.vendors_count":"toimittaja(t)","static.tcf.vendors_using_consent":"Toimittajat, jotka k\\xE4ytt\\xE4v\\xE4t suostumusta","static.tcf.vendors_using_legint":"Toimittajat, jotka k\\xE4ytt\\xE4v\\xE4t oikeutettua etua"},Qf={"static.tcf.consent":"Consentement","static.tcf.cookie_disclosure.also_non_cookie":"Ce fournisseur utilise \\xE9galement d\\u2019autres m\\xE9thodes de \\xAB\\xA0stockage local\\xA0\\xBB pour stocker les informations pr\\xE9sentes sur votre appareil et y acc\\xE9der.","static.tcf.cookie_disclosure.intro":"stocke les cookies pour une dur\\xE9e maximale approximative du nombre de jours suivants\\xA0:","static.tcf.cookie_disclosure.non_cookie":"utilise des m\\xE9thodes comme le \\xAB\\xA0stockage local\\xA0\\xBB pour stocker les informations pr\\xE9sentes sur votre appareil et y acc\\xE9der.","static.tcf.cookie_disclosure.refresh":"Ces cookies peuvent \\xEAtre actualis\\xE9s.","static.tcf.data_categories":"Cat\\xE9gories de donn\\xE9es","static.tcf.features":"Fonctions","static.tcf.features.description":"Vous trouverez ci-dessous une liste des fonctions dans le cadre desquelles nous traitons vos donn\\xE9es. Vous pouvez exercer vos droits pour les fonctions sp\\xE9ciales en utilisant les commutateurs ci-dessous.","static.tcf.legint":"Int\\xE9r\\xEAt l\\xE9gitime","static.tcf.legint_disclosure":"Avis sur l\\u2019int\\xE9r\\xEAt l\\xE9gitime","static.tcf.privacy_policy":"Politique de confidentialit\\xE9","static.tcf.purposes":"Finalit\\xE9s","static.tcf.purposes.description":"Vous trouverez ci-dessous une liste des finalit\\xE9s et des fonctions sp\\xE9ciales dans le cadre desquelles nous traitons vos donn\\xE9es. Vous pouvez exercer vos droits pour les usages sp\\xE9cifiques, sur la base du consentement ou de l\\u2019int\\xE9r\\xEAt l\\xE9gitime, en utilisant les commutateurs ci-dessous.","static.tcf.retention":"R\\xE9tention","static.tcf.retention_period_days":"jour(s)","static.tcf.special_features":"Fonctions sp\\xE9ciales","static.tcf.special_purposes":"Usages sp\\xE9cifiques","static.tcf.vendors":"Fournisseurs","static.tcf.vendors.description":"Vous trouverez ci-dessous une liste des fournisseurs qui traitent vos donn\\xE9es, ainsi que les finalit\\xE9s ou les fonctions d\\xE9clar\\xE9es dans le cadre de ce traitement. Vous pouvez exercer vos droits pour chaque fournisseur au regard de la base juridique invoqu\\xE9e.","static.tcf.vendors.iab":"Fournisseurs TCF IAB","static.tcf.vendors.other":"Autres fournisseurs","static.tcf.vendors_count":"fournisseur(s)","static.tcf.vendors_using_consent":"Fournisseurs utilisant le consentement","static.tcf.vendors_using_legint":"Fournisseurs utilisant l\\u2019int\\xE9r\\xEAt l\\xE9gitime"},Xf={"static.tcf.consent":"Consentement","static.tcf.cookie_disclosure.also_non_cookie":"Ce fournisseur utilise \\xE9galement d\\u2019autres m\\xE9thodes comme \\xAB\\xA0le stockage local\\xA0\\xBB pour conserver et acc\\xE9der \\xE0 l\\u2019information sur votre appareil.","static.tcf.cookie_disclosure.intro":"conserve les t\\xE9moins sur une dur\\xE9e maximale de tant de jours :","static.tcf.cookie_disclosure.non_cookie":"utilise des m\\xE9thodes comme le \\xAB\\xA0stockage local\\xA0\\xBB pour conserver et acc\\xE9der \\xE0 l\\u2019information sur votre appareil.","static.tcf.cookie_disclosure.refresh":"Ces t\\xE9moins peuvent \\xEAtre rafra\\xEEchis.","static.tcf.data_categories":"Cat\\xE9gories de donn\\xE9es","static.tcf.features":"Fonctionnalit\\xE9s","static.tcf.features.description":"Vous trouverez ci-dessous une liste des fonctionnalit\\xE9s associ\\xE9es au traitement de vos donn\\xE9es. Vous pouvez exercer vos droits pour les fonctionnalit\\xE9s sp\\xE9ciales \\xE0 l\\u2019aide des touches \\xE0 bascule ci-dessous.","static.tcf.legint":"Int\\xE9r\\xEAt l\\xE9gitime","static.tcf.legint_disclosure":"Divulgation d\\u2019un int\\xE9r\\xEAt l\\xE9gitime","static.tcf.privacy_policy":"Politique de confidentialit\\xE9","static.tcf.purposes":"Objectifs","static.tcf.purposes.description":"Vous trouverez ci-dessous une liste des objectifs et des fonctionnalit\\xE9s sp\\xE9ciales permettant le traitement de vos donn\\xE9es. \\xC0 l\\u2019aide des touches \\xE0 bascule, vous pouvez exercer vos droits pour des objectifs particuliers, sur la base de consentement ou d\\u2019int\\xE9r\\xEAt l\\xE9gitime.","static.tcf.retention":"R\\xE9tention","static.tcf.retention_period_days":"jour(s)","static.tcf.special_features":"Fonctionnalit\\xE9s sp\\xE9ciales","static.tcf.special_purposes":"Objectifs particuliers","static.tcf.vendors":"Fournisseurs","static.tcf.vendors.description":"Vous trouverez ci-dessous une liste des fournisseurs qui traitent vos donn\\xE9es et les objectifs ou fonctionnalit\\xE9s de traitement qu\\u2019ils d\\xE9clarent. Vous pouvez exercer vos droits pour chaque fournisseur suivant la base l\\xE9gale qu\\u2019ils font valoir.","static.tcf.vendors.iab":"Fournisseurs IAB TCF","static.tcf.vendors.other":"Autres fournisseurs","static.tcf.vendors_count":"fournisseur(s)","static.tcf.vendors_using_consent":"Fournisseurs utilisant le consentement","static.tcf.vendors_using_legint":"Fournisseurs utilisant l\\u2019int\\xE9r\\xEAt l\\xE9gitime"},ev={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":\'Este subministrador tam\\xE9n emprega outros m\\xE9todos, como "almacenamento local" para gardar e acceder a informaci\\xF3n do seu dispositivo.\',"static.tcf.cookie_disclosure.intro":"almacena cookies cunha duraci\\xF3n m\\xE1xima aproximada destes d\\xEDas:","static.tcf.cookie_disclosure.non_cookie":\'emprega m\\xE9todos como "almacenamento local" para gardar e acceder a informaci\\xF3n do seu dispositivo.\',"static.tcf.cookie_disclosure.refresh":"Estas cookies poden refrescarse.","static.tcf.data_categories":"Categor\\xEDas de datos","static.tcf.features":"Funci\\xF3ns","static.tcf.features.description":"A continuaci\\xF3n atopar\\xE1 unha listaxe das funci\\xF3ns para as que se procesan os seus datos. Pode exercer os seus dereitos para funci\\xF3ns especiais utilizando as seguintes teclas.","static.tcf.legint":"Interese lex\\xEDtimo","static.tcf.legint_disclosure":"Divulgaci\\xF3n de intereses lex\\xEDtimos","static.tcf.privacy_policy":"Pol\\xEDtica de privacidade","static.tcf.purposes":"Prop\\xF3sitos","static.tcf.purposes.description":"A continuaci\\xF3n atopar\\xE1 unha listaxe dos prop\\xF3sitos e funci\\xF3ns especiais para as que se procesan os seus datos. Pode exercer os seus dereitos para prop\\xF3sitos especiais, segundo o consentimento ou interese lex\\xEDtimo, utilizando as seguintes teclas.","static.tcf.retention":"Retenci\\xF3n","static.tcf.retention_period_days":"d\\xEDa(s)","static.tcf.special_features":"Funci\\xF3ns especiais","static.tcf.special_purposes":"Prop\\xF3sitos especiais","static.tcf.vendors":"Provedores","static.tcf.vendors.description":"A continuaci\\xF3n atopar\\xE1 unha listaxe dos provedores que procesan os seus datos e os prop\\xF3sitos ou funci\\xF3ns de procesamento que declaran. Pode exercer os seus dereitos para cada provedor segundo a base xur\\xEDdica que faga valer.","static.tcf.vendors.iab":"Provedores IAB TCF","static.tcf.vendors.other":"Outros subministradores","static.tcf.vendors_count":"subministrador(es)","static.tcf.vendors_using_consent":"Subministradores que empregan consentimento","static.tcf.vendors_using_legint":"Subministradores que empregan interese lex\\xEDtimo"},tv={"static.tcf.consent":"\\u0938\\u0939\\u092E\\u0924\\u093F","static.tcf.cookie_disclosure.also_non_cookie":\'\\u092F\\u0939 \\u0935\\u0947\\u0902\\u0921\\u0930 \\u0906\\u092A\\u0915\\u0940 \\u0921\\u093F\\u0935\\u093E\\u0907\\u0938 \\u092A\\u0930 \\u091C\\u093E\\u0928\\u0915\\u093E\\u0930\\u0940 \\u0938\\u0902\\u0917\\u094D\\u0930\\u0939\\u0940\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0909\\u0938 \\u0924\\u0915 \\u092A\\u0939\\u0941\\u0902\\u091A\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093F\\u090F "\\u0938\\u094D\\u0925\\u093E\\u0928\\u0940\\u092F \\u092D\\u0902\\u0921\\u093E\\u0930\\u0923" \\u091C\\u0948\\u0938\\u0940 \\u0905\\u0928\\u094D\\u092F \\u0935\\u093F\\u0927\\u093F\\u092F\\u094B\\u0902 \\u0915\\u093E \\u092D\\u0940 \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0924\\u093E \\u0939\\u0948\\u0964\',"static.tcf.cookie_disclosure.intro":"\\u0932\\u0917\\u092D\\u0917 \\u0907\\u0924\\u0928\\u0947 \\u0926\\u093F\\u0928\\u094B\\u0902 \\u0915\\u0940 \\u0905\\u0927\\u093F\\u0915\\u0924\\u092E \\u0905\\u0935\\u0927\\u093F \\u0935\\u093E\\u0932\\u0940 \\u0915\\u0941\\u0915\\u0940\\u091C\\u093C \\u0938\\u0902\\u0917\\u094D\\u0930\\u0939\\u0940\\u0924 \\u0915\\u0930\\u0924\\u093E \\u0939\\u0948:","static.tcf.cookie_disclosure.non_cookie":\'\\u0906\\u092A\\u0915\\u0940 \\u0921\\u093F\\u0935\\u093E\\u0907\\u0938 \\u092A\\u0930 \\u091C\\u093E\\u0928\\u0915\\u093E\\u0930\\u0940 \\u0938\\u0902\\u0917\\u094D\\u0930\\u0939\\u0940\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0909\\u0938 \\u0924\\u0915 \\u092A\\u0939\\u0941\\u0902\\u091A\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093F\\u090F "\\u0938\\u094D\\u0925\\u093E\\u0928\\u0940\\u092F \\u092D\\u0902\\u0921\\u093E\\u0930\\u0923" \\u091C\\u0948\\u0938\\u0940 \\u0935\\u093F\\u0927\\u093F\\u092F\\u094B\\u0902 \\u0915\\u093E \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0924\\u093E \\u0939\\u0948\\u0964\',"static.tcf.cookie_disclosure.refresh":"\\u0907\\u0928 \\u0915\\u0941\\u0915\\u0940\\u091C\\u093C \\u0915\\u094B \\u0930\\u0940\\u092B\\u094D\\u0930\\u0947\\u0936 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0938\\u0915\\u0924\\u093E \\u0939\\u0948\\u0964","static.tcf.data_categories":"\\u0921\\u0947\\u091F\\u093E \\u0936\\u094D\\u0930\\u0947\\u0923\\u093F\\u092F\\u093E\\u0902","static.tcf.features":"\\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u090F\\u0902","static.tcf.features.description":"\\u0928\\u0940\\u091A\\u0947, \\u0906\\u092A\\u0915\\u094B \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u0913\\u0902 \\u0915\\u0940 \\u090F\\u0915 \\u0938\\u0942\\u091A\\u0940 \\u092E\\u093F\\u0932\\u0947\\u0917\\u0940 \\u091C\\u093F\\u0928\\u0915\\u0947 \\u0932\\u093F\\u090F \\u0906\\u092A\\u0915\\u093E \\u0921\\u0947\\u091F\\u093E \\u0938\\u0902\\u0938\\u093E\\u0927\\u093F\\u0924 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0930\\u0939\\u093E \\u0939\\u0948\\u0964 \\u0928\\u0940\\u091A\\u0947 \\u0926\\u093F\\u090F \\u0917\\u090F \\u091F\\u0949\\u0917\\u0932 \\u0915\\u093E \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0935\\u093F\\u0936\\u0947\\u0937 \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093F\\u090F \\u0905\\u092A\\u0928\\u0947 \\u0905\\u0927\\u093F\\u0915\\u093E\\u0930\\u094B\\u0902 \\u0915\\u093E \\u092A\\u094D\\u0930\\u092F\\u094B\\u0917 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0938\\u0915\\u0924\\u093E \\u0939\\u0948\\u0964","static.tcf.legint":"\\u0935\\u0948\\u0927 \\u0939\\u093F\\u0924","static.tcf.legint_disclosure":"\\u0935\\u0948\\u0927 \\u0930\\u0941\\u091A\\u093F \\u0916\\u0941\\u0932\\u093E\\u0938\\u093E","static.tcf.privacy_policy":"\\u0917\\u094B\\u092A\\u0928\\u0940\\u092F\\u0924\\u093E \\u0928\\u0940\\u0924\\u093F","static.tcf.purposes":"\\u092A\\u094D\\u0930\\u092F\\u094B\\u091C\\u0928","static.tcf.purposes.description":"\\u0928\\u0940\\u091A\\u0947, \\u0906\\u092A\\u0915\\u094B \\u0909\\u0928 \\u092A\\u094D\\u0930\\u092F\\u094B\\u091C\\u0928\\u094B\\u0902 \\u0914\\u0930 \\u0935\\u093F\\u0936\\u0947\\u0937 \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u0913\\u0902 \\u0915\\u0940 \\u090F\\u0915 \\u0938\\u0942\\u091A\\u0940 \\u092E\\u093F\\u0932\\u0947\\u0917\\u0940 \\u091C\\u093F\\u0928\\u0915\\u0947 \\u0932\\u093F\\u090F \\u0906\\u092A\\u0915\\u093E \\u0921\\u0947\\u091F\\u093E \\u0938\\u0902\\u0938\\u093E\\u0927\\u093F\\u0924 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0930\\u0939\\u093E \\u0939\\u0948\\u0964 \\u0928\\u0940\\u091A\\u0947 \\u0926\\u093F\\u090F \\u0917\\u090F \\u091F\\u0949\\u0917\\u0932 \\u0915\\u093E \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0938\\u0939\\u092E\\u0924\\u093F \\u092F\\u093E \\u0935\\u0948\\u0927 \\u0939\\u093F\\u0924 \\u0915\\u0947 \\u0906\\u0927\\u093E\\u0930 \\u092A\\u0930 \\u0935\\u093F\\u0936\\u093F\\u0937\\u094D\\u091F \\u0909\\u0926\\u094D\\u0926\\u0947\\u0936\\u094D\\u092F\\u094B\\u0902 \\u0915\\u0947 \\u0932\\u093F\\u090F \\u0905\\u092A\\u0928\\u0947 \\u0905\\u0927\\u093F\\u0915\\u093E\\u0930\\u094B\\u0902 \\u0915\\u093E \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0938\\u0915\\u0924\\u093E \\u0939\\u0948\\u0964","static.tcf.retention":"\\u0930\\u093F\\u091F\\u0947\\u0902\\u0936\\u0928","static.tcf.retention_period_days":"\\u0926\\u093F\\u0928","static.tcf.special_features":"\\u0935\\u093F\\u0936\\u0947\\u0937 \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u090F\\u0902","static.tcf.special_purposes":"\\u0935\\u093F\\u0936\\u0947\\u0937 \\u092A\\u094D\\u0930\\u092F\\u094B\\u091C\\u0928","static.tcf.vendors":"\\u0935\\u0947\\u0902\\u0921\\u0930\\u094D\\u0938","static.tcf.vendors.description":"\\u0928\\u0940\\u091A\\u0947, \\u0906\\u092A\\u0915\\u094B \\u0906\\u092A\\u0915\\u0947 \\u0921\\u0947\\u091F\\u093E \\u0915\\u094B \\u0938\\u0902\\u0938\\u093E\\u0927\\u093F\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093E\\u0932\\u0947 \\u0935\\u0947\\u0902\\u0921\\u0930\\u094D\\u0938 \\u0915\\u0940 \\u090F\\u0915 \\u0938\\u0942\\u091A\\u0940 \\u0914\\u0930 \\u0909\\u0928\\u0915\\u0947 \\u0926\\u094D\\u0935\\u093E\\u0930\\u093E \\u0918\\u094B\\u0937\\u093F\\u0924 \\u0938\\u0902\\u0938\\u093E\\u0927\\u0928\\u094B\\u0902 \\u0915\\u0947 \\u092A\\u094D\\u0930\\u092F\\u094B\\u091C\\u0928\\u094B\\u0902 \\u092F\\u093E \\u0938\\u0941\\u0935\\u093F\\u0927\\u093E\\u0913\\u0902 \\u0915\\u0940 \\u090F\\u0915 \\u0938\\u0942\\u091A\\u0940 \\u092E\\u093F\\u0932\\u0947\\u0917\\u0940\\u0964 \\u092A\\u094D\\u0930\\u0924\\u094D\\u092F\\u0947\\u0915 \\u0935\\u0947\\u0902\\u0921\\u0930 \\u0915\\u0947 \\u0932\\u093F\\u090F \\u0909\\u0928\\u0915\\u0947 \\u0926\\u094D\\u0935\\u093E\\u0930\\u093E \\u092C\\u0924\\u093E\\u090F \\u0917\\u090F \\u0915\\u093E\\u0928\\u0942\\u0928\\u0940 \\u0906\\u0927\\u093E\\u0930 \\u0915\\u0947 \\u0906\\u0927\\u093E\\u0930 \\u092A\\u0930 \\u0905\\u092A\\u0928\\u0947 \\u0905\\u0927\\u093F\\u0915\\u093E\\u0930\\u094B\\u0902 \\u0915\\u093E \\u092A\\u094D\\u0930\\u092F\\u094B\\u0917 \\u0915\\u093F\\u092F\\u093E \\u091C\\u093E \\u0938\\u0915\\u0924\\u093E \\u0939\\u0948\\u0964","static.tcf.vendors.iab":"IAB TCF \\u0935\\u0947\\u0902\\u0921\\u0930\\u094D\\u0938","static.tcf.vendors.other":"\\u0905\\u0928\\u094D\\u092F \\u0935\\u0947\\u0902\\u0921\\u0930","static.tcf.vendors_count":"\\u0935\\u0947\\u0902\\u0921\\u0930","static.tcf.vendors_using_consent":"\\u0938\\u0939\\u092E\\u0924\\u093F \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093E\\u0932\\u0947 \\u0935\\u0947\\u0902\\u0921\\u0930","static.tcf.vendors_using_legint":"\\u0935\\u0948\\u0927 \\u0930\\u0941\\u091A\\u093F \\u0909\\u092A\\u092F\\u094B\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093E\\u0932\\u0947 \\u0935\\u0947\\u0902\\u0921\\u0930"},iv={"static.tcf.consent":"Privola","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj pru\\u017Eatelj usluga tako\\u0111er koristi druge metode, kao \\u0161to je \\u201Elokalno spremanje\\u201C za pohranu i pristup podacima na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.intro":"sprema kola\\u010Di\\u0107e maksimalnog trajanja od otprilike ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \\u0161to je \\u201Elokalno spremanje\\u201C za pohranu i pristup podacima na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi se kola\\u010Di\\u0107i mogu obnoviti.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Zna\\u010Dajke","static.tcf.features.description":"U nastavku se nalazi popis zna\\u010Dajki za koje se va\\u0161i podaci obra\\u0111uju. Svoja prava za posebne zna\\u010Dajke mo\\u017Eete iskoristiti pomo\\u0107u odabira u nastavku.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Izjava o legitimnom interesu","static.tcf.privacy_policy":"Pravila o za\\u0161titi privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku se nalazi popis svrha i posebnih zna\\u010Dajki za koje se va\\u0161i podaci obra\\u0111uju. Svoja prava za odre\\u0111ene svrhe, na temelju privole ili legitimnog interesa, mo\\u017Eete iskoristiti koriste\\u0107i odabire u nastavku.","static.tcf.retention":"Zadr\\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne zna\\u010Dajke","static.tcf.special_purposes":"Posebne svrhe","static.tcf.vendors":"Uslu\\u017Ene tvrtke","static.tcf.vendors.description":"U nastavku se nalazi popis uslu\\u017Enih tvrtki koje obra\\u0111uju va\\u0161e podatke i svrhe ili prihva\\u0107ene zna\\u010Dajke obrada. Svoja prava u odnosu na svaku uslu\\u017Enu tvrtku mo\\u017Eete iskoristiti na temelju pravne osnove koja je kori\\u0161tena.","static.tcf.vendors.iab":"Uslu\\u017Ene tvrtke IAB TCF","static.tcf.vendors.other":"Drugi pru\\u017Eatelji usluga","static.tcf.vendors_count":"pru\\u017Eatelj(a) usluga","static.tcf.vendors_using_consent":"Pru\\u017Eatelji usluga koji koriste privolu","static.tcf.vendors_using_legint":"Pru\\u017Eatelji usluga koji koriste legitimni interes"},sv={"static.tcf.consent":"Hozz\\xE1j\\xE1rul\\xE1s","static.tcf.cookie_disclosure.also_non_cookie":"Ez a sz\\xE1ll\\xEDt\\xF3 m\\xE1s m\\xF3dszereket is haszn\\xE1l, p\\xE9ld\\xE1ul a \\u201Ehelyi t\\xE1rhely\\u201D az \\xD6n eszk\\xF6z\\xE9n l\\xE9v\\u0151 inform\\xE1ci\\xF3k t\\xE1rol\\xE1s\\xE1ra \\xE9s el\\xE9r\\xE9s\\xE9re.","static.tcf.cookie_disclosure.intro":"k\\xF6r\\xFClbel\\xFCl ennyi napig t\\xE1rolja a s\\xFCtiket:","static.tcf.cookie_disclosure.non_cookie":"olyan m\\xF3dszereket is haszn\\xE1l, mint a \\u201Ehelyi t\\xE1rhely\\u201D az \\xD6n eszk\\xF6z\\xE9n l\\xE9v\\u0151 inform\\xE1ci\\xF3k t\\xE1rol\\xE1s\\xE1ra \\xE9s el\\xE9r\\xE9s\\xE9re.","static.tcf.cookie_disclosure.refresh":"Ezek a s\\xFCtik friss\\xEDthet\\u0151k.","static.tcf.data_categories":"Adatkateg\\xF3ri\\xE1k","static.tcf.features":"Funkci\\xF3k","static.tcf.features.description":"Az al\\xE1bbiakban azoknak a funkci\\xF3knak a list\\xE1j\\xE1t l\\xE1thatja, amelyekhez adatait kezelj\\xFCk. A cs\\xFAszk\\xE1k seg\\xEDts\\xE9g\\xE9vel gyakorolhatja jogait a k\\xFCl\\xF6nleges funkci\\xF3kra vonatkoz\\xF3an.","static.tcf.legint":"Jogos \\xE9rdek","static.tcf.legint_disclosure":"Jogos \\xE9rdek k\\xF6zz\\xE9t\\xE9tele","static.tcf.privacy_policy":"Adatv\\xE9delmi ir\\xE1nyelv","static.tcf.purposes":"C\\xE9lok","static.tcf.purposes.description":"Az al\\xE1bbiakban azoknak a c\\xE9loknak \\xE9s k\\xFCl\\xF6nleges funkci\\xF3knak a list\\xE1j\\xE1t l\\xE1thatja, amelyekhez adatait kezelj\\xFCk. A cs\\xFAszk\\xE1k seg\\xEDts\\xE9g\\xE9vel gyakorolhatja jogait az egyes, hozz\\xE1j\\xE1rul\\xE1son vagy jogos \\xE9rdeken alapul\\xF3 k\\xFCl\\xF6nleges c\\xE9lokra vonatkoz\\xF3an.","static.tcf.retention":"Meg\\u0151rz\\xE9s","static.tcf.retention_period_days":"nap","static.tcf.special_features":"K\\xFCl\\xF6nleges funkci\\xF3k","static.tcf.special_purposes":"K\\xFCl\\xF6nleges c\\xE9lok","static.tcf.vendors":"\\xC9rt\\xE9kes\\xEDt\\u0151k","static.tcf.vendors.description":"Az al\\xE1bbiaknak az \\xD6n adatait kezel\\u0151 \\xE9rt\\xE9kes\\xEDt\\u0151k list\\xE1j\\xE1t l\\xE1thatja, valamint az adatkezel\\xE9s \\xE1ltaluk bejelentett c\\xE9ljait vagy funkci\\xF3it. Minden \\xE9rt\\xE9kes\\xEDt\\u0151re vonatkoz\\xF3an \\xE9rv\\xE9nyes\\xEDtheti jogait, az \\xE1ltaluk meghat\\xE1rozott jogalap szerint.","static.tcf.vendors.iab":"IAB TCF \\xE9rt\\xE9kes\\xEDt\\u0151k","static.tcf.vendors.other":"Egy\\xE9b sz\\xE1ll\\xEDt\\xF3k","static.tcf.vendors_count":"sz\\xE1ll\\xEDt\\xF3","static.tcf.vendors_using_consent":"Hozz\\xE1j\\xE1rul\\xE1st haszn\\xE1l\\xF3 sz\\xE1ll\\xEDt\\xF3k","static.tcf.vendors_using_legint":"Jogos \\xE9rdeket haszn\\xE1l\\xF3 sz\\xE1ll\\xEDt\\xF3k"},nv={"static.tcf.consent":"Consenso","static.tcf.cookie_disclosure.also_non_cookie":\'Questo fornitore utilizza anche altri metodi come lo "storage locale" per memorizzare e accedere alle informazioni sul tuo dispositivo.\',"static.tcf.cookie_disclosure.intro":"conserva i cookie con una durata massima approssimativa di giorni:","static.tcf.cookie_disclosure.non_cookie":\'${nome} utilizza metodi come lo "storage locale" per memorizzare e accedere alle informazioni sul tuo dispositivo.\',"static.tcf.cookie_disclosure.refresh":"Questi cookie possono essere aggiornati.","static.tcf.data_categories":"Categorie di dati","static.tcf.features":"Funzionalit\\xE0","static.tcf.features.description":"Qui sotto troverai una lista delle funzionalit\\xE0 per le quali i tuoi dati verranno trattati. Puoi esercitare i tuoi diritti per le funzionalit\\xE0 speciali utilizzando gli interruttori qui sotto.","static.tcf.legint":"Interesse legittimo","static.tcf.legint_disclosure":"Informativa sugli interessi legittimi","static.tcf.privacy_policy":"Informativa sulla Privacy","static.tcf.purposes":"Scopi","static.tcf.purposes.description":"Qui sotto troverai una lista degli scopi e delle funzionalit\\xE0 speciali per i quali i tuoi dati verranno trattati. Puoi esercitare i tuoi diritti per scopi specifici, sulla base del consenso o di interessi legittimi, usando gli interruttori qui sotto.","static.tcf.retention":"Conservazione","static.tcf.retention_period_days":"giorno/i","static.tcf.special_features":"Funzionalit\\xE0 speciali","static.tcf.special_purposes":"Scopi speciali","static.tcf.vendors":"Fornitori","static.tcf.vendors.description":"Qui sotto troverai una lista dei fornitori che tratteranno i tuoi dati e gli scopi o le funzionalit\\xE0 del trattamento che dichiarano. Per ogni fornitore, potrai esercitare i tuoi diritti sulla base legale che adducono.","static.tcf.vendors.iab":"Fornitori IAB TCF","static.tcf.vendors.other":"Altri fornitori","static.tcf.vendors_count":"fornitore/i","static.tcf.vendors_using_consent":"Fornitori che utilizzano il consenso","static.tcf.vendors_using_legint":"Fornitori che si avvalgono del legittimo interesse"},ov={"static.tcf.consent":"\\u540C\\u610F","static.tcf.cookie_disclosure.also_non_cookie":"\\u3053\\u306E\\u30D9\\u30F3\\u30C0\\u30FC\\u306F\\u3001\\u30E6\\u30FC\\u30B6\\u30FC\\u306E\\u30C7\\u30D0\\u30A4\\u30B9\\u306B\\u60C5\\u5831\\u3092\\u4FDD\\u5B58\\u3057\\u3001\\u3053\\u308C\\u306B\\u30A2\\u30AF\\u30BB\\u30B9\\u3059\\u308B\\u305F\\u3081\\u3001\\u300C\\u30ED\\u30FC\\u30AB\\u30EB\\u30B9\\u30C8\\u30EC\\u30FC\\u30B8\\u300D\\u306A\\u3069\\u4ED6\\u306E\\u65B9\\u6CD5\\u3082\\u4F7F\\u7528\\u3057\\u307E\\u3059\\u3002","static.tcf.cookie_disclosure.intro":"\\u306F\\u3001\\u6982\\u306D\\u3053\\u306E\\u65E5\\u6570\\u3092\\u6700\\u5927\\u671F\\u9593\\u3068\\u3057\\u3066\\u30AF\\u30C3\\u30AD\\u30FC\\u3092\\u4FDD\\u5B58\\u3057\\u307E\\u3059\\uFF1A","static.tcf.cookie_disclosure.non_cookie":"\\u306F\\u3001\\u30E6\\u30FC\\u30B6\\u30FC\\u306E\\u30C7\\u30D0\\u30A4\\u30B9\\u306B\\u60C5\\u5831\\u3092\\u4FDD\\u5B58\\u3057\\u3001\\u3053\\u308C\\u306B\\u30A2\\u30AF\\u30BB\\u30B9\\u3059\\u308B\\u305F\\u3081\\u3001\\u300C\\u30ED\\u30FC\\u30AB\\u30EB\\u30B9\\u30C8\\u30EC\\u30FC\\u30B8\\u300D\\u306A\\u3069\\u306E\\u65B9\\u6CD5\\u3092\\u4F7F\\u7528\\u3057\\u307E\\u3059\\u3002","static.tcf.cookie_disclosure.refresh":"\\u3053\\u308C\\u3089\\u306E\\u30AF\\u30C3\\u30AD\\u30FC\\u306F\\u66F4\\u65B0\\u3055\\u308C\\u308B\\u5834\\u5408\\u304C\\u3042\\u308A\\u307E\\u3059\\u3002","static.tcf.data_categories":"\\u30C7\\u30FC\\u30BF\\u306E\\u30AB\\u30C6\\u30B4\\u30EA\\u30FC","static.tcf.features":"\\u6A5F\\u80FD","static.tcf.features.description":"\\u4EE5\\u4E0B\\u306B\\u793A\\u3059\\u306E\\u306F\\u3001\\u7686\\u69D8\\u306E\\u30C7\\u30FC\\u30BF\\u3092\\u51E6\\u7406\\u3059\\u308B\\u6A5F\\u80FD\\u306E\\u30EA\\u30B9\\u30C8\\u3067\\u3059\\u3002\\u4EE5\\u4E0B\\u306E\\u30C8\\u30B0\\u30EB\\u3092\\u5207\\u308A\\u66FF\\u3048\\u308B\\u3053\\u3068\\u306B\\u3088\\u308A\\u3001\\u7279\\u5225\\u306A\\u6A5F\\u80FD\\u306B\\u95A2\\u3059\\u308B\\u7686\\u69D8\\u306E\\u6A29\\u5229\\u3092\\u884C\\u4F7F\\u3067\\u304D\\u307E\\u3059\\u3002","static.tcf.legint":"\\u6B63\\u5F53\\u306A\\u5229\\u76CA","static.tcf.legint_disclosure":"\\u6B63\\u5F53\\u306A\\u5229\\u76CA\\u306E\\u958B\\u793A","static.tcf.privacy_policy":"\\u30D7\\u30E9\\u30A4\\u30D0\\u30B7\\u30FC\\u30DD\\u30EA\\u30B7\\u30FC","static.tcf.purposes":"\\u76EE\\u7684","static.tcf.purposes.description":"\\u4EE5\\u4E0B\\u306B\\u793A\\u3059\\u306E\\u306F\\u3001\\u7686\\u69D8\\u306E\\u30C7\\u30FC\\u30BF\\u3092\\u51E6\\u7406\\u3059\\u308B\\u76EE\\u7684\\u3068\\u7279\\u5225\\u306A\\u6A5F\\u80FD\\u306E\\u30EA\\u30B9\\u30C8\\u3067\\u3059\\u3002\\u4EE5\\u4E0B\\u306E\\u30C8\\u30B0\\u30EB\\u3092\\u5207\\u308A\\u66FF\\u3048\\u308B\\u3053\\u3068\\u306B\\u3088\\u308A\\u3001\\u540C\\u610F\\u307E\\u305F\\u306F\\u6B63\\u5F53\\u306A\\u5229\\u76CA\\u306B\\u57FA\\u3065\\u304D\\u3001\\u7279\\u5225\\u306A\\u76EE\\u7684\\u306B\\u95A2\\u3059\\u308B\\u7686\\u69D8\\u306E\\u6A29\\u5229\\u3092\\u884C\\u4F7F\\u3067\\u304D\\u307E\\u3059\\u3002","static.tcf.retention":"\\u4FDD\\u6301\\u671F\\u9593","static.tcf.retention_period_days":"\\u65E5","static.tcf.special_features":"\\u7279\\u5225\\u306A\\u6A5F\\u80FD","static.tcf.special_purposes":"\\u7279\\u5225\\u306A\\u76EE\\u7684","static.tcf.vendors":"\\u30D9\\u30F3\\u30C0\\u30FC","static.tcf.vendors.description":"\\u4EE5\\u4E0B\\u306B\\u793A\\u3059\\u306E\\u306F\\u3001\\u7686\\u69D8\\u306E\\u30C7\\u30FC\\u30BF\\u3092\\u51E6\\u7406\\u3059\\u308B\\u30D9\\u30F3\\u30C0\\u30FC\\u306E\\u30EA\\u30B9\\u30C8\\u3068\\u3001\\u30D9\\u30F3\\u30C0\\u30FC\\u304C\\u5BA3\\u8A00\\u3059\\u308B\\u51E6\\u7406\\u306E\\u76EE\\u7684\\u3068\\u6A5F\\u80FD\\u3067\\u3059\\u3002\\u30D9\\u30F3\\u30C0\\u30FC\\u304C\\u4E3B\\u5F35\\u3059\\u308B\\u6CD5\\u7684\\u6839\\u62E0\\u3092\\u3082\\u3068\\u306B\\u3001\\u30D9\\u30F3\\u30C0\\u30FC\\u3054\\u3068\\u306B\\u7686\\u69D8\\u306E\\u6A29\\u5229\\u3092\\u884C\\u4F7F\\u3067\\u304D\\u307E\\u3059\\u3002","static.tcf.vendors.iab":"IAB TCF\\u30D9\\u30F3\\u30C0\\u30FC","static.tcf.vendors.other":"\\u305D\\u306E\\u4ED6\\u306E\\u30D9\\u30F3\\u30C0\\u30FC","static.tcf.vendors_count":"X\\u793E","static.tcf.vendors_using_consent":"\\u540C\\u610F\\u3092\\u4F7F\\u7528\\u3059\\u308B\\u30D9\\u30F3\\u30C0\\u30FC","static.tcf.vendors_using_legint":"\\u6B63\\u5F53\\u306A\\u5229\\u76CA\\u3092\\u4F7F\\u7528\\u3059\\u308B\\u30D9\\u30F3\\u30C0\\u30FC"},rv={"static.tcf.consent":"Sutikimas","static.tcf.cookie_disclosure.also_non_cookie":"\\u0160is pardav\\u0117jas taip pat naudoja kitus metodus, pvz., \\u201Evietin\\u0119 saugykl\\u0105\\u201C, kad i\\u0161saugot\\u0173 ir pasiekt\\u0173 j\\u016Bs\\u0173 \\u012Frenginyje esan\\u010Di\\u0105 informacij\\u0105.","static.tcf.cookie_disclosure.intro":"saugo slapukus, kuri\\u0173 maksimali trukm\\u0117 yra ma\\u017Edaug tiek dien\\u0173:","static.tcf.cookie_disclosure.non_cookie":"naudoja kitus metodus, pvz., \\u201Evietin\\u0119 saugykl\\u0105\\u201C, kad i\\u0161saugot\\u0173 ir pasiekt\\u0173 j\\u016Bs\\u0173 \\u012Frenginyje esan\\u010Di\\u0105 informacij\\u0105.","static.tcf.cookie_disclosure.refresh":"\\u0160ie slapukai gali b\\u016Bti atnaujinti.","static.tcf.data_categories":"Duomen\\u0173 kategorijos","static.tcf.features":"Funkcijos","static.tcf.features.description":"Toliau rasite funkcij\\u0173, d\\u0117l kuri\\u0173 tvarkomi j\\u016Bs\\u0173 duomenys, s\\u0105ra\\u0161\\u0105. Naudodamiesi toliau nurodytais perjungikliaisk, galite pasinaudoti speciali\\u0173j\\u0173 funkcij\\u0173 teis\\u0117mis.","static.tcf.legint":"Teisinis interesas","static.tcf.legint_disclosure":"Teis\\u0117to intereso atskleidimas","static.tcf.privacy_policy":"Privatumo politika","static.tcf.purposes":"Tikslai","static.tcf.purposes.description":"Toliau rasite tiksl\\u0173 ir speciali\\u0173 funkcij\\u0173, d\\u0117l kuri\\u0173 tvarkomi j\\u016Bs\\u0173 duomenys, s\\u0105ra\\u0161\\u0105. Naudodamiesi toliau nurodytais perjungikliais, galite pasinaudoti savo teis\\u0117mis konkre\\u010Diais tikslais, remdamiesi sutikimu arba teis\\u0117tu interesu.","static.tcf.retention":"Saugojimas","static.tcf.retention_period_days":"diena (-os)","static.tcf.special_features":"Specialiosios funkcijos","static.tcf.special_purposes":"Specialieji tikslai","static.tcf.vendors":"Pardav\\u0117jai","static.tcf.vendors.description":"Toliau pateikiamas j\\u016Bs\\u0173 duomenis tvarkan\\u010Di\\u0173 pardav\\u0117j\\u0173 s\\u0105ra\\u0161as ir j\\u0173 deklaruojami duomen\\u0173 tvarkymo tikslai ar funkcijos. Kiekvieno pardav\\u0117jo teis\\u0117mis galite pasinaudoti remdamiesi jo nurodytu teisiniu pagrindu.","static.tcf.vendors.iab":"\\u201EIAB TCF\\u201C pardav\\u0117jai","static.tcf.vendors.other":"Kiti pardav\\u0117jai","static.tcf.vendors_count":"pardav\\u0117jas (-ai)","static.tcf.vendors_using_consent":"Sutikim\\u0105 naudojantys pardav\\u0117jai","static.tcf.vendors_using_legint":"Teis\\u0117t\\u0105 interes\\u0105 naudojantys pardav\\u0117jai"},av={"static.tcf.consent":"Piekri\\u0161ana","static.tcf.cookie_disclosure.also_non_cookie":\'Turkl\\u0101t \\u0161is p\\u0101rdev\\u0113js/pakalpojumu sniedz\\u0113js saglab\\u0101 un izg\\u016Bst datus no j\\u016Bsu ier\\u012Bces, izmantojot papildu metodes, piem\\u0113ram, "viet\\u0113jo kr\\u0101tuvi".\',"static.tcf.cookie_disclosure.intro":"saglab\\u0101 s\\u012Bkdatnes, kuru maksim\\u0101lais dienu ilgums ir aptuveni:","static.tcf.cookie_disclosure.non_cookie":\'izmanto t\\u0101das metodes k\\u0101 "Viet\\u0113j\\u0101 kr\\u0101tuve", lai saglab\\u0101tu un piek\\u013C\\u016Btu inform\\u0101cijai j\\u016Bsu ier\\u012Bc\\u0113.\',"static.tcf.cookie_disclosure.refresh":"\\u0160\\u012Bs s\\u012Bkdatnes var tikt atsvaidzin\\u0101tas.","static.tcf.data_categories":"Datu kategorijas","static.tcf.features":"Iesp\\u0113jas","static.tcf.features.description":"T\\u0101l\\u0101k ir sniegts saraksts ar konkr\\u0113tiem m\\u0113r\\u0137iem, kuru d\\u0113\\u013C tiek apstr\\u0101d\\u0101ti j\\u016Bsu dati. Izmantojot t\\u0101l\\u0101k nor\\u0101d\\u012Btos sl\\u0113d\\u017Eus, varat \\u012Bstenot savas ties\\u012Bbas, \\u0146emot v\\u0113r\\u0101 \\u012Bpa\\u0161as funkcijas.","static.tcf.legint":"Le\\u0123it\\u012Bmas intereses","static.tcf.legint_disclosure":"Le\\u0123it\\u012Bmo intere\\u0161u izpau\\u0161ana","static.tcf.privacy_policy":"Priv\\u0101tuma politika","static.tcf.purposes":"M\\u0113r\\u0137i","static.tcf.purposes.description":"T\\u0101l\\u0101k ir sniegts saraksts ar konkr\\u0113tiem m\\u0113r\\u0137iem un funkcij\\u0101m, kuru d\\u0113\\u013C tiek apstr\\u0101d\\u0101ti j\\u016Bsu dati. Izmantojot t\\u0101l\\u0101k nor\\u0101d\\u012Btos sl\\u0113d\\u017Eus, varat \\u012Bstenot savas ties\\u012Bbas konkr\\u0113tiem m\\u0113r\\u0137iem, \\u0146emot v\\u0113r\\u0101 mums pie\\u0161\\u0137irt\\u0101s at\\u013Caujas vai likum\\u012Bgo interesi.","static.tcf.retention":"Ietur\\u0113\\u0161ana","static.tcf.retention_period_days":"diena(s)","static.tcf.special_features":"Speci\\u0101las iesp\\u0113jas","static.tcf.special_purposes":"\\u012Apa\\u0161i m\\u0113r\\u0137i","static.tcf.vendors":"Pre\\u010Du p\\u0101rdev\\u0113ji/pakalpojumu sniedz\\u0113ji","static.tcf.vendors.description":"T\\u0101l\\u0101k ir sniegts to p\\u0101rdev\\u0113ju/pakalpojumu sniedz\\u0113ju saraksts, kuri apstr\\u0101d\\u0101 j\\u016Bsu datus, k\\u0101 ar\\u012B apstr\\u0101des m\\u0113r\\u0137i vai iesp\\u0113jas, ko vi\\u0146i deklar\\u0113. Atkar\\u012Bb\\u0101 no juridisk\\u0101 pamatojuma, ko izmanto katrs p\\u0101rdev\\u0113js/pakalpojumu sniedz\\u0113js, varat \\u012Bstenot savas ties\\u012Bbas attiec\\u012Bb\\u0101s ar katru no pre\\u010Du p\\u0101rdev\\u0113jiem/pakalpojumu sniedz\\u0113jiem.","static.tcf.vendors.iab":"IAB PPI pre\\u010Du p\\u0101rdev\\u0113ji/pakalpojumu sniedz\\u0113ji","static.tcf.vendors.other":"Citi p\\u0101rdev\\u0113ji/pakalpojumu sniedz\\u0113ji","static.tcf.vendors_count":"p\\u0101rdev\\u0113js(-i)/ pakalpojumu sniedz\\u0113js(-i)","static.tcf.vendors_using_consent":"P\\u0101rdev\\u0113ji/ pakalpojumu sniedz\\u0113ji, kas izmanto piekri\\u0161anu","static.tcf.vendors_using_legint":"P\\u0101rdev\\u0113ji/ pakalpojumu sniedz\\u0113ji, kas izmanto le\\u0123it\\u012Bm\\u0101s intereses"},cv={"static.tcf.consent":"Kunsens","static.tcf.cookie_disclosure.also_non_cookie":\'Dan il-bejjieg\\u0127 ju\\u017Ca wkoll metodi o\\u0127ra b\\u0127al "\\u0127a\\u017Cna lokali" biex ja\\u0127\\u017Cen u ja\\u010B\\u010Bessa informazzjoni fuq l-apparat tieg\\u0127ek.\',"static.tcf.cookie_disclosure.intro":"ja\\u0127\\u017Cen cookies b\'tul ta\' \\u017Cmien massimu ta\' madwar dil-\\u0121ranet:","static.tcf.cookie_disclosure.non_cookie":\'ju\\u017Ca metodi b\\u0127al "\\u0127a\\u017Cna lokali" biex ja\\u0127\\u017Cen u ja\\u010B\\u010Bessa l-informazzjoni fuq it-tag\\u0127mir tieg\\u0127ek.\',"static.tcf.cookie_disclosure.refresh":"Dawn il-cookies jistg\\u0127u ji\\u0121u a\\u0121\\u0121ornati.","static.tcf.data_categories":"Kategoriji tad-dejta","static.tcf.features":"Karatteristi\\u010Bi","static.tcf.features.description":"Hawn ta\\u0127t se ssib lista tal-karatteristi\\u010Bi li d-dejta tieg\\u0127ek qed ti\\u0121i ppro\\u010Bessata g\\u0127alihom. Tista\' te\\u017Cer\\u010Bita d-drittijiet tieg\\u0127ek g\\u0127al karatteristi\\u010Bi spe\\u010Bjali billi tu\\u017Ca l-bidliet t\'hawn ta\\u0127t.","static.tcf.legint":"Interess Le\\u0121ittimu","static.tcf.legint_disclosure":"Divulgazzjoni le\\u0121ittima tal-interess","static.tcf.privacy_policy":"Politika tal-Privatezza","static.tcf.purposes":"G\\u0127anijiet","static.tcf.purposes.description":"Hawn ta\\u0127t se ssib lista tal-g\\u0127anijiet u l-g\\u0127anijiet spe\\u010Bjali li g\\u0127alihom qed ti\\u0121i ppro\\u010Bessata d-dejta tieg\\u0127ek. Tista\' te\\u017Cer\\u010Bita d-drittijiet tieg\\u0127ek g\\u0127al skopijiet spe\\u010Bifi\\u010Bi, ibba\\u017Cati fuq il-kunsens jew l-interess le\\u0121ittimu, billi tu\\u017Ca l-bidliet t\'hawn ta\\u0127t.","static.tcf.retention":"Ritenzjoni","static.tcf.retention_period_days":"jum(jiem)","static.tcf.special_features":"Karatteristi\\u010Bi spe\\u010Bjali","static.tcf.special_purposes":"G\\u0127anijiet Spe\\u010Bjali","static.tcf.vendors":"Bejjieg\\u0127a","static.tcf.vendors.description":"Hawn ta\\u0127t, issib lista ta\' bejjieg\\u0127a li jippro\\u010Bessaw id-dejta tieg\\u0127ek u l-g\\u0127anijiet jew il-karatteristi\\u010Bi tal-ippro\\u010Bessar li jiddikjaraw. Tista\' te\\u017Cer\\u010Bita d-drittijiet tieg\\u0127ek g\\u0127al kull bejjieg\\u0127 abba\\u017Ci tal-ba\\u017Ci legali li jaffermaw.","static.tcf.vendors.iab":"Bejjieg\\u0127a tat-TCF IAB","static.tcf.vendors.other":"Bejjieg\\u0127a o\\u0127ra","static.tcf.vendors_count":"bejjieg\\u0127(a)","static.tcf.vendors_using_consent":"Bejjieg\\u0127a li ju\\u017Caw il-kunsens","static.tcf.vendors_using_legint":"Bejjieg\\u0127a li ju\\u017Caw interess le\\u0121ittimu"},lv={"static.tcf.consent":"Toestemming","static.tcf.cookie_disclosure.also_non_cookie":"Deze leverancier gebruikt ook andere methoden zoals \'lokale opslag\' om informatie op uw apparaat te bewaren en te gebruiken.","static.tcf.cookie_disclosure.intro":"bewaart cookies gedurende een maximale termijn van ongeveer dit aantal dagen:","static.tcf.cookie_disclosure.non_cookie":"gebruikt methoden zoals \'lokale opslag\' om informatie op uw apparaat te bewaren en te gebruiken.","static.tcf.cookie_disclosure.refresh":"Deze cookies kunnen vernieuwd worden.","static.tcf.data_categories":"Gegevenscategorie\\xEBn","static.tcf.features":"Functies","static.tcf.features.description":"Hieronder vindt u een lijst van de functies waarvoor uw gegevens worden verwerkt. Via onderstaande wisselknoppen kunt u uw rechten uitoefenen voor speciale functies.","static.tcf.legint":"Gerechtvaardigd belang","static.tcf.legint_disclosure":"Verklaring gerechtvaardigd belang","static.tcf.privacy_policy":"Privacybeleid","static.tcf.purposes":"Doeleinden","static.tcf.purposes.description":"Hieronder vindt u een lijst van de doeleinden en speciale functies waarvoor uw gegevens worden verwerkt. Via onderstaande wisselknoppen kunt u uw rechten uitoefenen voor specifieke doeleinden, gebaseerd op toestemming of gerechtvaardigd belang.","static.tcf.retention":"Bewaartermijn","static.tcf.retention_period_days":"dag(en)","static.tcf.special_features":"Speciale functies","static.tcf.special_purposes":"Speciale doeleinden","static.tcf.vendors":"Leveranciers","static.tcf.vendors.description":"Hieronder vindt u een lijst van leveranciers die uw gegevens verwerken en de doeleinden of functies voor verwerking die zij vermelden. U kunt uw rechten uitoefenen voor elke leverancier op basis van de grondslag die zij aangeven.","static.tcf.vendors.iab":"IAB TCF-leveranciers","static.tcf.vendors.other":"Andere leveranciers","static.tcf.vendors_count":"leverancier(s)","static.tcf.vendors_using_consent":"Leveranciers die toestemming gebruiken","static.tcf.vendors_using_legint":"Leveranciers die gerechtvaardigd belang gebruiken"},dv={"static.tcf.consent":"Samtykke","static.tcf.cookie_disclosure.also_non_cookie":"Denne leverand\\xF8ren bruker ogs\\xE5 metoder som \\xABlokal lagring\\xBB til \\xE5 lagre og f\\xE5 tilgang til informasjon p\\xE5 enheten din.","static.tcf.cookie_disclosure.intro":"lagrer informasjonskapsler med en maksimal varighet p\\xE5 ca. f\\xF8lgende antall dager:","static.tcf.cookie_disclosure.non_cookie":"bruker metoder som \\xABlokal lagring\\xBB til \\xE5 lagre og f\\xE5 tilgang til informasjon p\\xE5 enheten din.","static.tcf.cookie_disclosure.refresh":"Disse informasjonskapslene kan oppdateres.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funksjoner","static.tcf.features.description":"Nedenfor finner du en liste over funksjonene dataene dine blir h\\xE5ndtert for. Du kan ut\\xF8ve rettighetene dine for spesialfunksjoner ved \\xE5 bruke av/p\\xE5-knappene nedenfor.","static.tcf.legint":"Berettiget interesse","static.tcf.legint_disclosure":"Berettiget interessedeling","static.tcf.privacy_policy":"Personvernregler","static.tcf.purposes":"Hensikter","static.tcf.purposes.description":"Nedenfor finner du en liste over hensiktene og spesialfunksjonene dataene dine blir h\\xE5ndtert for. Du kan ut\\xF8ve rettighetene dine for bestemte hensikter, basert p\\xE5 samtykke eller berettiget interesse, ved \\xE5 bruke av/p\\xE5-knappene nedenfor.","static.tcf.retention":"Oppbevaring","static.tcf.retention_period_days":"dag(er)","static.tcf.special_features":"Spesialfunksjoner","static.tcf.special_purposes":"Spesialhensikter","static.tcf.vendors":"Leverand\\xF8rer","static.tcf.vendors.description":"Nedenfor finner du en liste over leverand\\xF8rer som h\\xE5ndterer dataene dine samt hensiktene eller funksjonene de har eller ut\\xF8ver med denne databehandlingen. Du kan ut\\xF8ve rettighetene dine for hver leverand\\xF8r basert p\\xE5 det juridiske grunnlaget de hevder eierskap til.","static.tcf.vendors.iab":"IAB TCF-leverand\\xF8rer","static.tcf.vendors.other":"Andre leverand\\xF8rer","static.tcf.vendors_count":"leverand\\xF8r(er)","static.tcf.vendors_using_consent":"Leverand\\xF8rbruk samtykke","static.tcf.vendors_using_legint":"Leverand\\xF8rbruk berettiget interesse"},uv={"static.tcf.consent":"Zgoda","static.tcf.cookie_disclosure.also_non_cookie":"Ten dostawca wykorzystuje tak\\u017Ce takie metody jak \\u201Emagazyn lokalny\\u201D do przechowywania informacji na Pa\\u0144stwa urz\\u0105dzeniu i uzyskiwaniu do nich dost\\u0119pu.","static.tcf.cookie_disclosure.intro":"przechowuje pliki cookie przez tak\\u0105 przybli\\u017Con\\u0105 maksymaln\\u0105 liczb\\u0119 dni:","static.tcf.cookie_disclosure.non_cookie":"wykorzystuje takie metody jak \\u201Emagazyn lokalny\\u201D do przechowywania informacji na Pa\\u0144stwa urz\\u0105dzeniu i uzyskiwaniu do nich dost\\u0119pu.","static.tcf.cookie_disclosure.refresh":"Te pliki cookie mog\\u0105 by\\u0107 od\\u015Bwie\\u017Cane.","static.tcf.data_categories":"Kategorie danych","static.tcf.features":"Funkcje","static.tcf.features.description":"Poni\\u017Cej prezentujemy list\\u0119 funkcji, w zwi\\u0105zku z kt\\xF3rymi s\\u0105 przetwarzane Twoje dane. U\\u017Cywaj\\u0105c poni\\u017Cszych prze\\u0142\\u0105cznik\\xF3w, mo\\u017Cesz wykona\\u0107 swoje prawa w zwi\\u0105zku z funkcjami specjalnymi.","static.tcf.legint":"Uzasadniony interes","static.tcf.legint_disclosure":"Obja\\u015Bnienie uzasadnionego interesu","static.tcf.privacy_policy":"Polityka prywatno\\u015Bci","static.tcf.purposes":"Cele","static.tcf.purposes.description":"Poni\\u017Cej prezentujemy list\\u0119 cel\\xF3w i funkcji specjalnych, w zwi\\u0105zku z kt\\xF3rymi s\\u0105 przetwarzane Twoje dane. U\\u017Cywaj\\u0105c poni\\u017Cszych prze\\u0142\\u0105cznik\\xF3w, mo\\u017Cesz wykona\\u0107 swoje prawa w zwi\\u0105zku z celami szczeg\\xF3lnymi w oparciu o zgod\\u0119 lub uzasadniony interes.","static.tcf.retention":"Przechowywanie","static.tcf.retention_period_days":"dzie\\u0144/dni","static.tcf.special_features":"Funkcje specjalne","static.tcf.special_purposes":"Cele szczeg\\xF3lne","static.tcf.vendors":"Dostawcy","static.tcf.vendors.description":"Poni\\u017Cej prezentujemy list\\u0119 podwykonawc\\xF3w przetwarzaj\\u0105cych Twoje dane wraz z deklarowanymi przez nich celami lub funkcjami przetwarzania. Mo\\u017Cesz wykona\\u0107 swoje prawa w odniesieniu do ka\\u017Cdego podwykonawcy w oparciu o zapewniane przez nich ramy prawne.","static.tcf.vendors.iab":"Podwykonawcy IAB TCF","static.tcf.vendors.other":"Inni dostawcy","static.tcf.vendors_count":"dostawca(-y)","static.tcf.vendors_using_consent":"Dostawcy wykorzystuj\\u0105cy zgod\\u0119","static.tcf.vendors_using_legint":"Dostawcy wykorzystuj\\u0105cy uzasadniony interes"},pv={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":\'Este fornecedor tamb\\xE9m utiliza outros m\\xE9todos como "armazenamento local" para armazenar e acessar informa\\xE7\\xF5es no seu dispositivo.\',"static.tcf.cookie_disclosure.intro":"armazena cookies com uma dura\\xE7\\xE3o m\\xE1xima de aproximadamente o seguinte n\\xFAmero de dias:","static.tcf.cookie_disclosure.non_cookie":\'utiliza "armazenamento local" para armazenar e acessar informa\\xE7\\xF5es no seu dispositivo.\',"static.tcf.cookie_disclosure.refresh":"Estes cookies podem ser atualizados.","static.tcf.data_categories":"Categorias de dados","static.tcf.features":"Recursos","static.tcf.features.description":"Abaixo, voc\\xEA encontrar\\xE1 uma lista dos recursos para os quais seus dados est\\xE3o sendo tratados. Voc\\xEA pode exercer seus direitos para recursos especiais usando os controles abaixo.","static.tcf.legint":"Interesse Leg\\xEDtimo","static.tcf.legint_disclosure":"Divulga\\xE7\\xE3o de interesse leg\\xEDtimo","static.tcf.privacy_policy":"Pol\\xEDtica de Privacidade","static.tcf.purposes":"Finalidades","static.tcf.purposes.description":"Abaixo, voc\\xEA encontrar\\xE1 uma lista das finalidades e recursos especiais para os quais seus dados est\\xE3o sendo tratados. Voc\\xEA pode exercer seus direitos para fins espec\\xEDficos, com base no consentimento ou interesse leg\\xEDtimo, usando os controles abaixo.","static.tcf.retention":"Reten\\xE7\\xE3o","static.tcf.retention_period_days":"Dia(s)","static.tcf.special_features":"Recursos especiais","static.tcf.special_purposes":"Finalidades especiais","static.tcf.vendors":"Fornecedores","static.tcf.vendors.description":"Abaixo, voc\\xEA encontrar\\xE1 uma lista dos fornecedores que utilizam seus dados e as finalidades ou caracter\\xEDsticas declaradas por eles para este processamento. Voc\\xEA pode exercer seus direitos para cada fornecedor de acordo com o embasamento legal afirmado por eles.","static.tcf.vendors.iab":"Fornecedores IAB TCF","static.tcf.vendors.other":"Outros fornecedores","static.tcf.vendors_count":"Fornecedor(es)","static.tcf.vendors_using_consent":"Fornecedores que usam consentimento","static.tcf.vendors_using_legint":"Fornecedores que usam interesse leg\\xEDtimo"},fv={"static.tcf.consent":"Consentimento","static.tcf.cookie_disclosure.also_non_cookie":\'Este fornecedor tamb\\xE9m utiliza outros m\\xE9todos, como o "armazenamento local", para armazenar e aceder a informa\\xE7\\xF5es no seu dispositivo.\',"static.tcf.cookie_disclosure.intro":"armazena cookies com uma dura\\xE7\\xE3o m\\xE1xima de aproximadamente este n\\xFAmero de dias:","static.tcf.cookie_disclosure.non_cookie":\'utiliza m\\xE9todos, como o "armazenamento local", para armazenar e aceder a informa\\xE7\\xF5es no seu dispositivo.\',"static.tcf.cookie_disclosure.refresh":"Estes cookies podem ser atualizados.","static.tcf.data_categories":"Categorias de dados","static.tcf.features":"Caracter\\xEDsticas","static.tcf.features.description":"Abaixo, encontra-se uma lista das caracter\\xEDsticas para as quais os seus dados est\\xE3o a ser tratados. Pode exercer os seus direitos relativamente a caracter\\xEDsticas especiais utilizando os bot\\xF5es abaixo.","static.tcf.legint":"Interesse Leg\\xEDtimo","static.tcf.legint_disclosure":"Divulga\\xE7\\xE3o de interesses leg\\xEDtimos","static.tcf.privacy_policy":"Pol\\xEDtica de Privacidade","static.tcf.purposes":"Fins","static.tcf.purposes.description":"Abaixo, encontra-se uma lista dos fins e caracter\\xEDsticas especiais para as quais os seus dados est\\xE3o a ser tratados. Pode exercer os seus direitos para fins espec\\xEDficos, com base no consentimento ou no interesse leg\\xEDtimo, utilizando as op\\xE7\\xF5es abaixo.","static.tcf.retention":"Reten\\xE7\\xE3o","static.tcf.retention_period_days":"dia(s)","static.tcf.special_features":"Caracter\\xEDsticas especiais","static.tcf.special_purposes":"Fins especiais","static.tcf.vendors":"Fornecedores","static.tcf.vendors.description":"Abaixo, encontra-se uma lista dos fornecedores que tratam os seus dados e os fins ou caracter\\xEDsticas do tratamento que declaram. Pode exercer os seus direitos relativamente a cada fornecedor com base no fundamento jur\\xEDdico que este defende.","static.tcf.vendors.iab":"Fornecedores IAB TCF","static.tcf.vendors.other":"Outros fornecedores","static.tcf.vendors_count":"fornecedor(es)","static.tcf.vendors_using_consent":"Fornecedores que utilizam o consentimento","static.tcf.vendors_using_legint":"Fornecedores que utilizam o interesse leg\\xEDtimo"},vv={"static.tcf.consent":"Consim\\u021B\\u0103m\\xE2nt","static.tcf.cookie_disclosure.also_non_cookie":"Acest furnizor folose\\u0219te \\u0219i alte metode, cum ar fi \\u201Estocarea local\\u0103\\u201D \\u0219i accesul la informa\\u021Biile de pe dispozitivul dvs.","static.tcf.cookie_disclosure.intro":"stocheaz\\u0103 modulele cookie cu o durat\\u0103 maxim\\u0103 de aproximativ atatea zile:","static.tcf.cookie_disclosure.non_cookie":"folose\\u0219te \\u0219i alte metode, cum ar fi \\u201Estocarea local\\u0103\\u201D \\u0219i accesul la informa\\u021Biile de pe dispozitivul dvs.","static.tcf.cookie_disclosure.refresh":"Aceste module cookie pot fi reactualizate","static.tcf.data_categories":"Categorii de date","static.tcf.features":"Op\\u021Biuni","static.tcf.features.description":"Mai jos, ve\\u021Bi g\\u0103si o list\\u0103 de op\\u021Biuni pentru care sunt prelucrate datele dvs. V\\u0103 pute\\u021Bi exercita drepturile pentru op\\u021Biunile speciale folosind func\\u021Biile de mai jos.","static.tcf.legint":"Interes legitim","static.tcf.legint_disclosure":"Divulgarea intereselor legitime","static.tcf.privacy_policy":"Politic\\u0103 de confiden\\u021Bialitate","static.tcf.purposes":"Scopuri","static.tcf.purposes.description":"Mai jos, ve\\u021Bi g\\u0103si o list\\u0103 de scopuri \\u0219i op\\u021Biuni speciale pentru care sunt prelucrate datele dvs. V\\u0103 pute\\u021Bi exercita drepturile pentru anumite scopuri, \\xEEn temeiul consim\\u021B\\u0103m\\xE2ntului sau al interesului legitim, folosind func\\u021Biile de mai jos.","static.tcf.retention":"P\\u0103strare","static.tcf.retention_period_days":"zile","static.tcf.special_features":"Op\\u021Biuni speciale","static.tcf.special_purposes":"Scopuri speciale","static.tcf.vendors":"Furnizori","static.tcf.vendors.description":"Mai jos se reg\\u0103se\\u0219te o list\\u0103 de furnizori care v\\u0103 prelucreaz\\u0103 datele \\u0219i scopurile sau op\\u021Biunile de prelucrare pe care le declar\\u0103. V\\u0103 pute\\u021Bi exercita drepturile pentru fiecare furnizor \\xEEn parte pe baza temeiului juridic pe care \\xEEl declar\\u0103.","static.tcf.vendors.iab":"Furnizori IAB TCF","static.tcf.vendors.other":"Al\\u021Bi furnizori","static.tcf.vendors_count":"furnizori","static.tcf.vendors_using_consent":"Furnizori care folosesc consim\\u021B\\u0103m\\xE2ntul","static.tcf.vendors_using_legint":"Furnizori care folosesc interesul legitim"},gv={"static.tcf.consent":"\\u0421\\u043E\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435","static.tcf.cookie_disclosure.also_non_cookie":"\\u042D\\u0442\\u043E\\u0442 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A \\u0442\\u0430\\u043A\\u0436\\u0435 \\u0438\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u0443\\u0435\\u0442 \\u0434\\u0440\\u0443\\u0433\\u0438\\u0435 \\u043C\\u0435\\u0442\\u043E\\u0434\\u044B, \\u043D\\u0430\\u043F\\u0440\\u0438\\u043C\\u0435\\u0440 \\u043B\\u043E\\u043A\\u0430\\u043B\\u044C\\u043D\\u043E\\u0435 \\u0445\\u0440\\u0430\\u043D\\u0438\\u043B\\u0438\\u0449\\u0435, \\u0434\\u043B\\u044F \\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u044F \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0438 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043C \\u0443\\u0441\\u0442\\u0440\\u043E\\u0439\\u0441\\u0442\\u0432\\u0435 \\u0438 \\u0434\\u043E\\u0441\\u0442\\u0443\\u043F\\u0430 \\u043A \\u043D\\u0435\\u0439.","static.tcf.cookie_disclosure.intro":"\\u0445\\u0440\\u0430\\u043D\\u0438\\u0442 \\u0444\\u0430\\u0439\\u043B\\u044B cookie \\u0432 \\u0442\\u0435\\u0447\\u0435\\u043D\\u0438\\u0435 \\u043C\\u0430\\u043A\\u0441\\u0438\\u043C\\u0443\\u043C \\u043F\\u0440\\u0438\\u043C\\u0435\\u0440\\u043D\\u043E \\u0442\\u0430\\u043A\\u043E\\u0433\\u043E \\u043A\\u043E\\u043B\\u0438\\u0447\\u0435\\u0441\\u0442\\u0432\\u0430 \\u0434\\u043D\\u0435\\u0439:","static.tcf.cookie_disclosure.non_cookie":"\\u0438\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u0443\\u0435\\u0442 \\u043D\\u0435\\u043A\\u043E\\u0442\\u043E\\u0440\\u044B\\u0435 \\u043C\\u0435\\u0442\\u043E\\u0434\\u044B, \\u043D\\u0430\\u043F\\u0440\\u0438\\u043C\\u0435\\u0440 \\u043B\\u043E\\u043A\\u0430\\u043B\\u044C\\u043D\\u043E\\u0435 \\u0445\\u0440\\u0430\\u043D\\u0438\\u043B\\u0438\\u0449\\u0435, \\u0434\\u043B\\u044F \\u0445\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u044F \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0438 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043C \\u0443\\u0441\\u0442\\u0440\\u043E\\u0439\\u0441\\u0442\\u0432\\u0435 \\u0438 \\u0434\\u043E\\u0441\\u0442\\u0443\\u043F\\u0430 \\u043A \\u043D\\u0435\\u0439.","static.tcf.cookie_disclosure.refresh":"\\u042D\\u0442\\u0438 \\u0444\\u0430\\u0439\\u043B\\u044B cookie \\u043C\\u043E\\u0433\\u0443\\u0442 \\u043E\\u0431\\u043D\\u043E\\u0432\\u043B\\u044F\\u0442\\u044C\\u0441\\u044F.","static.tcf.data_categories":"\\u041A\\u0430\\u0442\\u0435\\u0433\\u043E\\u0440\\u0438\\u0438 \\u0434\\u0430\\u043D\\u043D\\u044B\\u0445","static.tcf.features":"\\u0424\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438","static.tcf.features.description":"\\u041D\\u0438\\u0436\\u0435 \\u043F\\u0440\\u0438\\u0432\\u0435\\u0434\\u0435\\u043D \\u0441\\u043F\\u0438\\u0441\\u043E\\u043A \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0439, \\u0434\\u043B\\u044F \\u043A\\u043E\\u0442\\u043E\\u0440\\u044B\\u0445 \\u043E\\u0431\\u0440\\u0430\\u0431\\u0430\\u0442\\u044B\\u0432\\u0430\\u044E\\u0442\\u0441\\u044F \\u0432\\u0430\\u0448\\u0438 \\u0434\\u0430\\u043D\\u043D\\u044B\\u0435. \\u0427\\u0442\\u043E\\u0431\\u044B \\u0432\\u043E\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u043E\\u0432\\u0430\\u0442\\u044C\\u0441\\u044F \\u0441\\u0432\\u043E\\u0438\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0434\\u043B\\u044F \\u043A\\u043E\\u043D\\u043A\\u0440\\u0435\\u0442\\u043D\\u044B\\u0445 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0439, \\u0443\\u0441\\u0442\\u0430\\u043D\\u043E\\u0432\\u0438\\u0442\\u0435 \\u043F\\u0435\\u0440\\u0435\\u043A\\u043B\\u044E\\u0447\\u0430\\u0442\\u0435\\u043B\\u0438 \\u043D\\u0438\\u0436\\u0435.","static.tcf.legint":"\\u0417\\u0430\\u043A\\u043E\\u043D\\u043D\\u044B\\u0439 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441","static.tcf.legint_disclosure":"\\u0420\\u0430\\u0441\\u043A\\u0440\\u044B\\u0442\\u0438\\u0435 \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0438 \\u043E \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u044B\\u0445 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0430\\u0445","static.tcf.privacy_policy":"\\u041F\\u043E\\u043B\\u0438\\u0442\\u0438\\u043A\\u0430 \\u043A\\u043E\\u043D\\u0444\\u0438\\u0434\\u0435\\u043D\\u0446\\u0438\\u0430\\u043B\\u044C\\u043D\\u043E\\u0441\\u0442\\u0438","static.tcf.purposes":"\\u0426\\u0435\\u043B\\u0438","static.tcf.purposes.description":"\\u041D\\u0438\\u0436\\u0435 \\u043F\\u0440\\u0438\\u0432\\u0435\\u0434\\u0435\\u043D \\u0441\\u043F\\u0438\\u0441\\u043E\\u043A \\u0446\\u0435\\u043B\\u0435\\u0439 \\u0438 \\u0441\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u044C\\u043D\\u044B\\u0445 \\u0432\\u043E\\u0437\\u043C\\u043E\\u0436\\u043D\\u043E\\u0441\\u0442\\u0435\\u0439, \\u0434\\u043B\\u044F \\u043A\\u043E\\u0442\\u043E\\u0440\\u044B\\u0445 \\u043E\\u0431\\u0440\\u0430\\u0431\\u0430\\u0442\\u044B\\u0432\\u0430\\u044E\\u0442\\u0441\\u044F \\u0432\\u0430\\u0448\\u0438 \\u0434\\u0430\\u043D\\u043D\\u044B\\u0435. \\u0427\\u0442\\u043E\\u0431\\u044B \\u0432\\u043E\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u043E\\u0432\\u0430\\u0442\\u044C\\u0441\\u044F \\u0441\\u0432\\u043E\\u0438\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0434\\u043B\\u044F \\u043A\\u043E\\u043D\\u043A\\u0440\\u0435\\u0442\\u043D\\u044B\\u0445 \\u0446\\u0435\\u043B\\u0435\\u0439 \\u0432 \\u0437\\u0430\\u0432\\u0438\\u0441\\u0438\\u043C\\u043E\\u0441\\u0442\\u0438 \\u043E\\u0442 \\u0441\\u043E\\u0433\\u043B\\u0430\\u0441\\u0438\\u044F \\u0438\\u043B\\u0438 \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u043E\\u0433\\u043E \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0430, \\u0443\\u0441\\u0442\\u0430\\u043D\\u043E\\u0432\\u0438\\u0442\\u0435 \\u043F\\u0435\\u0440\\u0435\\u043A\\u043B\\u044E\\u0447\\u0430\\u0442\\u0435\\u043B\\u0438 \\u043D\\u0438\\u0436\\u0435.","static.tcf.retention":"\\u0425\\u0440\\u0430\\u043D\\u0435\\u043D\\u0438\\u0435","static.tcf.retention_period_days":"\\u0434\\u043D.","static.tcf.special_features":"\\u0421\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u044C\\u043D\\u044B\\u0435 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438","static.tcf.special_purposes":"\\u0421\\u043F\\u0435\\u0446\\u0438\\u0430\\u043B\\u044C\\u043D\\u044B\\u0435 \\u0446\\u0435\\u043B\\u0438","static.tcf.vendors":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438 \\u0443\\u0441\\u043B\\u0443\\u0433","static.tcf.vendors.description":"\\u041D\\u0438\\u0436\\u0435 \\u043F\\u0440\\u0438\\u0432\\u0435\\u0434\\u0435\\u043D \\u0441\\u043F\\u0438\\u0441\\u043E\\u043A \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u043E\\u0432 \\u0443\\u0441\\u043B\\u0443\\u0433, \\u043A\\u043E\\u0442\\u043E\\u0440\\u044B\\u0435 \\u043E\\u0431\\u0440\\u0430\\u0431\\u0430\\u0442\\u044B\\u0432\\u0430\\u044E\\u0442 \\u0432\\u0430\\u0448\\u0438 \\u0434\\u0430\\u043D\\u043D\\u044B\\u0435, \\u0430 \\u0442\\u0430\\u043A\\u0436\\u0435 \\u0437\\u0430\\u044F\\u0432\\u043B\\u0435\\u043D\\u043D\\u044B\\u0435 \\u0438\\u043C\\u0438 \\u0446\\u0435\\u043B\\u0438 \\u0438\\u043B\\u0438 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0438\\u0438 \\u043E\\u0431\\u0440\\u0430\\u0431\\u043E\\u0442\\u043A\\u0438. \\u0412\\u044B \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0432\\u043E\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u043E\\u0432\\u0430\\u0442\\u044C\\u0441\\u044F \\u0441\\u0432\\u043E\\u0438\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0434\\u043B\\u044F \\u043A\\u0430\\u0436\\u0434\\u043E\\u0433\\u043E \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0430 \\u0432 \\u0437\\u0430\\u0432\\u0438\\u0441\\u0438\\u043C\\u043E\\u0441\\u0442\\u0438 \\u043E\\u0442 \\u0437\\u0430\\u044F\\u0432\\u043B\\u0435\\u043D\\u043D\\u044B\\u0445 \\u0438\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u043E\\u0432\\u044B\\u0445 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0430\\u043D\\u0438\\u0439.","static.tcf.vendors.iab":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438 IAB TCF","static.tcf.vendors.other":"\\u0414\\u0440\\u0443\\u0433\\u0438\\u0435 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438","static.tcf.vendors_count":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438","static.tcf.vendors_using_consent":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438, \\u0438\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u0443\\u044E\\u0449\\u0438\\u0435 \\u0441\\u043E\\u0433\\u043B\\u0430\\u0441\\u0438\\u0435","static.tcf.vendors_using_legint":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0432\\u0449\\u0438\\u043A\\u0438, \\u0438\\u0441\\u043F\\u043E\\u043B\\u044C\\u0437\\u0443\\u044E\\u0449\\u0438\\u0435 \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u044B\\u0439 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441"},_v={"static.tcf.consent":"S\\xFAhlas","static.tcf.cookie_disclosure.also_non_cookie":"Tento dod\\xE1vate\\u013E pou\\u017E\\xEDva na ukladanie a pr\\xEDstup k inform\\xE1ci\\xE1m vo va\\u0161om zariaden\\xED aj in\\xE9 met\\xF3dy, napr\\xEDklad \\u201Elok\\xE1lny ukladac\\xED priestor\\u201C.","static.tcf.cookie_disclosure.intro":"uklad\\xE1 s\\xFAbory cookie s maxim\\xE1lnou d\\u013A\\u017Ekou trvania pribli\\u017Ene to\\u013Eko dn\\xED:","static.tcf.cookie_disclosure.non_cookie":"pou\\u017E\\xEDva na ukladanie a pr\\xEDstup k inform\\xE1ci\\xE1m vo va\\u0161om zariaden\\xED met\\xF3dy, ako je \\u201Elok\\xE1lny ukladac\\xED priestor\\u201C.","static.tcf.cookie_disclosure.refresh":"Tieto s\\xFAbory cookie sa m\\xF4\\u017Eu obnovova\\u0165.","static.tcf.data_categories":"Kateg\\xF3rie \\xFAdajov","static.tcf.features":"Funkcie","static.tcf.features.description":"Ni\\u017E\\u0161ie n\\xE1jdete zoznam funkci\\xED, na ktor\\xE9 sa va\\u0161e \\xFAdaje sprac\\xFAvaj\\xFA. Svoje pr\\xE1va pre \\u0161peci\\xE1lne funkcie m\\xF4\\u017Eete uplatni\\u0165 pomocou ni\\u017E\\u0161ie uveden\\xFDch prep\\xEDna\\u010Dov.","static.tcf.legint":"Opr\\xE1vnen\\xFD z\\xE1ujem","static.tcf.legint_disclosure":"Zverejnenie opr\\xE1vnen\\xE9ho z\\xE1ujmu","static.tcf.privacy_policy":"Politika ochrany osobn\\xFDch \\xFAdajov","static.tcf.purposes":"\\xDA\\u010Dely","static.tcf.purposes.description":"Ni\\u017E\\u0161ie n\\xE1jdete zoznam \\xFA\\u010Delov a \\u0161peci\\xE1lnych funkci\\xED, na ktor\\xE9 sa va\\u0161e \\xFAdaje sprac\\xFAvaj\\xFA. Svoje pr\\xE1va pre konkr\\xE9tne \\xFA\\u010Dely m\\xF4\\u017Eete uplatni\\u0165 na z\\xE1klade s\\xFAhlasu alebo opr\\xE1vnen\\xE9ho z\\xE1ujmu pomocou ni\\u017E\\u0161ie uveden\\xFDch prep\\xEDna\\u010Dov.","static.tcf.retention":"Uchov\\xE1vanie","static.tcf.retention_period_days":"de\\u0148/i/\\xED","static.tcf.special_features":"\\u0160peci\\xE1lne funkcie","static.tcf.special_purposes":"\\u0160peci\\xE1lne \\xFA\\u010Dely","static.tcf.vendors":"Dod\\xE1vatelia","static.tcf.vendors.description":"Ni\\u017E\\u0161ie n\\xE1jdete zoznam dod\\xE1vate\\u013Eov, ktor\\xED sprac\\xFAvaj\\xFA va\\u0161e \\xFAdaje, a \\xFA\\u010Dely alebo funkcie sprac\\xFAvania, ktor\\xE9 deklaruj\\xFA. Svoje pr\\xE1va m\\xF4\\u017Eete uplatni\\u0165 u ka\\u017Ed\\xE9ho dod\\xE1vate\\u013Ea na z\\xE1klade pr\\xE1vneho z\\xE1kladu, ktor\\xFD uplat\\u0148uje.","static.tcf.vendors.iab":"Dod\\xE1vatelia IAB TCF","static.tcf.vendors.other":"Ostatn\\xED dod\\xE1vatelia","static.tcf.vendors_count":"dod\\xE1vate\\u013E/lia/ov","static.tcf.vendors_using_consent":"Dod\\xE1vatelia vyu\\u017E\\xEDvaj\\xFAci s\\xFAhlas","static.tcf.vendors_using_legint":"Dod\\xE1vatelia vyu\\u017E\\xEDvaj\\xFAci opr\\xE1vnen\\xFD z\\xE1ujem"},mv={"static.tcf.consent":"Privolitev","static.tcf.cookie_disclosure.also_non_cookie":"Ta partner za shranjevanje in dostop do informacij v va\\u0161i napravi uporablja tudi druge metode, kot je \\xBBlokalna shramba\\xAB.","static.tcf.cookie_disclosure.intro":"shranjuje pi\\u0161kotke z najdalj\\u0161im trajanjem pribli\\u017Eno toliko dni:","static.tcf.cookie_disclosure.non_cookie":"za shranjevanje in dostop do informacij v va\\u0161i napravi uporablja metode, kot je \\xBBlokalna shramba\\xAB.","static.tcf.cookie_disclosure.refresh":"Ti pi\\u0161kotki se lahko osve\\u017Eijo.","static.tcf.data_categories":"Kategorije podatkov","static.tcf.features":"Funkcije","static.tcf.features.description":"V nadaljevanju je prikazan seznam funkcij, za katere se obdelujejo va\\u0161i podatki. Svoje pravice za posebne funkcije lahko uveljavljate s spodnjimi stikali.","static.tcf.legint":"Zakoniti interes","static.tcf.legint_disclosure":"Razkritje zakonitega interesa","static.tcf.privacy_policy":"Pravilnik o zasebnosti","static.tcf.purposes":"Nameni","static.tcf.purposes.description":"V nadaljevanju je prikazan seznam namenov in posebnih funkcij, za katere se obdelujejo va\\u0161i podatki. Svoje pravice za posebne namene, ki temeljijo na privolitvi ali zakonitem interesu, lahko uveljavljate s spodnjimi stikali.","static.tcf.retention":"Hramba","static.tcf.retention_period_days":"dni","static.tcf.special_features":"Posebne funkcije","static.tcf.special_purposes":"Posebni nameni","static.tcf.vendors":"Partnerji","static.tcf.vendors.description":"V nadaljevanju je prikazan seznam partnerjev, ki obdelujejo va\\u0161e podatke, in nameni ali funkcije obdelave, ki jih prijavljajo. Za vsakega partnerja lahko uveljavljate svoje pravice na podlagi pravne podlage, ki jo uveljavlja.","static.tcf.vendors.iab":"Partnerji IAB TCF","static.tcf.vendors.other":"Drugi partnerji","static.tcf.vendors_count":"partner(jev)","static.tcf.vendors_using_consent":"Partnerji, ki uporabljajo privolitev","static.tcf.vendors_using_legint":"Partnerji, ki uporabljajo zakoniti interes"},hv={"static.tcf.consent":"\\u0421\\u0430\\u0433\\u043B\\u0430\\u0441\\u043D\\u043E\\u0441\\u0442","static.tcf.cookie_disclosure.also_non_cookie":"\\u041E\\u0432\\u0438 \\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438 \\u0442\\u0430\\u043A\\u043E\\u0452\\u0435 \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435 \\u0434\\u0440\\u0443\\u0433\\u0435 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0435 \\u043A\\u0430\\u043E \\u0448\\u0442\\u043E \\u0441\\u0443 \\u201E\\u043B\\u043E\\u043A\\u0430\\u043B\\u043D\\u043E \\u0441\\u043A\\u043B\\u0430\\u0434\\u0438\\u0448\\u0442\\u0435\\u045A\\u0435\\u201C \\u0437\\u0430 \\u0441\\u043A\\u043B\\u0430\\u0434\\u0438\\u0448\\u0442\\u0435\\u045A\\u0435 \\u0438 \\u043F\\u0440\\u0438\\u0441\\u0442\\u0443\\u043F \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0458\\u0430\\u043C\\u0430 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043C \\u0443\\u0440\\u0435\\u0452\\u0430\\u0458\\u0443.","static.tcf.cookie_disclosure.intro":"\\u0447\\u0443\\u0432\\u0430 \\u043A\\u043E\\u043B\\u0430\\u0447\\u0438\\u045B\\u0435 \\u0441\\u0430 \\u043C\\u0430\\u043A\\u0441\\u0438\\u043C\\u0430\\u043B\\u043D\\u0438\\u043C \\u0442\\u0440\\u0430\\u0458\\u0430\\u045A\\u0435\\u043C \\u043E\\u0434 \\u043E\\u0442\\u043F\\u0440\\u0438\\u043B\\u0438\\u043A\\u0435 \\u043E\\u0432\\u043E\\u043B\\u0438\\u043A\\u043E \\u0434\\u0430\\u043D\\u0430:","static.tcf.cookie_disclosure.non_cookie":"\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0438 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0435 \\u043A\\u0430\\u043E \\u0448\\u0442\\u043E \\u0441\\u0443 \\u201E\\u043B\\u043E\\u043A\\u0430\\u043B\\u043D\\u043E \\u0441\\u043A\\u043B\\u0430\\u0434\\u0438\\u0448\\u0442\\u0435\\u045A\\u0435\\u201C \\u0437\\u0430 \\u0441\\u043A\\u043B\\u0430\\u0434\\u0438\\u0448\\u0442\\u0435\\u045A\\u0435 \\u0438 \\u043F\\u0440\\u0438\\u0441\\u0442\\u0443\\u043F \\u0438\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0438\\u0458\\u0430\\u043C\\u0430 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043C \\u0443\\u0440\\u0435\\u0452\\u0430\\u0458\\u0443.","static.tcf.cookie_disclosure.refresh":"\\u041E\\u0432\\u0438 \\u043A\\u043E\\u043B\\u0430\\u0447\\u0438\\u045B\\u0438 \\u0441\\u0435 \\u043C\\u043E\\u0433\\u0443 \\u043E\\u0441\\u0432\\u0435\\u0436\\u0438\\u0442\\u0438.","static.tcf.data_categories":"\\u041A\\u0430\\u0442\\u0435\\u0433\\u043E\\u0440\\u0438\\u0458\\u0435 \\u043F\\u043E\\u0434\\u0430\\u0442\\u0430\\u043A\\u0430","static.tcf.features":"\\u041A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0435","static.tcf.features.description":"\\u0423 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443 \\u045B\\u0435\\u0442\\u0435 \\u043F\\u0440\\u043E\\u043D\\u0430\\u045B\\u0438 \\u043B\\u0438\\u0441\\u0442\\u0443 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0430 \\u0437\\u0430 \\u043A\\u043E\\u0458\\u0435 \\u0441\\u0435 \\u0432\\u0430\\u0448\\u0438 \\u043F\\u043E\\u0434\\u0430\\u0446\\u0438 \\u043E\\u0431\\u0440\\u0430\\u0452\\u0443\\u0458\\u0443. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u043E\\u0441\\u0442\\u0432\\u0430\\u0440\\u0438\\u0442\\u0438 \\u0441\\u0432\\u043E\\u0458\\u0430 \\u043F\\u0440\\u0430\\u0432\\u0430 \\u0437\\u0430 \\u043F\\u043E\\u0441\\u0435\\u0431\\u043D\\u0435 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0435 \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435\\u045B\\u0438 \\u0434\\u0443\\u0433\\u043C\\u0438\\u045B\\u0435 \\u0443 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443.","static.tcf.legint":"\\u041B\\u0435\\u0433\\u0438\\u0442\\u0438\\u043C\\u043D\\u0438 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441","static.tcf.legint_disclosure":"\\u041E\\u0431\\u0458\\u0430\\u0432\\u0459\\u0438\\u0432\\u0430\\u045A\\u0435 \\u043B\\u0435\\u0433\\u0438\\u0442\\u0438\\u043C\\u043D\\u043E\\u0433 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0430","static.tcf.privacy_policy":"\\u041F\\u0440\\u0430\\u0432\\u0438\\u043B\\u0430 \\u043E \\u043F\\u0440\\u0438\\u0432\\u0430\\u0442\\u043D\\u043E\\u0441\\u0442\\u0438","static.tcf.purposes":"\\u041D\\u0430\\u043C\\u0435\\u043D\\u0435","static.tcf.purposes.description":"\\u0423 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443 \\u045B\\u0435\\u0442\\u0435 \\u043F\\u0440\\u043E\\u043D\\u0430\\u045B\\u0438 \\u043B\\u0438\\u0441\\u0442\\u0443 \\u043D\\u0430\\u043C\\u0435\\u043D\\u0430 \\u0438 \\u043F\\u043E\\u0441\\u0435\\u0431\\u043D\\u0438\\u0445 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0430 \\u0437\\u0430 \\u043A\\u043E\\u0458\\u0435 \\u0441\\u0435 \\u0432\\u0430\\u0448\\u0438 \\u043F\\u043E\\u0434\\u0430\\u0446\\u0438 \\u043E\\u0431\\u0440\\u0430\\u0452\\u0443\\u0458\\u0443. \\u0421\\u0432\\u043E\\u0458\\u0430 \\u043F\\u0440\\u0430\\u0432\\u0430 \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u043E\\u0441\\u0442\\u0432\\u0430\\u0440\\u0438\\u0442\\u0438 \\u0443 \\u043E\\u0434\\u0440\\u0435\\u0452\\u0435\\u043D\\u0435 \\u0441\\u0432\\u0440\\u0445\\u0435, \\u043D\\u0430 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0443 \\u0441\\u0430\\u0433\\u043B\\u0430\\u0441\\u043D\\u043E\\u0441\\u0442\\u0438 \\u0438\\u043B\\u0438 \\u043B\\u0435\\u0433\\u0438\\u0442\\u0438\\u043C\\u043D\\u043E\\u0433 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0430, \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435\\u045B\\u0438 \\u0434\\u0443\\u0433\\u043C\\u0438\\u045B\\u0435 \\u0443 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443.","static.tcf.retention":"\\u0417\\u0430\\u0434\\u0440\\u0436\\u0430\\u0432\\u0430\\u045A\\u0435","static.tcf.retention_period_days":"\\u0434\\u0430\\u043D(\\u0430)","static.tcf.special_features":"\\u041F\\u043E\\u0441\\u0435\\u0431\\u043D\\u0435 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0435","static.tcf.special_purposes":"\\u041F\\u043E\\u0441\\u0435\\u0431\\u043D\\u0435 \\u043D\\u0430\\u043C\\u0435\\u043D\\u0435","static.tcf.vendors":"\\u0414\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438","static.tcf.vendors.description":"\\u0423 \\u043D\\u0430\\u0441\\u0442\\u0430\\u0432\\u043A\\u0443 \\u045B\\u0435\\u0442\\u0435 \\u043F\\u0440\\u043E\\u043D\\u0430\\u045B\\u0438 \\u043B\\u0438\\u0441\\u0442\\u0443 \\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0430 \\u043A\\u043E\\u0458\\u0438 \\u043E\\u0431\\u0440\\u0430\\u0452\\u0443\\u0458\\u0443 \\u0432\\u0430\\u0448\\u0435 \\u043F\\u043E\\u0434\\u0430\\u0442\\u043A\\u0435 \\u0438 \\u0441\\u0432\\u0440\\u0445\\u0435 \\u0438\\u043B\\u0438 \\u043A\\u0430\\u0440\\u0430\\u043A\\u0442\\u0435\\u0440\\u0438\\u0441\\u0442\\u0438\\u043A\\u0435 \\u043E\\u0431\\u0440\\u0430\\u0434\\u0435 \\u043A\\u043E\\u0458\\u0435 \\u0441\\u0443 \\u0434\\u0435\\u043A\\u043B\\u0430\\u0440\\u0438\\u0440\\u0430\\u043B\\u0438. \\u041C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u043E\\u0441\\u0442\\u0432\\u0430\\u0440\\u0438\\u0442\\u0438 \\u0441\\u0432\\u043E\\u0458\\u0430 \\u043F\\u0440\\u0430\\u0432\\u0430 \\u0437\\u0430 \\u0441\\u0432\\u0430\\u043A\\u043E\\u0433 \\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0430 \\u043D\\u0430 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0443 \\u043F\\u0440\\u0430\\u0432\\u043D\\u0435 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0435 \\u043A\\u043E\\u0458\\u0443 \\u043E\\u043D\\u0438 \\u0442\\u0432\\u0440\\u0434\\u0435.","static.tcf.vendors.iab":"IAB TCF \\u0414\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438","static.tcf.vendors.other":"\\u0414\\u0440\\u0443\\u0433\\u0438 \\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438","static.tcf.vendors_count":"\\u0434\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447(\\u0430)","static.tcf.vendors_using_consent":"\\u0414\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438 \\u043A\\u043E\\u0458\\u0438 \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435 \\u0441\\u0430\\u0433\\u043B\\u0430\\u0441\\u043D\\u043E\\u0441\\u0442","static.tcf.vendors_using_legint":"\\u0414\\u043E\\u0431\\u0430\\u0432\\u0459\\u0430\\u0447\\u0438 \\u043A\\u043E\\u0458\\u0438 \\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0435 \\u043B\\u0435\\u0433\\u0438\\u0442\\u0438\\u043C\\u043D\\u0438 \\u0438\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441"},bv={"static.tcf.consent":"Saglasnost","static.tcf.cookie_disclosure.also_non_cookie":"Ovaj dobavlja\\u010D koristi i druge metode, kao \\u0161to je \\u201Elokalno skladi\\u0161te\\u201C za skladi\\u0161tenje i pristup informacijama na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.intro":"\\u010Duva kola\\u010Dic\\u0301e sa maksimalnim trajanjem od oko ovoliko dana:","static.tcf.cookie_disclosure.non_cookie":"koristi metode kao \\u0161to je \\u201Elokalno skladi\\u0161te\\u201C za skladi\\u0161tenje i pristup informacijama na va\\u0161em ure\\u0111aju.","static.tcf.cookie_disclosure.refresh":"Ovi kola\\u010Di\\u0107i mogu da se osve\\u017Eavaju.","static.tcf.data_categories":"Kategorije podataka","static.tcf.features":"Namene","static.tcf.features.description":"U nastavku sledi spisak namena u koje se va\\u0161i podaci obra\\u0111uju. Svoja prava mo\\u017Eete ostvariti u odre\\u0111ene svrhe koriste\\u0107i prekida\\u010De u nastavku.","static.tcf.legint":"Legitimni interes","static.tcf.legint_disclosure":"Otkrivanje legitimnog interesa","static.tcf.privacy_policy":"Pravila privatnosti","static.tcf.purposes":"Svrhe","static.tcf.purposes.description":"U nastavku sledi spisak svrha i posebnih namena u koje se va\\u0161i podaci obra\\u0111uju. Svoja prava mo\\u017Eete ostvariti u odre\\u0111ene svrhe, na osnovu saglasnosti ili legitimnog interesa, koristec\\u0301i prekida\\u010De ispod.","static.tcf.retention":"Zadr\\u017Eavanje","static.tcf.retention_period_days":"dan(a)","static.tcf.special_features":"Posebne namene","static.tcf.special_purposes":"Posebne namene","static.tcf.vendors":"Dobavlja\\u010Di","static.tcf.vendors.description":"U nastavku sledi spisak dobavlja\\u010Da koji obra\\u0111uju va\\u0161e podatke i svrhe ili namene obrade koje oni deklari\\u0161u. Svoja prava mo\\u017Eete ostvariti za svakog dobavlja\\u010Da na osnovu pravne osnove koju oni navode.","static.tcf.vendors.iab":"IAB TCF dobavlja\\u010Di","static.tcf.vendors.other":"Drugi dobavlja\\u010Di","static.tcf.vendors_count":"dobavlja\\u010D(a)","static.tcf.vendors_using_consent":"Dobavlja\\u010Di koji koriste saglasnost","static.tcf.vendors_using_legint":"Dobavlja\\u010Di koji koriste legitiman interes"},yv={"static.tcf.consent":"Samtycke","static.tcf.cookie_disclosure.also_non_cookie":"Denna leverant\\xF6r anv\\xE4nder ocks\\xE5 andra metoder som \\u201Dlokal lagring\\u201D f\\xF6r att lagra och f\\xE5 tillg\\xE5ng till information p\\xE5 din enhet.","static.tcf.cookie_disclosure.intro":"lagrar kakor max ungef\\xE4r s\\xE5 h\\xE4r m\\xE5nga dagar:","static.tcf.cookie_disclosure.non_cookie":"anv\\xE4nder ocks\\xE5 metoder som \\u201Dlokal lagring\\u201D f\\xF6r att lagra och f\\xE5 tillg\\xE5ng till information p\\xE5 din enhet.","static.tcf.cookie_disclosure.refresh":"Dessa kakor kan komma att f\\xF6rnyas.","static.tcf.data_categories":"Datakategorier","static.tcf.features":"Funktioner","static.tcf.features.description":"H\\xE4r nedan hittar du en lista av de funktioner f\\xF6r vilka dina uppgifter behandlas. Du kan ut\\xF6va dina r\\xE4ttigheter f\\xF6r s\\xE4rskilda funktioner genom menyvalen h\\xE4r nedan.","static.tcf.legint":"Ber\\xE4ttigat intresse","static.tcf.legint_disclosure":"Beskrivning av ber\\xE4ttigat intresse","static.tcf.privacy_policy":"Integritetspolicy","static.tcf.purposes":"\\xC4ndam\\xE5l","static.tcf.purposes.description":"H\\xE4r nedan hittar du en lista av de \\xE4ndam\\xE5l och s\\xE4rskilda funktioner f\\xF6r vilka dina uppgifter behandlas. Du kan ut\\xF6va dina r\\xE4ttigheter f\\xF6r s\\xE4rskilda \\xE4ndam\\xE5l, baserat p\\xE5 samtycke och ber\\xE4ttigat intresse, genom menyvalen h\\xE4r nedan.","static.tcf.retention":"Lagring","static.tcf.retention_period_days":"Dag(ar)","static.tcf.special_features":"S\\xE4rskilda funktioner","static.tcf.special_purposes":"S\\xE4rskilda \\xE4ndam\\xE5l","static.tcf.vendors":"Leverant\\xF6rer","static.tcf.vendors.description":"H\\xE4r nedan hittar du en lista av leverant\\xF6rer som behandlar dina uppgifter och \\xE4ndam\\xE5len eller funktionerna f\\xF6r behandlingen de uppgivit. Du kan ut\\xF6va dina r\\xE4ttigheter f\\xF6r varje leverant\\xF6r baserat p\\xE5 den r\\xE4ttsliga grund de h\\xE4vdar.","static.tcf.vendors.iab":"IAB TCF Leverant\\xF6rer","static.tcf.vendors.other":"Andra leverant\\xF6rer","static.tcf.vendors_count":"Leverant\\xF6r(er)","static.tcf.vendors_using_consent":"Leverant\\xF6rer som anv\\xE4nder samtycke","static.tcf.vendors_using_legint":"Leverant\\xF6rer som anv\\xE4nder ber\\xE4ttigat intresse"},kv={"static.tcf.consent":"\\u0130zin","static.tcf.cookie_disclosure.also_non_cookie":\'Bu sat\\u0131c\\u0131 ayr\\u0131ca cihaz\\u0131n\\u0131zdaki bilgileri depolamak ve bilgilere eri\\u015Fmek i\\xE7in "yerel depolama" gibi ba\\u015Fka y\\xF6ntemler de kullan\\u0131r.\',"static.tcf.cookie_disclosure.intro":"\\xE7erezleri en fazla yakla\\u015F\\u0131k \\u015Fu kadar g\\xFCn saklar:","static.tcf.cookie_disclosure.non_cookie":\'cihaz\\u0131n\\u0131zdaki bilgileri depolamak ve bilgilere eri\\u015Fmek i\\xE7in "yerel depolama" gibi y\\xF6ntemler kullan\\u0131r.\',"static.tcf.cookie_disclosure.refresh":"Bu \\xE7erezler yenilenebilir.","static.tcf.data_categories":"Veri kategorileri","static.tcf.features":"\\xD6zellikler","static.tcf.features.description":"Verilerinizin i\\u015Flendi\\u011Fi \\xF6zelliklerin bir listesini a\\u015Fa\\u011F\\u0131da bulabilirsiniz. A\\u015Fa\\u011F\\u0131daki ge\\xE7i\\u015F d\\xFC\\u011Fmelerini kullanarak \\xF6zel niteliklere ili\\u015Fkin haklar\\u0131n\\u0131z\\u0131 kullanabilirsiniz.","static.tcf.legint":"Me\\u015Fru Menfaat","static.tcf.legint_disclosure":"Me\\u015Fru menfaat a\\xE7\\u0131klamas\\u0131","static.tcf.privacy_policy":"Gizlilik Politikas\\u0131","static.tcf.purposes":"Ama\\xE7lar","static.tcf.purposes.description":"Verilerinizin i\\u015Flenme ama\\xE7lar\\u0131 ve i\\u015Flendi\\u011Fi \\xF6zel niteliklerin bir listesini a\\u015Fa\\u011F\\u0131da bulabilirsiniz. A\\u015Fa\\u011F\\u0131daki d\\xFC\\u011Fmeleri kullanarak haklar\\u0131n\\u0131z\\u0131 belirli ama\\xE7lar do\\u011Frultusunda, izne veya me\\u015Fru menfaate dayal\\u0131 olarak kullanabilirsiniz.","static.tcf.retention":"Tutma","static.tcf.retention_period_days":"g\\xFCn","static.tcf.special_features":"\\xD6zel nitelikler","static.tcf.special_purposes":"\\xD6zel ama\\xE7lar","static.tcf.vendors":"Sat\\u0131c\\u0131lar","static.tcf.vendors.description":"A\\u015Fa\\u011F\\u0131da, verilerinizi i\\u015Fleyen sat\\u0131c\\u0131lar\\u0131n bir listesini ve beyan ettikleri i\\u015Fleme ama\\xE7lar\\u0131n\\u0131 veya \\xF6zelliklerini bulabilirsiniz. Haklar\\u0131n\\u0131z\\u0131 her sat\\u0131c\\u0131 i\\xE7in onlar\\u0131n ileri s\\xFCrd\\xFC\\u011F\\xFC yasal dayanaklara g\\xF6re kullanabilirsiniz.","static.tcf.vendors.iab":"IAB TCF Sat\\u0131c\\u0131lar\\u0131","static.tcf.vendors.other":"Di\\u011Fer sat\\u0131c\\u0131lar","static.tcf.vendors_count":"sat\\u0131c\\u0131","static.tcf.vendors_using_consent":"Onay kullanan sat\\u0131c\\u0131lar","static.tcf.vendors_using_legint":"Me\\u015Fru menfaat kullanan sat\\u0131c\\u0131lar"},Cv={"static.tcf.consent":"\\u0417\\u0433\\u043E\\u0434\\u0430","static.tcf.cookie_disclosure.also_non_cookie":"\\u0426\\u0435\\u0439 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A \\u0442\\u0430\\u043A\\u043E\\u0436 \\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u0454 \\u0456\\u043D\\u0448\\u0456 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0438, \\u044F\\u043A-\\u043E\\u0442 \\xAB\\u043B\\u043E\\u043A\\u0430\\u043B\\u044C\\u043D\\u0435 \\u0441\\u0445\\u043E\\u0432\\u0438\\u0449\\u0435\\xBB \\u0434\\u043B\\u044F \\u0437\\u0431\\u0435\\u0440\\u0456\\u0433\\u0430\\u043D\\u043D\\u044F \\u0442\\u0430 \\u0434\\u043E\\u0441\\u0442\\u0443\\u043F\\u0443 \\u0434\\u043E \\u0456\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0456\\u0457 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u043E\\u043C\\u0443 \\u043F\\u0440\\u0438\\u0441\\u0442\\u0440\\u043E\\u0457.","static.tcf.cookie_disclosure.intro":"\\u0437\\u0431\\u0435\\u0440\\u0456\\u0433\\u0430\\u0454 \\u0444\\u0430\\u0439\\u043B\\u0438 cookie \\u0437 \\u043C\\u0430\\u043A\\u0441\\u0438\\u043C\\u0430\\u043B\\u044C\\u043D\\u043E\\u044E \\u0442\\u0440\\u0438\\u0432\\u0430\\u043B\\u0456\\u0441\\u0442\\u044E \\u043F\\u0440\\u0438\\u0431\\u043B\\u0438\\u0437\\u043D\\u043E \\u0441\\u0442\\u0456\\u043B\\u044C\\u043A\\u0438 \\u0434\\u043D\\u0456\\u0432:","static.tcf.cookie_disclosure.non_cookie":"\\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u0454 \\u0442\\u0430\\u043A\\u0456 \\u043C\\u0435\\u0442\\u043E\\u0434\\u0438, \\u044F\\u043A \\xAB\\u043B\\u043E\\u043A\\u0430\\u043B\\u044C\\u043D\\u0435 \\u0441\\u0445\\u043E\\u0432\\u0438\\u0449\\u0435\\xBB \\u0434\\u043B\\u044F \\u0437\\u0431\\u0435\\u0440\\u0456\\u0433\\u0430\\u043D\\u043D\\u044F \\u0442\\u0430 \\u0434\\u043E\\u0441\\u0442\\u0443\\u043F\\u0443 \\u0434\\u043E \\u0456\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0456\\u0457 \\u043D\\u0430 \\u0432\\u0430\\u0448\\u043E\\u043C\\u0443 \\u043F\\u0440\\u0438\\u0441\\u0442\\u0440\\u043E\\u0457.","static.tcf.cookie_disclosure.refresh":"\\u0426\\u0456 \\u0444\\u0430\\u0439\\u043B\\u0438 cookie \\u043C\\u043E\\u0436\\u0443\\u0442\\u044C \\u0431\\u0443\\u0442\\u0438 \\u043E\\u043D\\u043E\\u0432\\u043B\\u0435\\u043D\\u0456.","static.tcf.data_categories":"\\u041A\\u0430\\u0442\\u0435\\u0433\\u043E\\u0440\\u0456\\u0457 \\u0434\\u0430\\u043D\\u0438\\u0445","static.tcf.features":"\\u0424\\u0443\\u043D\\u043A\\u0446\\u0456\\u0457","static.tcf.features.description":"\\u041D\\u0438\\u0436\\u0447\\u0435 \\u0432\\u043A\\u0430\\u0437\\u0430\\u043D\\u0438\\u0439 \\u043F\\u0435\\u0440\\u0435\\u043B\\u0456\\u043A \\u0444\\u0443\\u043D\\u043A\\u0446\\u0456\\u0439, \\u0434\\u043B\\u044F \\u044F\\u043A\\u0438\\u0445 \\u043E\\u0431\\u0440\\u043E\\u0431\\u043B\\u044F\\u044E\\u0442\\u044C\\u0441\\u044F \\u0432\\u0430\\u0448\\u0456 \\u0434\\u0430\\u043D\\u0456. \\u0412\\u0438 \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0441\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0430\\u0442\\u0438\\u0441\\u044F \\u0441\\u0432\\u043E\\u0457\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u043D\\u0430 \\u0441\\u043F\\u0435\\u0446\\u0456\\u0430\\u043B\\u044C\\u043D\\u0456 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0456\\u0457 \\u0437\\u0430 \\u0434\\u043E\\u043F\\u043E\\u043C\\u043E\\u0433\\u043E\\u044E \\u043F\\u0435\\u0440\\u0435\\u043C\\u0438\\u043A\\u0430\\u0447\\u0456\\u0432 \\u043D\\u0438\\u0436\\u0447\\u0435.","static.tcf.legint":"\\u0417\\u0430\\u043A\\u043E\\u043D\\u043D\\u0438\\u0439 \\u0456\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441","static.tcf.legint_disclosure":"\\u0420\\u043E\\u0437\\u043A\\u0440\\u0438\\u0442\\u0442\\u044F \\u0456\\u043D\\u0444\\u043E\\u0440\\u043C\\u0430\\u0446\\u0456\\u0457 \\u043F\\u0440\\u043E \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u0456 \\u0456\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0438","static.tcf.privacy_policy":"\\u041F\\u043E\\u043B\\u0456\\u0442\\u0438\\u043A\\u0430 \\u043A\\u043E\\u043D\\u0444\\u0456\\u0434\\u0435\\u043D\\u0446\\u0456\\u0439\\u043D\\u043E\\u0441\\u0442\\u0456","static.tcf.purposes":"\\u0426\\u0456\\u043B\\u0456","static.tcf.purposes.description":"\\u041D\\u0438\\u0436\\u0447\\u0435 \\u0432\\u043A\\u0430\\u0437\\u0430\\u043D\\u0438\\u0439 \\u043F\\u0435\\u0440\\u0435\\u043B\\u0456\\u043A \\u0446\\u0456\\u043B\\u0435\\u0439 \\u0456 \\u0441\\u043F\\u0435\\u0446\\u0456\\u0430\\u043B\\u044C\\u043D\\u0438\\u0445 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0456\\u0439, \\u0434\\u043B\\u044F \\u044F\\u043A\\u0438\\u0445 \\u043E\\u0431\\u0440\\u043E\\u0431\\u043B\\u044F\\u044E\\u0442\\u044C\\u0441\\u044F \\u0432\\u0430\\u0448\\u0456 \\u0434\\u0430\\u043D\\u0456. \\u0412\\u0438 \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0441\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0430\\u0442\\u0438\\u0441\\u044F \\u0441\\u0432\\u043E\\u0457\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0434\\u043B\\u044F \\u043A\\u043E\\u043D\\u043A\\u0440\\u0435\\u0442\\u043D\\u0438\\u0445 \\u0446\\u0456\\u043B\\u0435\\u0439 \\u043D\\u0430 \\u043E\\u0441\\u043D\\u043E\\u0432\\u0456 \\u0437\\u0433\\u043E\\u0434\\u0438 \\u0430\\u0431\\u043E \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u043E\\u0433\\u043E \\u0456\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0443, \\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u044E\\u0447\\u0438 \\u043F\\u0435\\u0440\\u0435\\u043C\\u0438\\u043A\\u0430\\u0447\\u0456 \\u043D\\u0438\\u0436\\u0447\\u0435.","static.tcf.retention":"\\u0417\\u0431\\u0435\\u0440\\u0456\\u0433\\u0430\\u043D\\u043D\\u044F","static.tcf.retention_period_days":"\\u0434\\u0435\\u043D\\u044C(\\u0434\\u043D\\u0456\\u0432)","static.tcf.special_features":"\\u0421\\u043F\\u0435\\u0446\\u0456\\u0430\\u043B\\u044C\\u043D\\u0456 \\u0444\\u0443\\u043D\\u043A\\u0446\\u0456\\u0457","static.tcf.special_purposes":"\\u0421\\u043F\\u0435\\u0446\\u0456\\u0430\\u043B\\u044C\\u043D\\u0456 \\u0446\\u0456\\u043B\\u0456","static.tcf.vendors":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438","static.tcf.vendors.description":"\\u041D\\u0438\\u0436\\u0447\\u0435 \\u0432\\u043A\\u0430\\u0437\\u0430\\u043D\\u0438\\u0439 \\u043F\\u0435\\u0440\\u0435\\u043B\\u0456\\u043A \\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0456\\u0432, \\u044F\\u043A\\u0456 \\u043E\\u0431\\u0440\\u043E\\u0431\\u043B\\u044F\\u044E\\u0442\\u044C \\u0432\\u0430\\u0448\\u0456 \\u0434\\u0430\\u043D\\u0456, \\u0430 \\u0442\\u0430\\u043A\\u043E\\u0436 \\u0437\\u0430\\u044F\\u0432\\u043B\\u0435\\u043D\\u0456 \\u0446\\u0456\\u043B\\u0456 \\u0430\\u0431\\u043E \\u043E\\u0441\\u043E\\u0431\\u043B\\u0438\\u0432\\u043E\\u0441\\u0442\\u0456 \\u043E\\u0431\\u0440\\u043E\\u0431\\u043A\\u0438. \\u0412\\u0438 \\u043C\\u043E\\u0436\\u0435\\u0442\\u0435 \\u0441\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u0430\\u0442\\u0438\\u0441\\u044F \\u0441\\u0432\\u043E\\u0457\\u043C\\u0438 \\u043F\\u0440\\u0430\\u0432\\u0430\\u043C\\u0438 \\u0449\\u043E\\u0434\\u043E \\u043A\\u043E\\u0436\\u043D\\u043E\\u0433\\u043E \\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0430 \\u043D\\u0430 \\u043F\\u0456\\u0434\\u0441\\u0442\\u0430\\u0432\\u0456 \\u0437\\u0430\\u0441\\u0442\\u043E\\u0441\\u043E\\u0432\\u0443\\u0432\\u0430\\u043D\\u0438\\u0445 \\u043F\\u0440\\u0430\\u0432\\u043E\\u0432\\u0438\\u0445 \\u043F\\u0456\\u0434\\u0441\\u0442\\u0430\\u0432.","static.tcf.vendors.iab":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438 IAB TCF","static.tcf.vendors.other":"\\u0406\\u043D\\u0448\\u0456 \\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438","static.tcf.vendors_count":"\\u043F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A(-\\u0456\\u0432)","static.tcf.vendors_using_consent":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438, \\u044F\\u043A\\u0456 \\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u044E\\u0442\\u044C \\u043F\\u0440\\u043E\\u0446\\u0435\\u0441 \\u0437\\u0433\\u043E\\u0434\\u0438","static.tcf.vendors_using_legint":"\\u041F\\u043E\\u0441\\u0442\\u0430\\u0447\\u0430\\u043B\\u044C\\u043D\\u0438\\u043A\\u0438, \\u044F\\u043A\\u0456 \\u0432\\u0438\\u043A\\u043E\\u0440\\u0438\\u0441\\u0442\\u043E\\u0432\\u0443\\u044E\\u0442\\u044C \\u043F\\u0440\\u0430\\u0432\\u043E \\u0437\\u0430\\u043A\\u043E\\u043D\\u043D\\u043E\\u0433\\u043E \\u0456\\u043D\\u0442\\u0435\\u0440\\u0435\\u0441\\u0443"},wv={"static.tcf.consent":"\\u540C\\u610F\\u51FD","static.tcf.cookie_disclosure.also_non_cookie":"\\u8BE5\\u4F9B\\u5E94\\u5546\\u8FD8\\u4F7F\\u7528\\u201C\\u672C\\u5730\\u5B58\\u50A8\\u201D\\u7B49\\u5176\\u4ED6\\u65B9\\u6CD5\\u6765\\u5B58\\u50A8\\u548C\\u8BBF\\u95EE\\u60A8\\u8BBE\\u5907\\u4E0A\\u7684\\u4FE1\\u606F\\u3002","static.tcf.cookie_disclosure.intro":"\\u5B58\\u50A8 cookie \\u7684\\u6700\\u5927\\u9884\\u4F30\\u6301\\u7EED\\u65F6\\u95F4\\uFF08\\u5929\\u6570\\uFF09\\uFF1A","static.tcf.cookie_disclosure.non_cookie":"\\u4F7F\\u7528\\u201C\\u672C\\u5730\\u5B58\\u50A8\\u201D\\u7B49\\u5176\\u4ED6\\u65B9\\u6CD5\\u6765\\u5B58\\u50A8\\u548C\\u8BBF\\u95EE\\u60A8\\u8BBE\\u5907\\u4E0A\\u7684\\u4FE1\\u606F\\u3002","static.tcf.cookie_disclosure.refresh":"\\u8FD9\\u4E9B cookie \\u53EF\\u80FD\\u4F1A\\u88AB\\u5237\\u65B0\\u3002","static.tcf.data_categories":"\\u6570\\u636E\\u7C7B\\u522B","static.tcf.features":"\\u529F\\u80FD","static.tcf.features.description":"\\u5728\\u4E0B\\u9762\\uFF0C\\u60A8\\u53EF\\u4EE5\\u770B\\u5230\\u5904\\u7406\\u60A8\\u6570\\u636E\\u7684\\u529F\\u80FD\\u5217\\u8868\\u3002\\u60A8\\u53EF\\u4EE5\\u4F7F\\u7528\\u4E0B\\u9762\\u7684\\u5207\\u6362\\u5F00\\u5173\\u5728\\u7279\\u6B8A\\u529F\\u80FD\\u65B9\\u9762\\u884C\\u4F7F\\u6743\\u5229\\u3002","static.tcf.legint":"\\u5408\\u6CD5\\u6743\\u76CA","static.tcf.legint_disclosure":"\\u5408\\u6CD5\\u6743\\u76CA\\u62AB\\u9732","static.tcf.privacy_policy":"\\u9690\\u79C1\\u653F\\u7B56","static.tcf.purposes":"\\u76EE\\u7684","static.tcf.purposes.description":"\\u4E0B\\u9762\\uFF0C\\u60A8\\u53EF\\u4EE5\\u770B\\u5230\\u60A8\\u6570\\u636E\\u7684\\u5904\\u7406\\u76EE\\u7684\\u548C\\u7279\\u6B8A\\u529F\\u80FD\\u5217\\u8868\\u3002\\u51FA\\u4E8E\\u7279\\u5B9A\\u76EE\\u7684\\uFF0C\\u60A8\\u53EF\\u4EE5\\u6839\\u636E\\u540C\\u610F\\u51FD\\u6216\\u5408\\u6CD5\\u5229\\u76CA\\uFF0C\\u4F7F\\u7528\\u4E0B\\u9762\\u7684\\u5207\\u6362\\u5F00\\u5173\\u884C\\u4F7F\\u60A8\\u7684\\u6743\\u5229\\u3002","static.tcf.retention":"\\u4FDD\\u7559\\u671F","static.tcf.retention_period_days":"\\u5929","static.tcf.special_features":"\\u7279\\u6B8A\\u529F\\u80FD","static.tcf.special_purposes":"\\u7279\\u6B8A\\u76EE\\u7684","static.tcf.vendors":"\\u4F9B\\u5E94\\u5546","static.tcf.vendors.description":"\\u5728\\u4E0B\\u9762\\uFF0C\\u60A8\\u53EF\\u4EE5\\u770B\\u5230\\u5904\\u7406\\u60A8\\u6570\\u636E\\u7684\\u4F9B\\u5E94\\u5546\\u5217\\u8868\\uFF0C\\u53CA\\u5176\\u58F0\\u660E\\u7684\\u5904\\u7406\\u76EE\\u7684\\u6216\\u529F\\u80FD\\u3002\\u60A8\\u53EF\\u4EE5\\u6839\\u636E\\u6BCF\\u4E2A\\u4F9B\\u5E94\\u5546\\u4E3B\\u5F20\\u7684\\u6CD5\\u5F8B\\u4F9D\\u636E\\u5BF9\\u5176\\u884C\\u4F7F\\u6743\\u5229\\u3002","static.tcf.vendors.iab":"IAB TCF \\u4F9B\\u5E94\\u5546","static.tcf.vendors.other":"\\u5176\\u4ED6\\u4F9B\\u5E94\\u5546","static.tcf.vendors_count":"\\u4E2A\\u4F9B\\u5E94\\u5546","static.tcf.vendors_using_consent":"\\u4F9B\\u5E94\\u5546\\u4F7F\\u7528\\u540C\\u610F\\u51FD","static.tcf.vendors_using_legint":"\\u4F9B\\u5E94\\u5546\\u4F7F\\u7528\\u5408\\u6CD5\\u6743\\u76CA"};const Ns={ar:Df,bg:Rf,bs:Vf,ca:Mf,cs:Uf,da:Bf,de:Gf,el:Hf,en:qf,es:Kf,"es-MX":Yf,et:Wf,eu:Jf,fi:Zf,fr:Qf,"fr-CA":Xf,gl:ev,"hi-IN":tv,hr:iv,hu:sv,it:nv,ja:ov,lt:rv,lv:av,mt:cv,nl:lv,no:dv,pl:uv,"pt-BR":pv,"pt-PT":fv,ro:vv,ru:gv,sk:_v,sl:mv,"sr-Cyrl":hv,"sr-Latn":bv,sv:yv,tr:kv,uk:Cv,zh:wv};function Ev(t){return Object.keys(Ns).forEach(e=>{t.load(e,Ns[e])}),Object.keys(Ns)}var jv=Object.defineProperty,ua=Object.getOwnPropertySymbols,xv=Object.prototype.hasOwnProperty,Iv=Object.prototype.propertyIsEnumerable,pa=(t,e,i)=>e in t?jv(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,Pv=(t,e)=>{for(var i in e||(e={}))xv.call(e,i)&&pa(t,i,e[i]);if(ua)for(var i of ua(e))Iv.call(e,i)&&pa(t,i,e[i]);return t};const Ov=(t,e)=>{const{i18n:i}=t;Ev(i),vs(p(Uo,{i18nInstance:i},p(qd,null,p(Pd,null,p(qo,null,p(Ff,Pv({experienceMinimal:t.experience},t)))))),e)},fa="__tcfapiLocator",va=t=>{if(!window.frames[t])if(window.document.body){const e=window.document.createElement("iframe");e.style.cssText="display:none",e.name=t,window.document.body.appendChild(e)}else setTimeout(()=>va(t),5)},Tv=t=>{let e=window,i;for(;e;){try{if(e.frames[t]){i=e;break}}catch{}if(e===window.top)break;e=e.parent}return i},Sv=t=>typeof t=="object"&&t!=null&&"__tcfapiCall"in t,Av=({gdprAppliesDefault:t=!1})=>{var e;const i=[],s=window;let n=t;function o(...r){return r.length?(r[0]==="setGdprApplies"?r.length>3&&parseInt(r[1],10)===2&&typeof r[3]=="boolean"&&(n=r[3],typeof r[2]=="function"&&r[2]("set",!0)):r[0]==="ping"?typeof r[2]=="function"&&r[2]({gdprApplies:n,cmpLoaded:!1,cmpStatus:"stub"}):i.push(r),null):i}function a(r){const c=typeof r.data=="string";let l={};if(c)try{l=JSON.parse(r.data)}catch{l={}}else l=r.data;if(!Sv(l))return null;const u=l.__tcfapiCall;return u&&window.__tcfapi&&window.__tcfapi(u.command,u.version,(d,v)=>{const g={__tcfapiReturn:{returnValue:d,success:v,callId:u.callId}};r&&r.source&&r.source.postMessage&&r.source.postMessage(c?JSON.stringify(g):g,"*")},u.parameter),null}if(!Tv(fa)){va(fa);const r=o;if(typeof r!="function")throw new Error("TCF API failed to initialize");s.__tcfapi=r,s.addEventListener("message",a,!1),s.Fides.options.debug&&((e=s?.__tcfapi)==null||e.call(s,"addEventListener",2,c=>{}))}};var zv=Object.defineProperty,Lv=Object.defineProperties,Nv=Object.getOwnPropertyDescriptors,ga=Object.getOwnPropertySymbols,$v=Object.prototype.hasOwnProperty,Fv=Object.prototype.propertyIsEnumerable,_a=(t,e,i)=>e in t?zv(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,xe=(t,e)=>{for(var i in e||(e={}))$v.call(e,i)&&_a(t,i,e[i]);if(ga)for(var i of ga(e))Fv.call(e,i)&&_a(t,i,e[i]);return t},Ti=(t,e)=>Lv(t,Nv(e)),Dv=(t,e,i)=>new Promise((s,n)=>{var o=c=>{try{r(i.next(c))}catch(l){n(l)}},a=c=>{try{r(i.throw(c))}catch(l){n(l)}},r=c=>c.done?s(c.value):Promise.resolve(c.value).then(o,a);r((i=i.apply(t,e)).next())});const Rv=({cookie:t,experience:e})=>t.fides_string?Ts(e,t):e;function Vv(t){return Dv(this,null,function*(){var e,i,s,n,o,a;let r=(e=t??this.config)!=null?e:li("Fides must be initialized with a configuration object");hn(!!((i=r.options)!=null&&i.debug)),this.config=r,et(this),we("FidesInitializing",void 0,{gppEnabled:this.config.options.gppEnabled||((n=(s=this.config.experience)==null?void 0:s.gpp_settings)==null?void 0:n.enabled),tcfEnabled:this.config.options.tcfEnabled});const c=di(Ge.OPTIONS,r);Av({gdprAppliesDefault:c?.fidesTcfGdprApplies});const l=di(Ge.EXPERIENCE_TRANSLATION,r),u=yield Or(r);!c.fidesString&&u!=null&&u.fides_string&&(c.fidesString=u.fides_string);const d={optionsOverrides:c,consentPrefsOverrides:u,experienceTranslationOverrides:l};r=Ti(xe({},r),{options:xe(xe({},r.options),d.optionsOverrides)}),this.cookie=xe({},co(r)),this.saved_consent=xe({},this.cookie.consent);const{fidesString:v}=r.options;let g=!1;if(v)try{const{tc:h}=It(v);g=!!$t.decode(h);const b={fides_string:v,tcf_version_hash:(a=(o=d.consentPrefsOverrides)==null?void 0:o.version_hash)!=null?a:this.cookie.tcf_version_hash};this.cookie=xe(xe({},this.cookie),b)}catch{}this.experience=r.experience;const f=!Mi(this.cookie);if(Pp(),f||g){const h=lo(Ti(xe({},r),{cookie:this.cookie,savedConsent:this.saved_consent,updateExperienceFromCookieConsent:$p}));Object.assign(this,h),et(this),this.experience=h.experience,Qi(this.cookie,{shouldShowExperience:this.shouldShowExperience()})}const _=yield uo(Ti(xe({},r),{fides:this,initOverlay:gs,renderOverlay:Ov,updateExperience:Rv,overrides:d,propertyId:r.propertyId}));Object.assign(this,_),et(this),Xi(this.cookie,{shouldShowExperience:this.shouldShowExperience()})})}const Mv=os({tcfEnabled:!0}),Uv=Ti(xe({},Mv),{init:Vv});typeof window<"u"&&(window.Fides=Uv),C.BannerEnabled=Ys,C.ButtonType=me,C.CONSENT_COOKIE_MAX_AGE_DAYS=rn,C.CONSENT_COOKIE_NAME=Vi,C.ComponentType=oe,C.ConsentFlagType=Ye,C.ConsentMechanism=ne,C.ConsentMethod=R,C.ConsentNonApplicableFlagMode=pt,C.EnforcementLevel=Ks,C.FidesEventOrigin=Qe,C.FidesEventTargetType=fe,C.GpcStatus=Te,C.Layer1ButtonOption=Ft,C.OverrideType=Ge,C.PrivacyNoticeFramework=qs,C.RejectAllMechanism=Fi,C.RequestOrigin=Ws,C.SaveConsentPreference=Ue,C.ServingComponent=We,C.UpdateConsentValidation=Be,C.UserConsentPreference=ae,C.allNoticesAreDefaultOptIn=ic,C.applyOverridesToConsent=xt,C.buildCookieConsentFromConsentPreferences=Bi,C.consentCookieObjHasSomeConsentSet=Yt,C.constructFidesRegionString=Qt,C.createConsentPreferencesToSave=xn,C.decodeNoticeConsentString=Ji,C.defaultShowModal=Wi,C.dispatchConsentLoadedEvents=Qi,C.dispatchFidesEvent=we,C.dispatchFidesInitialized=Zi,C.dispatchReadyEvents=Xi,C.encodeNoticeConsentString=In,C.experienceIsValid=Ki,C.getConsentContext=tt,C.getCookieByName=Wt,C.getCoreFides=os,C.getFidesConsentCookie=He,C.getGpcStatusFromNotice=Yi,C.getOrMakeFidesCookie=ln,C.getOverrideValidatorMapByType=En,C.getTcfDefaultPreference=sc,C.getWindowObjFromPath=jn,C.initOverlay=gs,C.isConsentOverride=Xt,C.isNewFidesCookie=Mi,C.isPrivacyExperience=Ze,C.isValidAcString=Pn,C.makeConsentDefaultsLegacy=pn,C.makeFidesCookie=cn,C.noticeHasConsentInCookie=Ut,C.onFidesEvent=An,C.parseFidesDisabledNotices=Qs,C.processExternalConsentValue=Et,C.raise=li,C.removeCookiesFromBrowser=fn,C.resolveConsentValue=Bt,C.resolveLegacyConsentValue=Xs,C.saveFidesCookie=dn,C.shouldResurfaceBanner=ei,C.transformConsentToFidesUserPreference=ce,C.transformTcfPreferencesToCookieKeys=un,C.transformUserPreferenceToBoolean=Se,C.updateCookieFromExperience=vn,C.updateCookieFromNoticePreferences=Jt,C.updateExperience=to,C.updateExperienceFromCookieConsentNotices=Ui,C.updateWindowFides=et,C.validateOptions=wn});\n'};let n=null,e=null;function s(){e&&(e.remove(),e=null),n=null}function o(u="standard"){n!==u&&(s(),e=document.createElement("script"),e.textContent=i[u],n=u,document.head.appendChild(e))}o.cleanup=s,window.FidesPreview=o,t.FidesPreview=o});