{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/2CcJhEanvh9oX5JHRkd8/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/7Vzkp1ORK9zU9dYiZ1fu/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/nrn5valPIfiaZFRgtVW3/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/6ViXEDlSyuNyc0Na4Rzv/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/IH6s9ASs8tTeXMp8PWOj/Cookies.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js", "ssg:https://framerusercontent.com/modules/lInfNW9zEGmda8e6czwV/RNHbgt1VubSVIpLNMr2m/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{isBrowser}from\"framer-motion\";export const DEFAULT_DOMAIN=\"https://www.googletagmanager.com\";export const DEFAULT_SCRIPT_NAME=\"gtm.js\";/**\n * Function to get and set dataLayer\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n */const getDataLayerSnippet=(dataLayer,dataLayerName=\"dataLayer\")=>`window['${dataLayerName}']=window['${dataLayerName}']||[];`+(dataLayer?`window['${dataLayerName}'].push(${JSON.stringify(dataLayer)});`:\"\")+`window['${dataLayerName}'].push({'gtm.start':new Date().getTime(),event:'gtm.js'})`;/**\n * Function to get the GTM script\n * @param dataLayerName - The name of the dataLayer\n * @param customDomain - Custom domain for gtm\n * @param customScriptName - Custom script file name for gtm\n * @param environment - The parameters to use a custom environment\n * @param id - The id of the container\n */const getGTMScript=(dataLayerName,id,environment,customDomain=DEFAULT_DOMAIN,customScriptName=DEFAULT_SCRIPT_NAME)=>{let params=\"\";if(environment){const{gtm_auth,gtm_preview}=environment;params=`&gtm_auth=${gtm_auth}&gtm_preview=${gtm_preview}&gtm_cookies_win=x`;}return`${customDomain}/${customScriptName}?id=${id}${dataLayerName===\"dataLayer\"?\"\":`&l=${dataLayerName}`}${params}`;};/**\n * Function to setup the Google Tag Manager\n * @param params - The snippets params\n */const setupGTM=params=>{const getDataLayerScript=()=>{const dataLayerScript=document.createElement(\"script\");if(params.nonce){dataLayerScript.setAttribute(\"nonce\",params.nonce);}dataLayerScript.innerHTML=getDataLayerSnippet(params.dataLayer,params.dataLayerName);return dataLayerScript;};const getScript=()=>{const script=document.createElement(\"script\");if(params.nonce){script.setAttribute(\"nonce\",params.nonce);}script.src=getGTMScript(params.dataLayerName,params.id,params.environment,params.customDomain,params.customScriptName);script.crossOrigin=\"anonymous\"// allows for more detailed INP collection\n;return script;};return{getDataLayerScript,getScript};};/**\n * Function to init the GTM\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n * @param environment - Specify the custom environment to use\n * @param nonce - Server-generated nonce\n * @param id - The ID of the GTM\n */export const initGTM=({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName})=>{const gtm=setupGTM({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName});const dataLayerScript=gtm.getDataLayerScript();const script=gtm.getScript();document.head.append(dataLayerScript,script);};export function sendToGTM(){if(isBrowser){window[\"dataLayer\"]=window[\"dataLayer\"]||[];window[\"dataLayer\"].push(arguments);}}\nexport const __FramerMetadata__ = {\"exports\":{\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./send.map", "import{isBrowser}from\"framer-motion\";import{useLayoutEffect}from\"react\";export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFlexboxValues(position){const positionParts=position.split(\"-\");let justifyContent,alignItems;switch(positionParts[0]){case\"top\":alignItems=\"flex-start\";break;case\"bottom\":alignItems=\"flex-end\";break;case\"center\":alignItems=\"center\";break;default:alignItems=\"initial\";break;}switch(positionParts[1]){case\"left\":justifyContent=\"flex-start\";break;case\"right\":justifyContent=\"flex-end\";break;case\"center\":justifyContent=\"center\";break;default:justifyContent=\"initial\";break;}return{justifyContent,alignItems};}export function getMultipleShadows(...shadows){const output=[];shadows.forEach(shadow=>{return shadow&&output.push(shadow);});return output.join(\", \");}export function getShadow(shadow){if(shadow){return`${shadow.shadowX}px ${shadow.shadowY}px ${shadow.shadowBlur}px ${shadow.shadowColor}`;}else return null;}export function safeJSONParse(jsonString,onError){try{return JSON.parse(jsonString);}catch{if(onError)onError();}}export const getCookie=(name,cookies)=>{cookies=cookies?cookies:isBrowser?document.cookie:\"\";var _cookies_match;const[,,cookie]=(_cookies_match=cookies.match(`(^|;) ?${name}=([^;]*)(;|$)`))!==null&&_cookies_match!==void 0?_cookies_match:[null,null,null];return cookie;};/**\n * Yields to main thread before continuing execution, which might allow the browser to paint.\n * If `options.priority` is 'user-blocking', it will asynchronously resolve in older browsers.\n * @param {object} options - see https://github.com/WICG/scheduling-apis/blob/main/explainers/yield-and-continuation.md\n * @see interactionResponse for guaranteeing execution after a paint\n */export function yieldToMain(options){if(\"scheduler\"in window){if(\"yield\"in scheduler)return scheduler.yield(options);if(\"postTask\"in scheduler)return scheduler.postTask(()=>{},options);}if((options===null||options===void 0?void 0:options.priority)===\"user-blocking\"){// `setTimeout` could suffer from being delayed for longer: https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial#the_problem_with_current_yielding_strategies\n// so for browsers not supporting yield, we guarantee execution for high priority actions, but this does not create space for a paint opportunity as trade-off.\nreturn Promise.resolve();}return new Promise(resolve=>{setTimeout(resolve);});}/**\n * Helper function for `yieldToMain`, which yields before calling `fn`.\n * @see yieldToMain\n */export async function yieldBeforeCb(fn,options){await yieldToMain(options);return fn();}/**\n * Similar to `yieldToMain`, but also waits for the next animation frame before yielding (with a fallback of 100ms if the animation frame never fires).\n * Compared to `yieldToMain`, it guarantees improved INP, but might make processing a little slower. Use only if necessary.\n * @see yieldToMain\n */export function interactionResponse(options){return new Promise(resolve=>{setTimeout(resolve,200)// Fallback for the case where the animation frame never fires.\n;requestAnimationFrame(()=>{void yieldBeforeCb(resolve,options);});});}/**\n * Runs `fn` after the next paint. Similar to `useEffect`, but *guarantees* that the function is run after the next paint.\n * @important Does not support a cleanup fn.\n * @see https://thoughtspile.github.io/2021/11/15/unintentional-layout-effect/\n */export function useAfterPaintEffect(fn,deps,options){useLayoutEffect(()=>{const runAfterPaint=async()=>{await interactionResponse(options);fn();};void runAfterPaint();// eslint-disable-next-line react-hooks/exhaustive-deps -- deps are passed in\n},deps);}\nexport const __FramerMetadata__ = {\"exports\":{\"useAfterPaintEffect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookie\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeJSONParse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFlexboxValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldBeforeCb\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getShadow\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMultipleShadows\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FlexboxPosition\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldToMain\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"interactionResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{useIsOnFramerCanvas}from\"framer\";import{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/2CcJhEanvh9oX5JHRkd8/send.js\";import{safeJSONParse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";function toGTMConsent(consent){return{functionality_storage:consent.necessary?\"granted\":\"denied\",security_storage:consent.necessary?\"granted\":\"denied\",ad_storage:consent.marketing?\"granted\":\"denied\",ad_user_data:consent.marketing?\"granted\":\"denied\",ad_personalization:consent.marketing?\"granted\":\"denied\",analytics_storage:consent.analytics?\"granted\":\"denied\",personalization_storage:consent.preferences?\"granted\":\"denied\"};}function reducer(state,action){switch(action.type){case\"autoAccept\":return{...state,sync:true,autoAccepted:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"acceptAll\":return{...state,sync:true,dismissed:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"rejectAll\":return{...state,sync:true,dismissed:true,modes:{analytics:false,marketing:false,necessary:false,preferences:false}};case\"acceptCurrent\":return{...state,dismissed:true,sync:true};case\"update\":return{...state,modes:{...state.modes,...action.modes},sync:action.sync};case\"toggle\":return{...state,modes:{...state.modes,[action.mode]:!state.modes[action.mode]}};case\"initFromLocalStorage\":return{...state,modes:action.modes,dismissed:action.dismissed,autoAccepted:action.autoAccepted,initializedFromLocalStorage:true,sync:true};case\"dismiss\":return{...state,dismissed:true};case\"synced\":return{...state,sync:false,hasSynced:true};default:return state;}}const initialState={dismissed:false,autoAccepted:false,modes:null,sync:false,initializedFromLocalStorage:false,hasSynced:false};export const defaultConsent={necessary:false,analytics:false,marketing:false,preferences:false};// Keep track of if GTM has been loaded as a script and default consent has been set,\n// to ensure the script does not keep appending between page switches.\nlet hasInitializedGTM=false;export function useConsent({gtmId,defaultConsent,gtmLoadedExternally=false}){const[state,dispatch]=useReducer(reducer,initialState);const isOnFramerCanvas=useIsOnFramerCanvas();const consentModeLocalStorageKey=\"framerCookiesConsentMode\";const dismissedLocalStorageKey=\"framerCookiesDismissed\";const autoAcceptedLocalStorageKey=\"framerCookiesAutoAccepted\";function getStateFromLocalStorage(){const consentFromLocalStorage=localStorage.getItem(consentModeLocalStorageKey);const dismissedFromLocalStorage=localStorage.getItem(dismissedLocalStorageKey);const autoAcceptedFromLocalStorage=localStorage.getItem(autoAcceptedLocalStorageKey);const isDismissed=dismissedFromLocalStorage!==null;const isAutoAccepted=autoAcceptedFromLocalStorage!==null;const hasConsentInLocalStorage=consentFromLocalStorage!==null;const consentInLocalStorageIsNotDefault=isDismissed||isAutoAccepted;const shouldLoadConsentFromLocalStorage=hasConsentInLocalStorage&&consentInLocalStorageIsNotDefault;dispatch({type:\"initFromLocalStorage\",dismissed:isDismissed,autoAccepted:isAutoAccepted,modes:shouldLoadConsentFromLocalStorage?safeJSONParse(consentFromLocalStorage,()=>localStorage.removeItem(consentModeLocalStorageKey)):defaultConsent});}function syncToGTM(){if(gtmId){if(!hasInitializedGTM&&!gtmLoadedExternally){// This is the first time we sync consent, so we save it as \"default\" and initialize tag manager.\n// This order is important, because we need to have set the default consent BEFORE we initialize GTM.\n// https://developers.google.com/tag-platform/devguides/consent?tab=tag-manager&sjid=11348191096952324675-EU#implementation_example\n// It might seem weird that we're \"sending\" before initializing, but \"sending\" here means building up\n// the \"dataLayer\" object that GTM picks up when it initializes.\nsendToGTM(\"consent\",\"default\",toGTMConsent(state.modes));initGTM({dataLayer:undefined,dataLayerName:\"dataLayer\",environment:undefined,nonce:undefined,injectScript:true,id:gtmId});hasInitializedGTM=true;}else{hasInitializedGTM=true;sendToGTM(\"consent\",\"update\",toGTMConsent(state.modes));// must be sent like this or else GTM doesn't act on it:\nwindow.dataLayer.push({event:\"cookie_consent_update\"});}}}useEffect(()=>{if(isOnFramerCanvas)return;yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{if(isOnFramerCanvas)return;const shouldSync=state.sync&&isBrowser&&state.modes!==null;if(!shouldSync){return;}yieldBeforeCb(()=>{syncToGTM();// Save locally\nlocalStorage.setItem(consentModeLocalStorageKey,JSON.stringify(state.modes));dispatch({type:\"synced\"});},{priority:\"user-blocking\"});},[state.sync]);function dismiss(){dispatch({type:\"dismiss\"});localStorage.setItem(dismissedLocalStorageKey,\"true\");}function autoAccept(){dispatch({type:\"autoAccept\"});}function acceptAll(){dispatch({type:\"acceptAll\"});}function rejectAll(){dispatch({type:\"rejectAll\"});}function acceptCurrent(){dispatch({type:\"acceptCurrent\"});}function toggleMode(mode){dispatch({type:\"toggle\",mode});}return{modes:state.modes,isInitialized:state.hasSynced,isDismissed:state.dismissed,isAutoAccepted:state.autoAccepted,dismiss,autoAccept,acceptAll,rejectAll,acceptCurrent,toggleMode};}\nexport const __FramerMetadata__ = {\"exports\":{\"useConsent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Check if visitor is in EU\nconst countries=[\"BE\",\"EL\",\"LT\",\"PT\",\"BG\",\"ES\",\"LU\",\"RO\",\"CZ\",\"FR\",\"RE\",\"GP\",\"MQ\",\"GF\",\"YT\",\"BL\",\"MF\",\"PM\",\"WF\",\"PF\",\"NC\",\"HU\",\"SI\",\"DK\",\"FO\",\"GL\",\"HR\",\"MT\",\"SK\",\"DE\",\"IT\",\"NL\",\"AW\",\"CW\",\"SX\",\"FI\",\"AX\",\"EE\",\"CY\",\"AT\",\"SE\",\"IE\",\"LV\",\"PL\",\"UK\",\"GB\",\"AI\",\"BM\",\"IO\",\"VG\",\"KY\",\"FK\",\"GI\",\"MS\",\"PN\",\"SH\",\"TC\",\"GG\",\"JE\",\"IM\"];const isInEUTimezone=()=>{return Intl?.DateTimeFormat()?.resolvedOptions()?.timeZone?.startsWith(\"Europe\");};const isEULocale=()=>{const locale=navigator.language??navigator.languages?.[0];return countries.some(country=>locale?.toUpperCase()?.includes(country));};let _inEU=null;export const inEU=()=>{if(_inEU===null)_inEU=isInEUTimezone()||isEULocale();return _inEU;};\nexport const __FramerMetadata__ = {\"exports\":{\"inEU\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./inEU.map", "import{isBrowser}from\"framer-motion\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js\";export function useRegion({content,useRegionFromProps,skipEUCheck}){const isInEUBasedOnLocation=isBrowser&&!skipEUCheck?inEU():false;const regionBasedOnLocation=isInEUBasedOnLocation?\"EU\":\"World\";const regionFromProps=content.isEU?\"EU\":\"World\";const regionContent={EU:{title:content.euTitle,description:content.euDescription,type:content.euType,defaults:content.euDefaults,policy:content.euPolicy,blocking:content.euBlocking,showReject:content.euType===\"advanced\"?content.euShowReject:true},World:{title:content.worldTitle,description:content.worldDescription,type:content.worldType,defaults:content.worldDefaults,policy:content.worldPolicy,blocking:content.worldBlocking,showReject:content.worldType===\"advanced\"?content.worldShowReject:true}};return regionContent[useRegionFromProps?regionFromProps:regionBasedOnLocation];}\nexport const __FramerMetadata__ = {\"exports\":{\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionContent\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){const maxHeightReduction=banner.insetPerSide?banner.insetTop+banner.insetBottom:banner.inset*2;const linkColor=banner.style.link||button.primary.fill;const paddingValue=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;const bannerShadow=getShadow(banner.style.shadow);const borderShadow=banner.style.border?.width?`inset 0 0 0 ${banner.style.border.width}px ${banner.style.border.color}`:null;const bannerStyle={background:banner.style.fill,boxShadow:getMultipleShadows(bannerShadow,borderShadow),overflow:\"hidden\",borderRadius:banner.style.border.radius};return /*#__PURE__*/_jsx(motion.div,{initial:animateOnMount&&{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},animate:{y:0,x:0,scale:1,opacity:1},exit:{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},transition:animateOnMount?banner.animation.transition:{duration:0},style:{fontFamily:DEFAULT_FONT_FAMILY,maxHeight:`calc(100vh - ${maxHeightReduction}px)`,flexDirection:\"column\",gap:12,position:\"relative\",display:\"flex\",zIndex:100,pointerEvents:\"auto\"},children:/*#__PURE__*/_jsx(\"div\",{style:{...bannerStyle,overflow:\"scroll\",width:\"100%\",maxWidth:banner.width},className:`--framer-cookie-banner-container --framer-cookie-banner-type-${region.type}`,children:region.type===\"simple\"?/*#__PURE__*/_jsx(SimpleBanner,{banner:banner,button:button,linkColor:linkColor,description:region.description,policy:region.policy,onDismiss:onDismiss}):region.type===\"medium\"?/*#__PURE__*/_jsx(AcceptRejectBanner,{banner:banner,button:button,linkColor:linkColor,title:region.title,description:region.description,policy:region.policy,onAccept:onAcceptAll,onReject:onRejectAll}):/*#__PURE__*/_jsx(OptionsBanner,{banner:banner,button:button,options:options,previewOptions:previewOptions,linkColor:linkColor,title:region.title,description:region.description,showReject:region.showReject,policy:region.policy,onOptionToggle:onToggleConsent,consent:consentModes,onAcceptAll:onAcceptAll,onRejectAll:onRejectAll,onAcceptCurrent:onAcceptCurrent})})});},[`.--framer-cookie-banner-container::-webkit-scrollbar { display: none; }`,`.--framer-cookie-banner-container { \n            -ms-overflow-style: none; \n            scrollbar-width: none;  \n        }`],\"framer-lib-cookie-banner\");function SimpleBanner({banner,button,description,policy,onDismiss,linkColor}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",padding,gap:SPACING},children:[/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,flex:1,alignItems:\"center\",color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},children:/*#__PURE__*/_jsx(Button,{onClick:onDismiss,settings:{...button,fluid:false},id:\"dismiss\",children:button.labels.confirm})})]});}function AcceptRejectBanner({banner,button,title,linkColor,description,policy,onAccept,onReject}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy})]}),/*#__PURE__*/_jsxs(Buttons,{direction:button.direction,children:[/*#__PURE__*/_jsx(Button,{settings:button,onClick:onReject,id:\"reject\",children:button.labels.reject}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAccept,id:\"accept\",children:button.labels.accept})]})]});}function OptionsBanner({banner,button,options,previewOptions,title,description,policy,showReject=true,linkColor,consent,onAcceptCurrent,onAcceptAll,onRejectAll,onOptionToggle}){const[showOptions,setShowOptions]=useState(false);const optionTheme={...options.style,color:banner.style.colorBody};const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;// const optionNames = consent && Object.keys(consent)\nconst optionNames=[\"necessary\",\"preferences\",\"analytics\",\"marketing\"];const shouldShowOptions=showOptions||previewOptions;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(AnimatePresence,{children:shouldShowOptions&&/*#__PURE__*/_jsx(motion.div,{initial:previewOptions?null:{opacity:0,height:0},animate:{opacity:1,height:\"auto\"},exit:{opacity:0,height:0},style:{display:\"flex\",flexDirection:\"column\",gap:10,marginTop:SPACING,overflow:\"hidden\"},children:optionNames&&optionNames.map(option=>/*#__PURE__*/_jsx(Option,{title:options[option].title,description:options[option].description,titleColor:banner.style.colorTitle,descriptionColor:banner.style.colorBody,showDescription:options.descriptions,enabled:consent[option],onClick:()=>onOptionToggle(option),theme:optionTheme,optional:option===\"necessary\"?options[option].optional:true}))},\"modal\")})]}),/*#__PURE__*/_jsx(Buttons,{direction:button.direction,children:shouldShowOptions?/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptCurrent,id:\"accept\",children:button.labels.save}):/*#__PURE__*/_jsxs(_Fragment,{children:[showReject&&/*#__PURE__*/_jsx(Button,{settings:button,onClick:onRejectAll,id:\"reject\",children:button.labels.rejectAll}),/*#__PURE__*/_jsx(Button,{settings:button,onClick:()=>{setShowOptions(true);},id:\"customize\",children:button.labels.customize}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptAll,id:\"accept\",children:button.labels.acceptAll})]})})]});}function Option({title,titleColor,description,descriptionColor,showDescription,enabled,optional,onClick,theme}){const paddingValue=theme.paddingPerSide?`${theme.paddingTop}px ${theme.paddingRight}px ${theme.paddingBottom}px ${theme.paddingLeft}px`:`${theme.padding}px`;const borderShadow=theme.border?`inset 0 0 0 ${theme.border.width}px ${theme.border.color}`:null;return /*#__PURE__*/_jsxs(motion.div,{style:{boxShadow:borderShadow,background:theme.background,borderRadius:theme.border.radius,padding:paddingValue,cursor:\"pointer\",userSelect:\"none\",pointerEvents:\"all\"},onClick:onClick,whileHover:{opacity:.5},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,fontSize:12,color:titleColor,...theme.fontTitle},children:title}),optional?/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(Toggle,{variant:enabled?\"On\":\"Off\",background:theme.toggleColor,backgroundInactive:theme.toggleColorInactive})}):/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontSize:12,color:theme.toggleColor,...theme.fontTitle,fontWeight:400},children:\"Always active\"})]}),description&&/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginTop:10,fontSize:12,lineHeight:1.5,color:descriptionColor,...theme.fontBody},children:description})]});}function Headline({children,style}){return /*#__PURE__*/_jsx(\"p\",{style:{fontSize:14,margin:\"0px 0px 10px 0px\",fontWeight:\"bold\",padding:0,...style},children:children});}function Description({style,description,policy,linkColor}){const shouldShow=description||policy?.link;if(!shouldShow)return null;if(!description){return /*#__PURE__*/_jsx(DescriptionParagraph,{policy:policy,style:style,linkColor:linkColor});}// @ivan: Support rendering the description in multiple paragraphs.\n// This is a site speed optimization: it allows to split a single\n// huge <p> into several smaller ones, which prevents the huge <p>\n// from becoming an LCP element.\nconst descriptionParagraphs=description?.split(\"\\n\\n\");return description.split(\"\\n\\n\").map((line,index)=>/*#__PURE__*/_jsx(DescriptionParagraph,{line:line,// Only render the policy in the last paragraph\n    policy:index===descriptionParagraphs.length-1?policy:null,style:{// Add a spacing between paragraphs\n    marginTop:index>0?4:0,...style},linkColor:linkColor},index));}function DescriptionParagraph({line,policy,style,linkColor}){return /*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[line,line&&policy?.link?\" \":null,policy?.link&&/*#__PURE__*/_jsxs(\"span\",{children:[policy?.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy?.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy?.label}),\".\"]})]});}function Buttons({children,direction}){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:direction,gap:10,marginTop:16},children:children});}const Button=withCSS(function Button({id,children,primary,settings,onClick}){const paddingValue=settings.paddingPerSide?`${settings.paddingTop}px ${settings.paddingRight}px ${settings.paddingBottom}px ${settings.paddingLeft}px`:`${settings.padding}px`;const theme=primary?settings.primary:settings.secondary;return /*#__PURE__*/_jsx(motion.input,{className:\"__framer-cookie-component-button\",id:`__framer-cookie-component-button-${id}`,onClick:onClick,type:\"button\",value:`${children}`,whileHover:{opacity:settings.hoverOpacity??.6},whileTap:{opacity:settings.tapOpacity??.4},style:{WebkitAppearance:\"none\",appearance:\"none\",width:settings.fluid?\"100%\":\"auto\",height:\"auto\",border:\"none\",padding:paddingValue,borderRadius:settings.borderRadius,boxShadow:getShadow(theme.shadow),background:theme.fill,color:theme.color,fontSize:14,lineHeight:1,cursor:\"pointer\",fontWeight:settings.font?\"unset\":600,...settings.font}});},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");\nexport const __FramerMetadata__ = {\"exports\":{\"BannerComponentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Banner\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Banner.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsOnFramerCanvas,withCSS}from\"framer\";import{AnimatePresence,isBrowser,motion}from\"framer-motion\";import{lazy,Suspense,useEffect,useState}from\"react\";import{createPortal}from\"react-dom\";import{defaultConsent,useConsent}from\"https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/7Vzkp1ORK9zU9dYiZ1fu/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/nrn5valPIfiaZFRgtVW3/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/6ViXEDlSyuNyc0Na4Rzv/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js\";import{DEFAULT_FONT_FAMILY,getFlexboxValues,interactionResponse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";// Keep track of open state between page reloads\nlet initiallyOpen=false;/**\n * COOKIE BANNER\n * By Floris Verloop\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n */export default function CookieBanner({gtmId,preview,trigger,banner,button,content,options,style,gtmLoadedExternally,onShown,onConsentChange,onAccept,onDismiss,onReject,onSavePreferences}){const isOnFramerCanvas=useIsOnFramerCanvas();const isPreview=preview&&isOnFramerCanvas;const skipLogic=!preview&&isOnFramerCanvas;const isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview,// skip EU check (expensive) if we are on the canvas and don't want a preview\nskipEUCheck:skipLogic});const consent=useConsent({gtmId,defaultConsent:region.defaults,gtmLoadedExternally});const[isOpen,setIsOpen]=useState(initiallyOpen);// On page switch, disable all transitions so the banner shows up as fast as possible.\nconst[instantlyShowOnMount,setInstantlyShowOnMount]=useState(initiallyOpen);useEffect(()=>{if(skipLogic)return;// Save open state between page switches\ninitiallyOpen=isOpen;// Disable instantly show on mount after first open\nif(isOpen){setInstantlyShowOnMount(false);}// Track shown event\nif(isOpen&&!isPreview&&onShown){yieldBeforeCb(()=>onShown({isInEU}),{priority:\"user-blocking\"});}},[isOpen,skipLogic]);// Check if user should be prompted\nuseEffect(()=>{if(skipLogic)return;const noConsentGiven=consent.isInitialized&&!consent.isDismissed;const shouldAutoAccept=region.type===\"simple\"&&!consent.isAutoAccepted;if(noConsentGiven){performance.mark(\"framer-cookie-open\");setIsOpen(true);/** Automatically accept all cookies for simple banner. */if(shouldAutoAccept){consent.autoAccept();// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}}if(consent.isDismissed){setIsOpen(false);}},[consent.isInitialized,consent.isDismissed,skipLogic]);useEffect(()=>{if(skipLogic)return;if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes,skipLogic]);async function handleDismiss(){await interactionResponse();consent.dismiss();setIsOpen(false);// Fire callback\nif(onDismiss){yieldBeforeCb(()=>onDismiss({isInEU}));}}async function handleAcceptAll(){await interactionResponse();consent.acceptAll();setIsOpen(false);// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}async function handleRejectAll(){await interactionResponse();consent.rejectAll();setIsOpen(false);// Fire callback\nif(onReject){yieldBeforeCb(()=>onReject({isInEU}));}}async function handleAcceptCurrent(){await interactionResponse();consent.acceptCurrent();setIsOpen(false);// Fire callbacks\nyieldBeforeCb(()=>{if(onAccept){onAccept({isInEU});}});yieldBeforeCb(()=>{if(onSavePreferences){onSavePreferences({isInEU});}});}if(isPreview){return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:banner.width},children:/*#__PURE__*/_jsx(Banner,{banner:banner,button:button,region:region,options:options,previewOptions:isPreview&&options.preview,consentModes:{...defaultConsent,necessary:true},animateOnMount:false})});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Trigger,{style:style,trigger:trigger,onClick:()=>setIsOpen(true)}),!skipLogic&&/*#__PURE__*/_jsx(Overlay,{banner:banner,button:button,region:region,options:options,consentModes:consent.modes,animateOnMount:!instantlyShowOnMount,onAcceptAll:handleAcceptAll,onAcceptCurrent:handleAcceptCurrent,onRejectAll:handleRejectAll,onDismiss:handleDismiss,onToggleConsent:consent.toggleMode,isOpen:isOpen})]});}const IconCookie=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/80EyUU0Nk6u7skW3IlHH/qKhU3oZiLDe4R0LcF3Tp/Icons.js\"));function Overlay(props){const insetValue=props.banner.insetPerSide?`${props.banner.insetTop}px ${props.banner.insetRight}px ${props.banner.insetBottom}px ${props.banner.insetLeft}px`:`${props.banner.inset}px`;const{justifyContent,alignItems}=getFlexboxValues(props.banner.position);const isOpen=props.isOpen;const[shouldRenderPortal,setShouldRenderPortal]=useState(isOpen);// if the portal has previously been rendered, we want to keep rendering the portal, which ensures:\n// - that AnimatePresence works (fade out effect)\n// - we don't cause body style recalc/reflow when the DOM node is removed\nif(!shouldRenderPortal&&isOpen)setShouldRenderPortal(isOpen);if(!shouldRenderPortal)return null;const blocking=props.region.blocking;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen?/*#__PURE__*/_jsxs(motion.div,{style:{// We only need to span to the full viewport width if the overlay is blocking.\n// Otherwise, we optimize for a smaller layer size. see: https://framer-team.slack.com/archives/C05V49Q4NJ2/p1709820207863249\ntop:blocking||alignItems===\"flex-start\"?0:undefined,left:blocking||justifyContent===\"flex-start\"?0:undefined,right:blocking||justifyContent===\"flex-end\"?0:undefined,height:blocking?\"100%\":undefined,width:blocking||justifyContent===\"center\"?\"100%\":undefined,bottom:blocking||alignItems===\"flex-end\"?0:undefined,boxSizing:\"border-box\",position:\"fixed\",touchAction:\"none\",padding:insetValue,zIndex:props.banner.zIndex,display:\"flex\",flexDirection:\"row\",gap:20,justifyContent:\"center\",pointerEvents:blocking?\"all\":\"none\"},children:[blocking&&/*#__PURE__*/_jsx(Backdrop,{color:props.banner.style?.backdrop}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",justifyContent,alignItems,pointerEvents:\"none\",maxWidth:props.banner.containerWidth>0?props.banner.containerWidth:\"unset\"},children:/*#__PURE__*/_jsx(Banner,{...props})})]}):null})}),document.body);}const Trigger=withCSS(({trigger,style,onClick})=>{const isOnFramerCanvas=useIsOnFramerCanvas();if(trigger.type!==\"none\"){return /*#__PURE__*/_jsx(\"button\",{className:\"__framer-cookie-component-button\",\"aria-label\":\"Cookie Trigger\",style:{width:\"100%\",height:\"100%\",background:\"none\",display:\"flex\",border:\"none\",padding:0,color:trigger.color,fontSize:16,cursor:\"pointer\",...trigger.textFont},onClick:onClick,children:trigger.type===\"icon\"?/*#__PURE__*/_jsx(_Fragment,{children:trigger.iconType===\"custom\"&&trigger.iconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:trigger.iconImage.src,width:trigger.iconSize,height:trigger.iconSize}):/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(IconCookie,{width:trigger.iconSize,height:trigger.iconSize,color:trigger.color})})}):/*#__PURE__*/_jsx(\"span\",{style:{whiteSpace:\"nowrap\"},children:trigger.text})});}if(isOnFramerCanvas){return /*#__PURE__*/_jsxs(\"div\",{style:{borderRadius:8,color:\"#09F\",border:\"1px dashed #09F\",background:\"rgba(0, 153, 255, 0.1)\",padding:20,display:\"flex\",flexDirection:\"column\",gap:5,fontFamily:DEFAULT_FONT_FAMILY,textAlign:\"center\",justifyContent:\"center\",width:164,...style},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,fontWeight:600,lineHeight:1,margin:0},children:\"Cookie Banner\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,lineHeight:1.5,margin:0},children:\"Put on a page to add a Cookie Banner.\"})]});}},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\",\"framer-lib-cookie-trigger\");function Backdrop({color}){return /*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:{position:\"absolute\",top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",backgroundColor:color,pointerEvents:\"none\"}});}addPropertyControls(CookieBanner,{gtmId:{title:\"GTM ID\",type:ControlType.String,placeholder:\"GTM-AAAAAAA\",description:\"Your GTM container ID.\\n[Learn more](https://www.framer.com/learn/cookie-banner/)\"},preview:{type:ControlType.Boolean,defaultValue:true,description:\"Lets you preview the banner on the Canvas.\"},trigger:{type:ControlType.Object,buttonTitle:\"Icon, Text\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:[\"text\",\"icon\",\"none\"],optionTitles:[\"Text\",\"Icon\",\"None\"],defaultValue:\"text\",displaySegmentedControl:true},iconType:{title:\"Icon\",type:ControlType.Enum,options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,hidden:props=>props.type!==\"icon\"},text:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.type!==\"text\"},textFont:{// @ts-ignore - internal\ntype:ControlType.Font,title:\" \",controls:\"extended\",hidden:props=>props.type!==\"text\"},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24,hidden:props=>props.type!==\"icon\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.type===\"none\"||props.type===\"icon\"&&props.iconType===\"custom\"},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===\"default\"}}},banner:{title:\"Banner\",type:ControlType.Object,buttonTitle:\"Font, Styles\",controls:{position:{type:ControlType.Enum,title:\"Position\",options:[\"top-left\",\"top-center\",\"top-right\",\"bottom-right\",\"bottom-center\",\"bottom-left\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Bottom Right\",\"Bottom Center\",\"Bottom Left\"],defaultValue:\"bottom-right\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},width:{title:\"Width\",type:ControlType.Number,defaultValue:360,min:200,max:1e3,displayStepper:true,step:5},containerWidth:{title:\"Wrapping\",type:ControlType.Number,defaultValue:0,min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:20,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},inset:{title:\"Inset\",type:ControlType.FusedNumber,toggleKey:\"insetPerSide\",toggleTitles:[\"Inset\",\"Inset per side\"],defaultValue:20,valueKeys:[\"insetTop\",\"insetRight\",\"insetBottom\",\"insetLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors, Shadow\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"extended\"},colorTitle:{title:\" \",type:ControlType.Color,defaultValue:\"#000\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"extended\"},colorBody:{title:\" \",type:ControlType.Color,defaultValue:\"#444\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#FFF\"},link:{title:\"Link\",type:ControlType.Color,optional:true,defaultValue:\"#999\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:14},width:{title:\"Width\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:1},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.05)\"}}},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100,defaultValue:4}}},backdrop:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\",hidden:(_,props)=>!props.content.euBlocking&&!props.content.worldBlocking}}},animation:{icon:\"effect\",buttonTitle:\"Options\",type:ControlType.Object,controls:{x:{type:ControlType.Number,displayStepper:true,defaultValue:0},y:{type:ControlType.Number,displayStepper:true,defaultValue:10},scale:{type:ControlType.Number,min:0,step:.1,defaultValue:1},transition:{type:ControlType.Transition}}}}},button:{title:\"Buttons\",type:ControlType.Object,buttonTitle:\"Variants, Style\",controls:{primary:{title:\"Primary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},secondary:{title:\"Secondary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EEE\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#444\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},labels:{type:ControlType.Object,controls:{accept:{type:ControlType.String,defaultValue:\"Accept\"},reject:{type:ControlType.String,defaultValue:\"Reject\"},acceptAll:{type:ControlType.String,defaultValue:\"Accept all\"},rejectAll:{type:ControlType.String,defaultValue:\"Reject all\"},customize:{type:ControlType.String,defaultValue:\"Customize\"},save:{type:ControlType.String,defaultValue:\"Save Preferences\"},confirm:{type:ControlType.String,defaultValue:\"Okay\"}}},font:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},tapOpacity:{title:\"Tap Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.4},hoverOpacity:{title:\"Hover Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.6},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"row\",\"column\"],// @ts-ignore - internal\noptionIcons:[\"direction-horizontal\",\"direction-vertical\"],defaultValue:\"row\",displaySegmentedControl:true},fluid:{title:\"Fluid\",type:ControlType.Boolean,defaultValue:true}}},content:{title:\"Regions\",type:ControlType.Object,buttonTitle:\"World, EU\",controls:{isEU:{title:\" \",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"EU\",disabledTitle:\"World\"},euType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"medium\",hidden:props=>!props.isEU},euTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.euType===\"simple\"||!props.isEU},euDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",displayTextArea:true,hidden:props=>!props.isEU},euPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link,defaultValue:\"https://www.framer.com/legal/policy/\"},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>!props.isEU},euDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>!props.isEU},euShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.euType!==\"advanced\"},euBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>!props.isEU},worldType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"simple\",hidden:props=>props.isEU},worldTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.worldType===\"simple\"||props.isEU},worldDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to personalize content, run ads, and analyze traffic.\",displayTextArea:true,hidden:props=>props.isEU},worldPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>props.isEU},worldDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>props.isEU},worldShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.worldType!==\"advanced\"},worldBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>props.isEU}}},options:{type:ControlType.Object,buttonTitle:\"Content, Styles\",hidden:(_,props)=>props.content.euType!==\"advanced\"&&props.content.worldType!==\"advanced\",controls:{preview:{type:ControlType.Boolean,defaultValue:false,description:\"Open when previewing banner on the canvas.\",hidden:(_,props)=>!props.preview},necessary:{title:\"Necessary\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Necessary\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables security and basic functionality.\",displayTextArea:true},optional:{title:\"Optional\",type:ControlType.Boolean,defaultValue:true}}},preferences:{title:\"Preferences\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Preferences\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables personalized content and settings.\",displayTextArea:true,optional:true}}},analytics:{title:\"Analytics\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Analytics\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables tracking of performance.\",displayTextArea:true}}},marketing:{title:\"Marketing\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Marketing\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables ads personalization and tracking.\",displayTextArea:true}}},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"basic\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"basic\"},background:{title:\"Background\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},width:{title:\"Width\",type:ControlType.Number,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"}}},toggleColor:{title:\"On\",type:ControlType.Color,defaultValue:\"#000\"},toggleColorInactive:{title:\"Off\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}}}}});CookieBanner.displayName=\"Cookie Banner\";\nexport const __FramerMetadata__ = {\"exports\":{\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                min-height: 100vh;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (3d3d426)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/IH6s9ASs8tTeXMp8PWOj/Cookies.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import Footer from\"#framer/local/canvasComponent/iTPnjIP2V/iTPnjIP2V.js\";import Navbar from\"#framer/local/canvasComponent/Kf5XPd6it/Kf5XPd6it.js\";import HomeDesktop from\"#framer/local/canvasComponent/obQhQTudF/obQhQTudF.js\";import*as sharedStyle from\"#framer/local/css/ajNBaz5nO/ajNBaz5nO.js\";import*as sharedStyle1 from\"#framer/local/css/OUpIJWLfc/OUpIJWLfc.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarFonts=getFonts(Navbar);const HomeDesktopFonts=getFonts(HomeDesktop);const VideoFonts=getFonts(Video);const TickerFonts=getFonts(Ticker);const EmbedFonts=getFonts(Embed);const FooterFonts=getFonts(Footer);const CookieBannerFonts=getFonts(CookieBanner);const breakpoints={MGrjxBGG4:\"(max-width: 799px)\",tqtQ3VJNi:\"(min-width: 800px) and (max-width: 1240px)\",WQLkyLRf1:\"(min-width: 1241px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6JolI\";const variantClassNames={MGrjxBGG4:\"framer-v-1f71ab8\",tqtQ3VJNi:\"framer-v-11bvl3r\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"MGrjxBGG4\",Tablet:\"tqtQ3VJNi\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"MGrjxBGG4\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"MGrjxBGG4\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"tqtQ3VJNi\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"tqtQ3VJNi\")return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"tqtQ3VJNi\",\"MGrjxBGG4\"].includes(baseVariant))return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{height:102,width:\"377px\",y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yon0xy-container hidden-72rtr7 hidden-11bvl3r\",nodeId:\"wyFy164Ap\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"wyFy164Ap\",layoutId:\"wyFy164Ap\",style:{height:\"100%\",width:\"100%\"},variant:\"Uv_MLLwrk\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tqtQ3VJNi:{height:104,width:`calc(${componentViewport?.width||\"100vw\"} + 203px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:114,width:\"1241px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4v1qj-container hidden-1f71ab8\",layoutScroll:true,nodeId:\"ccDenQ4lZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tqtQ3VJNi:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HomeDesktop,{height:\"100%\",id:\"ccDenQ4lZ\",layoutId:\"ccDenQ4lZ\",style:{width:\"100%\"},variant:\"rL3CJl5iI\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wsp1bx\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gzlbt2 hidden-72rtr7 hidden-1f71ab8\",\"data-framer-name\":\"Group 6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fye5vy\",\"data-framer-name\":\"Rectangle 42\",style:{rotate:-4}}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1eilma8\",\"data-framer-name\":\"Ichi on est Lillois !\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:81,intrinsicWidth:384,svg:'<svg width=\"384\" height=\"81\" viewBox=\"0 0 384 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.24244 60.4505L3.59441 37.0046L9.3514 36.5489L11.9994 59.9949L6.24244 60.4505ZM14.6551 51.2488C14.1441 46.7236 17.0144 42.1623 23.1004 41.6806C27.706 41.316 30.1332 43.7045 30.1332 43.7045L28.1613 47.6984C28.1613 47.6984 26.3312 46.189 23.9955 46.3739C21.298 46.5874 20.1788 48.7273 20.4047 50.7275C20.6307 52.7278 22.2605 54.8155 25.1225 54.589C27.4911 54.4015 29.5314 52.1887 29.5314 52.1887L32.052 55.9925C32.052 55.9925 29.8338 58.9802 25.0966 59.3552C19.0435 59.8343 15.1811 55.9052 14.6551 51.2488ZM34.9799 58.1759L32.3318 34.73L38.023 34.2795L38.86 41.6904C38.9563 42.543 38.9572 43.1384 38.9572 43.1384L39.023 43.1332C39.7881 41.3853 41.6471 40.2126 43.8841 40.0355C47.3054 39.7647 50.1479 41.1278 50.6849 45.8825L51.9219 56.8349L46.2307 57.2854L45.1122 47.3823C44.9344 45.8083 44.2353 45.202 42.9852 45.3009C41.2417 45.4389 40.2051 46.5466 39.8783 48.0613C39.7221 48.7353 39.7378 49.462 39.8267 50.249L40.6711 57.7254L34.9799 58.1759ZM53.8117 37.4962L53.3117 33.0694L58.8713 32.6293L59.3713 37.0562L53.8117 37.4962ZM55.8939 56.5205L53.9866 39.6329L59.6778 39.1824L61.5851 56.07L55.8939 56.5205ZM71.1081 46.8466C70.5081 41.5344 74.381 37.6216 79.6775 37.2024C85.0397 36.7779 89.72 40.0137 90.32 45.3259C90.9163 50.6054 87.0359 54.4526 81.7066 54.8744C76.3773 55.2962 71.7044 52.126 71.1081 46.8466ZM76.8651 46.3909C77.1503 48.9159 79.1008 50.3165 81.1733 50.1524C83.2458 49.9884 84.8482 48.3066 84.563 45.7816C84.2741 43.2239 82.3162 41.7577 80.2437 41.9217C78.1712 42.0858 76.5762 43.8332 76.8651 46.3909ZM94.2204 53.4869L92.313 36.5992L97.774 36.167L97.9406 37.6426C98.0036 38.2001 97.9933 38.6972 97.9933 38.6972L98.0591 38.692C98.7005 37.3178 100.131 35.5834 103.125 35.3465C106.546 35.0757 109.388 36.4387 109.925 41.1935L111.162 52.1459L105.471 52.5964L104.353 42.6933C104.175 41.1193 103.476 40.513 102.226 40.6119C100.449 40.7525 99.4748 41.8222 99.1443 43.3041C98.9881 43.9781 98.9746 44.7402 99.0672 45.5599L99.9116 53.0364L94.2204 53.4869ZM120.479 42.8726C119.92 37.9211 122.838 33.7861 128.299 33.3538C133.3 32.958 136.521 36.21 137.051 40.8992C137.114 41.4566 137.12 42.6803 137.12 42.6803L126.428 43.5266C127.089 45.5586 128.907 46.3742 130.716 46.231C133.151 46.0383 135.195 44.1561 135.195 44.1561L137.749 47.9572C137.749 47.9572 135.296 50.6327 130.789 50.9894C124.736 51.4685 120.987 47.365 120.479 42.8726ZM126.193 40.2698L131.16 39.8766C131.016 38.5978 129.998 37.5204 128.649 37.6271C127.004 37.7573 126.348 39.0003 126.193 40.2698ZM139.636 47.7747L141.641 43.7782C141.641 43.7782 143.708 45.335 146.143 45.1423C146.998 45.0746 147.794 44.7799 147.732 44.2225C147.565 42.7469 139.618 43.2104 138.996 37.7015C138.637 34.5207 141.474 32.311 145.389 32.0012C149.336 31.6887 151.562 33.4646 151.562 33.4646L150.076 37.6516C150.076 37.6516 148.276 36.4045 145.907 36.592C145.052 36.6597 144.255 36.9543 144.322 37.5446C144.466 38.8234 152.417 38.3927 153.032 43.836C153.358 46.7217 151.069 49.3842 146.694 49.7305C142.45 50.0664 139.636 47.7747 139.636 47.7747ZM156.825 42.2455L156.155 36.3102L153.984 36.4821L153.484 32.0552L155.819 31.8703L155.271 27.0172L160.798 26.5797L161.346 31.4329L164.899 31.1517L165.399 35.5785L161.846 35.8597L162.431 41.0408C162.646 42.9427 164.616 43.0514 165.702 42.9655C166.163 42.929 166.455 42.8728 166.455 42.8728L167.011 47.7915C167.011 47.7915 166.397 47.9394 165.476 48.0123C162.778 48.2258 157.466 47.9184 156.825 42.2455ZM178.502 46.8158L175.854 23.3698L181.611 22.9141L183.704 41.4413L193.31 40.681L193.865 45.5997L178.502 46.8158ZM194.299 26.3763L193.799 21.9495L199.359 21.5094L199.859 25.9363L194.299 26.3763ZM196.381 45.4006L194.474 28.513L200.165 28.0625L202.073 44.9501L196.381 45.4006ZM205.342 38.4052L203.398 21.1897L209.089 20.7392L210.948 37.2006C211.13 38.8074 211.489 39.3414 212.772 39.2398C213.134 39.2112 213.459 39.1523 213.459 39.1523L214.014 44.0711C214.014 44.0711 213.236 44.2319 212.315 44.3049C209.288 44.5444 205.983 44.0782 205.342 38.4052ZM215.976 37.5636L214.032 20.348L219.723 19.8975L221.582 36.3589C221.763 37.9657 222.122 38.4997 223.405 38.3981C223.767 38.3695 224.093 38.3107 224.093 38.3107L224.648 43.2294C224.648 43.2294 223.87 43.3903 222.949 43.4632C219.922 43.7027 216.617 43.2365 215.976 37.5636ZM225.345 34.6384C224.745 29.3261 228.618 25.4133 233.915 24.9941C239.277 24.5697 243.957 27.8055 244.557 33.1177C245.154 38.3971 241.273 42.2443 235.944 42.6661C230.615 43.088 225.942 39.9178 225.345 34.6384ZM231.102 34.1827C231.388 36.7076 233.338 38.1082 235.411 37.9442C237.483 37.7801 239.085 36.0983 238.8 33.5734C238.511 31.0156 236.554 29.5495 234.481 29.7135C232.408 29.8775 230.814 31.6249 231.102 34.1827ZM246.375 22.2543L245.875 17.8275L251.435 17.3874L251.935 21.8143L246.375 22.2543ZM248.458 41.2786L246.55 24.391L252.242 23.9405L254.149 40.8282L248.458 41.2786ZM256.8 38.5009L258.804 34.5044C258.804 34.5044 260.872 36.0612 263.306 35.8685C264.162 35.8008 264.958 35.5061 264.895 34.9487C264.729 33.4731 256.782 33.9366 256.16 28.4277C255.801 25.2469 258.638 23.0372 262.553 22.7274C266.5 22.4149 268.725 24.1908 268.725 24.1908L267.24 28.3778C267.24 28.3778 265.44 27.1307 263.071 27.3182C262.216 27.3859 261.419 27.6805 261.486 28.2708C261.63 29.5496 269.581 29.1189 270.195 34.5623C270.521 37.4479 268.233 40.1104 263.858 40.4567C259.614 40.7926 256.8 38.5009 256.8 38.5009ZM282.017 31.3107L279.661 15.1533L285.582 14.6846L286.885 30.9253L282.017 31.3107ZM282.671 38.5706L282.115 33.6519L287.313 33.2405L287.868 38.1592L282.671 38.5706Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1d6al5r\",\"data-framer-name\":\"Mode_Isolation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:114,intrinsicWidth:123,svg:'<svg width=\"123\" height=\"114\" viewBox=\"0 0 123 114\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_499_838)\">\\n<path d=\"M90.2298 72.088C90.4913 73.4771 90.7439 74.8661 91.0169 76.2545C91.0704 76.5249 91.0023 76.652 90.7628 76.7924C84.7103 80.3372 79.9575 83.133 73.9101 86.685C73.8611 86.7152 27.0063 113.343 26.9581 113.376C26.8659 113.344 26.9581 113.376 26.0734 112.653C25.9077 112.518 34.3193 71.2955 34.3823 71.0878C37.692 60.1139 40.9954 49.1391 44.2989 38.1642C44.3203 38.0929 44.3459 38.0261 44.3747 37.932C45.0935 37.974 45.8071 38.0177 46.5224 38.0579C46.5964 38.0697 46.6686 38.0849 46.7409 38.0914C48.8866 38.2942 51.0175 38.6161 53.1291 39.0437C53.3949 39.0973 53.6635 39.1413 53.9303 39.1887C54.0853 39.2158 54.2368 39.2412 54.3917 39.2683C54.4813 39.3015 54.5716 39.3462 54.6666 39.3689C55.6024 39.6061 56.5402 39.8309 57.4706 40.0786C59.407 40.5999 61.3027 41.2426 63.1771 41.9565C63.2974 42.0034 63.4177 42.0504 63.5379 42.0973C63.9258 42.2589 64.3155 42.4169 64.7015 42.582C68.0506 43.9957 71.223 45.7294 74.1832 47.8469C75.8039 49.0077 77.3339 50.2794 78.775 51.6584C80.7445 53.5414 82.5068 55.6016 84.0393 57.8518C84.5641 58.6209 85.0486 59.4204 85.5519 60.2051C85.5888 60.2755 85.6223 60.3441 85.6592 60.4145C86.0306 61.1061 86.4242 61.7848 86.7697 62.4876C87.1985 63.3604 87.5925 64.253 88.0017 65.138C88.058 65.2696 88.1162 65.3978 88.1726 65.5295C88.2046 65.6308 88.2341 65.7329 88.2688 65.8333C88.6391 66.9006 89.0387 67.9586 89.3779 69.0386C89.6962 70.0432 89.9461 71.0724 90.2271 72.0888L90.2298 72.088Z\" fill=\"#DC7C4F\"/>\\n<path d=\"M63.2666 92.945L62.8902 92.6625C62.8902 92.6625 62.8994 92.6361 62.9048 92.6256C63.0821 92.6955 63.2559 92.7636 63.4333 92.8335C63.378 92.8716 63.3227 92.9096 63.2666 92.945Z\" fill=\"#4F549F\"/>\\n<path d=\"M85.5553 60.2068C85.052 59.4221 84.5683 58.6253 84.0428 57.8535C82.5093 55.6007 80.7471 53.5405 78.7784 51.6601C77.3347 50.282 75.8074 49.0094 74.1866 47.8486C71.2264 45.7311 68.054 43.9974 64.7049 42.5837C64.3162 42.4195 63.9292 42.2606 63.5414 42.099C63.5975 41.9991 63.6669 41.9039 63.7072 41.8002C64.556 39.5814 65.4012 37.3608 66.2499 35.1421C66.7022 33.9637 67.158 32.7872 67.6138 31.6107C67.6704 31.54 67.7376 31.4747 67.7845 31.4012C68.1812 30.7682 68.5736 30.1308 68.9668 29.496C69.4477 28.7221 69.9207 27.9418 70.412 27.1733C70.8329 26.5151 71.2574 25.8587 71.6975 25.215C72.2495 24.4068 72.8033 23.595 73.3885 22.8086C73.7945 22.2606 74.2417 21.7407 74.6957 21.2333C74.9012 21.004 75.1573 20.8144 75.4158 20.6416C75.5103 20.5794 75.7056 20.5674 75.7992 20.6227C76.3096 20.9214 76.8064 21.242 77.3031 21.5625C77.7597 21.8577 78.2099 22.1608 78.6665 22.456C78.8431 22.5701 79.0297 22.6693 79.2346 22.7891C79.2941 22.6442 79.348 22.5186 79.3984 22.3912C79.5892 21.8939 79.7792 21.3939 79.9673 20.8974C80.0264 20.779 80.0899 20.665 80.1428 20.5456C80.4415 19.8528 80.7359 19.1556 81.0381 18.4646C81.2289 18.0318 81.4301 17.6044 81.6271 17.1726C81.6661 17.1016 81.7051 17.0306 81.7432 16.9569C81.8834 16.7248 82.0166 16.4891 82.1708 16.2643C82.2772 16.1104 82.3951 15.9558 82.5398 15.8396C82.6121 15.7815 82.7578 15.7793 82.8563 15.8038C83.1669 15.8784 83.4735 15.9777 83.7803 16.0682C83.804 16.0783 83.8232 16.0927 83.8487 16.0993C85.1217 16.4027 86.3947 16.706 87.6687 17.0032C87.7989 17.0353 87.9394 17.026 88.0743 17.036C88.551 17.1547 89.0296 17.27 89.5064 17.3887C89.5987 17.4122 89.6911 17.4357 89.8054 17.464C89.7609 17.61 89.7247 17.7359 89.6902 17.8582C89.5315 18.2721 89.3728 18.686 89.2211 19.1035C88.8085 20.2223 88.3924 21.3393 87.986 22.4592C87.7241 23.1755 87.4753 23.8965 87.2203 24.6165C87.7502 24.9676 88.2774 25.3196 88.8091 25.6672C89.0714 25.8392 89.3392 26.0006 89.6052 26.1656C89.8457 26.324 90.0843 26.4859 90.3258 26.6381C90.9583 27.0359 91.5908 27.4337 92.2251 27.828C92.6442 28.0881 93.0669 28.3413 93.4833 28.6022C93.7939 28.7971 94.0945 29.0068 94.4242 29.2249L94.1667 29.5674C94.0109 29.2972 93.86 29.2922 93.67 29.5518C92.6263 30.9703 91.5852 32.3879 90.5442 33.8055C86.9718 38.6641 83.3959 43.5208 79.8235 48.3793C79.4614 48.8722 79.1029 49.367 78.7409 49.8599C78.6464 49.9866 78.6389 50.1385 78.7677 50.2033C78.8518 50.247 78.9992 50.1856 79.1118 50.1529C79.1491 50.1411 79.1738 50.0805 79.2044 50.0385C82.8606 45.0655 86.5141 40.0933 90.1711 35.123C91.1067 33.8531 92.0458 32.585 92.9841 31.3143C92.7762 31.647 92.5754 31.9833 92.3562 32.3079C91.8861 33.0051 91.4012 33.6924 90.9304 34.3869C90.6625 34.7797 90.4121 35.1815 90.1521 35.5805C90.5146 35.3015 90.8491 34.9991 91.188 34.7011C92.6498 33.4288 94.1142 32.1555 95.5804 30.8877C96.1024 30.4378 96.6367 29.9988 97.1666 29.5553C97.5816 29.2479 97.9861 28.9263 98.415 28.635C98.9526 28.2712 99.5015 27.9155 100.063 27.5909C100.43 27.3809 100.517 27.4326 100.814 27.7138C101.513 28.3778 102.212 29.0418 102.936 29.6805C103.939 30.5649 104.966 31.4213 105.981 32.29C105.998 32.3052 106.011 32.3275 106.038 32.366C103.716 34.4356 101.394 36.5053 99.0404 38.6027C99.1571 38.7123 99.2616 38.8112 99.3652 38.9074C99.58 39.1325 99.7903 39.3621 100.012 39.582C100.584 40.1486 101.16 40.7108 101.734 41.2739C102.236 41.7686 102.739 42.2661 103.239 42.7617C103.487 43.0086 103.728 43.2607 103.973 43.5084C103.881 43.6051 103.817 43.681 103.747 43.7471C102.686 44.7517 101.625 45.7536 100.568 46.76C99.4389 47.8359 98.318 48.9182 97.1919 49.9934C96.1132 51.0241 95.0318 52.0558 93.948 53.0794C93.7475 53.269 93.5235 53.4309 93.3127 53.6062C93.1495 53.35 93.0471 53.3501 92.7671 53.603C90.6391 55.5263 88.5085 57.4504 86.3848 59.3781C86.1003 59.6354 85.8402 59.9231 85.5661 60.1946L85.5553 60.2068ZM77.6573 35.4426C79.7293 32.4552 81.8012 29.4677 83.8705 26.4811C84.0454 26.2292 84.2211 25.98 84.3899 25.7272C84.4738 25.6038 84.4792 25.4731 84.3464 25.3774C84.2136 25.2816 84.0982 25.324 84.0003 25.4401C83.968 25.4767 83.9409 25.5205 83.9129 25.5616C82.4162 27.7218 80.9195 29.8819 79.4254 32.0412C76.7575 35.8919 74.0895 39.7426 71.4215 43.5933C71.1447 43.9947 70.8574 44.3907 70.5946 44.7994C70.5421 44.8835 70.5453 45.032 70.58 45.1324C70.5961 45.1831 70.7536 45.2182 70.8298 45.1999C70.9033 45.1825 70.9682 45.0916 71.0186 45.0199C71.6253 44.1533 72.225 43.2831 72.8281 42.4146C74.4375 40.0927 76.0461 37.7681 77.652 35.4443L77.6573 35.4426ZM81.0605 52.9956C81.0743 53.0762 81.0556 53.2111 81.1114 53.258C81.1794 53.3156 81.3162 53.3221 81.4143 53.3086C81.4842 53.2982 81.5446 53.2116 81.6072 53.1596C86.4792 49.1413 91.3531 45.1196 96.2243 41.0987C96.8747 40.5643 97.5216 40.028 98.1685 39.4917C98.3544 39.339 98.3745 39.1069 98.1978 39.0573C98.0914 39.0265 97.9246 39.0823 97.8317 39.1586C92.5095 43.5393 87.1925 47.9272 81.8754 52.3151C81.6154 52.5295 81.3563 52.7464 81.0605 52.9956Z\" fill=\"#F8CF50\"/>\\n<path d=\"M88.0043 65.137C87.5951 64.2521 87.2046 63.3613 86.7723 62.4866C86.4268 61.7839 86.0323 61.1025 85.6618 60.4135C85.8467 60.5074 85.9745 60.4024 86.0989 60.2868C87.2814 59.2143 88.4667 58.141 89.6519 57.0676C90.592 56.2185 91.533 55.3721 92.474 54.5257C92.8197 54.3605 93.1691 54.197 93.5105 54.0273C94.9795 53.2951 96.4382 52.5397 97.9209 51.8325C99.4748 51.091 101.045 50.3736 102.627 49.6936C103.259 49.4231 103.941 49.2772 104.605 49.0903C104.809 49.0316 104.958 49.1223 105.068 49.322C105.28 49.7035 105.499 50.0826 105.746 50.4444C106.71 51.8629 107.689 53.271 108.662 54.687C108.781 54.8603 108.899 55.0371 109.028 55.2248C108.264 55.6196 107.526 55.9998 106.773 56.385C106.835 56.4973 106.875 56.5872 106.929 56.6667C107.693 57.8029 108.457 58.939 109.224 60.0742C109.302 60.1903 109.401 60.2909 109.488 60.3983C109.741 60.7725 109.997 61.146 110.25 61.5202C110.295 61.5881 110.345 61.6543 110.4 61.7364C110.328 61.7769 110.268 61.8166 110.205 61.8483C107.54 63.2144 104.875 64.5778 102.21 65.9439C99.3309 67.4189 96.4555 68.8958 93.5765 70.3708C92.4612 70.944 91.3451 71.5146 90.2289 72.0852C89.9479 71.0688 89.6953 70.0405 89.3797 69.035C89.0386 67.9585 88.6417 66.8996 88.2706 65.8297C88.2358 65.7292 88.2064 65.6271 88.1743 65.5259C88.3048 65.4757 88.4387 65.4363 88.5631 65.3763C93.1615 63.1279 97.7582 60.8741 102.356 58.623C103.562 58.0326 104.768 57.4395 105.978 56.8509C106.141 56.773 106.245 56.6606 106.151 56.4824C106.062 56.314 105.91 56.3417 105.765 56.4199C105.735 56.4353 105.706 56.4472 105.676 56.4627C100.501 58.9966 95.3254 61.5304 90.1508 64.067C89.4333 64.4174 88.7192 64.7786 88.0034 65.1343L88.0043 65.137Z\" fill=\"#F8CF50\"/>\\n<path d=\"M63.1806 41.9583C61.3062 41.2444 59.4104 40.6017 57.4741 40.0804C56.5428 39.83 55.6032 39.6087 54.67 39.3707C54.5777 39.3471 54.4882 39.3051 54.3952 39.2701C54.4456 38.7732 54.4979 38.2728 54.5483 37.776L54.5641 37.6596L54.5588 37.6612C54.608 37.5577 54.6712 37.4614 54.7019 37.355C54.7958 37.0232 54.8723 36.6823 54.9627 36.3487C55.7685 33.4398 56.5426 30.5234 57.3905 27.6275C58.2524 24.6833 59.1863 21.7631 60.0912 18.8345C60.2625 18.2847 60.4575 17.745 60.6419 17.1999C60.909 16.5552 61.1516 15.8978 61.4521 15.266C61.7052 14.7343 62.0197 14.23 62.3149 13.7201C62.4326 13.5186 62.6158 13.4224 62.8528 13.4588C62.9492 13.5045 63.0402 13.5607 63.1413 13.5932C65.1572 14.2271 67.1713 14.8645 69.1882 15.4923C69.6267 15.629 70.069 15.7498 70.5104 15.8768C71.1185 16.0683 71.7265 16.2686 72.34 16.4495C72.5624 16.514 72.6266 16.5963 72.5358 16.8273C72.4039 17.1594 72.3158 17.5098 72.2103 17.8512C72.1601 17.9609 72.1038 18.0696 72.0642 18.1848C71.6016 19.5247 71.1417 20.8638 70.6861 22.2074C70.2021 23.6275 69.7277 25.0503 69.2437 26.4703C68.6886 28.1005 68.1266 29.7271 67.568 31.3555C67.3078 31.218 67.2191 31.252 67.1107 31.5385C65.8774 34.7704 64.6433 37.9997 63.4135 41.2336C63.3245 41.4699 63.2564 41.7173 63.1779 41.9591L63.1806 41.9583Z\" fill=\"#F8CF50\"/>\\n<path d=\"M53.9329 39.1878C53.6661 39.1404 53.3975 39.0965 53.1316 39.0429C51.0174 38.616 48.8892 38.2933 46.7434 38.0905C46.6712 38.0841 46.599 38.0688 46.525 38.057C46.6287 36.259 46.706 34.4606 46.8397 32.6648C47.1273 28.841 47.413 25.0208 47.7605 21.2015C47.9066 19.5924 48.1875 17.9933 48.4393 16.3947C48.514 15.9282 48.6989 15.4768 48.8423 15.0238C48.9024 14.8347 49.0392 14.7767 49.2423 14.771C50.8186 14.7378 52.3932 14.6993 53.9653 14.644C54.7558 14.6165 55.5425 14.549 56.3633 14.4972C56.3197 15.1356 56.2799 15.7493 56.2374 16.3638C56.1865 16.9517 56.1277 17.5421 56.0829 18.131C56.0502 18.5636 56.0298 18.9982 56.0032 19.4318C55.7167 19.4052 55.6708 19.584 55.6489 19.8196C55.2393 24.4503 54.8235 29.0799 54.4112 33.7114C54.2488 35.5368 54.0899 37.3641 53.9302 39.1886L53.9329 39.1878Z\" fill=\"#F8CF50\"/>\\n<path d=\"M88.0042 65.137C88.72 64.7812 89.4341 64.4201 90.1516 64.0696C95.3262 61.5331 100.502 58.9992 105.677 56.4653C105.707 56.4499 105.738 56.4371 105.766 56.4225C105.911 56.3443 106.063 56.3166 106.152 56.485C106.246 56.6633 106.14 56.773 105.979 56.8536C104.771 57.4413 103.566 58.0344 102.356 58.6256C97.7589 60.8768 93.1614 63.1279 88.5639 65.379C88.4395 65.4389 88.3056 65.4784 88.1751 65.5285C88.1187 65.3968 88.0606 65.2687 88.0042 65.137Z\" fill=\"#1F1426\"/>\\n<path d=\"M56.0067 19.4335C56.1746 19.5475 56.1483 19.7142 56.1336 19.8801C55.8652 22.868 55.5994 25.855 55.3302 28.8402C55.0752 31.6948 54.8176 34.5503 54.5634 37.4076C54.5569 37.4888 54.5566 37.571 54.5537 37.654L54.5598 37.655C54.5548 37.6947 54.549 37.7318 54.544 37.7715C54.4936 38.2683 54.4413 38.7687 54.3908 39.2655C54.2359 39.2384 54.0844 39.2131 53.9294 39.1859C54.0891 37.3614 54.248 35.5341 54.4104 33.7087C54.8227 29.0772 55.2385 24.4476 55.6481 19.8169C55.6682 19.5848 55.7167 19.4052 56.0024 19.4291L56.0067 19.4335Z\" fill=\"#1F1426\"/>\\n<path d=\"M67.5681 31.3555C67.5836 31.4414 67.5956 31.5256 67.6111 31.6116C67.1553 32.7881 66.6996 33.9646 66.2473 35.1429C65.3985 37.3617 64.5533 39.5823 63.7046 41.8011C63.6651 41.9074 63.5949 42 63.5387 42.0999C63.4185 42.053 63.2982 42.0061 63.1779 41.9591C63.2565 41.7173 63.3218 41.4708 63.4136 41.2335C64.6442 38.0024 65.8775 34.7704 67.1108 31.5384C67.2217 31.2511 67.3105 31.2171 67.5681 31.3555Z\" fill=\"#1F1426\"/>\\n<path d=\"M93.301 53.6157C93.2519 53.7104 93.2211 53.8257 93.1485 53.9015C92.9308 54.12 92.6993 54.3224 92.4721 54.5293C91.5311 55.3757 90.5901 56.2221 89.65 57.0712C88.4639 58.1418 87.2822 59.217 86.097 60.2903C85.9717 60.4033 85.844 60.5083 85.6599 60.4171C85.623 60.3467 85.5895 60.2781 85.5526 60.2077C85.8232 59.9343 86.0842 59.6493 86.3713 59.3912C88.495 57.4635 90.6256 55.5394 92.7536 53.6161C93.0336 53.3632 93.136 53.363 93.2992 53.6192L93.301 53.6157Z\" fill=\"#1F1426\"/>\\n<path d=\"M94.1649 29.5709C94.0797 29.7269 94.0066 29.8937 93.903 30.0379C93.601 30.4708 93.2868 30.8929 92.9796 31.3186C92.0405 32.5867 91.1014 33.8547 90.1666 35.1273C86.5096 40.0977 82.8561 45.0698 79.1999 50.0429C79.1711 50.0813 79.1472 50.1446 79.1073 50.1572C78.9939 50.1873 78.8473 50.2513 78.7632 50.2076C78.6335 50.1402 78.6419 49.9909 78.7364 49.8642C79.0984 49.3713 79.4569 48.8765 79.819 48.3836C83.3914 43.5251 86.9673 38.6684 90.5397 33.8098C91.5834 32.3914 92.6244 30.9737 93.6655 29.5561C93.8555 29.2965 94.0072 29.3041 94.1622 29.5717L94.1649 29.5709Z\" fill=\"#1F1426\"/>\\n<path d=\"M77.6573 35.4427C76.0487 37.7673 74.442 40.0884 72.8334 42.413C72.2302 43.2814 71.6279 44.1525 71.0239 45.0182C70.9734 45.0899 70.9086 45.1808 70.835 45.1983C70.7562 45.2174 70.6005 45.1787 70.5853 45.1308C70.5532 45.0295 70.5474 44.8818 70.5998 44.7978C70.8618 44.3864 71.15 43.9931 71.4268 43.5916C74.0948 39.7409 76.7627 35.8903 79.4307 32.0396C80.9274 29.8794 82.4241 27.7193 83.9182 25.5599C83.9462 25.5188 83.9741 25.4777 84.0056 25.4384C84.1035 25.3224 84.2189 25.28 84.3517 25.3757C84.4853 25.4741 84.4764 25.603 84.3952 25.7255C84.2264 25.9784 84.048 26.2284 83.8757 26.4794C81.8038 29.4669 79.7319 32.4543 77.6626 35.441L77.6573 35.4427Z\" fill=\"#1F1426\"/>\\n<path d=\"M81.0605 52.9955C81.3572 52.7491 81.6155 52.5294 81.8755 52.3151C87.1925 47.9272 92.5104 43.542 97.8318 39.1586C97.9247 39.0822 98.0915 39.0265 98.1978 39.0573C98.3745 39.1068 98.3544 39.339 98.1686 39.4917C97.5217 40.028 96.8721 40.5651 96.2243 41.0987C91.3531 45.1196 86.4784 49.1386 81.6072 53.1595C81.5447 53.2116 81.4834 53.2955 81.4144 53.3086C81.3144 53.3256 81.1803 53.3182 81.1114 53.2579C81.0556 53.2111 81.0735 53.0735 81.0605 52.9955Z\" fill=\"#1F1426\"/>\\n<path d=\"M79.9665 20.8947C79.6064 21.3753 79.2455 21.8533 78.9043 22.3103C79.8001 20.619 80.7114 18.8936 81.6262 17.1699C81.4293 17.6018 81.228 18.0291 81.0372 18.4619C80.735 19.1529 80.4433 19.8494 80.1419 20.543C80.089 20.6624 80.0264 20.779 79.9665 20.8947Z\" fill=\"white\"/>\\n<path d=\"M108.426 52.2783C108.426 52.2783 108.428 52.2952 108.424 52.2996C108.419 52.304 108.41 52.3039 108.401 52.3037C108.4 52.2984 108.399 52.2868 108.404 52.2824C108.408 52.278 108.417 52.2782 108.425 52.2756L108.426 52.2783Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_499_838\">\\n<rect width=\"87.2987\" height=\"100.467\" fill=\"white\" transform=\"translate(95.7754) rotate(72.4218)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6pnq4g hidden-72rtr7 hidden-11bvl3r\",\"data-framer-name\":\"Rectangle 47\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wobq81\",\"data-framer-name\":\"Rows\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mdx18c\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1grxsmt\",\"data-framer-name\":\"1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qaw8z8\",\"data-framer-name\":\"Gestion projet\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17gelcr\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#9BD0CD\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Gestion de projets\"})}),className:\"framer-tf4xtc\",\"data-framer-name\":\"Gestion de projets\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1j0qrl0\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:160,intrinsicWidth:323,svg:'<svg width=\"323\" height=\"160\" viewBox=\"0 0 323 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M282.04 159.41H40.9098C18.8698 159.41 0.839844 141.38 0.839844 119.34V40.45C0.839844 18.41 18.8698 0.380005 40.9098 0.380005L282.04 30.38C309.32 34.68 322.11 48.41 322.11 70.45V119.34C322.11 141.38 304.08 159.41 282.04 159.41Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qfuhcz\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:188,intrinsicWidth:156,svg:'<svg width=\"156\" height=\"188\" viewBox=\"0 0 156 188\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M72.55 187.73H90.31C90.31 187.73 90.0001 183.68 86.5701 183.68C83.1401 183.68 77.86 182.42 77.86 178.88L79.89 145.66H75.6001L72.56 187.73H72.55Z\" fill=\"#010101\"/>\\n<path d=\"M59.6401 187.73H41.8801C41.8801 187.73 42.1901 183.68 45.6201 183.68C49.0501 183.68 55.3501 182.42 55.3501 178.88L62.4501 145.66H66.7401L59.6401 187.73Z\" fill=\"#010101\"/>\\n<path d=\"M98.3 39.8901C57.16 30.0801 31.71 44.3901 18.62 63.4001C5.53004 82.4101 3.21004 106.41 22.05 131.33C41.87 157.55 80.12 148.65 92.59 143.04C105.06 137.43 131.69 117.77 128.26 82.8701C125.78 57.6101 114.41 43.7301 98.29 39.8801L98.3 39.8901Z\" fill=\"#765799\"/>\\n<path d=\"M85.22 52.9101C70.95 50.7701 56.64 55.9901 50.24 59.6801C43.83 63.3701 32.33 72.4601 32.19 82.0001C32.02 92.9301 37.34 100.95 52.64 104.52C67.94 108.08 92.2199 105.29 102.58 100.71C112.95 96.1401 119.1 83.7901 114.79 70.6001C111.49 60.4901 99.79 55.0901 85.22 52.9001V52.9101Z\" fill=\"white\"/>\\n<path d=\"M98.7199 72.3801C101.089 72.3801 103.01 70.4593 103.01 68.09C103.01 65.7207 101.089 63.8 98.7199 63.8C96.3506 63.8 94.4299 65.7207 94.4299 68.09C94.4299 70.4593 96.3506 72.3801 98.7199 72.3801Z\" fill=\"#010101\"/>\\n<path d=\"M57.83 74.4301C60.1993 74.4301 62.12 72.5094 62.12 70.1401C62.12 67.7708 60.1993 65.8501 57.83 65.8501C55.4607 65.8501 53.54 67.7708 53.54 70.1401C53.54 72.5094 55.4607 74.4301 57.83 74.4301Z\" fill=\"#010101\"/>\\n<path d=\"M22.86 123.13C24.95 121.88 28.33 124.86 22.86 128.36C19.06 130.79 14.06 137.44 11.3 142.67C8.55 147.9 7.63 153.67 8.36 157.25C9.09 160.83 7.16999 165.5 3.86999 164.4C0.569991 163.3 0.289994 158.9 1.66999 155.87C3.04999 152.84 3.59999 145.69 6.89999 140.19C10.2 134.69 16.41 126.99 22.86 123.13Z\" fill=\"#010101\"/>\\n<path d=\"M123.67 100.59C121.95 100.99 120.83 104.39 122.02 104.56C127.48 105.32 133.47 102.6 140.59 98.2C147.71 93.8 151.33 81.85 151.06 74.48C150.79 67.11 147.29 62.4 148.85 60.13C150.41 57.86 156.52 52.62 155.65 49.88C154.78 47.14 152.12 46.81 148.8 49.67C145.48 52.53 143.08 55.82 142.46 55.87C141.84 55.92 142.91 53.14 142.2 52.26C141.49 51.38 139.45 52.32 138.79 53.38C138.13 54.44 138.31 57.12 141.28 61.68C144.25 66.24 146.92 71.53 145.62 79.23C144.39 86.54 141.15 93.74 134.04 97.37C128.36 100.27 123.68 100.59 123.68 100.59H123.67Z\" fill=\"#010101\"/>\\n<path d=\"M153.53 67.43V19.79L121.99 31.01L152.08 67.95C152.57 68.55 153.53 68.2 153.53 67.43Z\" fill=\"#E16F3B\"/>\\n<mask id=\"mask0_707_309\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"121\" y=\"19\" width=\"33\" height=\"50\">\\n<path d=\"M153.53 67.43V19.79L121.99 31.01L152.08 67.95C152.57 68.55 153.53 68.2 153.53 67.43Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_707_309)\">\\n<path d=\"M100.907 46.2874L99.7788 50.6542L198.471 76.141L199.599 71.7742L100.907 46.2874Z\" fill=\"#F8CD46\"/>\\n<path d=\"M102.824 35.658L101.697 40.0248L200.389 65.5116L201.517 61.1448L102.824 35.658Z\" fill=\"#F8CD46\"/>\\n<path d=\"M104.755 25.0089L103.627 29.3756L202.32 54.8624L203.447 50.4957L104.755 25.0089Z\" fill=\"#F8CD46\"/>\\n<path d=\"M106.676 14.3697L105.548 18.7365L204.24 44.2232L205.368 39.8565L106.676 14.3697Z\" fill=\"#F8CD46\"/>\\n<path d=\"M108.604 3.74021L107.476 8.10693L206.168 33.5937L207.296 29.227L108.604 3.74021Z\" fill=\"#F4D581\"/>\\n</g>\\n<path d=\"M139.659 30.61C148.44 27.3983 154.535 21.9943 153.271 18.5399C152.008 15.0855 143.865 14.8888 135.084 18.1005C126.302 21.3123 120.208 26.7163 121.472 30.1707C122.735 33.6251 130.878 33.8218 139.659 30.61Z\" fill=\"#E16F3B\"/>\\n<path d=\"M144.09 20.6701C144.02 20.5901 142.41 18.7901 140.96 16.5101C140.34 15.5301 139.84 14.6301 139.48 13.7901C137.71 13.4101 136.43 12.7101 135.66 11.7101C134.95 10.7801 134.71 9.62006 134.95 8.26006C135.28 6.40006 136.53 4.54005 138.48 3.00005C140.15 1.69005 142.19 0.720052 143.94 0.420052C145.98 0.070052 148.05 0.420056 149.93 1.44006C151.34 2.21006 152.15 3.09006 152.18 3.12006C152.39 3.35006 152.37 3.70006 152.14 3.91006C151.91 4.12006 151.56 4.10006 151.35 3.87006C151.32 3.84006 148.46 0.770056 144.12 1.51006C142.54 1.78006 140.69 2.66006 139.16 3.87006C137.43 5.23006 136.32 6.86006 136.04 8.44006C135.85 9.50006 136.02 10.34 136.54 11.0201C137.1 11.75 138.01 12.2101 139 12.5101C138.6 11.1901 138.58 10.0901 138.94 9.20005C140.13 6.29005 142.37 5.51005 144.07 6.03005C145.51 6.47005 146.84 8.01005 146.34 10.34C145.87 12.54 143.16 14.2201 141.27 14.0501C141.12 14.0401 140.96 14.0201 140.81 14.0001C141.99 16.3501 143.89 18.7801 144.92 19.9201C145.13 20.1501 145.11 20.5001 144.88 20.7101C144.88 20.7101 144.87 20.7201 144.86 20.7301C144.63 20.9201 144.29 20.8901 144.09 20.6701ZM139.97 9.62006C139.63 10.4601 139.81 11.5901 140.27 12.8001C140.65 12.8601 141.01 12.9101 141.36 12.9401C142.63 13.0501 144.88 11.8301 145.24 10.1101C145.59 8.46005 144.74 7.41005 143.73 7.10005C143 6.87005 142.11 7.02005 141.32 7.67005C140.8 8.09005 140.33 8.73005 139.96 9.63005L139.97 9.62006Z\" fill=\"#010101\"/>\\n<path d=\"M137.9 24.82C137.61 24.91 137.29 24.74 137.21 24.45C137.18 24.36 134.36 15.15 129.84 12.91C129.6 12.79 129.37 12.7 129.14 12.63C129.4 13.69 129.31 15.12 128.24 16.92C127.1 18.84 125.82 19.97 124.45 20.28C123.19 20.56 122.14 20.09 121.48 19.65C120.8 19.19 120.14 18.1 120.3 16.78C120.46 15.38 121.59 13.36 126.02 11.69C126.41 11.54 126.8 11.44 127.19 11.38C125.89 10.02 123.46 9.27002 121.45 9.22002C117.98 9.14002 113.39 11.2 112.44 14.08C112.34 14.37 112.03 14.53 111.74 14.43C111.45 14.33 111.29 14.02 111.39 13.73C111.93 12.1 113.4 10.6 115.52 9.53001C117.38 8.59001 119.61 8.06001 121.49 8.10001C124 8.16001 127.24 9.21002 128.61 11.37C129.19 11.45 129.77 11.63 130.35 11.91C135.31 14.36 138.18 23.73 138.3 24.13C138.37 24.35 138.29 24.58 138.12 24.72C138.06 24.77 138 24.8 137.93 24.82H137.9ZM126.4 12.72C123.35 13.87 121.57 15.35 121.39 16.9C121.28 17.81 121.76 18.5 122.09 18.72C122.57 19.04 123.32 19.39 124.19 19.19C125.25 18.95 126.29 18 127.27 16.35C128.16 14.86 128.37 13.54 127.9 12.44C127.41 12.44 126.91 12.54 126.4 12.73V12.72Z\" fill=\"#010101\"/>\\n<path d=\"M134.56 29.73C134.56 29.73 134.6 29.7 134.61 29.68C134.82 29.46 134.81 29.1 134.58 28.89C134.51 28.83 132.86 27.29 130.22 25.83C127.77 24.48 123.99 22.95 119.86 23.34C115.37 23.77 111.4 26.34 108.05 30.96C107.87 31.21 107.93 31.56 108.17 31.74C108.42 31.92 108.77 31.86 108.95 31.62C112.1 27.27 115.8 24.85 119.95 24.45C123.79 24.08 127.34 25.51 129.64 26.79C132.16 28.18 133.79 29.69 133.8 29.7C134.01 29.89 134.32 29.9 134.53 29.72L134.56 29.73Z\" fill=\"#010101\"/>\\n<path d=\"M109.09 37.54L110.99 33.63C111.15 33.3 111.46 33.08 111.82 33.02L116.12 32.37C117.02 32.23 117.38 31.12 116.72 30.48L113.59 27.46C113.33 27.21 113.21 26.84 113.27 26.48L113.98 22.19C114.13 21.29 113.18 20.61 112.37 21.04L108.53 23.09C108.21 23.26 107.83 23.26 107.5 23.09L103.64 21.09C102.83 20.67 101.89 21.36 102.05 22.26L102.81 26.54C102.87 26.9 102.76 27.26 102.5 27.52L99.41 30.57C98.76 31.21 99.13 32.32 100.03 32.45L104.34 33.05C104.7 33.1 105.01 33.32 105.17 33.65L107.12 37.54C107.53 38.36 108.7 38.35 109.1 37.53L109.09 37.54Z\" fill=\"#F8CD46\"/>\\n<path d=\"M153.93 45.3C155.73 45.25 156.64 51 155.28 52.09C153.93 53.18 152.89 51.4 152.03 49.39C151.3 47.68 152.13 45.36 153.93 45.31V45.3Z\" fill=\"#010101\"/>\\n<path d=\"M138.81 56.74C137.85 52.81 139.01 52.17 140 51.84C140.92 51.53 143.62 51.17 143.16 54.14C142.7 57.11 143.38 58.55 144.73 59.3C146.08 60.05 146.99 63.24 146.99 63.24L138.81 56.75V56.74Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-krtzqo\",\"data-framer-name\":\"2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-81c5sr\",\"data-framer-name\":\"Conseil\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1odp6dd\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#765799\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Conseil\"})}),className:\"framer-1iha100\",\"data-framer-name\":\"Conseil\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14p7zoo\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:160,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"160\" viewBox=\"0 0 322 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40.4201 0.48999H281.55C303.59 0.48999 321.62 18.52 321.62 40.56V119.45C321.62 141.49 303.59 159.52 281.55 159.52L40.4201 129.52C13.1401 125.22 0.350098 111.49 0.350098 89.45V40.56C0.350098 18.52 18.3801 0.48999 40.4201 0.48999Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1c2nyyg\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:208,intrinsicWidth:185,svg:'<svg width=\"185\" height=\"208\" viewBox=\"0 0 185 208\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M110.5 207.14H92.0601C92.0601 207.14 92.3801 202.93 95.9401 202.93C99.5001 202.93 104.99 201.63 104.99 197.95L102.88 163.46H107.34L110.5 207.14Z\" fill=\"#010101\"/>\\n<path d=\"M123.9 207.14H142.34C142.34 207.14 142.02 202.93 138.46 202.93C134.9 202.93 128.36 201.63 128.36 197.95L120.98 163.46H116.52L123.9 207.14Z\" fill=\"#010101\"/>\\n<path d=\"M83.7601 53.6301C126.48 43.4401 152.9 58.3001 166.49 78.0401C180.08 97.7801 182.49 122.7 162.93 148.58C142.35 175.81 102.63 166.57 89.6901 160.74C76.7501 154.92 49.0901 134.5 52.6501 98.2601C55.2301 72.0301 67.0301 57.6201 83.7601 53.6301Z\" fill=\"#E16F3B\"/>\\n<path d=\"M97.3401 67.1501C112.16 64.9301 127.01 70.3501 133.66 74.1801C140.31 78.0101 152.25 87.4501 152.4 97.3501C152.57 108.7 147.05 117.03 131.16 120.73C115.27 124.43 90.0701 121.53 79.3001 116.78C68.5301 112.03 62.1501 99.2101 66.6201 85.5201C70.0501 75.0201 82.1901 69.4201 97.3301 67.1401L97.3401 67.1501Z\" fill=\"white\"/>\\n<path d=\"M85.2001 94.5201C87.6578 94.5201 89.6501 92.5278 89.6501 90.0701C89.6501 87.6124 87.6578 85.6201 85.2001 85.6201C82.7425 85.6201 80.7501 87.6124 80.7501 90.0701C80.7501 92.5278 82.7425 94.5201 85.2001 94.5201Z\" fill=\"#010101\"/>\\n<path d=\"M131.42 101.79C133.878 101.79 135.87 99.7978 135.87 97.3401C135.87 94.8825 133.878 92.8901 131.42 92.8901C128.962 92.8901 126.97 94.8825 126.97 97.3401C126.97 99.7978 128.962 101.79 131.42 101.79Z\" fill=\"#010101\"/>\\n<path d=\"M56.1101 116.64C46.9701 109.21 34.9701 97.21 34.4001 90.36C33.8301 83.51 33.2601 74.37 34.4001 72.65C35.5401 70.94 37.8301 71.79 37.5401 69.22C37.2501 66.65 37.9301 59.79 33.7401 59.79C29.5501 59.79 26.9701 60.65 26.6901 70.07C26.4101 79.49 26.9801 90.32 32.1201 98.19C37.2601 106.06 48.1201 117.49 56.1201 120.91C64.1201 124.33 56.1201 116.63 56.1201 116.63L56.1101 116.64Z\" fill=\"#010101\"/>\\n<path d=\"M162.09 140.06C159.92 138.76 156.41 141.86 162.09 145.49C166.04 148.01 171.23 154.92 174.09 160.34C176.95 165.77 177.9 171.77 177.14 175.48C176.38 179.19 178.38 184.05 181.8 182.91C185.23 181.77 185.51 177.2 184.09 174.05C182.67 170.9 182.09 163.48 178.66 157.77C175.23 152.06 168.78 144.06 162.09 140.06Z\" fill=\"#010101\"/>\\n<path d=\"M36.3701 77.16L22.6501 17.91\" stroke=\"#1D1D1B\" stroke-width=\"1.05\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M23.8202 22.9601L30.1602 50.3301\" stroke=\"#1D1D1B\" stroke-width=\"3.16\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M8.9202 40.6201C8.9202 40.6201 8.8602 40.5801 8.8302 40.5601C8.5702 40.3501 8.5302 39.9601 8.7402 39.7001L10.2702 37.8301C10.4802 37.5701 10.8702 37.5301 11.1302 37.7401C11.3902 37.9501 11.4302 38.3401 11.2202 38.6001L9.6902 40.4701C9.5002 40.7001 9.1702 40.7601 8.9202 40.6201Z\" fill=\"#F8CD46\"/>\\n<path d=\"M14.3902 33.93C14.3902 33.93 14.3302 33.89 14.3002 33.87C14.0402 33.66 14.0002 33.27 14.2102 33.01L17.5502 28.92C17.7602 28.66 18.1502 28.62 18.4102 28.83C18.6702 29.04 18.7102 29.43 18.5002 29.69L15.1602 33.78C14.9702 34.01 14.6402 34.07 14.3902 33.93Z\" fill=\"#F8CD46\"/>\\n<path d=\"M28.1201 17.1201C28.1201 17.1201 28.0602 17.0801 28.0302 17.0601C27.7702 16.8501 27.7302 16.4601 27.9402 16.2001L31.3902 11.9701C31.6002 11.7101 31.9902 11.6701 32.2502 11.8801C32.5102 12.0901 32.5501 12.4801 32.3401 12.7401L28.8902 16.9701C28.7002 17.2001 28.3701 17.2601 28.1201 17.1201Z\" fill=\"#F8CD46\"/>\\n<path d=\"M35.4801 8.12008C35.4801 8.12008 35.4201 8.08008 35.3901 8.06008C35.1301 7.85008 35.0901 7.46008 35.3001 7.20008L36.8301 5.33008C37.0401 5.07008 37.4301 5.03008 37.6901 5.24008C37.9501 5.45008 37.9901 5.84008 37.7801 6.10008L36.2501 7.97008C36.0601 8.20008 35.7301 8.26008 35.4801 8.12008Z\" fill=\"#F8CD46\"/>\\n<path d=\"M18.7402 37.85C18.4902 37.71 18.3602 37.42 18.4502 37.14L18.8402 35.82C18.9402 35.49 19.2802 35.31 19.6002 35.4C19.9302 35.49 20.1102 35.84 20.0202 36.16L19.6302 37.48C19.5302 37.81 19.1902 37.99 18.8702 37.9C18.8302 37.89 18.7802 37.87 18.7502 37.85H18.7402Z\" fill=\"#F8CD46\"/>\\n<path d=\"M20.3702 32.28C20.1202 32.14 19.9902 31.85 20.0802 31.57L21.1102 28.04C21.2102 27.71 21.5502 27.53 21.8702 27.62C22.2002 27.71 22.3802 28.06 22.2902 28.38L21.2602 31.91C21.1602 32.24 20.8202 32.42 20.5002 32.33C20.4602 32.32 20.4102 32.3 20.3802 32.28H20.3702Z\" fill=\"#F8CD46\"/>\\n<path d=\"M24.5002 18.1401C24.2502 18.0001 24.1202 17.7101 24.2102 17.4301L25.2202 13.9701C25.3202 13.6401 25.6602 13.4601 25.9802 13.5501C26.3102 13.6401 26.4902 13.9901 26.4002 14.3101L25.3902 17.7701C25.2902 18.1001 24.9502 18.2801 24.6302 18.1901C24.5902 18.1801 24.5402 18.1601 24.5102 18.1401H24.5002Z\" fill=\"#F8CD46\"/>\\n<path d=\"M26.7902 10.2701C26.5402 10.1301 26.4102 9.84007 26.5002 9.56007L26.8502 8.35007C26.9502 8.02007 27.2902 7.84007 27.6102 7.93007C27.9402 8.02007 28.1202 8.37007 28.0302 8.69007L27.6802 9.90007C27.5802 10.2301 27.2402 10.4101 26.9202 10.3201C26.8802 10.3101 26.8302 10.2901 26.8002 10.2701H26.7902Z\" fill=\"#F8CD46\"/>\\n<path d=\"M0.880147 25.6601C0.710147 25.5701 0.590147 25.3901 0.560147 25.1801C0.530147 24.8401 0.77015 24.5401 1.11015 24.5101L3.51015 24.2701C3.85015 24.2401 4.15015 24.4801 4.18015 24.8201C4.21015 25.1601 3.97015 25.4601 3.63015 25.4901L1.23015 25.7301C1.10015 25.7401 0.980152 25.7201 0.870152 25.6601H0.880147Z\" fill=\"#F8CD46\"/>\\n<path d=\"M9.49013 24.7901C9.32013 24.7001 9.20013 24.5201 9.17013 24.3101C9.14013 23.9701 9.38014 23.6701 9.72014 23.6401L14.9801 23.1101C15.3201 23.0801 15.6201 23.3201 15.6501 23.6601C15.6801 24.0001 15.4401 24.3001 15.1001 24.3301L9.84013 24.8601C9.71013 24.8701 9.59014 24.8501 9.48014 24.7901H9.49013Z\" fill=\"#F8CD46\"/>\\n<path d=\"M31.0801 22.62C30.9101 22.53 30.7901 22.35 30.7601 22.14C30.7301 21.8 30.9701 21.5 31.3101 21.47L36.7401 20.92C37.0801 20.89 37.3801 21.13 37.4101 21.47C37.4401 21.81 37.2001 22.11 36.8601 22.14L31.4301 22.69C31.3001 22.7 31.1801 22.68 31.0701 22.62H31.0801Z\" fill=\"#F8CD46\"/>\\n<path d=\"M42.6401 21.46C42.4701 21.37 42.3502 21.19 42.3202 20.98C42.2902 20.64 42.5301 20.34 42.8701 20.31L45.2702 20.07C45.6102 20.04 45.9102 20.28 45.9402 20.62C45.9702 20.96 45.7301 21.26 45.3901 21.29L42.9902 21.53C42.8602 21.54 42.7402 21.52 42.6302 21.46H42.6401Z\" fill=\"#F8CD46\"/>\\n<path d=\"M9.79021 30.6401C9.69021 30.5901 9.61021 30.5001 9.55021 30.4001C9.39021 30.1001 9.50021 29.7301 9.79021 29.5701L11.0002 28.9101C11.3002 28.7501 11.6702 28.8601 11.8302 29.1501C11.9902 29.4401 11.8802 29.8201 11.5902 29.9801L10.3802 30.6401C10.1902 30.7401 9.97021 30.7401 9.79021 30.6401Z\" fill=\"#F8CD46\"/>\\n<path d=\"M14.8702 27.85C14.7702 27.8 14.6902 27.71 14.6302 27.61C14.4702 27.31 14.5802 26.94 14.8702 26.78L18.1002 25.01C18.4002 24.85 18.7702 24.96 18.9302 25.25C19.0902 25.54 18.9802 25.92 18.6902 26.08L15.4602 27.85C15.2702 27.95 15.0502 27.95 14.8702 27.85Z\" fill=\"#F8CD46\"/>\\n<path d=\"M27.8002 20.78C27.7002 20.73 27.6202 20.64 27.5602 20.54C27.4002 20.24 27.5102 19.87 27.8002 19.71L30.9602 17.98C31.2602 17.82 31.6302 17.93 31.7902 18.22C31.9502 18.52 31.8402 18.89 31.5502 19.05L28.3902 20.78C28.2002 20.88 27.9802 20.88 27.8002 20.78Z\" fill=\"#F8CD46\"/>\\n<path d=\"M34.9801 16.8401C34.8801 16.7901 34.8002 16.7001 34.7402 16.6001C34.5802 16.3001 34.6901 15.9301 34.9801 15.7701L36.0901 15.1601C36.3901 15.0001 36.7601 15.1101 36.9201 15.4001C37.0801 15.6901 36.9701 16.0701 36.6801 16.2301L35.5702 16.8401C35.3802 16.9401 35.1601 16.9401 34.9801 16.8401Z\" fill=\"#F8CD46\"/>\\n<path d=\"M7.65019 10.9301C7.65019 10.9301 7.59018 10.8901 7.56018 10.8701L5.69019 9.34011C5.43019 9.13011 5.39019 8.7401 5.60019 8.4801C5.81019 8.2201 6.20019 8.1801 6.46019 8.3901L8.33019 9.9201C8.59019 10.1301 8.63019 10.5201 8.42019 10.7801C8.23019 11.0101 7.90019 11.0701 7.65019 10.9301Z\" fill=\"#F8CD46\"/>\\n<path d=\"M16.5701 18.2201C16.5701 18.2201 16.5101 18.1801 16.4801 18.1601L12.3901 14.8101C12.1301 14.6001 12.0901 14.2101 12.3001 13.9501C12.5101 13.6901 12.9001 13.6501 13.1601 13.8601L17.2501 17.2101C17.5101 17.4201 17.5501 17.8101 17.3401 18.0701C17.1501 18.3001 16.8201 18.3601 16.5701 18.2201Z\" fill=\"#F8CD46\"/>\\n<path d=\"M33.5102 32.0601C33.5102 32.0601 33.4502 32.0201 33.4202 32.0001L29.1902 28.5501C28.9302 28.3401 28.8902 27.9501 29.1002 27.6901C29.3102 27.4301 29.7002 27.3901 29.9602 27.6001L34.1902 31.0501C34.4502 31.2601 34.4902 31.6501 34.2802 31.9101C34.0902 32.1401 33.7602 32.2001 33.5102 32.0601Z\" fill=\"#F8CD46\"/>\\n<path d=\"M40.1502 37.49C40.1502 37.49 40.0902 37.45 40.0602 37.43L38.1902 35.9C37.9302 35.69 37.8902 35.3 38.1002 35.04C38.3102 34.78 38.7002 34.74 38.9602 34.95L40.8302 36.48C41.0902 36.69 41.1302 37.08 40.9202 37.34C40.7302 37.57 40.4002 37.63 40.1502 37.49Z\" fill=\"#F8CD46\"/>\\n<path d=\"M8.56011 19.2201C8.31011 19.0801 8.18011 18.7901 8.27011 18.5101C8.37011 18.1801 8.71011 18.0001 9.03011 18.0901L10.3501 18.4801C10.6801 18.5801 10.8601 18.9201 10.7701 19.2401C10.6701 19.5701 10.3301 19.7501 10.0101 19.6601L8.69012 19.2701C8.69012 19.2701 8.60012 19.2401 8.57012 19.2201H8.56011Z\" fill=\"#F8CD46\"/>\\n<path d=\"M14.1202 20.8501C13.8702 20.7101 13.7402 20.4201 13.8302 20.1401C13.9302 19.8101 14.2702 19.6301 14.5902 19.7201L18.1202 20.7501C18.4502 20.8501 18.6302 21.1901 18.5402 21.5101C18.4402 21.8401 18.1002 22.0201 17.7802 21.9301L14.2502 20.9001C14.2502 20.9001 14.1602 20.8701 14.1302 20.8501H14.1202Z\" fill=\"#F8CD46\"/>\\n<path d=\"M28.2702 24.98C28.0202 24.84 27.8902 24.55 27.9802 24.27C28.0802 23.94 28.4202 23.76 28.7402 23.85L32.2002 24.86C32.5302 24.96 32.7102 25.3 32.6202 25.62C32.5202 25.95 32.1802 26.13 31.8602 26.04L28.4002 25.03C28.4002 25.03 28.3102 25 28.2802 24.98H28.2702Z\" fill=\"#F8CD46\"/>\\n<path d=\"M36.1302 27.28C35.8802 27.14 35.7502 26.85 35.8402 26.57C35.9402 26.24 36.2802 26.06 36.6002 26.15L37.8102 26.5C38.1402 26.6 38.3202 26.94 38.2302 27.26C38.1302 27.59 37.7902 27.77 37.4702 27.68L36.2602 27.33C36.2602 27.33 36.1702 27.3 36.1402 27.28H36.1302Z\" fill=\"#F8CD46\"/>\\n<path d=\"M20.9902 3.76005C20.8202 3.67005 20.7001 3.49005 20.6701 3.28005L20.4301 0.880051C20.4001 0.540051 20.6401 0.240049 20.9801 0.210049C21.3201 0.180049 21.6201 0.420049 21.6501 0.760049L21.8901 3.16005C21.9201 3.50005 21.6801 3.80005 21.3401 3.83005C21.2101 3.84005 21.0901 3.82005 20.9801 3.76005H20.9902Z\" fill=\"#F8CD46\"/>\\n<path d=\"M22.1401 15.23C21.9701 15.14 21.8501 14.96 21.8201 14.75L21.2901 9.49004C21.2601 9.15004 21.5001 8.85003 21.8401 8.82003C22.1801 8.79003 22.4801 9.03003 22.5101 9.37003L23.0401 14.63C23.0701 14.97 22.8301 15.27 22.4901 15.3C22.3601 15.31 22.2401 15.29 22.1301 15.23H22.1401Z\" fill=\"#F8CD46\"/>\\n<path d=\"M24.3302 36.99C24.1602 36.9 24.0402 36.72 24.0102 36.51L23.4602 31.08C23.4302 30.74 23.6702 30.44 24.0102 30.41C24.3502 30.38 24.6502 30.62 24.6802 30.96L25.2302 36.39C25.2602 36.73 25.0202 37.03 24.6802 37.06C24.5502 37.07 24.4302 37.05 24.3202 36.99H24.3302Z\" fill=\"#F8CD46\"/>\\n<path d=\"M25.1902 45.5201C25.0202 45.4301 24.9002 45.2501 24.8702 45.0401L24.6302 42.6401C24.6002 42.3001 24.8402 42.0001 25.1802 41.9701C25.5202 41.9401 25.8202 42.1801 25.8502 42.5201L26.0902 44.9201C26.1202 45.2601 25.8802 45.5601 25.5402 45.5901C25.4102 45.6001 25.2902 45.5801 25.1802 45.5201H25.1902Z\" fill=\"#F8CD46\"/>\\n<path d=\"M16.4202 11.4801C16.3202 11.4301 16.2402 11.3401 16.1802 11.2401L15.5202 10.0301C15.3602 9.73011 15.4702 9.36011 15.7602 9.20011C16.0502 9.04011 16.4302 9.15011 16.5902 9.44011L17.2502 10.6501C17.4102 10.9501 17.3002 11.3201 17.0102 11.4801C16.8202 11.5801 16.6002 11.5801 16.4202 11.4801Z\" fill=\"#F8CD46\"/>\\n<path d=\"M20.3202 18.5801C20.2202 18.5301 20.1402 18.4401 20.0802 18.3401L18.3102 15.1101C18.1502 14.8101 18.2602 14.4401 18.5502 14.2801C18.8402 14.1201 19.2202 14.2301 19.3802 14.5201L21.1502 17.7501C21.3102 18.0501 21.2002 18.4201 20.9102 18.5801C20.7202 18.6801 20.5002 18.6801 20.3202 18.5801Z\" fill=\"#F8CD46\"/>\\n<path d=\"M27.3602 31.44C27.2602 31.39 27.1802 31.3 27.1202 31.2L25.3902 28.04C25.2302 27.74 25.3402 27.37 25.6302 27.21C25.9302 27.05 26.3002 27.16 26.4602 27.45L28.1902 30.61C28.3502 30.91 28.2402 31.28 27.9502 31.44C27.7602 31.54 27.5402 31.54 27.3602 31.44Z\" fill=\"#F8CD46\"/>\\n<path d=\"M30.1701 36.5701C30.0701 36.5201 29.9901 36.4301 29.9301 36.3301L29.3201 35.2201C29.1601 34.9201 29.2701 34.5501 29.5601 34.3901C29.8601 34.2301 30.2301 34.34 30.3901 34.63L31.0001 35.7401C31.1601 36.0401 31.0501 36.4101 30.7601 36.5701C30.5701 36.6701 30.3501 36.6701 30.1701 36.5701Z\" fill=\"#F8CD46\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nx4b9p\",\"data-framer-name\":\"3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yaqbfu\",\"data-framer-name\":\"Creation graphique\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-47wqet\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#E16F3B\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Cr\\xe9ation graphique\"})}),className:\"framer-kfn7bt\",\"data-framer-name\":\"Cr\\xe9ation graphique\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4xucn0\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:160,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"160\" viewBox=\"0 0 322 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40.4201 159.41H281.55C303.59 159.41 321.62 141.38 321.62 119.34V40.45C321.62 18.41 303.59 0.380005 281.55 0.380005L40.4201 30.38C13.1401 34.68 0.350098 48.41 0.350098 70.45V119.34C0.350098 141.38 18.3801 159.41 40.4201 159.41Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10le3yb\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:162,intrinsicWidth:215,svg:'<svg width=\"215\" height=\"162\" viewBox=\"0 0 215 162\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M119.86 92.0599C118.45 91.8899 116.15 94.9999 120.3 95.6599C124.44 96.3099 132.29 97.7299 138.83 94.3499C143.53 91.9199 147.77 86.0599 149.95 81.8099C152.13 77.5599 151.48 70.5799 154.64 69.4899C157.8 68.3999 163.58 68.6199 165.11 66.7599C166.64 64.8999 166.09 61.5299 162.6 61.1999C159.11 60.8699 156.07 61.8799 152.79 63.2699C151.37 63.8699 151.05 63.1599 151.15 60.4399C151.26 57.7099 148.33 58.9999 148.44 62.2699C148.55 65.5399 148.21 68.6199 147.45 73.7799C146.77 78.3899 144.18 85.9499 138.95 89.7599C135.94 91.9499 129.9 93.2499 119.87 92.0499L119.86 92.0599Z\" fill=\"#010101\"/>\\n<path d=\"M160.88 0.359964C162.43 0.919964 204.2 15.64 205.55 16.09C206.9 16.54 207.05 17.89 207.5 19.68C207.95 21.47 213.79 55.93 214.09 57.13C214.39 58.33 213.19 58.33 213.19 58.33C213.19 58.33 213.64 60.43 212.89 60.88C212.14 61.33 167.21 72.86 166.01 72.86C164.81 72.86 127.67 47.55 127.22 47.1C126.77 46.65 126.92 44.7 127.97 44.4C129.02 44.1 166.61 38.26 166.61 38.26C166.61 38.26 158.22 2.60996 158.22 1.70996C158.22 0.809963 158.71 -0.420036 160.88 0.359964Z\" fill=\"#B2B2B2\"/>\\n<path d=\"M160.13 3.65991L205.55 19.8399L211.99 55.0299L167.96 37.2099L160.13 3.65991Z\" fill=\"#010101\"/>\\n<path d=\"M213.19 58.64C213.19 58.64 213.11 58.64 213.07 58.62L167.99 39.75C167.83 39.68 167.76 39.5 167.82 39.34C167.89 39.18 168.07 39.11 168.23 39.17L213.31 58.04C213.47 58.11 213.54 58.29 213.48 58.45C213.43 58.57 213.31 58.64 213.19 58.64Z\" fill=\"#010101\"/>\\n<path d=\"M143.99 52.04L157.02 60.58L167.21 58.33L154.33 50.24L143.99 52.04Z\" fill=\"#010101\"/>\\n<path d=\"M158.37 48.01C158.31 48.01 158.26 48 158.21 47.96L154.32 45.56C154.17 45.47 154.13 45.28 154.22 45.13C154.31 44.98 154.5 44.94 154.65 45.03L158.54 47.43C158.69 47.52 158.73 47.71 158.64 47.86C158.58 47.96 158.48 48.01 158.37 48.01Z\" fill=\"#010101\"/>\\n<path d=\"M175.92 54.0299C175.86 54.0299 175.81 54.0199 175.76 53.9799L171.87 51.5799C171.72 51.4899 171.68 51.2999 171.77 51.1499C171.86 50.9999 172.05 50.9599 172.2 51.0499L176.09 53.4499C176.24 53.5399 176.28 53.7299 176.19 53.8799C176.13 53.9799 176.03 54.0299 175.92 54.0299Z\" fill=\"#010101\"/>\\n<path d=\"M174.1 58.64C174.04 58.64 173.99 58.62 173.93 58.59L161.2 50.5C161.05 50.41 161.01 50.22 161.1 50.07C161.19 49.92 161.38 49.88 161.53 49.97L174.26 58.06C174.41 58.15 174.45 58.34 174.36 58.49C174.3 58.58 174.2 58.63 174.1 58.63V58.64Z\" fill=\"#010101\"/>\\n<path d=\"M195.14 59.57C195.14 59.57 195.04 59.56 195 59.53L183.76 53.65C183.61 53.57 183.55 53.38 183.63 53.23C183.71 53.08 183.9 53.02 184.05 53.1L195.29 58.98C195.44 59.06 195.5 59.25 195.42 59.4C195.36 59.51 195.26 59.57 195.14 59.57Z\" fill=\"#010101\"/>\\n<path d=\"M181.44 62.68C181.44 62.68 181.35 62.68 181.31 62.65L177.57 60.85C177.42 60.78 177.35 60.59 177.42 60.44C177.49 60.29 177.68 60.22 177.83 60.29L181.57 62.09C181.72 62.16 181.79 62.35 181.72 62.5C181.67 62.61 181.56 62.68 181.44 62.68Z\" fill=\"#010101\"/>\\n<path d=\"M169.01 49.7999C169.01 49.7999 168.91 49.7899 168.86 49.7599L160.92 45.5699C160.77 45.4899 160.71 45.2999 160.79 45.1499C160.87 44.9999 161.06 44.9399 161.21 45.0199L169.15 49.2099C169.3 49.2899 169.36 49.4799 169.28 49.6299C169.22 49.7399 169.12 49.7999 169 49.7999H169.01Z\" fill=\"#010101\"/>\\n<path d=\"M187.04 60.21C187.04 60.21 186.94 60.2 186.89 60.17L178.95 55.98C178.8 55.9 178.74 55.71 178.82 55.56C178.9 55.41 179.09 55.35 179.24 55.43L187.18 59.62C187.33 59.7 187.39 59.89 187.31 60.04C187.25 60.15 187.15 60.21 187.03 60.21H187.04Z\" fill=\"#010101\"/>\\n<path d=\"M170.56 46.81C170.56 46.81 170.47 46.81 170.43 46.78L164.91 44.23C164.75 44.16 164.69 43.97 164.76 43.82C164.83 43.66 165.02 43.6 165.17 43.67L170.69 46.22C170.85 46.29 170.91 46.48 170.84 46.63C170.79 46.74 170.67 46.81 170.56 46.81Z\" fill=\"#010101\"/>\\n<path d=\"M194.19 55.3C194.19 55.3 194.1 55.3 194.06 55.27L188.54 52.72C188.38 52.65 188.32 52.46 188.39 52.31C188.46 52.15 188.65 52.09 188.8 52.16L194.32 54.71C194.48 54.78 194.54 54.97 194.47 55.12C194.42 55.23 194.3 55.3 194.19 55.3Z\" fill=\"#010101\"/>\\n<path d=\"M198.64 57.3499C198.64 57.3499 198.55 57.3499 198.51 57.3199L195.75 56.0499C195.59 55.9799 195.53 55.7899 195.6 55.6399C195.67 55.4799 195.86 55.4199 196.01 55.4899L198.77 56.7599C198.93 56.8299 198.99 57.0199 198.92 57.1699C198.87 57.2799 198.75 57.3499 198.64 57.3499Z\" fill=\"#010101\"/>\\n<path d=\"M176.79 46.81C176.79 46.81 176.71 46.81 176.67 46.79L170.43 44.24C170.27 44.18 170.19 43.99 170.26 43.83C170.32 43.67 170.51 43.59 170.67 43.66L176.91 46.21C177.07 46.27 177.15 46.46 177.08 46.62C177.03 46.74 176.91 46.81 176.79 46.81Z\" fill=\"#010101\"/>\\n<path d=\"M186.06 51.33C186.06 51.33 185.98 51.33 185.94 51.31L178.72 48.36C178.56 48.3 178.48 48.11 178.55 47.95C178.61 47.79 178.8 47.71 178.96 47.78L186.18 50.73C186.34 50.79 186.42 50.98 186.35 51.14C186.3 51.26 186.18 51.33 186.06 51.33Z\" fill=\"#010101\"/>\\n<path d=\"M167.37 42.8899C167.779 42.8899 168.11 42.5586 168.11 42.1499C168.11 41.7412 167.779 41.4099 167.37 41.4099C166.961 41.4099 166.63 41.7412 166.63 42.1499C166.63 42.5586 166.961 42.8899 167.37 42.8899Z\" fill=\"#010101\"/>\\n<path d=\"M181.78 10.34C182.15 10.34 182.45 10.04 182.45 9.67C182.45 9.29997 182.15 9 181.78 9C181.41 9 181.11 9.29997 181.11 9.67C181.11 10.04 181.41 10.34 181.78 10.34Z\" fill=\"#010101\"/>\\n<path d=\"M68.05 161.05H85.5C85.5 161.05 85.19 157.07 81.83 157.07C78.47 157.07 73.2701 155.84 73.2701 152.36L75.26 119.73H71.04L68.05 161.06V161.05Z\" fill=\"#010101\"/>\\n<path d=\"M55.37 161.05H37.92C37.92 161.05 38.23 157.07 41.59 157.07C44.96 157.07 51.15 155.84 51.15 152.36L58.1301 119.73H62.3501L55.37 161.06V161.05Z\" fill=\"#010101\"/>\\n<path d=\"M97.88 17.9199C57.46 8.27994 32.47 22.3399 19.61 41.0099C6.75002 59.6799 4.47002 83.2599 22.98 107.74C42.45 133.5 80.03 124.76 92.27 119.25C104.51 113.74 130.68 94.4299 127.31 60.1399C124.87 35.3299 113.7 21.6899 97.87 17.9099L97.88 17.9199Z\" fill=\"#F8CC46\"/>\\n<path d=\"M85.4201 25.9199C69.5501 24.4999 60.4701 28.0099 52.7901 33.5399C46.1201 38.3399 40.3601 47.9299 40.2201 57.2899C40.0601 68.0299 40.5801 77.3199 59.2201 72.4699C81.9101 66.5699 97.5401 66.0199 108.67 65.8299C119.56 65.6499 121.26 51.7899 113.28 40.7399C105.95 30.5899 99.8401 27.2199 85.4201 25.9199Z\" fill=\"white\"/>\\n<path d=\"M101.74 54.8399C104.065 54.8399 105.95 52.955 105.95 50.6299C105.95 48.3048 104.065 46.4199 101.74 46.4199C99.4149 46.4199 97.53 48.3048 97.53 50.6299C97.53 52.955 99.4149 54.8399 101.74 54.8399Z\" fill=\"#010101\"/>\\n<path d=\"M57.01 61.5C59.3352 61.5 61.22 59.6151 61.22 57.2899C61.22 54.9648 59.3352 53.08 57.01 53.08C54.6849 53.08 52.8 54.9648 52.8 57.2899C52.8 59.6151 54.6849 61.5 57.01 61.5Z\" fill=\"#010101\"/>\\n<path d=\"M5.79006 113.16C8.59006 108.08 14.9901 103.07 17.5001 99.8399C21.4101 94.8099 19.5601 93.4799 17.5001 94.7099C11.1701 98.4999 5.21006 106.15 1.82006 111.47C-0.819938 115.62 -0.259936 120.63 5.72006 120.31C13.6701 119.88 22.9401 120.42 27.2001 120.31C29.8601 120.24 30.6901 120.86 31.2301 124.78C31.7801 128.7 37.2001 131.32 37.2701 126.52C37.3401 121.72 35.8101 115.84 31.1201 115.51C26.4301 115.18 9.32006 115.82 7.36006 115.82C5.40006 115.82 5.10006 114.43 5.79006 113.17V113.16Z\" fill=\"#010101\"/>\\n<path d=\"M147.57 72.86C148.55 72.43 149.58 72.1 150.59 71.89C151.27 71.75 151.99 71.65 152.72 71.64C152.88 71.26 153.05 70.92 153.26 70.62C153.23 69.93 153.21 69.24 153.18 68.55C153.02 68.3 152.89 68.02 152.81 67.72C152.46 66.39 150.2 65.1 151.4 65.76C152.01 66.1 152.23 65.14 152.31 64.57C152.33 64.39 152.2 64.23 152.02 64.22C151.19 64.17 149.84 61.8 152.04 61.49C154.17 61.19 153.26 57.82 149.83 59.39C146.15 61.07 148.18 68.16 147.57 72.88V72.86Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qdd1jm\",\"data-framer-name\":\"4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vuu3cg\",\"data-framer-name\":\"Comm\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-fo27sm\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#F8CC46\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Communication 360\\xb0\"})}),className:\"framer-oymb9\",\"data-framer-name\":\"Communication 360\\xb0\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-i8h28m\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:172,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"172\" viewBox=\"0 0 322 172\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M281.55 171.41H40.4201C18.3801 171.41 0.350098 151.99 0.350098 128.26V43.31C0.350098 19.58 18.3801 0.160034 40.4201 0.160034L281.55 32.47C308.83 37.1 321.62 51.89 321.62 75.62V128.27C321.62 152 303.59 171.42 281.55 171.42V171.41Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6o14lz\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:173,intrinsicWidth:187,svg:'<svg width=\"187\" height=\"173\" viewBox=\"0 0 187 173\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M37.66 98.98C39.53 99.42 40.75 103.11 39.46 103.29C33.53 104.12 27.02 101.15 19.27 96.38C11.52 91.61 7.60002 78.61 7.90002 70.6C8.20002 62.59 11.99 57.47 10.31 55.01C8.62002 52.55 1.98002 46.85 2.92002 43.87C3.86002 40.89 6.76002 40.53 10.36 43.64C13.96 46.75 16.58 50.32 17.25 50.38C17.92 50.44 16.76 47.41 17.53 46.46C18.3 45.51 20.52 46.52 21.24 47.67C21.95 48.82 21.76 51.73 18.53 56.69C15.3 61.65 12.4 67.4 13.81 75.76C15.22 84.12 18.66 91.53 26.4 95.47C32.57 98.62 37.66 98.97 37.66 98.97V98.98Z\" fill=\"#010101\"/>\\n<path d=\"M96.8 172.92H116.1C116.1 172.92 115.76 168.52 112.04 168.52C108.31 168.52 101.47 167.15 101.47 163.31L96.02 127.21H91.35L96.8 172.93V172.92Z\" fill=\"#010101\"/>\\n<path d=\"M91.6001 172.92H72.3C72.3 172.92 72.64 168.52 76.36 168.52C80.09 168.52 84.75 167.15 84.75 163.31L81.48 127.21H86.15L91.6001 172.93V172.92Z\" fill=\"#010101\"/>\\n<path d=\"M128.91 36.34C116.45 26.9 99.79 16.63 79.63 16.93C59.46 17.23 37.02 26.18 31.1 47.11C25.19 68.04 26.85 102.31 50.21 119.9C73.56 137.49 103.44 141.28 124.36 129.76C145.29 118.24 154.54 87.91 151.35 70.47C148.17 53.03 135.09 41.03 128.91 36.35V36.34Z\" fill=\"#9BD0CD\"/>\\n<path d=\"M130.12 115.19C128.3 114.58 125.57 116.86 126.33 117.92C127.09 118.98 136.79 123.23 145.89 123.23C154.99 123.23 162.57 121.41 166.51 114.43C170.45 107.45 171.06 96.8401 173.79 95.6301C176.52 94.4201 185.16 93.0501 185.92 90.0201C186.68 86.9901 184.4 85.17 179.7 85.93C175 86.69 170.9 88.3601 170.3 88.0501C169.7 87.7401 172.27 85.7801 172.12 84.5601C171.97 83.3401 169.54 83.04 168.33 83.65C167.12 84.26 165.75 86.8301 165.9 92.7501C166.05 98.6701 166.02 106.69 160.44 113.07C155.13 119.14 147.4 120.2 140.57 118.98C133.75 117.77 130.11 115.19 130.11 115.19H130.12Z\" fill=\"#010101\"/>\\n<path d=\"M92.8201 29.82C83.1001 24.96 69.7701 23.15 60.3701 26.94C50.9701 30.73 42.3201 40.85 40.0501 44.81C37.7801 48.77 38.6901 51.96 42.3201 54.23C45.9601 56.5 87.8101 77.4299 92.8201 80.0099C97.8201 82.59 106.92 84.5599 109.65 80.0099C112.38 75.4599 116.47 59.99 113.74 51.96C111.01 43.92 104.64 35.73 92.8101 29.82H92.8201Z\" fill=\"white\"/>\\n<path d=\"M98.58 65.17C99.04 65.17 99.47 64.87 99.62 64.41C100.25 62.4 100.45 58.19 96.71 56.7C95.1 56.05 93.87 56.38 93.13 56.76C92.22 57.23 91.46 58.07 90.88 59.24C90.48 60.05 90.31 60.73 90.29 60.8C90.15 61.38 90.51 61.97 91.1 62.11C91.68 62.25 92.27 61.89 92.41 61.3C92.54 60.75 93.12 59.21 94.14 58.68C94.64 58.43 95.21 58.44 95.9 58.71C98.7 59.83 97.59 63.59 97.54 63.75C97.36 64.32 97.69 64.93 98.26 65.11C98.37 65.14 98.48 65.16 98.58 65.16V65.17Z\" fill=\"#010101\"/>\\n<path d=\"M61.0701 45.8999C61.5301 45.8999 61.9601 45.5999 62.1101 45.1399C62.7401 43.1299 62.9401 38.9199 59.2001 37.4299C57.5901 36.7799 56.3601 37.1099 55.6201 37.4899C54.7101 37.9599 53.9501 38.7999 53.3701 39.9699C52.9701 40.7799 52.8001 41.4599 52.7801 41.5299C52.6401 42.1099 53.0001 42.6999 53.5901 42.8399C54.1701 42.9799 54.7601 42.6199 54.9001 42.0299C55.0301 41.4799 55.6101 39.9399 56.6301 39.4099C57.1301 39.1599 57.7001 39.1699 58.3901 39.4399C61.1901 40.5599 60.0801 44.3199 60.0301 44.4799C59.8501 45.0499 60.1801 45.6599 60.7501 45.8399C60.8601 45.8699 60.9701 45.8899 61.0701 45.8899V45.8999Z\" fill=\"#010101\"/>\\n<path d=\"M14.2401 17.2999C14.9201 17.2999 15.6101 17.3399 16.2901 17.3499C16.3501 17.3499 16.4201 17.3499 16.4801 17.3499C16.5701 17.3499 16.6501 17.3699 16.7401 17.3799C17.3201 17.4499 17.9101 17.5199 18.4901 17.6099C18.9601 17.6799 19.4201 17.7799 19.8901 17.8699C19.9401 17.8699 19.9801 17.8899 20.0301 17.8899C20.5701 18.0399 21.1201 18.1699 21.6601 18.3299C23.2401 18.7999 24.7501 19.4399 26.2001 20.2399C27.2601 20.8199 28.2701 21.4699 29.2401 22.1999C31.0001 23.5199 32.5801 25.0399 34.0101 26.7199C34.1801 26.9099 34.3401 27.1099 34.5001 27.2999C34.5501 27.3599 34.6001 27.4199 34.6501 27.4799C35.4001 28.4299 36.1201 29.4099 36.7801 30.4299C37.0901 30.9199 37.3901 31.4199 37.7001 31.9199C37.7301 31.9699 37.7701 32.0099 37.8101 32.0599C37.8501 32.1399 37.9001 32.2299 37.9401 32.3099C38.0201 32.4599 38.0901 32.5999 38.1701 32.7499C38.8001 33.8899 39.3801 35.0599 39.8901 36.2699C39.9101 36.3099 39.9301 36.3499 39.9501 36.3899C40.1101 36.7999 40.2601 37.1999 40.4201 37.6099C40.3701 37.6399 40.3401 37.6699 40.3001 37.6999C34.5701 41.6199 28.8401 45.5399 23.1201 49.4599C23.0101 49.5299 0.770076 61.9399 0.660076 61.8699C0.0800762 61.4899 0.120078 61.5399 0.0800781 61.4899C0.0800781 61.4599 6.89008 29.5099 6.90008 29.4799C7.84008 25.3399 8.59008 22.0799 9.53008 17.9299C9.57008 17.7699 9.63008 17.6999 9.79008 17.6899C10.6401 17.5899 11.4901 17.4899 12.3401 17.3799C12.9801 17.3599 13.6201 17.3099 14.2601 17.3099L14.2401 17.2999Z\" fill=\"#E16F3B\"/>\\n<path d=\"M5.22009 36.77L5.45009 36.94C5.45009 36.94 5.46009 36.93 5.47009 36.92C5.40009 36.83 5.33009 36.74 5.25009 36.65C5.24009 36.69 5.23009 36.73 5.22009 36.77Z\" fill=\"#514C99\"/>\\n<path d=\"M38.64 31.7099C38.64 31.7099 38.68 31.6899 38.7 31.6799C38.68 31.6799 38.66 31.6999 38.64 31.7099Z\" fill=\"#E16F3B\"/>\\n<path d=\"M20.35 17.28C21.07 15.7 21.79 14.12 22.52 12.53C22.61 12.32 22.6 12.26 22.42 12.22C22.48 12.07 22.54 11.91 22.61 11.76C23 10.95 23.4 10.13 23.8 9.31998C24.22 8.46998 24.63 7.62998 25.05 6.77998C25.44 5.98998 25.82 5.18998 26.21 4.38998C26.24 4.33998 26.27 4.28998 26.31 4.21998C26.5 4.31998 26.69 4.40998 26.87 4.50998C27.25 4.70998 27.63 4.90998 28 5.10998C28.43 5.33998 28.86 5.56998 29.29 5.78998C29.46 5.87998 29.63 5.95998 29.8 6.03998C29.88 6.07998 29.95 6.11998 30.04 6.16998C30.82 4.42998 31.59 2.70998 32.36 0.97998C32.39 0.97998 32.4 0.989977 32.41 0.999977C33.1 1.42998 33.78 1.85998 34.47 2.27998C34.97 2.57998 35.48 2.85998 35.99 3.14998C36.21 3.26998 36.25 3.30997 36.2 3.55997C36.12 3.93997 36.01 4.32997 35.9 4.69997C35.81 4.99997 35.7 5.28997 35.6 5.58997C35.44 5.97997 35.29 6.36998 35.12 6.74998C34.66 7.82998 34.19 8.90998 33.72 9.98997C33.61 10.24 33.5 10.49 33.4 10.75C33.58 10.53 33.77 10.31 33.95 10.08C34.26 9.67998 34.57 9.26998 34.89 8.86998C35.04 8.67998 35.2 8.50998 35.35 8.32998C34.79 9.09998 34.23 9.87998 33.67 10.65C31.47 13.67 29.27 16.69 27.07 19.72C27.05 19.74 27.02 19.77 27.02 19.79C27.02 19.86 27.02 19.96 27.05 20C27.11 20.06 27.2 20.03 27.25 19.95C27.47 19.65 27.69 19.35 27.91 19.05C30.06 16.1 32.21 13.14 34.36 10.19C34.99 9.32998 35.62 8.46998 36.24 7.60998C36.36 7.44998 36.32 7.36998 36.14 7.32998L36.29 7.11998C36.48 7.26998 36.65 7.40998 36.82 7.54998C37.05 7.73998 37.27 7.93997 37.5 8.12997C37.84 8.41997 38.19 8.71998 38.53 9.00998C38.66 9.11998 38.8 9.22997 38.93 9.33997C39.07 9.45997 39.22 9.58998 39.36 9.70998C39.66 9.94998 39.96 10.19 40.26 10.44C40.63 10.16 41 9.87998 41.36 9.59998C41.93 9.15998 42.5 8.71997 43.07 8.26997C43.28 8.09997 43.49 7.93997 43.7 7.76997C43.76 7.72997 43.83 7.67997 43.91 7.62997C43.95 7.68997 43.98 7.73998 44.01 7.78998C44.17 8.03998 44.32 8.29998 44.48 8.54998C44.51 8.62998 44.53 8.70998 44.57 8.77998C44.97 9.45998 45.38 10.14 45.79 10.82C45.79 10.83 45.81 10.84 45.82 10.85C45.93 11.01 46.04 11.17 46.14 11.34C46.17 11.39 46.2 11.48 46.18 11.53C46.14 11.63 46.07 11.73 46 11.82C45.9 11.95 45.79 12.07 45.68 12.19C45.65 12.23 45.61 12.26 45.58 12.3C45.37 12.49 45.16 12.69 44.94 12.88C44.6 13.18 44.25 13.48 43.9 13.78C43.84 13.83 43.79 13.89 43.73 13.95C43.48 14.15 43.22 14.35 42.97 14.55C42.91 14.6 42.84 14.66 42.77 14.72C42.88 14.82 42.97 14.91 43.07 14.99C43.32 15.2 43.58 15.4 43.83 15.61C44.11 15.84 44.38 16.07 44.65 16.31C44.7 16.36 44.73 16.47 44.71 16.54C44.66 16.72 44.6 16.9 44.5 17.06C44.29 17.42 44.07 17.77 43.83 18.1C43.48 18.58 43.12 19.05 42.75 19.52C42.46 19.89 42.16 20.26 41.86 20.62C41.51 21.04 41.14 21.46 40.78 21.88C40.49 22.22 40.19 22.57 39.9 22.91C39.86 22.95 39.84 23 39.81 23.05C39.21 23.53 38.62 24.01 38.02 24.48C36.9 25.38 35.77 26.27 34.64 27.17C34.59 27.21 34.54 27.27 34.5 27.32C34.34 27.13 34.17 26.93 34.01 26.74C32.58 25.06 31 23.55 29.24 22.22C28.27 21.5 27.26 20.85 26.2 20.26C24.75 19.47 23.24 18.83 21.66 18.35C21.12 18.19 20.57 18.05 20.03 17.91C20.14 17.7 20.25 17.5 20.35 17.29V17.28ZM32.62 22C32.23 22.51 31.84 23.01 31.45 23.52C31.42 23.56 31.38 23.62 31.38 23.66C31.38 23.71 31.43 23.79 31.46 23.79C31.52 23.79 31.61 23.77 31.65 23.72C31.84 23.49 32.01 23.26 32.19 23.02C33.92 20.77 35.66 18.53 37.39 16.28C38.36 15.02 39.33 13.76 40.31 12.5C40.33 12.48 40.35 12.45 40.36 12.43C40.41 12.35 40.41 12.28 40.33 12.22C40.25 12.16 40.18 12.19 40.12 12.26C40 12.4 39.89 12.55 39.78 12.7C38.44 14.44 37.09 16.19 35.75 17.93C34.7 19.28 33.66 20.64 32.61 21.99L32.62 22ZM25.25 18.59C26.81 14.71 28.37 10.84 29.92 6.95998C29.95 6.88998 29.95 6.78998 29.92 6.72998C29.86 6.63998 29.73 6.68998 29.67 6.82998C29.48 7.29998 29.29 7.77998 29.1 8.24998C27.67 11.8 26.24 15.35 24.81 18.9C24.79 18.95 24.75 19 24.76 19.04C24.76 19.1 24.8 19.18 24.84 19.21C24.88 19.23 24.95 19.2 25 19.19C25.09 18.97 25.17 18.78 25.24 18.59H25.25Z\" fill=\"#F8CD46\"/>\\n<path d=\"M16.7401 17.3899C17.3201 17.4599 17.9101 17.5299 18.4901 17.6199C18.9601 17.6899 19.4201 17.7899 19.8901 17.8799C19.8001 17.7899 19.8401 17.6999 19.8901 17.5999C20.2901 16.7199 20.7001 15.8399 21.1001 14.9599C21.4201 14.2599 21.7301 13.5599 22.0501 12.8599C22.0801 12.6299 22.1101 12.3999 22.1501 12.1699C22.3001 11.1899 22.4701 10.2099 22.6101 9.21992C22.7501 8.18993 22.8801 7.14992 22.9801 6.10992C23.0201 5.69992 22.9801 5.26992 22.9701 4.85992C22.9701 4.72992 22.8901 4.65992 22.7501 4.62992C22.4901 4.57992 22.2301 4.51993 21.9801 4.43993C20.9901 4.13993 19.9901 3.82992 19.0001 3.52992C18.8801 3.48992 18.7601 3.45992 18.6201 3.41992C18.5301 3.92992 18.4501 4.42993 18.3601 4.93993C18.2801 4.92993 18.2201 4.91993 18.1701 4.89993C17.3701 4.66993 16.5801 4.42992 15.7801 4.19992C15.7001 4.17992 15.6201 4.13992 15.5501 4.10992C15.2901 4.02992 15.0301 3.94993 14.7601 3.86993C14.7101 3.85993 14.6701 3.83992 14.6101 3.81992C14.6001 3.86992 14.5901 3.90992 14.5801 3.94992C14.2801 5.73992 13.9801 7.52992 13.6801 9.31992C13.3601 11.2499 13.0301 13.1899 12.7001 15.1199C12.5701 15.8699 12.4501 16.6199 12.3201 17.3699C12.9601 17.3499 13.6001 17.2999 14.2401 17.2999C14.9201 17.2999 15.6101 17.3399 16.2901 17.3499C16.3501 17.3499 16.4201 17.3499 16.4801 17.3499C16.4801 17.2699 16.4801 17.1799 16.5001 17.0999C16.9601 14.0299 17.4201 10.9599 17.8701 7.88992C17.9901 7.07992 18.1101 6.27992 18.2301 5.46992C18.2501 5.35992 18.2901 5.27993 18.4101 5.29993C18.5201 5.31993 18.5401 5.40993 18.5201 5.50993C18.5201 5.52993 18.5201 5.54992 18.5201 5.56992C18.0001 9.01992 17.4901 12.4799 16.9701 15.9299C16.9001 16.4099 16.8201 16.8899 16.7501 17.3699L16.7401 17.3899Z\" fill=\"#F8CD46\"/>\\n<path d=\"M34.65 27.4899C35.4 28.4399 36.12 29.4199 36.78 30.4399C37.09 30.9299 37.39 31.4299 37.7 31.9299C37.73 31.9799 37.77 32.0199 37.81 32.0699C38.09 31.9499 38.37 31.8299 38.64 31.7099L38.7 31.6799C38.7 31.6799 38.79 31.5799 38.85 31.5399C39.03 31.4199 39.21 31.3199 39.38 31.1999C40.91 30.1999 42.45 29.2199 43.97 28.1999C45.51 27.1599 47.03 26.0899 48.55 25.0299C48.84 24.8299 49.11 24.6199 49.39 24.4099C49.71 24.1399 50.05 23.8799 50.36 23.5899C50.62 23.3499 50.85 23.0699 51.09 22.8099C51.19 22.7099 51.21 22.5799 51.14 22.4499C51.1 22.3999 51.05 22.3599 51.01 22.3099C50.28 21.2599 49.54 20.2099 48.81 19.1599C48.65 18.9299 48.5 18.6999 48.35 18.4699C48.13 18.1499 47.9 17.8399 47.69 17.5199C47.61 17.3999 47.55 17.3799 47.44 17.4799C47.27 17.6199 47.09 17.7299 46.91 17.8599C46.86 17.9099 46.8 17.9599 46.75 17.9999C46.06 18.5099 45.37 19.0199 44.68 19.5299C43.95 20.0699 43.22 20.5999 42.49 21.1399C41.65 21.7599 40.81 22.3799 39.98 22.9999C40.11 23.1199 40.1 23.1799 39.96 23.2999C38.32 24.5999 36.68 25.9099 35.04 27.2099C34.92 27.3099 34.79 27.3899 34.66 27.4799L34.65 27.4899Z\" fill=\"#F8CD46\"/>\\n<path d=\"M37.9401 32.32C38.0201 32.47 38.0901 32.61 38.1701 32.76C38.8001 33.9 39.3801 35.07 39.8901 36.28C39.9101 36.32 39.9301 36.36 39.9501 36.4C40.9701 36.01 41.9901 35.64 43.0001 35.23C45.1501 34.36 47.3101 33.5 49.4401 32.6C50.3401 32.22 51.2101 31.77 52.0901 31.33C52.3501 31.2 52.5701 31.01 52.8101 30.85C52.9101 30.78 52.9201 30.69 52.8801 30.57C52.6101 29.65 52.3501 28.74 52.0901 27.82C51.9601 27.36 51.8601 26.89 51.7401 26.41C51.3801 26.55 51.0301 26.69 50.6901 26.82C50.3601 26.96 50.0301 27.1 49.7001 27.23C49.4601 27.33 49.2101 27.42 48.9601 27.51C49.0301 27.67 48.9301 27.73 48.8001 27.79C46.2001 28.87 43.6101 29.96 41.0101 31.05C39.9901 31.48 38.9601 31.9 37.9401 32.33V32.32Z\" fill=\"#F8CD46\"/>\\n<path d=\"M16.7401 17.39C16.8101 16.91 16.8901 16.43 16.9601 15.95C17.4801 12.5 17.9901 9.03997 18.5101 5.58997C18.5101 5.56997 18.5101 5.54997 18.5101 5.52997C18.5301 5.42997 18.5101 5.33997 18.4001 5.31997C18.2801 5.29997 18.2401 5.37997 18.2201 5.48997C18.1001 6.29997 17.9801 7.09997 17.8601 7.90997C17.4001 10.98 16.9401 14.05 16.4901 17.12C16.4801 17.2 16.4801 17.29 16.4701 17.37C16.5601 17.37 16.6401 17.39 16.7301 17.4L16.7401 17.39Z\" fill=\"#291C28\"/>\\n<path d=\"M48.9501 27.51C48.8501 27.43 48.7601 27.48 48.6701 27.51C47.0001 28.21 45.3201 28.91 43.6501 29.61C42.0501 30.28 40.4501 30.95 38.8501 31.62C38.8001 31.64 38.7601 31.65 38.7101 31.67C38.6901 31.67 38.6701 31.69 38.6501 31.7C38.3701 31.82 38.0901 31.94 37.8201 32.06C37.8601 32.14 37.9101 32.23 37.9501 32.31C38.9701 31.88 40.0001 31.46 41.0201 31.03C43.6201 29.94 46.2101 28.86 48.8101 27.77C48.9401 27.72 49.0401 27.66 48.9701 27.49L48.9501 27.51Z\" fill=\"#291C28\"/>\\n<path d=\"M39.9601 23.01C39.9101 23.01 39.8601 23.02 39.8101 23.03C39.2101 23.51 38.6201 23.99 38.0201 24.46C36.9001 25.36 35.7701 26.25 34.6401 27.15C34.5901 27.19 34.5401 27.25 34.5001 27.3C34.5501 27.36 34.6001 27.42 34.6501 27.48C34.7801 27.39 34.9001 27.31 35.0301 27.21C36.6701 25.91 38.3101 24.6 39.9501 23.3C40.1001 23.18 40.1001 23.13 39.9701 23L39.9601 23.01Z\" fill=\"#291C28\"/>\\n<path d=\"M22.4201 12.22C22.4201 12.22 22.3101 12.3 22.2801 12.36C22.1901 12.53 22.1201 12.7 22.0401 12.87C21.7201 13.57 21.41 14.27 21.09 14.97C20.69 15.85 20.2901 16.73 19.8801 17.61C19.8401 17.7 19.8001 17.8 19.8801 17.89C19.9301 17.89 19.97 17.91 20.02 17.91C20.13 17.7 20.24 17.5 20.34 17.29C21.06 15.71 21.7801 14.13 22.5101 12.54C22.6001 12.33 22.5901 12.27 22.4101 12.23L22.4201 12.22Z\" fill=\"#291C28\"/>\\n<path d=\"M36.13 7.30994C36.06 7.38994 35.97 7.45994 35.91 7.54994C35.72 7.79994 35.53 8.05994 35.34 8.31994C34.78 9.08994 34.22 9.86994 33.66 10.6399C31.46 13.6599 29.26 16.6799 27.06 19.7099C27.04 19.7299 27.01 19.7599 27.01 19.7799C27.01 19.8499 27.01 19.9499 27.04 19.9899C27.1 20.0499 27.19 20.0199 27.24 19.9399C27.46 19.6399 27.68 19.3399 27.9 19.0399C30.05 16.0899 32.2 13.1299 34.35 10.1799C34.98 9.31994 35.61 8.45994 36.23 7.59994C36.35 7.43994 36.31 7.35994 36.13 7.31994V7.30994Z\" fill=\"#291C28\"/>\\n<path d=\"M35.7601 17.93C34.7101 19.28 33.6701 20.64 32.6201 21.99C32.2301 22.5 31.8401 23 31.4501 23.51C31.4201 23.55 31.3801 23.61 31.3801 23.65C31.3801 23.7 31.4301 23.78 31.4601 23.78C31.5201 23.78 31.6101 23.76 31.6501 23.71C31.8401 23.48 32.0101 23.25 32.1901 23.01C33.9201 20.76 35.6601 18.52 37.3901 16.27C38.3601 15.01 39.3301 13.75 40.3101 12.49C40.3301 12.47 40.3501 12.44 40.3601 12.42C40.4101 12.34 40.4101 12.27 40.3301 12.21C40.2501 12.15 40.1801 12.18 40.1201 12.25C40.0001 12.39 39.8901 12.54 39.7801 12.69C38.4401 14.43 37.0901 16.18 35.7501 17.92L35.7601 17.93Z\" fill=\"#291C28\"/>\\n<path d=\"M25.0101 19.18C25.1001 18.96 25.1801 18.77 25.2501 18.58C26.8101 14.7 28.3701 10.83 29.9201 6.95002C29.9501 6.88002 29.9501 6.78002 29.9201 6.72002C29.8601 6.63002 29.7301 6.68002 29.6701 6.82002C29.4801 7.29002 29.2901 7.77002 29.1001 8.24002C27.6701 11.79 26.2401 15.34 24.8101 18.89C24.7901 18.94 24.7501 18.99 24.7601 19.03C24.7601 19.09 24.8001 19.17 24.8401 19.2C24.8801 19.22 24.9501 19.19 25.0001 19.18H25.0101Z\" fill=\"#291C28\"/>\\n<path d=\"M20.43 3.22998H20.42C20.42 3.22998 20.42 3.22997 20.42 3.23997H20.43C20.43 3.23997 20.43 3.23998 20.43 3.22998Z\" fill=\"white\"/>\\n<path d=\"M4.78005 38.89C2.83005 38.84 1.84005 45.08 3.31005 46.26C4.78005 47.44 5.91005 45.51 6.84005 43.32C7.63005 41.46 6.73005 38.94 4.78005 38.88V38.89Z\" fill=\"#010101\"/>\\n<path d=\"M21.2101 51.32C22.2601 47.05 20.9901 46.36 19.9201 45.99C18.9201 45.65 15.9901 45.27 16.4901 48.49C16.9901 51.71 16.2501 53.2799 14.7801 54.0899C13.3101 54.8999 12.3301 58.3699 12.3301 58.3699L21.2201 51.3099L21.2101 51.32Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-soly5w\",\"data-framer-name\":\"5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ubfcgc\",\"data-framer-name\":\"media\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1obngb6\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#9BD0CD\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Social media\"})}),className:\"framer-suge14\",\"data-framer-name\":\"Social media\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-h6awgq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:160,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"160\" viewBox=\"0 0 322 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M281.64 0.48999H40.5099C18.4699 0.48999 0.439941 18.52 0.439941 40.56V119.45C0.439941 141.49 18.4699 159.52 40.5099 159.52L281.64 129.52C308.92 125.22 321.71 111.49 321.71 89.45V40.56C321.71 18.52 303.68 0.48999 281.64 0.48999Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-td39kh\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:186,intrinsicWidth:188,svg:'<svg width=\"188\" height=\"186\" viewBox=\"0 0 188 186\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M116.4 108.62C116.4 108.62 128.39 111.1 141.84 91.26C152.29 75.85 159.91 52.61 163.79 50.23C167.67 47.85 178.43 50.74 174.92 57.72C171.41 64.7 155 87.27 147.43 95.92C139.15 105.4 127.33 117.72 115.15 113.14C98.71 106.96 116.39 108.63 116.39 108.63L116.4 108.62Z\" fill=\"#010101\"/>\\n<path d=\"M69.41 185.21H48.73C48.73 185.21 49.09 180.49 53.08 180.49C57.07 180.49 64.41 179.03 64.41 174.91V136.23H69.41V185.21Z\" fill=\"#010101\"/>\\n<path d=\"M74.9901 185.21H95.6701C95.6701 185.21 95.3101 180.49 91.3201 180.49C87.3301 180.49 79.9901 179.03 79.9901 174.91V136.23H74.9901V185.21Z\" fill=\"#010101\"/>\\n<path d=\"M47.41 20.98C72.85 13.5 112.22 18.31 127.46 40.44C142.7 62.57 137.57 95.44 118.33 118.88C95.17 147.1 52.06 145.13 36.57 137.4C22.33 130.29 -2.35996 109.88 0.740038 70.74C3.07004 41.28 28.9 26.42 47.41 20.98Z\" fill=\"#F8CC46\"/>\\n<path d=\"M17.05 122.29C16.8 123.17 16.62 124.21 16.54 125.41C15.91 134.53 14.61 146.45 20.4 149.96C26.19 153.47 34.78 152.41 40.04 148.73C45.3 145.05 50.03 139.48 51.79 138.76C53.54 138.04 55.82 135.76 54.07 132.95C52.32 130.14 44.08 129.62 42.15 132.42C40.22 135.23 39.52 140.84 36.19 143.29C32.86 145.74 26.9 147.67 23.57 145.04C20.24 142.41 19.99 135.27 20.87 126.15L17.07 122.28L17.05 122.29Z\" fill=\"#010101\"/>\\n<path d=\"M128.38 55.84C128.21 61.26 105.39 69.68 88.09 76.98C70.79 84.28 50.04 94.28 46.58 92.74C43.12 91.2 38.89 71.22 46.58 61.22C54.27 51.22 77.03 40.69 92.32 38.93C112.31 36.62 128.7 45.46 128.38 55.84Z\" fill=\"white\"/>\\n<path d=\"M108.71 51.12C104.97 52.47 105.41 56.97 105.97 58.04C107 60.03 109.42 57.96 110.92 57C112.64 55.9 114.42 56.59 115.12 55.03C115.53 54.1 113.42 49.42 108.72 51.12H108.71Z\" fill=\"#010101\"/>\\n<path d=\"M67.27 69.05C63.53 70.4 63.97 74.9 64.53 75.97C65.56 77.96 67.98 75.89 69.48 74.93C71.2 73.83 72.98 74.52 73.68 72.96C74.09 72.03 71.98 67.35 67.28 69.05H67.27Z\" fill=\"#010101\"/>\\n<path d=\"M161.765 85.3552L183.65 74.5671C185.726 73.544 186.579 71.032 185.556 68.9564L164.471 26.1808C163.448 24.1052 160.936 23.252 158.86 24.2752L136.974 35.0632C134.899 36.0863 134.046 38.5983 135.069 40.6739L156.154 83.4495C157.177 85.5251 159.689 86.3783 161.765 85.3552Z\" fill=\"#9BD0CD\"/>\\n<path d=\"M160.31 31.5099C161.514 31.5099 162.49 30.5339 162.49 29.3299C162.49 28.1259 161.514 27.1499 160.31 27.1499C159.106 27.1499 158.13 28.1259 158.13 29.3299C158.13 30.5339 159.106 31.5099 160.31 31.5099Z\" fill=\"#010101\"/>\\n<path d=\"M158.33 35.1C159.026 35.1 159.59 34.5358 159.59 33.84C159.59 33.1441 159.026 32.58 158.33 32.58C157.634 32.58 157.07 33.1441 157.07 33.84C157.07 34.5358 157.634 35.1 158.33 35.1Z\" fill=\"#010101\"/>\\n<path d=\"M181.34 47.15C181.16 43.47 174.96 40.24 172.41 41.24C169.86 42.24 164.29 47.52 167.67 50.9C171.06 54.28 174.57 55.2 176.31 53.58C178.05 51.96 181.58 52.16 181.34 47.15Z\" fill=\"#010101\"/>\\n<path d=\"M148.73 14.15C148.27 13.77 148.59 12.03 148.68 11.42C148.91 9.73004 149.37 7.83004 149.78 6.17004C149.98 5.36004 151.08 1.08004 151.54 0.750041C151.96 0.450041 154.28 0.94004 154.91 1.05004C158.43 1.67004 162.13 2.57004 165.61 3.41004C166.24 3.56004 169.77 4.33004 169.97 4.58004C170.58 5.33004 169.78 9.01004 169.55 10.06C169.21 11.64 168.72 13.41 168.2 14.94C168.02 15.48 167.11 18.03 166.78 18.23L159.42 16.67C159.27 16.7 158.23 18.56 158.01 18.86C157.91 19 157.16 19.98 157.02 19.81L156.53 16.07C153.96 15.36 151.24 15.07 148.74 14.16L148.73 14.15ZM159.13 5.75004C158.82 4.91004 158.43 4.26004 157.42 4.28004C154.15 4.36004 156.17 9.41004 156.86 11.07C157.03 11.47 158 13.62 158.26 13.68C159.48 13.14 160.76 12.34 161.77 11.46C163.14 10.27 164.44 8.78004 164.17 6.82004C163.75 3.81004 160.29 6.88004 159.59 8.16004L159.13 5.75004Z\" fill=\"#E16F39\"/>\\n<path d=\"M159.6 8.15999L159.14 5.74999C158.83 4.90999 158.44 4.25999 157.43 4.27999C154.16 4.35999 156.18 9.40999 156.87 11.07C157.04 11.47 158.01 13.62 158.27 13.68C159.49 13.14 160.77 12.34 161.78 11.46C163.15 10.27 164.45 8.77999 164.18 6.81999C163.76 3.80999 160.3 6.87999 159.6 8.15999Z\" fill=\"white\"/>\\n<path d=\"M136.41 15.6601C136.2 15.6701 135.98 15.6401 135.81 15.7901C135.48 16.0801 134.83 22.8601 134.84 23.7601C134.84 24.2101 134.72 25.0401 135.13 25.2701C135.63 25.5401 138.95 25.8001 139.47 25.6101C139.84 25.4801 139.82 24.8101 139.87 24.4601C140.29 21.8001 140.23 18.9701 140.52 16.2901C140.47 16.1501 140.2 16.1301 140.08 16.1001C139.28 15.9001 137.22 15.6201 136.42 15.6601H136.41Z\" fill=\"#765799\"/>\\n<path d=\"M129.01 14.5101C126.8 15.1001 124.9 16.2701 125.11 18.8301C125.21 20.0201 125.75 22.3201 126.42 23.3201C126.74 23.8101 128.55 24.0401 129.19 24.1601C130.79 24.4501 132.41 24.6101 134.04 24.6201L134.99 15.8801C134.46 15.9701 133.55 15.7601 133.01 15.5901C132 15.2801 131.92 15.1601 131.59 14.1401C131.36 13.4301 130.83 9.78006 130.14 9.69006C129.66 9.69006 129.29 10.2501 129.07 10.6401C128.42 11.8301 128.6 13.2801 129.01 14.5201V14.5101Z\" fill=\"#E5E5E5\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1roeo35\",\"data-framer-name\":\"6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-boobly\",\"data-framer-name\":\"Prod\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1w19wkk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#E76F38\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Production\"})}),className:\"framer-1emic2a\",\"data-framer-name\":\"Production\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-m5uzh8\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:172,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"172\" viewBox=\"0 0 322 172\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M281.55 171.41H40.42C18.38 171.41 0.349976 151.99 0.349976 128.26V43.31C0.349976 19.58 18.38 0.160034 40.42 0.160034L281.55 32.47C308.83 37.1 321.62 51.89 321.62 75.62V128.27C321.62 152 303.59 171.42 281.55 171.42V171.41Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+144+0+1138+0+693.0309+0+87.48+0+1475+0+64.6),pixelHeight:788,pixelWidth:876,positionX:\"center\",positionY:\"center\",sizes:\"217.71px\",src:\"https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png\",srcSet:\"https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png?scale-down-to=512 512w,https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png 876w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:788,pixelWidth:876,positionX:\"center\",positionY:\"center\",sizes:\"217.71px\",src:\"https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png\",srcSet:\"https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png?scale-down-to=512 512w,https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png 876w\"},className:\"framer-u919ht\",\"data-framer-name\":\"Rectangle\"})})]})})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-text-alignment\":\"center\"},children:[\"ON FAIT QU\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(155, 208, 205)\"},children:\"O\"}),\"I ?\"]})}),className:\"framer-kgjyxg\",\"data-framer-name\":\"ON FAIT QUOI ?\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-text-alignment\":\"center\"},children:\"Chez\\xa0ON S\u2019DIT QUOI !, nous r\\xe9unissons sous un m\\xeame toit\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-text-alignment\":\"center\"},children:[\"tout le savoir-faire de l\u2019\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNzAw\",\"--framer-font-family\":'\"Museo Sans 700\", \"Museo Sans 700 Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(155, 209, 205)\"},children:\"\\xe9v\\xe9nementiel\"}),\", de la\\xa0\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNzAw\",\"--framer-font-family\":'\"Museo Sans 700\", \"Museo Sans 700 Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 206, 0)\"},children:\"communication\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TXVzZW8gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"Museo Sans\", \"Museo Sans Placeholder\", sans-serif'},children:\"\\xa0\"}),\"et de la\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TXVzZW8gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"Museo Sans\", \"Museo Sans Placeholder\", sans-serif'},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNzAw\",\"--framer-font-family\":'\"Museo Sans 700\", \"Museo Sans 700 Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(117, 86, 153)\"},children:\"production\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-text-alignment\":\"center\"},children:\"pour cr\\xe9er des exp\\xe9riences uniques, m\\xe9morables et authentiques,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-text-alignment\":\"center\"},children:\"en nous appuyant sur six p\\xf4les compl\\xe9mentaires :\"})]}),className:\"framer-67j7a6\",\"data-framer-name\":\"Chez\\xa0ON S\u2019DIT QUOI !, nous r\\xe9unissons sous un m\\xeame toit tout le savoir-faire de l\u2019\\xe9v\\xe9nementiel, de la\\xa0communication\\xa0et de la\\xa0production pour cr\\xe9er des exp\\xe9riences uniques, m\\xe9morables et authentiques, en nous appuyant sur six p\\xf4les compl\\xe9mentaires :\",fonts:[\"CUSTOM;Museo Sans 500\",\"CUSTOM;Museo Sans 700\",\"GF;Museo Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bfvuki-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hRF7ZQoiG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"hRF7ZQoiG\",isMixedBorderRadius:false,layoutId:\"hRF7ZQoiG\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/Zrhr8H0H4v1bxNyf3jtrncWb48.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e1f1ta\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19b1a9n\",\"data-framer-name\":\"Mode_Isolation\",whileHover:animation,children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FhULB_79L\"},motionChild:true,nodeId:\"M_oaeBJ1K\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 352 276\"><path d=\"M 316.802 0 L 35.199 0 C 15.759 0 0 17.191 0 38.397 L 0 237.286 C 0 258.492 15.759 275.683 35.199 275.683 L 316.802 275.683 C 336.241 275.683 352 258.492 352 237.286 L 352 38.397 C 352 17.191 336.241 0 316.802 0 Z\" fill=\"rgb(155, 209, 205)\"></path></svg>',svgContentId:11583351325}},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1e9dsyi framer-lux5qc\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 372 292\"><path d=\"M 334.802 0 L 37.199 0 C 16.654 0 0 18.187 0 40.623 L 0 251.042 C 0 273.477 16.654 291.664 37.199 291.664 L 334.802 291.664 C 355.346 291.664 372 273.477 372 251.042 L 372 40.623 C 372 18.187 355.346 0 334.802 0 Z\" fill=\"rgb(155, 209, 205)\"></path></svg>',svgContentId:12435136551,withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FhULB_79L\"},motionChild:true,nodeId:\"ksfX0Gsfg\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6awn2z\",\"data-styles-preset\":\"ajNBaz5nO\",children:\"\\xc9v\\xe9nementiel\"})})})}),className:\"framer-so8j49\",\"data-framer-name\":\"Communication\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FhULB_79L\"},motionChild:true,nodeId:\"STl0ZL1FI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1e6ssd5 framer-lux5qc\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:31,svg:'<svg width=\"31\" height=\"31\" viewBox=\"0 0 31 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.1642 30.4315C23.4479 30.4315 30.1632 23.7049 30.1632 15.4071C30.1632 7.10944 23.4479 0.382812 15.1642 0.382812C6.88043 0.382812 0.1651 7.10944 0.1651 15.4071C0.1651 23.7049 6.88043 30.4315 15.1642 30.4315Z\" stroke=\"white\" stroke-width=\"1.89\" stroke-miterlimit=\"10\"/>\\n<path d=\"M8.03162 22.4254V8.30713H22.2967\" stroke=\"white\" stroke-width=\"1.89\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.03162 8.30713L22.2151 22.5071\" stroke=\"white\" stroke-width=\"1.89\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+144+0+196+0+265+291-186),pixelHeight:744,pixelWidth:1503,positionX:\"center\",positionY:\"center\",sizes:\"372px\",src:\"https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png\",srcSet:\"https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png 1503w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:744,pixelWidth:1503,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png\",srcSet:\"https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png 1503w\"},className:\"framer-u5sduj hidden-72rtr7 hidden-11bvl3r\",\"data-framer-name\":\"Clip path group\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FhULB_79L\"},motionChild:true,nodeId:\"vxP6_CJ_Y\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tqtQ3VJNi:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+119+408+0+383.5+292-182),pixelHeight:744,pixelWidth:1503,positionX:\"center\",positionY:\"center\",sizes:\"372px\",src:\"https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png\",srcSet:\"https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png 1503w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+119+502+123+292-182),pixelHeight:744,pixelWidth:1503,positionX:\"center\",positionY:\"center\",sizes:\"372px\",src:\"https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png\",srcSet:\"https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NcCD7ieDFPuQ2g5QCxMFy4kbb4.png 1503w\"},className:\"framer-np5sbp hidden-1f71ab8 framer-lux5qc\",\"data-framer-name\":\"Clip path group\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fdaryd\",\"data-framer-name\":\"Mode_Isolation\",whileHover:animation,children:[isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"UQx43yaL6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-batyl6 hidden-1f71ab8 framer-lux5qc\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 372 292\"><path d=\"M 334.802 0 L 37.199 0 C 16.654 0 0 18.187 0 40.623 L 0 251.042 C 0 273.477 16.654 291.664 37.199 291.664 L 334.802 291.664 C 355.346 291.664 372 273.477 372 251.042 L 372 40.623 C 372 18.187 355.346 0 334.802 0 Z\" fill=\"rgb(255,205,1)\"></path></svg>',svgContentId:12210445828,withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"J_nCxpwzM\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6awn2z\",\"data-styles-preset\":\"ajNBaz5nO\",children:\"Communication\"})})})}),className:\"framer-ixpe8h hidden-1f71ab8\",\"data-framer-name\":\"Communication\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"tGPAEw7NS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1wpqr9y hidden-1f71ab8 framer-lux5qc\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:31,svg:'<svg width=\"31\" height=\"31\" viewBox=\"0 0 31 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.1642 30.4315C23.4479 30.4315 30.1632 23.7049 30.1632 15.4071C30.1632 7.10944 23.4479 0.382812 15.1642 0.382812C6.88043 0.382812 0.1651 7.10944 0.1651 15.4071C0.1651 23.7049 6.88043 30.4315 15.1642 30.4315Z\" stroke=\"white\" stroke-width=\"1.89\" stroke-miterlimit=\"10\"/>\\n<path d=\"M8.03162 22.4254V8.30713H22.2967\" stroke=\"white\" stroke-width=\"1.89\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.03162 8.30713L22.2151 22.5071\" stroke=\"white\" stroke-width=\"1.89\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"H9ycx6_bZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tqtQ3VJNi:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+119+408+0+63.5+31),pixelHeight:746,pixelWidth:1503,positionX:\"center\",positionY:\"center\",sizes:\"341px\",src:\"https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png\",srcSet:\"https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png 1503w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+119+502+123+31),pixelHeight:746,pixelWidth:1503,positionX:\"center\",positionY:\"center\",sizes:\"341px\",src:\"https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png\",srcSet:\"https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png 1503w\"},className:\"framer-qkrcvu hidden-1f71ab8 framer-lux5qc\",\"data-framer-name\":\"Clip path group\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"WbA25aVXC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{svgContentId:11267938876}},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-5ty5bl hidden-72rtr7 hidden-11bvl3r framer-lux5qc\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 351 244\"><path d=\"M 315.902 0 L 35.099 0 C 15.714 0 0 15.198 0 33.945 L 0 209.775 C 0 228.522 15.714 243.719 35.099 243.719 L 315.902 243.719 C 335.286 243.719 351 228.522 351 209.775 L 351 33.945 C 351 15.198 335.286 0 315.902 0 Z\" fill=\"rgb(255,205,1)\"></path></svg>',svgContentId:12815469791,withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"S5_ni0m1u\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6awn2z\",\"data-styles-preset\":\"ajNBaz5nO\",children:\"Communication\"})})})}),className:\"framer-y7i15g hidden-72rtr7 hidden-11bvl3r\",\"data-framer-name\":\"Communication\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"MUhRfPpf0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-mxbix8 hidden-72rtr7 hidden-11bvl3r framer-lux5qc\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:31,svg:'<svg width=\"31\" height=\"31\" viewBox=\"0 0 31 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.1642 30.4315C23.4479 30.4315 30.1632 23.7049 30.1632 15.4071C30.1632 7.10944 23.4479 0.382812 15.1642 0.382812C6.88043 0.382812 0.1651 7.10944 0.1651 15.4071C0.1651 23.7049 6.88043 30.4315 15.1642 30.4315Z\" stroke=\"white\" stroke-width=\"1.89\" stroke-miterlimit=\"10\"/>\\n<path d=\"M8.03162 22.4254V8.30713H22.2967\" stroke=\"white\" stroke-width=\"1.89\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.03162 8.30713L22.2151 22.5071\" stroke=\"white\" stroke-width=\"1.89\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"V_LoqSKoq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+144+0+196+0+-4+26),pixelHeight:746,pixelWidth:1503,positionX:\"center\",positionY:\"center\",sizes:\"321.75px\",src:\"https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png\",srcSet:\"https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png 1503w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:746,pixelWidth:1503,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png\",srcSet:\"https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bav99ZS6vqiLcSASqckU8XbzE.png 1503w\"},className:\"framer-11f7sn5 hidden-72rtr7 hidden-11bvl3r framer-lux5qc\",\"data-framer-name\":\"Clip path group\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x9v2q4\",\"data-framer-name\":\"Mode_Isolation\",whileHover:animation,children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hBWWjiRDc\"},motionChild:true,nodeId:\"Rbek0k72I\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 354 278\"><path d=\"M 318.602 0 L 35.399 0 C 15.849 0 0 17.315 0 38.675 L 0 239.006 C 0 260.365 15.849 277.68 35.399 277.68 L 318.602 277.68 C 338.152 277.68 354 260.365 354 239.006 L 354 38.675 C 354 17.315 338.152 0 318.602 0 Z\" fill=\"rgb(117, 86, 153)\"></path></svg>',svgContentId:8616348201}},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-dfqhgz framer-lux5qc\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 372 292\"><path d=\"M 334.802 0 L 37.199 0 C 16.654 0 0 18.187 0 40.623 L 0 251.042 C 0 273.477 16.654 291.664 37.199 291.664 L 334.802 291.664 C 355.346 291.664 372 273.477 372 251.042 L 372 40.623 C 372 18.187 355.346 0 334.802 0 Z\" fill=\"rgb(117, 86, 153)\"></path></svg>',svgContentId:9133047354,withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M3k2XVdpm\"},motionChild:true,nodeId:\"FIfUZwYxH\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6awn2z\",\"data-styles-preset\":\"ajNBaz5nO\",children:\"Production\"})})})}),className:\"framer-1ut5rhi\",\"data-framer-name\":\"Communication\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M3k2XVdpm\"},motionChild:true,nodeId:\"crK7v8Ay1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-jx3z2w framer-lux5qc\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:31,svg:'<svg width=\"31\" height=\"31\" viewBox=\"0 0 31 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.1642 30.4315C23.4479 30.4315 30.1632 23.7049 30.1632 15.4071C30.1632 7.10944 23.4479 0.382812 15.1642 0.382812C6.88043 0.382812 0.1651 7.10944 0.1651 15.4071C0.1651 23.7049 6.88043 30.4315 15.1642 30.4315Z\" stroke=\"white\" stroke-width=\"1.89\" stroke-miterlimit=\"10\"/>\\n<path d=\"M8.03162 22.4254V8.30713H22.2967\" stroke=\"white\" stroke-width=\"1.89\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.03162 8.30713L22.2151 22.5071\" stroke=\"white\" stroke-width=\"1.89\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M3k2XVdpm\"},motionChild:true,nodeId:\"cF1E4tQOf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+144+0+196+0+582+104),pixelHeight:766,pixelWidth:1545,positionX:\"center\",positionY:\"center\",sizes:\"325px\",src:\"https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png\",srcSet:\"https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png 1545w\"}},tqtQ3VJNi:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+119+408+0+703.5+292-187),pixelHeight:766,pixelWidth:1545,positionX:\"center\",positionY:\"center\",sizes:\"325px\",src:\"https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png\",srcSet:\"https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png 1545w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+119+502+123+292-187),pixelHeight:766,pixelWidth:1545,positionX:\"center\",positionY:\"center\",sizes:\"325px\",src:\"https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png\",srcSet:\"https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VfjBsO1MJ8VmKAc6H6QTfcBD0LQ.png 1545w\"},className:\"framer-wyvbip framer-lux5qc\",\"data-framer-name\":\"Clip path group\",style:{rotate:-360}})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yj0k0y hidden-1f71ab8\",\"data-framer-name\":\"Rectangle 47\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nb6me\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sqkyl2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RHhiSUQeb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"RHhiSUQeb\",layoutId:\"RHhiSUQeb\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hfr4il\",\"data-framer-name\":\"Gestion projet\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-46cv1m\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#9BD0CD\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Gestion de projets\"})}),className:\"framer-x3c204\",\"data-framer-name\":\"Gestion de projets\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1arpt8r\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:160,intrinsicWidth:323,svg:'<svg width=\"323\" height=\"160\" viewBox=\"0 0 323 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M282.04 159.41H40.9098C18.8698 159.41 0.839844 141.38 0.839844 119.34V40.45C0.839844 18.41 18.8698 0.380005 40.9098 0.380005L282.04 30.38C309.32 34.68 322.11 48.41 322.11 70.45V119.34C322.11 141.38 304.08 159.41 282.04 159.41Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3qpt30\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:188,intrinsicWidth:156,svg:'<svg width=\"156\" height=\"188\" viewBox=\"0 0 156 188\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M72.55 187.73H90.31C90.31 187.73 90.0001 183.68 86.5701 183.68C83.1401 183.68 77.86 182.42 77.86 178.88L79.89 145.66H75.6001L72.56 187.73H72.55Z\" fill=\"#010101\"/>\\n<path d=\"M59.6401 187.73H41.8801C41.8801 187.73 42.1901 183.68 45.6201 183.68C49.0501 183.68 55.3501 182.42 55.3501 178.88L62.4501 145.66H66.7401L59.6401 187.73Z\" fill=\"#010101\"/>\\n<path d=\"M98.3 39.8901C57.16 30.0801 31.71 44.3901 18.62 63.4001C5.53004 82.4101 3.21004 106.41 22.05 131.33C41.87 157.55 80.12 148.65 92.59 143.04C105.06 137.43 131.69 117.77 128.26 82.8701C125.78 57.6101 114.41 43.7301 98.29 39.8801L98.3 39.8901Z\" fill=\"#765799\"/>\\n<path d=\"M85.22 52.9101C70.95 50.7701 56.64 55.9901 50.24 59.6801C43.83 63.3701 32.33 72.4601 32.19 82.0001C32.02 92.9301 37.34 100.95 52.64 104.52C67.94 108.08 92.2199 105.29 102.58 100.71C112.95 96.1401 119.1 83.7901 114.79 70.6001C111.49 60.4901 99.79 55.0901 85.22 52.9001V52.9101Z\" fill=\"white\"/>\\n<path d=\"M98.7199 72.3801C101.089 72.3801 103.01 70.4593 103.01 68.09C103.01 65.7207 101.089 63.8 98.7199 63.8C96.3506 63.8 94.4299 65.7207 94.4299 68.09C94.4299 70.4593 96.3506 72.3801 98.7199 72.3801Z\" fill=\"#010101\"/>\\n<path d=\"M57.83 74.4301C60.1993 74.4301 62.12 72.5094 62.12 70.1401C62.12 67.7708 60.1993 65.8501 57.83 65.8501C55.4607 65.8501 53.54 67.7708 53.54 70.1401C53.54 72.5094 55.4607 74.4301 57.83 74.4301Z\" fill=\"#010101\"/>\\n<path d=\"M22.86 123.13C24.95 121.88 28.33 124.86 22.86 128.36C19.06 130.79 14.06 137.44 11.3 142.67C8.55 147.9 7.63 153.67 8.36 157.25C9.09 160.83 7.16999 165.5 3.86999 164.4C0.569991 163.3 0.289994 158.9 1.66999 155.87C3.04999 152.84 3.59999 145.69 6.89999 140.19C10.2 134.69 16.41 126.99 22.86 123.13Z\" fill=\"#010101\"/>\\n<path d=\"M123.67 100.59C121.95 100.99 120.83 104.39 122.02 104.56C127.48 105.32 133.47 102.6 140.59 98.2C147.71 93.8 151.33 81.85 151.06 74.48C150.79 67.11 147.29 62.4 148.85 60.13C150.41 57.86 156.52 52.62 155.65 49.88C154.78 47.14 152.12 46.81 148.8 49.67C145.48 52.53 143.08 55.82 142.46 55.87C141.84 55.92 142.91 53.14 142.2 52.26C141.49 51.38 139.45 52.32 138.79 53.38C138.13 54.44 138.31 57.12 141.28 61.68C144.25 66.24 146.92 71.53 145.62 79.23C144.39 86.54 141.15 93.74 134.04 97.37C128.36 100.27 123.68 100.59 123.68 100.59H123.67Z\" fill=\"#010101\"/>\\n<path d=\"M153.53 67.43V19.79L121.99 31.01L152.08 67.95C152.57 68.55 153.53 68.2 153.53 67.43Z\" fill=\"#E16F3B\"/>\\n<mask id=\"mask0_707_309\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"121\" y=\"19\" width=\"33\" height=\"50\">\\n<path d=\"M153.53 67.43V19.79L121.99 31.01L152.08 67.95C152.57 68.55 153.53 68.2 153.53 67.43Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_707_309)\">\\n<path d=\"M100.907 46.2874L99.7788 50.6542L198.471 76.141L199.599 71.7742L100.907 46.2874Z\" fill=\"#F8CD46\"/>\\n<path d=\"M102.824 35.658L101.697 40.0248L200.389 65.5116L201.517 61.1448L102.824 35.658Z\" fill=\"#F8CD46\"/>\\n<path d=\"M104.755 25.0089L103.627 29.3756L202.32 54.8624L203.447 50.4957L104.755 25.0089Z\" fill=\"#F8CD46\"/>\\n<path d=\"M106.676 14.3697L105.548 18.7365L204.24 44.2232L205.368 39.8565L106.676 14.3697Z\" fill=\"#F8CD46\"/>\\n<path d=\"M108.604 3.74021L107.476 8.10693L206.168 33.5937L207.296 29.227L108.604 3.74021Z\" fill=\"#F4D581\"/>\\n</g>\\n<path d=\"M139.659 30.61C148.44 27.3983 154.535 21.9943 153.271 18.5399C152.008 15.0855 143.865 14.8888 135.084 18.1005C126.302 21.3123 120.208 26.7163 121.472 30.1707C122.735 33.6251 130.878 33.8218 139.659 30.61Z\" fill=\"#E16F3B\"/>\\n<path d=\"M144.09 20.6701C144.02 20.5901 142.41 18.7901 140.96 16.5101C140.34 15.5301 139.84 14.6301 139.48 13.7901C137.71 13.4101 136.43 12.7101 135.66 11.7101C134.95 10.7801 134.71 9.62006 134.95 8.26006C135.28 6.40006 136.53 4.54005 138.48 3.00005C140.15 1.69005 142.19 0.720052 143.94 0.420052C145.98 0.070052 148.05 0.420056 149.93 1.44006C151.34 2.21006 152.15 3.09006 152.18 3.12006C152.39 3.35006 152.37 3.70006 152.14 3.91006C151.91 4.12006 151.56 4.10006 151.35 3.87006C151.32 3.84006 148.46 0.770056 144.12 1.51006C142.54 1.78006 140.69 2.66006 139.16 3.87006C137.43 5.23006 136.32 6.86006 136.04 8.44006C135.85 9.50006 136.02 10.34 136.54 11.0201C137.1 11.75 138.01 12.2101 139 12.5101C138.6 11.1901 138.58 10.0901 138.94 9.20005C140.13 6.29005 142.37 5.51005 144.07 6.03005C145.51 6.47005 146.84 8.01005 146.34 10.34C145.87 12.54 143.16 14.2201 141.27 14.0501C141.12 14.0401 140.96 14.0201 140.81 14.0001C141.99 16.3501 143.89 18.7801 144.92 19.9201C145.13 20.1501 145.11 20.5001 144.88 20.7101C144.88 20.7101 144.87 20.7201 144.86 20.7301C144.63 20.9201 144.29 20.8901 144.09 20.6701ZM139.97 9.62006C139.63 10.4601 139.81 11.5901 140.27 12.8001C140.65 12.8601 141.01 12.9101 141.36 12.9401C142.63 13.0501 144.88 11.8301 145.24 10.1101C145.59 8.46005 144.74 7.41005 143.73 7.10005C143 6.87005 142.11 7.02005 141.32 7.67005C140.8 8.09005 140.33 8.73005 139.96 9.63005L139.97 9.62006Z\" fill=\"#010101\"/>\\n<path d=\"M137.9 24.82C137.61 24.91 137.29 24.74 137.21 24.45C137.18 24.36 134.36 15.15 129.84 12.91C129.6 12.79 129.37 12.7 129.14 12.63C129.4 13.69 129.31 15.12 128.24 16.92C127.1 18.84 125.82 19.97 124.45 20.28C123.19 20.56 122.14 20.09 121.48 19.65C120.8 19.19 120.14 18.1 120.3 16.78C120.46 15.38 121.59 13.36 126.02 11.69C126.41 11.54 126.8 11.44 127.19 11.38C125.89 10.02 123.46 9.27002 121.45 9.22002C117.98 9.14002 113.39 11.2 112.44 14.08C112.34 14.37 112.03 14.53 111.74 14.43C111.45 14.33 111.29 14.02 111.39 13.73C111.93 12.1 113.4 10.6 115.52 9.53001C117.38 8.59001 119.61 8.06001 121.49 8.10001C124 8.16001 127.24 9.21002 128.61 11.37C129.19 11.45 129.77 11.63 130.35 11.91C135.31 14.36 138.18 23.73 138.3 24.13C138.37 24.35 138.29 24.58 138.12 24.72C138.06 24.77 138 24.8 137.93 24.82H137.9ZM126.4 12.72C123.35 13.87 121.57 15.35 121.39 16.9C121.28 17.81 121.76 18.5 122.09 18.72C122.57 19.04 123.32 19.39 124.19 19.19C125.25 18.95 126.29 18 127.27 16.35C128.16 14.86 128.37 13.54 127.9 12.44C127.41 12.44 126.91 12.54 126.4 12.73V12.72Z\" fill=\"#010101\"/>\\n<path d=\"M134.56 29.73C134.56 29.73 134.6 29.7 134.61 29.68C134.82 29.46 134.81 29.1 134.58 28.89C134.51 28.83 132.86 27.29 130.22 25.83C127.77 24.48 123.99 22.95 119.86 23.34C115.37 23.77 111.4 26.34 108.05 30.96C107.87 31.21 107.93 31.56 108.17 31.74C108.42 31.92 108.77 31.86 108.95 31.62C112.1 27.27 115.8 24.85 119.95 24.45C123.79 24.08 127.34 25.51 129.64 26.79C132.16 28.18 133.79 29.69 133.8 29.7C134.01 29.89 134.32 29.9 134.53 29.72L134.56 29.73Z\" fill=\"#010101\"/>\\n<path d=\"M109.09 37.54L110.99 33.63C111.15 33.3 111.46 33.08 111.82 33.02L116.12 32.37C117.02 32.23 117.38 31.12 116.72 30.48L113.59 27.46C113.33 27.21 113.21 26.84 113.27 26.48L113.98 22.19C114.13 21.29 113.18 20.61 112.37 21.04L108.53 23.09C108.21 23.26 107.83 23.26 107.5 23.09L103.64 21.09C102.83 20.67 101.89 21.36 102.05 22.26L102.81 26.54C102.87 26.9 102.76 27.26 102.5 27.52L99.41 30.57C98.76 31.21 99.13 32.32 100.03 32.45L104.34 33.05C104.7 33.1 105.01 33.32 105.17 33.65L107.12 37.54C107.53 38.36 108.7 38.35 109.1 37.53L109.09 37.54Z\" fill=\"#F8CD46\"/>\\n<path d=\"M153.93 45.3C155.73 45.25 156.64 51 155.28 52.09C153.93 53.18 152.89 51.4 152.03 49.39C151.3 47.68 152.13 45.36 153.93 45.31V45.3Z\" fill=\"#010101\"/>\\n<path d=\"M138.81 56.74C137.85 52.81 139.01 52.17 140 51.84C140.92 51.53 143.62 51.17 143.16 54.14C142.7 57.11 143.38 58.55 144.73 59.3C146.08 60.05 146.99 63.24 146.99 63.24L138.81 56.75V56.74Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hah85r\",\"data-framer-name\":\"Conseil\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-y899v1\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#765799\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Conseil\"})}),className:\"framer-1kqbqg1\",\"data-framer-name\":\"Conseil\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18yj35x\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:160,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"160\" viewBox=\"0 0 322 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40.4201 0.48999H281.55C303.59 0.48999 321.62 18.52 321.62 40.56V119.45C321.62 141.49 303.59 159.52 281.55 159.52L40.4201 129.52C13.1401 125.22 0.350098 111.49 0.350098 89.45V40.56C0.350098 18.52 18.3801 0.48999 40.4201 0.48999Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cuu163\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:208,intrinsicWidth:185,svg:'<svg width=\"185\" height=\"208\" viewBox=\"0 0 185 208\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M110.5 207.14H92.0601C92.0601 207.14 92.3801 202.93 95.9401 202.93C99.5001 202.93 104.99 201.63 104.99 197.95L102.88 163.46H107.34L110.5 207.14Z\" fill=\"#010101\"/>\\n<path d=\"M123.9 207.14H142.34C142.34 207.14 142.02 202.93 138.46 202.93C134.9 202.93 128.36 201.63 128.36 197.95L120.98 163.46H116.52L123.9 207.14Z\" fill=\"#010101\"/>\\n<path d=\"M83.7601 53.6301C126.48 43.4401 152.9 58.3001 166.49 78.0401C180.08 97.7801 182.49 122.7 162.93 148.58C142.35 175.81 102.63 166.57 89.6901 160.74C76.7501 154.92 49.0901 134.5 52.6501 98.2601C55.2301 72.0301 67.0301 57.6201 83.7601 53.6301Z\" fill=\"#E16F3B\"/>\\n<path d=\"M97.3401 67.1501C112.16 64.9301 127.01 70.3501 133.66 74.1801C140.31 78.0101 152.25 87.4501 152.4 97.3501C152.57 108.7 147.05 117.03 131.16 120.73C115.27 124.43 90.0701 121.53 79.3001 116.78C68.5301 112.03 62.1501 99.2101 66.6201 85.5201C70.0501 75.0201 82.1901 69.4201 97.3301 67.1401L97.3401 67.1501Z\" fill=\"white\"/>\\n<path d=\"M85.2001 94.5201C87.6578 94.5201 89.6501 92.5278 89.6501 90.0701C89.6501 87.6124 87.6578 85.6201 85.2001 85.6201C82.7425 85.6201 80.7501 87.6124 80.7501 90.0701C80.7501 92.5278 82.7425 94.5201 85.2001 94.5201Z\" fill=\"#010101\"/>\\n<path d=\"M131.42 101.79C133.878 101.79 135.87 99.7978 135.87 97.3401C135.87 94.8825 133.878 92.8901 131.42 92.8901C128.962 92.8901 126.97 94.8825 126.97 97.3401C126.97 99.7978 128.962 101.79 131.42 101.79Z\" fill=\"#010101\"/>\\n<path d=\"M56.1101 116.64C46.9701 109.21 34.9701 97.21 34.4001 90.36C33.8301 83.51 33.2601 74.37 34.4001 72.65C35.5401 70.94 37.8301 71.79 37.5401 69.22C37.2501 66.65 37.9301 59.79 33.7401 59.79C29.5501 59.79 26.9701 60.65 26.6901 70.07C26.4101 79.49 26.9801 90.32 32.1201 98.19C37.2601 106.06 48.1201 117.49 56.1201 120.91C64.1201 124.33 56.1201 116.63 56.1201 116.63L56.1101 116.64Z\" fill=\"#010101\"/>\\n<path d=\"M162.09 140.06C159.92 138.76 156.41 141.86 162.09 145.49C166.04 148.01 171.23 154.92 174.09 160.34C176.95 165.77 177.9 171.77 177.14 175.48C176.38 179.19 178.38 184.05 181.8 182.91C185.23 181.77 185.51 177.2 184.09 174.05C182.67 170.9 182.09 163.48 178.66 157.77C175.23 152.06 168.78 144.06 162.09 140.06Z\" fill=\"#010101\"/>\\n<path d=\"M36.3701 77.16L22.6501 17.91\" stroke=\"#1D1D1B\" stroke-width=\"1.05\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M23.8202 22.9601L30.1602 50.3301\" stroke=\"#1D1D1B\" stroke-width=\"3.16\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\\n<path d=\"M8.9202 40.6201C8.9202 40.6201 8.8602 40.5801 8.8302 40.5601C8.5702 40.3501 8.5302 39.9601 8.7402 39.7001L10.2702 37.8301C10.4802 37.5701 10.8702 37.5301 11.1302 37.7401C11.3902 37.9501 11.4302 38.3401 11.2202 38.6001L9.6902 40.4701C9.5002 40.7001 9.1702 40.7601 8.9202 40.6201Z\" fill=\"#F8CD46\"/>\\n<path d=\"M14.3902 33.93C14.3902 33.93 14.3302 33.89 14.3002 33.87C14.0402 33.66 14.0002 33.27 14.2102 33.01L17.5502 28.92C17.7602 28.66 18.1502 28.62 18.4102 28.83C18.6702 29.04 18.7102 29.43 18.5002 29.69L15.1602 33.78C14.9702 34.01 14.6402 34.07 14.3902 33.93Z\" fill=\"#F8CD46\"/>\\n<path d=\"M28.1201 17.1201C28.1201 17.1201 28.0602 17.0801 28.0302 17.0601C27.7702 16.8501 27.7302 16.4601 27.9402 16.2001L31.3902 11.9701C31.6002 11.7101 31.9902 11.6701 32.2502 11.8801C32.5102 12.0901 32.5501 12.4801 32.3401 12.7401L28.8902 16.9701C28.7002 17.2001 28.3701 17.2601 28.1201 17.1201Z\" fill=\"#F8CD46\"/>\\n<path d=\"M35.4801 8.12008C35.4801 8.12008 35.4201 8.08008 35.3901 8.06008C35.1301 7.85008 35.0901 7.46008 35.3001 7.20008L36.8301 5.33008C37.0401 5.07008 37.4301 5.03008 37.6901 5.24008C37.9501 5.45008 37.9901 5.84008 37.7801 6.10008L36.2501 7.97008C36.0601 8.20008 35.7301 8.26008 35.4801 8.12008Z\" fill=\"#F8CD46\"/>\\n<path d=\"M18.7402 37.85C18.4902 37.71 18.3602 37.42 18.4502 37.14L18.8402 35.82C18.9402 35.49 19.2802 35.31 19.6002 35.4C19.9302 35.49 20.1102 35.84 20.0202 36.16L19.6302 37.48C19.5302 37.81 19.1902 37.99 18.8702 37.9C18.8302 37.89 18.7802 37.87 18.7502 37.85H18.7402Z\" fill=\"#F8CD46\"/>\\n<path d=\"M20.3702 32.28C20.1202 32.14 19.9902 31.85 20.0802 31.57L21.1102 28.04C21.2102 27.71 21.5502 27.53 21.8702 27.62C22.2002 27.71 22.3802 28.06 22.2902 28.38L21.2602 31.91C21.1602 32.24 20.8202 32.42 20.5002 32.33C20.4602 32.32 20.4102 32.3 20.3802 32.28H20.3702Z\" fill=\"#F8CD46\"/>\\n<path d=\"M24.5002 18.1401C24.2502 18.0001 24.1202 17.7101 24.2102 17.4301L25.2202 13.9701C25.3202 13.6401 25.6602 13.4601 25.9802 13.5501C26.3102 13.6401 26.4902 13.9901 26.4002 14.3101L25.3902 17.7701C25.2902 18.1001 24.9502 18.2801 24.6302 18.1901C24.5902 18.1801 24.5402 18.1601 24.5102 18.1401H24.5002Z\" fill=\"#F8CD46\"/>\\n<path d=\"M26.7902 10.2701C26.5402 10.1301 26.4102 9.84007 26.5002 9.56007L26.8502 8.35007C26.9502 8.02007 27.2902 7.84007 27.6102 7.93007C27.9402 8.02007 28.1202 8.37007 28.0302 8.69007L27.6802 9.90007C27.5802 10.2301 27.2402 10.4101 26.9202 10.3201C26.8802 10.3101 26.8302 10.2901 26.8002 10.2701H26.7902Z\" fill=\"#F8CD46\"/>\\n<path d=\"M0.880147 25.6601C0.710147 25.5701 0.590147 25.3901 0.560147 25.1801C0.530147 24.8401 0.77015 24.5401 1.11015 24.5101L3.51015 24.2701C3.85015 24.2401 4.15015 24.4801 4.18015 24.8201C4.21015 25.1601 3.97015 25.4601 3.63015 25.4901L1.23015 25.7301C1.10015 25.7401 0.980152 25.7201 0.870152 25.6601H0.880147Z\" fill=\"#F8CD46\"/>\\n<path d=\"M9.49013 24.7901C9.32013 24.7001 9.20013 24.5201 9.17013 24.3101C9.14013 23.9701 9.38014 23.6701 9.72014 23.6401L14.9801 23.1101C15.3201 23.0801 15.6201 23.3201 15.6501 23.6601C15.6801 24.0001 15.4401 24.3001 15.1001 24.3301L9.84013 24.8601C9.71013 24.8701 9.59014 24.8501 9.48014 24.7901H9.49013Z\" fill=\"#F8CD46\"/>\\n<path d=\"M31.0801 22.62C30.9101 22.53 30.7901 22.35 30.7601 22.14C30.7301 21.8 30.9701 21.5 31.3101 21.47L36.7401 20.92C37.0801 20.89 37.3801 21.13 37.4101 21.47C37.4401 21.81 37.2001 22.11 36.8601 22.14L31.4301 22.69C31.3001 22.7 31.1801 22.68 31.0701 22.62H31.0801Z\" fill=\"#F8CD46\"/>\\n<path d=\"M42.6401 21.46C42.4701 21.37 42.3502 21.19 42.3202 20.98C42.2902 20.64 42.5301 20.34 42.8701 20.31L45.2702 20.07C45.6102 20.04 45.9102 20.28 45.9402 20.62C45.9702 20.96 45.7301 21.26 45.3901 21.29L42.9902 21.53C42.8602 21.54 42.7402 21.52 42.6302 21.46H42.6401Z\" fill=\"#F8CD46\"/>\\n<path d=\"M9.79021 30.6401C9.69021 30.5901 9.61021 30.5001 9.55021 30.4001C9.39021 30.1001 9.50021 29.7301 9.79021 29.5701L11.0002 28.9101C11.3002 28.7501 11.6702 28.8601 11.8302 29.1501C11.9902 29.4401 11.8802 29.8201 11.5902 29.9801L10.3802 30.6401C10.1902 30.7401 9.97021 30.7401 9.79021 30.6401Z\" fill=\"#F8CD46\"/>\\n<path d=\"M14.8702 27.85C14.7702 27.8 14.6902 27.71 14.6302 27.61C14.4702 27.31 14.5802 26.94 14.8702 26.78L18.1002 25.01C18.4002 24.85 18.7702 24.96 18.9302 25.25C19.0902 25.54 18.9802 25.92 18.6902 26.08L15.4602 27.85C15.2702 27.95 15.0502 27.95 14.8702 27.85Z\" fill=\"#F8CD46\"/>\\n<path d=\"M27.8002 20.78C27.7002 20.73 27.6202 20.64 27.5602 20.54C27.4002 20.24 27.5102 19.87 27.8002 19.71L30.9602 17.98C31.2602 17.82 31.6302 17.93 31.7902 18.22C31.9502 18.52 31.8402 18.89 31.5502 19.05L28.3902 20.78C28.2002 20.88 27.9802 20.88 27.8002 20.78Z\" fill=\"#F8CD46\"/>\\n<path d=\"M34.9801 16.8401C34.8801 16.7901 34.8002 16.7001 34.7402 16.6001C34.5802 16.3001 34.6901 15.9301 34.9801 15.7701L36.0901 15.1601C36.3901 15.0001 36.7601 15.1101 36.9201 15.4001C37.0801 15.6901 36.9701 16.0701 36.6801 16.2301L35.5702 16.8401C35.3802 16.9401 35.1601 16.9401 34.9801 16.8401Z\" fill=\"#F8CD46\"/>\\n<path d=\"M7.65019 10.9301C7.65019 10.9301 7.59018 10.8901 7.56018 10.8701L5.69019 9.34011C5.43019 9.13011 5.39019 8.7401 5.60019 8.4801C5.81019 8.2201 6.20019 8.1801 6.46019 8.3901L8.33019 9.9201C8.59019 10.1301 8.63019 10.5201 8.42019 10.7801C8.23019 11.0101 7.90019 11.0701 7.65019 10.9301Z\" fill=\"#F8CD46\"/>\\n<path d=\"M16.5701 18.2201C16.5701 18.2201 16.5101 18.1801 16.4801 18.1601L12.3901 14.8101C12.1301 14.6001 12.0901 14.2101 12.3001 13.9501C12.5101 13.6901 12.9001 13.6501 13.1601 13.8601L17.2501 17.2101C17.5101 17.4201 17.5501 17.8101 17.3401 18.0701C17.1501 18.3001 16.8201 18.3601 16.5701 18.2201Z\" fill=\"#F8CD46\"/>\\n<path d=\"M33.5102 32.0601C33.5102 32.0601 33.4502 32.0201 33.4202 32.0001L29.1902 28.5501C28.9302 28.3401 28.8902 27.9501 29.1002 27.6901C29.3102 27.4301 29.7002 27.3901 29.9602 27.6001L34.1902 31.0501C34.4502 31.2601 34.4902 31.6501 34.2802 31.9101C34.0902 32.1401 33.7602 32.2001 33.5102 32.0601Z\" fill=\"#F8CD46\"/>\\n<path d=\"M40.1502 37.49C40.1502 37.49 40.0902 37.45 40.0602 37.43L38.1902 35.9C37.9302 35.69 37.8902 35.3 38.1002 35.04C38.3102 34.78 38.7002 34.74 38.9602 34.95L40.8302 36.48C41.0902 36.69 41.1302 37.08 40.9202 37.34C40.7302 37.57 40.4002 37.63 40.1502 37.49Z\" fill=\"#F8CD46\"/>\\n<path d=\"M8.56011 19.2201C8.31011 19.0801 8.18011 18.7901 8.27011 18.5101C8.37011 18.1801 8.71011 18.0001 9.03011 18.0901L10.3501 18.4801C10.6801 18.5801 10.8601 18.9201 10.7701 19.2401C10.6701 19.5701 10.3301 19.7501 10.0101 19.6601L8.69012 19.2701C8.69012 19.2701 8.60012 19.2401 8.57012 19.2201H8.56011Z\" fill=\"#F8CD46\"/>\\n<path d=\"M14.1202 20.8501C13.8702 20.7101 13.7402 20.4201 13.8302 20.1401C13.9302 19.8101 14.2702 19.6301 14.5902 19.7201L18.1202 20.7501C18.4502 20.8501 18.6302 21.1901 18.5402 21.5101C18.4402 21.8401 18.1002 22.0201 17.7802 21.9301L14.2502 20.9001C14.2502 20.9001 14.1602 20.8701 14.1302 20.8501H14.1202Z\" fill=\"#F8CD46\"/>\\n<path d=\"M28.2702 24.98C28.0202 24.84 27.8902 24.55 27.9802 24.27C28.0802 23.94 28.4202 23.76 28.7402 23.85L32.2002 24.86C32.5302 24.96 32.7102 25.3 32.6202 25.62C32.5202 25.95 32.1802 26.13 31.8602 26.04L28.4002 25.03C28.4002 25.03 28.3102 25 28.2802 24.98H28.2702Z\" fill=\"#F8CD46\"/>\\n<path d=\"M36.1302 27.28C35.8802 27.14 35.7502 26.85 35.8402 26.57C35.9402 26.24 36.2802 26.06 36.6002 26.15L37.8102 26.5C38.1402 26.6 38.3202 26.94 38.2302 27.26C38.1302 27.59 37.7902 27.77 37.4702 27.68L36.2602 27.33C36.2602 27.33 36.1702 27.3 36.1402 27.28H36.1302Z\" fill=\"#F8CD46\"/>\\n<path d=\"M20.9902 3.76005C20.8202 3.67005 20.7001 3.49005 20.6701 3.28005L20.4301 0.880051C20.4001 0.540051 20.6401 0.240049 20.9801 0.210049C21.3201 0.180049 21.6201 0.420049 21.6501 0.760049L21.8901 3.16005C21.9201 3.50005 21.6801 3.80005 21.3401 3.83005C21.2101 3.84005 21.0901 3.82005 20.9801 3.76005H20.9902Z\" fill=\"#F8CD46\"/>\\n<path d=\"M22.1401 15.23C21.9701 15.14 21.8501 14.96 21.8201 14.75L21.2901 9.49004C21.2601 9.15004 21.5001 8.85003 21.8401 8.82003C22.1801 8.79003 22.4801 9.03003 22.5101 9.37003L23.0401 14.63C23.0701 14.97 22.8301 15.27 22.4901 15.3C22.3601 15.31 22.2401 15.29 22.1301 15.23H22.1401Z\" fill=\"#F8CD46\"/>\\n<path d=\"M24.3302 36.99C24.1602 36.9 24.0402 36.72 24.0102 36.51L23.4602 31.08C23.4302 30.74 23.6702 30.44 24.0102 30.41C24.3502 30.38 24.6502 30.62 24.6802 30.96L25.2302 36.39C25.2602 36.73 25.0202 37.03 24.6802 37.06C24.5502 37.07 24.4302 37.05 24.3202 36.99H24.3302Z\" fill=\"#F8CD46\"/>\\n<path d=\"M25.1902 45.5201C25.0202 45.4301 24.9002 45.2501 24.8702 45.0401L24.6302 42.6401C24.6002 42.3001 24.8402 42.0001 25.1802 41.9701C25.5202 41.9401 25.8202 42.1801 25.8502 42.5201L26.0902 44.9201C26.1202 45.2601 25.8802 45.5601 25.5402 45.5901C25.4102 45.6001 25.2902 45.5801 25.1802 45.5201H25.1902Z\" fill=\"#F8CD46\"/>\\n<path d=\"M16.4202 11.4801C16.3202 11.4301 16.2402 11.3401 16.1802 11.2401L15.5202 10.0301C15.3602 9.73011 15.4702 9.36011 15.7602 9.20011C16.0502 9.04011 16.4302 9.15011 16.5902 9.44011L17.2502 10.6501C17.4102 10.9501 17.3002 11.3201 17.0102 11.4801C16.8202 11.5801 16.6002 11.5801 16.4202 11.4801Z\" fill=\"#F8CD46\"/>\\n<path d=\"M20.3202 18.5801C20.2202 18.5301 20.1402 18.4401 20.0802 18.3401L18.3102 15.1101C18.1502 14.8101 18.2602 14.4401 18.5502 14.2801C18.8402 14.1201 19.2202 14.2301 19.3802 14.5201L21.1502 17.7501C21.3102 18.0501 21.2002 18.4201 20.9102 18.5801C20.7202 18.6801 20.5002 18.6801 20.3202 18.5801Z\" fill=\"#F8CD46\"/>\\n<path d=\"M27.3602 31.44C27.2602 31.39 27.1802 31.3 27.1202 31.2L25.3902 28.04C25.2302 27.74 25.3402 27.37 25.6302 27.21C25.9302 27.05 26.3002 27.16 26.4602 27.45L28.1902 30.61C28.3502 30.91 28.2402 31.28 27.9502 31.44C27.7602 31.54 27.5402 31.54 27.3602 31.44Z\" fill=\"#F8CD46\"/>\\n<path d=\"M30.1701 36.5701C30.0701 36.5201 29.9901 36.4301 29.9301 36.3301L29.3201 35.2201C29.1601 34.9201 29.2701 34.5501 29.5601 34.3901C29.8601 34.2301 30.2301 34.34 30.3901 34.63L31.0001 35.7401C31.1601 36.0401 31.0501 36.4101 30.7601 36.5701C30.5701 36.6701 30.3501 36.6701 30.1701 36.5701Z\" fill=\"#F8CD46\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ugs0h4\",\"data-framer-name\":\"Creation graphique\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-47j3j3\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#E16F3B\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Cr\\xe9ation graphique\"})}),className:\"framer-1j4jm70\",\"data-framer-name\":\"Cr\\xe9ation graphique\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wngu1u\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:160,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"160\" viewBox=\"0 0 322 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40.4201 159.41H281.55C303.59 159.41 321.62 141.38 321.62 119.34V40.45C321.62 18.41 303.59 0.380005 281.55 0.380005L40.4201 30.38C13.1401 34.68 0.350098 48.41 0.350098 70.45V119.34C0.350098 141.38 18.3801 159.41 40.4201 159.41Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-29y3t9\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:162,intrinsicWidth:215,svg:'<svg width=\"215\" height=\"162\" viewBox=\"0 0 215 162\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M119.86 92.0599C118.45 91.8899 116.15 94.9999 120.3 95.6599C124.44 96.3099 132.29 97.7299 138.83 94.3499C143.53 91.9199 147.77 86.0599 149.95 81.8099C152.13 77.5599 151.48 70.5799 154.64 69.4899C157.8 68.3999 163.58 68.6199 165.11 66.7599C166.64 64.8999 166.09 61.5299 162.6 61.1999C159.11 60.8699 156.07 61.8799 152.79 63.2699C151.37 63.8699 151.05 63.1599 151.15 60.4399C151.26 57.7099 148.33 58.9999 148.44 62.2699C148.55 65.5399 148.21 68.6199 147.45 73.7799C146.77 78.3899 144.18 85.9499 138.95 89.7599C135.94 91.9499 129.9 93.2499 119.87 92.0499L119.86 92.0599Z\" fill=\"#010101\"/>\\n<path d=\"M160.88 0.359964C162.43 0.919964 204.2 15.64 205.55 16.09C206.9 16.54 207.05 17.89 207.5 19.68C207.95 21.47 213.79 55.93 214.09 57.13C214.39 58.33 213.19 58.33 213.19 58.33C213.19 58.33 213.64 60.43 212.89 60.88C212.14 61.33 167.21 72.86 166.01 72.86C164.81 72.86 127.67 47.55 127.22 47.1C126.77 46.65 126.92 44.7 127.97 44.4C129.02 44.1 166.61 38.26 166.61 38.26C166.61 38.26 158.22 2.60996 158.22 1.70996C158.22 0.809963 158.71 -0.420036 160.88 0.359964Z\" fill=\"#B2B2B2\"/>\\n<path d=\"M160.13 3.65991L205.55 19.8399L211.99 55.0299L167.96 37.2099L160.13 3.65991Z\" fill=\"#010101\"/>\\n<path d=\"M213.19 58.64C213.19 58.64 213.11 58.64 213.07 58.62L167.99 39.75C167.83 39.68 167.76 39.5 167.82 39.34C167.89 39.18 168.07 39.11 168.23 39.17L213.31 58.04C213.47 58.11 213.54 58.29 213.48 58.45C213.43 58.57 213.31 58.64 213.19 58.64Z\" fill=\"#010101\"/>\\n<path d=\"M143.99 52.04L157.02 60.58L167.21 58.33L154.33 50.24L143.99 52.04Z\" fill=\"#010101\"/>\\n<path d=\"M158.37 48.01C158.31 48.01 158.26 48 158.21 47.96L154.32 45.56C154.17 45.47 154.13 45.28 154.22 45.13C154.31 44.98 154.5 44.94 154.65 45.03L158.54 47.43C158.69 47.52 158.73 47.71 158.64 47.86C158.58 47.96 158.48 48.01 158.37 48.01Z\" fill=\"#010101\"/>\\n<path d=\"M175.92 54.0299C175.86 54.0299 175.81 54.0199 175.76 53.9799L171.87 51.5799C171.72 51.4899 171.68 51.2999 171.77 51.1499C171.86 50.9999 172.05 50.9599 172.2 51.0499L176.09 53.4499C176.24 53.5399 176.28 53.7299 176.19 53.8799C176.13 53.9799 176.03 54.0299 175.92 54.0299Z\" fill=\"#010101\"/>\\n<path d=\"M174.1 58.64C174.04 58.64 173.99 58.62 173.93 58.59L161.2 50.5C161.05 50.41 161.01 50.22 161.1 50.07C161.19 49.92 161.38 49.88 161.53 49.97L174.26 58.06C174.41 58.15 174.45 58.34 174.36 58.49C174.3 58.58 174.2 58.63 174.1 58.63V58.64Z\" fill=\"#010101\"/>\\n<path d=\"M195.14 59.57C195.14 59.57 195.04 59.56 195 59.53L183.76 53.65C183.61 53.57 183.55 53.38 183.63 53.23C183.71 53.08 183.9 53.02 184.05 53.1L195.29 58.98C195.44 59.06 195.5 59.25 195.42 59.4C195.36 59.51 195.26 59.57 195.14 59.57Z\" fill=\"#010101\"/>\\n<path d=\"M181.44 62.68C181.44 62.68 181.35 62.68 181.31 62.65L177.57 60.85C177.42 60.78 177.35 60.59 177.42 60.44C177.49 60.29 177.68 60.22 177.83 60.29L181.57 62.09C181.72 62.16 181.79 62.35 181.72 62.5C181.67 62.61 181.56 62.68 181.44 62.68Z\" fill=\"#010101\"/>\\n<path d=\"M169.01 49.7999C169.01 49.7999 168.91 49.7899 168.86 49.7599L160.92 45.5699C160.77 45.4899 160.71 45.2999 160.79 45.1499C160.87 44.9999 161.06 44.9399 161.21 45.0199L169.15 49.2099C169.3 49.2899 169.36 49.4799 169.28 49.6299C169.22 49.7399 169.12 49.7999 169 49.7999H169.01Z\" fill=\"#010101\"/>\\n<path d=\"M187.04 60.21C187.04 60.21 186.94 60.2 186.89 60.17L178.95 55.98C178.8 55.9 178.74 55.71 178.82 55.56C178.9 55.41 179.09 55.35 179.24 55.43L187.18 59.62C187.33 59.7 187.39 59.89 187.31 60.04C187.25 60.15 187.15 60.21 187.03 60.21H187.04Z\" fill=\"#010101\"/>\\n<path d=\"M170.56 46.81C170.56 46.81 170.47 46.81 170.43 46.78L164.91 44.23C164.75 44.16 164.69 43.97 164.76 43.82C164.83 43.66 165.02 43.6 165.17 43.67L170.69 46.22C170.85 46.29 170.91 46.48 170.84 46.63C170.79 46.74 170.67 46.81 170.56 46.81Z\" fill=\"#010101\"/>\\n<path d=\"M194.19 55.3C194.19 55.3 194.1 55.3 194.06 55.27L188.54 52.72C188.38 52.65 188.32 52.46 188.39 52.31C188.46 52.15 188.65 52.09 188.8 52.16L194.32 54.71C194.48 54.78 194.54 54.97 194.47 55.12C194.42 55.23 194.3 55.3 194.19 55.3Z\" fill=\"#010101\"/>\\n<path d=\"M198.64 57.3499C198.64 57.3499 198.55 57.3499 198.51 57.3199L195.75 56.0499C195.59 55.9799 195.53 55.7899 195.6 55.6399C195.67 55.4799 195.86 55.4199 196.01 55.4899L198.77 56.7599C198.93 56.8299 198.99 57.0199 198.92 57.1699C198.87 57.2799 198.75 57.3499 198.64 57.3499Z\" fill=\"#010101\"/>\\n<path d=\"M176.79 46.81C176.79 46.81 176.71 46.81 176.67 46.79L170.43 44.24C170.27 44.18 170.19 43.99 170.26 43.83C170.32 43.67 170.51 43.59 170.67 43.66L176.91 46.21C177.07 46.27 177.15 46.46 177.08 46.62C177.03 46.74 176.91 46.81 176.79 46.81Z\" fill=\"#010101\"/>\\n<path d=\"M186.06 51.33C186.06 51.33 185.98 51.33 185.94 51.31L178.72 48.36C178.56 48.3 178.48 48.11 178.55 47.95C178.61 47.79 178.8 47.71 178.96 47.78L186.18 50.73C186.34 50.79 186.42 50.98 186.35 51.14C186.3 51.26 186.18 51.33 186.06 51.33Z\" fill=\"#010101\"/>\\n<path d=\"M167.37 42.8899C167.779 42.8899 168.11 42.5586 168.11 42.1499C168.11 41.7412 167.779 41.4099 167.37 41.4099C166.961 41.4099 166.63 41.7412 166.63 42.1499C166.63 42.5586 166.961 42.8899 167.37 42.8899Z\" fill=\"#010101\"/>\\n<path d=\"M181.78 10.34C182.15 10.34 182.45 10.04 182.45 9.67C182.45 9.29997 182.15 9 181.78 9C181.41 9 181.11 9.29997 181.11 9.67C181.11 10.04 181.41 10.34 181.78 10.34Z\" fill=\"#010101\"/>\\n<path d=\"M68.05 161.05H85.5C85.5 161.05 85.19 157.07 81.83 157.07C78.47 157.07 73.2701 155.84 73.2701 152.36L75.26 119.73H71.04L68.05 161.06V161.05Z\" fill=\"#010101\"/>\\n<path d=\"M55.37 161.05H37.92C37.92 161.05 38.23 157.07 41.59 157.07C44.96 157.07 51.15 155.84 51.15 152.36L58.1301 119.73H62.3501L55.37 161.06V161.05Z\" fill=\"#010101\"/>\\n<path d=\"M97.88 17.9199C57.46 8.27994 32.47 22.3399 19.61 41.0099C6.75002 59.6799 4.47002 83.2599 22.98 107.74C42.45 133.5 80.03 124.76 92.27 119.25C104.51 113.74 130.68 94.4299 127.31 60.1399C124.87 35.3299 113.7 21.6899 97.87 17.9099L97.88 17.9199Z\" fill=\"#F8CC46\"/>\\n<path d=\"M85.4201 25.9199C69.5501 24.4999 60.4701 28.0099 52.7901 33.5399C46.1201 38.3399 40.3601 47.9299 40.2201 57.2899C40.0601 68.0299 40.5801 77.3199 59.2201 72.4699C81.9101 66.5699 97.5401 66.0199 108.67 65.8299C119.56 65.6499 121.26 51.7899 113.28 40.7399C105.95 30.5899 99.8401 27.2199 85.4201 25.9199Z\" fill=\"white\"/>\\n<path d=\"M101.74 54.8399C104.065 54.8399 105.95 52.955 105.95 50.6299C105.95 48.3048 104.065 46.4199 101.74 46.4199C99.4149 46.4199 97.53 48.3048 97.53 50.6299C97.53 52.955 99.4149 54.8399 101.74 54.8399Z\" fill=\"#010101\"/>\\n<path d=\"M57.01 61.5C59.3352 61.5 61.22 59.6151 61.22 57.2899C61.22 54.9648 59.3352 53.08 57.01 53.08C54.6849 53.08 52.8 54.9648 52.8 57.2899C52.8 59.6151 54.6849 61.5 57.01 61.5Z\" fill=\"#010101\"/>\\n<path d=\"M5.79006 113.16C8.59006 108.08 14.9901 103.07 17.5001 99.8399C21.4101 94.8099 19.5601 93.4799 17.5001 94.7099C11.1701 98.4999 5.21006 106.15 1.82006 111.47C-0.819938 115.62 -0.259936 120.63 5.72006 120.31C13.6701 119.88 22.9401 120.42 27.2001 120.31C29.8601 120.24 30.6901 120.86 31.2301 124.78C31.7801 128.7 37.2001 131.32 37.2701 126.52C37.3401 121.72 35.8101 115.84 31.1201 115.51C26.4301 115.18 9.32006 115.82 7.36006 115.82C5.40006 115.82 5.10006 114.43 5.79006 113.17V113.16Z\" fill=\"#010101\"/>\\n<path d=\"M147.57 72.86C148.55 72.43 149.58 72.1 150.59 71.89C151.27 71.75 151.99 71.65 152.72 71.64C152.88 71.26 153.05 70.92 153.26 70.62C153.23 69.93 153.21 69.24 153.18 68.55C153.02 68.3 152.89 68.02 152.81 67.72C152.46 66.39 150.2 65.1 151.4 65.76C152.01 66.1 152.23 65.14 152.31 64.57C152.33 64.39 152.2 64.23 152.02 64.22C151.19 64.17 149.84 61.8 152.04 61.49C154.17 61.19 153.26 57.82 149.83 59.39C146.15 61.07 148.18 68.16 147.57 72.88V72.86Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t2rbb8\",\"data-framer-name\":\"Comm\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-svxw4r\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#F8CC46\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Communication 360\\xb0\"})}),className:\"framer-1bjljf7\",\"data-framer-name\":\"Communication 360\\xb0\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qi4ry9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:172,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"172\" viewBox=\"0 0 322 172\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M281.55 171.41H40.4201C18.3801 171.41 0.350098 151.99 0.350098 128.26V43.31C0.350098 19.58 18.3801 0.160034 40.4201 0.160034L281.55 32.47C308.83 37.1 321.62 51.89 321.62 75.62V128.27C321.62 152 303.59 171.42 281.55 171.42V171.41Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sxcjmh\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:173,intrinsicWidth:187,svg:'<svg width=\"187\" height=\"173\" viewBox=\"0 0 187 173\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M37.66 98.98C39.53 99.42 40.75 103.11 39.46 103.29C33.53 104.12 27.02 101.15 19.27 96.38C11.52 91.61 7.60002 78.61 7.90002 70.6C8.20002 62.59 11.99 57.47 10.31 55.01C8.62002 52.55 1.98002 46.85 2.92002 43.87C3.86002 40.89 6.76002 40.53 10.36 43.64C13.96 46.75 16.58 50.32 17.25 50.38C17.92 50.44 16.76 47.41 17.53 46.46C18.3 45.51 20.52 46.52 21.24 47.67C21.95 48.82 21.76 51.73 18.53 56.69C15.3 61.65 12.4 67.4 13.81 75.76C15.22 84.12 18.66 91.53 26.4 95.47C32.57 98.62 37.66 98.97 37.66 98.97V98.98Z\" fill=\"#010101\"/>\\n<path d=\"M96.8 172.92H116.1C116.1 172.92 115.76 168.52 112.04 168.52C108.31 168.52 101.47 167.15 101.47 163.31L96.02 127.21H91.35L96.8 172.93V172.92Z\" fill=\"#010101\"/>\\n<path d=\"M91.6001 172.92H72.3C72.3 172.92 72.64 168.52 76.36 168.52C80.09 168.52 84.75 167.15 84.75 163.31L81.48 127.21H86.15L91.6001 172.93V172.92Z\" fill=\"#010101\"/>\\n<path d=\"M128.91 36.34C116.45 26.9 99.79 16.63 79.63 16.93C59.46 17.23 37.02 26.18 31.1 47.11C25.19 68.04 26.85 102.31 50.21 119.9C73.56 137.49 103.44 141.28 124.36 129.76C145.29 118.24 154.54 87.91 151.35 70.47C148.17 53.03 135.09 41.03 128.91 36.35V36.34Z\" fill=\"#9BD0CD\"/>\\n<path d=\"M130.12 115.19C128.3 114.58 125.57 116.86 126.33 117.92C127.09 118.98 136.79 123.23 145.89 123.23C154.99 123.23 162.57 121.41 166.51 114.43C170.45 107.45 171.06 96.8401 173.79 95.6301C176.52 94.4201 185.16 93.0501 185.92 90.0201C186.68 86.9901 184.4 85.17 179.7 85.93C175 86.69 170.9 88.3601 170.3 88.0501C169.7 87.7401 172.27 85.7801 172.12 84.5601C171.97 83.3401 169.54 83.04 168.33 83.65C167.12 84.26 165.75 86.8301 165.9 92.7501C166.05 98.6701 166.02 106.69 160.44 113.07C155.13 119.14 147.4 120.2 140.57 118.98C133.75 117.77 130.11 115.19 130.11 115.19H130.12Z\" fill=\"#010101\"/>\\n<path d=\"M92.8201 29.82C83.1001 24.96 69.7701 23.15 60.3701 26.94C50.9701 30.73 42.3201 40.85 40.0501 44.81C37.7801 48.77 38.6901 51.96 42.3201 54.23C45.9601 56.5 87.8101 77.4299 92.8201 80.0099C97.8201 82.59 106.92 84.5599 109.65 80.0099C112.38 75.4599 116.47 59.99 113.74 51.96C111.01 43.92 104.64 35.73 92.8101 29.82H92.8201Z\" fill=\"white\"/>\\n<path d=\"M98.58 65.17C99.04 65.17 99.47 64.87 99.62 64.41C100.25 62.4 100.45 58.19 96.71 56.7C95.1 56.05 93.87 56.38 93.13 56.76C92.22 57.23 91.46 58.07 90.88 59.24C90.48 60.05 90.31 60.73 90.29 60.8C90.15 61.38 90.51 61.97 91.1 62.11C91.68 62.25 92.27 61.89 92.41 61.3C92.54 60.75 93.12 59.21 94.14 58.68C94.64 58.43 95.21 58.44 95.9 58.71C98.7 59.83 97.59 63.59 97.54 63.75C97.36 64.32 97.69 64.93 98.26 65.11C98.37 65.14 98.48 65.16 98.58 65.16V65.17Z\" fill=\"#010101\"/>\\n<path d=\"M61.0701 45.8999C61.5301 45.8999 61.9601 45.5999 62.1101 45.1399C62.7401 43.1299 62.9401 38.9199 59.2001 37.4299C57.5901 36.7799 56.3601 37.1099 55.6201 37.4899C54.7101 37.9599 53.9501 38.7999 53.3701 39.9699C52.9701 40.7799 52.8001 41.4599 52.7801 41.5299C52.6401 42.1099 53.0001 42.6999 53.5901 42.8399C54.1701 42.9799 54.7601 42.6199 54.9001 42.0299C55.0301 41.4799 55.6101 39.9399 56.6301 39.4099C57.1301 39.1599 57.7001 39.1699 58.3901 39.4399C61.1901 40.5599 60.0801 44.3199 60.0301 44.4799C59.8501 45.0499 60.1801 45.6599 60.7501 45.8399C60.8601 45.8699 60.9701 45.8899 61.0701 45.8899V45.8999Z\" fill=\"#010101\"/>\\n<path d=\"M14.2401 17.2999C14.9201 17.2999 15.6101 17.3399 16.2901 17.3499C16.3501 17.3499 16.4201 17.3499 16.4801 17.3499C16.5701 17.3499 16.6501 17.3699 16.7401 17.3799C17.3201 17.4499 17.9101 17.5199 18.4901 17.6099C18.9601 17.6799 19.4201 17.7799 19.8901 17.8699C19.9401 17.8699 19.9801 17.8899 20.0301 17.8899C20.5701 18.0399 21.1201 18.1699 21.6601 18.3299C23.2401 18.7999 24.7501 19.4399 26.2001 20.2399C27.2601 20.8199 28.2701 21.4699 29.2401 22.1999C31.0001 23.5199 32.5801 25.0399 34.0101 26.7199C34.1801 26.9099 34.3401 27.1099 34.5001 27.2999C34.5501 27.3599 34.6001 27.4199 34.6501 27.4799C35.4001 28.4299 36.1201 29.4099 36.7801 30.4299C37.0901 30.9199 37.3901 31.4199 37.7001 31.9199C37.7301 31.9699 37.7701 32.0099 37.8101 32.0599C37.8501 32.1399 37.9001 32.2299 37.9401 32.3099C38.0201 32.4599 38.0901 32.5999 38.1701 32.7499C38.8001 33.8899 39.3801 35.0599 39.8901 36.2699C39.9101 36.3099 39.9301 36.3499 39.9501 36.3899C40.1101 36.7999 40.2601 37.1999 40.4201 37.6099C40.3701 37.6399 40.3401 37.6699 40.3001 37.6999C34.5701 41.6199 28.8401 45.5399 23.1201 49.4599C23.0101 49.5299 0.770076 61.9399 0.660076 61.8699C0.0800762 61.4899 0.120078 61.5399 0.0800781 61.4899C0.0800781 61.4599 6.89008 29.5099 6.90008 29.4799C7.84008 25.3399 8.59008 22.0799 9.53008 17.9299C9.57008 17.7699 9.63008 17.6999 9.79008 17.6899C10.6401 17.5899 11.4901 17.4899 12.3401 17.3799C12.9801 17.3599 13.6201 17.3099 14.2601 17.3099L14.2401 17.2999Z\" fill=\"#E16F3B\"/>\\n<path d=\"M5.22009 36.77L5.45009 36.94C5.45009 36.94 5.46009 36.93 5.47009 36.92C5.40009 36.83 5.33009 36.74 5.25009 36.65C5.24009 36.69 5.23009 36.73 5.22009 36.77Z\" fill=\"#514C99\"/>\\n<path d=\"M38.64 31.7099C38.64 31.7099 38.68 31.6899 38.7 31.6799C38.68 31.6799 38.66 31.6999 38.64 31.7099Z\" fill=\"#E16F3B\"/>\\n<path d=\"M20.35 17.28C21.07 15.7 21.79 14.12 22.52 12.53C22.61 12.32 22.6 12.26 22.42 12.22C22.48 12.07 22.54 11.91 22.61 11.76C23 10.95 23.4 10.13 23.8 9.31998C24.22 8.46998 24.63 7.62998 25.05 6.77998C25.44 5.98998 25.82 5.18998 26.21 4.38998C26.24 4.33998 26.27 4.28998 26.31 4.21998C26.5 4.31998 26.69 4.40998 26.87 4.50998C27.25 4.70998 27.63 4.90998 28 5.10998C28.43 5.33998 28.86 5.56998 29.29 5.78998C29.46 5.87998 29.63 5.95998 29.8 6.03998C29.88 6.07998 29.95 6.11998 30.04 6.16998C30.82 4.42998 31.59 2.70998 32.36 0.97998C32.39 0.97998 32.4 0.989977 32.41 0.999977C33.1 1.42998 33.78 1.85998 34.47 2.27998C34.97 2.57998 35.48 2.85998 35.99 3.14998C36.21 3.26998 36.25 3.30997 36.2 3.55997C36.12 3.93997 36.01 4.32997 35.9 4.69997C35.81 4.99997 35.7 5.28997 35.6 5.58997C35.44 5.97997 35.29 6.36998 35.12 6.74998C34.66 7.82998 34.19 8.90998 33.72 9.98997C33.61 10.24 33.5 10.49 33.4 10.75C33.58 10.53 33.77 10.31 33.95 10.08C34.26 9.67998 34.57 9.26998 34.89 8.86998C35.04 8.67998 35.2 8.50998 35.35 8.32998C34.79 9.09998 34.23 9.87998 33.67 10.65C31.47 13.67 29.27 16.69 27.07 19.72C27.05 19.74 27.02 19.77 27.02 19.79C27.02 19.86 27.02 19.96 27.05 20C27.11 20.06 27.2 20.03 27.25 19.95C27.47 19.65 27.69 19.35 27.91 19.05C30.06 16.1 32.21 13.14 34.36 10.19C34.99 9.32998 35.62 8.46998 36.24 7.60998C36.36 7.44998 36.32 7.36998 36.14 7.32998L36.29 7.11998C36.48 7.26998 36.65 7.40998 36.82 7.54998C37.05 7.73998 37.27 7.93997 37.5 8.12997C37.84 8.41997 38.19 8.71998 38.53 9.00998C38.66 9.11998 38.8 9.22997 38.93 9.33997C39.07 9.45997 39.22 9.58998 39.36 9.70998C39.66 9.94998 39.96 10.19 40.26 10.44C40.63 10.16 41 9.87998 41.36 9.59998C41.93 9.15998 42.5 8.71997 43.07 8.26997C43.28 8.09997 43.49 7.93997 43.7 7.76997C43.76 7.72997 43.83 7.67997 43.91 7.62997C43.95 7.68997 43.98 7.73998 44.01 7.78998C44.17 8.03998 44.32 8.29998 44.48 8.54998C44.51 8.62998 44.53 8.70998 44.57 8.77998C44.97 9.45998 45.38 10.14 45.79 10.82C45.79 10.83 45.81 10.84 45.82 10.85C45.93 11.01 46.04 11.17 46.14 11.34C46.17 11.39 46.2 11.48 46.18 11.53C46.14 11.63 46.07 11.73 46 11.82C45.9 11.95 45.79 12.07 45.68 12.19C45.65 12.23 45.61 12.26 45.58 12.3C45.37 12.49 45.16 12.69 44.94 12.88C44.6 13.18 44.25 13.48 43.9 13.78C43.84 13.83 43.79 13.89 43.73 13.95C43.48 14.15 43.22 14.35 42.97 14.55C42.91 14.6 42.84 14.66 42.77 14.72C42.88 14.82 42.97 14.91 43.07 14.99C43.32 15.2 43.58 15.4 43.83 15.61C44.11 15.84 44.38 16.07 44.65 16.31C44.7 16.36 44.73 16.47 44.71 16.54C44.66 16.72 44.6 16.9 44.5 17.06C44.29 17.42 44.07 17.77 43.83 18.1C43.48 18.58 43.12 19.05 42.75 19.52C42.46 19.89 42.16 20.26 41.86 20.62C41.51 21.04 41.14 21.46 40.78 21.88C40.49 22.22 40.19 22.57 39.9 22.91C39.86 22.95 39.84 23 39.81 23.05C39.21 23.53 38.62 24.01 38.02 24.48C36.9 25.38 35.77 26.27 34.64 27.17C34.59 27.21 34.54 27.27 34.5 27.32C34.34 27.13 34.17 26.93 34.01 26.74C32.58 25.06 31 23.55 29.24 22.22C28.27 21.5 27.26 20.85 26.2 20.26C24.75 19.47 23.24 18.83 21.66 18.35C21.12 18.19 20.57 18.05 20.03 17.91C20.14 17.7 20.25 17.5 20.35 17.29V17.28ZM32.62 22C32.23 22.51 31.84 23.01 31.45 23.52C31.42 23.56 31.38 23.62 31.38 23.66C31.38 23.71 31.43 23.79 31.46 23.79C31.52 23.79 31.61 23.77 31.65 23.72C31.84 23.49 32.01 23.26 32.19 23.02C33.92 20.77 35.66 18.53 37.39 16.28C38.36 15.02 39.33 13.76 40.31 12.5C40.33 12.48 40.35 12.45 40.36 12.43C40.41 12.35 40.41 12.28 40.33 12.22C40.25 12.16 40.18 12.19 40.12 12.26C40 12.4 39.89 12.55 39.78 12.7C38.44 14.44 37.09 16.19 35.75 17.93C34.7 19.28 33.66 20.64 32.61 21.99L32.62 22ZM25.25 18.59C26.81 14.71 28.37 10.84 29.92 6.95998C29.95 6.88998 29.95 6.78998 29.92 6.72998C29.86 6.63998 29.73 6.68998 29.67 6.82998C29.48 7.29998 29.29 7.77998 29.1 8.24998C27.67 11.8 26.24 15.35 24.81 18.9C24.79 18.95 24.75 19 24.76 19.04C24.76 19.1 24.8 19.18 24.84 19.21C24.88 19.23 24.95 19.2 25 19.19C25.09 18.97 25.17 18.78 25.24 18.59H25.25Z\" fill=\"#F8CD46\"/>\\n<path d=\"M16.7401 17.3899C17.3201 17.4599 17.9101 17.5299 18.4901 17.6199C18.9601 17.6899 19.4201 17.7899 19.8901 17.8799C19.8001 17.7899 19.8401 17.6999 19.8901 17.5999C20.2901 16.7199 20.7001 15.8399 21.1001 14.9599C21.4201 14.2599 21.7301 13.5599 22.0501 12.8599C22.0801 12.6299 22.1101 12.3999 22.1501 12.1699C22.3001 11.1899 22.4701 10.2099 22.6101 9.21992C22.7501 8.18993 22.8801 7.14992 22.9801 6.10992C23.0201 5.69992 22.9801 5.26992 22.9701 4.85992C22.9701 4.72992 22.8901 4.65992 22.7501 4.62992C22.4901 4.57992 22.2301 4.51993 21.9801 4.43993C20.9901 4.13993 19.9901 3.82992 19.0001 3.52992C18.8801 3.48992 18.7601 3.45992 18.6201 3.41992C18.5301 3.92992 18.4501 4.42993 18.3601 4.93993C18.2801 4.92993 18.2201 4.91993 18.1701 4.89993C17.3701 4.66993 16.5801 4.42992 15.7801 4.19992C15.7001 4.17992 15.6201 4.13992 15.5501 4.10992C15.2901 4.02992 15.0301 3.94993 14.7601 3.86993C14.7101 3.85993 14.6701 3.83992 14.6101 3.81992C14.6001 3.86992 14.5901 3.90992 14.5801 3.94992C14.2801 5.73992 13.9801 7.52992 13.6801 9.31992C13.3601 11.2499 13.0301 13.1899 12.7001 15.1199C12.5701 15.8699 12.4501 16.6199 12.3201 17.3699C12.9601 17.3499 13.6001 17.2999 14.2401 17.2999C14.9201 17.2999 15.6101 17.3399 16.2901 17.3499C16.3501 17.3499 16.4201 17.3499 16.4801 17.3499C16.4801 17.2699 16.4801 17.1799 16.5001 17.0999C16.9601 14.0299 17.4201 10.9599 17.8701 7.88992C17.9901 7.07992 18.1101 6.27992 18.2301 5.46992C18.2501 5.35992 18.2901 5.27993 18.4101 5.29993C18.5201 5.31993 18.5401 5.40993 18.5201 5.50993C18.5201 5.52993 18.5201 5.54992 18.5201 5.56992C18.0001 9.01992 17.4901 12.4799 16.9701 15.9299C16.9001 16.4099 16.8201 16.8899 16.7501 17.3699L16.7401 17.3899Z\" fill=\"#F8CD46\"/>\\n<path d=\"M34.65 27.4899C35.4 28.4399 36.12 29.4199 36.78 30.4399C37.09 30.9299 37.39 31.4299 37.7 31.9299C37.73 31.9799 37.77 32.0199 37.81 32.0699C38.09 31.9499 38.37 31.8299 38.64 31.7099L38.7 31.6799C38.7 31.6799 38.79 31.5799 38.85 31.5399C39.03 31.4199 39.21 31.3199 39.38 31.1999C40.91 30.1999 42.45 29.2199 43.97 28.1999C45.51 27.1599 47.03 26.0899 48.55 25.0299C48.84 24.8299 49.11 24.6199 49.39 24.4099C49.71 24.1399 50.05 23.8799 50.36 23.5899C50.62 23.3499 50.85 23.0699 51.09 22.8099C51.19 22.7099 51.21 22.5799 51.14 22.4499C51.1 22.3999 51.05 22.3599 51.01 22.3099C50.28 21.2599 49.54 20.2099 48.81 19.1599C48.65 18.9299 48.5 18.6999 48.35 18.4699C48.13 18.1499 47.9 17.8399 47.69 17.5199C47.61 17.3999 47.55 17.3799 47.44 17.4799C47.27 17.6199 47.09 17.7299 46.91 17.8599C46.86 17.9099 46.8 17.9599 46.75 17.9999C46.06 18.5099 45.37 19.0199 44.68 19.5299C43.95 20.0699 43.22 20.5999 42.49 21.1399C41.65 21.7599 40.81 22.3799 39.98 22.9999C40.11 23.1199 40.1 23.1799 39.96 23.2999C38.32 24.5999 36.68 25.9099 35.04 27.2099C34.92 27.3099 34.79 27.3899 34.66 27.4799L34.65 27.4899Z\" fill=\"#F8CD46\"/>\\n<path d=\"M37.9401 32.32C38.0201 32.47 38.0901 32.61 38.1701 32.76C38.8001 33.9 39.3801 35.07 39.8901 36.28C39.9101 36.32 39.9301 36.36 39.9501 36.4C40.9701 36.01 41.9901 35.64 43.0001 35.23C45.1501 34.36 47.3101 33.5 49.4401 32.6C50.3401 32.22 51.2101 31.77 52.0901 31.33C52.3501 31.2 52.5701 31.01 52.8101 30.85C52.9101 30.78 52.9201 30.69 52.8801 30.57C52.6101 29.65 52.3501 28.74 52.0901 27.82C51.9601 27.36 51.8601 26.89 51.7401 26.41C51.3801 26.55 51.0301 26.69 50.6901 26.82C50.3601 26.96 50.0301 27.1 49.7001 27.23C49.4601 27.33 49.2101 27.42 48.9601 27.51C49.0301 27.67 48.9301 27.73 48.8001 27.79C46.2001 28.87 43.6101 29.96 41.0101 31.05C39.9901 31.48 38.9601 31.9 37.9401 32.33V32.32Z\" fill=\"#F8CD46\"/>\\n<path d=\"M16.7401 17.39C16.8101 16.91 16.8901 16.43 16.9601 15.95C17.4801 12.5 17.9901 9.03997 18.5101 5.58997C18.5101 5.56997 18.5101 5.54997 18.5101 5.52997C18.5301 5.42997 18.5101 5.33997 18.4001 5.31997C18.2801 5.29997 18.2401 5.37997 18.2201 5.48997C18.1001 6.29997 17.9801 7.09997 17.8601 7.90997C17.4001 10.98 16.9401 14.05 16.4901 17.12C16.4801 17.2 16.4801 17.29 16.4701 17.37C16.5601 17.37 16.6401 17.39 16.7301 17.4L16.7401 17.39Z\" fill=\"#291C28\"/>\\n<path d=\"M48.9501 27.51C48.8501 27.43 48.7601 27.48 48.6701 27.51C47.0001 28.21 45.3201 28.91 43.6501 29.61C42.0501 30.28 40.4501 30.95 38.8501 31.62C38.8001 31.64 38.7601 31.65 38.7101 31.67C38.6901 31.67 38.6701 31.69 38.6501 31.7C38.3701 31.82 38.0901 31.94 37.8201 32.06C37.8601 32.14 37.9101 32.23 37.9501 32.31C38.9701 31.88 40.0001 31.46 41.0201 31.03C43.6201 29.94 46.2101 28.86 48.8101 27.77C48.9401 27.72 49.0401 27.66 48.9701 27.49L48.9501 27.51Z\" fill=\"#291C28\"/>\\n<path d=\"M39.9601 23.01C39.9101 23.01 39.8601 23.02 39.8101 23.03C39.2101 23.51 38.6201 23.99 38.0201 24.46C36.9001 25.36 35.7701 26.25 34.6401 27.15C34.5901 27.19 34.5401 27.25 34.5001 27.3C34.5501 27.36 34.6001 27.42 34.6501 27.48C34.7801 27.39 34.9001 27.31 35.0301 27.21C36.6701 25.91 38.3101 24.6 39.9501 23.3C40.1001 23.18 40.1001 23.13 39.9701 23L39.9601 23.01Z\" fill=\"#291C28\"/>\\n<path d=\"M22.4201 12.22C22.4201 12.22 22.3101 12.3 22.2801 12.36C22.1901 12.53 22.1201 12.7 22.0401 12.87C21.7201 13.57 21.41 14.27 21.09 14.97C20.69 15.85 20.2901 16.73 19.8801 17.61C19.8401 17.7 19.8001 17.8 19.8801 17.89C19.9301 17.89 19.97 17.91 20.02 17.91C20.13 17.7 20.24 17.5 20.34 17.29C21.06 15.71 21.7801 14.13 22.5101 12.54C22.6001 12.33 22.5901 12.27 22.4101 12.23L22.4201 12.22Z\" fill=\"#291C28\"/>\\n<path d=\"M36.13 7.30994C36.06 7.38994 35.97 7.45994 35.91 7.54994C35.72 7.79994 35.53 8.05994 35.34 8.31994C34.78 9.08994 34.22 9.86994 33.66 10.6399C31.46 13.6599 29.26 16.6799 27.06 19.7099C27.04 19.7299 27.01 19.7599 27.01 19.7799C27.01 19.8499 27.01 19.9499 27.04 19.9899C27.1 20.0499 27.19 20.0199 27.24 19.9399C27.46 19.6399 27.68 19.3399 27.9 19.0399C30.05 16.0899 32.2 13.1299 34.35 10.1799C34.98 9.31994 35.61 8.45994 36.23 7.59994C36.35 7.43994 36.31 7.35994 36.13 7.31994V7.30994Z\" fill=\"#291C28\"/>\\n<path d=\"M35.7601 17.93C34.7101 19.28 33.6701 20.64 32.6201 21.99C32.2301 22.5 31.8401 23 31.4501 23.51C31.4201 23.55 31.3801 23.61 31.3801 23.65C31.3801 23.7 31.4301 23.78 31.4601 23.78C31.5201 23.78 31.6101 23.76 31.6501 23.71C31.8401 23.48 32.0101 23.25 32.1901 23.01C33.9201 20.76 35.6601 18.52 37.3901 16.27C38.3601 15.01 39.3301 13.75 40.3101 12.49C40.3301 12.47 40.3501 12.44 40.3601 12.42C40.4101 12.34 40.4101 12.27 40.3301 12.21C40.2501 12.15 40.1801 12.18 40.1201 12.25C40.0001 12.39 39.8901 12.54 39.7801 12.69C38.4401 14.43 37.0901 16.18 35.7501 17.92L35.7601 17.93Z\" fill=\"#291C28\"/>\\n<path d=\"M25.0101 19.18C25.1001 18.96 25.1801 18.77 25.2501 18.58C26.8101 14.7 28.3701 10.83 29.9201 6.95002C29.9501 6.88002 29.9501 6.78002 29.9201 6.72002C29.8601 6.63002 29.7301 6.68002 29.6701 6.82002C29.4801 7.29002 29.2901 7.77002 29.1001 8.24002C27.6701 11.79 26.2401 15.34 24.8101 18.89C24.7901 18.94 24.7501 18.99 24.7601 19.03C24.7601 19.09 24.8001 19.17 24.8401 19.2C24.8801 19.22 24.9501 19.19 25.0001 19.18H25.0101Z\" fill=\"#291C28\"/>\\n<path d=\"M20.43 3.22998H20.42C20.42 3.22998 20.42 3.22997 20.42 3.23997H20.43C20.43 3.23997 20.43 3.23998 20.43 3.22998Z\" fill=\"white\"/>\\n<path d=\"M4.78005 38.89C2.83005 38.84 1.84005 45.08 3.31005 46.26C4.78005 47.44 5.91005 45.51 6.84005 43.32C7.63005 41.46 6.73005 38.94 4.78005 38.88V38.89Z\" fill=\"#010101\"/>\\n<path d=\"M21.2101 51.32C22.2601 47.05 20.9901 46.36 19.9201 45.99C18.9201 45.65 15.9901 45.27 16.4901 48.49C16.9901 51.71 16.2501 53.2799 14.7801 54.0899C13.3101 54.8999 12.3301 58.3699 12.3301 58.3699L21.2201 51.3099L21.2101 51.32Z\" fill=\"#010101\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-an2hq2\",\"data-framer-name\":\"media\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1gok03f\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#9BD0CD\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Social media\"})}),className:\"framer-13qn1bp\",\"data-framer-name\":\"Social media\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1n1gz4i\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:160,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"160\" viewBox=\"0 0 322 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M281.64 0.48999H40.5099C18.4699 0.48999 0.439941 18.52 0.439941 40.56V119.45C0.439941 141.49 18.4699 159.52 40.5099 159.52L281.64 129.52C308.92 125.22 321.71 111.49 321.71 89.45V40.56C321.71 18.52 303.68 0.48999 281.64 0.48999Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hicjpg\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:186,intrinsicWidth:188,svg:'<svg width=\"188\" height=\"186\" viewBox=\"0 0 188 186\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M116.4 108.62C116.4 108.62 128.39 111.1 141.84 91.26C152.29 75.85 159.91 52.61 163.79 50.23C167.67 47.85 178.43 50.74 174.92 57.72C171.41 64.7 155 87.27 147.43 95.92C139.15 105.4 127.33 117.72 115.15 113.14C98.71 106.96 116.39 108.63 116.39 108.63L116.4 108.62Z\" fill=\"#010101\"/>\\n<path d=\"M69.41 185.21H48.73C48.73 185.21 49.09 180.49 53.08 180.49C57.07 180.49 64.41 179.03 64.41 174.91V136.23H69.41V185.21Z\" fill=\"#010101\"/>\\n<path d=\"M74.9901 185.21H95.6701C95.6701 185.21 95.3101 180.49 91.3201 180.49C87.3301 180.49 79.9901 179.03 79.9901 174.91V136.23H74.9901V185.21Z\" fill=\"#010101\"/>\\n<path d=\"M47.41 20.98C72.85 13.5 112.22 18.31 127.46 40.44C142.7 62.57 137.57 95.44 118.33 118.88C95.17 147.1 52.06 145.13 36.57 137.4C22.33 130.29 -2.35996 109.88 0.740038 70.74C3.07004 41.28 28.9 26.42 47.41 20.98Z\" fill=\"#F8CC46\"/>\\n<path d=\"M17.05 122.29C16.8 123.17 16.62 124.21 16.54 125.41C15.91 134.53 14.61 146.45 20.4 149.96C26.19 153.47 34.78 152.41 40.04 148.73C45.3 145.05 50.03 139.48 51.79 138.76C53.54 138.04 55.82 135.76 54.07 132.95C52.32 130.14 44.08 129.62 42.15 132.42C40.22 135.23 39.52 140.84 36.19 143.29C32.86 145.74 26.9 147.67 23.57 145.04C20.24 142.41 19.99 135.27 20.87 126.15L17.07 122.28L17.05 122.29Z\" fill=\"#010101\"/>\\n<path d=\"M128.38 55.84C128.21 61.26 105.39 69.68 88.09 76.98C70.79 84.28 50.04 94.28 46.58 92.74C43.12 91.2 38.89 71.22 46.58 61.22C54.27 51.22 77.03 40.69 92.32 38.93C112.31 36.62 128.7 45.46 128.38 55.84Z\" fill=\"white\"/>\\n<path d=\"M108.71 51.12C104.97 52.47 105.41 56.97 105.97 58.04C107 60.03 109.42 57.96 110.92 57C112.64 55.9 114.42 56.59 115.12 55.03C115.53 54.1 113.42 49.42 108.72 51.12H108.71Z\" fill=\"#010101\"/>\\n<path d=\"M67.27 69.05C63.53 70.4 63.97 74.9 64.53 75.97C65.56 77.96 67.98 75.89 69.48 74.93C71.2 73.83 72.98 74.52 73.68 72.96C74.09 72.03 71.98 67.35 67.28 69.05H67.27Z\" fill=\"#010101\"/>\\n<path d=\"M161.765 85.3552L183.65 74.5671C185.726 73.544 186.579 71.032 185.556 68.9564L164.471 26.1808C163.448 24.1052 160.936 23.252 158.86 24.2752L136.974 35.0632C134.899 36.0863 134.046 38.5983 135.069 40.6739L156.154 83.4495C157.177 85.5251 159.689 86.3783 161.765 85.3552Z\" fill=\"#9BD0CD\"/>\\n<path d=\"M160.31 31.5099C161.514 31.5099 162.49 30.5339 162.49 29.3299C162.49 28.1259 161.514 27.1499 160.31 27.1499C159.106 27.1499 158.13 28.1259 158.13 29.3299C158.13 30.5339 159.106 31.5099 160.31 31.5099Z\" fill=\"#010101\"/>\\n<path d=\"M158.33 35.1C159.026 35.1 159.59 34.5358 159.59 33.84C159.59 33.1441 159.026 32.58 158.33 32.58C157.634 32.58 157.07 33.1441 157.07 33.84C157.07 34.5358 157.634 35.1 158.33 35.1Z\" fill=\"#010101\"/>\\n<path d=\"M181.34 47.15C181.16 43.47 174.96 40.24 172.41 41.24C169.86 42.24 164.29 47.52 167.67 50.9C171.06 54.28 174.57 55.2 176.31 53.58C178.05 51.96 181.58 52.16 181.34 47.15Z\" fill=\"#010101\"/>\\n<path d=\"M148.73 14.15C148.27 13.77 148.59 12.03 148.68 11.42C148.91 9.73004 149.37 7.83004 149.78 6.17004C149.98 5.36004 151.08 1.08004 151.54 0.750041C151.96 0.450041 154.28 0.94004 154.91 1.05004C158.43 1.67004 162.13 2.57004 165.61 3.41004C166.24 3.56004 169.77 4.33004 169.97 4.58004C170.58 5.33004 169.78 9.01004 169.55 10.06C169.21 11.64 168.72 13.41 168.2 14.94C168.02 15.48 167.11 18.03 166.78 18.23L159.42 16.67C159.27 16.7 158.23 18.56 158.01 18.86C157.91 19 157.16 19.98 157.02 19.81L156.53 16.07C153.96 15.36 151.24 15.07 148.74 14.16L148.73 14.15ZM159.13 5.75004C158.82 4.91004 158.43 4.26004 157.42 4.28004C154.15 4.36004 156.17 9.41004 156.86 11.07C157.03 11.47 158 13.62 158.26 13.68C159.48 13.14 160.76 12.34 161.77 11.46C163.14 10.27 164.44 8.78004 164.17 6.82004C163.75 3.81004 160.29 6.88004 159.59 8.16004L159.13 5.75004Z\" fill=\"#E16F39\"/>\\n<path d=\"M159.6 8.15999L159.14 5.74999C158.83 4.90999 158.44 4.25999 157.43 4.27999C154.16 4.35999 156.18 9.40999 156.87 11.07C157.04 11.47 158.01 13.62 158.27 13.68C159.49 13.14 160.77 12.34 161.78 11.46C163.15 10.27 164.45 8.77999 164.18 6.81999C163.76 3.80999 160.3 6.87999 159.6 8.15999Z\" fill=\"white\"/>\\n<path d=\"M136.41 15.6601C136.2 15.6701 135.98 15.6401 135.81 15.7901C135.48 16.0801 134.83 22.8601 134.84 23.7601C134.84 24.2101 134.72 25.0401 135.13 25.2701C135.63 25.5401 138.95 25.8001 139.47 25.6101C139.84 25.4801 139.82 24.8101 139.87 24.4601C140.29 21.8001 140.23 18.9701 140.52 16.2901C140.47 16.1501 140.2 16.1301 140.08 16.1001C139.28 15.9001 137.22 15.6201 136.42 15.6601H136.41Z\" fill=\"#765799\"/>\\n<path d=\"M129.01 14.5101C126.8 15.1001 124.9 16.2701 125.11 18.8301C125.21 20.0201 125.75 22.3201 126.42 23.3201C126.74 23.8101 128.55 24.0401 129.19 24.1601C130.79 24.4501 132.41 24.6101 134.04 24.6201L134.99 15.8801C134.46 15.9701 133.55 15.7601 133.01 15.5901C132 15.2801 131.92 15.1601 131.59 14.1401C131.36 13.4301 130.83 9.78006 130.14 9.69006C129.66 9.69006 129.29 10.2501 129.07 10.6401C128.42 11.8301 128.6 13.2801 129.01 14.5201V14.5101Z\" fill=\"#E5E5E5\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g71g71\",\"data-framer-name\":\"Prod\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-15kktns\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:263,intrinsicWidth:366,svg:'<svg width=\"366\" height=\"263\" viewBox=\"0 0 366 263\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M329.37 0H36.6C16.3864 0 0 16.3864 0 36.6V226.15C0 246.364 16.3864 262.75 36.6 262.75H329.37C349.584 262.75 365.97 246.364 365.97 226.15V36.6C365.97 16.3864 349.584 0 329.37 0Z\" fill=\"#E76F38\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Production\"})}),className:\"framer-2x41xd\",\"data-framer-name\":\"Production\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10r9vtm\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:172,intrinsicWidth:322,svg:'<svg width=\"322\" height=\"172\" viewBox=\"0 0 322 172\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M281.55 171.41H40.42C18.38 171.41 0.349976 151.99 0.349976 128.26V43.31C0.349976 19.58 18.38 0.160034 40.42 0.160034L281.55 32.47C308.83 37.1 321.62 51.89 321.62 75.62V128.27C321.62 152 303.59 171.42 281.55 171.42V171.41Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:788,pixelWidth:876,positionX:\"center\",positionY:\"center\",sizes:\"217.71px\",src:\"https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png\",srcSet:\"https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png?scale-down-to=512 512w,https://framerusercontent.com/images/D0KQC7Mey8GEYZb30aPqXDLsYhk.png 876w\"},className:\"framer-ynjjgd\",\"data-framer-name\":\"Rectangle\"})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-alignment\":\"center\"},children:[\"Chez\\xa0ON S\u2019DIT QUOI !, \",/*#__PURE__*/_jsx(\"br\",{}),\"nous r\\xe9unissons sous un m\\xeame toit tout le savoir-faire \",/*#__PURE__*/_jsx(\"br\",{}),\"de l\u2019\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(155, 209, 205)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\\xe9v\\xe9nementiel\"})}),\", de la\\xa0\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 206, 0)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"communication\"})}),\"\\xa0et de la\\xa0\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(117, 86, 153)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"production\"})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-alignment\":\"center\"},children:\"pour cr\\xe9er des exp\\xe9riences uniques, m\\xe9morables et authentiques,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-alignment\":\"center\"},children:\"en nous appuyant sur six p\\xf4les compl\\xe9mentaires :\"})]}),className:\"framer-d053g0 hidden-11bvl3r\",\"data-framer-name\":\"Chez\\xa0ON S\u2019DIT QUOI !, nous r\\xe9unissons sous un m\\xeame toit tout le savoir-faire de l\u2019\\xe9v\\xe9nementiel, de la\\xa0communication\\xa0et de la\\xa0production pour cr\\xe9er des exp\\xe9riences uniques, m\\xe9morables et authentiques, en nous appuyant sur six p\\xf4les compl\\xe9mentaires :\",fonts:[\"CUSTOM;Museo Sans 500\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-text-alignment\":\"center\"},children:\"Chez\\xa0ON S\u2019DIT QUOI !, nous r\\xe9unissons sous un m\\xeame toit\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-text-alignment\":\"center\"},children:[\"tout le savoir-faire de l\u2019\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgOTAw\",\"--framer-font-family\":'\"Museo Sans 900\", \"Museo Sans 900 Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(155, 209, 205)\"},children:\"\\xe9v\\xe9nementiel\"}),\", de la\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgMzAw\",\"--framer-font-family\":'\"Museo Sans 300\", \"Museo Sans 300 Placeholder\", sans-serif'},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgOTAw\",\"--framer-font-family\":'\"Museo Sans 900\", \"Museo Sans 900 Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 206, 0)\"},children:\"communication\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgMzAw\",\"--framer-font-family\":'\"Museo Sans 300\", \"Museo Sans 300 Placeholder\", sans-serif'},children:\"\\xa0\"}),\"et de la\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgMzAw\",\"--framer-font-family\":'\"Museo Sans 300\", \"Museo Sans 300 Placeholder\", sans-serif'},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgOTAw\",\"--framer-font-family\":'\"Museo Sans 900\", \"Museo Sans 900 Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(117, 86, 153)\"},children:\"production\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-text-alignment\":\"center\"},children:\"pour cr\\xe9er des exp\\xe9riences uniques, m\\xe9morables et authentiques,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO011c2VvIFNhbnMgNTAw\",\"--framer-font-family\":'\"Museo Sans 500\", \"Museo Sans 500 Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-text-alignment\":\"center\"},children:\"en nous appuyant sur six p\\xf4les compl\\xe9mentaires :\"})]}),className:\"framer-trqjc9 hidden-72rtr7\",\"data-framer-name\":\"Chez\\xa0ON S\u2019DIT QUOI !, nous r\\xe9unissons sous un m\\xeame toit tout le savoir-faire de l\u2019\\xe9v\\xe9nementiel, de la\\xa0communication\\xa0et de la\\xa0production pour cr\\xe9er des exp\\xe9riences uniques, m\\xe9morables et authentiques, en nous appuyant sur six p\\xf4les compl\\xe9mentaires :\",fonts:[\"CUSTOM;Museo Sans 500\",\"CUSTOM;Museo Sans 900\",\"CUSTOM;Museo Sans 300\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-41r87z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tqtQ3VJNi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-alignment\":\"center\"},children:[\"ON FAIT QU\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(155, 208, 205)\"},children:\"O\"}),\"I ?\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:[\"ON FAIT QU\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(155, 208, 205)\"},children:\"O\"}),\"I ?\"]})}),className:\"framer-136y55i\",\"data-framer-name\":\"ON FAIT QUOI ?\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c2pufc\",\"data-framer-name\":\"Group 6\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gosn7g hidden-11bvl3r\",\"data-framer-name\":\"Rectangle 42\",style:{rotate:-4}}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-xihkqz hidden-11bvl3r\",\"data-framer-name\":\"Ichi on est Lillois !\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:81,intrinsicWidth:384,svg:'<svg width=\"384\" height=\"81\" viewBox=\"0 0 384 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.24244 60.4505L3.59441 37.0046L9.3514 36.5489L11.9994 59.9949L6.24244 60.4505ZM14.6551 51.2488C14.1441 46.7236 17.0144 42.1623 23.1004 41.6806C27.706 41.316 30.1332 43.7045 30.1332 43.7045L28.1613 47.6984C28.1613 47.6984 26.3312 46.189 23.9955 46.3739C21.298 46.5874 20.1788 48.7273 20.4047 50.7275C20.6307 52.7278 22.2605 54.8155 25.1225 54.589C27.4911 54.4015 29.5314 52.1887 29.5314 52.1887L32.052 55.9925C32.052 55.9925 29.8338 58.9802 25.0966 59.3552C19.0435 59.8343 15.1811 55.9052 14.6551 51.2488ZM34.9799 58.1759L32.3318 34.73L38.023 34.2795L38.86 41.6904C38.9563 42.543 38.9572 43.1384 38.9572 43.1384L39.023 43.1332C39.7881 41.3853 41.6471 40.2126 43.8841 40.0355C47.3054 39.7647 50.1479 41.1278 50.6849 45.8825L51.9219 56.8349L46.2307 57.2854L45.1122 47.3823C44.9344 45.8083 44.2353 45.202 42.9852 45.3009C41.2417 45.4389 40.2051 46.5466 39.8783 48.0613C39.7221 48.7353 39.7378 49.462 39.8267 50.249L40.6711 57.7254L34.9799 58.1759ZM53.8117 37.4962L53.3117 33.0694L58.8713 32.6293L59.3713 37.0562L53.8117 37.4962ZM55.8939 56.5205L53.9866 39.6329L59.6778 39.1824L61.5851 56.07L55.8939 56.5205ZM71.1081 46.8466C70.5081 41.5344 74.381 37.6216 79.6775 37.2024C85.0397 36.7779 89.72 40.0137 90.32 45.3259C90.9163 50.6054 87.0359 54.4526 81.7066 54.8744C76.3773 55.2962 71.7044 52.126 71.1081 46.8466ZM76.8651 46.3909C77.1503 48.9159 79.1008 50.3165 81.1733 50.1524C83.2458 49.9884 84.8482 48.3066 84.563 45.7816C84.2741 43.2239 82.3162 41.7577 80.2437 41.9217C78.1712 42.0858 76.5762 43.8332 76.8651 46.3909ZM94.2204 53.4869L92.313 36.5992L97.774 36.167L97.9406 37.6426C98.0036 38.2001 97.9933 38.6972 97.9933 38.6972L98.0591 38.692C98.7005 37.3178 100.131 35.5834 103.125 35.3465C106.546 35.0757 109.388 36.4387 109.925 41.1935L111.162 52.1459L105.471 52.5964L104.353 42.6933C104.175 41.1193 103.476 40.513 102.226 40.6119C100.449 40.7525 99.4748 41.8222 99.1443 43.3041C98.9881 43.9781 98.9746 44.7402 99.0672 45.5599L99.9116 53.0364L94.2204 53.4869ZM120.479 42.8726C119.92 37.9211 122.838 33.7861 128.299 33.3538C133.3 32.958 136.521 36.21 137.051 40.8992C137.114 41.4566 137.12 42.6803 137.12 42.6803L126.428 43.5266C127.089 45.5586 128.907 46.3742 130.716 46.231C133.151 46.0383 135.195 44.1561 135.195 44.1561L137.749 47.9572C137.749 47.9572 135.296 50.6327 130.789 50.9894C124.736 51.4685 120.987 47.365 120.479 42.8726ZM126.193 40.2698L131.16 39.8766C131.016 38.5978 129.998 37.5204 128.649 37.6271C127.004 37.7573 126.348 39.0003 126.193 40.2698ZM139.636 47.7747L141.641 43.7782C141.641 43.7782 143.708 45.335 146.143 45.1423C146.998 45.0746 147.794 44.7799 147.732 44.2225C147.565 42.7469 139.618 43.2104 138.996 37.7015C138.637 34.5207 141.474 32.311 145.389 32.0012C149.336 31.6887 151.562 33.4646 151.562 33.4646L150.076 37.6516C150.076 37.6516 148.276 36.4045 145.907 36.592C145.052 36.6597 144.255 36.9543 144.322 37.5446C144.466 38.8234 152.417 38.3927 153.032 43.836C153.358 46.7217 151.069 49.3842 146.694 49.7305C142.45 50.0664 139.636 47.7747 139.636 47.7747ZM156.825 42.2455L156.155 36.3102L153.984 36.4821L153.484 32.0552L155.819 31.8703L155.271 27.0172L160.798 26.5797L161.346 31.4329L164.899 31.1517L165.399 35.5785L161.846 35.8597L162.431 41.0408C162.646 42.9427 164.616 43.0514 165.702 42.9655C166.163 42.929 166.455 42.8728 166.455 42.8728L167.011 47.7915C167.011 47.7915 166.397 47.9394 165.476 48.0123C162.778 48.2258 157.466 47.9184 156.825 42.2455ZM178.502 46.8158L175.854 23.3698L181.611 22.9141L183.704 41.4413L193.31 40.681L193.865 45.5997L178.502 46.8158ZM194.299 26.3763L193.799 21.9495L199.359 21.5094L199.859 25.9363L194.299 26.3763ZM196.381 45.4006L194.474 28.513L200.165 28.0625L202.073 44.9501L196.381 45.4006ZM205.342 38.4052L203.398 21.1897L209.089 20.7392L210.948 37.2006C211.13 38.8074 211.489 39.3414 212.772 39.2398C213.134 39.2112 213.459 39.1523 213.459 39.1523L214.014 44.0711C214.014 44.0711 213.236 44.2319 212.315 44.3049C209.288 44.5444 205.983 44.0782 205.342 38.4052ZM215.976 37.5636L214.032 20.348L219.723 19.8975L221.582 36.3589C221.763 37.9657 222.122 38.4997 223.405 38.3981C223.767 38.3695 224.093 38.3107 224.093 38.3107L224.648 43.2294C224.648 43.2294 223.87 43.3903 222.949 43.4632C219.922 43.7027 216.617 43.2365 215.976 37.5636ZM225.345 34.6384C224.745 29.3261 228.618 25.4133 233.915 24.9941C239.277 24.5697 243.957 27.8055 244.557 33.1177C245.154 38.3971 241.273 42.2443 235.944 42.6661C230.615 43.088 225.942 39.9178 225.345 34.6384ZM231.102 34.1827C231.388 36.7076 233.338 38.1082 235.411 37.9442C237.483 37.7801 239.085 36.0983 238.8 33.5734C238.511 31.0156 236.554 29.5495 234.481 29.7135C232.408 29.8775 230.814 31.6249 231.102 34.1827ZM246.375 22.2543L245.875 17.8275L251.435 17.3874L251.935 21.8143L246.375 22.2543ZM248.458 41.2786L246.55 24.391L252.242 23.9405L254.149 40.8282L248.458 41.2786ZM256.8 38.5009L258.804 34.5044C258.804 34.5044 260.872 36.0612 263.306 35.8685C264.162 35.8008 264.958 35.5061 264.895 34.9487C264.729 33.4731 256.782 33.9366 256.16 28.4277C255.801 25.2469 258.638 23.0372 262.553 22.7274C266.5 22.4149 268.725 24.1908 268.725 24.1908L267.24 28.3778C267.24 28.3778 265.44 27.1307 263.071 27.3182C262.216 27.3859 261.419 27.6805 261.486 28.2708C261.63 29.5496 269.581 29.1189 270.195 34.5623C270.521 37.4479 268.233 40.1104 263.858 40.4567C259.614 40.7926 256.8 38.5009 256.8 38.5009ZM282.017 31.3107L279.661 15.1533L285.582 14.6846L286.885 30.9253L282.017 31.3107ZM282.671 38.5706L282.115 33.6519L287.313 33.2405L287.868 38.1592L282.671 38.5706Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-vartq hidden-11bvl3r\",\"data-framer-name\":\"Mode_Isolation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:114,intrinsicWidth:123,svg:'<svg width=\"123\" height=\"114\" viewBox=\"0 0 123 114\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_499_838)\">\\n<path d=\"M90.2298 72.088C90.4913 73.4771 90.7439 74.8661 91.0169 76.2545C91.0704 76.5249 91.0023 76.652 90.7628 76.7924C84.7103 80.3372 79.9575 83.133 73.9101 86.685C73.8611 86.7152 27.0063 113.343 26.9581 113.376C26.8659 113.344 26.9581 113.376 26.0734 112.653C25.9077 112.518 34.3193 71.2955 34.3823 71.0878C37.692 60.1139 40.9954 49.1391 44.2989 38.1642C44.3203 38.0929 44.3459 38.0261 44.3747 37.932C45.0935 37.974 45.8071 38.0177 46.5224 38.0579C46.5964 38.0697 46.6686 38.0849 46.7409 38.0914C48.8866 38.2942 51.0175 38.6161 53.1291 39.0437C53.3949 39.0973 53.6635 39.1413 53.9303 39.1887C54.0853 39.2158 54.2368 39.2412 54.3917 39.2683C54.4813 39.3015 54.5716 39.3462 54.6666 39.3689C55.6024 39.6061 56.5402 39.8309 57.4706 40.0786C59.407 40.5999 61.3027 41.2426 63.1771 41.9565C63.2974 42.0034 63.4177 42.0504 63.5379 42.0973C63.9258 42.2589 64.3155 42.4169 64.7015 42.582C68.0506 43.9957 71.223 45.7294 74.1832 47.8469C75.8039 49.0077 77.3339 50.2794 78.775 51.6584C80.7445 53.5414 82.5068 55.6016 84.0393 57.8518C84.5641 58.6209 85.0486 59.4204 85.5519 60.2051C85.5888 60.2755 85.6223 60.3441 85.6592 60.4145C86.0306 61.1061 86.4242 61.7848 86.7697 62.4876C87.1985 63.3604 87.5925 64.253 88.0017 65.138C88.058 65.2696 88.1162 65.3978 88.1726 65.5295C88.2046 65.6308 88.2341 65.7329 88.2688 65.8333C88.6391 66.9006 89.0387 67.9586 89.3779 69.0386C89.6962 70.0432 89.9461 71.0724 90.2271 72.0888L90.2298 72.088Z\" fill=\"#DC7C4F\"/>\\n<path d=\"M63.2666 92.945L62.8902 92.6625C62.8902 92.6625 62.8994 92.6361 62.9048 92.6256C63.0821 92.6955 63.2559 92.7636 63.4333 92.8335C63.378 92.8716 63.3227 92.9096 63.2666 92.945Z\" fill=\"#4F549F\"/>\\n<path d=\"M85.5553 60.2068C85.052 59.4221 84.5683 58.6253 84.0428 57.8535C82.5093 55.6007 80.7471 53.5405 78.7784 51.6601C77.3347 50.282 75.8074 49.0094 74.1866 47.8486C71.2264 45.7311 68.054 43.9974 64.7049 42.5837C64.3162 42.4195 63.9292 42.2606 63.5414 42.099C63.5975 41.9991 63.6669 41.9039 63.7072 41.8002C64.556 39.5814 65.4012 37.3608 66.2499 35.1421C66.7022 33.9637 67.158 32.7872 67.6138 31.6107C67.6704 31.54 67.7376 31.4747 67.7845 31.4012C68.1812 30.7682 68.5736 30.1308 68.9668 29.496C69.4477 28.7221 69.9207 27.9418 70.412 27.1733C70.8329 26.5151 71.2574 25.8587 71.6975 25.215C72.2495 24.4068 72.8033 23.595 73.3885 22.8086C73.7945 22.2606 74.2417 21.7407 74.6957 21.2333C74.9012 21.004 75.1573 20.8144 75.4158 20.6416C75.5103 20.5794 75.7056 20.5674 75.7992 20.6227C76.3096 20.9214 76.8064 21.242 77.3031 21.5625C77.7597 21.8577 78.2099 22.1608 78.6665 22.456C78.8431 22.5701 79.0297 22.6693 79.2346 22.7891C79.2941 22.6442 79.348 22.5186 79.3984 22.3912C79.5892 21.8939 79.7792 21.3939 79.9673 20.8974C80.0264 20.779 80.0899 20.665 80.1428 20.5456C80.4415 19.8528 80.7359 19.1556 81.0381 18.4646C81.2289 18.0318 81.4301 17.6044 81.6271 17.1726C81.6661 17.1016 81.7051 17.0306 81.7432 16.9569C81.8834 16.7248 82.0166 16.4891 82.1708 16.2643C82.2772 16.1104 82.3951 15.9558 82.5398 15.8396C82.6121 15.7815 82.7578 15.7793 82.8563 15.8038C83.1669 15.8784 83.4735 15.9777 83.7803 16.0682C83.804 16.0783 83.8232 16.0927 83.8487 16.0993C85.1217 16.4027 86.3947 16.706 87.6687 17.0032C87.7989 17.0353 87.9394 17.026 88.0743 17.036C88.551 17.1547 89.0296 17.27 89.5064 17.3887C89.5987 17.4122 89.6911 17.4357 89.8054 17.464C89.7609 17.61 89.7247 17.7359 89.6902 17.8582C89.5315 18.2721 89.3728 18.686 89.2211 19.1035C88.8085 20.2223 88.3924 21.3393 87.986 22.4592C87.7241 23.1755 87.4753 23.8965 87.2203 24.6165C87.7502 24.9676 88.2774 25.3196 88.8091 25.6672C89.0714 25.8392 89.3392 26.0006 89.6052 26.1656C89.8457 26.324 90.0843 26.4859 90.3258 26.6381C90.9583 27.0359 91.5908 27.4337 92.2251 27.828C92.6442 28.0881 93.0669 28.3413 93.4833 28.6022C93.7939 28.7971 94.0945 29.0068 94.4242 29.2249L94.1667 29.5674C94.0109 29.2972 93.86 29.2922 93.67 29.5518C92.6263 30.9703 91.5852 32.3879 90.5442 33.8055C86.9718 38.6641 83.3959 43.5208 79.8235 48.3793C79.4614 48.8722 79.1029 49.367 78.7409 49.8599C78.6464 49.9866 78.6389 50.1385 78.7677 50.2033C78.8518 50.247 78.9992 50.1856 79.1118 50.1529C79.1491 50.1411 79.1738 50.0805 79.2044 50.0385C82.8606 45.0655 86.5141 40.0933 90.1711 35.123C91.1067 33.8531 92.0458 32.585 92.9841 31.3143C92.7762 31.647 92.5754 31.9833 92.3562 32.3079C91.8861 33.0051 91.4012 33.6924 90.9304 34.3869C90.6625 34.7797 90.4121 35.1815 90.1521 35.5805C90.5146 35.3015 90.8491 34.9991 91.188 34.7011C92.6498 33.4288 94.1142 32.1555 95.5804 30.8877C96.1024 30.4378 96.6367 29.9988 97.1666 29.5553C97.5816 29.2479 97.9861 28.9263 98.415 28.635C98.9526 28.2712 99.5015 27.9155 100.063 27.5909C100.43 27.3809 100.517 27.4326 100.814 27.7138C101.513 28.3778 102.212 29.0418 102.936 29.6805C103.939 30.5649 104.966 31.4213 105.981 32.29C105.998 32.3052 106.011 32.3275 106.038 32.366C103.716 34.4356 101.394 36.5053 99.0404 38.6027C99.1571 38.7123 99.2616 38.8112 99.3652 38.9074C99.58 39.1325 99.7903 39.3621 100.012 39.582C100.584 40.1486 101.16 40.7108 101.734 41.2739C102.236 41.7686 102.739 42.2661 103.239 42.7617C103.487 43.0086 103.728 43.2607 103.973 43.5084C103.881 43.6051 103.817 43.681 103.747 43.7471C102.686 44.7517 101.625 45.7536 100.568 46.76C99.4389 47.8359 98.318 48.9182 97.1919 49.9934C96.1132 51.0241 95.0318 52.0558 93.948 53.0794C93.7475 53.269 93.5235 53.4309 93.3127 53.6062C93.1495 53.35 93.0471 53.3501 92.7671 53.603C90.6391 55.5263 88.5085 57.4504 86.3848 59.3781C86.1003 59.6354 85.8402 59.9231 85.5661 60.1946L85.5553 60.2068ZM77.6573 35.4426C79.7293 32.4552 81.8012 29.4677 83.8705 26.4811C84.0454 26.2292 84.2211 25.98 84.3899 25.7272C84.4738 25.6038 84.4792 25.4731 84.3464 25.3774C84.2136 25.2816 84.0982 25.324 84.0003 25.4401C83.968 25.4767 83.9409 25.5205 83.9129 25.5616C82.4162 27.7218 80.9195 29.8819 79.4254 32.0412C76.7575 35.8919 74.0895 39.7426 71.4215 43.5933C71.1447 43.9947 70.8574 44.3907 70.5946 44.7994C70.5421 44.8835 70.5453 45.032 70.58 45.1324C70.5961 45.1831 70.7536 45.2182 70.8298 45.1999C70.9033 45.1825 70.9682 45.0916 71.0186 45.0199C71.6253 44.1533 72.225 43.2831 72.8281 42.4146C74.4375 40.0927 76.0461 37.7681 77.652 35.4443L77.6573 35.4426ZM81.0605 52.9956C81.0743 53.0762 81.0556 53.2111 81.1114 53.258C81.1794 53.3156 81.3162 53.3221 81.4143 53.3086C81.4842 53.2982 81.5446 53.2116 81.6072 53.1596C86.4792 49.1413 91.3531 45.1196 96.2243 41.0987C96.8747 40.5643 97.5216 40.028 98.1685 39.4917C98.3544 39.339 98.3745 39.1069 98.1978 39.0573C98.0914 39.0265 97.9246 39.0823 97.8317 39.1586C92.5095 43.5393 87.1925 47.9272 81.8754 52.3151C81.6154 52.5295 81.3563 52.7464 81.0605 52.9956Z\" fill=\"#F8CF50\"/>\\n<path d=\"M88.0043 65.137C87.5951 64.2521 87.2046 63.3613 86.7723 62.4866C86.4268 61.7839 86.0323 61.1025 85.6618 60.4135C85.8467 60.5074 85.9745 60.4024 86.0989 60.2868C87.2814 59.2143 88.4667 58.141 89.6519 57.0676C90.592 56.2185 91.533 55.3721 92.474 54.5257C92.8197 54.3605 93.1691 54.197 93.5105 54.0273C94.9795 53.2951 96.4382 52.5397 97.9209 51.8325C99.4748 51.091 101.045 50.3736 102.627 49.6936C103.259 49.4231 103.941 49.2772 104.605 49.0903C104.809 49.0316 104.958 49.1223 105.068 49.322C105.28 49.7035 105.499 50.0826 105.746 50.4444C106.71 51.8629 107.689 53.271 108.662 54.687C108.781 54.8603 108.899 55.0371 109.028 55.2248C108.264 55.6196 107.526 55.9998 106.773 56.385C106.835 56.4973 106.875 56.5872 106.929 56.6667C107.693 57.8029 108.457 58.939 109.224 60.0742C109.302 60.1903 109.401 60.2909 109.488 60.3983C109.741 60.7725 109.997 61.146 110.25 61.5202C110.295 61.5881 110.345 61.6543 110.4 61.7364C110.328 61.7769 110.268 61.8166 110.205 61.8483C107.54 63.2144 104.875 64.5778 102.21 65.9439C99.3309 67.4189 96.4555 68.8958 93.5765 70.3708C92.4612 70.944 91.3451 71.5146 90.2289 72.0852C89.9479 71.0688 89.6953 70.0405 89.3797 69.035C89.0386 67.9585 88.6417 66.8996 88.2706 65.8297C88.2358 65.7292 88.2064 65.6271 88.1743 65.5259C88.3048 65.4757 88.4387 65.4363 88.5631 65.3763C93.1615 63.1279 97.7582 60.8741 102.356 58.623C103.562 58.0326 104.768 57.4395 105.978 56.8509C106.141 56.773 106.245 56.6606 106.151 56.4824C106.062 56.314 105.91 56.3417 105.765 56.4199C105.735 56.4353 105.706 56.4472 105.676 56.4627C100.501 58.9966 95.3254 61.5304 90.1508 64.067C89.4333 64.4174 88.7192 64.7786 88.0034 65.1343L88.0043 65.137Z\" fill=\"#F8CF50\"/>\\n<path d=\"M63.1806 41.9583C61.3062 41.2444 59.4104 40.6017 57.4741 40.0804C56.5428 39.83 55.6032 39.6087 54.67 39.3707C54.5777 39.3471 54.4882 39.3051 54.3952 39.2701C54.4456 38.7732 54.4979 38.2728 54.5483 37.776L54.5641 37.6596L54.5588 37.6612C54.608 37.5577 54.6712 37.4614 54.7019 37.355C54.7958 37.0232 54.8723 36.6823 54.9627 36.3487C55.7685 33.4398 56.5426 30.5234 57.3905 27.6275C58.2524 24.6833 59.1863 21.7631 60.0912 18.8345C60.2625 18.2847 60.4575 17.745 60.6419 17.1999C60.909 16.5552 61.1516 15.8978 61.4521 15.266C61.7052 14.7343 62.0197 14.23 62.3149 13.7201C62.4326 13.5186 62.6158 13.4224 62.8528 13.4588C62.9492 13.5045 63.0402 13.5607 63.1413 13.5932C65.1572 14.2271 67.1713 14.8645 69.1882 15.4923C69.6267 15.629 70.069 15.7498 70.5104 15.8768C71.1185 16.0683 71.7265 16.2686 72.34 16.4495C72.5624 16.514 72.6266 16.5963 72.5358 16.8273C72.4039 17.1594 72.3158 17.5098 72.2103 17.8512C72.1601 17.9609 72.1038 18.0696 72.0642 18.1848C71.6016 19.5247 71.1417 20.8638 70.6861 22.2074C70.2021 23.6275 69.7277 25.0503 69.2437 26.4703C68.6886 28.1005 68.1266 29.7271 67.568 31.3555C67.3078 31.218 67.2191 31.252 67.1107 31.5385C65.8774 34.7704 64.6433 37.9997 63.4135 41.2336C63.3245 41.4699 63.2564 41.7173 63.1779 41.9591L63.1806 41.9583Z\" fill=\"#F8CF50\"/>\\n<path d=\"M53.9329 39.1878C53.6661 39.1404 53.3975 39.0965 53.1316 39.0429C51.0174 38.616 48.8892 38.2933 46.7434 38.0905C46.6712 38.0841 46.599 38.0688 46.525 38.057C46.6287 36.259 46.706 34.4606 46.8397 32.6648C47.1273 28.841 47.413 25.0208 47.7605 21.2015C47.9066 19.5924 48.1875 17.9933 48.4393 16.3947C48.514 15.9282 48.6989 15.4768 48.8423 15.0238C48.9024 14.8347 49.0392 14.7767 49.2423 14.771C50.8186 14.7378 52.3932 14.6993 53.9653 14.644C54.7558 14.6165 55.5425 14.549 56.3633 14.4972C56.3197 15.1356 56.2799 15.7493 56.2374 16.3638C56.1865 16.9517 56.1277 17.5421 56.0829 18.131C56.0502 18.5636 56.0298 18.9982 56.0032 19.4318C55.7167 19.4052 55.6708 19.584 55.6489 19.8196C55.2393 24.4503 54.8235 29.0799 54.4112 33.7114C54.2488 35.5368 54.0899 37.3641 53.9302 39.1886L53.9329 39.1878Z\" fill=\"#F8CF50\"/>\\n<path d=\"M88.0042 65.137C88.72 64.7812 89.4341 64.4201 90.1516 64.0696C95.3262 61.5331 100.502 58.9992 105.677 56.4653C105.707 56.4499 105.738 56.4371 105.766 56.4225C105.911 56.3443 106.063 56.3166 106.152 56.485C106.246 56.6633 106.14 56.773 105.979 56.8536C104.771 57.4413 103.566 58.0344 102.356 58.6256C97.7589 60.8768 93.1614 63.1279 88.5639 65.379C88.4395 65.4389 88.3056 65.4784 88.1751 65.5285C88.1187 65.3968 88.0606 65.2687 88.0042 65.137Z\" fill=\"#1F1426\"/>\\n<path d=\"M56.0067 19.4335C56.1746 19.5475 56.1483 19.7142 56.1336 19.8801C55.8652 22.868 55.5994 25.855 55.3302 28.8402C55.0752 31.6948 54.8176 34.5503 54.5634 37.4076C54.5569 37.4888 54.5566 37.571 54.5537 37.654L54.5598 37.655C54.5548 37.6947 54.549 37.7318 54.544 37.7715C54.4936 38.2683 54.4413 38.7687 54.3908 39.2655C54.2359 39.2384 54.0844 39.2131 53.9294 39.1859C54.0891 37.3614 54.248 35.5341 54.4104 33.7087C54.8227 29.0772 55.2385 24.4476 55.6481 19.8169C55.6682 19.5848 55.7167 19.4052 56.0024 19.4291L56.0067 19.4335Z\" fill=\"#1F1426\"/>\\n<path d=\"M67.5681 31.3555C67.5836 31.4414 67.5956 31.5256 67.6111 31.6116C67.1553 32.7881 66.6996 33.9646 66.2473 35.1429C65.3985 37.3617 64.5533 39.5823 63.7046 41.8011C63.6651 41.9074 63.5949 42 63.5387 42.0999C63.4185 42.053 63.2982 42.0061 63.1779 41.9591C63.2565 41.7173 63.3218 41.4708 63.4136 41.2335C64.6442 38.0024 65.8775 34.7704 67.1108 31.5384C67.2217 31.2511 67.3105 31.2171 67.5681 31.3555Z\" fill=\"#1F1426\"/>\\n<path d=\"M93.301 53.6157C93.2519 53.7104 93.2211 53.8257 93.1485 53.9015C92.9308 54.12 92.6993 54.3224 92.4721 54.5293C91.5311 55.3757 90.5901 56.2221 89.65 57.0712C88.4639 58.1418 87.2822 59.217 86.097 60.2903C85.9717 60.4033 85.844 60.5083 85.6599 60.4171C85.623 60.3467 85.5895 60.2781 85.5526 60.2077C85.8232 59.9343 86.0842 59.6493 86.3713 59.3912C88.495 57.4635 90.6256 55.5394 92.7536 53.6161C93.0336 53.3632 93.136 53.363 93.2992 53.6192L93.301 53.6157Z\" fill=\"#1F1426\"/>\\n<path d=\"M94.1649 29.5709C94.0797 29.7269 94.0066 29.8937 93.903 30.0379C93.601 30.4708 93.2868 30.8929 92.9796 31.3186C92.0405 32.5867 91.1014 33.8547 90.1666 35.1273C86.5096 40.0977 82.8561 45.0698 79.1999 50.0429C79.1711 50.0813 79.1472 50.1446 79.1073 50.1572C78.9939 50.1873 78.8473 50.2513 78.7632 50.2076C78.6335 50.1402 78.6419 49.9909 78.7364 49.8642C79.0984 49.3713 79.4569 48.8765 79.819 48.3836C83.3914 43.5251 86.9673 38.6684 90.5397 33.8098C91.5834 32.3914 92.6244 30.9737 93.6655 29.5561C93.8555 29.2965 94.0072 29.3041 94.1622 29.5717L94.1649 29.5709Z\" fill=\"#1F1426\"/>\\n<path d=\"M77.6573 35.4427C76.0487 37.7673 74.442 40.0884 72.8334 42.413C72.2302 43.2814 71.6279 44.1525 71.0239 45.0182C70.9734 45.0899 70.9086 45.1808 70.835 45.1983C70.7562 45.2174 70.6005 45.1787 70.5853 45.1308C70.5532 45.0295 70.5474 44.8818 70.5998 44.7978C70.8618 44.3864 71.15 43.9931 71.4268 43.5916C74.0948 39.7409 76.7627 35.8903 79.4307 32.0396C80.9274 29.8794 82.4241 27.7193 83.9182 25.5599C83.9462 25.5188 83.9741 25.4777 84.0056 25.4384C84.1035 25.3224 84.2189 25.28 84.3517 25.3757C84.4853 25.4741 84.4764 25.603 84.3952 25.7255C84.2264 25.9784 84.048 26.2284 83.8757 26.4794C81.8038 29.4669 79.7319 32.4543 77.6626 35.441L77.6573 35.4427Z\" fill=\"#1F1426\"/>\\n<path d=\"M81.0605 52.9955C81.3572 52.7491 81.6155 52.5294 81.8755 52.3151C87.1925 47.9272 92.5104 43.542 97.8318 39.1586C97.9247 39.0822 98.0915 39.0265 98.1978 39.0573C98.3745 39.1068 98.3544 39.339 98.1686 39.4917C97.5217 40.028 96.8721 40.5651 96.2243 41.0987C91.3531 45.1196 86.4784 49.1386 81.6072 53.1595C81.5447 53.2116 81.4834 53.2955 81.4144 53.3086C81.3144 53.3256 81.1803 53.3182 81.1114 53.2579C81.0556 53.2111 81.0735 53.0735 81.0605 52.9955Z\" fill=\"#1F1426\"/>\\n<path d=\"M79.9665 20.8947C79.6064 21.3753 79.2455 21.8533 78.9043 22.3103C79.8001 20.619 80.7114 18.8936 81.6262 17.1699C81.4293 17.6018 81.228 18.0291 81.0372 18.4619C80.735 19.1529 80.4433 19.8494 80.1419 20.543C80.089 20.6624 80.0264 20.779 79.9665 20.8947Z\" fill=\"white\"/>\\n<path d=\"M108.426 52.2783C108.426 52.2783 108.428 52.2952 108.424 52.2996C108.419 52.304 108.41 52.3039 108.401 52.3037C108.4 52.2984 108.399 52.2868 108.404 52.2824C108.408 52.278 108.417 52.2782 108.425 52.2756L108.426 52.2783Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_499_838\">\\n<rect width=\"87.2987\" height=\"100.467\" fill=\"white\" transform=\"translate(95.7754) rotate(72.4218)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ub5wt hidden-72rtr7 hidden-11bvl3r\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nwqm19\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6xgdmc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11cp4gz\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dg6kds\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1n8td97\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 697 457\"><path d=\"M 642.138 0 L 55.187 0 C 24.961 0 0.458 25.006 0.458 55.853 L 0.458 400.728 C 0.458 431.575 24.961 456.581 55.187 456.581 L 642.138 456.581 C 672.363 456.581 696.866 431.575 696.866 400.728 L 696.866 55.853 C 696.866 25.006 672.363 0 642.138 0 Z\" fill=\"rgb(117, 86, 153)\"></path></svg>',svgContentId:8705497420,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15aebim\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:351,svg:'<svg width=\"351\" height=\"42\" viewBox=\"0 0 351 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.140137 1.55957H14.5601V29.7696H25.6901V41.2896H0.150139V1.55957H0.140137Z\" fill=\"white\"/>\\n<path d=\"M32.0701 40.1298C30.4601 38.9398 29.2101 37.2598 28.3201 35.1098C27.4301 32.9498 26.9901 30.4598 26.9901 27.6198C26.9901 24.7798 27.4301 22.2798 28.3201 20.0998C29.2101 17.9198 30.4601 16.2398 32.0701 15.0498C33.6801 13.8598 35.5201 13.2598 37.6001 13.2598C40.1001 13.2598 42.2301 14.1498 44.0101 15.9298V13.8898H55.9301V41.3098H44.6901V38.4698C42.8701 40.7798 40.5101 41.9298 37.5901 41.9298C35.5101 41.9298 33.6601 41.3298 32.0601 40.1398L32.0701 40.1298ZM43.2201 30.3998C43.7501 29.7198 44.0101 28.7898 44.0101 27.6198C44.0101 26.4498 43.7401 25.4598 43.1901 24.7798C42.6401 24.0998 41.8901 23.7598 40.9501 23.7598C40.0101 23.7598 39.2701 24.1098 38.7401 24.8098C38.2101 25.5098 37.9501 26.4498 37.9501 27.6198C37.9501 28.7898 38.2201 29.7698 38.7701 30.4298C39.3201 31.0898 40.0501 31.4198 40.9601 31.4198C41.9401 31.4198 42.7001 31.0798 43.2301 30.3998H43.2201Z\" fill=\"white\"/>\\n<path d=\"M78.6201 40.0098C76.4101 38.7398 74.6701 37.0098 73.4301 34.8198C72.1801 32.6298 71.5601 30.2198 71.5601 27.6098C71.5601 24.9998 72.1801 22.5998 73.4301 20.3998C74.6801 18.2098 76.4101 16.4598 78.6201 15.1798C80.8301 13.8898 83.3001 13.2498 86.0301 13.2498C88.7601 13.2498 91.1201 13.8898 93.2401 15.1798V25.1698C92.2601 24.6798 91.3601 24.3198 90.5401 24.0898C89.7301 23.8598 88.7701 23.7498 87.6701 23.7498C86.3101 23.7498 85.2801 24.1098 84.5801 24.8298C83.8801 25.5498 83.5301 26.4798 83.5301 27.6098C83.5301 28.7398 83.8801 29.6598 84.5801 30.3598C85.2801 31.0598 86.3101 31.4098 87.6701 31.4098C90.0901 31.4098 91.9501 30.6498 93.2301 29.1398V40.0998C91.0401 41.3098 88.6301 41.9198 86.0201 41.9198C83.4101 41.9198 80.8301 41.2898 78.6101 40.0198L78.6201 40.0098Z\" fill=\"white\"/>\\n<path d=\"M101.6 40.1298C99.3501 38.9398 97.6001 37.2598 96.3501 35.1098C95.1001 32.9498 94.4801 30.4598 94.4801 27.6198C94.4801 24.7798 95.1001 22.2798 96.3501 20.0998C97.6001 17.9198 99.3501 16.2398 101.6 15.0498C103.85 13.8598 106.45 13.2598 109.4 13.2598C112.35 13.2598 114.96 13.8598 117.23 15.0498C119.5 16.2398 121.26 17.9298 122.51 20.0998C123.76 22.2798 124.38 24.7798 124.38 27.6198C124.38 30.4598 123.76 32.9598 122.51 35.1098C121.26 37.2698 119.5 38.9398 117.23 40.1298C114.96 41.3198 112.35 41.9198 109.4 41.9198C106.45 41.9198 103.85 41.3198 101.6 40.1298ZM111.68 30.3998C112.21 29.7198 112.47 28.7898 112.47 27.6198C112.47 26.4498 112.2 25.4598 111.65 24.7798C111.1 24.0998 110.35 23.7598 109.41 23.7598C108.47 23.7598 107.73 24.1098 107.2 24.8098C106.67 25.5098 106.41 26.4498 106.41 27.6198C106.41 28.7898 106.68 29.7698 107.23 30.4298C107.78 31.0898 108.51 31.4198 109.42 31.4198C110.4 31.4198 111.16 31.0798 111.69 30.3998H111.68Z\" fill=\"white\"/>\\n<path d=\"M141.73 24.6598C141.37 24.2398 140.89 24.0397 140.28 24.0397C139.49 24.0397 138.86 24.3797 138.41 25.0597C137.96 25.7397 137.73 26.6697 137.73 27.8397V41.2897H125.81V13.8698H137.05V17.1598C138.87 14.5498 141.53 13.2397 145.05 13.2397C148.08 13.2397 150.36 14.1798 151.89 16.0498C153.42 17.9198 154.19 20.5797 154.19 24.0297V41.2897H142.27V26.4798C142.27 25.6898 142.09 25.0798 141.73 24.6598Z\" fill=\"white\"/>\\n<path d=\"M162.71 41.2896L153.63 13.8696H165.55L168.73 27.8296L171.97 13.8696H183.89L174.81 41.2896H162.72H162.71Z\" fill=\"white\"/>\\n<path d=\"M184.93 10.6096C183.62 9.48965 182.97 8.04965 182.97 6.26965C182.97 4.48965 183.62 2.92965 184.93 1.80965C186.24 0.68965 187.95 0.139648 190.07 0.139648C192.19 0.139648 193.89 0.69965 195.18 1.80965C196.47 2.92965 197.11 4.40965 197.11 6.26965C197.11 8.12965 196.46 9.49965 195.15 10.6096C193.84 11.7296 192.15 12.2796 190.07 12.2796C187.99 12.2796 186.24 11.7196 184.93 10.6096ZM184.11 13.8697H196.03V41.2896H184.11V13.8697Z\" fill=\"white\"/>\\n<path d=\"M205.9 41.2896L196.82 13.8696H208.74L211.92 27.8296L215.16 13.8696H227.08L218 41.2896H205.91H205.9Z\" fill=\"white\"/>\\n<path d=\"M228.12 10.6096C226.81 9.48965 226.16 8.04965 226.16 6.26965C226.16 4.48965 226.81 2.92965 228.12 1.80965C229.43 0.68965 231.14 0.139648 233.26 0.139648C235.38 0.139648 237.08 0.69965 238.37 1.80965C239.66 2.92965 240.3 4.40965 240.3 6.26965C240.3 8.12965 239.65 9.49965 238.34 10.6096C237.03 11.7296 235.34 12.2796 233.26 12.2796C231.18 12.2796 229.43 11.7196 228.12 10.6096ZM227.3 13.8697H239.22V41.2896H227.3V13.8697Z\" fill=\"white\"/>\\n<path d=\"M246.17 40.1298C244.56 38.9398 243.31 37.2598 242.42 35.1098C241.53 32.9498 241.09 30.4598 241.09 27.6198C241.09 24.7798 241.53 22.2798 242.42 20.0998C243.31 17.9198 244.56 16.2398 246.17 15.0498C247.78 13.8598 249.62 13.2598 251.7 13.2598C254.2 13.2598 256.33 14.1498 258.11 15.9298V13.8898H270.03V41.3098H258.79V38.4698C256.97 40.7798 254.61 41.9298 251.69 41.9298C249.61 41.9298 247.76 41.3298 246.16 40.1398L246.17 40.1298ZM257.32 30.3998C257.85 29.7198 258.11 28.7898 258.11 27.6198C258.11 26.4498 257.84 25.4598 257.29 24.7798C256.74 24.0998 255.99 23.7598 255.05 23.7598C254.11 23.7598 253.37 24.1098 252.84 24.8098C252.31 25.5098 252.05 26.4498 252.05 27.6198C252.05 28.7898 252.32 29.7698 252.87 30.4298C253.42 31.0898 254.15 31.4198 255.06 31.4198C256.04 31.4198 256.8 31.0798 257.33 30.3998H257.32Z\" fill=\"white\"/>\\n<path d=\"M273.44 1.55957H285.36V41.2896H273.44V1.55957Z\" fill=\"white\"/>\\n<path d=\"M289.59 10.6096C288.28 9.48965 287.63 8.04965 287.63 6.26965C287.63 4.48965 288.28 2.92965 289.59 1.80965C290.9 0.68965 292.61 0.139648 294.73 0.139648C296.85 0.139648 298.55 0.69965 299.84 1.80965C301.13 2.92965 301.77 4.40965 301.77 6.26965C301.77 8.12965 301.12 9.49965 299.81 10.6096C298.5 11.7296 296.81 12.2796 294.73 12.2796C292.65 12.2796 290.9 11.7196 289.59 10.6096ZM288.77 13.8697H300.69V41.2896H288.77V13.8697Z\" fill=\"white\"/>\\n<path d=\"M305.85 32.0396V23.6396H301.76V13.8796H305.85V6.60962H317.77V13.8796H322.25V23.6396H317.77V30.0496C317.77 31.4896 318.34 32.2096 319.47 32.2096C320.07 32.2096 321 31.9496 322.25 31.4196V40.6696C320.96 41.1596 319.87 41.4896 318.99 41.6596C318.1 41.8296 317.13 41.9196 316.07 41.9196C309.26 41.9196 305.85 38.6296 305.85 32.0396Z\" fill=\"white\"/>\\n<path d=\"M330.03 40.0697C327.8 38.8397 326.07 37.1397 324.84 34.9597C323.61 32.7797 323 30.3197 323 27.5497C323 24.7797 323.61 22.2597 324.84 20.0897C326.07 17.9097 327.79 16.2297 330.01 15.0397C332.22 13.8497 334.71 13.2497 337.47 13.2497C340.23 13.2497 342.63 13.8497 344.65 15.0397C346.67 16.2297 348.23 17.8997 349.3 20.0297C350.38 22.1697 350.92 24.6597 350.92 27.4897V29.7597H334.23C334.91 32.2997 336.8 33.5597 339.91 33.5597C341.23 33.5597 342.58 33.3297 343.94 32.8797C345.3 32.4297 346.38 31.8997 347.18 31.2897V39.7497C346.08 40.3897 344.67 40.9097 342.95 41.3097C341.23 41.7097 339.53 41.9097 337.87 41.9097C334.88 41.9097 332.27 41.2897 330.04 40.0697H330.03ZM337.01 0.419678H348.82L341.78 10.9797H332.19L337.01 0.419678ZM340.7 24.4297C340.55 23.5997 340.22 22.9597 339.71 22.5297C339.2 22.0997 338.56 21.8797 337.81 21.8797C336.26 21.8797 335.14 22.7297 334.46 24.4297H340.7Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Parce qu\u2019ici, dans le Nord, on sait recevoir. Nos \\xe9v\\xe9nements sont pens\\xe9s pour cr\\xe9er du lien, favoriser les \\xe9changes et marquer les esprits.\"})}),className:\"framer-8umdvk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sw6jgg\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g5pe7\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11frqwi\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:469,intrinsicWidth:730,svg:'<svg width=\"730\" height=\"469\" viewBox=\"0 0 730 469\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M672.54 0H57.8C26.143 0 0.47998 25.663 0.47998 57.32V411.25C0.47998 442.907 26.143 468.57 57.8 468.57H672.54C704.197 468.57 729.86 442.907 729.86 411.25V57.32C729.86 25.663 704.197 0 672.54 0Z\" fill=\"#9BD1CD\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Oser, innover, surprendre. Nous repoussons les limites pour offrir des exp\\xe9riences in\\xe9dites.\"})}),className:\"framer-16im3hq\",fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gwtmua\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:209,svg:'<svg width=\"209\" height=\"42\" viewBox=\"0 0 209 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.620117 1.56006H15.0401V29.7701H26.1701V41.2901H0.630127V1.56006H0.620117Z\" fill=\"white\"/>\\n<path d=\"M27.3601 14.2702C26.0301 13.7402 24.9701 12.8902 24.1501 11.7202C23.3401 10.5502 22.9301 9.22016 22.9301 7.75016C22.9301 5.78016 23.6101 4.11016 24.9701 2.73016C26.3301 1.35016 28.0001 0.660156 29.9701 0.660156C31.9401 0.660156 33.6101 1.35016 34.9901 2.73016C36.3701 4.11016 37.0601 5.79016 37.0601 7.75016C37.0601 9.19016 36.5301 10.8002 35.4701 12.5702L28.9401 23.5302H21.7301L27.3501 14.2802L27.3601 14.2702Z\" fill=\"white\"/>\\n<path d=\"M38.1701 40.1302C36.5601 38.9402 35.3101 37.2603 34.4201 35.1103C33.5301 32.9503 33.0901 30.4603 33.0901 27.6203C33.0901 24.7803 33.5301 22.2803 34.4201 20.1003C35.3101 17.9202 36.5601 16.2403 38.1701 15.0503C39.7801 13.8603 41.6201 13.2603 43.7001 13.2603C46.2001 13.2603 48.3301 14.1503 50.1101 15.9303V13.8903H62.0302V41.3102H50.7901V38.4703C48.9701 40.7803 46.6101 41.9303 43.6901 41.9303C41.6101 41.9303 39.7601 41.3303 38.1601 40.1403L38.1701 40.1302ZM49.3201 30.4003C49.8501 29.7203 50.1101 28.7903 50.1101 27.6203C50.1101 26.4503 49.8401 25.4603 49.2901 24.7803C48.7401 24.1003 47.9901 23.7603 47.0501 23.7603C46.1101 23.7603 45.3701 24.1102 44.8401 24.8102C44.3101 25.5102 44.0501 26.4503 44.0501 27.6203C44.0501 28.7903 44.3201 29.7703 44.8701 30.4303C45.4201 31.0903 46.1501 31.4202 47.0601 31.4202C48.0401 31.4202 48.8001 31.0803 49.3301 30.4003H49.3201Z\" fill=\"white\"/>\\n<path d=\"M67.1201 39.0801C65.7401 37.1901 65.0501 34.5401 65.0501 31.1301V13.8701H76.9701V28.6801C76.9701 29.4701 77.1501 30.0801 77.5101 30.5001C77.8701 30.9201 78.3501 31.1201 78.9601 31.1201C79.7501 31.1201 80.3801 30.7801 80.8301 30.1001C81.2801 29.4201 81.5101 28.4901 81.5101 27.3201V13.8701H93.4301V41.2901H82.1901V38.0001C80.3701 40.6101 77.6301 41.9201 73.9601 41.9201C70.7801 41.9201 68.5001 40.9701 67.1201 39.0801Z\" fill=\"white\"/>\\n<path d=\"M100.72 40.1301C98.9601 38.9401 97.5701 37.2501 96.5501 35.0801C95.5301 32.9001 95.0201 30.4201 95.0201 27.6201C95.0201 24.8201 95.5301 22.3201 96.5501 20.1301C97.5701 17.9401 98.9601 16.2401 100.72 15.0501C102.48 13.8601 104.44 13.2601 106.59 13.2601C109.13 13.2601 111.26 14.0901 113 15.7601V1.57007H124.92V41.3001H113.68V38.6301C111.9 40.8301 109.54 41.9201 106.58 41.9201C104.42 41.9201 102.47 41.3201 100.71 40.1301H100.72ZM107.76 30.4201C108.31 31.0801 109.04 31.4101 109.95 31.4101C110.93 31.4101 111.69 31.0801 112.22 30.4201C112.75 29.7601 113.01 28.8601 113.01 27.7201V27.5501C113.01 26.3401 112.74 25.4001 112.19 24.7401C111.64 24.0801 110.89 23.7501 109.95 23.7501C109.01 23.7501 108.27 24.1001 107.74 24.8001C107.21 25.5001 106.95 26.4401 106.95 27.6101C106.95 28.7801 107.22 29.7601 107.77 30.4201H107.76Z\" fill=\"white\"/>\\n<path d=\"M131.88 40.1302C130.27 38.9402 129.02 37.2603 128.13 35.1103C127.24 32.9503 126.8 30.4603 126.8 27.6203C126.8 24.7803 127.24 22.2803 128.13 20.1003C129.02 17.9202 130.27 16.2403 131.88 15.0503C133.49 13.8603 135.33 13.2603 137.41 13.2603C139.91 13.2603 142.04 14.1503 143.82 15.9303V13.8903H155.74V41.3102H144.5V38.4703C142.68 40.7803 140.32 41.9303 137.4 41.9303C135.32 41.9303 133.47 41.3303 131.87 40.1403L131.88 40.1302ZM143.03 30.4003C143.56 29.7203 143.82 28.7903 143.82 27.6203C143.82 26.4503 143.55 25.4603 143 24.7803C142.45 24.1003 141.7 23.7603 140.76 23.7603C139.82 23.7603 139.08 24.1102 138.55 24.8102C138.02 25.5102 137.76 26.4503 137.76 27.6203C137.76 28.7903 138.03 29.7703 138.58 30.4303C139.13 31.0903 139.86 31.4202 140.77 31.4202C141.75 31.4202 142.51 31.0803 143.04 30.4003H143.03Z\" fill=\"white\"/>\\n<path d=\"M164.23 40.0102C162.02 38.7402 160.28 37.0102 159.04 34.8202C157.79 32.6302 157.17 30.2202 157.17 27.6102C157.17 25.0002 157.79 22.6002 159.04 20.4002C160.29 18.2102 162.02 16.4602 164.23 15.1802C166.44 13.8902 168.91 13.2502 171.64 13.2502C174.37 13.2502 176.73 13.8902 178.85 15.1802V25.1702C177.87 24.6802 176.97 24.3202 176.15 24.0902C175.34 23.8602 174.38 23.7502 173.28 23.7502C171.92 23.7502 170.89 24.1102 170.19 24.8302C169.49 25.5502 169.14 26.4802 169.14 27.6102C169.14 28.7402 169.49 29.6602 170.19 30.3602C170.89 31.0602 171.92 31.4102 173.28 31.4102C175.7 31.4102 177.56 30.6502 178.84 29.1402V40.1002C176.65 41.3102 174.24 41.9202 171.63 41.9202C169.02 41.9202 166.44 41.2902 164.22 40.0202L164.23 40.0102Z\" fill=\"white\"/>\\n<path d=\"M187.14 40.0702C184.91 38.8402 183.18 37.1402 181.95 34.9602C180.72 32.7802 180.11 30.3202 180.11 27.5502C180.11 24.7802 180.72 22.2602 181.95 20.0902C183.18 17.9102 184.9 16.2302 187.12 15.0402C189.33 13.8502 191.82 13.2502 194.58 13.2502C197.34 13.2502 199.74 13.8502 201.76 15.0402C203.78 16.2302 205.34 17.9002 206.41 20.0302C207.49 22.1702 208.03 24.6602 208.03 27.4902V29.7602H191.34C192.02 32.3002 193.91 33.5602 197.02 33.5602C198.34 33.5602 199.69 33.3302 201.05 32.8802C202.41 32.4302 203.49 31.9002 204.29 31.2902V39.7502C203.19 40.3902 201.78 40.9102 200.06 41.3102C198.34 41.7102 196.64 41.9102 194.98 41.9102C191.99 41.9102 189.38 41.2902 187.15 40.0702H187.14ZM197.81 24.4302C197.66 23.6002 197.33 22.9602 196.82 22.5302C196.31 22.1002 195.67 21.8802 194.92 21.8802C193.37 21.8802 192.25 22.7302 191.57 24.4302H197.81Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x2lfbx\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t01hw8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ta8iwg\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:469,intrinsicWidth:731,svg:'<svg width=\"731\" height=\"469\" viewBox=\"0 0 731 469\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M673.02 0H58.28C26.6231 0 0.959961 25.663 0.959961 57.32V411.25C0.959961 442.907 26.6231 468.57 58.28 468.57H673.02C704.677 468.57 730.34 442.907 730.34 411.25V57.32C730.34 25.663 704.677 0 673.02 0Z\" fill=\"#E76F38\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nous pla\\xe7ons les valeurs humaines et les associations au c\u0153ur de notre engagement. La solidarit\\xe9, le respect, la collaboration et la transparence sont les piliers de notre \\xe9quipe.\"})}),className:\"framer-hok1eq\",fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rb3rb5\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:52,intrinsicWidth:311,svg:'<svg width=\"311\" height=\"52\" viewBox=\"0 0 311 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.100098 1.55957H14.5201V29.7696H25.6501V41.2896H0.110107V1.55957H0.100098Z\" fill=\"white\"/>\\n<path d=\"M32.0302 40.1298C30.4202 38.9398 29.1702 37.2598 28.2802 35.1098C27.3902 32.9498 26.9501 30.4598 26.9501 27.6198C26.9501 24.7798 27.3902 22.2798 28.2802 20.0998C29.1702 17.9198 30.4202 16.2398 32.0302 15.0498C33.6402 13.8598 35.4802 13.2598 37.5602 13.2598C40.0602 13.2598 42.1901 14.1498 43.9701 15.9298V13.8898H55.8901V41.3098H44.6501V38.4698C42.8301 40.7798 40.4702 41.9298 37.5502 41.9298C35.4702 41.9298 33.6201 41.3298 32.0201 40.1398L32.0302 40.1298ZM43.1802 30.3998C43.7102 29.7198 43.9701 28.7898 43.9701 27.6198C43.9701 26.4498 43.7001 25.4598 43.1501 24.7798C42.6001 24.0998 41.8502 23.7598 40.9102 23.7598C39.9702 23.7598 39.2301 24.1098 38.7001 24.8098C38.1701 25.5098 37.9102 26.4498 37.9102 27.6198C37.9102 28.7898 38.1801 29.7698 38.7301 30.4298C39.2801 31.0898 40.0102 31.4198 40.9202 31.4198C41.9002 31.4198 42.6601 31.0798 43.1901 30.3998H43.1802Z\" fill=\"white\"/>\\n<path d=\"M85.4102 39.4198V51.5098H73.4901V13.8798H84.7301V16.5498C86.5101 14.3598 88.8701 13.2598 91.8301 13.2598C93.9901 13.2598 95.9501 13.8598 97.7101 15.0498C99.4701 16.2398 100.86 17.9298 101.88 20.0998C102.9 22.2798 103.41 24.7598 103.41 27.5598C103.41 30.3598 102.9 32.8598 101.88 35.0498C100.86 37.2398 99.4701 38.9398 97.7101 40.1298C95.9501 41.3198 93.9901 41.9198 91.8301 41.9198C89.2901 41.9198 87.1602 41.0898 85.4202 39.4198H85.4102ZM86.2301 30.4198C86.7801 31.0798 87.5301 31.4098 88.4701 31.4098C89.4101 31.4098 90.1502 31.0598 90.6802 30.3598C91.2102 29.6598 91.4701 28.7198 91.4701 27.5498C91.4701 26.3798 91.2001 25.3998 90.6501 24.7398C90.1001 24.0798 89.3701 23.7498 88.4601 23.7498C87.4801 23.7498 86.7201 24.0798 86.1901 24.7398C85.6601 25.3998 85.4001 26.2998 85.4001 27.4398V27.6098C85.4001 28.8198 85.6701 29.7598 86.2201 30.4198H86.2301Z\" fill=\"white\"/>\\n<path d=\"M104.99 13.8698H116.23V17.7898C118.12 14.7598 120.75 13.2498 124.12 13.2498C124.61 13.2498 125.12 13.2898 125.65 13.3598V25.0498C124.51 24.5198 123.36 24.2598 122.19 24.2598C120.71 24.2598 119.47 24.7098 118.44 25.5898C117.42 26.4798 116.91 27.7898 116.91 29.5298V41.2798H104.99V13.8598V13.8698Z\" fill=\"white\"/>\\n<path d=\"M133.4 40.1298C131.15 38.9398 129.4 37.2598 128.15 35.1098C126.9 32.9498 126.28 30.4598 126.28 27.6198C126.28 24.7798 126.9 22.2798 128.15 20.0998C129.4 17.9198 131.15 16.2398 133.4 15.0498C135.65 13.8598 138.25 13.2598 141.2 13.2598C144.15 13.2598 146.76 13.8598 149.03 15.0498C151.3 16.2398 153.06 17.9298 154.31 20.0998C155.56 22.2798 156.18 24.7798 156.18 27.6198C156.18 30.4598 155.56 32.9598 154.31 35.1098C153.06 37.2698 151.3 38.9398 149.03 40.1298C146.76 41.3198 144.15 41.9198 141.2 41.9198C138.25 41.9198 135.65 41.3198 133.4 40.1298ZM143.48 30.3998C144.01 29.7198 144.27 28.7898 144.27 27.6198C144.27 26.4498 144 25.4598 143.45 24.7798C142.9 24.0998 142.15 23.7598 141.21 23.7598C140.27 23.7598 139.53 24.1098 139 24.8098C138.47 25.5098 138.21 26.4498 138.21 27.6198C138.21 28.7898 138.48 29.7698 139.03 30.4298C139.58 31.0898 140.31 31.4198 141.22 31.4198C142.2 31.4198 142.96 31.0798 143.49 30.3998H143.48Z\" fill=\"white\"/>\\n<path d=\"M153.52 41.2896L161.92 27.6096L153.52 13.8696H165.38L168.67 20.1696L172.13 13.8696H183.99L175.53 27.6596L183.99 41.2796H172.13L168.72 34.9796L165.37 41.2796H153.51L153.52 41.2896Z\" fill=\"white\"/>\\n<path d=\"M185.51 10.6096C184.2 9.48965 183.55 8.04965 183.55 6.26965C183.55 4.48965 184.2 2.92965 185.51 1.80965C186.82 0.68965 188.53 0.139648 190.65 0.139648C192.77 0.139648 194.47 0.69965 195.76 1.80965C197.05 2.92965 197.69 4.40965 197.69 6.26965C197.69 8.12965 197.04 9.49965 195.73 10.6096C194.42 11.7296 192.73 12.2796 190.65 12.2796C188.57 12.2796 186.82 11.7196 185.51 10.6096ZM184.69 13.8697H196.61V41.2896H184.69V13.8697Z\" fill=\"white\"/>\\n<path d=\"M232.39 24.6598C232.03 24.2398 231.55 24.0397 230.94 24.0397C230.15 24.0397 229.52 24.3797 229.07 25.0597C228.62 25.7397 228.39 26.6697 228.39 27.8397V41.2897H216.47V26.4798C216.47 25.6898 216.29 25.0798 215.93 24.6598C215.57 24.2398 215.09 24.0397 214.48 24.0397C213.69 24.0397 213.06 24.3797 212.61 25.0597C212.16 25.7397 211.93 26.6697 211.93 27.8397V41.2897H200.01V13.8698H211.25V17.1598C213.07 14.5498 215.73 13.2397 219.25 13.2397C223.11 13.2397 225.78 14.7897 227.25 17.8897C228.16 16.3397 229.33 15.1797 230.77 14.3997C232.21 13.6197 233.85 13.2397 235.71 13.2397C238.74 13.2397 241.02 14.1798 242.55 16.0498C244.08 17.9198 244.85 20.5797 244.85 24.0297V41.2897H232.93V26.4798C232.93 25.6898 232.75 25.0798 232.39 24.6598Z\" fill=\"white\"/>\\n<path d=\"M248.68 10.6096C247.37 9.48965 246.72 8.04965 246.72 6.26965C246.72 4.48965 247.37 2.92965 248.68 1.80965C249.99 0.68965 251.7 0.139648 253.82 0.139648C255.94 0.139648 257.64 0.69965 258.93 1.80965C260.22 2.92965 260.86 4.40965 260.86 6.26965C260.86 8.12965 260.21 9.49965 258.9 10.6096C257.59 11.7296 255.9 12.2796 253.82 12.2796C251.74 12.2796 249.99 11.7196 248.68 10.6096ZM247.86 13.8697H259.78V41.2896H247.86V13.8697Z\" fill=\"white\"/>\\n<path d=\"M264.94 32.0396V23.6396H260.85V13.8796H264.94V6.60962H276.86V13.8796H281.34V23.6396H276.86V30.0496C276.86 31.4896 277.43 32.2096 278.56 32.2096C279.16 32.2096 280.09 31.9496 281.34 31.4196V40.6696C280.05 41.1596 278.96 41.4896 278.08 41.6596C277.19 41.8296 276.22 41.9196 275.16 41.9196C268.35 41.9196 264.94 38.6296 264.94 32.0396Z\" fill=\"white\"/>\\n<path d=\"M289.12 40.0697C286.89 38.8397 285.16 37.1397 283.93 34.9597C282.7 32.7797 282.09 30.3197 282.09 27.5497C282.09 24.7797 282.7 22.2597 283.93 20.0897C285.16 17.9097 286.88 16.2297 289.1 15.0397C291.31 13.8497 293.8 13.2497 296.56 13.2497C299.32 13.2497 301.72 13.8497 303.74 15.0397C305.76 16.2297 307.32 17.8997 308.39 20.0297C309.47 22.1697 310.01 24.6597 310.01 27.4897V29.7597H293.32C294 32.2997 295.89 33.5597 299 33.5597C300.32 33.5597 301.67 33.3297 303.03 32.8797C304.39 32.4297 305.47 31.8997 306.27 31.2897V39.7497C305.17 40.3897 303.76 40.9097 302.04 41.3097C300.32 41.7097 298.62 41.9097 296.96 41.9097C293.97 41.9097 291.36 41.2897 289.13 40.0697H289.12ZM296.1 0.419678H307.91L300.87 10.9797H291.28L296.1 0.419678ZM299.79 24.4297C299.64 23.5997 299.31 22.9597 298.8 22.5297C298.29 22.0997 297.65 21.8797 296.9 21.8797C295.35 21.8797 294.23 22.7297 293.55 24.4297H299.79Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gee56i\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zmtdma\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vgfhuw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:469,intrinsicWidth:730,svg:'<svg width=\"730\" height=\"469\" viewBox=\"0 0 730 469\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M672.5 0H57.76C26.103 0 0.439941 25.663 0.439941 57.32V411.25C0.439941 442.907 26.103 468.57 57.76 468.57H672.5C704.157 468.57 729.82 442.907 729.82 411.25V57.32C729.82 25.663 704.157 0 672.5 0Z\" fill=\"#FFCD01\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Forts de plusieurs ann\\xe9es d\u2019exp\\xe9rience et d\u2019une connaissance approfondie du secteur, nous mettons en \u0153uvre des concepts innovants et impactants.\"})}),className:\"framer-1bcsghr\",fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2s5dpy\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:52,intrinsicWidth:631,svg:'<svg width=\"631\" height=\"52\" viewBox=\"0 0 631 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.580078 1.55957H15V29.7696H26.1299V41.2896H0.590088V1.55957H0.580078Z\" fill=\"white\"/>\\n<path d=\"M27.3101 14.2697C25.9801 13.7397 24.9201 12.8897 24.1001 11.7197C23.2901 10.5497 22.8799 9.21967 22.8799 7.74967C22.8799 5.77967 23.5599 4.10967 24.9199 2.72967C26.2799 1.34967 27.9499 0.659668 29.9199 0.659668C31.8899 0.659668 33.5599 1.34967 34.9399 2.72967C36.3199 4.10967 37.01 5.78967 37.01 7.74967C37.01 9.18967 36.4799 10.7997 35.4199 12.5697L28.8899 23.5297H21.6799L27.3 14.2797L27.3101 14.2697Z\" fill=\"white\"/>\\n<path d=\"M39.3999 40.0698C37.1699 38.8398 35.44 37.1398 34.21 34.9598C32.98 32.7798 32.3701 30.3198 32.3701 27.5498C32.3701 24.7798 32.98 22.2598 34.21 20.0898C35.44 17.9098 37.1599 16.2298 39.3799 15.0398C41.5899 13.8498 44.0801 13.2498 46.8401 13.2498C49.6001 13.2498 52 13.8498 54.02 15.0398C56.04 16.2298 57.5999 17.8998 58.6699 20.0298C59.7499 22.1698 60.29 24.6598 60.29 27.4898V29.7598H43.6001C44.2801 32.2998 46.17 33.5598 49.28 33.5598C50.6 33.5598 51.9501 33.3298 53.3101 32.8798C54.6701 32.4298 55.75 31.8998 56.55 31.2898V39.7498C55.45 40.3898 54.0401 40.9098 52.3201 41.3098C50.6001 41.7098 48.9 41.9098 47.24 41.9098C44.25 41.9098 41.6399 41.2898 39.4099 40.0698H39.3999ZM50.0701 24.4298C49.9201 23.5998 49.5901 22.9598 49.0801 22.5298C48.5701 22.0998 47.9299 21.8798 47.1799 21.8798C45.6299 21.8798 44.5101 22.7298 43.8301 24.4298H50.0701Z\" fill=\"white\"/>\\n<path d=\"M57.9099 41.2896L66.3101 27.6096L57.9099 13.8696H69.77L73.0601 20.1696L76.52 13.8696H88.3799L79.9199 27.6596L88.3799 41.2796H76.52L73.1101 34.9796L69.76 41.2796H57.8999L57.9099 41.2896Z\" fill=\"white\"/>\\n<path d=\"M100.99 39.4198V51.5098H89.0701V13.8798H100.31V16.5498C102.09 14.3598 104.45 13.2598 107.41 13.2598C109.57 13.2598 111.53 13.8598 113.29 15.0498C115.05 16.2398 116.44 17.9298 117.46 20.0998C118.48 22.2798 118.99 24.7598 118.99 27.5598C118.99 30.3598 118.48 32.8598 117.46 35.0498C116.44 37.2398 115.05 38.9398 113.29 40.1298C111.53 41.3198 109.57 41.9198 107.41 41.9198C104.87 41.9198 102.74 41.0898 101 39.4198H100.99ZM101.81 30.4198C102.36 31.0798 103.11 31.4098 104.05 31.4098C104.99 31.4098 105.73 31.0598 106.26 30.3598C106.79 29.6598 107.05 28.7198 107.05 27.5498C107.05 26.3798 106.78 25.3998 106.23 24.7398C105.68 24.0798 104.95 23.7498 104.04 23.7498C103.06 23.7498 102.3 24.0798 101.77 24.7398C101.24 25.3998 100.98 26.2998 100.98 27.4398V27.6098C100.98 28.8198 101.25 29.7598 101.8 30.4198H101.81Z\" fill=\"white\"/>\\n<path d=\"M126.81 40.0698C124.58 38.8398 122.85 37.1398 121.62 34.9598C120.39 32.7798 119.78 30.3198 119.78 27.5498C119.78 24.7798 120.39 22.2598 121.62 20.0898C122.85 17.9098 124.57 16.2298 126.79 15.0398C129 13.8498 131.49 13.2498 134.25 13.2498C137.01 13.2498 139.41 13.8498 141.43 15.0398C143.45 16.2298 145.01 17.8998 146.08 20.0298C147.16 22.1698 147.7 24.6598 147.7 27.4898V29.7598H131.01C131.69 32.2998 133.58 33.5598 136.69 33.5598C138.01 33.5598 139.36 33.3298 140.72 32.8798C142.08 32.4298 143.16 31.8998 143.96 31.2898V39.7498C142.86 40.3898 141.45 40.9098 139.73 41.3098C138.01 41.7098 136.31 41.9098 134.65 41.9098C131.66 41.9098 129.05 41.2898 126.82 40.0698H126.81ZM137.48 24.4298C137.33 23.5998 137 22.9598 136.49 22.5298C135.98 22.0998 135.34 21.8798 134.59 21.8798C133.04 21.8798 131.92 22.7298 131.24 24.4298H137.48Z\" fill=\"white\"/>\\n<path d=\"M148.89 13.8698H160.13V17.7898C162.02 14.7598 164.65 13.2498 168.02 13.2498C168.51 13.2498 169.02 13.2898 169.55 13.3598V25.0498C168.41 24.5198 167.26 24.2598 166.09 24.2598C164.61 24.2598 163.37 24.7098 162.34 25.5898C161.32 26.4798 160.81 27.7898 160.81 29.5298V41.2798H148.89V13.8598V13.8698Z\" fill=\"white\"/>\\n<path d=\"M174.61 32.0396V23.6396H170.52V13.8796H174.61V6.60962H186.53V13.8796H191.01V23.6396H186.53V30.0496C186.53 31.4896 187.1 32.2096 188.23 32.2096C188.83 32.2096 189.76 31.9496 191.01 31.4196V40.6696C189.72 41.1596 188.63 41.4896 187.75 41.6596C186.86 41.8296 185.89 41.9196 184.83 41.9196C178.02 41.9196 174.61 38.6296 174.61 32.0396Z\" fill=\"white\"/>\\n<path d=\"M194.9 10.6096C193.59 9.48965 192.94 8.04965 192.94 6.26965C192.94 4.48965 193.59 2.92965 194.9 1.80965C196.21 0.68965 197.92 0.139648 200.04 0.139648C202.16 0.139648 203.86 0.69965 205.15 1.80965C206.44 2.92965 207.08 4.40965 207.08 6.26965C207.08 8.12965 206.43 9.49965 205.12 10.6096C203.81 11.7296 202.12 12.2796 200.04 12.2796C197.96 12.2796 196.21 11.7196 194.9 10.6096ZM194.08 13.8697H206V41.2896H194.08V13.8697Z\" fill=\"white\"/>\\n<path d=\"M212.75 41.1198C211.08 40.5898 209.78 39.9097 208.83 39.0798V30.4497C209.89 31.4297 211.04 32.1897 212.29 32.7197C213.54 33.2498 214.81 33.5098 216.09 33.5098C217.68 33.5098 218.47 33.1097 218.47 32.3197C218.47 31.9397 218.22 31.6297 217.73 31.3797C217.24 31.1297 216.58 30.8997 215.74 30.6697C214.34 30.2897 213.14 29.8697 212.14 29.3897C211.14 28.9197 210.26 28.1497 209.5 27.0897C208.74 26.0297 208.36 24.6297 208.36 22.8897C208.36 19.8997 209.47 17.5497 211.68 15.8197C213.89 14.0997 216.82 13.2397 220.45 13.2397C222.15 13.2397 223.86 13.4998 225.59 14.0098C227.31 14.5198 228.72 15.1897 229.82 16.0297V23.9798C227.51 22.4698 225.47 21.7097 223.69 21.7097C222.33 21.7097 221.65 22.0297 221.65 22.6697C221.65 23.2797 222.71 23.8797 224.83 24.4897C227.06 25.1697 228.63 26.1098 229.54 27.2998C230.45 28.4898 230.9 29.9797 230.9 31.7598C230.9 34.8598 229.71 37.3297 227.32 39.1697C224.94 41.0097 221.79 41.9197 217.9 41.9197C216.12 41.9197 214.4 41.6497 212.73 41.1297L212.75 41.1198Z\" fill=\"white\"/>\\n<path d=\"M238.4 40.0698C236.17 38.8398 234.44 37.1398 233.21 34.9598C231.98 32.7798 231.37 30.3198 231.37 27.5498C231.37 24.7798 231.98 22.2598 233.21 20.0898C234.44 17.9098 236.16 16.2298 238.38 15.0398C240.59 13.8498 243.08 13.2498 245.84 13.2498C248.6 13.2498 251 13.8498 253.02 15.0398C255.04 16.2298 256.6 17.8998 257.67 20.0298C258.75 22.1698 259.29 24.6598 259.29 27.4898V29.7598H242.6C243.28 32.2998 245.17 33.5598 248.28 33.5598C249.6 33.5598 250.95 33.3298 252.31 32.8798C253.67 32.4298 254.75 31.8998 255.55 31.2898V39.7498C254.45 40.3898 253.04 40.9098 251.32 41.3098C249.6 41.7098 247.9 41.9098 246.24 41.9098C243.25 41.9098 240.64 41.2898 238.41 40.0698H238.4ZM249.07 24.4298C248.92 23.5998 248.59 22.9598 248.08 22.5298C247.57 22.0998 246.93 21.8798 246.18 21.8798C244.63 21.8798 243.51 22.7298 242.83 24.4298H249.07Z\" fill=\"white\"/>\\n<path d=\"M279.84 40.0698C277.61 38.8398 275.88 37.1398 274.65 34.9598C273.42 32.7798 272.81 30.3198 272.81 27.5498C272.81 24.7798 273.42 22.2598 274.65 20.0898C275.88 17.9098 277.6 16.2298 279.82 15.0398C282.03 13.8498 284.52 13.2498 287.28 13.2498C290.04 13.2498 292.44 13.8498 294.46 15.0398C296.48 16.2298 298.04 17.8998 299.11 20.0298C300.19 22.1698 300.73 24.6598 300.73 27.4898V29.7598H284.04C284.72 32.2998 286.61 33.5598 289.72 33.5598C291.04 33.5598 292.39 33.3298 293.75 32.8798C295.11 32.4298 296.19 31.8998 296.99 31.2898V39.7498C295.89 40.3898 294.48 40.9098 292.76 41.3098C291.04 41.7098 289.34 41.9098 287.68 41.9098C284.69 41.9098 282.08 41.2898 279.85 40.0698H279.84ZM290.51 24.4298C290.36 23.5998 290.03 22.9598 289.52 22.5298C289.01 22.0998 288.37 21.8798 287.62 21.8798C286.07 21.8798 284.95 22.7298 284.27 24.4298H290.51Z\" fill=\"white\"/>\\n<path d=\"M304.64 32.0396V23.6396H300.55V13.8796H304.64V6.60962H316.56V13.8796H321.04V23.6396H316.56V30.0496C316.56 31.4896 317.13 32.2096 318.26 32.2096C318.86 32.2096 319.79 31.9496 321.04 31.4196V40.6696C319.75 41.1596 318.66 41.4896 317.78 41.6596C316.89 41.8296 315.92 41.9196 314.86 41.9196C308.05 41.9196 304.64 38.6296 304.64 32.0396Z\" fill=\"white\"/>\\n<path d=\"M338.08 1.55957H350V41.2896H338.08V1.55957Z\" fill=\"white\"/>\\n<path d=\"M356.95 40.1298C355.34 38.9398 354.09 37.2598 353.2 35.1098C352.31 32.9498 351.87 30.4598 351.87 27.6198C351.87 24.7798 352.31 22.2798 353.2 20.0998C354.09 17.9198 355.34 16.2398 356.95 15.0498C358.56 13.8598 360.4 13.2598 362.48 13.2598C364.98 13.2598 367.11 14.1498 368.89 15.9298V13.8898H380.81V41.3098H369.57V38.4698C367.75 40.7798 365.39 41.9298 362.47 41.9298C360.39 41.9298 358.54 41.3298 356.94 40.1398L356.95 40.1298ZM368.1 30.3998C368.63 29.7198 368.89 28.7898 368.89 27.6198C368.89 26.4498 368.62 25.4598 368.07 24.7798C367.52 24.0998 366.77 23.7598 365.83 23.7598C364.89 23.7598 364.15 24.1098 363.62 24.8098C363.09 25.5098 362.83 26.4498 362.83 27.6198C362.83 28.7898 363.1 29.7698 363.65 30.4298C364.2 31.0898 364.93 31.4198 365.84 31.4198C366.82 31.4198 367.58 31.0798 368.11 30.3998H368.1Z\" fill=\"white\"/>\\n<path d=\"M403.49 40.0098C401.28 38.7398 399.54 37.0098 398.3 34.8198C397.05 32.6298 396.43 30.2198 396.43 27.6098C396.43 24.9998 397.05 22.5998 398.3 20.3998C399.55 18.2098 401.28 16.4598 403.49 15.1798C405.7 13.8898 408.17 13.2498 410.9 13.2498C413.63 13.2498 415.99 13.8898 418.11 15.1798V25.1698C417.13 24.6798 416.23 24.3198 415.41 24.0898C414.6 23.8598 413.64 23.7498 412.54 23.7498C411.18 23.7498 410.15 24.1098 409.45 24.8298C408.75 25.5498 408.4 26.4798 408.4 27.6098C408.4 28.7398 408.75 29.6598 409.45 30.3598C410.15 31.0598 411.18 31.4098 412.54 31.4098C414.96 31.4098 416.82 30.6498 418.1 29.1398V40.0998C415.91 41.3098 413.5 41.9198 410.89 41.9198C408.28 41.9198 405.7 41.2898 403.48 40.0198L403.49 40.0098Z\" fill=\"white\"/>\\n<path d=\"M421.34 13.8698H432.58V17.7898C434.47 14.7598 437.1 13.2498 440.47 13.2498C440.96 13.2498 441.47 13.2898 442 13.3598V25.0498C440.86 24.5198 439.71 24.2598 438.54 24.2598C437.06 24.2598 435.82 24.7098 434.79 25.5898C433.77 26.4798 433.26 27.7898 433.26 29.5298V41.2798H421.34V13.8598V13.8698Z\" fill=\"white\"/>\\n<path d=\"M449.67 40.0697C447.44 38.8397 445.71 37.1397 444.48 34.9597C443.25 32.7797 442.64 30.3197 442.64 27.5497C442.64 24.7797 443.25 22.2597 444.48 20.0897C445.71 17.9097 447.43 16.2297 449.65 15.0397C451.86 13.8497 454.35 13.2497 457.11 13.2497C459.87 13.2497 462.27 13.8497 464.29 15.0397C466.31 16.2297 467.87 17.8997 468.94 20.0297C470.02 22.1697 470.56 24.6597 470.56 27.4897V29.7597H453.87C454.55 32.2997 456.44 33.5597 459.55 33.5597C460.87 33.5597 462.22 33.3297 463.58 32.8797C464.94 32.4297 466.02 31.8997 466.82 31.2897V39.7497C465.72 40.3897 464.31 40.9097 462.59 41.3097C460.87 41.7097 459.17 41.9097 457.51 41.9097C454.52 41.9097 451.91 41.2897 449.68 40.0697H449.67ZM456.65 0.419678H468.46L461.42 10.9797H451.83L456.65 0.419678ZM460.34 24.4297C460.19 23.5997 459.86 22.9597 459.35 22.5297C458.84 22.0997 458.2 21.8797 457.45 21.8797C455.9 21.8797 454.78 22.7297 454.1 24.4297H460.34Z\" fill=\"white\"/>\\n<path d=\"M476.43 40.1298C474.82 38.9398 473.57 37.2598 472.68 35.1098C471.79 32.9498 471.35 30.4598 471.35 27.6198C471.35 24.7798 471.79 22.2798 472.68 20.0998C473.57 17.9198 474.82 16.2398 476.43 15.0498C478.04 13.8598 479.88 13.2598 481.96 13.2598C484.46 13.2598 486.59 14.1498 488.37 15.9298V13.8898H500.29V41.3098H489.05V38.4698C487.23 40.7798 484.87 41.9298 481.95 41.9298C479.87 41.9298 478.02 41.3298 476.42 40.1398L476.43 40.1298ZM487.58 30.3998C488.11 29.7198 488.37 28.7898 488.37 27.6198C488.37 26.4498 488.1 25.4598 487.55 24.7798C487 24.0998 486.25 23.7598 485.31 23.7598C484.37 23.7598 483.63 24.1098 483.1 24.8098C482.57 25.5098 482.31 26.4498 482.31 27.6198C482.31 28.7898 482.58 29.7698 483.13 30.4298C483.68 31.0898 484.41 31.4198 485.32 31.4198C486.3 31.4198 487.06 31.0798 487.59 30.3998H487.58Z\" fill=\"white\"/>\\n<path d=\"M505.46 32.0396V23.6396H501.37V13.8796H505.46V6.60962H517.38V13.8796H521.86V23.6396H517.38V30.0496C517.38 31.4896 517.95 32.2096 519.08 32.2096C519.68 32.2096 520.61 31.9496 521.86 31.4196V40.6696C520.57 41.1596 519.48 41.4896 518.6 41.6596C517.71 41.8296 516.74 41.9196 515.68 41.9196C508.87 41.9196 505.46 38.6296 505.46 32.0396Z\" fill=\"white\"/>\\n<path d=\"M525.75 10.6096C524.44 9.48965 523.79 8.04965 523.79 6.26965C523.79 4.48965 524.44 2.92965 525.75 1.80965C527.06 0.68965 528.77 0.139648 530.89 0.139648C533.01 0.139648 534.71 0.69965 536 1.80965C537.29 2.92965 537.93 4.40965 537.93 6.26965C537.93 8.12965 537.28 9.49965 535.97 10.6096C534.66 11.7296 532.97 12.2796 530.89 12.2796C528.81 12.2796 527.06 11.7196 525.75 10.6096ZM524.93 13.8697H536.85V41.2896H524.93V13.8697Z\" fill=\"white\"/>\\n<path d=\"M546.73 41.2896L537.65 13.8696H549.57L552.75 27.8296L555.99 13.8696H567.91L558.83 41.2896H546.74H546.73Z\" fill=\"white\"/>\\n<path d=\"M568.95 10.6096C567.64 9.48965 566.99 8.04965 566.99 6.26965C566.99 4.48965 567.64 2.92965 568.95 1.80965C570.26 0.68965 571.97 0.139648 574.09 0.139648C576.21 0.139648 577.91 0.69965 579.2 1.80965C580.49 2.92965 581.13 4.40965 581.13 6.26965C581.13 8.12965 580.48 9.49965 579.17 10.6096C577.86 11.7296 576.17 12.2796 574.09 12.2796C572.01 12.2796 570.26 11.7196 568.95 10.6096ZM568.13 13.8697H580.05V41.2896H568.13V13.8697Z\" fill=\"white\"/>\\n<path d=\"M585.21 32.0396V23.6396H581.12V13.8796H585.21V6.60962H597.13V13.8796H601.61V23.6396H597.13V30.0496C597.13 31.4896 597.7 32.2096 598.83 32.2096C599.43 32.2096 600.36 31.9496 601.61 31.4196V40.6696C600.32 41.1596 599.23 41.4896 598.35 41.6596C597.46 41.8296 596.49 41.9196 595.43 41.9196C588.62 41.9196 585.21 38.6296 585.21 32.0396Z\" fill=\"white\"/>\\n<path d=\"M609.39 40.0697C607.16 38.8397 605.43 37.1397 604.2 34.9597C602.97 32.7797 602.36 30.3197 602.36 27.5497C602.36 24.7797 602.97 22.2597 604.2 20.0897C605.43 17.9097 607.15 16.2297 609.37 15.0397C611.58 13.8497 614.07 13.2497 616.83 13.2497C619.59 13.2497 621.99 13.8497 624.01 15.0397C626.03 16.2297 627.59 17.8997 628.66 20.0297C629.74 22.1697 630.28 24.6597 630.28 27.4897V29.7597H613.59C614.27 32.2997 616.16 33.5597 619.27 33.5597C620.59 33.5597 621.94 33.3297 623.3 32.8797C624.66 32.4297 625.74 31.8997 626.54 31.2897V39.7497C625.44 40.3897 624.03 40.9097 622.31 41.3097C620.59 41.7097 618.89 41.9097 617.23 41.9097C614.24 41.9097 611.63 41.2897 609.4 40.0697H609.39ZM616.37 0.419678H628.18L621.14 10.9797H611.55L616.37 0.419678ZM620.06 24.4297C619.91 23.5997 619.58 22.9597 619.07 22.5297C618.56 22.0997 617.92 21.8797 617.17 21.8797C615.62 21.8797 614.5 22.7297 613.82 24.4297H620.06Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e4ojbv\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-havf98\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:469,intrinsicWidth:731,svg:'<svg width=\"731\" height=\"469\" viewBox=\"0 0 731 469\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M672.98 0H58.24C26.583 0 0.919922 25.663 0.919922 57.32V411.25C0.919922 442.907 26.583 468.57 58.24 468.57H672.98C704.637 468.57 730.3 442.907 730.3 411.25V57.32C730.3 25.663 704.637 0 672.98 0Z\" fill=\"#755699\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nous accompagnons chaque client avec \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"attention et bienveillance. Chez nous, \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"pas de barri\\xe8re, on parle vrai, on parle bien, \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"on parle ensemble.\"})]})}),className:\"framer-18uwpee\",fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1tlnm7t\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:525,svg:'<svg width=\"525\" height=\"42\" viewBox=\"0 0 525 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.0600586 1.55957H14.48V29.7696H25.6101V41.2896H0.0700684V1.55957H0.0600586Z\" fill=\"white\"/>\\n<path d=\"M33.8301 40.0698C31.6001 38.8398 29.8699 37.1398 28.6399 34.9598C27.4099 32.7798 26.8 30.3198 26.8 27.5498C26.8 24.7798 27.4099 22.2598 28.6399 20.0898C29.8699 17.9098 31.5901 16.2298 33.8101 15.0398C36.0201 13.8498 38.51 13.2498 41.27 13.2498C44.03 13.2498 46.43 13.8498 48.45 15.0398C50.47 16.2298 52.0301 17.8998 53.1001 20.0298C54.1801 22.1698 54.72 24.6598 54.72 27.4898V29.7598H38.03C38.71 32.2998 40.6 33.5598 43.71 33.5598C45.03 33.5598 46.38 33.3298 47.74 32.8798C49.1 32.4298 50.18 31.8998 50.98 31.2898V39.7498C49.88 40.3898 48.47 40.9098 46.75 41.3098C45.03 41.7098 43.3299 41.9098 41.6699 41.9098C38.6799 41.9098 36.0701 41.2898 33.8401 40.0698H33.8301ZM44.5 24.4298C44.35 23.5998 44.02 22.9598 43.51 22.5298C43 22.0998 42.3601 21.8798 41.6101 21.8798C40.0601 21.8798 38.94 22.7298 38.26 24.4298H44.5Z\" fill=\"white\"/>\\n<path d=\"M60.05 41.1198C58.38 40.5898 57.0799 39.9097 56.1299 39.0798V30.4497C57.1899 31.4297 58.3401 32.1897 59.5901 32.7197C60.8401 33.2498 62.1099 33.5098 63.3899 33.5098C64.9799 33.5098 65.77 33.1097 65.77 32.3197C65.77 31.9397 65.52 31.6297 65.03 31.3797C64.54 31.1297 63.88 30.8997 63.04 30.6697C61.64 30.2897 60.4399 29.8697 59.4399 29.3897C58.4399 28.9197 57.56 28.1497 56.8 27.0897C56.04 26.0297 55.6599 24.6297 55.6599 22.8897C55.6599 19.8997 56.77 17.5497 58.98 15.8197C61.19 14.0997 64.12 13.2397 67.75 13.2397C69.45 13.2397 71.1599 13.4998 72.8899 14.0098C74.6099 14.5198 76.0201 15.1897 77.1201 16.0297V23.9798C74.8101 22.4698 72.77 21.7097 70.99 21.7097C69.63 21.7097 68.95 22.0297 68.95 22.6697C68.95 23.2797 70.0099 23.8797 72.1299 24.4897C74.3599 25.1697 75.9301 26.1098 76.8401 27.2998C77.7501 28.4898 78.2 29.9797 78.2 31.7598C78.2 34.8598 77.0101 37.3297 74.6201 39.1697C72.2401 41.0097 69.09 41.9197 65.2 41.9197C63.42 41.9197 61.7 41.6497 60.03 41.1297L60.05 41.1198Z\" fill=\"white\"/>\\n<path d=\"M100.35 41.2896L91.27 13.8696H103.19L106.37 27.8296L109.61 13.8696H121.53L112.45 41.2896H100.36H100.35Z\" fill=\"white\"/>\\n<path d=\"M125.07 40.1298C123.46 38.9398 122.21 37.2598 121.32 35.1098C120.43 32.9498 119.99 30.4598 119.99 27.6198C119.99 24.7798 120.43 22.2798 121.32 20.0998C122.21 17.9198 123.46 16.2398 125.07 15.0498C126.68 13.8598 128.52 13.2598 130.6 13.2598C133.1 13.2598 135.23 14.1498 137.01 15.9298V13.8898H148.93V41.3098H137.69V38.4698C135.87 40.7798 133.51 41.9298 130.59 41.9298C128.51 41.9298 126.66 41.3298 125.06 40.1398L125.07 40.1298ZM136.22 30.3998C136.75 29.7198 137.01 28.7898 137.01 27.6198C137.01 26.4498 136.74 25.4598 136.19 24.7798C135.64 24.0998 134.89 23.7598 133.95 23.7598C133.01 23.7598 132.27 24.1098 131.74 24.8098C131.21 25.5098 130.95 26.4498 130.95 27.6198C130.95 28.7898 131.22 29.7698 131.77 30.4298C132.32 31.0898 133.05 31.4198 133.96 31.4198C134.94 31.4198 135.7 31.0798 136.23 30.3998H136.22Z\" fill=\"white\"/>\\n<path d=\"M152.35 1.55957H164.27V41.2896H152.35V1.55957Z\" fill=\"white\"/>\\n<path d=\"M172.84 40.0698C170.61 38.8398 168.88 37.1398 167.65 34.9598C166.42 32.7798 165.81 30.3198 165.81 27.5498C165.81 24.7798 166.42 22.2598 167.65 20.0898C168.88 17.9098 170.6 16.2298 172.82 15.0398C175.03 13.8498 177.52 13.2498 180.28 13.2498C183.04 13.2498 185.44 13.8498 187.46 15.0398C189.48 16.2298 191.04 17.8998 192.11 20.0298C193.19 22.1698 193.73 24.6598 193.73 27.4898V29.7598H177.04C177.72 32.2998 179.61 33.5598 182.72 33.5598C184.04 33.5598 185.39 33.3298 186.75 32.8798C188.11 32.4298 189.19 31.8998 189.99 31.2898V39.7498C188.89 40.3898 187.48 40.9098 185.76 41.3098C184.04 41.7098 182.34 41.9098 180.68 41.9098C177.69 41.9098 175.08 41.2898 172.85 40.0698H172.84ZM183.51 24.4298C183.36 23.5998 183.03 22.9598 182.52 22.5298C182.01 22.0998 181.37 21.8798 180.62 21.8798C179.07 21.8798 177.95 22.7298 177.27 24.4298H183.51Z\" fill=\"white\"/>\\n<path d=\"M196.7 39.0796C195.32 37.1896 194.63 34.5396 194.63 31.1296V13.8696H206.55V28.6796C206.55 29.4696 206.73 30.0796 207.09 30.4996C207.45 30.9196 207.93 31.1196 208.54 31.1196C209.33 31.1196 209.96 30.7796 210.41 30.0996C210.86 29.4196 211.09 28.4896 211.09 27.3196V13.8696H223.01V41.2896H211.77V37.9996C209.95 40.6096 207.21 41.9196 203.54 41.9196C200.36 41.9196 198.08 40.9696 196.7 39.0796Z\" fill=\"white\"/>\\n<path d=\"M226.42 13.8698H237.66V17.7898C239.55 14.7598 242.18 13.2498 245.55 13.2498C246.04 13.2498 246.55 13.2898 247.08 13.3598V25.0498C245.94 24.5198 244.79 24.2598 243.62 24.2598C242.14 24.2598 240.9 24.7098 239.87 25.5898C238.85 26.4798 238.34 27.7898 238.34 29.5298V41.2798H226.42V13.8598V13.8698Z\" fill=\"white\"/>\\n<path d=\"M252.24 41.1198C250.57 40.5898 249.27 39.9097 248.32 39.0798V30.4497C249.38 31.4297 250.53 32.1897 251.78 32.7197C253.03 33.2498 254.3 33.5098 255.58 33.5098C257.17 33.5098 257.96 33.1097 257.96 32.3197C257.96 31.9397 257.71 31.6297 257.22 31.3797C256.73 31.1297 256.07 30.8997 255.23 30.6697C253.83 30.2897 252.63 29.8697 251.63 29.3897C250.63 28.9197 249.75 28.1497 248.99 27.0897C248.23 26.0297 247.85 24.6297 247.85 22.8897C247.85 19.8997 248.96 17.5497 251.17 15.8197C253.38 14.0997 256.31 13.2397 259.94 13.2397C261.64 13.2397 263.35 13.4998 265.08 14.0098C266.8 14.5198 268.21 15.1897 269.31 16.0297V23.9798C267 22.4698 264.96 21.7097 263.18 21.7097C261.82 21.7097 261.14 22.0297 261.14 22.6697C261.14 23.2797 262.2 23.8797 264.32 24.4897C266.55 25.1697 268.12 26.1098 269.03 27.2998C269.94 28.4898 270.39 29.9797 270.39 31.7598C270.39 34.8598 269.2 37.3297 266.81 39.1697C264.43 41.0097 261.28 41.9197 257.39 41.9197C255.61 41.9197 253.89 41.6497 252.22 41.1297L252.24 41.1198Z\" fill=\"white\"/>\\n<path d=\"M302.56 24.6596C302.2 24.2396 301.72 24.0396 301.11 24.0396C300.32 24.0396 299.69 24.3796 299.24 25.0596C298.79 25.7396 298.56 26.6696 298.56 27.8396V41.2896H286.64V1.55957H298.56V16.3196C300.34 14.2796 302.78 13.2596 305.88 13.2596C308.98 13.2596 311.19 14.1996 312.72 16.0696C314.25 17.9396 315.02 20.5996 315.02 24.0496V41.3096H303.1V26.4996C303.1 25.7096 302.92 25.0996 302.56 24.6796V24.6596Z\" fill=\"white\"/>\\n<path d=\"M319.53 39.0796C318.15 37.1896 317.46 34.5396 317.46 31.1296V13.8696H329.38V28.6796C329.38 29.4696 329.56 30.0796 329.92 30.4996C330.28 30.9196 330.76 31.1196 331.37 31.1196C332.16 31.1196 332.79 30.7796 333.24 30.0996C333.69 29.4196 333.92 28.4896 333.92 27.3196V13.8696H345.84V41.2896H334.6V37.9996C332.78 40.6096 330.04 41.9196 326.37 41.9196C323.19 41.9196 320.91 40.9696 319.53 39.0796Z\" fill=\"white\"/>\\n<path d=\"M381.63 24.6598C381.27 24.2398 380.79 24.0397 380.18 24.0397C379.39 24.0397 378.76 24.3797 378.31 25.0597C377.86 25.7397 377.63 26.6697 377.63 27.8397V41.2897H365.71V26.4798C365.71 25.6898 365.53 25.0798 365.17 24.6598C364.81 24.2398 364.33 24.0397 363.72 24.0397C362.93 24.0397 362.3 24.3797 361.85 25.0597C361.4 25.7397 361.17 26.6697 361.17 27.8397V41.2897H349.25V13.8698H360.49V17.1598C362.31 14.5498 364.97 13.2397 368.49 13.2397C372.35 13.2397 375.02 14.7897 376.49 17.8897C377.4 16.3397 378.57 15.1797 380.01 14.3997C381.45 13.6197 383.09 13.2397 384.95 13.2397C387.98 13.2397 390.26 14.1798 391.79 16.0498C393.32 17.9198 394.09 20.5797 394.09 24.0297V41.2897H382.17V26.4798C382.17 25.6898 381.99 25.0798 381.63 24.6598Z\" fill=\"white\"/>\\n<path d=\"M400.64 40.1298C399.03 38.9398 397.78 37.2598 396.89 35.1098C396 32.9498 395.56 30.4598 395.56 27.6198C395.56 24.7798 396 22.2798 396.89 20.0998C397.78 17.9198 399.03 16.2398 400.64 15.0498C402.25 13.8598 404.09 13.2598 406.17 13.2598C408.67 13.2598 410.8 14.1498 412.58 15.9298V13.8898H424.5V41.3098H413.26V38.4698C411.44 40.7798 409.08 41.9298 406.16 41.9298C404.08 41.9298 402.23 41.3298 400.63 40.1398L400.64 40.1298ZM411.79 30.3998C412.32 29.7198 412.58 28.7898 412.58 27.6198C412.58 26.4498 412.31 25.4598 411.76 24.7798C411.21 24.0998 410.46 23.7598 409.52 23.7598C408.58 23.7598 407.84 24.1098 407.31 24.8098C406.78 25.5098 406.52 26.4498 406.52 27.6198C406.52 28.7898 406.79 29.7698 407.34 30.4298C407.89 31.0898 408.62 31.4198 409.53 31.4198C410.51 31.4198 411.27 31.0798 411.8 30.3998H411.79Z\" fill=\"white\"/>\\n<path d=\"M428.74 10.6096C427.43 9.48965 426.78 8.04965 426.78 6.26965C426.78 4.48965 427.43 2.92965 428.74 1.80965C430.05 0.68965 431.76 0.139648 433.88 0.139648C436 0.139648 437.7 0.69965 438.99 1.80965C440.28 2.92965 440.92 4.40965 440.92 6.26965C440.92 8.12965 440.27 9.49965 438.96 10.6096C437.65 11.7296 435.96 12.2796 433.88 12.2796C431.8 12.2796 430.05 11.7196 428.74 10.6096ZM427.92 13.8697H439.84V41.2896H427.92V13.8697Z\" fill=\"white\"/>\\n<path d=\"M459.17 24.6598C458.81 24.2398 458.33 24.0397 457.72 24.0397C456.93 24.0397 456.3 24.3797 455.85 25.0597C455.4 25.7397 455.17 26.6697 455.17 27.8397V41.2897H443.25V13.8698H454.49V17.1598C456.31 14.5498 458.97 13.2397 462.49 13.2397C465.52 13.2397 467.8 14.1798 469.33 16.0498C470.86 17.9198 471.63 20.5797 471.63 24.0297V41.2897H459.71V26.4798C459.71 25.6898 459.53 25.0798 459.17 24.6598Z\" fill=\"white\"/>\\n<path d=\"M479.8 40.0698C477.57 38.8398 475.84 37.1398 474.61 34.9598C473.38 32.7798 472.77 30.3198 472.77 27.5498C472.77 24.7798 473.38 22.2598 474.61 20.0898C475.84 17.9098 477.56 16.2298 479.78 15.0398C481.99 13.8498 484.48 13.2498 487.24 13.2498C490 13.2498 492.4 13.8498 494.42 15.0398C496.44 16.2298 498 17.8998 499.07 20.0298C500.15 22.1698 500.69 24.6598 500.69 27.4898V29.7598H484C484.68 32.2998 486.57 33.5598 489.68 33.5598C491 33.5598 492.35 33.3298 493.71 32.8798C495.07 32.4298 496.15 31.8998 496.95 31.2898V39.7498C495.85 40.3898 494.44 40.9098 492.72 41.3098C491 41.7098 489.3 41.9098 487.64 41.9098C484.65 41.9098 482.04 41.2898 479.81 40.0698H479.8ZM490.47 24.4298C490.32 23.5998 489.99 22.9598 489.48 22.5298C488.97 22.0998 488.33 21.8798 487.58 21.8798C486.03 21.8798 484.91 22.7298 484.23 24.4298H490.47Z\" fill=\"white\"/>\\n<path d=\"M506.02 41.1198C504.35 40.5898 503.05 39.9097 502.1 39.0798V30.4497C503.16 31.4297 504.31 32.1897 505.56 32.7197C506.81 33.2498 508.08 33.5098 509.36 33.5098C510.95 33.5098 511.74 33.1097 511.74 32.3197C511.74 31.9397 511.49 31.6297 511 31.3797C510.51 31.1297 509.85 30.8997 509.01 30.6697C507.61 30.2897 506.41 29.8697 505.41 29.3897C504.41 28.9197 503.53 28.1497 502.77 27.0897C502.01 26.0297 501.63 24.6297 501.63 22.8897C501.63 19.8997 502.74 17.5497 504.95 15.8197C507.16 14.0997 510.09 13.2397 513.72 13.2397C515.42 13.2397 517.13 13.4998 518.86 14.0098C520.58 14.5198 521.99 15.1897 523.09 16.0297V23.9798C520.78 22.4698 518.74 21.7097 516.96 21.7097C515.6 21.7097 514.92 22.0297 514.92 22.6697C514.92 23.2797 515.98 23.8797 518.1 24.4897C520.33 25.1697 521.9 26.1098 522.81 27.2998C523.72 28.4898 524.17 29.9797 524.17 31.7598C524.17 34.8598 522.98 37.3297 520.59 39.1697C518.21 41.0097 515.06 41.9197 511.17 41.9197C509.39 41.9197 507.67 41.6497 506 41.1297L506.02 41.1198Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-text-alignment\":\"center\"},children:[\"N\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(231, 111, 56)\"},children:\"O\"}),\"S VALEURS\"]})}),className:\"framer-1fi3dd3\",\"data-framer-name\":\"NOS VALEURS\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h3lkdx hidden-11bvl3r hidden-1f71ab8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-zp07sr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:[\"N\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(231, 111, 56)\"},children:\"O\"}),\"S VALEURS\"]})}),className:\"framer-v4sbgh\",\"data-framer-name\":\"NOS VALEURS\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-alignment\":\"center\"},children:[\"N\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(231, 111, 56)\"},children:\"O\"}),\"S VALEURS\"]})}),className:\"framer-ur1v97 hidden-72rtr7 hidden-1f71ab8\",\"data-framer-name\":\"NOS VALEURS\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-dr3pmx hidden-1f71ab8\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15bfsnv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o9mczn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lg9ov0\",\"data-framer-name\":\"Convialit\\xe9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1on8hmh\",\"data-framer-name\":\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 380 244\"><path d=\"M 349.401 0 L 29.8 0 C 13.342 0 0 13.342 0 29.8 L 0 213.807 C 0 230.265 13.342 243.607 29.8 243.607 L 349.401 243.607 C 365.859 243.607 379.201 230.265 379.201 213.807 L 379.201 29.8 C 379.201 13.342 365.859 0 349.401 0 Z\" fill=\"rgb(231, 111, 56)\"></path></svg>',svgContentId:11574018452,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-miv7t4\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:184,svg:'<svg width=\"184\" height=\"22\" viewBox=\"0 0 184 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.706894 0.845215H8.20379V15.5115H13.9902V21.5007H0.712094V0.845215H0.706894Z\" fill=\"white\"/>\\n<path d=\"M17.3072 20.8978C16.4701 20.2791 15.8203 19.4057 15.3576 18.2879C14.8948 17.165 14.6661 15.8704 14.6661 14.3939C14.6661 12.9174 14.8948 11.6177 15.3576 10.4843C15.8203 9.35093 16.4701 8.47751 17.3072 7.85884C18.1442 7.24016 19.1008 6.92822 20.1822 6.92822C21.4819 6.92822 22.5893 7.39093 23.5147 8.31634V7.25576H29.7119V21.5113H23.8682V20.0348C22.922 21.2357 21.6951 21.8336 20.177 21.8336C19.0956 21.8336 18.1338 21.5217 17.302 20.903L17.3072 20.8978ZM23.104 15.8392C23.3795 15.4857 23.5147 15.0022 23.5147 14.3939C23.5147 13.7856 23.3743 13.2709 23.0884 12.9174C22.8025 12.5639 22.4125 12.3871 21.9238 12.3871C21.4351 12.3871 21.0504 12.5691 20.7749 12.933C20.4993 13.2969 20.3641 13.7856 20.3641 14.3939C20.3641 15.0022 20.5045 15.5117 20.7905 15.8548C21.0764 16.198 21.4559 16.3695 21.929 16.3695C22.4385 16.3695 22.8337 16.1928 23.1092 15.8392H23.104Z\" fill=\"white\"/>\\n<path d=\"M41.5083 20.8355C40.3593 20.1752 39.4547 19.2758 38.81 18.1372C38.1602 16.9987 37.8378 15.7457 37.8378 14.3888C37.8378 13.0319 38.1602 11.7841 38.81 10.6403C39.4599 9.50178 40.3593 8.59196 41.5083 7.92649C42.6573 7.25583 43.9414 6.9231 45.3607 6.9231C46.78 6.9231 48.007 7.25583 49.1092 7.92649V13.1202C48.5997 12.8655 48.1317 12.6783 47.7054 12.5588C47.2843 12.4392 46.7852 12.382 46.2133 12.382C45.5063 12.382 44.9708 12.5692 44.6069 12.9435C44.2429 13.3178 44.061 13.8013 44.061 14.3888C44.061 14.9763 44.2429 15.4546 44.6069 15.8185C44.9708 16.1824 45.5063 16.3644 46.2133 16.3644C47.4715 16.3644 48.4385 15.9693 49.104 15.1842V20.8823C47.9654 21.5114 46.7124 21.8285 45.3555 21.8285C43.9986 21.8285 42.6573 21.501 41.5031 20.8407L41.5083 20.8355Z\" fill=\"white\"/>\\n<path d=\"M53.4555 20.8978C52.2857 20.2791 51.3759 19.4057 50.726 18.2879C50.0762 17.165 49.7538 15.8704 49.7538 14.3939C49.7538 12.9174 50.0762 11.6177 50.726 10.4843C51.3759 9.35093 52.2857 8.47751 53.4555 7.85884C54.6253 7.24016 55.977 6.92822 57.5107 6.92822C59.0444 6.92822 60.4013 7.24016 61.5815 7.85884C62.7616 8.47751 63.6766 9.35613 64.3265 10.4843C64.9764 11.6177 65.2987 12.9174 65.2987 14.3939C65.2987 15.8704 64.9764 17.1702 64.3265 18.2879C63.6766 19.4109 62.7616 20.2791 61.5815 20.8978C60.4013 21.5165 59.0444 21.8284 57.5107 21.8284C55.977 21.8284 54.6253 21.5165 53.4555 20.8978ZM58.696 15.8392C58.9716 15.4857 59.1068 15.0022 59.1068 14.3939C59.1068 13.7856 58.9664 13.2709 58.6804 12.9174C58.3945 12.5639 58.0046 12.3871 57.5159 12.3871C57.0272 12.3871 56.6424 12.5691 56.3669 12.933C56.0914 13.2969 55.9562 13.7856 55.9562 14.3939C55.9562 15.0022 56.0966 15.5117 56.3825 15.8548C56.6684 16.198 57.048 16.3695 57.5211 16.3695C58.0306 16.3695 58.4257 16.1928 58.7012 15.8392H58.696Z\" fill=\"white\"/>\\n<path d=\"M74.3189 12.8552C74.1317 12.6368 73.8822 12.5328 73.565 12.5328C73.1543 12.5328 72.8268 12.7096 72.5928 13.0631C72.3589 13.4167 72.2393 13.9002 72.2393 14.5084V21.501H66.0421V7.24551H71.8858V8.95596C72.832 7.59903 74.2149 6.91797 76.0449 6.91797C77.6202 6.91797 78.8056 7.40667 79.601 8.37888C80.3965 9.35108 80.7968 10.734 80.7968 12.5276V21.501H74.5996V13.8014C74.5996 13.3907 74.506 13.0735 74.3189 12.8552Z\" fill=\"white\"/>\\n<path d=\"M85.2263 21.5009L80.5056 7.24536H86.7028L88.3561 14.5031L90.0405 7.24536H96.2377L91.517 21.5009H85.2315H85.2263Z\" fill=\"white\"/>\\n<path d=\"M96.7784 5.55048C96.0973 4.9682 95.7594 4.21955 95.7594 3.29414C95.7594 2.36872 96.0973 1.55769 96.7784 0.975404C97.4595 0.393121 98.3485 0.107178 99.4507 0.107178C100.553 0.107178 101.437 0.39832 102.107 0.975404C102.778 1.55769 103.111 2.32713 103.111 3.29414C103.111 4.26114 102.773 4.9734 102.092 5.55048C101.411 6.13277 100.532 6.41871 99.4507 6.41871C98.3693 6.41871 97.4595 6.12757 96.7784 5.55048ZM96.3521 7.24534H102.549V21.5009H96.3521V7.24534Z\" fill=\"white\"/>\\n<path d=\"M107.681 21.5009L102.96 7.24536H109.157L110.81 14.5031L112.495 7.24536H118.692L113.971 21.5009H107.686H107.681Z\" fill=\"white\"/>\\n<path d=\"M119.233 5.55048C118.552 4.9682 118.214 4.21955 118.214 3.29414C118.214 2.36872 118.552 1.55769 119.233 0.975404C119.914 0.393121 120.803 0.107178 121.905 0.107178C123.007 0.107178 123.891 0.39832 124.562 0.975404C125.232 1.55769 125.565 2.32713 125.565 3.29414C125.565 4.26114 125.227 4.9734 124.546 5.55048C123.865 6.13277 122.986 6.41871 121.905 6.41871C120.824 6.41871 119.914 6.12757 119.233 5.55048ZM118.806 7.24534H125.004V21.5009H118.806V7.24534Z\" fill=\"white\"/>\\n<path d=\"M128.617 20.8978C127.78 20.2791 127.13 19.4057 126.667 18.2879C126.204 17.165 125.976 15.8704 125.976 14.3939C125.976 12.9174 126.204 11.6177 126.667 10.4843C127.13 9.35093 127.78 8.47751 128.617 7.85884C129.454 7.24016 130.41 6.92822 131.492 6.92822C132.792 6.92822 133.899 7.39093 134.824 8.31634V7.25576H141.021V21.5113H135.178V20.0348C134.232 21.2357 133.005 21.8336 131.487 21.8336C130.405 21.8336 129.443 21.5217 128.612 20.903L128.617 20.8978ZM134.414 15.8392C134.689 15.4857 134.824 15.0022 134.824 14.3939C134.824 13.7856 134.684 13.2709 134.398 12.9174C134.112 12.5639 133.722 12.3871 133.233 12.3871C132.745 12.3871 132.36 12.5691 132.084 12.933C131.809 13.2969 131.674 13.7856 131.674 14.3939C131.674 15.0022 131.814 15.5117 132.1 15.8548C132.386 16.198 132.766 16.3695 133.239 16.3695C133.748 16.3695 134.143 16.1928 134.419 15.8392H134.414Z\" fill=\"white\"/>\\n<path d=\"M142.794 0.845215H148.991V21.5007H142.794V0.845215Z\" fill=\"white\"/>\\n<path d=\"M151.191 5.55048C150.51 4.9682 150.172 4.21955 150.172 3.29414C150.172 2.36872 150.51 1.55769 151.191 0.975404C151.872 0.393121 152.761 0.107178 153.863 0.107178C154.965 0.107178 155.849 0.39832 156.52 0.975404C157.19 1.55769 157.523 2.32713 157.523 3.29414C157.523 4.26114 157.185 4.9734 156.504 5.55048C155.823 6.13277 154.944 6.41871 153.863 6.41871C152.782 6.41871 151.872 6.12757 151.191 5.55048ZM150.764 7.24534H156.961V21.5009H150.764V7.24534Z\" fill=\"white\"/>\\n<path d=\"M159.644 16.6919V12.3248H157.518V7.25059H159.644V3.47095H165.841V7.25059H168.17V12.3248H165.841V15.6573C165.841 16.4059 166.138 16.7803 166.725 16.7803C167.037 16.7803 167.521 16.6451 168.17 16.3696V21.1786C167.5 21.4333 166.933 21.6049 166.476 21.6933C166.013 21.7817 165.509 21.8285 164.957 21.8285C161.417 21.8285 159.644 20.118 159.644 16.6919Z\" fill=\"white\"/>\\n<path d=\"M172.215 20.8665C171.056 20.2271 170.156 19.3432 169.517 18.2099C168.877 17.0765 168.56 15.7976 168.56 14.3575C168.56 12.9173 168.877 11.6072 169.517 10.479C170.156 9.34566 171.051 8.47223 172.205 7.85356C173.354 7.23488 174.648 6.92294 176.083 6.92294C177.518 6.92294 178.766 7.23488 179.816 7.85356C180.866 8.47223 181.677 9.34046 182.234 10.4478C182.795 11.5604 183.076 12.855 183.076 14.3263V15.5064H174.399C174.752 16.827 175.735 17.482 177.352 17.482C178.038 17.482 178.74 17.3624 179.447 17.1285C180.154 16.8945 180.715 16.619 181.131 16.3019V20.7002C180.56 21.0329 179.826 21.3033 178.932 21.5112C178.038 21.7192 177.154 21.8231 176.291 21.8231C174.737 21.8231 173.38 21.5008 172.22 20.8665H172.215ZM175.844 0.252686H181.984L178.324 5.74278H173.338L175.844 0.252686ZM177.762 12.7354C177.684 12.3039 177.513 11.9711 177.248 11.7476C176.983 11.524 176.65 11.4096 176.26 11.4096C175.454 11.4096 174.872 11.8516 174.518 12.7354H177.762Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Parce qu\u2019ici, dans le Nord, on sait recevoir. Nos \\xe9v\\xe9nements sont pens\\xe9s pour cr\\xe9er du lien, favoriser les \\xe9changes et marquer les esprits.\"})})}),className:\"framer-1oyyoos\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ajo67\",\"data-framer-name\":\"L'audace\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1c6czfo\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:244,intrinsicWidth:380,svg:'<svg width=\"380\" height=\"244\" viewBox=\"0 0 380 244\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M349.851 0H30.25C13.7917 0 0.449615 13.3421 0.449615 29.8004V213.807C0.449615 230.265 13.7917 243.607 30.25 243.607H349.851C366.309 243.607 379.651 230.265 379.651 213.807V29.8004C379.651 13.3421 366.309 0 349.851 0Z\" fill=\"#9BD1CD\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Oser, innover, surprendre. Nous repoussons les limites pour offrir des exp\\xe9riences in\\xe9dites.\"})})}),className:\"framer-puwyfl\",fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kl170q\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:108,svg:'<svg width=\"108\" height=\"22\" viewBox=\"0 0 108 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.156525 0.845703H7.65341V15.512H13.4398V21.5011H0.161729V0.845703H0.156525Z\" fill=\"white\"/>\\n<path d=\"M14.0585 7.4537C13.3671 7.17816 12.816 6.73625 12.3897 6.12797C11.9686 5.5197 11.7554 4.82823 11.7554 4.06399C11.7554 3.03979 12.1089 2.17157 12.816 1.45411C13.523 0.736657 14.3913 0.37793 15.4155 0.37793C16.4397 0.37793 17.3079 0.736657 18.0253 1.45411C18.7428 2.17157 19.1015 3.04499 19.1015 4.06399C19.1015 4.81264 18.826 5.64967 18.2749 6.56988L14.88 12.2679H11.1315L14.0533 7.4589L14.0585 7.4537Z\" fill=\"white\"/>\\n<path d=\"M19.6786 20.8981C18.8416 20.2794 18.1917 19.406 17.729 18.2882C17.2663 17.1652 17.0376 15.8707 17.0376 14.3942C17.0376 12.9177 17.2663 11.6179 17.729 10.4845C18.1917 9.35118 18.8416 8.47776 19.6786 7.85908C20.5156 7.2404 21.4723 6.92847 22.5537 6.92847C23.8534 6.92847 24.9608 7.39117 25.8862 8.31659V7.256H32.0833V21.5115H26.2397V20.035C25.2935 21.236 24.0665 21.8339 22.5484 21.8339C21.4671 21.8339 20.5052 21.5219 19.6734 20.9033L19.6786 20.8981ZM25.4755 15.8395C25.751 15.4859 25.8862 15.0024 25.8862 14.3942C25.8862 13.7859 25.7458 13.2712 25.4598 12.9177C25.1739 12.5641 24.784 12.3874 24.2953 12.3874C23.8066 12.3874 23.4219 12.5693 23.1463 12.9333C22.8708 13.2972 22.7356 13.7859 22.7356 14.3942C22.7356 15.0024 22.876 15.5119 23.1619 15.8551C23.4479 16.1982 23.8274 16.3698 24.3005 16.3698C24.81 16.3698 25.2051 16.193 25.4807 15.8395H25.4755Z\" fill=\"white\"/>\\n<path d=\"M34.7296 20.3522C34.0122 19.3696 33.6534 17.9918 33.6534 16.219V7.24561H39.8506V14.9453C39.8506 15.356 39.9442 15.6731 40.1314 15.8915C40.3185 16.1098 40.5681 16.2138 40.8852 16.2138C41.2959 16.2138 41.6235 16.037 41.8574 15.6835C42.0914 15.33 42.2109 14.8465 42.2109 14.2382V7.24561H48.4081V21.5011H42.5645V19.7907C41.6182 21.1476 40.1937 21.8287 38.2857 21.8287C36.6325 21.8287 35.4471 21.3348 34.7296 20.3522Z\" fill=\"white\"/>\\n<path d=\"M52.1981 20.898C51.2831 20.2793 50.5605 19.4007 50.0302 18.2725C49.4999 17.1392 49.2347 15.8498 49.2347 14.3941C49.2347 12.9384 49.4999 11.6387 50.0302 10.5001C50.5605 9.36152 51.2831 8.4777 52.1981 7.85902C53.1131 7.24035 54.1322 6.92841 55.2499 6.92841C56.5705 6.92841 57.6778 7.35992 58.5825 8.22815V0.85083H64.7796V21.5063H58.936V20.1182C58.0106 21.2619 56.7836 21.8286 55.2447 21.8286C54.1218 21.8286 53.108 21.5167 52.1929 20.898H52.1981ZM55.8582 15.8498C56.1441 16.1929 56.5237 16.3645 56.9968 16.3645C57.5063 16.3645 57.9014 16.1929 58.1769 15.8498C58.4525 15.5067 58.5877 15.0388 58.5877 14.4461V14.3577C58.5877 13.7286 58.4473 13.2399 58.1613 12.8968C57.8754 12.5537 57.4855 12.3821 56.9968 12.3821C56.5081 12.3821 56.1233 12.5641 55.8478 12.928C55.5723 13.2919 55.4371 13.7806 55.4371 14.3889C55.4371 14.9972 55.5775 15.5067 55.8634 15.8498H55.8582Z\" fill=\"white\"/>\\n<path d=\"M68.398 20.8981C67.561 20.2794 66.9111 19.406 66.4484 18.2882C65.9857 17.1652 65.757 15.8707 65.757 14.3942C65.757 12.9177 65.9857 11.6179 66.4484 10.4845C66.9111 9.35118 67.561 8.47776 68.398 7.85908C69.2351 7.2404 70.1917 6.92847 71.273 6.92847C72.5728 6.92847 73.6802 7.39117 74.6056 8.31659V7.256H80.8027V21.5115H74.9591V20.035C74.0129 21.236 72.786 21.8339 71.2679 21.8339C70.1865 21.8339 69.2247 21.5219 68.3928 20.9033L68.398 20.8981ZM74.1949 15.8395C74.4704 15.4859 74.6056 15.0024 74.6056 14.3942C74.6056 13.7859 74.4652 13.2712 74.1793 12.9177C73.8933 12.5641 73.5034 12.3874 73.0147 12.3874C72.526 12.3874 72.1413 12.5693 71.8657 12.9333C71.5902 13.2972 71.455 13.7859 71.455 14.3942C71.455 15.0024 71.5954 15.5119 71.8813 15.8551C72.1673 16.1982 72.5468 16.3698 73.0199 16.3698C73.5294 16.3698 73.9245 16.193 74.2001 15.8395H74.1949Z\" fill=\"white\"/>\\n<path d=\"M85.2167 20.8357C84.0677 20.1755 83.1631 19.2761 82.5184 18.1375C81.8685 16.9989 81.5462 15.746 81.5462 14.389C81.5462 13.0321 81.8685 11.7844 82.5184 10.6406C83.1683 9.50202 84.0677 8.5922 85.2167 7.92674C86.3656 7.25607 87.6498 6.92334 89.0691 6.92334C90.4884 6.92334 91.7154 7.25607 92.8175 7.92674V13.1205C92.308 12.8657 91.8402 12.6786 91.4138 12.559C90.9927 12.4394 90.4936 12.3822 89.9217 12.3822C89.2147 12.3822 88.6792 12.5694 88.3153 12.9437C87.9513 13.3181 87.7694 13.8016 87.7694 14.389C87.7694 14.9765 87.9513 15.4548 88.3153 15.8188C88.6792 16.1827 89.2147 16.3646 89.9217 16.3646C91.1799 16.3646 92.1469 15.9695 92.8124 15.1845V20.8825C91.6738 21.5116 90.4208 21.8287 89.0639 21.8287C87.707 21.8287 86.3656 21.5012 85.2115 20.8409L85.2167 20.8357Z\" fill=\"white\"/>\\n<path d=\"M97.1275 20.8669C95.9681 20.2275 95.0687 19.3436 94.4292 18.2103C93.7897 17.0769 93.4726 15.798 93.4726 14.3578C93.4726 12.9177 93.7897 11.6076 94.4292 10.4794C95.0687 9.34605 95.9629 8.47263 97.1171 7.85395C98.266 7.23528 99.5606 6.92334 100.995 6.92334C102.43 6.92334 103.678 7.23528 104.728 7.85395C105.779 8.47263 106.59 9.34085 107.146 10.4482C107.707 11.5608 107.988 12.8553 107.988 14.3266V15.5068H99.311C99.6646 16.8273 100.647 17.4824 102.264 17.4824C102.95 17.4824 103.652 17.3628 104.359 17.1289C105.066 16.8949 105.628 16.6194 106.044 16.3023V20.7006C105.472 21.0333 104.739 21.3036 103.845 21.5116C102.95 21.7196 102.066 21.8235 101.203 21.8235C99.649 21.8235 98.292 21.5012 97.1327 20.8669H97.1275ZM102.675 12.7358C102.597 12.3043 102.425 11.9715 102.16 11.748C101.895 11.5244 101.562 11.41 101.172 11.41C100.366 11.41 99.7841 11.8519 99.4306 12.7358H102.675Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16uz2v8\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p5rp48\",\"data-framer-name\":\"Valeur humaine\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4h03gx\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:244,intrinsicWidth:380,svg:'<svg width=\"380\" height=\"244\" viewBox=\"0 0 380 244\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M350.2 0H30.599C14.1407 0 0.798584 13.3421 0.798584 29.8004V213.807C0.798584 230.265 14.1407 243.607 30.599 243.607H350.2C366.658 243.607 380 230.265 380 213.807V29.8004C380 13.3421 366.658 0 350.2 0Z\" fill=\"#755699\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nous accompagnons chaque client avec \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"attention et bienveillance. Chez nous, \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"pas de barri\\xe8re, on parle vrai, on parle bien, \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"on parle ensemble.\"})]})}),className:\"framer-75y27m\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ftlxj\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:273,svg:'<svg width=\"273\" height=\"22\" viewBox=\"0 0 273 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.505493 0.845215H8.00234V15.5115H13.7888V21.5007H0.510697V0.845215H0.505493Z\" fill=\"white\"/>\\n<path d=\"M18.0624 20.8667C16.903 20.2272 16.0035 19.3434 15.364 18.21C14.7245 17.0767 14.4075 15.7977 14.4075 14.3576C14.4075 12.9175 14.7245 11.6074 15.364 10.4792C16.0035 9.34581 16.8978 8.47238 18.0519 7.85371C19.2009 7.23503 20.4954 6.9231 21.9303 6.9231C23.3653 6.9231 24.613 7.23503 25.6632 7.85371C26.7133 8.47238 27.5245 9.34061 28.0807 10.448C28.6422 11.5606 28.9229 12.8551 28.9229 14.3264V15.5066H20.2459C20.5994 16.8271 21.582 17.4822 23.1989 17.4822C23.8851 17.4822 24.587 17.3626 25.294 17.1286C26.0011 16.8947 26.5626 16.6191 26.9785 16.302V20.7003C26.4066 21.0331 25.6736 21.3034 24.7794 21.5114C23.8851 21.7193 23.0013 21.8233 22.1382 21.8233C20.5838 21.8233 19.2269 21.501 18.0676 20.8667H18.0624ZM23.6096 12.7355C23.5316 12.304 23.36 11.9713 23.0949 11.7477C22.8298 11.5242 22.4971 11.4098 22.1072 11.4098C21.3013 11.4098 20.719 11.8517 20.3655 12.7355H23.6096Z\" fill=\"white\"/>\\n<path d=\"M31.694 21.4127C30.8258 21.1371 30.1499 20.7836 29.656 20.3521V15.8654C30.207 16.3749 30.805 16.77 31.4549 17.0455C32.1048 17.3211 32.7649 17.4563 33.4304 17.4563C34.257 17.4563 34.6678 17.2483 34.6678 16.8376C34.6678 16.64 34.5379 16.4788 34.2831 16.3489C34.0284 16.2189 33.6852 16.0993 33.2485 15.9797C32.5207 15.7822 31.8967 15.5638 31.3768 15.3143C30.8569 15.0699 30.3995 14.6696 30.0044 14.1185C29.6093 13.5674 29.4116 12.8396 29.4116 11.935C29.4116 10.3805 29.9887 9.15872 31.1377 8.2593C32.2867 7.36508 33.81 6.91797 35.6972 6.91797C36.581 6.91797 37.47 7.05314 38.3694 7.31829C39.2636 7.58344 39.9968 7.93177 40.5687 8.36848V12.5016C39.3677 11.7166 38.3071 11.3215 37.3817 11.3215C36.6746 11.3215 36.3211 11.4878 36.3211 11.8206C36.3211 12.1377 36.8721 12.4497 37.9743 12.7668C39.1337 13.1203 39.95 13.609 40.4231 14.2277C40.8962 14.8464 41.1301 15.621 41.1301 16.5464C41.1301 18.1581 40.5115 19.4422 39.2689 20.3989C38.0316 21.3555 36.3938 21.8286 34.3714 21.8286C33.446 21.8286 32.5519 21.6882 31.6836 21.4179L31.694 21.4127Z\" fill=\"white\"/>\\n<path d=\"M52.6459 21.5009L47.9252 7.24536H54.1223L55.7756 14.5031L57.4601 7.24536H63.6572L58.9365 21.5009H52.6511H52.6459Z\" fill=\"white\"/>\\n<path d=\"M65.4976 20.8978C64.6605 20.2791 64.0107 19.4057 63.5479 18.2879C63.0852 17.165 62.8564 15.8704 62.8564 14.3939C62.8564 12.9174 63.0852 11.6177 63.5479 10.4843C64.0107 9.35093 64.6605 8.47751 65.4976 7.85884C66.3346 7.24016 67.2912 6.92822 68.3726 6.92822C69.6723 6.92822 70.7797 7.39093 71.7051 8.31634V7.25576H77.9022V21.5113H72.0586V20.0348C71.1124 21.2357 69.8855 21.8336 68.3674 21.8336C67.286 21.8336 66.3242 21.5217 65.4924 20.903L65.4976 20.8978ZM71.2943 15.8392C71.5699 15.4857 71.7051 15.0022 71.7051 14.3939C71.7051 13.7856 71.5647 13.2709 71.2787 12.9174C70.9928 12.5639 70.6029 12.3871 70.1142 12.3871C69.6255 12.3871 69.2408 12.5691 68.9652 12.933C68.6897 13.2969 68.5545 13.7856 68.5545 14.3939C68.5545 15.0022 68.6949 15.5117 68.9808 15.8548C69.2668 16.198 69.6463 16.3695 70.1194 16.3695C70.6289 16.3695 71.024 16.1928 71.2995 15.8392H71.2943Z\" fill=\"white\"/>\\n<path d=\"M79.6803 0.845215H85.8774V21.5007H79.6803V0.845215Z\" fill=\"white\"/>\\n<path d=\"M90.333 20.8667C89.1736 20.2272 88.2741 19.3434 87.6346 18.21C86.9952 17.0767 86.6781 15.7977 86.6781 14.3576C86.6781 12.9175 86.9952 11.6074 87.6346 10.4792C88.2741 9.34581 89.1684 8.47238 90.3226 7.85371C91.4715 7.23503 92.7661 6.9231 94.201 6.9231C95.6359 6.9231 96.8836 7.23503 97.9338 7.85371C98.984 8.47238 99.7951 9.34061 100.351 10.448C100.913 11.5606 101.194 12.8551 101.194 14.3264V15.5066H92.5165C92.87 16.8271 93.8526 17.4822 95.4695 17.4822C96.1557 17.4822 96.8576 17.3626 97.5647 17.1286C98.2717 16.8947 98.8332 16.6191 99.2491 16.302V20.7003C98.6773 21.0331 97.9442 21.3034 97.05 21.5114C96.1558 21.7193 95.2719 21.8233 94.4089 21.8233C92.8544 21.8233 91.4976 21.501 90.3382 20.8667H90.333ZM95.8802 12.7355C95.8022 12.304 95.6307 11.9713 95.3655 11.7477C95.1004 11.5242 94.7677 11.4098 94.3778 11.4098C93.5719 11.4098 92.9896 11.8517 92.6361 12.7355H95.8802Z\" fill=\"white\"/>\\n<path d=\"M102.738 20.3519C102.02 19.3693 101.661 17.9916 101.661 16.2188V7.24536H107.859V14.945C107.859 15.3557 107.952 15.6729 108.139 15.8912C108.327 16.1096 108.576 16.2136 108.893 16.2136C109.304 16.2136 109.631 16.0368 109.865 15.6833C110.099 15.3297 110.219 14.8462 110.219 14.238V7.24536H116.416V21.5009H110.572V19.7904C109.626 21.1474 108.202 21.8284 106.294 21.8284C104.64 21.8284 103.455 21.3345 102.738 20.3519Z\" fill=\"white\"/>\\n<path d=\"M118.189 7.24543H124.032V9.28342C125.015 7.70814 126.382 6.9231 128.135 6.9231C128.389 6.9231 128.654 6.94389 128.93 6.98028V13.0579C128.337 12.7823 127.739 12.6471 127.131 12.6471C126.362 12.6471 125.717 12.8811 125.182 13.3386C124.651 13.8013 124.386 14.4824 124.386 15.387V21.4958H118.189V7.24023V7.24543Z\" fill=\"white\"/>\\n<path d=\"M131.613 21.4127C130.745 21.1371 130.069 20.7836 129.575 20.3521V15.8654C130.126 16.3749 130.724 16.77 131.374 17.0455C132.023 17.3211 132.684 17.4563 133.349 17.4563C134.176 17.4563 134.587 17.2483 134.587 16.8376C134.587 16.64 134.457 16.4788 134.202 16.3489C133.947 16.2189 133.604 16.0993 133.167 15.9797C132.439 15.7822 131.815 15.5638 131.296 15.3143C130.776 15.0699 130.318 14.6696 129.923 14.1185C129.528 13.5674 129.33 12.8396 129.33 11.935C129.33 10.3805 129.907 9.15872 131.056 8.2593C132.205 7.36508 133.729 6.91797 135.616 6.91797C136.5 6.91797 137.389 7.05314 138.288 7.31829C139.182 7.58344 139.915 7.93177 140.487 8.36848V12.5016C139.286 11.7166 138.226 11.3215 137.3 11.3215C136.593 11.3215 136.24 11.4878 136.24 11.8206C136.24 12.1377 136.791 12.4497 137.893 12.7668C139.052 13.1203 139.869 13.609 140.342 14.2277C140.815 14.8464 141.049 15.621 141.049 16.5464C141.049 18.1581 140.43 19.4422 139.188 20.3989C137.95 21.3555 136.313 21.8286 134.29 21.8286C133.365 21.8286 132.471 21.6882 131.602 21.4179L131.613 21.4127Z\" fill=\"white\"/>\\n<path d=\"M157.774 12.8548C157.587 12.6364 157.337 12.5325 157.02 12.5325C156.609 12.5325 156.282 12.7092 156.048 13.0628C155.814 13.4163 155.694 13.8998 155.694 14.5081V21.5007H149.497V0.845215H155.694V8.51887C156.62 7.45828 157.888 6.92799 159.5 6.92799C161.111 6.92799 162.26 7.41669 163.056 8.3889C163.851 9.3611 164.252 10.744 164.252 12.5377V21.5111H158.055V13.8114C158.055 13.4007 157.961 13.0836 157.774 12.8652V12.8548Z\" fill=\"white\"/>\\n<path d=\"M166.596 20.3519C165.879 19.3693 165.52 17.9916 165.52 16.2188V7.24536H171.717V14.945C171.717 15.3557 171.811 15.6729 171.998 15.8912C172.185 16.1096 172.435 16.2136 172.752 16.2136C173.163 16.2136 173.49 16.0368 173.724 15.6833C173.958 15.3297 174.078 14.8462 174.078 14.238V7.24536H180.275V21.5009H174.431V19.7904C173.485 21.1474 172.061 21.8284 170.152 21.8284C168.499 21.8284 167.314 21.3345 166.596 20.3519Z\" fill=\"white\"/>\\n<path d=\"M198.882 12.8552C198.695 12.6368 198.445 12.5328 198.128 12.5328C197.717 12.5328 197.39 12.7096 197.156 13.0631C196.922 13.4167 196.802 13.9002 196.802 14.5084V21.501H190.605V13.8014C190.605 13.3907 190.512 13.0735 190.324 12.8552C190.137 12.6368 189.888 12.5328 189.571 12.5328C189.16 12.5328 188.832 12.7096 188.598 13.0631C188.365 13.4167 188.245 13.9002 188.245 14.5084V21.501H182.048V7.24551H187.891V8.95596C188.838 7.59903 190.22 6.91797 192.051 6.91797C194.057 6.91797 195.445 7.72381 196.21 9.33548C196.683 8.52965 197.291 7.92657 198.04 7.52105C198.788 7.11553 199.641 6.91797 200.608 6.91797C202.183 6.91797 203.369 7.40667 204.164 8.37888C204.96 9.35108 205.36 10.734 205.36 12.5276V21.501H199.163V13.8014C199.163 13.3907 199.069 13.0735 198.882 12.8552Z\" fill=\"white\"/>\\n<path d=\"M208.765 20.8978C207.928 20.2791 207.278 19.4057 206.816 18.2879C206.353 17.165 206.124 15.8704 206.124 14.3939C206.124 12.9174 206.353 11.6177 206.816 10.4843C207.278 9.35093 207.928 8.47751 208.765 7.85884C209.602 7.24016 210.559 6.92822 211.64 6.92822C212.94 6.92822 214.047 7.39093 214.973 8.31634V7.25576H221.17V21.5113H215.326V20.0348C214.38 21.2357 213.153 21.8336 211.635 21.8336C210.554 21.8336 209.592 21.5217 208.76 20.903L208.765 20.8978ZM214.562 15.8392C214.838 15.4857 214.973 15.0022 214.973 14.3939C214.973 13.7856 214.832 13.2709 214.546 12.9174C214.26 12.5639 213.871 12.3871 213.382 12.3871C212.893 12.3871 212.508 12.5691 212.233 12.933C211.957 13.2969 211.822 13.7856 211.822 14.3939C211.822 15.0022 211.963 15.5117 212.249 15.8548C212.534 16.198 212.914 16.3695 213.387 16.3695C213.897 16.3695 214.292 16.1928 214.567 15.8392H214.562Z\" fill=\"white\"/>\\n<path d=\"M223.374 5.55048C222.693 4.9682 222.355 4.21955 222.355 3.29414C222.355 2.36872 222.693 1.55769 223.374 0.975404C224.055 0.393121 224.944 0.107178 226.047 0.107178C227.149 0.107178 228.033 0.39832 228.703 0.975404C229.374 1.55769 229.707 2.32713 229.707 3.29414C229.707 4.26114 229.369 4.9734 228.688 5.55048C228.007 6.13277 227.128 6.41871 226.047 6.41871C224.965 6.41871 224.055 6.12757 223.374 5.55048ZM222.948 7.24534H229.145V21.5009H222.948V7.24534Z\" fill=\"white\"/>\\n<path d=\"M239.195 12.8552C239.007 12.6368 238.758 12.5328 238.441 12.5328C238.03 12.5328 237.703 12.7096 237.469 13.0631C237.235 13.4167 237.115 13.9002 237.115 14.5084V21.501H230.918V7.24551H236.761V8.95596C237.708 7.59903 239.091 6.91797 240.921 6.91797C242.496 6.91797 243.681 7.40667 244.477 8.37888C245.272 9.35108 245.672 10.734 245.672 12.5276V21.501H239.475V13.8014C239.475 13.3907 239.382 13.0735 239.195 12.8552Z\" fill=\"white\"/>\\n<path d=\"M249.92 20.8667C248.761 20.2272 247.861 19.3434 247.222 18.21C246.582 17.0767 246.265 15.7977 246.265 14.3576C246.265 12.9175 246.582 11.6074 247.222 10.4792C247.861 9.34581 248.756 8.47238 249.91 7.85371C251.059 7.23503 252.353 6.9231 253.788 6.9231C255.223 6.9231 256.471 7.23503 257.521 7.85371C258.571 8.47238 259.382 9.34061 259.939 10.448C260.5 11.5606 260.781 12.8551 260.781 14.3264V15.5066H252.104C252.457 16.8271 253.44 17.4822 255.057 17.4822C255.743 17.4822 256.445 17.3626 257.152 17.1286C257.859 16.8947 258.42 16.6191 258.836 16.302V20.7003C258.264 21.0331 257.531 21.3034 256.637 21.5114C255.743 21.7193 254.859 21.8233 253.996 21.8233C252.442 21.8233 251.085 21.501 249.925 20.8667H249.92ZM255.467 12.7355C255.389 12.304 255.218 11.9713 254.953 11.7477C254.688 11.5242 254.355 11.4098 253.965 11.4098C253.159 11.4098 252.577 11.8517 252.223 12.7355H255.467Z\" fill=\"white\"/>\\n<path d=\"M263.552 21.4127C262.684 21.1371 262.008 20.7836 261.514 20.3521V15.8654C262.065 16.3749 262.663 16.77 263.313 17.0455C263.963 17.3211 264.623 17.4563 265.288 17.4563C266.115 17.4563 266.526 17.2483 266.526 16.8376C266.526 16.64 266.396 16.4788 266.141 16.3489C265.886 16.2189 265.543 16.0993 265.106 15.9797C264.378 15.7822 263.755 15.5638 263.235 15.3143C262.715 15.0699 262.257 14.6696 261.862 14.1185C261.467 13.5674 261.269 12.8396 261.269 11.935C261.269 10.3805 261.847 9.15872 262.995 8.2593C264.144 7.36508 265.668 6.91797 267.555 6.91797C268.439 6.91797 269.328 7.05314 270.227 7.31829C271.122 7.58344 271.855 7.93177 272.426 8.36848V12.5016C271.226 11.7166 270.165 11.3215 269.239 11.3215C268.532 11.3215 268.179 11.4878 268.179 11.8206C268.179 12.1377 268.73 12.4497 269.832 12.7668C270.992 13.1203 271.808 13.609 272.281 14.2277C272.754 14.8464 272.988 15.621 272.988 16.5464C272.988 18.1581 272.369 19.4422 271.127 20.3989C269.889 21.3555 268.252 21.8286 266.229 21.8286C265.304 21.8286 264.41 21.6882 263.541 21.4179L263.552 21.4127Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11241h4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1abm5y\",\"data-framer-name\":\"expertise\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-88fnid\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:244,intrinsicWidth:380,svg:'<svg width=\"380\" height=\"244\" viewBox=\"0 0 380 244\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M349.75 0H30.1494C13.6911 0 0.348999 13.3421 0.348999 29.8004V213.807C0.348999 230.265 13.6911 243.607 30.1494 243.607H349.75C366.208 243.607 379.55 230.265 379.55 213.807V29.8004C379.55 13.3421 366.208 0 349.75 0Z\" fill=\"#FFCD01\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Forts de plusieurs ann\\xe9es d\u2019exp\\xe9rience et d\u2019une connaissance approfondie du secteur, nous mettons en \u0153uvre des concepts innovants et impactants.\"})})}),className:\"framer-39f1a4\",fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12twziu\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:328,svg:'<svg width=\"328\" height=\"27\" viewBox=\"0 0 328 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.0557861 0.845215H7.55264V15.5115H13.339V21.5007H0.0609902V0.845215H0.0557861Z\" fill=\"white\"/>\\n<path d=\"M13.9526 7.45322C13.2611 7.17767 12.7101 6.73576 12.2837 6.12749C11.8626 5.51921 11.6494 4.82775 11.6494 4.0635C11.6494 3.03931 12.0029 2.17108 12.71 1.45362C13.417 0.736169 14.2853 0.377441 15.3094 0.377441C16.3336 0.377441 17.2019 0.736169 17.9193 1.45362C18.6368 2.17108 18.9956 3.04451 18.9956 4.0635C18.9956 4.81215 18.72 5.64918 18.1689 6.5694L14.7739 12.2674H11.0255L13.9474 7.45842L13.9526 7.45322Z\" fill=\"white\"/>\\n<path d=\"M20.2381 20.8667C19.0788 20.2272 18.1794 19.3434 17.5399 18.21C16.9004 17.0767 16.5834 15.7977 16.5834 14.3576C16.5834 12.9175 16.9004 11.6074 17.5399 10.4792C18.1794 9.34581 19.0736 8.47238 20.2277 7.85371C21.3767 7.23503 22.6713 6.9231 24.1062 6.9231C25.5412 6.9231 26.7889 7.23503 27.8391 7.85371C28.8892 8.47238 29.7002 9.34061 30.2565 10.448C30.818 11.5606 31.0988 12.8551 31.0988 14.3264V15.5066H22.4218C22.7753 16.8271 23.7579 17.4822 25.3748 17.4822C26.061 17.4822 26.7629 17.3626 27.47 17.1286C28.177 16.8947 28.7385 16.6191 29.1544 16.302V20.7003C28.5825 21.0331 27.8495 21.3034 26.9553 21.5114C26.061 21.7193 25.1772 21.8233 24.3142 21.8233C22.7597 21.8233 21.4027 21.501 20.2433 20.8667H20.2381ZM25.7855 12.7355C25.7075 12.304 25.536 11.9713 25.2708 11.7477C25.0057 11.5242 24.6728 11.4098 24.2829 11.4098C23.4771 11.4098 22.8949 11.8517 22.5414 12.7355H25.7855Z\" fill=\"white\"/>\\n<path d=\"M29.8614 21.5009L34.2286 14.3887L29.8614 7.24536H36.0274L37.7379 10.5207L39.5367 7.24536H45.7026L41.3043 14.4147L45.7026 21.4957H39.5367L37.7639 18.2204L36.0222 21.4957H29.8562L29.8614 21.5009Z\" fill=\"white\"/>\\n<path d=\"M52.2585 20.5287V26.8142H46.0614V7.25056H51.905V8.63868C52.8304 7.50011 54.0573 6.92822 55.5962 6.92822C56.7192 6.92822 57.7382 7.24016 58.6533 7.85884C59.5683 8.47751 60.2909 9.35613 60.8212 10.4843C61.3515 11.6177 61.6166 12.907 61.6166 14.3627C61.6166 15.8184 61.3515 17.1182 60.8212 18.2567C60.2909 19.3953 59.5683 20.2791 58.6533 20.8978C57.7382 21.5165 56.7192 21.8284 55.5962 21.8284C54.2757 21.8284 53.1683 21.3969 52.2637 20.5287H52.2585ZM52.6849 15.8496C52.9708 16.1928 53.3607 16.3643 53.8494 16.3643C54.3381 16.3643 54.7228 16.1824 54.9984 15.8184C55.2739 15.4545 55.4091 14.9658 55.4091 14.3575C55.4091 13.7493 55.2687 13.2398 54.9828 12.8966C54.6968 12.5535 54.3173 12.3819 53.8442 12.3819C53.3347 12.3819 52.9396 12.5535 52.664 12.8966C52.3885 13.2398 52.2533 13.7077 52.2533 14.3003V14.3887C52.2533 15.0178 52.3937 15.5065 52.6797 15.8496H52.6849Z\" fill=\"white\"/>\\n<path d=\"M65.6822 20.8667C64.5229 20.2272 63.6235 19.3434 62.984 18.21C62.3445 17.0767 62.0273 15.7977 62.0273 14.3576C62.0273 12.9175 62.3445 11.6074 62.984 10.4792C63.6235 9.34581 64.5176 8.47238 65.6718 7.85371C66.8208 7.23503 68.1153 6.9231 69.5502 6.9231C70.9851 6.9231 72.2328 7.23503 73.283 7.85371C74.3332 8.47238 75.1443 9.34061 75.7006 10.448C76.2621 11.5606 76.5428 12.8551 76.5428 14.3264V15.5066H67.8658C68.2193 16.8271 69.2019 17.4822 70.8187 17.4822C71.505 17.4822 72.2069 17.3626 72.9139 17.1286C73.621 16.8947 74.1825 16.6191 74.5984 16.302V20.7003C74.0265 21.0331 73.2935 21.3034 72.3992 21.5114C71.505 21.7193 70.6211 21.8233 69.7581 21.8233C68.2036 21.8233 66.8468 21.501 65.6874 20.8667H65.6822ZM71.2295 12.7355C71.1515 12.304 70.9799 11.9713 70.7148 11.7477C70.4496 11.5242 70.1169 11.4098 69.727 11.4098C68.9212 11.4098 68.3389 11.8517 67.9853 12.7355H71.2295Z\" fill=\"white\"/>\\n<path d=\"M77.1615 7.24543H83.0051V9.28342C83.9877 7.70814 85.3551 6.9231 87.1072 6.9231C87.3619 6.9231 87.6271 6.94389 87.9026 6.98028V13.0579C87.3099 12.7823 86.7121 12.6471 86.1038 12.6471C85.3344 12.6471 84.6897 12.8811 84.1542 13.3386C83.6239 13.8013 83.3587 14.4824 83.3587 15.387V21.4958H77.1615V7.24023V7.24543Z\" fill=\"white\"/>\\n<path d=\"M90.5333 16.6919V12.3248H88.4069V7.25059H90.5333V3.47095H96.7304V7.25059H99.0595V12.3248H96.7304V15.6573C96.7304 16.4059 97.0267 16.7803 97.6142 16.7803C97.9261 16.7803 98.4096 16.6451 99.0595 16.3696V21.1786C98.3888 21.4333 97.8222 21.6049 97.3646 21.6933C96.9019 21.7817 96.3977 21.8285 95.8466 21.8285C92.3061 21.8285 90.5333 20.118 90.5333 16.6919Z\" fill=\"white\"/>\\n<path d=\"M101.082 5.55048C100.401 4.9682 100.063 4.21955 100.063 3.29414C100.063 2.36872 100.401 1.55769 101.082 0.975404C101.763 0.393121 102.652 0.107178 103.754 0.107178C104.856 0.107178 105.74 0.39832 106.411 0.975404C107.081 1.55769 107.414 2.32713 107.414 3.29414C107.414 4.26114 107.076 4.9734 106.395 5.55048C105.714 6.13277 104.836 6.41871 103.754 6.41871C102.673 6.41871 101.763 6.12757 101.082 5.55048ZM100.656 7.24534H106.853V21.5009H100.656V7.24534Z\" fill=\"white\"/>\\n<path d=\"M110.362 21.4127C109.494 21.1371 108.818 20.7836 108.324 20.3521V15.8654C108.875 16.3749 109.473 16.77 110.123 17.0455C110.773 17.3211 111.433 17.4563 112.098 17.4563C112.925 17.4563 113.336 17.2483 113.336 16.8376C113.336 16.64 113.206 16.4788 112.951 16.3489C112.696 16.2189 112.353 16.0993 111.916 15.9797C111.189 15.7822 110.565 15.5638 110.045 15.3143C109.525 15.0699 109.067 14.6696 108.672 14.1185C108.277 13.5674 108.08 12.8396 108.08 11.935C108.08 10.3805 108.657 9.15872 109.806 8.2593C110.955 7.36508 112.478 6.91797 114.365 6.91797C115.249 6.91797 116.138 7.05314 117.038 7.31829C117.932 7.58344 118.665 7.93177 119.237 8.36848V12.5016C118.036 11.7166 116.975 11.3215 116.05 11.3215C115.343 11.3215 114.989 11.4878 114.989 11.8206C114.989 12.1377 115.54 12.4497 116.642 12.7668C117.802 13.1203 118.618 13.609 119.091 14.2277C119.564 14.8464 119.798 15.621 119.798 16.5464C119.798 18.1581 119.179 19.4422 117.937 20.3989C116.7 21.3555 115.062 21.8286 113.039 21.8286C112.114 21.8286 111.22 21.6882 110.352 21.4179L110.362 21.4127Z\" fill=\"white\"/>\\n<path d=\"M123.697 20.8667C122.538 20.2272 121.638 19.3434 120.999 18.21C120.36 17.0767 120.042 15.7977 120.042 14.3576C120.042 12.9175 120.36 11.6074 120.999 10.4792C121.638 9.34581 122.533 8.47238 123.687 7.85371C124.836 7.23503 126.13 6.9231 127.565 6.9231C129 6.9231 130.248 7.23503 131.298 7.85371C132.348 8.47238 133.159 9.34061 133.716 10.448C134.277 11.5606 134.558 12.8551 134.558 14.3264V15.5066H125.881C126.234 16.8271 127.217 17.4822 128.834 17.4822C129.52 17.4822 130.222 17.3626 130.929 17.1286C131.636 16.8947 132.198 16.6191 132.614 16.302V20.7003C132.042 21.0331 131.309 21.3034 130.414 21.5114C129.52 21.7193 128.636 21.8233 127.773 21.8233C126.219 21.8233 124.862 21.501 123.702 20.8667H123.697ZM129.245 12.7355C129.167 12.304 128.995 11.9713 128.73 11.7477C128.465 11.5242 128.132 11.4098 127.742 11.4098C126.936 11.4098 126.354 11.8517 126 12.7355H129.245Z\" fill=\"white\"/>\\n<path d=\"M145.242 20.8667C144.082 20.2272 143.183 19.3434 142.543 18.21C141.904 17.0767 141.587 15.7977 141.587 14.3576C141.587 12.9175 141.904 11.6074 142.543 10.4792C143.183 9.34581 144.077 8.47238 145.231 7.85371C146.38 7.23503 147.675 6.9231 149.11 6.9231C150.545 6.9231 151.792 7.23503 152.843 7.85371C153.893 8.47238 154.704 9.34061 155.26 10.448C155.822 11.5606 156.102 12.8551 156.102 14.3264V15.5066H147.425C147.779 16.8271 148.761 17.4822 150.378 17.4822C151.065 17.4822 151.766 17.3626 152.473 17.1286C153.181 16.8947 153.742 16.6191 154.158 16.302V20.7003C153.586 21.0331 152.853 21.3034 151.959 21.5114C151.065 21.7193 150.181 21.8233 149.318 21.8233C147.763 21.8233 146.406 21.501 145.247 20.8667H145.242ZM150.789 12.7355C150.711 12.304 150.539 11.9713 150.274 11.7477C150.009 11.5242 149.677 11.4098 149.287 11.4098C148.481 11.4098 147.898 11.8517 147.545 12.7355H150.789Z\" fill=\"white\"/>\\n<path d=\"M158.135 16.6919V12.3248H156.009V7.25059H158.135V3.47095H164.332V7.25059H166.662V12.3248H164.332V15.6573C164.332 16.4059 164.629 16.7803 165.216 16.7803C165.528 16.7803 166.012 16.6451 166.662 16.3696V21.1786C165.991 21.4333 165.424 21.6049 164.967 21.6933C164.504 21.7817 164 21.8285 163.449 21.8285C159.908 21.8285 158.135 20.118 158.135 16.6919Z\" fill=\"white\"/>\\n<path d=\"M175.521 0.845215H181.718V21.5007H175.521V0.845215Z\" fill=\"white\"/>\\n<path d=\"M185.331 20.8978C184.494 20.2791 183.844 19.4057 183.381 18.2879C182.919 17.165 182.69 15.8704 182.69 14.3939C182.69 12.9174 182.919 11.6177 183.381 10.4843C183.844 9.35093 184.494 8.47751 185.331 7.85884C186.168 7.24016 187.125 6.92822 188.206 6.92822C189.506 6.92822 190.613 7.39093 191.538 8.31634V7.25576H197.736V21.5113H191.892V20.0348C190.946 21.2357 189.719 21.8336 188.201 21.8336C187.119 21.8336 186.158 21.5217 185.326 20.903L185.331 20.8978ZM191.128 15.8392C191.403 15.4857 191.538 15.0022 191.538 14.3939C191.538 13.7856 191.398 13.2709 191.112 12.9174C190.826 12.5639 190.436 12.3871 189.948 12.3871C189.459 12.3871 189.074 12.5691 188.799 12.933C188.523 13.2969 188.388 13.7856 188.388 14.3939C188.388 15.0022 188.528 15.5117 188.814 15.8548C189.1 16.198 189.48 16.3695 189.953 16.3695C190.462 16.3695 190.857 16.1928 191.133 15.8392H191.128Z\" fill=\"white\"/>\\n<path d=\"M209.527 20.8355C208.378 20.1752 207.473 19.2758 206.829 18.1372C206.179 16.9987 205.856 15.7457 205.856 14.3888C205.856 13.0319 206.179 11.7841 206.829 10.6403C207.478 9.50178 208.378 8.59196 209.527 7.92649C210.676 7.25583 211.96 6.9231 213.379 6.9231C214.799 6.9231 216.026 7.25583 217.128 7.92649V13.1202C216.618 12.8655 216.15 12.6783 215.724 12.5588C215.303 12.4392 214.804 12.382 214.232 12.382C213.525 12.382 212.989 12.5692 212.625 12.9435C212.261 13.3178 212.079 13.8013 212.079 14.3888C212.079 14.9763 212.261 15.4546 212.625 15.8185C212.989 16.1824 213.525 16.3644 214.232 16.3644C215.49 16.3644 216.457 15.9693 217.123 15.1842V20.8823C215.984 21.5114 214.731 21.8285 213.374 21.8285C212.017 21.8285 210.676 21.501 209.522 20.8407L209.527 20.8355Z\" fill=\"white\"/>\\n<path d=\"M218.807 7.24543H224.651V9.28342C225.633 7.70814 227 6.9231 228.753 6.9231C229.007 6.9231 229.272 6.94389 229.548 6.98028V13.0579C228.955 12.7823 228.357 12.6471 227.749 12.6471C226.98 12.6471 226.335 12.8811 225.8 13.3386C225.269 13.8013 225.004 14.4824 225.004 15.387V21.4958H218.807V7.24023V7.24543Z\" fill=\"white\"/>\\n<path d=\"M233.536 20.8665C232.376 20.2271 231.477 19.3432 230.837 18.2099C230.198 17.0765 229.881 15.7976 229.881 14.3575C229.881 12.9173 230.198 11.6072 230.837 10.479C231.477 9.34566 232.371 8.47223 233.525 7.85356C234.674 7.23488 235.969 6.92294 237.404 6.92294C238.839 6.92294 240.086 7.23488 241.137 7.85356C242.187 8.47223 242.998 9.34046 243.554 10.4478C244.115 11.5604 244.396 12.855 244.396 14.3263V15.5064H235.719C236.073 16.827 237.055 17.482 238.672 17.482C239.359 17.482 240.06 17.3624 240.767 17.1285C241.475 16.8945 242.036 16.619 242.452 16.3019V20.7002C241.88 21.0329 241.147 21.3033 240.253 21.5112C239.359 21.7192 238.475 21.8231 237.612 21.8231C236.057 21.8231 234.7 21.5008 233.541 20.8665H233.536ZM237.164 0.252686H243.304L239.644 5.74278H234.659L237.164 0.252686ZM239.083 12.7354C239.005 12.3039 238.833 11.9711 238.568 11.7476C238.303 11.524 237.97 11.4096 237.58 11.4096C236.775 11.4096 236.192 11.8516 235.839 12.7354H239.083Z\" fill=\"white\"/>\\n<path d=\"M247.448 20.8978C246.611 20.2791 245.961 19.4057 245.498 18.2879C245.036 17.165 244.807 15.8704 244.807 14.3939C244.807 12.9174 245.036 11.6177 245.498 10.4843C245.961 9.35093 246.611 8.47751 247.448 7.85884C248.285 7.24016 249.242 6.92822 250.323 6.92822C251.623 6.92822 252.73 7.39093 253.656 8.31634V7.25576H259.853V21.5113H254.009V20.0348C253.063 21.2357 251.836 21.8336 250.318 21.8336C249.236 21.8336 248.275 21.5217 247.443 20.903L247.448 20.8978ZM253.245 15.8392C253.52 15.4857 253.656 15.0022 253.656 14.3939C253.656 13.7856 253.515 13.2709 253.229 12.9174C252.943 12.5639 252.553 12.3871 252.065 12.3871C251.576 12.3871 251.191 12.5691 250.916 12.933C250.64 13.2969 250.505 13.7856 250.505 14.3939C250.505 15.0022 250.645 15.5117 250.931 15.8548C251.217 16.198 251.597 16.3695 252.07 16.3695C252.579 16.3695 252.975 16.1928 253.25 15.8392H253.245Z\" fill=\"white\"/>\\n<path d=\"M262.541 16.6919V12.3248H260.414V7.25059H262.541V3.47095H268.738V7.25059H271.067V12.3248H268.738V15.6573C268.738 16.4059 269.034 16.7803 269.622 16.7803C269.934 16.7803 270.417 16.6451 271.067 16.3696V21.1786C270.396 21.4333 269.83 21.6049 269.372 21.6933C268.909 21.7817 268.405 21.8285 267.854 21.8285C264.313 21.8285 262.541 20.118 262.541 16.6919Z\" fill=\"white\"/>\\n<path d=\"M273.089 5.55048C272.408 4.9682 272.07 4.21955 272.07 3.29414C272.07 2.36872 272.408 1.55769 273.089 0.975404C273.77 0.393121 274.659 0.107178 275.761 0.107178C276.864 0.107178 277.748 0.39832 278.418 0.975404C279.089 1.55769 279.422 2.32713 279.422 3.29414C279.422 4.26114 279.084 4.9734 278.403 5.55048C277.722 6.13277 276.843 6.41871 275.761 6.41871C274.68 6.41871 273.77 6.12757 273.089 5.55048ZM272.663 7.24534H278.86V21.5009H272.663V7.24534Z\" fill=\"white\"/>\\n<path d=\"M283.997 21.5009L279.276 7.24536H285.473L287.126 14.5031L288.811 7.24536H295.008L290.287 21.5009H284.002H283.997Z\" fill=\"white\"/>\\n<path d=\"M295.549 5.55048C294.868 4.9682 294.53 4.21955 294.53 3.29414C294.53 2.36872 294.868 1.55769 295.549 0.975404C296.23 0.393121 297.119 0.107178 298.221 0.107178C299.323 0.107178 300.207 0.39832 300.878 0.975404C301.548 1.55769 301.881 2.32713 301.881 3.29414C301.881 4.26114 301.543 4.9734 300.862 5.55048C300.181 6.13277 299.302 6.41871 298.221 6.41871C297.14 6.41871 296.23 6.12757 295.549 5.55048ZM295.122 7.24534H301.32V21.5009H295.122V7.24534Z\" fill=\"white\"/>\\n<path d=\"M304.002 16.6919V12.3248H301.876V7.25059H304.002V3.47095H310.199V7.25059H312.529V12.3248H310.199V15.6573C310.199 16.4059 310.496 16.7803 311.083 16.7803C311.395 16.7803 311.879 16.6451 312.529 16.3696V21.1786C311.858 21.4333 311.291 21.6049 310.834 21.6933C310.371 21.7817 309.867 21.8285 309.316 21.8285C305.775 21.8285 304.002 20.118 304.002 16.6919Z\" fill=\"white\"/>\\n<path d=\"M316.573 20.8665C315.414 20.2271 314.515 19.3432 313.875 18.2099C313.236 17.0765 312.919 15.7976 312.919 14.3575C312.919 12.9173 313.236 11.6072 313.875 10.479C314.515 9.34566 315.409 8.47223 316.563 7.85356C317.712 7.23488 319.007 6.92294 320.441 6.92294C321.876 6.92294 323.124 7.23488 324.174 7.85356C325.224 8.47223 326.035 9.34046 326.592 10.4478C327.153 11.5604 327.434 12.855 327.434 14.3263V15.5064H318.757C319.111 16.827 320.093 17.482 321.71 17.482C322.396 17.482 323.098 17.3624 323.805 17.1285C324.512 16.8945 325.074 16.619 325.49 16.3019V20.7002C324.918 21.0329 324.185 21.3033 323.29 21.5112C322.396 21.7192 321.512 21.8231 320.649 21.8231C319.095 21.8231 317.738 21.5008 316.579 20.8665H316.573ZM320.202 0.252686H326.342L322.682 5.74278H317.696L320.202 0.252686ZM322.121 12.7354C322.043 12.3039 321.871 11.9711 321.606 11.7476C321.341 11.524 321.008 11.4096 320.618 11.4096C319.812 11.4096 319.23 11.8516 318.877 12.7354H322.121Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14l90gn\",\"data-framer-name\":\"La proximite\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-o4xeua\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:244,intrinsicWidth:381,svg:'<svg width=\"381\" height=\"244\" viewBox=\"0 0 381 244\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M350.3 0H30.6997C14.2414 0 0.899292 13.3421 0.899292 29.8004V213.807C0.899292 230.265 14.2414 243.607 30.6997 243.607H350.3C366.759 243.607 380.101 230.265 380.101 213.807V29.8004C380.101 13.3421 366.759 0 350.3 0Z\" fill=\"#E76F38\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e51drb\",\"data-styles-preset\":\"OUpIJWLfc\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nous pla\\xe7ons les valeurs humaines et les associations au c\u0153ur de notre engagement. La solidarit\\xe9, le respect, la collaboration et la transparence sont les piliers de notre \\xe9quipe.\"})})}),className:\"framer-biark2\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15dfu0e\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:162,svg:'<svg width=\"162\" height=\"27\" viewBox=\"0 0 162 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.606201 0.845215H8.10312V15.5115H13.8896V21.5007H0.611405V0.845215H0.606201Z\" fill=\"white\"/>\\n<path d=\"M17.2065 20.8978C16.3695 20.2791 15.7196 19.4057 15.2569 18.2879C14.7942 17.165 14.5654 15.8704 14.5654 14.3939C14.5654 12.9174 14.7942 11.6177 15.2569 10.4843C15.7196 9.35093 16.3695 8.47751 17.2065 7.85884C18.0436 7.24016 19.0002 6.92822 20.0816 6.92822C21.3813 6.92822 22.4886 7.39093 23.4141 8.31634V7.25576H29.6112V21.5113H23.7676V20.0348C22.8214 21.2357 21.5945 21.8336 20.0764 21.8336C18.995 21.8336 18.0332 21.5217 17.2013 20.903L17.2065 20.8978ZM23.0034 15.8392C23.2789 15.4857 23.4141 15.0022 23.4141 14.3939C23.4141 13.7856 23.2737 13.2709 22.9878 12.9174C22.7018 12.5639 22.3119 12.3871 21.8232 12.3871C21.3345 12.3871 20.9497 12.5691 20.6742 12.933C20.3987 13.2969 20.2635 13.7856 20.2635 14.3939C20.2635 15.0022 20.4039 15.5117 20.6898 15.8548C20.9758 16.198 21.3553 16.3695 21.8284 16.3695C22.3379 16.3695 22.733 16.1928 23.0085 15.8392H23.0034Z\" fill=\"white\"/>\\n<path d=\"M44.9585 20.5287V26.8142H38.7614V7.25056H44.605V8.63868C45.5304 7.50011 46.7573 6.92822 48.2962 6.92822C49.4192 6.92822 50.4382 7.24016 51.3532 7.85884C52.2682 8.47751 52.9909 9.35613 53.5212 10.4843C54.0515 11.6177 54.3166 12.907 54.3166 14.3627C54.3166 15.8184 54.0515 17.1182 53.5212 18.2567C52.9909 19.3953 52.2682 20.2791 51.3532 20.8978C50.4382 21.5165 49.4192 21.8284 48.2962 21.8284C46.9757 21.8284 45.8684 21.3969 44.9637 20.5287H44.9585ZM45.3848 15.8496C45.6708 16.1928 46.0607 16.3643 46.5494 16.3643C47.0381 16.3643 47.4228 16.1824 47.6984 15.8184C47.9739 15.4545 48.1091 14.9658 48.1091 14.3575C48.1091 13.7493 47.9687 13.2398 47.6828 12.8966C47.3968 12.5535 47.0173 12.3819 46.5442 12.3819C46.0347 12.3819 45.6395 12.5535 45.364 12.8966C45.0885 13.2398 44.9533 13.7077 44.9533 14.3003V14.3887C44.9533 15.0178 45.0937 15.5065 45.3796 15.8496H45.3848Z\" fill=\"white\"/>\\n<path d=\"M55.138 7.24543H60.9816V9.28342C61.9642 7.70814 63.3316 6.9231 65.0836 6.9231C65.3384 6.9231 65.6035 6.94389 65.8791 6.98028V13.0579C65.2864 12.7823 64.6885 12.6471 64.0802 12.6471C63.3107 12.6471 62.6661 12.8811 62.1306 13.3386C61.6003 13.8013 61.3352 14.4824 61.3352 15.387V21.4958H55.138V7.24023V7.24543Z\" fill=\"white\"/>\\n<path d=\"M69.9083 20.8978C68.7386 20.2791 67.8287 19.4057 67.1789 18.2879C66.529 17.165 66.2067 15.8704 66.2067 14.3939C66.2067 12.9174 66.529 11.6177 67.1789 10.4843C67.8287 9.35093 68.7386 8.47751 69.9083 7.85884C71.0781 7.24016 72.4298 6.92822 73.9635 6.92822C75.4972 6.92822 76.8541 7.24016 78.0343 7.85884C79.2144 8.47751 80.1295 9.35613 80.7793 10.4843C81.4292 11.6177 81.7516 12.9174 81.7516 14.3939C81.7516 15.8704 81.4292 17.1702 80.7793 18.2879C80.1295 19.4109 79.2144 20.2791 78.0343 20.8978C76.8541 21.5165 75.4972 21.8284 73.9635 21.8284C72.4298 21.8284 71.0781 21.5165 69.9083 20.8978ZM75.1488 15.8392C75.4244 15.4857 75.5596 15.0022 75.5596 14.3939C75.5596 13.7856 75.4192 13.2709 75.1332 12.9174C74.8473 12.5639 74.4574 12.3871 73.9687 12.3871C73.48 12.3871 73.0953 12.5691 72.8197 12.933C72.5442 13.2969 72.409 13.7856 72.409 14.3939C72.409 15.0022 72.5494 15.5117 72.8353 15.8548C73.1213 16.198 73.5008 16.3695 73.9739 16.3695C74.4834 16.3695 74.8785 16.1928 75.154 15.8392H75.1488Z\" fill=\"white\"/>\\n<path d=\"M80.3685 21.5009L84.7357 14.3887L80.3685 7.24536H86.5345L88.245 10.5207L90.0438 7.24536H96.2097L91.8114 14.4147L96.2097 21.4957H90.0438L88.2709 18.2204L86.5293 21.4957H80.3633L80.3685 21.5009Z\" fill=\"white\"/>\\n<path d=\"M97 5.55048C96.3189 4.9682 95.981 4.21955 95.981 3.29414C95.981 2.36872 96.3189 1.55769 97 0.975404C97.6811 0.393121 98.5701 0.107178 99.6723 0.107178C100.774 0.107178 101.658 0.39832 102.329 0.975404C103 1.55769 103.332 2.32713 103.332 3.29414C103.332 4.26114 102.994 4.9734 102.313 5.55048C101.632 6.13277 100.754 6.41871 99.6723 6.41871C98.5909 6.41871 97.6811 6.12757 97 5.55048ZM96.5736 7.24534H102.771V21.5009H96.5736V7.24534Z\" fill=\"white\"/>\\n<path d=\"M121.373 12.8552C121.186 12.6368 120.936 12.5328 120.619 12.5328C120.208 12.5328 119.881 12.7096 119.647 13.0631C119.413 13.4167 119.293 13.9002 119.293 14.5084V21.501H113.096V13.8014C113.096 13.3907 113.002 13.0735 112.815 12.8552C112.628 12.6368 112.378 12.5328 112.061 12.5328C111.651 12.5328 111.323 12.7096 111.089 13.0631C110.855 13.4167 110.736 13.9002 110.736 14.5084V21.501H104.538V7.24551H110.382V8.95596C111.328 7.59903 112.711 6.91797 114.541 6.91797C116.548 6.91797 117.936 7.72381 118.7 9.33548C119.174 8.52965 119.782 7.92657 120.53 7.52105C121.279 7.11553 122.132 6.91797 123.099 6.91797C124.674 6.91797 125.859 7.40667 126.655 8.37888C127.45 9.35108 127.851 10.734 127.851 12.5276V21.501H121.653V13.8014C121.653 13.3907 121.56 13.0735 121.373 12.8552Z\" fill=\"white\"/>\\n<path d=\"M129.842 5.55048C129.161 4.9682 128.823 4.21955 128.823 3.29414C128.823 2.36872 129.161 1.55769 129.842 0.975404C130.523 0.393121 131.412 0.107178 132.514 0.107178C133.616 0.107178 134.5 0.39832 135.171 0.975404C135.842 1.55769 136.174 2.32713 136.174 3.29414C136.174 4.26114 135.836 4.9734 135.155 5.55048C134.474 6.13277 133.596 6.41871 132.514 6.41871C131.433 6.41871 130.523 6.12757 129.842 5.55048ZM129.416 7.24534H135.613V21.5009H129.416V7.24534Z\" fill=\"white\"/>\\n<path d=\"M138.295 16.6919V12.3248H136.169V7.25059H138.295V3.47095H144.492V7.25059H146.822V12.3248H144.492V15.6573C144.492 16.4059 144.789 16.7803 145.376 16.7803C145.688 16.7803 146.172 16.6451 146.822 16.3696V21.1786C146.151 21.4333 145.584 21.6049 145.127 21.6933C144.664 21.7817 144.16 21.8285 143.609 21.8285C140.068 21.8285 138.295 20.118 138.295 16.6919Z\" fill=\"white\"/>\\n<path d=\"M150.866 20.8665C149.707 20.2271 148.808 19.3432 148.168 18.2099C147.529 17.0765 147.212 15.7976 147.212 14.3575C147.212 12.9173 147.529 11.6072 148.168 10.479C148.808 9.34566 149.702 8.47223 150.856 7.85356C152.005 7.23488 153.3 6.92294 154.734 6.92294C156.169 6.92294 157.417 7.23488 158.467 7.85356C159.517 8.47223 160.329 9.34046 160.885 10.4478C161.446 11.5604 161.727 12.855 161.727 14.3263V15.5064H153.05C153.403 16.827 154.386 17.482 156.003 17.482C156.689 17.482 157.391 17.3624 158.098 17.1285C158.805 16.8945 159.367 16.619 159.783 16.3019V20.7002C159.211 21.0329 158.478 21.3033 157.583 21.5112C156.689 21.7192 155.805 21.8231 154.942 21.8231C153.388 21.8231 152.031 21.5008 150.872 20.8665H150.866ZM154.495 0.252686H160.635L156.975 5.74278H151.989L154.495 0.252686ZM156.414 12.7354C156.336 12.3039 156.164 11.9711 155.899 11.7476C155.634 11.524 155.301 11.4096 154.911 11.4096C154.105 11.4096 153.523 11.8516 153.17 12.7354H156.414Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tqtQ3VJNi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"41px\",\"--framer-text-alignment\":\"center\"},children:[\"N\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 205, 1)\"},children:\"O\"}),\"TRE ACTU\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:[\"N\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 205, 1)\"},children:\"O\"}),\"TRE ACTU\"]})}),className:\"framer-3wm709 hidden-1f71ab8\",\"data-framer-name\":\"NOTRE ACTU\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-jyepdk hidden-1f71ab8\",\"data-framer-name\":\"Frame 7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3q8b2d-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GwqGc8BrB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<!-- Elfsight LinkedIn Feed | Untitled LinkedIn Feed -->\\n<script src=\"https://static.elfsight.com/platform/platform.js\" async></script>\\n<div class=\"elfsight-app-89ee1f6f-f88b-4b26-ad28-927b06850de0\" data-elfsight-app-lazy></div>',id:\"GwqGc8BrB\",layoutId:\"GwqGc8BrB\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-wu5yo7 hidden-72rtr7 hidden-11bvl3r\",\"data-framer-name\":\"Frame 7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qdk8w-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"p0uqRPEdb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<!-- Elfsight LinkedIn Feed | Untitled LinkedIn Feed -->\\n<script src=\"https://static.elfsight.com/platform/platform.js\" async></script>\\n<div class=\"elfsight-app-89ee1f6f-f88b-4b26-ad28-927b06850de0\" data-elfsight-app-lazy></div>',id:\"p0uqRPEdb\",layoutId:\"p0uqRPEdb\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvbmR1IEJldGE=\",\"--framer-font-family\":'\"Tondu Beta\", \"Tondu Beta Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-text-alignment\":\"center\"},children:[\"N\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 205, 1)\"},children:\"O\"}),\"TRE ACTU\"]})}),className:\"framer-1x6myrz hidden-72rtr7 hidden-11bvl3r\",\"data-framer-name\":\"NOTRE ACTU\",fonts:[\"CUSTOM;Tondu Beta\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MGrjxBGG4:{height:567,width:\"393px\",y:(componentViewport?.y||0)+0+144+0+6952}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1magk4i-container hidden-72rtr7 hidden-11bvl3r\",nodeId:\"vjCdWsELV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"vjCdWsELV\",layoutId:\"vjCdWsELV\",style:{height:\"100%\",width:\"100%\"},variant:\"n5UWwrqr_\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tqtQ3VJNi:{height:357,width:\"805px\",y:(componentViewport?.y||0)+0+0+119+4077}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m3710x-container hidden-72rtr7 hidden-1f71ab8\",nodeId:\"uJDJuCR3C\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"uJDJuCR3C\",layoutId:\"uJDJuCR3C\",style:{height:\"100%\",width:\"100%\"},variant:\"IMpSsvONd\",width:\"100%\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cawdcd-container hidden-72rtr7 hidden-1f71ab8\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Mx8kneAKt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-right\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:14,width:1},colorBody:\"rgb(68, 68, 68)\",colorTitle:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fontBody:{},fontTitle:{},link:\"rgb(153, 153, 153)\"},width:360,zIndex:10},button:{borderRadius:8,direction:\"row\",fluid:true,font:{},hoverOpacity:.6,labels:{accept:\"Accept\",acceptAll:\"Accept all\",confirm:\"Okay\",customize:\"Customize\",reject:\"Reject\",rejectAll:\"Reject all\",save:\"Save Preferences\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},tapOpacity:.4},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"Nous utilisons des cookies pour am\\xe9liorer votre exp\\xe9rience, analyser le trafic du site et vous proposer du contenu personnalis\\xe9.\",euPolicy:{label:\"Cookie Policy\",link:\"https://www.framer.com/legal/policy/\",prefix:\"Read our\"},euShowReject:true,euTitle:\"Cookie\",euType:\"medium\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"},gtmId:\"\",height:\"100%\",id:\"Mx8kneAKt\",layoutId:\"Mx8kneAKt\",options:{analytics:{description:\"Enables tracking of performance.\",title:\"Analytics\"},marketing:{description:\"Enables ads personalization and tracking.\",title:\"Marketing\"},necessary:{description:\"Enables security and basic functionality.\",optional:true,title:\"Necessary\"},preferences:{description:\"Enables personalized content and settings.\",title:\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{},fontTitle:{},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:true,trigger:{color:\"rgb(51, 51, 51)\",iconSize:24,iconType:\"default\",text:\"Cookie Settings\",textFont:{},type:\"text\"},width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:298,width:`calc(${componentViewport?.width||\"100vw\"} * 1.2224)`,y:(componentViewport?.y||0)+0+4105,children:/*#__PURE__*/_jsx(Container,{className:\"framer-109rjtn-container hidden-11bvl3r hidden-1f71ab8\",nodeId:\"F7EnboK7j\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"F7EnboK7j\",layoutId:\"F7EnboK7j\",style:{height:\"100%\",width:\"100%\"},variant:\"MiJ0WLK2g\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kaf2r3-container hidden-11bvl3r\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"C38rL1ZAt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-right\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:14,width:1},colorBody:\"rgb(68, 68, 68)\",colorTitle:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fontBody:{},fontTitle:{},link:\"rgb(153, 153, 153)\"},width:360,zIndex:10},button:{borderRadius:8,direction:\"row\",fluid:true,font:{},hoverOpacity:.6,labels:{accept:\"Accept\",acceptAll:\"Accept all\",confirm:\"Okay\",customize:\"Customize\",reject:\"Reject\",rejectAll:\"Reject all\",save:\"Save Preferences\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},tapOpacity:.4},content:{euBlocking:false,euDefaults:{analytics:true,marketing:false,necessary:true,preferences:true},euDescription:\"Nous utilisons des cookies pour am\\xe9liorer votre exp\\xe9rience, analyser le trafic du site et vous proposer du contenu personnalis\\xe9.\",euPolicy:{label:\"Cookie Policy\",link:\"https://www.framer.com/legal/policy/\",prefix:\"Read our\"},euShowReject:true,euTitle:\"Cookie\",euType:\"medium\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"},gtmId:\"\",height:\"100%\",id:\"C38rL1ZAt\",layoutId:\"C38rL1ZAt\",options:{analytics:{description:\"Enables tracking of performance.\",title:\"Analytics\"},marketing:{description:\"Enables ads personalization and tracking.\",title:\"Marketing\"},necessary:{description:\"Enables security and basic functionality.\",optional:true,title:\"Necessary\"},preferences:{description:\"Enables personalized content and settings.\",title:\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{},fontTitle:{},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:true,trigger:{color:\"rgb(51, 51, 51)\",iconSize:24,iconType:\"default\",text:\"Cookie Settings\",textFont:{},type:\"text\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6JolI.framer-lux5qc, .framer-6JolI .framer-lux5qc { display: block; }\",\".framer-6JolI.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1241px; }\",\".framer-6JolI .framer-yon0xy-container { flex: none; height: 102px; position: relative; width: 377px; }\",\".framer-6JolI .framer-4v1qj-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 1241px; z-index: 1; }\",\".framer-6JolI .framer-1wsp1bx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 119px 0px 119px 0px; position: relative; width: 1219px; }\",\".framer-6JolI .framer-gzlbt2 { flex: none; height: 107px; left: 614px; overflow: visible; position: absolute; top: 1519px; width: 402px; z-index: 0; }\",\".framer-6JolI .framer-1fye5vy, .framer-6JolI .framer-1gosn7g { background-color: #ffcd01; border-bottom-left-radius: 58px; border-bottom-right-radius: 58px; border-top-left-radius: 58px; border-top-right-radius: 58px; flex: none; height: 53px; left: 140px; position: absolute; top: 18px; width: 215px; }\",\".framer-6JolI .framer-1eilma8, .framer-6JolI .framer-xihkqz { flex: none; height: 53px; position: absolute; right: 0px; top: 17px; width: 252px; }\",\".framer-6JolI .framer-1d6al5r, .framer-6JolI .framer-vartq { flex: none; height: 75px; position: absolute; right: -1px; top: 0px; width: 81px; }\",\".framer-6JolI .framer-6pnq4g { align-content: center; align-items: center; background-color: #f6f6f6; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 2583px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-6JolI .framer-wobq81 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1944px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6JolI .framer-1mdx18c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 91%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 2288px; }\",\".framer-6JolI .framer-1grxsmt, .framer-6JolI .framer-krtzqo, .framer-6JolI .framer-nx4b9p, .framer-6JolI .framer-qdd1jm, .framer-6JolI .framer-soly5w, .framer-6JolI .framer-1roeo35, .framer-6JolI .framer-o9mczn, .framer-6JolI .framer-16uz2v8, .framer-6JolI .framer-11241h4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6JolI .framer-1qaw8z8, .framer-6JolI .framer-81c5sr, .framer-6JolI .framer-1yaqbfu { flex: none; height: 263px; overflow: visible; position: relative; width: 366px; }\",\".framer-6JolI .framer-17gelcr, .framer-6JolI .framer-1odp6dd, .framer-6JolI .framer-47wqet, .framer-6JolI .framer-fo27sm, .framer-6JolI .framer-1obngb6, .framer-6JolI .framer-1w19wkk, .framer-6JolI .framer-46cv1m, .framer-6JolI .framer-y899v1, .framer-6JolI .framer-47j3j3, .framer-6JolI .framer-svxw4r, .framer-6JolI .framer-1gok03f, .framer-6JolI .framer-15kktns { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-6JolI .framer-tf4xtc, .framer-6JolI .framer-x3c204 { --framer-paragraph-spacing: 0px; flex: none; height: 48px; left: 28px; position: absolute; top: 17px; white-space: pre; width: 253px; }\",\".framer-6JolI .framer-1j0qrl0, .framer-6JolI .framer-1arpt8r { bottom: 19px; flex: none; left: 20px; position: absolute; right: 25px; top: 85px; }\",\".framer-6JolI .framer-qfuhcz, .framer-6JolI .framer-3qpt30 { flex: none; height: 188px; left: 160px; position: absolute; top: 67px; width: 156px; }\",\".framer-6JolI .framer-1iha100, .framer-6JolI .framer-1kqbqg1 { --framer-paragraph-spacing: 0px; flex: none; height: 48px; left: 36px; position: absolute; top: 194px; white-space: pre; width: 99px; }\",\".framer-6JolI .framer-14p7zoo, .framer-6JolI .framer-18yj35x { bottom: 82px; flex: none; left: 22px; position: absolute; right: 23px; top: 22px; }\",\".framer-6JolI .framer-1c2nyyg, .framer-6JolI .framer-1cuu163 { flex: none; height: 208px; left: 116px; position: absolute; top: 34px; width: 185px; }\",\".framer-6JolI .framer-kfn7bt, .framer-6JolI .framer-1j4jm70 { --framer-paragraph-spacing: 0px; flex: none; height: 48px; left: 35px; position: absolute; top: 16px; white-space: pre; width: 270px; }\",\".framer-6JolI .framer-4xucn0, .framer-6JolI .framer-wngu1u { bottom: 19px; flex: none; left: 22px; position: absolute; right: 23px; top: 85px; }\",\".framer-6JolI .framer-10le3yb, .framer-6JolI .framer-29y3t9 { flex: none; height: 162px; left: 88px; position: absolute; top: 97px; width: 215px; }\",\".framer-6JolI .framer-vuu3cg, .framer-6JolI .framer-ubfcgc, .framer-6JolI .framer-boobly { flex: none; height: 263px; overflow: visible; position: relative; width: 365px; }\",\".framer-6JolI .framer-oymb9, .framer-6JolI .framer-1bjljf7 { --framer-paragraph-spacing: 0px; flex: none; height: 48px; left: 28px; position: absolute; top: 16px; white-space: pre; width: 290px; }\",\".framer-6JolI .framer-i8h28m, .framer-6JolI .framer-m5uzh8, .framer-6JolI .framer-qi4ry9, .framer-6JolI .framer-10r9vtm { bottom: 19px; flex: none; left: 22px; position: absolute; right: 23px; top: 73px; }\",\".framer-6JolI .framer-6o14lz, .framer-6JolI .framer-sxcjmh { flex: none; height: 173px; left: 58px; position: absolute; top: 84px; width: 187px; }\",\".framer-6JolI .framer-suge14, .framer-6JolI .framer-13qn1bp { --framer-paragraph-spacing: 0px; flex: none; height: 48px; left: 157px; position: absolute; top: 193px; white-space: pre; width: 178px; }\",\".framer-6JolI .framer-h6awgq, .framer-6JolI .framer-1n1gz4i { bottom: 79px; flex: none; left: 26px; position: absolute; right: 19px; top: 25px; }\",\".framer-6JolI .framer-td39kh, .framer-6JolI .framer-1hicjpg { flex: none; height: 186px; left: 36px; position: absolute; top: 40px; width: 188px; }\",\".framer-6JolI .framer-1emic2a, .framer-6JolI .framer-2x41xd { --framer-paragraph-spacing: 0px; flex: none; height: 48px; left: 28px; position: absolute; top: 16px; white-space: pre; width: 154px; }\",\".framer-6JolI .framer-u919ht, .framer-6JolI .framer-ynjjgd { bottom: 2px; flex: none; left: 141px; position: absolute; right: 6px; top: 65px; }\",\".framer-6JolI .framer-kgjyxg { --framer-paragraph-spacing: 0px; flex: none; height: 4%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-67j7a6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-1bfvuki-container { flex: none; height: 492px; position: relative; width: 973px; }\",\".framer-6JolI .framer-1e1f1ta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 538px; justify-content: space-evenly; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6JolI .framer-19b1a9n, .framer-6JolI .framer-1fdaryd, .framer-6JolI .framer-x9v2q4 { flex: none; gap: 0px; height: 292px; overflow: hidden; position: relative; width: 372px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-6JolI .framer-1e9dsyi, .framer-6JolI .framer-batyl6, .framer-6JolI .framer-dfqhgz { flex: none; height: 292px; left: 0px; position: absolute; text-decoration: none; top: 0px; width: 372px; }\",\".framer-6JolI .framer-so8j49 { --framer-paragraph-spacing: 0px; bottom: 243px; flex: none; left: 22px; position: absolute; right: 162px; top: 15px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-1e6ssd5 { flex: none; height: 31px; left: 305px; position: absolute; text-decoration: none; top: 15px; width: 31px; }\",\".framer-6JolI .framer-u5sduj { bottom: 27px; flex: none; height: 159px; left: -9px; position: absolute; width: 372px; }\",\".framer-6JolI .framer-np5sbp { bottom: 23px; flex: none; height: 159px; left: -9px; position: absolute; text-decoration: none; width: 372px; }\",\".framer-6JolI .framer-ixpe8h { --framer-paragraph-spacing: 0px; bottom: 51px; flex: none; left: 31px; position: absolute; right: 121px; top: 233px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-1wpqr9y { bottom: 23px; flex: none; height: 31px; left: 308px; position: absolute; text-decoration: none; width: 31px; }\",\".framer-6JolI .framer-qkrcvu { flex: none; height: 158px; left: 12px; position: absolute; text-decoration: none; top: 31px; width: 341px; }\",\".framer-6JolI .framer-5ty5bl { flex: none; height: 244px; left: 0px; position: absolute; text-decoration: none; top: calc(49.794238683127595% - 244px / 2); width: 351px; }\",\".framer-6JolI .framer-y7i15g { --framer-paragraph-spacing: 0px; bottom: 49px; flex: none; height: 0px; left: 29px; position: absolute; white-space: pre-wrap; width: 222px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-mxbix8 { bottom: 15px; flex: none; height: 26px; left: 306px; position: absolute; text-decoration: none; width: 29px; }\",\".framer-6JolI .framer-11f7sn5 { flex: none; height: 132px; left: calc(48.86363636363639% - 321.75px / 2); position: absolute; text-decoration: none; top: 26px; width: 322px; }\",\".framer-6JolI .framer-1ut5rhi { --framer-paragraph-spacing: 0px; bottom: 240px; flex: none; left: 31px; position: absolute; right: 185px; top: 15px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-jx3z2w { flex: none; height: 31px; left: 310px; position: absolute; text-decoration: none; top: 15px; width: 31px; }\",\".framer-6JolI .framer-wyvbip { bottom: 23px; flex: none; height: 164px; left: calc(50.00000000000002% - 325px / 2); position: absolute; text-decoration: none; width: 325px; }\",\".framer-6JolI .framer-yj0k0y { background-color: #f6f6f6; flex: none; height: 829px; position: relative; width: 100%; }\",\".framer-6JolI .framer-nb6me { align-content: center; align-items: center; bottom: 111px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -3px; width: 1242px; }\",\".framer-6JolI .framer-sqkyl2-container { flex: none; height: 294px; position: relative; width: 100%; }\",\".framer-6JolI .framer-hfr4il, .framer-6JolI .framer-1hah85r, .framer-6JolI .framer-ugs0h4 { height: 263px; overflow: visible; position: relative; width: 366px; }\",\".framer-6JolI .framer-t2rbb8, .framer-6JolI .framer-an2hq2, .framer-6JolI .framer-g71g71 { height: 263px; overflow: visible; position: relative; width: 365px; }\",\".framer-6JolI .framer-d053g0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 52%; position: absolute; top: 151px; transform: translateX(-50%); white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-trqjc9 { --framer-paragraph-spacing: 0px; flex: none; height: 22%; left: calc(49.958982772764585% - 79.57342083675144% / 2); position: absolute; top: calc(31.970260223048346% - 22.057001239157373% / 2); white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-41r87z { flex: none; height: 110px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-6JolI .framer-136y55i { --framer-paragraph-spacing: 0px; bottom: 19px; flex: none; height: auto; left: 0px; position: absolute; right: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-1c2pufc { flex: none; height: 107px; left: 816px; overflow: visible; position: absolute; top: 1142px; width: 403px; z-index: 0; }\",\".framer-6JolI .framer-14ub5wt { flex: none; height: 2597px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6JolI .framer-nwqm19 { flex: none; height: 2315px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(49.01809780515982% - 2315px / 2); width: 100%; }\",\".framer-6JolI .framer-6xgdmc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-6JolI .framer-11cp4gz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 390px; }\",\".framer-6JolI .framer-1dg6kds { flex: none; height: 500px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6JolI .framer-1n8td97 { bottom: 0px; flex: none; height: 457px; left: calc(50.00000000000002% - 697px / 2); position: absolute; width: 697px; }\",\".framer-6JolI .framer-15aebim { aspect-ratio: 8.307692307692308 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); left: 51%; position: absolute; top: 55px; transform: translateX(-50%); width: 213px; }\",\".framer-6JolI .framer-8umdvk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 29%; left: calc(49.743589743589766% - 321px / 2); position: absolute; top: calc(54.200000000000024% - 28.599999999999998% / 2); white-space: pre-wrap; width: 321px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-sw6jgg, .framer-6JolI .framer-1x2lfbx, .framer-6JolI .framer-1gee56i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6JolI .framer-1g5pe7 { flex: none; height: 452px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6JolI .framer-11frqwi { bottom: 0px; flex: none; left: -28px; position: absolute; right: -24px; top: 0px; }\",\".framer-6JolI .framer-16im3hq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 49%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 313px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-gwtmua { aspect-ratio: 5.666666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 50%; position: absolute; top: 53px; transform: translateX(-50%); width: 159px; }\",\".framer-6JolI .framer-1t01hw8 { flex: none; height: 454px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6JolI .framer-ta8iwg { flex: none; height: 453px; left: calc(49.97205142537733% - 869px / 2); position: absolute; top: calc(49.89339019189767% - 453px / 2); width: 869px; }\",\".framer-6JolI .framer-hok1eq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 49%; position: absolute; top: 53%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 313px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-rb3rb5 { aspect-ratio: 4.634615384615385 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); left: 51%; position: absolute; top: 52px; transform: translateX(-50%); width: 204px; }\",\".framer-6JolI .framer-zmtdma { flex: none; height: 456px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6JolI .framer-1vgfhuw { flex: none; height: 451px; left: -28px; position: absolute; right: -27px; top: calc(49.89339019189767% - 451px / 2); }\",\".framer-6JolI .framer-1bcsghr, .framer-6JolI .framer-39f1a4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 49%; position: absolute; top: 54%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 313px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-2s5dpy { aspect-ratio: 12.134615384615385 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); left: 49%; position: absolute; top: 64px; transform: translateX(-50%); width: 364px; }\",\".framer-6JolI .framer-e4ojbv { flex: none; height: 469px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6JolI .framer-havf98 { bottom: 0px; flex: none; left: -28px; position: absolute; right: -27px; top: 0px; }\",\".framer-6JolI .framer-18uwpee { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 321px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-1tlnm7t { aspect-ratio: 12.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); left: 49%; position: absolute; top: 59px; transform: translateX(-50%); width: 316px; }\",\".framer-6JolI .framer-1fi3dd3 { --framer-paragraph-spacing: 0px; flex: none; height: 110px; left: 0px; position: absolute; top: 6px; white-space: pre-wrap; width: 387px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-1h3lkdx { flex: none; height: 123px; overflow: hidden; position: relative; width: 1443px; }\",\".framer-6JolI .framer-zp07sr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 49%; transform: translate(-50%, -50%); width: 1442px; }\",\".framer-6JolI .framer-v4sbgh { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1237px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-ur1v97 { --framer-paragraph-spacing: 0px; flex: none; height: 62px; position: relative; white-space: pre-wrap; width: 813px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-dr3pmx { flex: none; height: 972px; overflow: hidden; position: relative; width: 1241px; }\",\".framer-6JolI .framer-15bfsnv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 79px; width: 100%; }\",\".framer-6JolI .framer-lg9ov0 { aspect-ratio: 1.5344036697247707 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 249px); overflow: hidden; position: relative; width: 381px; }\",\".framer-6JolI .framer-1on8hmh, .framer-6JolI .framer-1c6czfo, .framer-6JolI .framer-4h03gx, .framer-6JolI .framer-88fnid { flex: none; height: 244px; left: 0px; position: absolute; top: 0px; width: 380px; }\",\".framer-6JolI .framer-miv7t4 { flex: none; height: 22px; left: 29px; position: absolute; top: 27px; width: 184px; }\",\".framer-6JolI .framer-1oyyoos { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 48px; flex: none; height: auto; left: 49%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 321px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-18ajo67, .framer-6JolI .framer-1p5rp48, .framer-6JolI .framer-1abm5y, .framer-6JolI .framer-14l90gn { aspect-ratio: 1.5344036697247707 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 247px); overflow: hidden; position: relative; width: 379px; }\",\".framer-6JolI .framer-puwyfl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 49%; position: absolute; top: 47%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 313px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-kl170q { flex: none; height: 22px; left: 30px; position: absolute; top: 27px; width: 108px; }\",\".framer-6JolI .framer-75y27m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 37px; flex: none; height: auto; left: 51%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 341px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-ftlxj { flex: none; height: 22px; left: 30px; position: absolute; top: 27px; width: 273px; }\",\".framer-6JolI .framer-12twziu { flex: none; height: 27px; left: 30px; position: absolute; top: 27px; width: 328px; }\",\".framer-6JolI .framer-o4xeua { flex: none; height: 244px; left: 0px; position: absolute; top: 0px; width: 381px; }\",\".framer-6JolI .framer-biark2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 38px; flex: none; height: auto; left: 49%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 313px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-15dfu0e { flex: none; height: 27px; left: 30px; position: absolute; top: 27px; width: 162px; }\",\".framer-6JolI .framer-3wm709 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1333px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-jyepdk { flex: none; gap: 0px; height: 555px; overflow: hidden; position: relative; width: 1354px; }\",\".framer-6JolI .framer-3q8b2d-container { flex: none; height: 556px; left: calc(49.4830132939439% - 1228px / 2); position: absolute; top: -10px; width: 1228px; }\",\".framer-6JolI .framer-wu5yo7 { flex: none; gap: 0px; height: 533px; overflow: hidden; position: relative; width: 548px; }\",\".framer-6JolI .framer-qdk8w-container { flex: none; height: 588px; left: -343px; position: absolute; right: -337px; top: -42px; }\",\".framer-6JolI .framer-1x6myrz { --framer-paragraph-spacing: 0px; flex: none; height: 61px; position: relative; white-space: pre-wrap; width: 402px; word-break: break-word; word-wrap: break-word; }\",\".framer-6JolI .framer-1magk4i-container { flex: none; height: 567px; position: relative; width: 393px; }\",\".framer-6JolI .framer-1m3710x-container { flex: none; height: 357px; position: relative; width: 805px; }\",\".framer-6JolI .framer-cawdcd-container, .framer-6JolI .framer-1kaf2r3-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6JolI .framer-109rjtn-container { flex: none; height: 298px; position: relative; width: 122%; }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 800px) and (max-width: 1240px) { .framer-6JolI.framer-72rtr7 { width: 800px; } .framer-6JolI .framer-4v1qj-container { height: 104px; left: 0px; order: 1; right: -203px; transform: unset; width: unset; } .framer-6JolI .framer-1wsp1bx { order: 24; } .framer-6JolI .framer-gzlbt2, .framer-6JolI .framer-1fdaryd, .framer-6JolI .framer-o9mczn, .framer-6JolI .framer-1abm5y { order: 0; } .framer-6JolI .framer-1bfvuki-container { height: 398px; order: 2; width: 800px; } .framer-6JolI .framer-1e1f1ta { flex-direction: column; gap: 28px; height: 1059px; justify-content: center; order: 3; width: 99%; } .framer-6JolI .framer-19b1a9n, .framer-6JolI .framer-16uz2v8, .framer-6JolI .framer-14l90gn { order: 1; } .framer-6JolI .framer-x9v2q4, .framer-6JolI .framer-11241h4 { order: 2; } .framer-6JolI .framer-yj0k0y { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: 807px; justify-content: center; order: 4; padding: 0px; } .framer-6JolI .framer-nb6me { bottom: unset; height: 48%; order: 4; position: relative; right: unset; width: 100%; } .framer-6JolI .framer-trqjc9 { left: unset; order: 1; position: relative; top: unset; } .framer-6JolI .framer-41r87z { height: 233px; left: unset; order: 0; position: relative; right: unset; top: unset; width: 1219px; } .framer-6JolI .framer-136y55i { bottom: unset; height: 10%; top: calc(53.14685314685317% - 9.515717926932881% / 2); } .framer-6JolI .framer-1c2pufc { order: 5; } .framer-6JolI .framer-ur1v97 { order: 8; } .framer-6JolI .framer-dr3pmx { height: 922px; order: 9; } .framer-6JolI .framer-3wm709 { order: 10; width: 808px; } .framer-6JolI .framer-jyepdk { height: 513px; order: 11; } .framer-6JolI .framer-3q8b2d-container { bottom: -33px; height: unset; left: calc(50.443131462333845% - 823px / 2); width: 823px; } .framer-6JolI .framer-1m3710x-container { order: 15; } .framer-6JolI .framer-cawdcd-container { order: 25; }}\",\"@media (max-width: 799px) { .framer-6JolI.framer-72rtr7 { gap: 42px; width: 390px; } .framer-6JolI .framer-yon0xy-container, .framer-6JolI .framer-kgjyxg { order: 0; } .framer-6JolI .framer-1wsp1bx { order: 25; padding: 0px; width: 100%; } .framer-6JolI .framer-6pnq4g { order: 3; } .framer-6JolI .framer-wobq81 { order: 2; } .framer-6JolI .framer-67j7a6 { order: 1; } .framer-6JolI .framer-1bfvuki-container { height: 186px; order: 1; width: 400px; } .framer-6JolI .framer-1e1f1ta { flex-direction: column; gap: 26px; height: 932px; justify-content: center; order: 2; } .framer-6JolI .framer-19b1a9n { height: 291px; order: 1; width: 352px; } .framer-6JolI .framer-1e9dsyi { height: 276px; left: calc(50.00000000000002% - 352px / 2); top: calc(49.48805460750855% - 276px / 2); width: 352px; } .framer-6JolI .framer-so8j49 { right: 138px; } .framer-6JolI .framer-1e6ssd5 { top: 21px; } .framer-6JolI .framer-1fdaryd { height: 243px; order: 0; width: 352px; } .framer-6JolI .framer-x9v2q4 { height: 354px; order: 2; width: 352px; } .framer-6JolI .framer-dfqhgz { height: 278px; left: calc(50.00000000000002% - 354px / 2); top: 6px; width: 354px; } .framer-6JolI .framer-1ut5rhi { right: 157px; } .framer-6JolI .framer-jx3z2w { left: 305px; top: 20px; } .framer-6JolI .framer-wyvbip { bottom: unset; top: calc(52.54237288135596% - 164px / 2); } .framer-6JolI .framer-1c2pufc { order: 5; } .framer-6JolI .framer-14ub5wt { order: 6; } .framer-6JolI .framer-wu5yo7 { order: 13; } .framer-6JolI .framer-1x6myrz { order: 10; } .framer-6JolI .framer-1magk4i-container { order: 14; } .framer-6JolI .framer-1kaf2r3-container { order: 27; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4383.5\n * @framerIntrinsicWidth 1241\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tqtQ3VJNi\":{\"layout\":[\"fixed\",\"auto\"]},\"MGrjxBGG4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-6JolI\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4383.5,width:1241};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Tondu Beta\",source:\"custom\",url:\"https://framerusercontent.com/assets/h6GOOs18Du8MSaXP2wmL1jWNsvs.woff2\"},{family:\"Museo Sans 500\",source:\"custom\",url:\"https://framerusercontent.com/assets/zFln43APezGJa8aRvZUNkVZvHg.woff2\"},{family:\"Museo Sans 700\",source:\"custom\",url:\"https://framerusercontent.com/assets/RnH3lPDkiX2RQbCryb5yP8258.woff2\"},{family:\"Museo Sans 900\",source:\"custom\",url:\"https://framerusercontent.com/assets/R0FzIXVX3tGhKiUTBRtI8eopyY.woff2\"},{family:\"Museo Sans 300\",source:\"custom\",url:\"https://framerusercontent.com/assets/akaiXLPDCdpFS7Ht7qwhSuAIclU.woff2\"},{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\"}]},...NavbarFonts,...HomeDesktopFonts,...VideoFonts,...TickerFonts,...EmbedFonts,...FooterFonts,...CookieBannerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1241\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tqtQ3VJNi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MGrjxBGG4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"4383.5\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "r", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "n", "createGeneratorEasing", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "t", "n", "dispatchViewEvent", "se", "o", "i", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "isOnFramerCanvas", "useIsOnFramerCanvas", "consentModeLocalStorageKey", "dismissedLocalStorageKey", "autoAcceptedLocalStorageKey", "getStateFromLocalStorage", "consentFromLocalStorage", "dismissedFromLocalStorage", "autoAcceptedFromLocalStorage", "isDismissed", "isAutoAccepted", "safeJSONParse", "syncToGTM", "sendToGTM", "initGTM", "window", "ue", "yieldBeforeCb", "isBrowser", "dismiss", "autoAccept", "acceptAll", "rejectAll", "acceptCurrent", "toggleMode", "mode", "countries", "isInEUTimezone", "isEULocale", "locale", "navigator", "country", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "skipEUCheck", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "maxHeightReduction", "linkColor", "paddingValue", "bannerShadow", "getShadow", "borderShadow", "bannerStyle", "getMultipleShadows", "p", "motion", "DEFAULT_FONT_FAMILY", "SimpleBanner", "AcceptRejectBanner", "OptionsBanner", "description", "policy", "padding", "u", "Description", "Button", "title", "onAccept", "onReject", "Headline", "Buttons", "showReject", "consent", "onOptionToggle", "showOptions", "setShowOptions", "ye", "optionTheme", "optionNames", "shouldShowOptions", "AnimatePresence", "option", "Option", "l", "titleColor", "descriptionColor", "showDescription", "enabled", "optional", "onClick", "theme", "L", "children", "style", "DescriptionParagraph", "descriptionParagraphs", "line", "index", "direction", "id", "primary", "settings", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "skipLogic", "isInEU", "isBrowser", "inEU", "region", "useRegion", "consent", "useConsent", "isOpen", "setIsOpen", "ye", "instantlyShowOnMount", "setInstantlyShowOnMount", "ue", "yieldBeforeCb", "noConsentGiven", "shouldAutoAccept", "handleDismiss", "interactionResponse", "handleAcceptAll", "handleRejectAll", "handleAcceptCurrent", "p", "Banner", "defaultConsent", "u", "l", "Trigger", "Overlay", "IconCookie", "K", "props", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "Embed", "type", "url", "html", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "NavbarFonts", "getFonts", "Kf5XPd6it_default", "HomeDesktopFonts", "obQhQTudF_default", "VideoFonts", "Video", "TickerFonts", "Ticker", "EmbedFonts", "Embed", "FooterFonts", "iTPnjIP2V_default", "CookieBannerFonts", "CookieBanner", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "transformTemplate2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "SVG", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
