{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y-0.js", "ssg:https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y-1.js", "ssg:https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y-3.js", "ssg:https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y-5.js", "ssg:https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y.js", "ssg:https://framerusercontent.com/modules/fU1iOHHPfkztfA0PqG54/en3M4DOLi7aG37O6f5A0/Tag_colours.js", "ssg:https://framerusercontent.com/modules/EGBOKWcpeqB0HVyLA0tD/aojhCHm6cmcvmXRluGwn/JT_fBRopc.js", "ssg:https://framerusercontent.com/modules/J8VkcS1EtNyNOaCZxXyB/9GjmtGiZh2EhIW4aY5wB/Vu69FhkLV.js", "ssg:https://framerusercontent.com/modules/FVBWbOteMtkO1ITqV7Ph/0uBVAyJw27j4fBwYld3Y/aMeEtxDpJ.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,n)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,u=(t,e)=>function(){return e||(0,t[i(t)[0]])((e={exports:{}}).exports,e),e.exports;},l=(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;},h=(t,n,i)=>(i=null!=t?e(s(t)):{},l(// 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)),c=(t,e,r)=>o(t,\"symbol\"!=typeof e?e+\"\":e,r),f=u({\"../../../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;}}),g=h(f()),d={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},y=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=d.Uint8;this.ensureLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=d.Uint16;this.ensureLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=d.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=d.BigUint64;this.ensureLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=d.Int8;this.ensureLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=d.Int16;this.ensureLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=d.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=d.BigInt64;this.ensureLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=d.Float32;this.ensureLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=d.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,c(this,\"offset\",0),c(this,\"view\"),c(this,\"decoder\",new TextDecoder),this.view=p(this.bytes);}};function p(t){return new DataView(t.buffer,t.byteOffset,t.byteLength);}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as v}from\"framer\";// ../../library/src/utils/utils.ts\nvar m=\"undefined\"!=typeof window,w=m&&\"function\"==typeof window.requestIdleCallback;// src/code-generation/components/cms/bundled/assert.ts\nfunction I(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function b(t){throw Error(`Unexpected value: ${t}`);}// src/code-generation/components/cms/bundled/BufferWriter.ts\nvar U=1024,S=1.5,k=t=>2**t-1,L=t=>-(2**(t-1)),B=t=>2**(t-1)-1,E={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:L(8),Int16:L(16),Int32:L(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},M={Uint8:k(8),Uint16:k(16),Uint32:k(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:B(8),Int16:B(16),Int32:B(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function T(t,e,r,n){I(t>=e,t,\"outside lower bound for\",n),I(t<=r,t,\"outside upper bound for\",n);}var F=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*S)+t);r.set(this.bytes),this.bytes=r,this.view=p(r);}writeUint8(t){T(t,E.Uint8,M.Uint8,\"Uint8\");let e=d.Uint8;this.ensureLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){T(t,E.Uint16,M.Uint16,\"Uint16\");let e=d.Uint16;this.ensureLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){T(t,E.Uint32,M.Uint32,\"Uint32\");let e=d.Uint32;this.ensureLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){T(t,E.Uint64,M.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){T(t,E.BigUint64,M.BigUint64,\"BigUint64\");let e=d.BigUint64;this.ensureLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){T(t,E.Int8,M.Int8,\"Int8\");let e=d.Int8;this.ensureLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){T(t,E.Int16,M.Int16,\"Int16\");let e=d.Int16;this.ensureLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){T(t,E.Int32,M.Int32,\"Int32\");let e=d.Int32;this.ensureLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){T(t,E.Int64,M.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){T(t,E.BigInt64,M.BigInt64,\"BigInt64\");let e=d.BigInt64;this.ensureLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=d.Float32;this.ensureLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=d.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(){c(this,\"offset\",0),c(this,\"bytes\",new Uint8Array(U)),c(this,\"view\",p(this.bytes)),c(this,\"encoder\",new TextEncoder),c(this,\"encodedStrings\",/* @__PURE__ */new Map);}};// src/utils/typeChecks.ts\nfunction N(t){return Number.isFinite(t);}function A(t){return null===t;}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar O=class t{static fromString(e){let[r,n,i]=e.split(\"/\").map(Number);return I(N(r),\"Invalid chunkId\"),I(N(n),\"Invalid offset\"),I(N(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:(I(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 x}from\"framer\";function P(t){if(A(t))return 0/* Null */;switch(t.type){case x.Array:return 1/* Array */;case x.Boolean:return 2/* Boolean */;case x.Color:return 3/* Color */;case x.Date:return 4/* Date */;case x.Enum:return 5/* Enum */;case x.File:return 6/* File */;case x.ResponsiveImage:return 10/* ResponsiveImage */;case x.Link:return 7/* Link */;case x.Number:return 8/* Number */;case x.Object:return 9/* Object */;case x.RichText:return 11/* RichText */;case x.String:return 12/* String */;default:b(t);}}function R(e){let r=e.readUint16(),n=[];for(let i=0;i<r;i++){let r=t.read(e);n.push(r);}return{type:x.Array,value:n};}function q(e,r){for(let n of(e.writeUint16(r.value.length),r.value))t.write(e,n);}function _(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 D(t){return{type:x.Boolean,value:0!==t.readUint8()};}function j(t,e){t.writeUint8(e.value?1:0);}function C(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function J(t){return{type:x.Color,value:t.readString()};}function W(t,e){t.writeString(e.value);}function $(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function z(t){let e=t.readInt64(),r=new Date(e);return{type:x.Date,value:r.toISOString()};}function G(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);}function K(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}function H(t){return{type:x.Enum,value:t.readString()};}function V(t,e){t.writeString(e.value);}function X(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function Q(t){return{type:x.File,value:t.readString()};}function Y(t,e){t.writeString(e.value);}function Z(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function tt(t){return{type:x.Link,value:t.readJson()};}function te(t,e){t.writeJson(e.value);}function tr(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function tn(t){return{type:x.Number,value:t.readFloat64()};}function ti(t,e){t.writeFloat64(e.value);}function ts(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function ta(e){let r=e.readUint16(),n={};for(let i=0;i<r;i++){let r=e.readString();n[r]=t.read(e);}return{type:x.Object,value:n};}function to(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 tu(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 tl(t){return{type:x.ResponsiveImage,value:t.readJson()};}function th(t,e){t.writeJson(e.value);}function tc(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function tf(t){return{type:x.RichText,value:t.readUint32()};}function tg(t,e){t.writeUint32(e.value);}function td(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}function ty(t){return{type:x.String,value:t.readString()};}function tp(t,e){t.writeString(e.value);}function tv(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 R(t);case 2/* Boolean */:return D(t);case 3/* Color */:return J(t);case 4/* Date */:return z(t);case 5/* Enum */:return H(t);case 6/* File */:return Q(t);case 7/* Link */:return tt(t);case 8/* Number */:return tn(t);case 9/* Object */:return ta(t);case 10/* ResponsiveImage */:return tl(t);case 11/* RichText */:return tf(t);case 12/* String */:return ty(t);default:b(e);}},t.write=function(t,e){let r=P(e);if(t.writeUint8(r),!A(e))switch(e.type){case x.Array:return q(t,e);case x.Boolean:return j(t,e);case x.Color:return W(t,e);case x.Date:return G(t,e);case x.Enum:return V(t,e);case x.File:return Y(t,e);case x.Link:return te(t,e);case x.Number:return ti(t,e);case x.Object:return to(t,e);case x.ResponsiveImage:return th(t,e);case x.RichText:return tg(t,e);case x.String:return tp(t,e);default:b(e);}},t.compare=function(t,e,r){let n=P(t),i=P(e);if(n<i)return -1;if(n>i)return 1;if(A(t)||A(e))return 0;switch(t.type){case x.Array:return I(e.type===x.Array),_(t,e,r);case x.Boolean:return I(e.type===x.Boolean),C(t,e);case x.Color:return I(e.type===x.Color),$(t,e);case x.Date:return I(e.type===x.Date),K(t,e);case x.Enum:return I(e.type===x.Enum),X(t,e);case x.File:return I(e.type===x.File),Z(t,e);case x.Link:return I(e.type===x.Link),tr(t,e);case x.Number:return I(e.type===x.Number),ts(t,e);case x.Object:return I(e.type===x.Object),tu(t,e,r);case x.ResponsiveImage:return I(e.type===x.ResponsiveImage),tc(t,e);case x.RichText:return I(e.type===x.RichText),td(t,e);case x.String:return I(e.type===x.String),tv(t,e,r);default:b(t);}};})(t||(t={}));// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar tm=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 y(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=O.read(n);o.entries.push({values:e,pointer:r});}return o;}serialize(){let e=new F;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,c(this,\"entries\",[]);}},tw=3,tI=250,tb=[408,// Request Timeout\n429,// Too Many Requests\n500,// Internal Server Error\n502,// Bad Gateway\n503,// Service Unavailable\n504],tU=async(t,e)=>{let r=0;for(;;){try{let n=await fetch(t,e);if(!tb.includes(n.status)||++r>tw)return n;}catch(t){if(e?.signal?.aborted||++r>tw)throw t;}await tS(r);}};async function tS(t){let e=Math.floor(tI*(Math.random()+1)*2**(t-1));await new Promise(t=>{setTimeout(t,e);});}// src/code-generation/components/cms/bundled/rangeRequest.ts\nasync function tk(t,e){let r=tE(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 tU(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 tL,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 tL=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(I(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=tB(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(I(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=tB(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){c(this,\"chunks\",[]);}};function tB(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function tE(t){I(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 tM=class{async loadModel(){let[t]=await tk(this.options.url,[this.options.range]);return I(t,\"Failed to load model\"),tm.deserialize(t);}async getModel(){return this.modelPromise??=this.loadModel(),this.model??=await this.modelPromise,this.model;}async lookupItems(t){I(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:b(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!==v.String||e.value?.type!==v.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!==v.String||e.value?.type!==v.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!==v.String||e.value?.type!==v.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,c(this,\"schema\"),c(this,\"fields\"),c(this,\"supportedLookupTypes\",[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */]),c(this,\"modelPromise\"),c(this,\"model\"),c(this,\"collation\");let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];I(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r,this.collation=this.options.collation;}},tT=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(){c(this,\"fields\",/* @__PURE__ */new Map);}},tF=class{scanItems(){return this.itemsPromise??=tU(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 y(r),i=[],s=n.readUint32();for(let t=0;t<s;t++){let t=n.getOffset(),e=tT.read(n),r=n.getOffset()-t,s=new O(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,c(this,\"itemsPromise\"),c(this,\"itemLoader\",new g.default(async t=>{let e=t.map(t=>{let e=O.fromString(t);return{from:e.offset,to:e.offset+e.length};}),r=await tk(this.url,e);return r.map((e,r)=>{let n=new y(e),i=tT.read(n),s=t[r];return I(s,\"Missing pointer\"),{pointer:s,data:i.getData()};});}));}},tN=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=O.fromString(t),r=this.chunks[e.chunkId];return I(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=O.fromString(t.pointer),n=O.fromString(e.pointer);return r.compare(n);}compareValues(e,r,n){return t.compare(e,r,n);}constructor(t){this.options=t,c(this,\"schema\"),c(this,\"indexes\"),c(this,\"resolveRichText\"),c(this,\"chunks\"),this.chunks=this.options.chunks.map((t,e)=>new tF(e,t)),this.schema=t.schema,this.indexes=t.indexes,this.resolveRichText=t.resolveRichText;}};export{tN as DatabaseCollection,tM as DatabaseDictionaryIndex};\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseDictionaryIndex\":{\"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 resolveRichTextDe(t){let i=e[t];if(i)return await i();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichTextDe\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let e=[];export async function resolveRichTextFr(t){let r=e[t];if(r)return await r();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichTextFr\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1bcc82d)\nimport{addPropertyControls as e,ControlType as t,QueryCache as l,QueryEngine as r}from\"framer\";import{DatabaseCollection as i}from\"./y9TjgIf0y-0.js\";import{resolveRichText as a}from\"./y9TjgIf0y-1.js\";import{resolveRichTextDe as n}from\"./y9TjgIf0y-3.js\";import{resolveRichTextFr as o}from\"./y9TjgIf0y-5.js\";let y={GpC2yw2ZF:{isNullable:!0,type:t.String},id:{isNullable:!1,type:t.String},nextItemId:{isNullable:!0,type:t.String},previousItemId:{isNullable:!0,type:t.String},vWxVIj50G:{isNullable:!0,type:t.String}},p=new r,s=new l(p),m={collectionByLocaleId:{default:new i({chunks:[new URL(\"./y9TjgIf0y-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:a,schema:y}),EIO84AY12:new i({chunks:[new URL(\"./y9TjgIf0y-chunk-EIO84AY12-0.framercms\",\"https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:o,schema:y}),fQ_8gkDsG:new i({chunks:[new URL(\"./y9TjgIf0y-chunk-fQ_8gkDsG-0.framercms\",\"https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:n,schema:y})},displayName:\"Resources Categories\"};export default m;e(m,{GpC2yw2ZF:{defaultValue:\"\",displayTextArea:!1,preventLocalization:!1,title:\"Title\",type:t.String},vWxVIj50G:{title:\"Slug\",type:t.String},previousItemId:{dataIdentifier:\"local-module:collection/y9TjgIf0y:default\",title:\"Previous\",type:t.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/y9TjgIf0y:default\",title:\"Next\",type:t.CollectionReference}});export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,t){let[l]=await s.get({from:{data:m,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"vWxVIj50G\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.vWxVIj50G;},async getRecordIdBySlug(e,t){let[l]=await s.get({from:{data:m,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"vWxVIj50G\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerCollectionId\":\"y9TjgIf0y\",\"framerAutoSizeImages\":\"true\",\"framerRecordIdKey\":\"id\",\"framerData\":\"\",\"framerColorSyntax\":\"false\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerSlug\":\"vWxVIj50G\",\"framerContractVersion\":\"1\",\"framerCollectionUtils\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";const tagStyles={Insight:{bg:\"#85837C\",color:\"#FBF9F4\"},Publication:{bg:\"#E1E1D6\",color:\"#6E6E68\"},Tips:{bg:\"#B5EAD7\",color:\"#000\"},Alert:{bg:\"#FFADAD\",color:\"#fff\"}};export function Tag({tag}){const style=tagStyles[tag]||{bg:\"#E0E0E0\",color:\"#000\"};return /*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:style.bg,color:style.color,padding:\"8px\",borderRadius:\"4px\",fontSize:\"12px\",fontWeight:\"normal\",display:\"inline-block\",width:\"fit-content\",fontFamily:'\"ABC Favorit Regular\", sans-serif'},children:tag});}addPropertyControls(Tag,{tag:{type:ControlType.String,title:\"Tag\",defaultValue:\"Insight\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"Tag\":{\"type\":\"reactComponent\",\"name\":\"Tag\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tag_colours.map", "// Generated by Framer (bab6da3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/lXKWVlOiesKEbOMxK5s7/LRZjSO9iOPnGIogbzt4a/vsW8poUtJ.js\";const enabledGestures={WPTeFbnFS:{hover:true}};const cycleOrder=[\"CjJGFywyc\",\"WPTeFbnFS\"];const serializationHash=\"framer-l7E40\";const variantClassNames={CjJGFywyc:\"framer-v-1l3vsil\",WPTeFbnFS:\"framer-v-lt9fjy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Active:\"CjJGFywyc\",Inactive:\"WPTeFbnFS\"};const getProps=({click,height,id,title,width,...props})=>{return{...props,DGXHJstWT:click??props.DGXHJstWT,e8MV0HXq7:title??props.e8MV0HXq7??\"All\",variant:humanReadableVariantMap[props.variant]??props.variant??\"CjJGFywyc\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,e8MV0HXq7,DGXHJstWT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CjJGFywyc\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqahyga=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(DGXHJstWT){const res=await DGXHJstWT(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1l3vsil\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CjJGFywyc\",onTap:onTapqahyga,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4bc9419e-d84e-42fb-a92f-49f46e7711ba, rgb(173, 170, 162))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-38b58b38-ea2c-44b5-b5bf-40e943f9ecd1, rgb(211, 209, 201))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{\"WPTeFbnFS-hover\":{backgroundColor:\"var(--token-38b58b38-ea2c-44b5-b5bf-40e943f9ecd1, rgb(211, 209, 201))\"},WPTeFbnFS:{backgroundColor:\"rgba(247, 243, 232, 0)\"}},...addPropertyOverrides({\"WPTeFbnFS-hover\":{\"data-framer-name\":undefined},WPTeFbnFS:{\"data-framer-name\":\"Inactive\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dpbvm7\",\"data-styles-preset\":\"vsW8poUtJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f5480db2-1bc4-4e06-88ad-82bfc4e32015, rgb(110, 110, 104)))\"},children:\"All\"})}),className:\"framer-1wq67cr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fYOpZE0cn\",style:{\"--extracted-r6o4lv\":\"var(--token-f5480db2-1bc4-4e06-88ad-82bfc4e32015, rgb(110, 110, 104))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:e8MV0HXq7,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-l7E40.framer-1y9yr3x, .framer-l7E40 .framer-1y9yr3x { display: block; }\",\".framer-l7E40.framer-1l3vsil { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-l7E40 .framer-1wq67cr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",...sharedStyle.css,'.framer-l7E40[data-border=\"true\"]::after, .framer-l7E40 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 35\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"WPTeFbnFS\":{\"layout\":[\"auto\",\"auto\"]},\"EbylnRjWl\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"e8MV0HXq7\":\"title\",\"DGXHJstWT\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerJT_fBRopc=withCSS(Component,css,\"framer-l7E40\");export default FramerJT_fBRopc;FramerJT_fBRopc.displayName=\"Blog-filter-item\";FramerJT_fBRopc.defaultProps={height:35,width:35};addPropertyControls(FramerJT_fBRopc,{variant:{options:[\"CjJGFywyc\",\"WPTeFbnFS\"],optionTitles:[\"Active\",\"Inactive\"],title:\"Variant\",type:ControlType.Enum},e8MV0HXq7:{defaultValue:\"All\",displayTextArea:false,title:\"Title\",type:ControlType.String},DGXHJstWT:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerJT_fBRopc,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJT_fBRopc\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"e8MV0HXq7\\\":\\\"title\\\",\\\"DGXHJstWT\\\":\\\"click\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"35\",\"framerIntrinsicHeight\":\"35\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WPTeFbnFS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EbylnRjWl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JT_fBRopc.map", "// Generated by Framer (da373ee)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Tag}from\"https://framerusercontent.com/modules/fU1iOHHPfkztfA0PqG54/en3M4DOLi7aG37O6f5A0/Tag_colours.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/tCEYc0H0tSQHTbQrLH50/l3jQPeywSyrUXQR0e6IH/TXiiwu_SH.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/8BqljC6lRqWeDCWqzpbr/MTHeNncKXZGKbJsFlLta/W51SAbC87.js\";const TagFonts=getFonts(Tag);const enabledGestures={jjJ7alKkF:{hover:true},xYjFwyvUA:{hover:true}};const cycleOrder=[\"xYjFwyvUA\",\"jjJ7alKkF\"];const serializationHash=\"framer-Za5Ll\";const variantClassNames={jjJ7alKkF:\"framer-v-wbksok\",xYjFwyvUA:\"framer-v-jqm6po\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"xYjFwyvUA\",Mobile:\"jjJ7alKkF\"};const getProps=({category,date,height,id,image,link,link2,title,visible,width,...props})=>{return{...props,cr0ldovre:link??props.cr0ldovre,dvxRgHSwR:image??props.dvxRgHSwR,f3apn0GfK:visible??props.f3apn0GfK??true,h0DQT7o8t:link2??props.h0DQT7o8t,n2NzjAbq3:title??props.n2NzjAbq3??\"Inside the Zurich hub of fresh produce\",tzmG2Gqmr:category??props.tzmG2Gqmr??\"Insight\",variant:humanReadableVariantMap[props.variant]??props.variant??\"xYjFwyvUA\",x6rG5LqE2:date??props.x6rG5LqE2??\"2025-04-10T00:00:00.000Z\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,cr0ldovre,dvxRgHSwR,n2NzjAbq3,x6rG5LqE2,tzmG2Gqmr,f3apn0GfK,h0DQT7o8t,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xYjFwyvUA\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(x6rG5LqE2,activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-jqm6po\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"xYjFwyvUA\",ref:refBinding,style:{...style},...addPropertyOverrides({\"jjJ7alKkF-hover\":{\"data-framer-name\":undefined},\"xYjFwyvUA-hover\":{\"data-framer-name\":undefined},jjJ7alKkF:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[f3apn0GfK&&/*#__PURE__*/_jsx(Link,{href:h0DQT7o8t,motionChild:true,nodeId:\"SEjmyq9MR\",openInNewTab:true,scopeId:\"Vu69FhkLV\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-z92zic framer-1ghr5wt\",layoutDependency:layoutDependency,layoutId:\"SEjmyq9MR\"})}),/*#__PURE__*/_jsx(Link,{href:cr0ldovre,motionChild:true,nodeId:\"ST1CIvHwk\",openInNewTab:false,scopeId:\"Vu69FhkLV\",smoothScroll:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(dvxRgHSwR),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-ndmx0x framer-1ghr5wt\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"ST1CIvHwk\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10jr6f\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"HJdottJKs\",style:{background:\"linear-gradient(180deg, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0) 51.11380912162162%, rgba(50, 50, 50, 0.6) 100%)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dpbu81-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"hnliaWrEt-container\",nodeId:\"hnliaWrEt\",rendersWithMotion:true,scopeId:\"Vu69FhkLV\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"hnliaWrEt\",layoutId:\"hnliaWrEt\",tag:tzmG2Gqmr,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7gz6pt\",\"data-styles-preset\":\"W51SAbC87\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a904b07c-fc63-4bb7-afc1-f363efdaf513, rgb(251, 249, 244)))\"},children:\"Inside the Zurich hub of fresh produce\"})}),className:\"framer-1gjuui1\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"og_Y_8Mv5\",style:{\"--extracted-r6o4lv\":\"var(--token-a904b07c-fc63-4bb7-afc1-f363efdaf513, rgb(251, 249, 244))\"},text:n2NzjAbq3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xbkobp\",\"data-styles-preset\":\"TXiiwu_SH\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-38b58b38-ea2c-44b5-b5bf-40e943f9ecd1, rgb(211, 209, 201)))\"},children:\"Apr 10, 2025\"})}),className:\"framer-1ve903t\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eeuaa08Zz\",style:{\"--extracted-r6o4lv\":\"var(--token-38b58b38-ea2c-44b5-b5bf-40e943f9ecd1, rgb(211, 209, 201))\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Za5Ll.framer-1ghr5wt, .framer-Za5Ll .framer-1ghr5wt { display: block; }\",\".framer-Za5Ll.framer-jqm6po { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: wrap; gap: 30px; height: 585px; justify-content: flex-start; padding: 0px; position: relative; width: 438px; }\",\".framer-Za5Ll .framer-z92zic { flex: none; height: 100%; left: calc(50.05714285714288% - 100% / 2); overflow: visible; position: absolute; text-decoration: none; top: calc(49.957228400342196% - 99.91445680068435% / 2); width: 100%; z-index: 1; }\",\".framer-Za5Ll .framer-ndmx0x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-Za5Ll .framer-10jr6f { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-end; overflow: hidden; padding: 24px; position: relative; width: 100%; }\",\".framer-Za5Ll .framer-dpbu81-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Za5Ll .framer-1gjuui1 { flex: none; height: 72px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Za5Ll .framer-1ve903t { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Za5Ll.framer-v-wbksok.framer-jqm6po { aspect-ratio: 0.7431818181818182 / 1; height: var(--framer-aspect-ratio-supported, 440px); width: 327px; }\",\".framer-Za5Ll.framer-v-jqm6po.hover.framer-jqm6po { aspect-ratio: 0.7487179487179487 / 1; height: var(--framer-aspect-ratio-supported, 585px); }\",\".framer-Za5Ll.framer-v-jqm6po.hover .framer-10jr6f, .framer-Za5Ll.framer-v-wbksok.hover .framer-10jr6f { padding: 24px 24px 48px 24px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 584.5\n * @framerIntrinsicWidth 437.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jjJ7alKkF\":{\"layout\":[\"fixed\",\"fixed\"]},\"TV6VKCzva\":{\"layout\":[\"fixed\",\"fixed\"]},\"tgxeam9Ws\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"cr0ldovre\":\"link\",\"dvxRgHSwR\":\"image\",\"n2NzjAbq3\":\"title\",\"x6rG5LqE2\":\"date\",\"tzmG2Gqmr\":\"category\",\"f3apn0GfK\":\"visible\",\"h0DQT7o8t\":\"link2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVu69FhkLV=withCSS(Component,css,\"framer-Za5Ll\");export default FramerVu69FhkLV;FramerVu69FhkLV.displayName=\"Blog element\";FramerVu69FhkLV.defaultProps={height:584.5,width:437.5};addPropertyControls(FramerVu69FhkLV,{variant:{options:[\"xYjFwyvUA\",\"jjJ7alKkF\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},cr0ldovre:{title:\"Link\",type:ControlType.Link},dvxRgHSwR:{title:\"Image\",type:ControlType.ResponsiveImage},n2NzjAbq3:{defaultValue:\"Inside the Zurich hub of fresh produce\",title:\"Title\",type:ControlType.String},x6rG5LqE2:{defaultValue:\"2025-04-10T00:00:00.000Z\",title:\"Date\",type:ControlType.Date},tzmG2Gqmr:{defaultValue:\"Insight\",title:\"Category\",type:ControlType.String},f3apn0GfK:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},h0DQT7o8t:{title:\"Link 2\",type:ControlType.Link}});addFonts(FramerVu69FhkLV,[{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\"}]},...TagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVu69FhkLV\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"cr0ldovre\\\":\\\"link\\\",\\\"dvxRgHSwR\\\":\\\"image\\\",\\\"n2NzjAbq3\\\":\\\"title\\\",\\\"x6rG5LqE2\\\":\\\"date\\\",\\\"tzmG2Gqmr\\\":\\\"category\\\",\\\"f3apn0GfK\\\":\\\"visible\\\",\\\"h0DQT7o8t\\\":\\\"link2\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"437.5\",\"framerIntrinsicHeight\":\"584.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jjJ7alKkF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TV6VKCzva\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tgxeam9Ws\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vu69FhkLV.map", "// Generated by Framer (14ce71a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,PathVariablesContext,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLoadMorePaginatedQuery,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Resources from\"https://framerusercontent.com/modules/FL8giFa0DvXAV89JeAw4/ZgakVxLNPTNVGtZ60C8G/CBJnggckp.js\";import ResourcesCategories from\"https://framerusercontent.com/modules/wAmsTiCN99wJbHL5WMRm/5uAlloscmux7xVHJVZEu/y9TjgIf0y.js\";import BlogFilterItem from\"https://framerusercontent.com/modules/EGBOKWcpeqB0HVyLA0tD/aojhCHm6cmcvmXRluGwn/JT_fBRopc.js\";import Button from\"https://framerusercontent.com/modules/gJU1dtZvZu0eqZpsbh6n/Px5qVPefVhgzdUIRd2eG/sQ05DXfoc.js\";import BlogElement from\"https://framerusercontent.com/modules/J8VkcS1EtNyNOaCZxXyB/9GjmtGiZh2EhIW4aY5wB/Vu69FhkLV.js\";const BlogFilterItemFonts=getFonts(BlogFilterItem);const MotionDivWithFX=withFX(motion.div);const BlogElementFonts=getFonts(BlogElement);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const ButtonFonts=getFonts(Button);const cycleOrder=[\"kdWUVJpu6\",\"vcKDyFwGk\",\"jkcCo4mT0\",\"QYPUKsBiq\",\"k5elfPomi\",\"bOBOlztVY\",\"Da0TnmSBb\",\"IHRCQ1htT\",\"M5sdHlCKB\",\"uxOCbolO3\",\"aesLcQLis\",\"i8RUxF8Td\",\"jItUhBRsH\",\"OsKv21euB\",\"RmfMzrlHr\",\"Enr3lQ6bG\"];const serializationHash=\"framer-jH5Mm\";const variantClassNames={aesLcQLis:\"framer-v-ehmrim\",bOBOlztVY:\"framer-v-1hodh7q\",Da0TnmSBb:\"framer-v-lbzdzs\",Enr3lQ6bG:\"framer-v-1etbjgh\",i8RUxF8Td:\"framer-v-cja92r\",IHRCQ1htT:\"framer-v-klh4rn\",jItUhBRsH:\"framer-v-6fyfb8\",jkcCo4mT0:\"framer-v-1ffwxbt\",k5elfPomi:\"framer-v-1d0kgf5\",kdWUVJpu6:\"framer-v-lc3gt7\",M5sdHlCKB:\"framer-v-e2g7p3\",OsKv21euB:\"framer-v-xgd5dv\",QYPUKsBiq:\"framer-v-1yibgek\",RmfMzrlHr:\"framer-v-y5rd6m\",uxOCbolO3:\"framer-v-1ol2ktj\",vcKDyFwGk:\"framer-v-f3fsdd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition2={delay:.4,duration:.8,ease:[.55,0,.56,1],type:\"tween\"};const transition3={delay:0,duration:.8,ease:[.55,0,.56,1],type:\"tween\"};const query=prequery=>prequery({from:{alias:\"bL7ZIMbfo\",data:ResourcesCategories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"bL7ZIMbfo\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"bL7ZIMbfo\",name:\"vWxVIj50G\",type:\"Identifier\"},{collection:\"bL7ZIMbfo\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"Fg5vCxOoF\",data:ResourcesCategories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"Fg5vCxOoF\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"Fg5vCxOoF\",name:\"vWxVIj50G\",type:\"Identifier\"},{collection:\"Fg5vCxOoF\",name:\"id\",type:\"Identifier\"}]});const query2=prequery=>prequery({from:{alias:\"z7sPA6YnQ\",data:ResourcesCategories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"z7sPA6YnQ\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"z7sPA6YnQ\",name:\"vWxVIj50G\",type:\"Identifier\"},{collection:\"z7sPA6YnQ\",name:\"id\",type:\"Identifier\"}]});const transition4={delay:.8,duration:.8,ease:[.55,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query3=prequery=>prequery({from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}]});const query4=prequery=>prequery({from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"IG2QqD9YM\"},type:\"BinaryOperation\"}});const query5=prequery=>prequery({from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"bTCd2KgTv\"},type:\"BinaryOperation\"}});const query6=prequery=>prequery({from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"SsLupwwwf\"},type:\"BinaryOperation\"}});const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const query7=prequery=>prequery({from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}]});const query8=prequery=>prequery({from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"IG2QqD9YM\"},type:\"BinaryOperation\"}});const query9=prequery=>prequery({from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"bTCd2KgTv\"},type:\"BinaryOperation\"}});const query10=prequery=>prequery({from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"SsLupwwwf\"},type:\"BinaryOperation\"}});const query11=prequery=>prequery({from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:3},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}]});const query12=(prequery,{Cq6tvKrFw,yqtwfSyn4})=>prequery({from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:3},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:Cq6tvKrFw},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yqtwfSyn4},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const QueryData1=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"BVLBThNcx\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - All\":\"kdWUVJpu6\",\"Desktop - Category 1\":\"vcKDyFwGk\",\"Desktop - Category 2\":\"jkcCo4mT0\",\"Desktop - Category 3\":\"QYPUKsBiq\",\"Desktop - Resource detail\":\"RmfMzrlHr\",\"Desktop - Short\":\"jItUhBRsH\",\"Mobile - All\":\"k5elfPomi\",\"Mobile - Category 1\":\"bOBOlztVY\",\"Mobile - Category 2\":\"Da0TnmSBb\",\"Mobile - Category 3\":\"IHRCQ1htT\",\"Mobile - Resource detail\":\"Enr3lQ6bG\",\"Mobile - Short\":\"OsKv21euB\",\"Tablet - All\":\"M5sdHlCKB\",\"Tablet - Category 1\":\"uxOCbolO3\",\"Tablet - Category 2\":\"aesLcQLis\",\"Tablet - Category 3\":\"i8RUxF8Td\"};const getProps=({background,category,height,id,padding,title,width,...props})=>{return{...props,Cq6tvKrFw:title??props.Cq6tvKrFw,KUmVVkQt9:background??props.KUmVVkQt9??\"rgba(247, 243, 232, 0)\",Sz32XxaGZ:padding??props.Sz32XxaGZ??\"40px 40px 40px 40px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"kdWUVJpu6\",yqtwfSyn4:category??props.yqtwfSyn4};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,KUmVVkQt9,Sz32XxaGZ,Cq6tvKrFw,yqtwfSyn4,GpC2yw2ZFbL7ZIMbfo,vWxVIj50GbL7ZIMbfo,idbL7ZIMbfo,GpC2yw2ZFFg5vCxOoF,vWxVIj50GFg5vCxOoF,idFg5vCxOoF,GpC2yw2ZFz7sPA6YnQ,vWxVIj50Gz7sPA6YnQ,idz7sPA6YnQ,twf0j7c4fxj94cmwNn,EGVkctQkOxj94cmwNn,lWqfCe_F8xj94cmwNn,seeKFXiBpxj94cmwNn,QOrqf8VYa_GpC2yw2ZFxj94cmwNn,vxF7rt0WSxj94cmwNn,gECvxQbauxj94cmwNn,dx50qyO7oxj94cmwNn,idxj94cmwNn,twf0j7c4fBVLBThNcx,dx50qyO7oBVLBThNcx,lWqfCe_F8BVLBThNcx,seeKFXiBpBVLBThNcx,QOrqf8VYa_GpC2yw2ZFBVLBThNcx,vxF7rt0WSBVLBThNcx,gECvxQbauBVLBThNcx,idBVLBThNcx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kdWUVJpu6\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const DGXHJstWT51eiu4=activeVariantCallback(async(...args)=>{setVariant(\"kdWUVJpu6\");});const DGXHJstWTuhluk7=activeVariantCallback(async(...args)=>{setVariant(\"k5elfPomi\");});const DGXHJstWTj2lpr6=activeVariantCallback(async(...args)=>{setVariant(\"M5sdHlCKB\");});const DGXHJstWT3edtzq=activeVariantCallback(async(...args)=>{setVariant(\"vcKDyFwGk\");});const DGXHJstWT1r2v9t9=activeVariantCallback(async(...args)=>{setVariant(\"bOBOlztVY\");});const DGXHJstWTlq6q5r=activeVariantCallback(async(...args)=>{setVariant(\"uxOCbolO3\");});const DGXHJstWTvrotl6=activeVariantCallback(async(...args)=>{setVariant(\"jkcCo4mT0\");});const DGXHJstWTfjjva5=activeVariantCallback(async(...args)=>{setVariant(\"Da0TnmSBb\");});const DGXHJstWT1ijaf1w=activeVariantCallback(async(...args)=>{setVariant(\"aesLcQLis\");});const DGXHJstWT1n2s0gp=activeVariantCallback(async(...args)=>{setVariant(\"QYPUKsBiq\");});const DGXHJstWT182enp7=activeVariantCallback(async(...args)=>{setVariant(\"IHRCQ1htT\");});const DGXHJstWTqzj6lm=activeVariantCallback(async(...args)=>{setVariant(\"i8RUxF8Td\");});const X0XZSHBT41b86s49=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{loadMore();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"jItUhBRsH\",\"OsKv21euB\",\"RmfMzrlHr\",\"Enr3lQ6bG\"].includes(baseVariant))return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-lc3gt7\",className,classNames),\"data-framer-name\":\"Desktop - All\",layoutDependency:layoutDependency,layoutId:\"kdWUVJpu6\",ref:refBinding,style:{backgroundColor:KUmVVkQt9,...style},...addPropertyOverrides({aesLcQLis:{\"data-framer-name\":\"Tablet - Category 2\"},bOBOlztVY:{\"data-framer-name\":\"Mobile - Category 1\"},Da0TnmSBb:{\"data-framer-name\":\"Mobile - Category 2\"},Enr3lQ6bG:{\"data-framer-name\":\"Mobile - Resource detail\"},i8RUxF8Td:{\"data-framer-name\":\"Tablet - Category 3\"},IHRCQ1htT:{\"data-framer-name\":\"Mobile - Category 3\"},jItUhBRsH:{\"data-framer-name\":\"Desktop - Short\"},jkcCo4mT0:{\"data-framer-name\":\"Desktop - Category 2\"},k5elfPomi:{\"data-framer-name\":\"Mobile - All\"},M5sdHlCKB:{\"data-framer-name\":\"Tablet - All\"},OsKv21euB:{\"data-framer-name\":\"Mobile - Short\"},QYPUKsBiq:{\"data-framer-name\":\"Desktop - Category 3\"},RmfMzrlHr:{\"data-framer-name\":\"Desktop - Resource detail\"},uxOCbolO3:{\"data-framer-name\":\"Tablet - Category 1\"},vcKDyFwGk:{\"data-framer-name\":\"Desktop - Category 1\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-14dhg0n\",\"data-framer-name\":\"Filter\",layoutDependency:layoutDependency,layoutId:\"IjxmIl3or\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-icqz43-container\",layoutDependency:layoutDependency,layoutId:\"ueF6iThJ6-container\",nodeId:\"ueF6iThJ6\",rendersWithMotion:true,scopeId:\"aMeEtxDpJ\",children:/*#__PURE__*/_jsx(BlogFilterItem,{DGXHJstWT:DGXHJstWT51eiu4,e8MV0HXq7:\"All\",height:\"100%\",id:\"ueF6iThJ6\",layoutId:\"ueF6iThJ6\",variant:\"CjJGFywyc\",width:\"100%\",...addPropertyOverrides({aesLcQLis:{DGXHJstWT:DGXHJstWTj2lpr6,variant:\"WPTeFbnFS\"},bOBOlztVY:{DGXHJstWT:DGXHJstWTuhluk7,variant:\"WPTeFbnFS\"},Da0TnmSBb:{DGXHJstWT:DGXHJstWTuhluk7,variant:\"WPTeFbnFS\"},i8RUxF8Td:{DGXHJstWT:DGXHJstWTj2lpr6,variant:\"WPTeFbnFS\"},IHRCQ1htT:{DGXHJstWT:DGXHJstWTuhluk7,variant:\"WPTeFbnFS\"},jkcCo4mT0:{variant:\"WPTeFbnFS\"},k5elfPomi:{DGXHJstWT:undefined},M5sdHlCKB:{DGXHJstWT:undefined},QYPUKsBiq:{variant:\"WPTeFbnFS\"},uxOCbolO3:{DGXHJstWT:DGXHJstWTj2lpr6,variant:\"WPTeFbnFS\"},vcKDyFwGk:{variant:\"WPTeFbnFS\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-wotgwa\",\"data-framer-name\":\"Category 1\",layoutDependency:layoutDependency,layoutId:\"bL7ZIMbfo\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"bL7ZIMbfo\",data:ResourcesCategories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"bL7ZIMbfo\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"bL7ZIMbfo\",name:\"vWxVIj50G\",type:\"Identifier\"},{collection:\"bL7ZIMbfo\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({GpC2yw2ZF:GpC2yw2ZFbL7ZIMbfo,id:idbL7ZIMbfo,vWxVIj50G:vWxVIj50GbL7ZIMbfo},index)=>{GpC2yw2ZFbL7ZIMbfo??=\"\";vWxVIj50GbL7ZIMbfo??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`bL7ZIMbfo-${idbL7ZIMbfo}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{vWxVIj50G:vWxVIj50GbL7ZIMbfo},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ku0yz2\",layoutDependency:layoutDependency,layoutId:\"YMynlX7vp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mfkxqd-container\",layoutDependency:layoutDependency,layoutId:\"Yd7DuB0ou-container\",nodeId:\"Yd7DuB0ou\",rendersWithMotion:true,scopeId:\"aMeEtxDpJ\",children:/*#__PURE__*/_jsx(BlogFilterItem,{DGXHJstWT:DGXHJstWT3edtzq,e8MV0HXq7:GpC2yw2ZFbL7ZIMbfo,height:\"100%\",id:\"Yd7DuB0ou\",layoutId:\"Yd7DuB0ou\",variant:\"WPTeFbnFS\",width:\"100%\",...addPropertyOverrides({aesLcQLis:{DGXHJstWT:DGXHJstWTlq6q5r},bOBOlztVY:{DGXHJstWT:undefined,variant:\"CjJGFywyc\"},Da0TnmSBb:{DGXHJstWT:DGXHJstWT1r2v9t9},i8RUxF8Td:{DGXHJstWT:DGXHJstWTlq6q5r},IHRCQ1htT:{DGXHJstWT:DGXHJstWT1r2v9t9},k5elfPomi:{DGXHJstWT:DGXHJstWT1r2v9t9},M5sdHlCKB:{DGXHJstWT:DGXHJstWTlq6q5r},uxOCbolO3:{DGXHJstWT:undefined,variant:\"CjJGFywyc\"},vcKDyFwGk:{variant:\"CjJGFywyc\"}},baseVariant,gestureVariant)})})})})})},idbL7ZIMbfo);})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-dv7usu\",\"data-framer-name\":\"Category 2\",layoutDependency:layoutDependency,layoutId:\"Fg5vCxOoF\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Fg5vCxOoF\",data:ResourcesCategories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"Fg5vCxOoF\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"Fg5vCxOoF\",name:\"vWxVIj50G\",type:\"Identifier\"},{collection:\"Fg5vCxOoF\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({GpC2yw2ZF:GpC2yw2ZFFg5vCxOoF,id:idFg5vCxOoF,vWxVIj50G:vWxVIj50GFg5vCxOoF},index1)=>{GpC2yw2ZFFg5vCxOoF??=\"\";vWxVIj50GFg5vCxOoF??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Fg5vCxOoF-${idFg5vCxOoF}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{vWxVIj50G:vWxVIj50GFg5vCxOoF},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f0bvag\",layoutDependency:layoutDependency,layoutId:\"XRjoGm_5x\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vkbw62-container\",layoutDependency:layoutDependency,layoutId:\"ppHCRWeX2-container\",nodeId:\"ppHCRWeX2\",rendersWithMotion:true,scopeId:\"aMeEtxDpJ\",children:/*#__PURE__*/_jsx(BlogFilterItem,{DGXHJstWT:DGXHJstWTvrotl6,e8MV0HXq7:GpC2yw2ZFFg5vCxOoF,height:\"100%\",id:\"ppHCRWeX2\",layoutId:\"ppHCRWeX2\",variant:\"WPTeFbnFS\",width:\"100%\",...addPropertyOverrides({aesLcQLis:{DGXHJstWT:undefined,variant:\"CjJGFywyc\"},bOBOlztVY:{DGXHJstWT:DGXHJstWTfjjva5},Da0TnmSBb:{DGXHJstWT:undefined,variant:\"CjJGFywyc\"},i8RUxF8Td:{DGXHJstWT:DGXHJstWT1ijaf1w},IHRCQ1htT:{DGXHJstWT:DGXHJstWTfjjva5},jkcCo4mT0:{DGXHJstWT:undefined,variant:\"CjJGFywyc\"},k5elfPomi:{DGXHJstWT:DGXHJstWTfjjva5},M5sdHlCKB:{DGXHJstWT:DGXHJstWT1ijaf1w},uxOCbolO3:{DGXHJstWT:DGXHJstWT1ijaf1w}},baseVariant,gestureVariant)})})})})})},idFg5vCxOoF);})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-a30gq5\",\"data-framer-name\":\"Category 3\",layoutDependency:layoutDependency,layoutId:\"z7sPA6YnQ\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"z7sPA6YnQ\",data:ResourcesCategories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"z7sPA6YnQ\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"z7sPA6YnQ\",name:\"vWxVIj50G\",type:\"Identifier\"},{collection:\"z7sPA6YnQ\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({GpC2yw2ZF:GpC2yw2ZFz7sPA6YnQ,id:idz7sPA6YnQ,vWxVIj50G:vWxVIj50Gz7sPA6YnQ},index2)=>{GpC2yw2ZFz7sPA6YnQ??=\"\";vWxVIj50Gz7sPA6YnQ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`z7sPA6YnQ-${idz7sPA6YnQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{vWxVIj50G:vWxVIj50Gz7sPA6YnQ},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o3xx2p\",layoutDependency:layoutDependency,layoutId:\"lg6KPy7aO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fbukj3-container\",layoutDependency:layoutDependency,layoutId:\"BrJQIuKUw-container\",nodeId:\"BrJQIuKUw\",rendersWithMotion:true,scopeId:\"aMeEtxDpJ\",children:/*#__PURE__*/_jsx(BlogFilterItem,{DGXHJstWT:DGXHJstWT1n2s0gp,e8MV0HXq7:GpC2yw2ZFz7sPA6YnQ,height:\"100%\",id:\"BrJQIuKUw\",layoutId:\"BrJQIuKUw\",variant:\"WPTeFbnFS\",width:\"100%\",...addPropertyOverrides({aesLcQLis:{DGXHJstWT:DGXHJstWTqzj6lm},bOBOlztVY:{DGXHJstWT:DGXHJstWT182enp7},Da0TnmSBb:{DGXHJstWT:DGXHJstWT182enp7},i8RUxF8Td:{DGXHJstWT:undefined,variant:\"CjJGFywyc\"},IHRCQ1htT:{DGXHJstWT:undefined,variant:\"CjJGFywyc\"},k5elfPomi:{DGXHJstWT:DGXHJstWT182enp7},M5sdHlCKB:{DGXHJstWT:DGXHJstWT1ijaf1w},QYPUKsBiq:{DGXHJstWT:undefined,variant:\"CjJGFywyc\"},uxOCbolO3:{DGXHJstWT:DGXHJstWTqzj6lm}},baseVariant,gestureVariant)})})})})})},idz7sPA6YnQ);})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-h4u2c5\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"FcLV6ktho\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r6uzd5\",layoutDependency:layoutDependency,layoutId:\"xj94cmwNn\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}]},...addPropertyOverrides({aesLcQLis:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"bTCd2KgTv\"},type:\"BinaryOperation\"}}},bOBOlztVY:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"IG2QqD9YM\"},type:\"BinaryOperation\"}}},Da0TnmSBb:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"bTCd2KgTv\"},type:\"BinaryOperation\"}}},i8RUxF8Td:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"SsLupwwwf\"},type:\"BinaryOperation\"}}},IHRCQ1htT:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"SsLupwwwf\"},type:\"BinaryOperation\"}}},jkcCo4mT0:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"bTCd2KgTv\"},type:\"BinaryOperation\"}}},QYPUKsBiq:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"SsLupwwwf\"},type:\"BinaryOperation\"}}},uxOCbolO3:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"IG2QqD9YM\"},type:\"BinaryOperation\"}}},vcKDyFwGk:{query:{from:{constraint:{left:{collection:\"xj94cmwNn\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xj94cmwNn\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"xj94cmwNn\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"xj94cmwNn\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"EGVkctQkO\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"xj94cmwNn\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"IG2QqD9YM\"},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({\"QOrqf8VYa.GpC2yw2ZF\":QOrqf8VYa_GpC2yw2ZFxj94cmwNn,dx50qyO7o:dx50qyO7oxj94cmwNn,EGVkctQkO:EGVkctQkOxj94cmwNn,gECvxQbau:gECvxQbauxj94cmwNn,id:idxj94cmwNn,lWqfCe_F8:lWqfCe_F8xj94cmwNn,seeKFXiBp:seeKFXiBpxj94cmwNn,twf0j7c4f:twf0j7c4fxj94cmwNn,vxF7rt0WS:vxF7rt0WSxj94cmwNn},index3)=>{twf0j7c4fxj94cmwNn??=\"\";lWqfCe_F8xj94cmwNn??=\"\";QOrqf8VYa_GpC2yw2ZFxj94cmwNn??=\"\";vxF7rt0WSxj94cmwNn??=true;gECvxQbauxj94cmwNn??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`xj94cmwNn-${idxj94cmwNn}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{twf0j7c4f:twf0j7c4fxj94cmwNn},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauxj94cmwNn,implicitPathVariables:{twf0j7c4f:twf0j7c4fxj94cmwNn}}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:765,width:`max(${componentViewport?.width||\"100vw\"} - 80px, 1px)`,...addPropertyOverrides({aesLcQLis:{height:900},bOBOlztVY:{height:584,width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`},Da0TnmSBb:{height:584,width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`},i8RUxF8Td:{height:900},IHRCQ1htT:{height:584,width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`},k5elfPomi:{height:584,width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`},M5sdHlCKB:{height:900},uxOCbolO3:{height:900}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bt2avd-container\",layoutDependency:layoutDependency,layoutId:\"BWgZXwCb1-container\",nodeId:\"BWgZXwCb1\",rendersWithMotion:true,scopeId:\"aMeEtxDpJ\",children:/*#__PURE__*/_jsx(BlogElement,{cr0ldovre:resolvedLinks[0],dvxRgHSwR:toResponsiveImage(EGVkctQkOxj94cmwNn),f3apn0GfK:vxF7rt0WSxj94cmwNn,h0DQT7o8t:resolvedLinks[1],height:\"100%\",id:\"BWgZXwCb1\",layoutId:\"BWgZXwCb1\",n2NzjAbq3:lWqfCe_F8xj94cmwNn,style:{height:\"100%\",width:\"100%\"},tzmG2Gqmr:QOrqf8VYa_GpC2yw2ZFxj94cmwNn,variant:\"xYjFwyvUA\",width:\"100%\",x6rG5LqE2:seeKFXiBpxj94cmwNn,...addPropertyOverrides({aesLcQLis:{cr0ldovre:resolvedLinks[20],dvxRgHSwR:toResponsiveImage(dx50qyO7oxj94cmwNn),h0DQT7o8t:resolvedLinks[21],variant:\"jjJ7alKkF\"},bOBOlztVY:{cr0ldovre:resolvedLinks[10],dvxRgHSwR:toResponsiveImage(dx50qyO7oxj94cmwNn),h0DQT7o8t:resolvedLinks[11],style:{width:\"100%\"},variant:\"jjJ7alKkF\"},Da0TnmSBb:{cr0ldovre:resolvedLinks[12],dvxRgHSwR:toResponsiveImage(dx50qyO7oxj94cmwNn),h0DQT7o8t:resolvedLinks[13],style:{width:\"100%\"},variant:\"jjJ7alKkF\"},i8RUxF8Td:{cr0ldovre:resolvedLinks[22],dvxRgHSwR:toResponsiveImage(dx50qyO7oxj94cmwNn),h0DQT7o8t:resolvedLinks[23],variant:\"jjJ7alKkF\"},IHRCQ1htT:{cr0ldovre:resolvedLinks[14],dvxRgHSwR:toResponsiveImage(dx50qyO7oxj94cmwNn),h0DQT7o8t:resolvedLinks[15],style:{width:\"100%\"},variant:\"jjJ7alKkF\"},jkcCo4mT0:{cr0ldovre:resolvedLinks[4],h0DQT7o8t:resolvedLinks[5]},k5elfPomi:{cr0ldovre:resolvedLinks[8],dvxRgHSwR:toResponsiveImage(dx50qyO7oxj94cmwNn),h0DQT7o8t:resolvedLinks[9],style:{width:\"100%\"},variant:\"jjJ7alKkF\"},M5sdHlCKB:{cr0ldovre:resolvedLinks[16],dvxRgHSwR:toResponsiveImage(dx50qyO7oxj94cmwNn),h0DQT7o8t:resolvedLinks[17],variant:\"jjJ7alKkF\"},QYPUKsBiq:{cr0ldovre:resolvedLinks[6],h0DQT7o8t:resolvedLinks[7]},uxOCbolO3:{cr0ldovre:resolvedLinks[18],dvxRgHSwR:toResponsiveImage(dx50qyO7oxj94cmwNn),h0DQT7o8t:resolvedLinks[19],variant:\"jjJ7alKkF\"},vcKDyFwGk:{cr0ldovre:resolvedLinks[2],h0DQT7o8t:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})})},idxj94cmwNn);})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1eai11c\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"hxi3oHPGN\",style:{\"--1xqhusd\":numberToPixelString(Sz32XxaGZ)},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b207a6\",layoutDependency:layoutDependency,layoutId:\"BVLBThNcx\",...addPropertyOverrides({Enr3lQ6bG:{transformTemplate:transformTemplate1},OsKv21euB:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData1,{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}]},...addPropertyOverrides({aesLcQLis:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"bTCd2KgTv\"},type:\"BinaryOperation\"}}},bOBOlztVY:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"IG2QqD9YM\"},type:\"BinaryOperation\"}}},Da0TnmSBb:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"bTCd2KgTv\"},type:\"BinaryOperation\"}}},Enr3lQ6bG:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:3},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:Cq6tvKrFw},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yqtwfSyn4},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},i8RUxF8Td:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"SsLupwwwf\"},type:\"BinaryOperation\"}}},IHRCQ1htT:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"SsLupwwwf\"},type:\"BinaryOperation\"}}},jItUhBRsH:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:3},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}]}},jkcCo4mT0:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"bTCd2KgTv\"},type:\"BinaryOperation\"}}},OsKv21euB:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:3},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}]}},QYPUKsBiq:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"SsLupwwwf\"},type:\"BinaryOperation\"}}},RmfMzrlHr:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:3},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:Cq6tvKrFw},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:yqtwfSyn4},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},uxOCbolO3:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"IG2QqD9YM\"},type:\"BinaryOperation\"}}},vcKDyFwGk:{pageSize:9,query:{from:{constraint:{left:{collection:\"BVLBThNcx\",name:\"QOrqf8VYa\",type:\"Identifier\"},operator:\"==\",right:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BVLBThNcx\",data:Resources,type:\"Collection\"},right:{alias:\"QOrqf8VYa\",data:ResourcesCategories,type:\"Collection\"},type:\"LeftJoin\"},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"BVLBThNcx\",direction:\"desc\",name:\"seeKFXiBp\",type:\"Identifier\"}],select:[{collection:\"BVLBThNcx\",name:\"twf0j7c4f\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"dx50qyO7o\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"lWqfCe_F8\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"seeKFXiBp\",type:\"Identifier\"},{alias:\"QOrqf8VYa.GpC2yw2ZF\",collection:\"QOrqf8VYa\",name:\"GpC2yw2ZF\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"vxF7rt0WS\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"gECvxQbau\",type:\"Identifier\"},{collection:\"BVLBThNcx\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QOrqf8VYa\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"IG2QqD9YM\"},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection4?.map(({\"QOrqf8VYa.GpC2yw2ZF\":QOrqf8VYa_GpC2yw2ZFBVLBThNcx,dx50qyO7o:dx50qyO7oBVLBThNcx,gECvxQbau:gECvxQbauBVLBThNcx,id:idBVLBThNcx,lWqfCe_F8:lWqfCe_F8BVLBThNcx,seeKFXiBp:seeKFXiBpBVLBThNcx,twf0j7c4f:twf0j7c4fBVLBThNcx,vxF7rt0WS:vxF7rt0WSBVLBThNcx},index4)=>{twf0j7c4fBVLBThNcx??=\"\";lWqfCe_F8BVLBThNcx??=\"\";QOrqf8VYa_GpC2yw2ZFBVLBThNcx??=\"\";vxF7rt0WSBVLBThNcx??=true;gECvxQbauBVLBThNcx??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`BVLBThNcx-${idBVLBThNcx}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{twf0j7c4f:twf0j7c4fBVLBThNcx},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}},{href:{pathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx},webPageId:\"aaxlF4uMZ\"},implicitPathVariables:undefined},{href:gECvxQbauBVLBThNcx,implicitPathVariables:{twf0j7c4f:twf0j7c4fBVLBThNcx}}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:584,width:`max((${componentViewport?.width||\"100vw\"} - 128px) / 3, 50px)`,...addPropertyOverrides({aesLcQLis:{width:`max((${componentViewport?.width||\"100vw\"} - 104px) / 2, 50px)`},bOBOlztVY:{width:`max(${componentViewport?.width||\"100vw\"} - 48px, 50px)`},Da0TnmSBb:{width:`max(${componentViewport?.width||\"100vw\"} - 48px, 50px)`},Enr3lQ6bG:{height:440,width:\"327px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||488)-0-665)/2+0+0)+113+0},i8RUxF8Td:{width:`max((${componentViewport?.width||\"100vw\"} - 104px) / 2, 50px)`},IHRCQ1htT:{width:`max(${componentViewport?.width||\"100vw\"} - 48px, 50px)`},jItUhBRsH:{width:`max(((${componentViewport?.width||\"100vw\"} - ${Sz32XxaGZ*2}px) - 48px) / 3, 50px)`},k5elfPomi:{width:`max(${componentViewport?.width||\"100vw\"} - 48px, 50px)`},M5sdHlCKB:{width:`max((${componentViewport?.width||\"100vw\"} - 104px) / 2, 50px)`},OsKv21euB:{height:440,width:\"327px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||488)-0-665)/2+0+0)+113+0},RmfMzrlHr:{width:`max(((${componentViewport?.width||\"100vw\"} - ${Sz32XxaGZ*2}px) - 48px) / 3, 50px)`},uxOCbolO3:{width:`max((${componentViewport?.width||\"100vw\"} - 104px) / 2, 50px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-12j821e-container\",layoutDependency:layoutDependency,layoutId:\"WLXqW_mtr-container\",nodeId:\"WLXqW_mtr\",rendersWithMotion:true,scopeId:\"aMeEtxDpJ\",children:/*#__PURE__*/_jsx(BlogElement,{cr0ldovre:resolvedLinks1[0],dvxRgHSwR:toResponsiveImage(dx50qyO7oBVLBThNcx),f3apn0GfK:vxF7rt0WSBVLBThNcx,h0DQT7o8t:resolvedLinks1[1],height:\"100%\",id:\"WLXqW_mtr\",layoutId:\"WLXqW_mtr\",n2NzjAbq3:lWqfCe_F8BVLBThNcx,style:{width:\"100%\"},tzmG2Gqmr:QOrqf8VYa_GpC2yw2ZFBVLBThNcx,variant:\"xYjFwyvUA\",width:\"100%\",x6rG5LqE2:seeKFXiBpBVLBThNcx,...addPropertyOverrides({aesLcQLis:{cr0ldovre:resolvedLinks1[20],h0DQT7o8t:resolvedLinks1[21],variant:\"jjJ7alKkF\"},bOBOlztVY:{cr0ldovre:resolvedLinks1[10],h0DQT7o8t:resolvedLinks1[11],variant:\"jjJ7alKkF\"},Da0TnmSBb:{cr0ldovre:resolvedLinks1[12],h0DQT7o8t:resolvedLinks1[13],variant:\"jjJ7alKkF\"},Enr3lQ6bG:{cr0ldovre:resolvedLinks1[30],h0DQT7o8t:resolvedLinks1[31],style:{height:\"100%\",width:\"100%\"},variant:\"jjJ7alKkF\"},i8RUxF8Td:{cr0ldovre:resolvedLinks1[22],h0DQT7o8t:resolvedLinks1[23],variant:\"jjJ7alKkF\"},IHRCQ1htT:{cr0ldovre:resolvedLinks1[14],h0DQT7o8t:resolvedLinks1[15],variant:\"jjJ7alKkF\"},jItUhBRsH:{cr0ldovre:resolvedLinks1[24],h0DQT7o8t:resolvedLinks1[25]},jkcCo4mT0:{cr0ldovre:resolvedLinks1[4],h0DQT7o8t:resolvedLinks1[5]},k5elfPomi:{cr0ldovre:resolvedLinks1[8],h0DQT7o8t:resolvedLinks1[9],variant:\"jjJ7alKkF\"},M5sdHlCKB:{cr0ldovre:resolvedLinks1[16],h0DQT7o8t:resolvedLinks1[17],variant:\"jjJ7alKkF\"},OsKv21euB:{cr0ldovre:resolvedLinks1[26],h0DQT7o8t:resolvedLinks1[27],style:{height:\"100%\",width:\"100%\"},variant:\"jjJ7alKkF\"},QYPUKsBiq:{cr0ldovre:resolvedLinks1[6],h0DQT7o8t:resolvedLinks1[7]},RmfMzrlHr:{cr0ldovre:resolvedLinks1[28],h0DQT7o8t:resolvedLinks1[29]},uxOCbolO3:{cr0ldovre:resolvedLinks1[18],h0DQT7o8t:resolvedLinks1[19],variant:\"jjJ7alKkF\"},vcKDyFwGk:{cr0ldovre:resolvedLinks1[2],h0DQT7o8t:resolvedLinks1[3]}},baseVariant,gestureVariant)})})})})})},idBVLBThNcx);}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cdvp3b\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"vmusstDqn\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dwtkjz-container\",layoutDependency:layoutDependency,layoutId:\"anVpJSgOx-container\",nodeId:\"anVpJSgOx\",rendersWithMotion:true,scopeId:\"aMeEtxDpJ\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"anVpJSgOx\",layoutId:\"anVpJSgOx\",P2Fp_jRbV:\"Load More\",ugpiRKfbk:\"VvAuEZiJH\",width:\"100%\",X0XZSHBT4:X0XZSHBT41b86s49({loadMore:loadMore4})})})})})]})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jH5Mm.framer-1um8xqo, .framer-jH5Mm .framer-1um8xqo { display: block; }\",\".framer-jH5Mm.framer-lc3gt7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-jH5Mm .framer-14dhg0n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-jH5Mm .framer-icqz43-container, .framer-jH5Mm .framer-mfkxqd-container, .framer-jH5Mm .framer-1vkbw62-container, .framer-jH5Mm .framer-1fbukj3-container, .framer-jH5Mm .framer-dwtkjz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jH5Mm .framer-wotgwa, .framer-jH5Mm .framer-dv7usu, .framer-jH5Mm .framer-a30gq5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-jH5Mm .framer-ku0yz2, .framer-jH5Mm .framer-f0bvag, .framer-jH5Mm .framer-1o3xx2p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-jH5Mm .framer-h4u2c5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-jH5Mm .framer-r6uzd5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-jH5Mm .framer-1bt2avd-container { flex: 1 0 0px; height: 765px; position: relative; width: 1px; }\",\".framer-jH5Mm .framer-1eai11c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 40px 40px 120px 40px; position: relative; width: 100%; }\",\".framer-jH5Mm .framer-b207a6 { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-jH5Mm .framer-12j821e-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-jH5Mm .framer-1cdvp3b { align-content: center; align-items: center; bottom: -88px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; width: 100%; z-index: 1; }\",\".framer-jH5Mm.framer-v-1d0kgf5.framer-lc3gt7, .framer-jH5Mm.framer-v-1hodh7q.framer-lc3gt7, .framer-jH5Mm.framer-v-lbzdzs.framer-lc3gt7, .framer-jH5Mm.framer-v-klh4rn.framer-lc3gt7 { width: 390px; }\",\".framer-jH5Mm.framer-v-1d0kgf5 .framer-14dhg0n, .framer-jH5Mm.framer-v-1hodh7q .framer-14dhg0n, .framer-jH5Mm.framer-v-lbzdzs .framer-14dhg0n, .framer-jH5Mm.framer-v-klh4rn .framer-14dhg0n { flex-wrap: wrap; padding: 24px; }\",\".framer-jH5Mm.framer-v-1d0kgf5 .framer-h4u2c5, .framer-jH5Mm.framer-v-1hodh7q .framer-h4u2c5, .framer-jH5Mm.framer-v-lbzdzs .framer-h4u2c5, .framer-jH5Mm.framer-v-klh4rn .framer-h4u2c5 { padding: 24px 24px 0px 24px; }\",\".framer-jH5Mm.framer-v-1d0kgf5 .framer-1bt2avd-container, .framer-jH5Mm.framer-v-1hodh7q .framer-1bt2avd-container, .framer-jH5Mm.framer-v-lbzdzs .framer-1bt2avd-container, .framer-jH5Mm.framer-v-klh4rn .framer-1bt2avd-container { height: auto; }\",\".framer-jH5Mm.framer-v-1d0kgf5 .framer-1eai11c, .framer-jH5Mm.framer-v-1hodh7q .framer-1eai11c, .framer-jH5Mm.framer-v-lbzdzs .framer-1eai11c, .framer-jH5Mm.framer-v-klh4rn .framer-1eai11c { padding: 24px 24px 92px 24px; }\",\".framer-jH5Mm.framer-v-1d0kgf5 .framer-b207a6, .framer-jH5Mm.framer-v-1hodh7q .framer-b207a6, .framer-jH5Mm.framer-v-lbzdzs .framer-b207a6, .framer-jH5Mm.framer-v-klh4rn .framer-b207a6 { gap: 12px 12px; grid-template-columns: repeat(1, minmax(50px, 1fr)); }\",\".framer-jH5Mm.framer-v-1d0kgf5 .framer-1cdvp3b, .framer-jH5Mm.framer-v-1hodh7q .framer-1cdvp3b, .framer-jH5Mm.framer-v-lbzdzs .framer-1cdvp3b, .framer-jH5Mm.framer-v-klh4rn .framer-1cdvp3b { bottom: -68px; }\",\".framer-jH5Mm.framer-v-e2g7p3.framer-lc3gt7, .framer-jH5Mm.framer-v-1ol2ktj.framer-lc3gt7, .framer-jH5Mm.framer-v-ehmrim.framer-lc3gt7, .framer-jH5Mm.framer-v-cja92r.framer-lc3gt7 { width: 810px; }\",\".framer-jH5Mm.framer-v-e2g7p3 .framer-14dhg0n, .framer-jH5Mm.framer-v-1ol2ktj .framer-14dhg0n, .framer-jH5Mm.framer-v-ehmrim .framer-14dhg0n, .framer-jH5Mm.framer-v-cja92r .framer-14dhg0n { flex-wrap: wrap; padding: 24px 40px 24px 40px; }\",\".framer-jH5Mm.framer-v-e2g7p3 .framer-h4u2c5, .framer-jH5Mm.framer-v-1ol2ktj .framer-h4u2c5, .framer-jH5Mm.framer-v-ehmrim .framer-h4u2c5, .framer-jH5Mm.framer-v-cja92r .framer-h4u2c5 { padding: 24px 40px 0px 40px; }\",\".framer-jH5Mm.framer-v-e2g7p3 .framer-1bt2avd-container, .framer-jH5Mm.framer-v-1ol2ktj .framer-1bt2avd-container, .framer-jH5Mm.framer-v-ehmrim .framer-1bt2avd-container, .framer-jH5Mm.framer-v-cja92r .framer-1bt2avd-container { height: 900px; }\",\".framer-jH5Mm.framer-v-e2g7p3 .framer-1eai11c, .framer-jH5Mm.framer-v-1ol2ktj .framer-1eai11c, .framer-jH5Mm.framer-v-ehmrim .framer-1eai11c, .framer-jH5Mm.framer-v-cja92r .framer-1eai11c { padding: 24px 40px 120px 40px; }\",\".framer-jH5Mm.framer-v-e2g7p3 .framer-b207a6, .framer-jH5Mm.framer-v-1ol2ktj .framer-b207a6, .framer-jH5Mm.framer-v-ehmrim .framer-b207a6, .framer-jH5Mm.framer-v-cja92r .framer-b207a6 { grid-template-columns: repeat(2, minmax(50px, 1fr)); }\",\".framer-jH5Mm.framer-v-6fyfb8 .framer-1eai11c, .framer-jH5Mm.framer-v-y5rd6m .framer-1eai11c { padding: var(--1xqhusd); }\",\".framer-jH5Mm.framer-v-xgd5dv.framer-lc3gt7, .framer-jH5Mm.framer-v-1etbjgh.framer-lc3gt7 { height: 488px; width: 390px; }\",\".framer-jH5Mm.framer-v-xgd5dv .framer-1eai11c, .framer-jH5Mm.framer-v-1etbjgh .framer-1eai11c { display: block; height: 665px; overflow: auto; padding: unset; }\",\".framer-jH5Mm.framer-v-xgd5dv .framer-b207a6, .framer-jH5Mm.framer-v-1etbjgh .framer-b207a6 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: 440px; justify-content: flex-start; left: 24px; overflow: visible; padding: 0px 24px 0px 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-jH5Mm.framer-v-xgd5dv .framer-12j821e-container, .framer-jH5Mm.framer-v-1etbjgh .framer-12j821e-container { align-self: unset; height: 100%; order: 1; width: 327px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2843\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vcKDyFwGk\":{\"layout\":[\"fixed\",\"auto\"]},\"jkcCo4mT0\":{\"layout\":[\"fixed\",\"auto\"]},\"QYPUKsBiq\":{\"layout\":[\"fixed\",\"auto\"]},\"k5elfPomi\":{\"layout\":[\"fixed\",\"auto\"]},\"bOBOlztVY\":{\"layout\":[\"fixed\",\"auto\"]},\"Da0TnmSBb\":{\"layout\":[\"fixed\",\"auto\"]},\"IHRCQ1htT\":{\"layout\":[\"fixed\",\"auto\"]},\"M5sdHlCKB\":{\"layout\":[\"fixed\",\"auto\"]},\"uxOCbolO3\":{\"layout\":[\"fixed\",\"auto\"]},\"aesLcQLis\":{\"layout\":[\"fixed\",\"auto\"]},\"i8RUxF8Td\":{\"layout\":[\"fixed\",\"auto\"]},\"jItUhBRsH\":{\"layout\":[\"fixed\",\"auto\"]},\"OsKv21euB\":{\"layout\":[\"fixed\",\"fixed\"]},\"RmfMzrlHr\":{\"layout\":[\"fixed\",\"auto\"]},\"Enr3lQ6bG\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"KUmVVkQt9\":\"background\",\"Sz32XxaGZ\":\"padding\",\"Cq6tvKrFw\":\"title\",\"yqtwfSyn4\":\"category\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameraMeEtxDpJ=withCSS(Component,css,\"framer-jH5Mm\");export default FrameraMeEtxDpJ;FrameraMeEtxDpJ.displayName=\"Articles\";FrameraMeEtxDpJ.defaultProps={height:2843,width:1440};addPropertyControls(FrameraMeEtxDpJ,{variant:{options:[\"kdWUVJpu6\",\"vcKDyFwGk\",\"jkcCo4mT0\",\"QYPUKsBiq\",\"k5elfPomi\",\"bOBOlztVY\",\"Da0TnmSBb\",\"IHRCQ1htT\",\"M5sdHlCKB\",\"uxOCbolO3\",\"aesLcQLis\",\"i8RUxF8Td\",\"jItUhBRsH\",\"OsKv21euB\",\"RmfMzrlHr\",\"Enr3lQ6bG\"],optionTitles:[\"Desktop - All\",\"Desktop - Category 1\",\"Desktop - Category 2\",\"Desktop - Category 3\",\"Mobile - All\",\"Mobile - Category 1\",\"Mobile - Category 2\",\"Mobile - Category 3\",\"Tablet - All\",\"Tablet - Category 1\",\"Tablet - Category 2\",\"Tablet - Category 3\",\"Desktop - Short\",\"Mobile - Short\",\"Desktop - Resource detail\",\"Mobile - Resource detail\"],title:\"Variant\",type:ControlType.Enum},KUmVVkQt9:{defaultValue:\"rgba(247, 243, 232, 0)\",title:\"Background\",type:ControlType.Color},Sz32XxaGZ:{defaultValue:\"40px 40px 40px 40px\",title:\"Padding\",type:ControlType.Padding},Cq6tvKrFw:{defaultValue:\"\",description:\"\",title:\"Title\",type:ControlType.String},yqtwfSyn4:{dataIdentifier:\"local-module:collection/y9TjgIf0y:default\",description:\"\",title:\"Category\",type:ControlType.CollectionReference}});addFonts(FrameraMeEtxDpJ,[{explicitInter:true,fonts:[]},...BlogFilterItemFonts,...BlogElementFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraMeEtxDpJ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"2843\",\"framerVariables\":\"{\\\"KUmVVkQt9\\\":\\\"background\\\",\\\"Sz32XxaGZ\\\":\\\"padding\\\",\\\"Cq6tvKrFw\\\":\\\"title\\\",\\\"yqtwfSyn4\\\":\\\"category\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vcKDyFwGk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jkcCo4mT0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QYPUKsBiq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k5elfPomi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bOBOlztVY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Da0TnmSBb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IHRCQ1htT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M5sdHlCKB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uxOCbolO3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aesLcQLis\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i8RUxF8Td\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jItUhBRsH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OsKv21euB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RmfMzrlHr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Enr3lQ6bG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\"}},\"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", "p", "m", "window", "w", "I", "b", "k", "t", "L", "B", "E", "M", "N", "t", "A", "O", "e", "n", "i", "I", "r", "P", "ControlType", "b", "R", "q", "_", "s", "a", "o", "D", "j", "C", "J", "W", "$", "z", "G", "K", "H", "V", "X", "Q", "Y", "Z", "tt", "te", "tr", "tn", "ti", "ts", "ta", "to", "tu", "u", "l", "h", "c", "tl", "th", "tc", "tf", "tg", "td", "ty", "tp", "tv", "tw", "tI", "tb", "tU", "t", "e", "n", "tS", "tk", "tE", "i", "s", "a", "o", "u", "l", "h", "tL", "c", "r", "I", "tB", "tT", "e", "r", "n", "i", "t", "c", "tF", "tU", "y", "s", "O", "a", "o", "g", "tk", "I", "tN", "e", "resolveRichText", "t", "i", "e", "resolveRichTextDe", "t", "i", "e", "resolveRichTextFr", "t", "r", "y", "ControlType", "p", "QueryEngine", "s", "QueryCache", "m", "tN", "resolveRichText", "resolveRichTextFr", "resolveRichTextDe", "y9TjgIf0y_default", "addPropertyControls", "tagStyles", "Tag", "tag", "style", "p", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "e8MV0HXq7", "DGXHJstWT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapqahyga", "args", "scopingClassNames", "cx", "LayoutGroup", "RichText", "css", "FramerJT_fBRopc", "withCSS", "JT_fBRopc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TagFonts", "getFonts", "Tag", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "sharedDateFormatter", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "category", "height", "id", "image", "link", "link2", "title", "visible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "cr0ldovre", "dvxRgHSwR", "n2NzjAbq3", "x6rG5LqE2", "tzmG2Gqmr", "f3apn0GfK", "h0DQT7o8t", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "css", "FramerVu69FhkLV", "withCSS", "Vu69FhkLV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "BlogFilterItemFonts", "getFonts", "JT_fBRopc_default", "MotionDivWithFX", "withFX", "motion", "BlogElementFonts", "Vu69FhkLV_default", "SmartComponentScopedContainerWithFX", "SmartComponentScopedContainer", "ButtonFonts", "sQ05DXfoc_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition4", "toResponsiveImage", "value", "numberToPixelString", "value", "transformTemplate1", "_", "transformTemplate2", "QueryData1", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "category", "height", "id", "padding", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "KUmVVkQt9", "Sz32XxaGZ", "Cq6tvKrFw", "yqtwfSyn4", "GpC2yw2ZFbL7ZIMbfo", "vWxVIj50GbL7ZIMbfo", "idbL7ZIMbfo", "GpC2yw2ZFFg5vCxOoF", "vWxVIj50GFg5vCxOoF", "idFg5vCxOoF", "GpC2yw2ZFz7sPA6YnQ", "vWxVIj50Gz7sPA6YnQ", "idz7sPA6YnQ", "twf0j7c4fxj94cmwNn", "EGVkctQkOxj94cmwNn", "lWqfCe_F8xj94cmwNn", "seeKFXiBpxj94cmwNn", "QOrqf8VYa_GpC2yw2ZFxj94cmwNn", "vxF7rt0WSxj94cmwNn", "gECvxQbauxj94cmwNn", "dx50qyO7oxj94cmwNn", "idxj94cmwNn", "twf0j7c4fBVLBThNcx", "dx50qyO7oBVLBThNcx", "lWqfCe_F8BVLBThNcx", "seeKFXiBpBVLBThNcx", "QOrqf8VYa_GpC2yw2ZFBVLBThNcx", "vxF7rt0WSBVLBThNcx", "gECvxQbauBVLBThNcx", "idBVLBThNcx", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "DGXHJstWT51eiu4", "args", "DGXHJstWTuhluk7", "DGXHJstWTj2lpr6", "DGXHJstWT3edtzq", "DGXHJstWT1r2v9t9", "DGXHJstWTlq6q5r", "DGXHJstWTvrotl6", "DGXHJstWTfjjva5", "DGXHJstWT1ijaf1w", "DGXHJstWT1n2s0gp", "DGXHJstWT182enp7", "DGXHJstWTqzj6lm", "X0XZSHBT41b86s49", "overlay", "scopingClassNames", "cx", "serializationHash", "isDisplayed", "router", "useRouter", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "MotionDivWithFX", "transition2", "animation", "ComponentViewportProvider", "SmartComponentScopedContainer", "JT_fBRopc_default", "transition3", "ChildrenCanSuspend", "QueryData", "y9TjgIf0y_default", "collection", "l", "index", "PathVariablesContext", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "transition4", "CBJnggckp_default", "collection3", "paginationInfo3", "loadMore3", "index3", "ResolveLinks", "resolvedLinks", "Vu69FhkLV_default", "toResponsiveImage", "numberToPixelString", "transformTemplate1", "collection4", "paginationInfo4", "loadMore4", "index4", "resolvedLinks1", "SmartComponentScopedContainerWithFX", "transformTemplate2", "sQ05DXfoc_default", "css", "FrameraMeEtxDpJ", "withCSS", "aMeEtxDpJ_default", "addPropertyControls", "ControlType", "addFonts", "BlogFilterItemFonts", "BlogElementFonts", "ButtonFonts"]
}
