{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/TxHm5hBnsYVTSrW6xuIJ/2BD4SMZK4SPocv2ebXM7/ZNXSsx8x4-0.js", "ssg:https://framerusercontent.com/modules/TxHm5hBnsYVTSrW6xuIJ/2BD4SMZK4SPocv2ebXM7/ZNXSsx8x4-1.js", "ssg:https://framerusercontent.com/modules/TxHm5hBnsYVTSrW6xuIJ/2BD4SMZK4SPocv2ebXM7/ZNXSsx8x4-3.js", "ssg:https://framerusercontent.com/modules/TxHm5hBnsYVTSrW6xuIJ/2BD4SMZK4SPocv2ebXM7/ZNXSsx8x4.js", "ssg:https://framerusercontent.com/modules/JPjf9lNFQrGC3RLshirQ/QRrd3izYuAXFAliRiAYq/augiA20Il.js", "ssg:https://framerusercontent.com/modules/7CGAqMsvX8pDKXY2Nahm/QopM2I16Xl8wPCi9SCxg/augiA20Il.js"],
  "sourcesContent": ["var t,e=Object.create,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,s=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(t,e)=>function(){return e||(0,t[i(t)[0]])((e={exports:{}}).exports,e),e.exports;},u=(t,e,s,o)=>{if(e&&\"object\"==typeof e||\"function\"==typeof e)for(let u of i(e))a.call(t,u)||u===s||r(t,u,{get:()=>e[u],enumerable:!(o=n(e,u))||o.enumerable});return t;},l=(t,n,i)=>(i=null!=t?e(s(t)):{},u(// If the importer is in node compatibility mode or this is not an ESM\n    // file that has been converted to a CommonJS file using a Babel-\n    // compatible transform (i.e. \"__esModule\" has not been set), then set\n    // \"default\" to the CommonJS \"module.exports\" for node compatibility.\n    !n&&t&&t.__esModule?i:r(i,\"default\",{value:t,enumerable:!0}),t)),h=o({\"../../../node_modules/dataloader/index.js\"(t,e){var r,n=/* @__PURE__ */function(){function t(t,e){if(\"function\"!=typeof t)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: \"+t+\".\");this._batchLoadFn=t,this._maxBatchSize=function(t){if(!(!t||!1!==t.batch))return 1;var e=t&&t.maxBatchSize;if(void 0===e)return 1/0;if(\"number\"!=typeof e||e<1)throw TypeError(\"maxBatchSize must be a positive number: \"+e);return e;}(e),this._batchScheduleFn=function(t){var e=t&&t.batchScheduleFn;if(void 0===e)return i;if(\"function\"!=typeof e)throw TypeError(\"batchScheduleFn must be a function: \"+e);return e;}(e),this._cacheKeyFn=function(t){var e=t&&t.cacheKeyFn;if(void 0===e)return function(t){return t;};if(\"function\"!=typeof e)throw TypeError(\"cacheKeyFn must be a function: \"+e);return e;}(e),this._cacheMap=function(t){if(!(!t||!1!==t.cache))return null;var e=t&&t.cacheMap;if(void 0===e)return /* @__PURE__ */new Map;if(null!==e){var r=[\"get\",\"set\",\"delete\",\"clear\"].filter(function(t){return e&&\"function\"!=typeof e[t];});if(0!==r.length)throw TypeError(\"Custom cacheMap missing methods: \"+r.join(\", \"));}return e;}(e),this._batch=null,this.name=e&&e.name?e.name:null;}var e=t.prototype;return e.load=function(t){if(null==t)throw TypeError(\"The loader.load() function must be called with a value, but got: \"+String(t)+\".\");var e=function(t){var e=t._batch;if(null!==e&&!e.hasDispatched&&e.keys.length<t._maxBatchSize)return e;var r={hasDispatched:!1,keys:[],callbacks:[]};return t._batch=r,t._batchScheduleFn(function(){(function(t,e){var r;if(e.hasDispatched=!0,0===e.keys.length){a(e);return;}try{r=t._batchLoadFn(e.keys);}catch(r){return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: \"+String(r)+\".\"));}if(!r||\"function\"!=typeof r.then)return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: \"+String(r)+\".\"));r.then(function(t){if(!o(t))throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: \"+String(t)+\".\");if(t.length!==e.keys.length)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\\n\\nKeys:\\n\"+String(e.keys)+\"\\n\\nValues:\\n\"+String(t));a(e);for(var r=0;r<e.callbacks.length;r++){var n=t[r];n instanceof Error?e.callbacks[r].reject(n):e.callbacks[r].resolve(n);}}).catch(function(r){s(t,e,r);});})(t,r);}),r;}(this),r=this._cacheMap,n=this._cacheKeyFn(t);if(r){var i=r.get(n);if(i){var u=e.cacheHits||(e.cacheHits=[]);return new Promise(function(t){u.push(function(){t(i);});});}}e.keys.push(t);var l=new Promise(function(t,r){e.callbacks.push({resolve:t,reject:r});});return r&&r.set(n,l),l;},e.loadMany=function(t){if(!o(t))throw TypeError(\"The loader.loadMany() function must be called with Array<key> but got: \"+t+\".\");for(var e=[],r=0;r<t.length;r++)e.push(this.load(t[r]).catch(function(t){return t;}));return Promise.all(e);},e.clear=function(t){var e=this._cacheMap;if(e){var r=this._cacheKeyFn(t);e.delete(r);}return this;},e.clearAll=function(){var t=this._cacheMap;return t&&t.clear(),this;},e.prime=function(t,e){var r=this._cacheMap;if(r){var n,i=this._cacheKeyFn(t);void 0===r.get(i)&&(e instanceof Error?(n=Promise.reject(e)).catch(function(){}):n=Promise.resolve(e),r.set(i,n));}return this;},t;}(),i=\"object\"==typeof process&&\"function\"==typeof process.nextTick?function(t){r||(r=Promise.resolve()),r.then(function(){process.nextTick(t);});}:\"function\"==typeof setImmediate?function(t){setImmediate(t);}:function(t){setTimeout(t);};function s(t,e,r){a(e);for(var n=0;n<e.keys.length;n++)t.clear(e.keys[n]),e.callbacks[n].reject(r);}function a(t){if(t.cacheHits)for(var e=0;e<t.cacheHits.length;e++)t.cacheHits[e]();}function o(t){return\"object\"==typeof t&&null!==t&&\"number\"==typeof t.length&&(0===t.length||t.length>0&&Object.prototype.hasOwnProperty.call(t,t.length-1));}e.exports=n;}}),c=l(h()),f={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},g=class{getOffset(){return this.offset;}ensureLength(t){let e=this.bytes.length;if(!(this.offset+t<=e))throw Error(\"Reading out of bounds\");}readUint8(){let t=f.Uint8;this.ensureLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=f.Uint16;this.ensureLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=f.Uint32;this.ensureLength(t);let e=this.view.getUint32(this.offset);return this.offset+=t,e;}readUint64(){let t=this.readBigUint64();return Number(t);}readBigUint64(){let t=f.BigUint64;this.ensureLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=f.Int8;this.ensureLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=f.Int16;this.ensureLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=f.Int32;this.ensureLength(t);let e=this.view.getInt32(this.offset);return this.offset+=t,e;}readInt64(){let t=this.readBigInt64();return Number(t);}readBigInt64(){let t=f.BigInt64;this.ensureLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=f.Float32;this.ensureLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=f.Float64;this.ensureLength(t);let e=this.view.getFloat64(this.offset);return this.offset+=t,e;}readBytes(t){let e=this.offset,r=e+t,n=this.bytes.subarray(e,r);return this.offset=r,n;}readString(){let t=this.readUint32(),e=this.readBytes(t);return this.decoder.decode(e);}readJson(){let t=this.readString();return JSON.parse(t);}constructor(t){this.bytes=t,this.offset=0,this.view=d(this.bytes),this.decoder=new TextDecoder;}};function d(t){return new DataView(t.buffer,t.byteOffset,t.byteLength);}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as p}from\"framer\";// ../../library/src/utils/utils.ts\nvar y=\"undefined\"!=typeof window,v=y&&\"function\"==typeof window.requestIdleCallback;// src/code-generation/components/cms/bundled/assert.ts\nfunction w(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function m(t){throw Error(`Unexpected value: ${t}`);}// src/code-generation/components/cms/bundled/BufferWriter.ts\nvar I=1024,b=1.5,U=t=>2**t-1,S=t=>-(2**(t-1)),k=t=>2**(t-1)-1,L={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:S(8),Int16:S(16),Int32:S(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},B={Uint8:U(8),Uint16:U(16),Uint32:U(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:k(8),Int16:k(16),Int32:k(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function E(t,e,r,n){w(t>=e,t,\"outside lower bound for\",n),w(t<=r,t,\"outside upper bound for\",n);}var M=class{getOffset(){return this.offset;}slice(t=0,e=this.offset){return this.bytes.slice(t,e);}subarray(t=0,e=this.offset){return this.bytes.subarray(t,e);}ensureLength(t){let e=this.bytes.length;if(this.offset+t<=e)return;let r=new Uint8Array(Math.ceil(e*b)+t);r.set(this.bytes),this.bytes=r,this.view=d(r);}writeUint8(t){E(t,L.Uint8,B.Uint8,\"Uint8\");let e=f.Uint8;this.ensureLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){E(t,L.Uint16,B.Uint16,\"Uint16\");let e=f.Uint16;this.ensureLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){E(t,L.Uint32,B.Uint32,\"Uint32\");let e=f.Uint32;this.ensureLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){E(t,L.Uint64,B.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){E(t,L.BigUint64,B.BigUint64,\"BigUint64\");let e=f.BigUint64;this.ensureLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){E(t,L.Int8,B.Int8,\"Int8\");let e=f.Int8;this.ensureLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){E(t,L.Int16,B.Int16,\"Int16\");let e=f.Int16;this.ensureLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){E(t,L.Int32,B.Int32,\"Int32\");let e=f.Int32;this.ensureLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){E(t,L.Int64,B.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){E(t,L.BigInt64,B.BigInt64,\"BigInt64\");let e=f.BigInt64;this.ensureLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=f.Float32;this.ensureLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=f.Float64;this.ensureLength(e),this.view.setFloat64(this.offset,t),this.offset+=e;}writeBytes(t){let e=t.length;this.ensureLength(e),this.bytes.set(t,this.offset),this.offset+=e;}encodeString(t){let e=this.encodedStrings.get(t);if(e)return e;let r=this.encoder.encode(t);return this.encodedStrings.set(t,r),r;}writeString(t){let e=this.encodeString(t),r=e.length;this.writeUint32(r),this.writeBytes(e);}writeJson(t){let e=JSON.stringify(t);this.writeString(e);}constructor(){this.offset=0,this.bytes=new Uint8Array(I),this.view=d(this.bytes),this.encoder=new TextEncoder,this.encodedStrings=/* @__PURE__ */new Map;}};// src/utils/typeChecks.ts\nfunction F(t){return Number.isFinite(t);}function T(t){return null===t;}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar N=class t{static fromString(e){let[r,n,i]=e.split(\"/\").map(Number);return w(F(r),\"Invalid chunkId\"),w(F(n),\"Invalid offset\"),w(F(i),\"Invalid length\"),new t(r,n,i);}toString(){return`${this.chunkId}/${this.offset}/${this.length}`;}static read(e){let r=e.readUint16(),n=e.readUint32(),i=e.readUint32();return new t(r,n,i);}write(t){t.writeUint16(this.chunkId),t.writeUint32(this.offset),t.writeUint32(this.length);}compare(t){return this.chunkId<t.chunkId?-1:this.chunkId>t.chunkId?1:this.offset<t.offset?-1:this.offset>t.offset?1:(w(this.length===t.length),0);}constructor(t,e,r){this.chunkId=t,this.offset=e,this.length=r;}};// src/code-generation/components/cms/bundled/models/DatabaseValueModel.ts\nimport{ControlType as A}from\"framer\";function O(t){if(T(t))return 0/* Null */;switch(t.type){case A.Array:return 1/* Array */;case A.Boolean:return 2/* Boolean */;case A.Color:return 3/* Color */;case A.Date:return 4/* Date */;case A.Enum:return 5/* Enum */;case A.File:return 6/* File */;case A.ResponsiveImage:return 10/* ResponsiveImage */;case A.Link:return 7/* Link */;case A.Number:return 8/* Number */;case A.Object:return 9/* Object */;case A.RichText:return 11/* RichText */;case A.String:return 12/* String */;default:m(t);}}function x(e){let r=e.readUint16(),n=[];for(let i=0;i<r;i++){let r=t.read(e);n.push(r);}return{type:A.Array,value:n};}function P(e,r){for(let n of(e.writeUint16(r.value.length),r.value))t.write(e,n);}function q(e,r,n){let i=e.value.length,s=r.value.length;if(i<s)return -1;if(i>s)return 1;for(let s=0;s<i;s++){let i=e.value[s],a=r.value[s],o=t.compare(i,a,n);if(0!==o)return o;}return 0;}function R(t){return{type:A.Boolean,value:0!==t.readUint8()};}function _(t,e){t.writeUint8(e.value?1:0);}function D(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function j(t){return{type:A.Color,value:t.readString()};}function C(t,e){t.writeString(e.value);}function J(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function W(t){let e=t.readInt64(),r=new Date(e);return{type:A.Date,value:r.toISOString()};}function $(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);}function z(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}function G(t){return{type:A.Enum,value:t.readString()};}function K(t,e){t.writeString(e.value);}function H(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function V(t){return{type:A.File,value:t.readString()};}function X(t,e){t.writeString(e.value);}function Q(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function Y(t){return{type:A.Link,value:t.readJson()};}function Z(t,e){t.writeJson(e.value);}function tt(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function te(t){return{type:A.Number,value:t.readFloat64()};}function tr(t,e){t.writeFloat64(e.value);}function tn(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function ti(e){let r=e.readUint16(),n={};for(let i=0;i<r;i++){let r=e.readString();n[r]=t.read(e);}return{type:A.Object,value:n};}function ts(e,r){let n=Object.entries(r.value);for(let[r,i]of(e.writeUint16(n.length),n))e.writeString(r),t.write(e,i);}function ta(e,r,n){let i=Object.keys(e.value).sort(),s=Object.keys(r.value).sort();if(i.length<s.length)return -1;if(i.length>s.length)return 1;for(let a=0;a<i.length;a++){let o=i[a],u=s[a];if(o<u)return -1;if(o>u)return 1;let l=e.value[o]??null,h=r.value[u]??null,c=t.compare(l,h,n);if(0!==c)return c;}return 0;}function to(t){return{type:A.ResponsiveImage,value:t.readJson()};}function tu(t,e){t.writeJson(e.value);}function tl(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function th(t){return{type:A.RichText,value:t.readUint32()};}function tc(t,e){t.writeUint32(e.value);}function tf(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}function tg(t){return{type:A.String,value:t.readString()};}function td(t,e){t.writeString(e.value);}function tp(t,e,r){let n=t.value,i=e.value;return(0/* CaseInsensitive */===r.type&&(n=t.value.toLowerCase(),i=e.value.toLowerCase()),n<i)?-1:n>i?1:0;}(t=>{t.read=function(t){let e=t.readUint8();switch(e){case 0/* Null */:return null;case 1/* Array */:return x(t);case 2/* Boolean */:return R(t);case 3/* Color */:return j(t);case 4/* Date */:return W(t);case 5/* Enum */:return G(t);case 6/* File */:return V(t);case 7/* Link */:return Y(t);case 8/* Number */:return te(t);case 9/* Object */:return ti(t);case 10/* ResponsiveImage */:return to(t);case 11/* RichText */:return th(t);case 12/* String */:return tg(t);default:m(e);}},t.write=function(t,e){let r=O(e);if(t.writeUint8(r),!T(e))switch(e.type){case A.Array:return P(t,e);case A.Boolean:return _(t,e);case A.Color:return C(t,e);case A.Date:return $(t,e);case A.Enum:return K(t,e);case A.File:return X(t,e);case A.Link:return Z(t,e);case A.Number:return tr(t,e);case A.Object:return ts(t,e);case A.ResponsiveImage:return tu(t,e);case A.RichText:return tc(t,e);case A.String:return td(t,e);default:m(e);}},t.compare=function(t,e,r){let n=O(t),i=O(e);if(n<i)return -1;if(n>i)return 1;if(T(t)||T(e))return 0;switch(t.type){case A.Array:return w(e.type===A.Array),q(t,e,r);case A.Boolean:return w(e.type===A.Boolean),D(t,e);case A.Color:return w(e.type===A.Color),J(t,e);case A.Date:return w(e.type===A.Date),z(t,e);case A.Enum:return w(e.type===A.Enum),H(t,e);case A.File:return w(e.type===A.File),Q(t,e);case A.Link:return w(e.type===A.Link),tt(t,e);case A.Number:return w(e.type===A.Number),tn(t,e);case A.Object:return w(e.type===A.Object),ta(t,e,r);case A.ResponsiveImage:return w(e.type===A.ResponsiveImage),tl(t,e);case A.RichText:return w(e.type===A.RichText),tf(t,e);case A.String:return w(e.type===A.String),tp(t,e,r);default:m(t);}};})(t||(t={}));// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar ty=class e{sortEntries(){this.entries.sort((e,r)=>{for(let n=0;n<this.fieldNames.length;n++){let i=e.values[n],s=r.values[n],a=t.compare(i,s,this.options.collation);if(0!==a)return a;}return e.pointer.compare(r.pointer);});}static deserialize(r){let n=new g(r),i=n.readJson(),s=n.readUint8(),a=[];for(let t=0;t<s;t++){let t=n.readString();a.push(t);}let o=new e(a,{collation:i}),u=n.readUint32();for(let e=0;e<u;e++){let e=[];for(let r=0;r<s;r++){let r=t.read(n);e.push(r);}let r=N.read(n);o.entries.push({values:e,pointer:r});}return o;}serialize(){let e=new M;for(let t of(e.writeJson(this.options.collation),e.writeUint8(this.fieldNames.length),this.fieldNames))e.writeString(t);for(let r of(this.sortEntries(),e.writeUint32(this.entries.length),this.entries)){let{values:n,pointer:i}=r;for(let r of n)t.write(e,r);i.write(e);}return e.subarray();}addItem(t,e){let r=this.fieldNames.map(e=>t.getField(e)??null);this.entries.push({values:r,pointer:e});}constructor(t,e){this.fieldNames=t,this.options=e,this.entries=[];}},tv=3,tw=250,tm=[408,// Request Timeout\n429,// Too Many Requests\n500,// Internal Server Error\n502,// Bad Gateway\n503,// Service Unavailable\n504],tI=async(t,e)=>{let r=0;for(;;){try{let n=await fetch(t,e);if(!tm.includes(n.status)||++r>tv)return n;}catch(t){if(e?.signal?.aborted||++r>tv)throw t;}await tb(r);}};async function tb(t){let e=Math.floor(tw*(Math.random()+1)*2**(t-1));await new Promise(t=>{setTimeout(t,e);});}// src/code-generation/components/cms/bundled/rangeRequest.ts\nasync function tU(t,e){let r=tL(e),n=[],i=0;for(let t of r)n.push(`${t.from}-${t.to-1}`),i+=t.to-t.from;let s=new URL(t),a=n.join(\",\");s.searchParams.set(\"range\",a);let o=await tI(s);if(200!==o.status)throw Error(`Request failed: ${o.status} ${o.statusText}`);let u=await o.arrayBuffer(),l=new Uint8Array(u);if(l.length!==i)throw Error(\"Request failed: Unexpected response length\");let h=new tS,c=0;for(let t of r){let e=t.to-t.from,r=c+e,n=l.subarray(c,r);h.write(t.from,n),c=r;}return e.map(t=>h.read(t.from,t.to-t.from));}var tS=class{read(t,e){for(let r of this.chunks){if(t<r.start)break;if(t>r.end)continue;if(t+e>r.end)break;let n=t-r.start,i=n+e;return r.data.slice(n,i);}throw Error(\"Missing data\");}write(t,e){let r=t,n=r+e.length,i=0,s=this.chunks.length;for(;i<s;i++){let t=this.chunks[i];if(w(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=tk(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(w(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=tk(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){this.chunks=[];}};function tk(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function tL(t){w(t.length>0,\"Must have at least one range\");let e=[...t].sort((t,e)=>t.from-e.from),r=[];for(let t of e){let e=r.length-1,n=r[e];n&&t.from<=n.to?r[e]={from:n.from,to:Math.max(n.to,t.to)}:r.push(t);}return r;}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nvar tB=class{async loadModel(){let[t]=await tU(this.options.url,[this.options.range]);return w(t,\"Failed to load model\"),ty.deserialize(t);}async getModel(){return this.modelPromise??=this.loadModel(),this.model??=await this.modelPromise,this.model;}async lookupItems(t){w(t.length===this.fields.length,\"Invalid query length\");let e=await this.getModel(),r=t.reduce((t,e,r)=>t.flatMap(t=>{switch(e.type){case\"All\"/* All */:return[t];case\"Equals\"/* Equals */:return this.queryEquals(t,e,r);case\"NotEquals\"/* NotEquals */:return this.queryNotEquals(t,e,r);case\"LessThan\"/* LessThan */:return this.queryLessThan(t,e,r);case\"GreaterThan\"/* GreaterThan */:return this.queryGreaterThan(t,e,r);case\"Contains\"/* Contains */:return this.queryContains(t,e,r);case\"StartsWith\"/* StartsWith */:return this.queryStartsWith(t,e,r);case\"EndsWith\"/* EndsWith */:return this.queryEndsWith(t,e,r);default:m(e);}}),[e.entries]),n=[];for(let t of r)for(let e of t){let t={};for(let r=0;r<this.options.fieldNames.length;r++){let n=this.options.fieldNames[r],i=e.values[r];t[n]=i;}n.push({pointer:e.pointer.toString(),data:t});}return n;}queryEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=t.slice(n,i+1);return s.length>0?[s]:[];}queryNotEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=[],a=t.slice(0,n);a.length>0&&s.push(a);let o=t.slice(i+1);return o.length>0&&s.push(o),s;}queryLessThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getRightMost(t,r,e.value),i=t.slice(0,n+1);return i.length>0?[i]:[];}let i=this.getLeftMost(t,r,e.value),s=t.slice(0,i);return s.length>0?[s]:[];}queryGreaterThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getLeftMost(t,r,e.value),i=t.slice(n);return i.length>0?[i]:[];}let i=this.getRightMost(t,r,e.value),s=t.slice(i+1);return s.length>0?[s]:[];}queryContains(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.includes(n);});}queryStartsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.startsWith(n);});}queryEndsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.endsWith(n);});}/**\n   * Returns the index of the left most entry that is equal to the target.\n   *\n   * ```text\n   *   Left most\n   *       \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the left most entry that is equal to the target.\n   */getLeftMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];0>t.compare(u,n,this.collation)?i=a+1:s=a;}return i;}/**\n   * Returns the index of the right most entry that is equal to the target.\n   *\n   * ```text\n   *              Right most\n   *                   \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the right most entry that is equal to the target.\n   */getRightMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];t.compare(u,n,this.collation)>0?s=a:i=a+1;}return s-1;}/**\n   * Finds all items that are matching the predicate and groups adjacent items together.\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param predicate The predicate to match the values against.\n   * @returns An array of chunks that match the predicate.\n   */findItems(t,e,r){let n=[],i=0;for(let s=0;s<t.length;s++){let a=t[s],o=a.values[e],u=r(o);if(!u){if(i<s){let e=t.slice(i,s);n.push(e);}i=s+1;}}if(i<t.length){let e=t.slice(i);n.push(e);}return n;}constructor(t){this.options=t,this.supportedLookupTypes=[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */],this.collation=this.options.collation;let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];w(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r;}},tE=class e{static read(r){let n=new e,i=r.readUint16();for(let e=0;e<i;e++){let e=r.readString(),i=t.read(r);n.setField(e,i);}return n;}write(e){for(let[r,n]of(e.writeUint16(this.fields.size),this.fields))e.writeString(r),t.write(e,n);}getData(){let t={};for(let[e,r]of this.fields)t[e]=r;return t;}setField(t,e){this.fields.set(t,e);}getField(t){return this.fields.get(t);}constructor(){this.fields=/* @__PURE__ */new Map;}},tM=class{scanItems(){return this.itemsPromise??=tI(this.url).then(async t=>{if(!t.ok)throw Error(`Request failed: ${t.status} ${t.statusText}`);let e=await t.arrayBuffer(),r=new Uint8Array(e),n=new g(r),i=[],s=n.readUint32();for(let t=0;t<s;t++){let t=n.getOffset(),e=tE.read(n),r=n.getOffset()-t,s=new N(this.id,t,r),a=s.toString(),o={pointer:a,data:e.getData()};this.itemLoader.prime(a,o),i.push(o);}return i;}),this.itemsPromise;}resolveItem(t){return this.itemLoader.load(t);}constructor(t,e){this.id=t,this.url=e,this.itemLoader=new c.default(async t=>{let e=t.map(t=>{let e=N.fromString(t);return{from:e.offset,to:e.offset+e.length};}),r=await tU(this.url,e);return r.map((e,r)=>{let n=new g(e),i=tE.read(n),s=t[r];return w(s,\"Missing pointer\"),{pointer:s,data:i.getData()};});});}},tF=class{async scanItems(){let t=await Promise.all(this.chunks.map(async t=>t.scanItems()));return t.flat();}async resolveItems(t){return Promise.all(t.map(t=>{let e=N.fromString(t),r=this.chunks[e.chunkId];return w(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=N.fromString(t.pointer),n=N.fromString(e.pointer);return r.compare(n);}compareValues(e,r,n){return t.compare(e,r,n);}constructor(t){this.options=t,this.schema=this.options.schema,this.indexes=this.options.indexes,this.resolveRichText=this.options.resolveRichText,this.chunks=this.options.chunks.map((t,e)=>new tM(e,t));}};export{tF as DatabaseCollection,tB as DatabaseDictionaryIndex};\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseDictionaryIndex\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let e=[];export async function resolveRichText(t){let i=e[t];if(i)return await i();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let e=[];export async function resolveRichTextJa(t){let a=e[t];if(a)return await a();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichTextJa\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (128ce9c)\nimport{addPropertyControls as e,ControlType as t,QueryCache as l,QueryEngine as i}from\"framer\";import{DatabaseCollection as r}from\"./ZNXSsx8x4-0.js\";import{resolveRichText as a}from\"./ZNXSsx8x4-1.js\";import{resolveRichTextJa as n}from\"./ZNXSsx8x4-3.js\";let o={hUtKTpGTa:{isNullable:!0,type:t.String},id:{isNullable:!1,type:t.String},JyR90VBAs:{isNullable:!0,type:t.ResponsiveImage},nextItemId:{isNullable:!0,type:t.String},nTRrVXIB8:{isNullable:!0,type:t.String},previousItemId:{isNullable:!0,type:t.String}},p=new i,s=new l(p),u={collectionByLocaleId:{default:new r({chunks:[new URL(\"./ZNXSsx8x4-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/TxHm5hBnsYVTSrW6xuIJ/2BD4SMZK4SPocv2ebXM7/ZNXSsx8x4.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:a,schema:o}),k7ngTcnR7:new r({chunks:[new URL(\"./ZNXSsx8x4-chunk-k7ngTcnR7-0.framercms\",\"https://framerusercontent.com/modules/TxHm5hBnsYVTSrW6xuIJ/2BD4SMZK4SPocv2ebXM7/ZNXSsx8x4.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:n,schema:o})},displayName:\"Feature Tags\"};export default u;e(u,{nTRrVXIB8:{defaultValue:\"\",title:\"Tag\",type:t.String},JyR90VBAs:{title:\"Icon\",type:t.ResponsiveImage},hUtKTpGTa:{title:\"Slug\",type:t.String},previousItemId:{dataIdentifier:\"local-module:collection/ZNXSsx8x4:default\",title:\"Previous\",type:t.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/ZNXSsx8x4:default\",title:\"Next\",type:t.CollectionReference}});export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,t){let[l]=await s.get({from:{data:u,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"hUtKTpGTa\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.hUtKTpGTa;},async getRecordIdBySlug(e,t){let[l]=await s.get({from:{data:u,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"hUtKTpGTa\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerSlug\":\"hUtKTpGTa\",\"framerCollectionId\":\"ZNXSsx8x4\",\"framerCollectionUtils\":\"1\",\"framerColorSyntax\":\"false\",\"framerContractVersion\":\"1\",\"framerData\":\"\",\"framerRecordIdKey\":\"id\",\"framerAutoSizeImages\":\"true\",\"framerEnumToDisplayNameUtils\":\"2\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2abc263)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={k7ngTcnR7:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ProductHero from\"#framer/local/canvasComponent/eIGzzIUqR/eIGzzIUqR.js\";import UIElementsArrowedLink from\"#framer/local/canvasComponent/RrLQQkouL/RrLQQkouL.js\";import FooterFooter from\"#framer/local/canvasComponent/uUk3asdqj/uUk3asdqj.js\";import NavigationNavigationBar from\"#framer/local/canvasComponent/VLzSccl6i/VLzSccl6i.js\";import LogosLogoGrid12Logos from\"#framer/local/canvasComponent/WAflXS_vx/WAflXS_vx.js\";import{TagcoClickEvent}from\"#framer/local/codeFile/kk9a8pD/ClickEvents_Generique.js\";import Resources from\"#framer/local/collection/OkCxRvoFO/OkCxRvoFO.js\";import FeatureTags from\"#framer/local/collection/ZNXSsx8x4/ZNXSsx8x4.js\";import*as sharedStyle2 from\"#framer/local/css/aLXgJCTY5/aLXgJCTY5.js\";import*as sharedStyle3 from\"#framer/local/css/HCmMN58nV/HCmMN58nV.js\";import*as sharedStyle from\"#framer/local/css/qlMpOYSs6/qlMpOYSs6.js\";import*as sharedStyle1 from\"#framer/local/css/xG02A5huY/xG02A5huY.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationNavigationBarFonts=getFonts(NavigationNavigationBar);const ProductHeroFonts=getFonts(ProductHero);const MotionDivWithFX=withFX(motion.div);const LogosLogoGrid12LogosFonts=getFonts(LogosLogoGrid12Logos);const ContainerWithFX=withFX(Container);const UIElementsArrowedLinkFonts=getFonts(UIElementsArrowedLink);const ImageTagcoClickEvent151s51z=withCodeBoundaryForOverrides(Image,{nodeId:\"jvsZRDADV\",override:TagcoClickEvent,scopeId:\"augiA20Il\"});const ImageTagcoClickEvent1drhb4l=withCodeBoundaryForOverrides(Image,{nodeId:\"NfpD0VpCA\",override:TagcoClickEvent,scopeId:\"augiA20Il\"});const ImageTagcoClickEvent15qqzzc=withCodeBoundaryForOverrides(Image,{nodeId:\"UW_cFXfg9\",override:TagcoClickEvent,scopeId:\"augiA20Il\"});const FooterFooterFonts=getFonts(FooterFooter);const breakpoints={HUXpLfsjS:\"(max-width: 599px)\",icn4zvIUD:\"(min-width: 900px) and (max-width: 1199px)\",JmidltlZD:\"(min-width: 600px) and (max-width: 899px)\",WQLkyLRf1:\"(min-width: 1500px)\",x8uVbpgof:\"(min-width: 1200px) and (max-width: 1499px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-thePZ\";const variantClassNames={HUXpLfsjS:\"framer-v-llp7we\",icn4zvIUD:\"framer-v-1983z1a\",JmidltlZD:\"framer-v-1dx83bp\",WQLkyLRf1:\"framer-v-72rtr7\",x8uVbpgof:\"framer-v-179gmob\"};const convertFromBoolean=(value,activeLocale,{cunCcC2_IQTXdbfYeA,tIRsITcJvQTXdbfYeA})=>{if(value){return cunCcC2_IQTXdbfYeA;}else{return{pathVariables:{tIRsITcJv:tIRsITcJvQTXdbfYeA},webPageId:\"BkGxAZFdl\"};}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const transition1={delay:0,duration:.6,ease:[.8,0,.2,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.06,skewX:0,skewY:0,transition:transition1};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"1200+\":\"x8uVbpgof\",\"1500+\":\"WQLkyLRf1\",\"300+\":\"HUXpLfsjS\",\"600+\":\"JmidltlZD\",\"900+\":\"icn4zvIUD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,xV86K7WjKQTXdbfYeA,cunCcC2_IQTXdbfYeA,tIRsITcJvQTXdbfYeA,MrnTIu9tIQTXdbfYeA,kdTx_LLvO_JyR90VBAsQTXdbfYeA,kdTx_LLvO_nTRrVXIB8QTXdbfYeA,sxgyxZuLzQTXdbfYeA,idQTXdbfYeA,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"JmidltlZD\",\"HUXpLfsjS\"].includes(baseVariant))return true;return false;};const elementId=useRouteElementId(\"E5a3roneh\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"lHGobZjiY\");usePreloadLocalizedValues(activeLocale);const router=useRouter();const ref2=React.useRef(null);const elementId2=useRouteElementId(\"UnW57Cl8a\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"B1brE93vA\");const ref4=React.useRef(null);const visible=negate(equals(activeLocale?.id,\"k7ngTcnR7\"));const visible1=equals(activeLocale?.id,\"default\");const isDisplayed1=(value,value1)=>{if(!isBrowser())return true;if(baseVariant===\"JmidltlZD\")return value1;if(baseVariant===\"HUXpLfsjS\")return true;return value;};const visible2=equals(activeLocale?.id,\"k7ngTcnR7\");const isDisplayed2=value=>{if(!isBrowser())return true;if(baseVariant===\"HUXpLfsjS\")return false;return value;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"JmidltlZD\",\"HUXpLfsjS\"].includes(baseVariant))return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"aside\",{className:\"framer-zfzes1 hidden-72rtr7 hidden-179gmob hidden-1983z1a\",\"data-framer-name\":\"Test\"}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-1e3}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1suv43u\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kos4da-container\",nodeId:\"phsg2zy8B\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{variant:\"mGo2rPH1l\"},icn4zvIUD:{variant:\"d_upb9SsZ\"},JmidltlZD:{variant:\"mGo2rPH1l\"}},children:/*#__PURE__*/_jsx(NavigationNavigationBar,{FXPLpawY3:18,height:\"100%\",id:\"phsg2zy8B\",layoutId:\"phsg2zy8B\",style:{width:\"100%\"},tS9_lOPnV:\"LYCaeMiyj\",variant:\"vN2MR8bni\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":B1brE93vA\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":B1brE93vA\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":B1brE93vA\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":B1brE93vA\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":B1brE93vA\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rb8huf-container\",id:elementId1,nodeId:\"lHGobZjiY\",ref:ref2,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{JzZTNJJlb:resolvedLinks[4],variant:\"ISrTeT2Tw\"},icn4zvIUD:{JzZTNJJlb:resolvedLinks[2],variant:\"FgUqIeBnN\"},JmidltlZD:{JzZTNJJlb:resolvedLinks[3],variant:\"Nvpl4YV4g\"},x8uVbpgof:{JzZTNJJlb:resolvedLinks[1],variant:\"tRlUT8Fzz\"}},children:/*#__PURE__*/_jsx(ProductHero,{CWUgVa30l:\"wLZYF6mmt\",height:\"100%\",id:\"lHGobZjiY\",idATBN0Ct:true,jF4oCnMea:.4,JzZTNJJlb:resolvedLinks[0],layoutId:\"lHGobZjiY\",LfWOV93ov:getLocalizedValue(\"v1\",activeLocale)??\"Understand and influence customer behavior with integrated personalization and analytics\",LkuzSuLYS:getLocalizedValue(\"v0\",activeLocale)??\"Digital Revenue Optimization\",pLnNm6JMo:true,style:{height:\"100%\",width:\"100%\"},tpVzAB1N8:\"\",variant:\"E5aGHuX6h\",width:\"100%\",yFi4UgEe9:\"https://framerusercontent.com/assets/qdDGrjTEI8c3tfvglmpQL02Hus.mp4\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lp761t\",\"data-framer-name\":\"Top\",id:elementId2,ref:ref3}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h3bmc2\",\"data-hide-scrollbars\":true,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{constraint:{left:{collection:\"QTXdbfYeA\",name:\"kdTx_LLvO\",type:\"Identifier\"},operator:\"==\",right:{collection:\"kdTx_LLvO\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"QTXdbfYeA\",data:Resources,type:\"Collection\"},right:{alias:\"kdTx_LLvO\",data:FeatureTags,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"QTXdbfYeA\",direction:\"desc\",name:\"wspEIvAWp\",type:\"Identifier\"}],select:[{collection:\"QTXdbfYeA\",name:\"xV86K7WjK\",type:\"Identifier\"},{collection:\"QTXdbfYeA\",name:\"cunCcC2_I\",type:\"Identifier\"},{collection:\"QTXdbfYeA\",name:\"tIRsITcJv\",type:\"Identifier\"},{collection:\"QTXdbfYeA\",name:\"MrnTIu9tI\",type:\"Identifier\"},{alias:\"kdTx_LLvO.JyR90VBAs\",collection:\"kdTx_LLvO\",name:\"JyR90VBAs\",type:\"Identifier\"},{alias:\"kdTx_LLvO.nTRrVXIB8\",collection:\"kdTx_LLvO\",name:\"nTRrVXIB8\",type:\"Identifier\"},{collection:\"QTXdbfYeA\",name:\"sxgyxZuLz\",type:\"Identifier\"},{collection:\"QTXdbfYeA\",name:\"id\",type:\"Identifier\"}],where:{collection:\"QTXdbfYeA\",name:\"c18FM26xA\",type:\"Identifier\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({\"kdTx_LLvO.JyR90VBAs\":kdTx_LLvO_JyR90VBAsQTXdbfYeA,\"kdTx_LLvO.nTRrVXIB8\":kdTx_LLvO_nTRrVXIB8QTXdbfYeA,cunCcC2_I:cunCcC2_IQTXdbfYeA,id:idQTXdbfYeA,MrnTIu9tI:MrnTIu9tIQTXdbfYeA,sxgyxZuLz:sxgyxZuLzQTXdbfYeA,tIRsITcJv:tIRsITcJvQTXdbfYeA,xV86K7WjK:xV86K7WjKQTXdbfYeA},index)=>{xV86K7WjKQTXdbfYeA??=true;cunCcC2_IQTXdbfYeA??=\"\";tIRsITcJvQTXdbfYeA??=\"\";kdTx_LLvO_nTRrVXIB8QTXdbfYeA??=\"\";sxgyxZuLzQTXdbfYeA??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`QTXdbfYeA-${idQTXdbfYeA}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{tIRsITcJv:tIRsITcJvQTXdbfYeA},children:/*#__PURE__*/_jsx(Link,{href:convertFromBoolean(xV86K7WjKQTXdbfYeA,activeLocale,{cunCcC2_IQTXdbfYeA,tIRsITcJvQTXdbfYeA}),motionChild:true,nodeId:\"V9rdyOf6p\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1lq5hmu framer-lux5qc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+24+0+0),sizes:`calc((${componentViewport?.width||\"100vw\"} - 48px) * 0.9)`,...toResponsiveImage(MrnTIu9tIQTXdbfYeA)}},JmidltlZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+24+0+0),sizes:`max((${componentViewport?.width||\"100vw\"} - 48px) * 0.5347 - 16px, 1px)`,...toResponsiveImage(MrnTIu9tIQTXdbfYeA)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+24+0+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,...toResponsiveImage(MrnTIu9tIQTXdbfYeA)},className:\"framer-tmz0l9\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cx7rfj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JmidltlZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+24+0+0+12+4),sizes:\"20px\",...toResponsiveImage(kdTx_LLvO_JyR90VBAsQTXdbfYeA)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1e3+24+0+0+12+4),sizes:\"20px\",...toResponsiveImage(kdTx_LLvO_JyR90VBAsQTXdbfYeA)},className:\"framer-1khbvsw\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ubye24\",\"data-styles-preset\":\"qlMpOYSs6\",style:{\"--framer-text-color\":\"var(--token-3787746e-ba3a-4987-87b9-fafebcc0f549, rgb(10, 14, 18))\"},children:\"Tag\"})}),className:\"framer-141b8x7\",fonts:[\"Inter\"],text:kdTx_LLvO_nTRrVXIB8QTXdbfYeA,verticalAlignment:\"center\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-od9osf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-10a7xqt\",\"data-styles-preset\":\"xG02A5huY\",children:\"First in digital analytics to achieve Europrivacy certification\\xa0\"})}),className:\"framer-6s83xa\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:sxgyxZuLzQTXdbfYeA,verticalAlignment:\"top\",withExternalLayout:true})})]})})})},idQTXdbfYeA);})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hxeeoo\",\"data-framer-name\":\"Content\",id:elementId3,ref:ref4,children:[isDisplayed1(visible,visible1)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{height:150,width:\"800px\",y:(componentViewport?.y||0)+0+1147.6+24+0},JmidltlZD:{y:(componentViewport?.y||0)+0+1182+24+-420}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:816,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1227.6+24+-420,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:250,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-250,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1},JmidltlZD:{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:100,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-300,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:cx(\"framer-1nn6fvq-container\",!visible&&\"hidden-72rtr7\",!visible&&\"hidden-179gmob\",!visible&&\"hidden-1983z1a\",!visible1&&\"hidden-1dx83bp\"),nodeId:\"YNXmEX3zn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{variant:\"f8rQ16Wb_\"},icn4zvIUD:{variant:\"Y02bGYhEB\"},JmidltlZD:{style:{width:\"100%\"},variant:\"agw7MYzha\"},x8uVbpgof:{variant:\"O6fuMahfW\"}},children:/*#__PURE__*/_jsx(LogosLogoGrid12Logos,{a2KHY1HcG:\"tqRdxHd6B\",bivTYt7Mv:\"yUdCyml8f\",BZef9zHTz:\"xxcllcT9B\",d7SMFt56x:\"0px 0px 0px 0px\",e965I1eiS:\"k1vMks01V\",height:\"100%\",Hwwky28zF:\"ZUyQD84n3\",id:\"YNXmEX3zn\",jdR2zrnNV:\"a1KFc7ViH\",layoutId:\"YNXmEX3zn\",q325WzYqG:\"dauCMC_d0\",style:{height:\"100%\",width:\"100%\"},variant:\"AfvdfoHef\",warMMcNbd:\"VYatxKTGp\",width:\"100%\",XjW9fTTGq:\"Mi7mAF0ln\",Y1vOM62Yt:\"RJeIXhFkj\",yA0UowGgF:\"c6r9k7M9v\",zo41REhNJ:\"WT3nhJDLj\"})})})})})}),isDisplayed2(visible2)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JmidltlZD:{y:(componentViewport?.y||0)+0+1182+24+420}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:816,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1227.6+24+420,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JmidltlZD:{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:100,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-300,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:cx(\"framer-11la6o5-container\",\"hidden-llp7we\",!visible2&&\"hidden-72rtr7\",!visible2&&\"hidden-179gmob\",!visible2&&\"hidden-1983z1a\",!visible2&&\"hidden-1dx83bp\"),nodeId:\"WhfNE8R9p\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{icn4zvIUD:{variant:\"Y02bGYhEB\"},JmidltlZD:{style:{width:\"100%\"},variant:\"agw7MYzha\"},x8uVbpgof:{variant:\"O6fuMahfW\"}},children:/*#__PURE__*/_jsx(LogosLogoGrid12Logos,{a2KHY1HcG:\"si__C7lJp\",bivTYt7Mv:\"D5CPl6YVx\",BZef9zHTz:\"g1U2_m5bV\",d7SMFt56x:\"0px 0px 0px 0px\",e965I1eiS:\"AqfK7Llw6\",height:\"100%\",Hwwky28zF:\"qV9BtIUWG\",id:\"WhfNE8R9p\",jdR2zrnNV:\"rDfjXx6Fx\",layoutId:\"WhfNE8R9p\",q325WzYqG:\"a1KFc7ViH\",style:{height:\"100%\",width:\"100%\"},variant:\"AfvdfoHef\",warMMcNbd:\"FVeNBliPr\",width:\"100%\",XjW9fTTGq:\"awErRmNmz\",Y1vOM62Yt:\"ZUyQD84n3\",yA0UowGgF:\"vb9O6p0nm\",zo41REhNJ:\"xxcllcT9B\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10rcyr6\",\"data-framer-name\":\"Platform\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:undefined},JmidltlZD:{background:undefined}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1227.6+24+1260+0+0),pixelHeight:1800,pixelWidth:2784,sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png\",srcSet:\"https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=512 512w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png 2784w\"},className:\"framer-19tf99t\",\"data-framer-name\":\"Split\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jr6n16\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m74iyt\",\"data-framer-name\":\"Padding\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jmuslb\",\"data-framer-name\":\"Lockup\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",children:\"Piano's integrated platform completes the loop between segmentation, personalization, and analytics\"})}),className:\"framer-14p1hek\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8wlfz1\",\"data-styles-preset\":\"HCmMN58nV\",children:\"Identify a user cohort, target them with a personalized experience, and report on the results, all in real-time.\"})}),className:\"framer-3ljkt7\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"148%\",\"--framer-text-color\":\"var(--token-3787746e-ba3a-4987-87b9-fafebcc0f549, rgb(10, 14, 18))\",\"--framer-text-transform\":\"uppercase\"},children:\"DISCOVER\"})}),className:\"framer-18uowq9\",\"data-framer-name\":\"Body\",fonts:[\"CUSTOM;Graphik Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1licghs\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m6b_xsYl2\"},implicitPathVariables:undefined},{href:{webPageId:\"m6b_xsYl2\"},implicitPathVariables:undefined},{href:{webPageId:\"m6b_xsYl2\"},implicitPathVariables:undefined},{href:{webPageId:\"m6b_xsYl2\"},implicitPathVariables:undefined},{href:{webPageId:\"m6b_xsYl2\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{y:(componentViewport?.y||0)+0+1147.6+24+174+0+0+0+252+24+24+381.68+0+0},JmidltlZD:{y:(componentViewport?.y||0)+0+1182+24+1260+0+0+0+552+24+24+381.68+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+1227.6+24+1260+0+0+0+173.66+96+381.68+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-169rfpu-container\",nodeId:\"GZBSEivqs\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{YP8zlQoza:resolvedLinks1[4]},icn4zvIUD:{YP8zlQoza:resolvedLinks1[2]},JmidltlZD:{YP8zlQoza:resolvedLinks1[3]},x8uVbpgof:{YP8zlQoza:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"GZBSEivqs\",jWQhWRYFC:getLocalizedValue(\"v4\",activeLocale)??\"Platform Overview\",layoutId:\"GZBSEivqs\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks1[0]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-elewxw\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RyXWX2u22\"},implicitPathVariables:undefined},{href:{webPageId:\"RyXWX2u22\"},implicitPathVariables:undefined},{href:{webPageId:\"RyXWX2u22\"},implicitPathVariables:undefined},{href:{webPageId:\"RyXWX2u22\"},implicitPathVariables:undefined},{href:{webPageId:\"RyXWX2u22\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{y:(componentViewport?.y||0)+0+1147.6+24+174+0+0+0+252+24+24+381.68+0+52},JmidltlZD:{y:(componentViewport?.y||0)+0+1182+24+1260+0+0+0+552+24+24+381.68+0+52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+1227.6+24+1260+0+0+0+173.66+96+381.68+0+52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f4n8ct-container\",nodeId:\"A_aKCOkMK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{YP8zlQoza:resolvedLinks2[4]},icn4zvIUD:{YP8zlQoza:resolvedLinks2[2]},JmidltlZD:{YP8zlQoza:resolvedLinks2[3]},x8uVbpgof:{YP8zlQoza:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"A_aKCOkMK\",jWQhWRYFC:getLocalizedValue(\"v5\",activeLocale)??\"Building with Piano\",layoutId:\"A_aKCOkMK\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks2[0]})})})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1147.6+24+174+0+0+0+0),pixelHeight:1800,pixelWidth:2784,positionX:\"right\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?lossless=1 2784w\"}},JmidltlZD:{background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1182+24+1260+0+0+0+0),pixelHeight:1800,pixelWidth:2784,positionX:\"right\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png\",srcSet:\"https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=512 512w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/x0JTbmZbdlD24dQoVb4djMS3e0.png 2784w\"}}},children:/*#__PURE__*/_jsx(Image,{className:\"framer-1f03uxo\",\"data-framer-name\":\"Cell\"})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d4avbr\",\"data-framer-name\":\"Products\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-se6y3i\",\"data-framer-name\":\"Header\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f4x8i4 hidden-1dx83bp hidden-llp7we\",\"data-framer-name\":\"Col\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o8kozf\",\"data-framer-name\":\"Col\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",children:\"Products\"})}),className:\"framer-98ubl8\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hz6w10\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XSGF34bsz\"},motionChild:true,nodeId:\"lYo6N3lne\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-2zrlv2 framer-lux5qc\",\"data-framer-name\":\"Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1147.6+24+982.68+0+195.36+0+0+0),pixelHeight:2160,pixelWidth:2160,sizes:`max(${componentViewport?.width||\"100vw\"}, 50px)`,src:\"https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png\",srcSet:\"https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=512 512w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png 2160w\"}},JmidltlZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1182+24+2368.68+0+207.36+0+0+0),pixelHeight:2160,pixelWidth:2160,sizes:`max(${componentViewport?.width||\"100vw\"}, 50px)`,src:\"https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png\",srcSet:\"https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=512 512w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png 2160w\"}}},children:/*#__PURE__*/_jsx(ImageTagcoClickEvent151s51z,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1227.6+24+2284+0+239.36+0+0+0),pixelHeight:2160,pixelWidth:2160,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px)`,src:\"https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png\",srcSet:\"https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=512 512w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zARXUEcKlM8Mfzzx1KdiQsXZCZo.png 2160w\"},className:\"framer-151s51z\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d9ilbp\",\"data-framer-name\":\"Lockup\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",style:{\"--framer-text-color\":\"var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, rgb(255, 255, 255))\"},children:\"Analytics\"})}),className:\"framer-1x5bwjg\",\"data-framer-name\":\"Audience\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8wlfz1\",\"data-styles-preset\":\"HCmMN58nV\",style:{\"--framer-text-color\":\"var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, rgb(255, 255, 255))\"},children:\"Precision, compliance, and flexibility in one unified solution\"})}),className:\"framer-1d97kki\",\"data-framer-name\":\"Precision, compliance, and flexibility in one unified solution\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YDetDzBWN\"},motionChild:true,nodeId:\"CXio5KrxA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-mfyu48 framer-lux5qc\",\"data-framer-name\":\"Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1147.6+24+982.68+0+195.36+0+324+0),pixelHeight:2160,pixelWidth:2160,sizes:`max(${componentViewport?.width||\"100vw\"}, 50px)`,src:\"https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png\",srcSet:\"https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=512 512w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png 2160w\"}},JmidltlZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1182+24+2368.68+0+207.36+0+624+0),pixelHeight:2160,pixelWidth:2160,sizes:`max(${componentViewport?.width||\"100vw\"}, 50px)`,src:\"https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png\",srcSet:\"https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=512 512w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png 2160w\"}}},children:/*#__PURE__*/_jsx(ImageTagcoClickEvent1drhb4l,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1227.6+24+2284+0+239.36+0+0+0),pixelHeight:2160,pixelWidth:2160,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px)`,src:\"https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png\",srcSet:\"https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=512 512w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/i5up9JZjkdW6Ve7yH2D48MlxWN8.png 2160w\"},className:\"framer-1drhb4l\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n5h3ll\",\"data-framer-name\":\"Lockup\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",style:{\"--framer-text-color\":\"var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, rgb(255, 255, 255))\"},children:\"Activation\"})}),className:\"framer-1rpgzvb\",\"data-framer-name\":\"Audience\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8wlfz1\",\"data-styles-preset\":\"HCmMN58nV\",style:{\"--framer-text-color\":\"var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, rgb(255, 255, 255))\"},children:\"Segment, engage and convert audiences into loyal customers\"})}),className:\"framer-1ag8h29\",\"data-framer-name\":\"Precision, compliance, and flexibility in one unified solution\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ckhHr6lwA\"},motionChild:true,nodeId:\"K2oFw8WUB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-olzrqd framer-lux5qc\",\"data-framer-name\":\"Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1147.6+24+982.68+0+195.36+0+648+0),pixelHeight:2160,pixelWidth:2160,sizes:`max(${componentViewport?.width||\"100vw\"}, 50px)`,src:\"https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png\",srcSet:\"https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=512 512w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png 2160w\"}},JmidltlZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1182+24+2368.68+0+207.36+0+1248+0),pixelHeight:2160,pixelWidth:2160,sizes:`max(${componentViewport?.width||\"100vw\"}, 50px)`,src:\"https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png\",srcSet:\"https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=512 512w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png 2160w\"}}},children:/*#__PURE__*/_jsx(ImageTagcoClickEvent15qqzzc,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1227.6+24+2284+0+239.36+0+712+0),pixelHeight:2160,pixelWidth:2160,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px)`,src:\"https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png\",srcSet:\"https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=512 512w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aXSmz7CBB06ZOofC9sY4i4pi4bY.png 2160w\"},className:\"framer-15qqzzc\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yahfdt\",\"data-framer-name\":\"Lockup\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",style:{\"--framer-text-color\":\"var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, rgb(255, 255, 255))\"},children:\"Audience\"})}),className:\"framer-1js2ast\",\"data-framer-name\":\"Audience\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8wlfz1\",\"data-styles-preset\":\"HCmMN58nV\",style:{\"--framer-text-color\":\"var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, rgb(255, 255, 255))\"},children:\"Customer data, made more powerful\"})}),className:\"framer-ke282d\",\"data-framer-name\":\"Precision, compliance, and flexibility in one unified solution\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pYi61vWVx\"},motionChild:true,nodeId:\"SCdbfEyoQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1tb5h0z framer-lux5qc\",\"data-framer-name\":\"Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1147.6+24+982.68+0+195.36+0+972+0),pixelHeight:2160,pixelWidth:2160,sizes:`max(${componentViewport?.width||\"100vw\"}, 50px)`,src:\"https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png\",srcSet:\"https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png 2160w\"}},JmidltlZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1182+24+2368.68+0+207.36+0+1872+0),pixelHeight:2160,pixelWidth:2160,sizes:`max(${componentViewport?.width||\"100vw\"}, 50px)`,src:\"https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png\",srcSet:\"https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png 2160w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1227.6+24+2284+0+239.36+0+712+0),pixelHeight:2160,pixelWidth:2160,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 50px)`,src:\"https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png\",srcSet:\"https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ybWPZr6Xhu9UniMR7OzdWbMti8.png 2160w\"},className:\"framer-f40b80\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1du65qy\",\"data-framer-name\":\"Lockup\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",style:{\"--framer-text-color\":\"var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, rgb(255, 255, 255))\"},children:\"Amplifier\"})}),className:\"framer-169j1y1\",\"data-framer-name\":\"Audience\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8wlfz1\",\"data-styles-preset\":\"HCmMN58nV\",style:{\"--framer-text-color\":\"var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, rgb(255, 255, 255))\"},children:\"Grow and engage your social audience\"})}),className:\"framer-q9sx6j\",\"data-framer-name\":\"Precision, compliance, and flexibility in one unified solution\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19q0m0f\",\"data-framer-name\":\"Industries\",children:[isDisplayed3()&&/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1227.6+24+3947.36+0+0),pixelHeight:1800,pixelWidth:2784,sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png\",srcSet:\"https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=512 512w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png 2784w\"},className:\"framer-27m3uv hidden-1dx83bp hidden-llp7we\",\"data-framer-name\":\"Split\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wn1h5m\",\"data-framer-name\":\"Cell\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xuoy72\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xwsw0y\",\"data-framer-name\":\"Padding\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wmd3ir\",\"data-framer-name\":\"Lockup\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",children:\"Tailored solutions for digital-first industries\"})}),className:\"framer-1rvcjcy\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8wlfz1\",\"data-styles-preset\":\"HCmMN58nV\",children:\"Piano provides exceptional capabilities and expertise to businesses that primarily transact online.\"})}),className:\"framer-gwzwvi\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iaxa9c\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BEAoMsV_b\"},implicitPathVariables:undefined},{href:{webPageId:\"BEAoMsV_b\"},implicitPathVariables:undefined},{href:{webPageId:\"BEAoMsV_b\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+1227.6+24+3947.36+0+0+0+182.02+96+312.96+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-25dj6v-container\",nodeId:\"gGNU_Lmio\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{icn4zvIUD:{YP8zlQoza:resolvedLinks3[2]},x8uVbpgof:{YP8zlQoza:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"gGNU_Lmio\",jWQhWRYFC:getLocalizedValue(\"v13\",activeLocale)??\"Media + Publishing\",layoutId:\"gGNU_Lmio\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks3[0]})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fs1dp4\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wqpAIUAey\"},implicitPathVariables:undefined},{href:{webPageId:\"wqpAIUAey\"},implicitPathVariables:undefined},{href:{webPageId:\"wqpAIUAey\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+1227.6+24+3947.36+0+0+0+182.02+96+312.96+0+52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wan3xi-container\",nodeId:\"VvGzp489p\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{icn4zvIUD:{YP8zlQoza:resolvedLinks4[2]},x8uVbpgof:{YP8zlQoza:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"VvGzp489p\",jWQhWRYFC:getLocalizedValue(\"v14\",activeLocale)??\"Transportation\",layoutId:\"VvGzp489p\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks4[0]})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1df51zr\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kZJzZmuxd\"},implicitPathVariables:undefined},{href:{webPageId:\"kZJzZmuxd\"},implicitPathVariables:undefined},{href:{webPageId:\"kZJzZmuxd\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+1227.6+24+3947.36+0+0+0+182.02+96+312.96+0+104,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k7t9wk-container\",nodeId:\"qMzbW0VmJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{icn4zvIUD:{YP8zlQoza:resolvedLinks5[2]},x8uVbpgof:{YP8zlQoza:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"qMzbW0VmJ\",jWQhWRYFC:getLocalizedValue(\"v15\",activeLocale)??\"Financial Services\",layoutId:\"qMzbW0VmJ\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks5[0]})})})})})]})]})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6o5j3q hidden-72rtr7 hidden-179gmob hidden-1983z1a\",\"data-framer-name\":\"Split Mobile\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1147.6+24+2474.04+0+0+0+0),pixelHeight:1800,pixelWidth:2784,positionX:\"left\",positionY:\"bottom\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?lossless=1 2784w\"}},JmidltlZD:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1182+24+5072.04+0+0+0+0),pixelHeight:1800,pixelWidth:2784,positionX:\"left\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?lossless=1 2784w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1800,pixelWidth:2784,positionX:\"left\",positionY:\"bottom\",src:\"https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/c0hIRbkFVMqkAWoQ2tNpMPNYK0.png?lossless=1 2784w\"},className:\"framer-w5wzfg\",\"data-framer-name\":\"Cell\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16yaoew\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11x7hq1\",\"data-framer-name\":\"Padding\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19ng4f9\",\"data-framer-name\":\"Lockup\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",children:\"Global scale solutions for modern digital businesses\"})})},JmidltlZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",children:\"Global scale solutions for modern digital businesses\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",children:\"A business newspaper in Switzerland uses Piano to increase conversion\"})}),className:\"framer-188qel9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8wlfz1\",\"data-styles-preset\":\"HCmMN58nV\",children:\"Piano powers millions of digital value exchanges, manages identities for tens of millions of users, and personalizes experiences for billions of site visitors.\"})}),className:\"framer-1w1zu4n\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"148%\",\"--framer-text-color\":\"var(--token-3787746e-ba3a-4987-87b9-fafebcc0f549, rgb(10, 14, 18))\",\"--framer-text-transform\":\"uppercase\"},children:\"Industries\"})}),className:\"framer-1xt3k7m\",\"data-framer-name\":\"Body\",fonts:[\"CUSTOM;Graphik Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qis2am\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BEAoMsV_b\"},implicitPathVariables:undefined},{href:{webPageId:\"BEAoMsV_b\"},implicitPathVariables:undefined},{href:{webPageId:\"BEAoMsV_b\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{y:(componentViewport?.y||0)+0+1147.6+24+2474.04+0+0+0+252+24+24+381.68+0+0},JmidltlZD:{y:(componentViewport?.y||0)+0+1182+24+5072.04+0+0+0+552+24+24+381.68+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y3w72z-container\",nodeId:\"TdBV2sLCG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{YP8zlQoza:resolvedLinks6[2]},JmidltlZD:{YP8zlQoza:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"TdBV2sLCG\",jWQhWRYFC:\"Media\",layoutId:\"TdBV2sLCG\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks6[0]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ljgcfc\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wqpAIUAey\"},implicitPathVariables:undefined},{href:{webPageId:\"wqpAIUAey\"},implicitPathVariables:undefined},{href:{webPageId:\"wqpAIUAey\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{y:(componentViewport?.y||0)+0+1147.6+24+2474.04+0+0+0+252+24+24+381.68+0+52},JmidltlZD:{y:(componentViewport?.y||0)+0+1182+24+5072.04+0+0+0+552+24+24+381.68+0+52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,children:/*#__PURE__*/_jsx(Container,{className:\"framer-177zu5d-container\",nodeId:\"V4uT5Kpv_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{YP8zlQoza:resolvedLinks7[2]},JmidltlZD:{YP8zlQoza:resolvedLinks7[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"V4uT5Kpv_\",jWQhWRYFC:getLocalizedValue(\"v17\",activeLocale)??\"Transportation\",layoutId:\"V4uT5Kpv_\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks7[0]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hm3u3g\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kZJzZmuxd\"},implicitPathVariables:undefined},{href:{webPageId:\"kZJzZmuxd\"},implicitPathVariables:undefined},{href:{webPageId:\"kZJzZmuxd\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{y:(componentViewport?.y||0)+0+1147.6+24+2474.04+0+0+0+252+24+24+381.68+0+104},JmidltlZD:{y:(componentViewport?.y||0)+0+1182+24+5072.04+0+0+0+552+24+24+381.68+0+104}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18hne4b-container\",nodeId:\"mHWnLscxB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{YP8zlQoza:resolvedLinks8[2]},JmidltlZD:{YP8zlQoza:resolvedLinks8[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"mHWnLscxB\",jWQhWRYFC:getLocalizedValue(\"v15\",activeLocale)??\"Financial Services\",layoutId:\"mHWnLscxB\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks8[0]})})})})})})]})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pk6t9f\",\"data-framer-name\":\"Platform\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:undefined},JmidltlZD:{background:undefined}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1227.6+24+4971.36+0+0),pixelHeight:2070,pixelWidth:3200,sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/nzMO6OpKYOWyEA1LZwL6hIhpK7g.png\",srcSet:\"https://framerusercontent.com/images/nzMO6OpKYOWyEA1LZwL6hIhpK7g.png?scale-down-to=512 512w,https://framerusercontent.com/images/nzMO6OpKYOWyEA1LZwL6hIhpK7g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nzMO6OpKYOWyEA1LZwL6hIhpK7g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nzMO6OpKYOWyEA1LZwL6hIhpK7g.png 3200w\"},className:\"framer-1hulvcm\",\"data-framer-name\":\"Split\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t03pcz\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wl45wr\",\"data-framer-name\":\"Padding\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-grafkx\",\"data-framer-name\":\"Lockup\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1drh5wi\",\"data-styles-preset\":\"aLXgJCTY5\",children:\"The future, faster\"})}),className:\"framer-2rbqv8\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8wlfz1\",\"data-styles-preset\":\"HCmMN58nV\",children:\"Get more out of your Piano experience with world class services and support.\"})}),className:\"framer-afnz2t\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-170arc0\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dbECbpA7y\"},implicitPathVariables:undefined},{href:{webPageId:\"dbECbpA7y\"},implicitPathVariables:undefined},{href:{webPageId:\"dbECbpA7y\"},implicitPathVariables:undefined},{href:{webPageId:\"dbECbpA7y\"},implicitPathVariables:undefined},{href:{webPageId:\"dbECbpA7y\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{y:(componentViewport?.y||0)+0+1147.6+24+3334.72+0+0+0+252+24+24+312.96+0+0},JmidltlZD:{y:(componentViewport?.y||0)+0+1182+24+6232.72+0+0+0+552+24+24+312.96+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+1227.6+24+4971.36+0+0+0+234.02+96+312.96+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h06ksn-container\",id:\"h06ksn\",nodeId:\"IsWK9Wisv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{YP8zlQoza:resolvedLinks9[4]},icn4zvIUD:{YP8zlQoza:resolvedLinks9[2]},JmidltlZD:{YP8zlQoza:resolvedLinks9[3]},x8uVbpgof:{YP8zlQoza:resolvedLinks9[1]}},children:/*#__PURE__*/_jsx(UIElementsArrowedLink,{height:\"100%\",id:\"IsWK9Wisv\",jWQhWRYFC:getLocalizedValue(\"v19\",activeLocale)??\"Learn more\",layoutId:\"IsWK9Wisv\",style:{height:\"100%\"},width:\"100%\",YP8zlQoza:resolvedLinks9[0]})})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1147.6+24+3334.72+0+0+0+0),pixelHeight:2070,pixelWidth:3200,positionX:\"right\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?lossless=1 3200w\"}},JmidltlZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1182+24+6232.72+0+0+0+0),pixelHeight:2070,pixelWidth:3200,positionX:\"right\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/gYl2qp8gL12ZPTWZax9dpIpr0UQ.png?lossless=1 3200w\"}}},children:/*#__PURE__*/_jsx(Image,{className:\"framer-43cgal\",\"data-framer-name\":\"Cell\"})})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{y:(componentViewport?.y||0)+0+5194.28},JmidltlZD:{y:(componentViewport?.y||0)+0+8006.68}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2169,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6826.96,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d5gjpu-container\",nodeId:\"bkLRPV20R\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HUXpLfsjS:{variant:\"cU8tPTeSq\"},icn4zvIUD:{variant:\"k89NeT_Fp\"},JmidltlZD:{variant:\"WR8uyddsy\"}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"bkLRPV20R\",layoutId:\"bkLRPV20R\",style:{width:\"100%\"},variant:\"EEC9WI3y9\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-thePZ.framer-lux5qc, .framer-thePZ .framer-lux5qc { display: block; }\",\".framer-thePZ.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1500px; }\",\".framer-thePZ .framer-zfzes1 { aspect-ratio: 1 / 1; background-color: #99eeff; flex: none; height: var(--framer-aspect-ratio-supported, 1px); left: 0px; overflow: hidden; position: absolute; top: 0px; width: 1px; z-index: 1; }\",\".framer-thePZ .framer-1suv43u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: fixed; top: 0px; width: 100%; z-index: 0; }\",\".framer-thePZ .framer-1kos4da-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-thePZ .framer-1rb8huf-container { flex: none; height: 100vh; position: relative; width: 100%; }\",\".framer-thePZ .framer-lp761t { flex: none; height: 100vh; overflow: hidden; pointer-events: none; position: relative; width: 100%; }\",\".framer-thePZ .framer-h3bmc2 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 24px 24px 128px 24px; position: relative; width: 100%; }\",\".framer-thePZ .framer-1lq5hmu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-thePZ .framer-tmz0l9 { align-content: flex-start; align-items: flex-start; aspect-ratio: 1 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: var(--framer-aspect-ratio-supported, 468px); justify-content: flex-start; padding: 12px; position: relative; width: 100%; }\",\".framer-thePZ .framer-1cx7rfj { -webkit-backdrop-filter: blur(12px); align-content: center; align-items: center; backdrop-filter: blur(12px); background-color: rgba(255, 255, 255, 0.2); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px 8px 4px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-thePZ .framer-1khbvsw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-thePZ .framer-141b8x7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-thePZ .framer-od9osf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 12px 0px 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-6s83xa { flex: none; height: auto; max-width: 358px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-thePZ .framer-hxeeoo { align-content: center; align-items: center; background-color: var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-1nn6fvq-container { aspect-ratio: 2.0833333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 720px); position: relative; width: 100%; }\",\".framer-thePZ .framer-11la6o5-container { aspect-ratio: 2.0833333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); position: relative; width: 100%; }\",\".framer-thePZ .framer-10rcyr6, .framer-thePZ .framer-1pk6t9f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-thePZ .framer-19tf99t, .framer-thePZ .framer-27m3uv, .framer-thePZ .framer-1hulvcm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-jr6n16, .framer-thePZ .framer-xuoy72, .framer-thePZ .framer-t03pcz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 100vh; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-thePZ .framer-1m74iyt { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; padding: 96px; position: relative; width: 1px; }\",\".framer-thePZ .framer-1jmuslb, .framer-thePZ .framer-wmd3ir, .framer-thePZ .framer-19ng4f9, .framer-thePZ .framer-grafkx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-14p1hek, .framer-thePZ .framer-3ljkt7, .framer-thePZ .framer-1rvcjcy, .framer-thePZ .framer-gwzwvi, .framer-thePZ .framer-2rbqv8, .framer-thePZ .framer-afnz2t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: auto; flex: none; height: auto; position: relative; user-select: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-thePZ .framer-18uowq9, .framer-thePZ .framer-98ubl8, .framer-thePZ .framer-188qel9, .framer-thePZ .framer-1w1zu4n, .framer-thePZ .framer-1xt3k7m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-thePZ .framer-1licghs, .framer-thePZ .framer-iaxa9c, .framer-thePZ .framer-1qis2am, .framer-thePZ .framer-170arc0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-169rfpu-container, .framer-thePZ .framer-f4n8ct-container, .framer-thePZ .framer-25dj6v-container, .framer-thePZ .framer-wan3xi-container, .framer-thePZ .framer-k7t9wk-container, .framer-thePZ .framer-1y3w72z-container, .framer-thePZ .framer-177zu5d-container, .framer-thePZ .framer-18hne4b-container, .framer-thePZ .framer-h06ksn-container { flex: none; height: 27px; position: relative; width: auto; }\",\".framer-thePZ .framer-elewxw, .framer-thePZ .framer-1fs1dp4, .framer-thePZ .framer-1df51zr, .framer-thePZ .framer-1ljgcfc, .framer-thePZ .framer-hm3u3g { background-color: rgba(20, 28, 36, 0.1); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-thePZ .framer-1f03uxo, .framer-thePZ .framer-wn1h5m, .framer-thePZ .framer-43cgal { flex: 1 0 0px; height: 100vh; position: relative; width: 1px; }\",\".framer-thePZ .framer-d4avbr { align-content: flex-start; align-items: flex-start; background-color: var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-se6y3i { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 128px 96px 48px 96px; position: relative; width: 100%; }\",\".framer-thePZ .framer-1f4x8i4 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-thePZ .framer-o8kozf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-thePZ .framer-1hz6w10 { aspect-ratio: 0.8571428571428571 / 1; display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: var(--framer-aspect-ratio-supported, 1750px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-2zrlv2, .framer-thePZ .framer-mfyu48, .framer-thePZ .framer-olzrqd, .framer-thePZ .framer-1tb5h0z { align-content: flex-start; align-items: flex-start; align-self: center; background-color: var(--token-3787746e-ba3a-4987-87b9-fafebcc0f549, #0a0e12); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-end; justify-self: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-thePZ .framer-151s51z, .framer-thePZ .framer-1drhb4l, .framer-thePZ .framer-15qqzzc, .framer-thePZ .framer-f40b80 { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-thePZ .framer-d9ilbp, .framer-thePZ .framer-1n5h3ll, .framer-thePZ .framer-1yahfdt, .framer-thePZ .framer-1du65qy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: visible; padding: 48px 48px 96px 96px; pointer-events: none; position: relative; width: 80%; }\",\".framer-thePZ .framer-1x5bwjg, .framer-thePZ .framer-1rpgzvb, .framer-thePZ .framer-1js2ast, .framer-thePZ .framer-169j1y1 { --framer-paragraph-spacing: 24px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-thePZ .framer-1d97kki, .framer-thePZ .framer-1ag8h29, .framer-thePZ .framer-ke282d, .framer-thePZ .framer-q9sx6j { --framer-paragraph-spacing: 24px; -webkit-user-select: none; flex: none; height: auto; opacity: 0.8; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-thePZ .framer-19q0m0f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-thePZ .framer-xwsw0y, .framer-thePZ .framer-1wl45wr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; padding: 96px 128px 96px 96px; position: relative; width: 1px; }\",\".framer-thePZ .framer-6o5j3q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-w5wzfg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); position: relative; width: 100%; }\",\".framer-thePZ .framer-16yaoew { align-content: center; align-items: center; background: linear-gradient(90deg, var(--token-a14c0431-121e-4c61-8b9d-2b1746d1912e, #e0e2e5) 0%, rgba(224, 226, 229, 0.2) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-thePZ .framer-11x7hq1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; padding: 96px 128px 96px 0px; position: relative; width: 1px; }\",\".framer-thePZ .framer-1d5gjpu-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-thePZ.framer-72rtr7, .framer-thePZ .framer-1suv43u, .framer-thePZ .framer-h3bmc2, .framer-thePZ .framer-1lq5hmu, .framer-thePZ .framer-tmz0l9, .framer-thePZ .framer-1cx7rfj, .framer-thePZ .framer-od9osf, .framer-thePZ .framer-hxeeoo, .framer-thePZ .framer-10rcyr6, .framer-thePZ .framer-19tf99t, .framer-thePZ .framer-jr6n16, .framer-thePZ .framer-1m74iyt, .framer-thePZ .framer-1jmuslb, .framer-thePZ .framer-1licghs, .framer-thePZ .framer-d4avbr, .framer-thePZ .framer-se6y3i, .framer-thePZ .framer-1f4x8i4, .framer-thePZ .framer-o8kozf, .framer-thePZ .framer-2zrlv2, .framer-thePZ .framer-d9ilbp, .framer-thePZ .framer-mfyu48, .framer-thePZ .framer-1n5h3ll, .framer-thePZ .framer-olzrqd, .framer-thePZ .framer-1yahfdt, .framer-thePZ .framer-1tb5h0z, .framer-thePZ .framer-1du65qy, .framer-thePZ .framer-19q0m0f, .framer-thePZ .framer-27m3uv, .framer-thePZ .framer-xuoy72, .framer-thePZ .framer-xwsw0y, .framer-thePZ .framer-wmd3ir, .framer-thePZ .framer-iaxa9c, .framer-thePZ .framer-6o5j3q, .framer-thePZ .framer-16yaoew, .framer-thePZ .framer-11x7hq1, .framer-thePZ .framer-19ng4f9, .framer-thePZ .framer-1qis2am, .framer-thePZ .framer-1pk6t9f, .framer-thePZ .framer-1hulvcm, .framer-thePZ .framer-t03pcz, .framer-thePZ .framer-1wl45wr, .framer-thePZ .framer-grafkx, .framer-thePZ .framer-170arc0 { gap: 0px; } .framer-thePZ.framer-72rtr7 > *, .framer-thePZ .framer-1suv43u > *, .framer-thePZ .framer-10rcyr6 > *, .framer-thePZ .framer-d4avbr > *, .framer-thePZ .framer-6o5j3q > *, .framer-thePZ .framer-1pk6t9f > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-thePZ.framer-72rtr7 > :first-child, .framer-thePZ .framer-1suv43u > :first-child, .framer-thePZ .framer-1lq5hmu > :first-child, .framer-thePZ .framer-od9osf > :first-child, .framer-thePZ .framer-hxeeoo > :first-child, .framer-thePZ .framer-10rcyr6 > :first-child, .framer-thePZ .framer-1m74iyt > :first-child, .framer-thePZ .framer-1jmuslb > :first-child, .framer-thePZ .framer-1licghs > :first-child, .framer-thePZ .framer-d4avbr > :first-child, .framer-thePZ .framer-1f4x8i4 > :first-child, .framer-thePZ .framer-o8kozf > :first-child, .framer-thePZ .framer-2zrlv2 > :first-child, .framer-thePZ .framer-d9ilbp > :first-child, .framer-thePZ .framer-mfyu48 > :first-child, .framer-thePZ .framer-1n5h3ll > :first-child, .framer-thePZ .framer-olzrqd > :first-child, .framer-thePZ .framer-1yahfdt > :first-child, .framer-thePZ .framer-1tb5h0z > :first-child, .framer-thePZ .framer-1du65qy > :first-child, .framer-thePZ .framer-19q0m0f > :first-child, .framer-thePZ .framer-xwsw0y > :first-child, .framer-thePZ .framer-wmd3ir > :first-child, .framer-thePZ .framer-iaxa9c > :first-child, .framer-thePZ .framer-6o5j3q > :first-child, .framer-thePZ .framer-11x7hq1 > :first-child, .framer-thePZ .framer-19ng4f9 > :first-child, .framer-thePZ .framer-1qis2am > :first-child, .framer-thePZ .framer-1pk6t9f > :first-child, .framer-thePZ .framer-1wl45wr > :first-child, .framer-thePZ .framer-grafkx > :first-child, .framer-thePZ .framer-170arc0 > :first-child { margin-top: 0px; } .framer-thePZ.framer-72rtr7 > :last-child, .framer-thePZ .framer-1suv43u > :last-child, .framer-thePZ .framer-1lq5hmu > :last-child, .framer-thePZ .framer-od9osf > :last-child, .framer-thePZ .framer-hxeeoo > :last-child, .framer-thePZ .framer-10rcyr6 > :last-child, .framer-thePZ .framer-1m74iyt > :last-child, .framer-thePZ .framer-1jmuslb > :last-child, .framer-thePZ .framer-1licghs > :last-child, .framer-thePZ .framer-d4avbr > :last-child, .framer-thePZ .framer-1f4x8i4 > :last-child, .framer-thePZ .framer-o8kozf > :last-child, .framer-thePZ .framer-2zrlv2 > :last-child, .framer-thePZ .framer-d9ilbp > :last-child, .framer-thePZ .framer-mfyu48 > :last-child, .framer-thePZ .framer-1n5h3ll > :last-child, .framer-thePZ .framer-olzrqd > :last-child, .framer-thePZ .framer-1yahfdt > :last-child, .framer-thePZ .framer-1tb5h0z > :last-child, .framer-thePZ .framer-1du65qy > :last-child, .framer-thePZ .framer-19q0m0f > :last-child, .framer-thePZ .framer-xwsw0y > :last-child, .framer-thePZ .framer-wmd3ir > :last-child, .framer-thePZ .framer-iaxa9c > :last-child, .framer-thePZ .framer-6o5j3q > :last-child, .framer-thePZ .framer-11x7hq1 > :last-child, .framer-thePZ .framer-19ng4f9 > :last-child, .framer-thePZ .framer-1qis2am > :last-child, .framer-thePZ .framer-1pk6t9f > :last-child, .framer-thePZ .framer-1wl45wr > :last-child, .framer-thePZ .framer-grafkx > :last-child, .framer-thePZ .framer-170arc0 > :last-child { margin-bottom: 0px; } .framer-thePZ .framer-h3bmc2 > *, .framer-thePZ .framer-19tf99t > *, .framer-thePZ .framer-se6y3i > *, .framer-thePZ .framer-27m3uv > *, .framer-thePZ .framer-1hulvcm > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-thePZ .framer-h3bmc2 > :first-child, .framer-thePZ .framer-tmz0l9 > :first-child, .framer-thePZ .framer-1cx7rfj > :first-child, .framer-thePZ .framer-19tf99t > :first-child, .framer-thePZ .framer-jr6n16 > :first-child, .framer-thePZ .framer-se6y3i > :first-child, .framer-thePZ .framer-27m3uv > :first-child, .framer-thePZ .framer-xuoy72 > :first-child, .framer-thePZ .framer-16yaoew > :first-child, .framer-thePZ .framer-1hulvcm > :first-child, .framer-thePZ .framer-t03pcz > :first-child { margin-left: 0px; } .framer-thePZ .framer-h3bmc2 > :last-child, .framer-thePZ .framer-tmz0l9 > :last-child, .framer-thePZ .framer-1cx7rfj > :last-child, .framer-thePZ .framer-19tf99t > :last-child, .framer-thePZ .framer-jr6n16 > :last-child, .framer-thePZ .framer-se6y3i > :last-child, .framer-thePZ .framer-27m3uv > :last-child, .framer-thePZ .framer-xuoy72 > :last-child, .framer-thePZ .framer-16yaoew > :last-child, .framer-thePZ .framer-1hulvcm > :last-child, .framer-thePZ .framer-t03pcz > :last-child { margin-right: 0px; } .framer-thePZ .framer-1lq5hmu > *, .framer-thePZ .framer-1f4x8i4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-thePZ .framer-tmz0l9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-thePZ .framer-1cx7rfj > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-thePZ .framer-od9osf > *, .framer-thePZ .framer-2zrlv2 > *, .framer-thePZ .framer-mfyu48 > *, .framer-thePZ .framer-olzrqd > *, .framer-thePZ .framer-1tb5h0z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-thePZ .framer-hxeeoo > *, .framer-thePZ .framer-1jmuslb > *, .framer-thePZ .framer-o8kozf > *, .framer-thePZ .framer-19q0m0f > *, .framer-thePZ .framer-wmd3ir > *, .framer-thePZ .framer-19ng4f9 > *, .framer-thePZ .framer-grafkx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-thePZ .framer-jr6n16 > *, .framer-thePZ .framer-xuoy72 > *, .framer-thePZ .framer-16yaoew > *, .framer-thePZ .framer-t03pcz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-thePZ .framer-1m74iyt > *, .framer-thePZ .framer-xwsw0y > *, .framer-thePZ .framer-11x7hq1 > *, .framer-thePZ .framer-1wl45wr > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-thePZ .framer-1licghs > *, .framer-thePZ .framer-d9ilbp > *, .framer-thePZ .framer-1n5h3ll > *, .framer-thePZ .framer-1yahfdt > *, .framer-thePZ .framer-1du65qy > *, .framer-thePZ .framer-iaxa9c > *, .framer-thePZ .framer-1qis2am > *, .framer-thePZ .framer-170arc0 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-thePZ[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-thePZ [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-thePZ[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-thePZ [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-thePZ[data-hide-scrollbars=\"true\"], .framer-thePZ [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (min-width: 1200px) and (max-width: 1499px) { .framer-thePZ.framer-72rtr7 { width: 1200px; } .framer-thePZ .framer-tmz0l9 { height: var(--framer-aspect-ratio-supported, 368px); } .framer-thePZ .framer-1nn6fvq-container { height: var(--framer-aspect-ratio-supported, 576px); } .framer-thePZ .framer-1m74iyt { padding: 96px 96px 96px 48px; } .framer-thePZ .framer-se6y3i { padding: 128px 48px 48px 48px; } .framer-thePZ .framer-1hz6w10 { height: var(--framer-aspect-ratio-supported, 1400px); } .framer-thePZ .framer-d9ilbp, .framer-thePZ .framer-1n5h3ll, .framer-thePZ .framer-1yahfdt, .framer-thePZ .framer-1du65qy { padding: 48px; } .framer-thePZ .framer-xwsw0y, .framer-thePZ .framer-1wl45wr { padding: 96px 128px 96px 48px; }}\",\"@media (min-width: 900px) and (max-width: 1199px) { .framer-thePZ.framer-72rtr7 { width: 900px; } .framer-thePZ .framer-tmz0l9 { height: var(--framer-aspect-ratio-supported, 268px); } .framer-thePZ .framer-1nn6fvq-container { height: var(--framer-aspect-ratio-supported, 432px); } .framer-thePZ .framer-1m74iyt, .framer-thePZ .framer-xwsw0y, .framer-thePZ .framer-1wl45wr { padding: 96px 48px 96px 48px; } .framer-thePZ .framer-se6y3i { padding: 128px 48px 48px 48px; } .framer-thePZ .framer-1hz6w10 { height: var(--framer-aspect-ratio-supported, 1050px); } .framer-thePZ .framer-d9ilbp, .framer-thePZ .framer-1n5h3ll, .framer-thePZ .framer-1yahfdt, .framer-thePZ .framer-1du65qy { padding: 48px; width: 100%; }}\",\"@media (min-width: 600px) and (max-width: 899px) { .framer-thePZ.framer-72rtr7 { width: 600px; } .framer-thePZ .framer-zfzes1 { background-color: rgba(166, 166, 166, 0); } .framer-thePZ .framer-h3bmc2 { flex-direction: column; overflow: auto; } .framer-thePZ .framer-1lq5hmu { flex: none; flex-direction: row; width: 100%; } .framer-thePZ .framer-tmz0l9 { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 279px); width: 1px; } .framer-thePZ .framer-141b8x7 { align-self: unset; height: 24px; } .framer-thePZ .framer-od9osf { align-content: center; align-items: center; flex-direction: row; justify-content: center; width: 47%; } .framer-thePZ .framer-6s83xa { flex: 1 0 0px; width: 1px; } .framer-thePZ .framer-1nn6fvq-container, .framer-thePZ .framer-11la6o5-container { aspect-ratio: unset; height: auto; } .framer-thePZ .framer-19tf99t, .framer-thePZ .framer-1hulvcm { background-color: var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, #ffffff); flex-direction: column; gap: 0px; } .framer-thePZ .framer-jr6n16 { background-color: var(--token-d33a499d-1d16-4a85-a81a-e91959511093, #f3f4f5); flex: none; min-height: unset; order: 1; padding: 24px 0px 0px 0px; width: 100%; } .framer-thePZ .framer-1m74iyt, .framer-thePZ .framer-11x7hq1, .framer-thePZ .framer-1wl45wr { padding: 24px; } .framer-thePZ .framer-1f03uxo { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 552px); order: 0; width: 100%; } .framer-thePZ .framer-d4avbr { gap: 24px; } .framer-thePZ .framer-se6y3i { flex-direction: column; gap: 12px; padding: 96px 24px 24px 24px; } .framer-thePZ .framer-o8kozf { flex: none; width: 100%; } .framer-thePZ .framer-1hz6w10 { aspect-ratio: unset; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(4, min-content); height: min-content; } .framer-thePZ .framer-2zrlv2, .framer-thePZ .framer-mfyu48, .framer-thePZ .framer-1tb5h0z { aspect-ratio: 0.92 / 1; height: var(--framer-aspect-ratio-supported, 652px); } .framer-thePZ .framer-d9ilbp, .framer-thePZ .framer-1n5h3ll, .framer-thePZ .framer-1yahfdt, .framer-thePZ .framer-1du65qy { padding: 48px 24px 24px 24px; } .framer-thePZ .framer-olzrqd { aspect-ratio: 0.92 / 1; height: var(--framer-aspect-ratio-supported, 653px); } .framer-thePZ .framer-6o5j3q { background-color: var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, #ffffff); } .framer-thePZ .framer-w5wzfg { height: var(--framer-aspect-ratio-supported, 552px); } .framer-thePZ .framer-16yaoew { background-color: var(--token-d33a499d-1d16-4a85-a81a-e91959511093, #f3f4f5); } .framer-thePZ .framer-t03pcz { background-color: var(--token-d33a499d-1d16-4a85-a81a-e91959511093, #f3f4f5); flex: none; min-height: unset; order: 2; padding: 24px 0px 0px 0px; width: 100%; } .framer-thePZ .framer-43cgal { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 552px); order: 1; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-thePZ .framer-h3bmc2, .framer-thePZ .framer-1lq5hmu, .framer-thePZ .framer-od9osf, .framer-thePZ .framer-19tf99t, .framer-thePZ .framer-d4avbr, .framer-thePZ .framer-se6y3i, .framer-thePZ .framer-1hulvcm { gap: 0px; } .framer-thePZ .framer-h3bmc2 > *, .framer-thePZ .framer-d4avbr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-thePZ .framer-h3bmc2 > :first-child, .framer-thePZ .framer-19tf99t > :first-child, .framer-thePZ .framer-d4avbr > :first-child, .framer-thePZ .framer-se6y3i > :first-child, .framer-thePZ .framer-1hulvcm > :first-child { margin-top: 0px; } .framer-thePZ .framer-h3bmc2 > :last-child, .framer-thePZ .framer-19tf99t > :last-child, .framer-thePZ .framer-d4avbr > :last-child, .framer-thePZ .framer-se6y3i > :last-child, .framer-thePZ .framer-1hulvcm > :last-child { margin-bottom: 0px; } .framer-thePZ .framer-1lq5hmu > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-thePZ .framer-1lq5hmu > :first-child, .framer-thePZ .framer-od9osf > :first-child { margin-left: 0px; } .framer-thePZ .framer-1lq5hmu > :last-child, .framer-thePZ .framer-od9osf > :last-child { margin-right: 0px; } .framer-thePZ .framer-od9osf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-thePZ .framer-19tf99t > *, .framer-thePZ .framer-1hulvcm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-thePZ .framer-se6y3i > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\",\"@media (max-width: 599px) { .framer-thePZ.framer-72rtr7 { width: 300px; } .framer-thePZ .framer-h3bmc2 { overflow: auto; padding: 24px 24px 48px 24px; } .framer-thePZ .framer-1lq5hmu { flex: none; width: 90%; } .framer-thePZ .framer-tmz0l9 { height: var(--framer-aspect-ratio-supported, 227px); } .framer-thePZ .framer-6s83xa { max-width: 280px; } .framer-thePZ .framer-1nn6fvq-container { aspect-ratio: unset; height: 150px; order: 0; width: 800px; } .framer-thePZ .framer-10rcyr6 { order: 2; } .framer-thePZ .framer-19tf99t, .framer-thePZ .framer-1hulvcm { background-color: var(--token-87506b57-df59-43c9-8cfd-ec5d53130a1f, #ffffff); flex-direction: column; gap: 0px; } .framer-thePZ .framer-jr6n16 { background-color: var(--token-d33a499d-1d16-4a85-a81a-e91959511093, #f3f4f5); flex: none; min-height: unset; order: 1; padding: 24px 0px 0px 0px; width: 100%; } .framer-thePZ .framer-1m74iyt, .framer-thePZ .framer-11x7hq1, .framer-thePZ .framer-1wl45wr { padding: 24px; } .framer-thePZ .framer-1f03uxo { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 252px); order: 0; width: 100%; } .framer-thePZ .framer-d4avbr { gap: 12px; order: 3; } .framer-thePZ .framer-se6y3i { flex-direction: column; gap: 12px; padding: 96px 24px 24px 24px; } .framer-thePZ .framer-o8kozf { flex: none; width: 100%; } .framer-thePZ .framer-1hz6w10 { aspect-ratio: unset; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(4, min-content); height: min-content; } .framer-thePZ .framer-2zrlv2, .framer-thePZ .framer-mfyu48, .framer-thePZ .framer-olzrqd, .framer-thePZ .framer-1tb5h0z { aspect-ratio: 0.92 / 1; height: var(--framer-aspect-ratio-supported, 326px); } .framer-thePZ .framer-d9ilbp, .framer-thePZ .framer-1n5h3ll, .framer-thePZ .framer-1yahfdt, .framer-thePZ .framer-1du65qy { padding: 48px 12px 24px 24px; width: 100%; } .framer-thePZ .framer-19q0m0f { order: 4; } .framer-thePZ .framer-w5wzfg { height: var(--framer-aspect-ratio-supported, 252px); } .framer-thePZ .framer-16yaoew { background-color: var(--token-d33a499d-1d16-4a85-a81a-e91959511093, #f3f4f5); } .framer-thePZ .framer-1pk6t9f { order: 5; } .framer-thePZ .framer-t03pcz { background-color: var(--token-d33a499d-1d16-4a85-a81a-e91959511093, #f3f4f5); flex: none; min-height: unset; order: 2; padding: 24px 0px 0px 0px; width: 100%; } .framer-thePZ .framer-43cgal { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 252px); order: 1; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-thePZ .framer-19tf99t, .framer-thePZ .framer-d4avbr, .framer-thePZ .framer-se6y3i, .framer-thePZ .framer-1hulvcm { gap: 0px; } .framer-thePZ .framer-19tf99t > *, .framer-thePZ .framer-1hulvcm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-thePZ .framer-19tf99t > :first-child, .framer-thePZ .framer-d4avbr > :first-child, .framer-thePZ .framer-se6y3i > :first-child, .framer-thePZ .framer-1hulvcm > :first-child { margin-top: 0px; } .framer-thePZ .framer-19tf99t > :last-child, .framer-thePZ .framer-d4avbr > :last-child, .framer-thePZ .framer-se6y3i > :last-child, .framer-thePZ .framer-1hulvcm > :last-child { margin-bottom: 0px; } .framer-thePZ .framer-d4avbr > *, .framer-thePZ .framer-se6y3i > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8353.5\n * @framerIntrinsicWidth 1500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"x8uVbpgof\":{\"layout\":[\"fixed\",\"auto\"]},\"icn4zvIUD\":{\"layout\":[\"fixed\",\"auto\"]},\"JmidltlZD\":{\"layout\":[\"fixed\",\"auto\"]},\"HUXpLfsjS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"E5a3roneh\":{\"pattern\":\":E5a3roneh\",\"name\":\"hero\"},\"lHGobZjiY\":{\"pattern\":\":lHGobZjiY\",\"name\":\"top\"},\"UnW57Cl8a\":{\"pattern\":\":UnW57Cl8a\",\"name\":\"top\"},\"B1brE93vA\":{\"pattern\":\":B1brE93vA\",\"name\":\"content\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-thePZ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8353.5,width:1500};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Graphik Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/GngxACMS8TY52I8MoDNusmlVF0M.otf\"}]},...NavigationNavigationBarFonts,...ProductHeroFonts,...LogosLogoGrid12LogosFonts,...UIElementsArrowedLinkFonts,...FooterFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"8353.5\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1500\",\"framerScrollSections\":\"{\\\"E5a3roneh\\\":{\\\"pattern\\\":\\\":E5a3roneh\\\",\\\"name\\\":\\\"hero\\\"},\\\"lHGobZjiY\\\":{\\\"pattern\\\":\\\":lHGobZjiY\\\",\\\"name\\\":\\\"top\\\"},\\\"UnW57Cl8a\\\":{\\\"pattern\\\":\\\":UnW57Cl8a\\\",\\\"name\\\":\\\"top\\\"},\\\"B1brE93vA\\\":{\\\"pattern\\\":\\\":B1brE93vA\\\",\\\"name\\\":\\\"content\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"x8uVbpgof\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"icn4zvIUD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JmidltlZD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HUXpLfsjS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["t", "e", "r", "n", "i", "s", "a", "o", "u", "l", "h", "c", "f", "g", "d", "y", "window", "v", "w", "m", "U", "t", "S", "k", "L", "B", "F", "t", "T", "N", "r", "n", "i", "w", "e", "O", "ControlType", "m", "x", "P", "q", "s", "a", "o", "R", "_", "D", "j", "C", "J", "W", "$", "z", "G", "K", "H", "V", "X", "Q", "Y", "Z", "tt", "te", "tr", "tn", "ti", "ts", "ta", "u", "l", "h", "c", "to", "tu", "tl", "th", "tc", "tf", "tg", "td", "tp", "tv", "tw", "tm", "tI", "t", "r", "n", "tb", "tU", "tL", "i", "s", "a", "o", "u", "l", "h", "tS", "c", "e", "w", "tk", "tE", "e", "r", "n", "i", "t", "tM", "tI", "g", "s", "N", "a", "o", "c", "tU", "w", "tF", "e", "resolveRichText", "t", "i", "e", "resolveRichTextJa", "t", "a", "o", "ControlType", "p", "QueryEngine", "s", "QueryCache", "u", "tF", "resolveRichText", "resolveRichTextJa", "ZNXSsx8x4_default", "addPropertyControls", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationNavigationBarFonts", "getFonts", "VLzSccl6i_default", "ProductHeroFonts", "eIGzzIUqR_default", "MotionDivWithFX", "withFX", "motion", "LogosLogoGrid12LogosFonts", "WAflXS_vx_default", "ContainerWithFX", "Container", "UIElementsArrowedLinkFonts", "RrLQQkouL_default", "ImageTagcoClickEvent151s51z", "withCodeBoundaryForOverrides", "Image2", "TagcoClickEvent", "ImageTagcoClickEvent1drhb4l", "ImageTagcoClickEvent15qqzzc", "FooterFooterFonts", "uUk3asdqj_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "convertFromBoolean", "value", "activeLocale", "cunCcC2_IQTXdbfYeA", "tIRsITcJvQTXdbfYeA", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "equals", "a", "b", "negate", "transition1", "animation", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "xV86K7WjKQTXdbfYeA", "MrnTIu9tIQTXdbfYeA", "kdTx_LLvO_JyR90VBAsQTXdbfYeA", "kdTx_LLvO_nTRrVXIB8QTXdbfYeA", "sxgyxZuLzQTXdbfYeA", "idQTXdbfYeA", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "elementId", "useRouteElementId", "ref1", "elementId1", "usePreloadLocalizedValues", "router", "useRouter", "ref2", "elementId2", "ref3", "elementId3", "ref4", "visible", "visible1", "isDisplayed1", "value1", "visible2", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "ResolveLinks", "resolvedLinks", "getLocalizedValue", "ChildrenCanSuspend", "OkCxRvoFO_default", "ZNXSsx8x4_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "getLoadingLazyAtYPosition", "RichText2", "x", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
