{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.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/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js", "ssg:https://framerusercontent.com/modules/eUTx2wMPYelfFTdeHAbv/NbMIyJbo6QWV0KhdHYz7/aryAdHiL2.js", "ssg:https://framerusercontent.com/modules/gthE0ywp88Y0fGdwqS94/sEcJdgDjdKfA1TCJ9UTi/vMxs9gLZ_.js", "ssg:https://framerusercontent.com/modules/RjIA8RY48kSVWCAom7c8/55qRSLqkDXtnwXHIeZje/DsYwy9SeJ.js", "ssg:https://framerusercontent.com/modules/zOrfQ9lJP3NBNwfIuFlM/G3f915vB0OtDVlUdlBHK/gQqdXP6Tr.js", "ssg:https://framerusercontent.com/modules/ugrDSiZI0GXL75kGRR2I/rYYZ6BFpQYHgkagPH8Rg/m9o1N8BHb.js", "ssg:https://framerusercontent.com/modules/VOh7R5T5mxtsCkG8QBjY/nt8iBSNVKkTYOAGnBcOi/PjNP542Pq.js", "ssg:https://framerusercontent.com/modules/xybeVBeZmfK5k1YV7oeP/J71KQAk5wH4pVlV42HBP/PQGVH3XY7.js", "ssg:https://framerusercontent.com/modules/1mUiWssk4JCrjCLx6RiY/lAo98omjnGfZx324sxut/uyjlYrbT_.js", "ssg:https://framerusercontent.com/modules/t2T5lBOLKedKeoPzRYRo/9hPKxT11LKEpNDMzrQp9/WJe1gnTBO.js", "ssg:https://framerusercontent.com/modules/rpSljofWE6DueRfayjuA/gBmuCsSMSwjIKem7DsrU/x2M7IgA2V.js", "ssg:https://framerusercontent.com/modules/4VfqisOXxLBOLbk0sfZ3/maXfEnuTjLMJdP1Ezjgo/NWlwakShD.js", "ssg:https://framerusercontent.com/modules/skANrxXvpn6V9XDLAZAH/FGbUm29Zb6p92qsHPKBo/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 isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);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 r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}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,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,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp,progress}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches);},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,MozMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}const findNextItem=(delta,target)=>{if(!scrollInfo.current)return;const{current}=scrollInfo.current;const{children}=carouselRef.current;let scrollTarget;let i=delta===1?0:children.length-1;while(scrollTarget===undefined){const item=children[i];const start=axis?item.offsetLeft:item.offsetTop;const length=axis?item.offsetWidth:item.offsetHeight;const end=start+length;const threshold=.05;if(delta===1){const visibility=progress(start,end,target);if(visibility<1-threshold){scrollTarget=start;}else if(i===children.length-1){scrollTarget=end;}}else if(delta===-1){const visibility=progress(start,end,target);if(visibility>threshold){scrollTarget=end;}else if(i===0){scrollTarget=start;}}i+=delta;}return scrollTarget;};const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=page=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;goto(page*(scrollLength/(numPages-1)));};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));gotoPage(currentPage+delta);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>gotoPage(i),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>{var _child_props;return /*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,...childStyle}})});})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{var _scrollInfo_current,_scrollInfo_current1;if(!((_scrollInfo_current=scrollInfo.current)===null||_scrollInfo_current===void 0?void 0:_scrollInfo_current.scrollLength)){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=((_scrollInfo_current1=scrollInfo.current)===null||_scrollInfo_current1===void 0?void 0:_scrollInfo_current1.scrollLength)/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){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 swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* 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:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rUHoEKckHs3HA5cudX6Q/UMC8I4GgJYiVnyUImE0v/G331LaKcM.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/3vkyQbdJGxjDDxDs6N5e/TL4ECfbVZxMLZzvWbHXR/WgDlohfqK.js\";const cycleOrder=[\"YTWmYQVIY\"];const serializationHash=\"framer-DEOFt\";const variantClassNames={YTWmYQVIY:\"framer-v-32gbku\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YTWmYQVIY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-32gbku\",className,classNames),\"data-framer-name\":\"Base\",layoutDependency:layoutDependency,layoutId:\"YTWmYQVIY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-1bb652b2-f91a-46be-aa5f-69028c0008d2, rgb(242, 168, 197))\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-149ft8a\",layoutDependency:layoutDependency,layoutId:\"DAxTaCMy0\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:146,intrinsicWidth:138,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xSi65PP3QA0FiLPrThaagkJsvU.svg\"},className:\"framer-y5tzyb\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"OG4wonIxZ\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\"},children:\"Ontdek de wereld op je bord en geniet van de unieke smaken die we te bieden hebben. Eet, drink, en beleef de gezelligheid.\"})}),className:\"framer-1ejbcnr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kOXq9_QgZ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l5bfm3\",layoutDependency:layoutDependency,layoutId:\"XrlqaLwDc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Op zaterdag 7 september 2024 vindt de vierde editie plaats in het prachtige zaandam.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Dit jaar hebben we weer een heerlijke (food)markt met kraampjes waar je kunt genieten van diverse gerechten uit verschillende culturen. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Van 13:00 tot 20:30 uur kun je bij de kraampjes op de markt terecht voor een breed scala aan smakelijke hapjes en gerechten. Er is voor ieder wat wils! \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Bij de bar kun je van 13:00 tot 21:45 uur een verfrissend drankje halen om je dorst te lessen. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"We willen je vriendelijk verzoeken om geen eigen eten en drinken mee te nemen naar het festival, zodat iedereen optimaal kan genieten van het aanbod op de markt. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Kom langs, proef, geniet en ontdek al het lekkers dat het Darwinparkfestival te bieden heeft!\"})]}),className:\"framer-yc74z9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bBHgT0Yan\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DEOFt.framer-r9z2wd, .framer-DEOFt .framer-r9z2wd { display: block; }\",\".framer-DEOFt.framer-32gbku { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 20px 100px 20px; position: relative; width: 390px; }\",\".framer-DEOFt .framer-149ft8a { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-end; max-width: 600px; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-DEOFt .framer-y5tzyb { flex: none; height: 146px; position: relative; width: 138px; }\",\".framer-DEOFt .framer-1ejbcnr, .framer-DEOFt .framer-yc74z9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DEOFt .framer-l5bfm3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 440px; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DEOFt.framer-32gbku, .framer-DEOFt .framer-149ft8a, .framer-DEOFt .framer-l5bfm3 { gap: 0px; } .framer-DEOFt.framer-32gbku > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DEOFt.framer-32gbku > :first-child, .framer-DEOFt .framer-149ft8a > :first-child, .framer-DEOFt .framer-l5bfm3 > :first-child { margin-top: 0px; } .framer-DEOFt.framer-32gbku > :last-child, .framer-DEOFt .framer-149ft8a > :last-child, .framer-DEOFt .framer-l5bfm3 > :last-child { margin-bottom: 0px; } .framer-DEOFt .framer-149ft8a > *, .framer-DEOFt .framer-l5bfm3 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1258.5\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraryAdHiL2=withCSS(Component,css,\"framer-DEOFt\");export default FrameraryAdHiL2;FrameraryAdHiL2.displayName=\"Food&Drinks Mobile\";FrameraryAdHiL2.defaultProps={height:1258.5,width:390};addFonts(FrameraryAdHiL2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraryAdHiL2\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"390\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1258.5\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aryAdHiL2.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"nHBkY1Ua6\",\"q474Ad9jd\",\"eICheUepv\",\"MHDnK07M5\",\"EKXqR3gzq\",\"TpzqGtpE7\",\"MJijVuU57\",\"svFJgm_O3\",\"K6vdxbeQM\",\"e7TI3ov1F\",\"atgExVkBh\",\"NvvbYl5Ne\",\"zmyIeJl4f\"];const serializationHash=\"framer-rWfHw\";const variantClassNames={atgExVkBh:\"framer-v-1betysg\",e7TI3ov1F:\"framer-v-101evki\",eICheUepv:\"framer-v-wd2ky4\",EKXqR3gzq:\"framer-v-xiy9hz\",K6vdxbeQM:\"framer-v-g67okh\",MHDnK07M5:\"framer-v-fant4c\",MJijVuU57:\"framer-v-3gb5kz\",nHBkY1Ua6:\"framer-v-2n1207\",NvvbYl5Ne:\"framer-v-gts5ff\",q474Ad9jd:\"framer-v-1gs7e7r\",svFJgm_O3:\"framer-v-1j5wuzi\",TpzqGtpE7:\"framer-v-webebn\",zmyIeJl4f:\"framer-v-5sxtp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"AJ the Family Man\":\"MJijVuU57\",\"DJ Blue Flamingo\":\"MHDnK07M5\",\"Lorena + The Tide\":\"EKXqR3gzq\",\"The Stickers\":\"TpzqGtpE7\",\"VL Dissapear\":\"K6vdxbeQM\",Ella:\"NvvbYl5Ne\",Engin:\"nHBkY1Ua6\",Ernst:\"e7TI3ov1F\",Giovanni:\"zmyIeJl4f\",Naaz:\"eICheUepv\",Nino:\"atgExVkBh\",Shanti:\"svFJgm_O3\",Trafassi:\"q474Ad9jd\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"nHBkY1Ua6\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nHBkY1Ua6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fit\",pixelHeight:1854,pixelWidth:1479,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/INoyJYZGulSAKNzwtUW2xWHSt2M.png\",srcSet:\"https://framerusercontent.com/images/INoyJYZGulSAKNzwtUW2xWHSt2M.png?scale-down-to=1024 816w,https://framerusercontent.com/images/INoyJYZGulSAKNzwtUW2xWHSt2M.png 1479w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-2n1207\",className,classNames),\"data-framer-name\":\"Engin\",layoutDependency:layoutDependency,layoutId:\"nHBkY1Ua6\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({atgExVkBh:{\"data-framer-name\":\"Nino\",background:{alt:\"\",fit:\"fit\",pixelHeight:2741,pixelWidth:2211,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/haAeGIv7qicQSwlkmhFPtiDfM.png\",srcSet:\"https://framerusercontent.com/images/haAeGIv7qicQSwlkmhFPtiDfM.png?scale-down-to=1024 825w,https://framerusercontent.com/images/haAeGIv7qicQSwlkmhFPtiDfM.png?scale-down-to=2048 1651w,https://framerusercontent.com/images/haAeGIv7qicQSwlkmhFPtiDfM.png 2211w\"}},e7TI3ov1F:{\"data-framer-name\":\"Ernst\",background:{alt:\"\",fit:\"fit\",pixelHeight:2577,pixelWidth:2254,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/PF4vjQo6EXZ1wTeIukl0iosrko.png\",srcSet:\"https://framerusercontent.com/images/PF4vjQo6EXZ1wTeIukl0iosrko.png?scale-down-to=1024 895w,https://framerusercontent.com/images/PF4vjQo6EXZ1wTeIukl0iosrko.png?scale-down-to=2048 1791w,https://framerusercontent.com/images/PF4vjQo6EXZ1wTeIukl0iosrko.png 2254w\"}},eICheUepv:{\"data-framer-name\":\"Naaz\",background:{alt:\"\",fit:\"fit\",pixelHeight:1866,pixelWidth:1581,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/XaiFvCrFHS65oO6F4vSp6z2R3g.png\",srcSet:\"https://framerusercontent.com/images/XaiFvCrFHS65oO6F4vSp6z2R3g.png?scale-down-to=1024 867w,https://framerusercontent.com/images/XaiFvCrFHS65oO6F4vSp6z2R3g.png 1581w\"}},EKXqR3gzq:{\"data-framer-name\":\"Lorena + The Tide\",background:{alt:\"\",fit:\"fit\",pixelHeight:2669,pixelWidth:2332,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/TJjpqOODy7DwJ6wjSSNm3UBGI3c.png\",srcSet:\"https://framerusercontent.com/images/TJjpqOODy7DwJ6wjSSNm3UBGI3c.png?scale-down-to=1024 894w,https://framerusercontent.com/images/TJjpqOODy7DwJ6wjSSNm3UBGI3c.png?scale-down-to=2048 1789w,https://framerusercontent.com/images/TJjpqOODy7DwJ6wjSSNm3UBGI3c.png 2332w\"}},K6vdxbeQM:{\"data-framer-name\":\"VL Dissapear\",background:{alt:\"\",fit:\"fit\",pixelHeight:2640,pixelWidth:2105,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/sgjpR66tiJX64TORcYnXBxkpoA.png\",srcSet:\"https://framerusercontent.com/images/sgjpR66tiJX64TORcYnXBxkpoA.png?scale-down-to=1024 816w,https://framerusercontent.com/images/sgjpR66tiJX64TORcYnXBxkpoA.png?scale-down-to=2048 1632w,https://framerusercontent.com/images/sgjpR66tiJX64TORcYnXBxkpoA.png 2105w\"}},MHDnK07M5:{\"data-framer-name\":\"DJ Blue Flamingo\",background:{alt:\"\",fit:\"fit\",pixelHeight:1926,pixelWidth:1554,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/UdQSXTiOJ5mYtDthaCSAAYjM.png\",srcSet:\"https://framerusercontent.com/images/UdQSXTiOJ5mYtDthaCSAAYjM.png?scale-down-to=1024 826w,https://framerusercontent.com/images/UdQSXTiOJ5mYtDthaCSAAYjM.png 1554w\"}},MJijVuU57:{\"data-framer-name\":\"AJ the Family Man\",background:{alt:\"\",fit:\"fit\",pixelHeight:2670,pixelWidth:2334,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/K0ecvtKU9ndV6r4nJQ41SnApZ4I.png\",srcSet:\"https://framerusercontent.com/images/K0ecvtKU9ndV6r4nJQ41SnApZ4I.png?scale-down-to=1024 895w,https://framerusercontent.com/images/K0ecvtKU9ndV6r4nJQ41SnApZ4I.png?scale-down-to=2048 1790w,https://framerusercontent.com/images/K0ecvtKU9ndV6r4nJQ41SnApZ4I.png 2334w\"}},NvvbYl5Ne:{\"data-framer-name\":\"Ella\",background:{alt:\"\",fit:\"fit\",pixelHeight:2640,pixelWidth:2105,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/TjaN0vLSLBohq9jstjjP7QYmU4s.png\",srcSet:\"https://framerusercontent.com/images/TjaN0vLSLBohq9jstjjP7QYmU4s.png?scale-down-to=1024 816w,https://framerusercontent.com/images/TjaN0vLSLBohq9jstjjP7QYmU4s.png?scale-down-to=2048 1632w,https://framerusercontent.com/images/TjaN0vLSLBohq9jstjjP7QYmU4s.png 2105w\"}},q474Ad9jd:{\"data-framer-name\":\"Trafassi\",background:{alt:\"\",fit:\"fit\",pixelHeight:2726,pixelWidth:1962,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/CuSnNCF7Qpdk337sNPKj6X8KiEE.png\",srcSet:\"https://framerusercontent.com/images/CuSnNCF7Qpdk337sNPKj6X8KiEE.png?scale-down-to=1024 737w,https://framerusercontent.com/images/CuSnNCF7Qpdk337sNPKj6X8KiEE.png?scale-down-to=2048 1474w,https://framerusercontent.com/images/CuSnNCF7Qpdk337sNPKj6X8KiEE.png 1962w\"}},svFJgm_O3:{\"data-framer-name\":\"Shanti\",background:{alt:\"\",fit:\"fit\",pixelHeight:2657,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/P3Om4tZEbAup1UlDHPAC8PmNiI.png\",srcSet:\"https://framerusercontent.com/images/P3Om4tZEbAup1UlDHPAC8PmNiI.png?scale-down-to=1024 867w,https://framerusercontent.com/images/P3Om4tZEbAup1UlDHPAC8PmNiI.png?scale-down-to=2048 1735w,https://framerusercontent.com/images/P3Om4tZEbAup1UlDHPAC8PmNiI.png 2251w\"}},TpzqGtpE7:{\"data-framer-name\":\"The Stickers\",background:{alt:\"\",fit:\"fit\",pixelHeight:1810,pixelWidth:1584,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/GMGwtcAEpWOUyY6h95mblWiyAMU.png\",srcSet:\"https://framerusercontent.com/images/GMGwtcAEpWOUyY6h95mblWiyAMU.png?scale-down-to=1024 896w,https://framerusercontent.com/images/GMGwtcAEpWOUyY6h95mblWiyAMU.png 1584w\"}},zmyIeJl4f:{\"data-framer-name\":\"Giovanni\",background:{alt:\"\",fit:\"fit\",pixelHeight:1363,pixelWidth:981,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/hjk6ReEXhWHUjKlVrhGgTYXWM3Q.png\",srcSet:\"https://framerusercontent.com/images/hjk6ReEXhWHUjKlVrhGgTYXWM3Q.png?scale-down-to=1024 737w,https://framerusercontent.com/images/hjk6ReEXhWHUjKlVrhGgTYXWM3Q.png 981w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rWfHw.framer-v4zdom, .framer-rWfHw .framer-v4zdom { display: block; }\",\".framer-rWfHw.framer-2n1207 { height: 720px; position: relative; width: 600px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 720\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"q474Ad9jd\":{\"layout\":[\"fixed\",\"fixed\"]},\"eICheUepv\":{\"layout\":[\"fixed\",\"fixed\"]},\"MHDnK07M5\":{\"layout\":[\"fixed\",\"fixed\"]},\"EKXqR3gzq\":{\"layout\":[\"fixed\",\"fixed\"]},\"TpzqGtpE7\":{\"layout\":[\"fixed\",\"fixed\"]},\"MJijVuU57\":{\"layout\":[\"fixed\",\"fixed\"]},\"svFJgm_O3\":{\"layout\":[\"fixed\",\"fixed\"]},\"K6vdxbeQM\":{\"layout\":[\"fixed\",\"fixed\"]},\"e7TI3ov1F\":{\"layout\":[\"fixed\",\"fixed\"]},\"atgExVkBh\":{\"layout\":[\"fixed\",\"fixed\"]},\"NvvbYl5Ne\":{\"layout\":[\"fixed\",\"fixed\"]},\"zmyIeJl4f\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervMxs9gLZ_=withCSS(Component,css,\"framer-rWfHw\");export default FramervMxs9gLZ_;FramervMxs9gLZ_.displayName=\"Artist_Images\";FramervMxs9gLZ_.defaultProps={height:720,width:600};addPropertyControls(FramervMxs9gLZ_,{variant:{options:[\"nHBkY1Ua6\",\"q474Ad9jd\",\"eICheUepv\",\"MHDnK07M5\",\"EKXqR3gzq\",\"TpzqGtpE7\",\"MJijVuU57\",\"svFJgm_O3\",\"K6vdxbeQM\",\"e7TI3ov1F\",\"atgExVkBh\",\"NvvbYl5Ne\",\"zmyIeJl4f\"],optionTitles:[\"Engin\",\"Trafassi\",\"Naaz\",\"DJ Blue Flamingo\",\"Lorena + The Tide\",\"The Stickers\",\"AJ the Family Man\",\"Shanti\",\"VL Dissapear\",\"Ernst\",\"Nino\",\"Ella\",\"Giovanni\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramervMxs9gLZ_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervMxs9gLZ_\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q474Ad9jd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eICheUepv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MHDnK07M5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EKXqR3gzq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TpzqGtpE7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MJijVuU57\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"svFJgm_O3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K6vdxbeQM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e7TI3ov1F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"atgExVkBh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NvvbYl5Ne\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zmyIeJl4f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"600\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"720\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vMxs9gLZ_.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rUHoEKckHs3HA5cudX6Q/UMC8I4GgJYiVnyUImE0v/G331LaKcM.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/3vkyQbdJGxjDDxDs6N5e/TL4ECfbVZxMLZzvWbHXR/WgDlohfqK.js\";import Artist_Images from\"https://framerusercontent.com/modules/gthE0ywp88Y0fGdwqS94/sEcJdgDjdKfA1TCJ9UTi/vMxs9gLZ_.js\";const Artist_ImagesFonts=getFonts(Artist_Images);const cycleOrder=[\"PIldshAo8\",\"neuSU2hku\",\"Oug2jNrQ_\",\"i_3ZQAnMs\"];const serializationHash=\"framer-Y38hh\";const variantClassNames={i_3ZQAnMs:\"framer-v-1huef29\",neuSU2hku:\"framer-v-8uk4x5\",Oug2jNrQ_:\"framer-v-12cnld0\",PIldshAo8:\"framer-v-1y3fj3t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Artist_1:\"neuSU2hku\",Artist_2:\"Oug2jNrQ_\",Artist_3:\"i_3ZQAnMs\",Main:\"PIldshAo8\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"PIldshAo8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PIldshAo8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1gt7d30=activeVariantCallback(async(...args)=>{setVariant(\"PIldshAo8\");});const onMouseEntergmug4i=activeVariantCallback(async(...args)=>{setVariant(\"neuSU2hku\");});const onMouseEnter12idsf=activeVariantCallback(async(...args)=>{setVariant(\"Oug2jNrQ_\");});const onMouseEnterft2wdi=activeVariantCallback(async(...args)=>{setVariant(\"i_3ZQAnMs\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1y3fj3t\",className,classNames),\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"PIldshAo8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\",...style},...addPropertyOverrides({i_3ZQAnMs:{\"data-framer-name\":\"Artist_3\"},neuSU2hku:{\"data-framer-name\":\"Artist_1\"},Oug2jNrQ_:{\"data-framer-name\":\"Artist_2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zfhn73-container\",layoutDependency:layoutDependency,layoutId:\"bw1oarHIA-container\",children:/*#__PURE__*/_jsx(Artist_Images,{height:\"100%\",id:\"bw1oarHIA\",layoutId:\"bw1oarHIA\",style:{height:\"100%\",width:\"100%\"},variant:\"NvvbYl5Ne\",width:\"100%\",...addPropertyOverrides({i_3ZQAnMs:{variant:\"atgExVkBh\"},neuSU2hku:{variant:\"e7TI3ov1F\"},Oug2jNrQ_:{variant:\"zmyIeJl4f\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-150brpx\",layoutDependency:layoutDependency,layoutId:\"eFUdxUHOz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"Ella\"})}),className:\"framer-1lttuim\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tWJ8QAMmo\",onMouseEnter:onMouseEnter1gt7d30,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{i_3ZQAnMs:{opacity:.4},neuSU2hku:{opacity:.5},Oug2jNrQ_:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"ERnst\"})}),className:\"framer-eza75v\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IJldDu6nB\",onMouseEnter:onMouseEntergmug4i,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},variants:{i_3ZQAnMs:{opacity:.4},neuSU2hku:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"Giovanni\"})}),className:\"framer-1lgk9rb\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fuE6gWXj4\",onMouseEnter:onMouseEnter12idsf,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},variants:{neuSU2hku:{opacity:.4},Oug2jNrQ_:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"NINO\"})}),className:\"framer-1pi8f5y\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZV6Up5aAG\",onMouseEnter:onMouseEnterft2wdi,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},variants:{i_3ZQAnMs:{opacity:1},neuSU2hku:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Ella John haalt inspiratie uit levenslessen en combineert genres als hiphop, trap en dancehall tot haar eigen unieke stijl. Haar energieke maar relaxte vibe loopt als een rode draad door haar muziek en shows. Ze durft diepe, betekenisvolle ervaringen te mengen met zware geluiden zoals trap en boombap. Bekend van 101Barz, CNCPT en haar werk met Rafting Goods, Winne en Smib, zet Ella zich ook in voor vrijwilligerswerk bij Stichting ZSAlliance. Haar thema's: dromen najagen en persoonlijke ontwikkeling.\"})}),className:\"framer-p3qq7d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JHYf8MQax\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({i_3ZQAnMs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:'Nino zal tijdens zijn 15 \\xe0 20 minuten durende optreden zijn verhaal delen als artiest, wat hem uiteindelijk bracht tot het schrijven van zijn eerste boek \"Te Diep Voor Rap\", waarvan inmiddels honderden exemplaren zijn verkocht. Hij zal ook een stuk uit zijn boek voorlezen.'})})},neuSU2hku:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"ERnst zijn grootvader, Willem Kraft van Ermel, was een Nederlandse assistent-resident in Lingga. Hij trouwde met Maria Theresia en kreeg twaalf kinderen, waaronder ernst's vader Maximiliaan, geboren in 1893 in Sumatra.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"zijn vader had twee huwelijken, eerst met Louise Mist (twee zoons) en daarna met zijn moeder, Isah Bintikarta. ERnst werd in 1949 geboren in Pontianak en moest na 'Zwarte Sinterklaas' in 1957 noodgedwongen Indonesi\\xeb verlaten.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Na zijn studie Nederlands in Amsterdam gaf hij jarenlang les in Zaandam. In 2019 zocht hij het graf van zijn vader in Pontianak.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"zijn verhaal draait om z'n gedwongen vertrek als achtjarige verstekeling uit Indonesi\\xeb tijdens de repatri\\xebring van 1958, en zijn zoektocht in 2019 naar het graf van z'n vader in Pontianak.\"})]})},Oug2jNrQ_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Giovanni Masetti del Giovannino brengt zijn interactieve sprooksels en vertelsels tot leven. Als levensartiest heeft hij het eeuwenoude ambacht van het vertellen tot zijn missie gemaakt. Zijn verhalen verbinden, amuseren en bieden nieuwe inzichten voor jong en oud. Elk verhaal wordt afgestemd op het publiek en nodigt uit tot deelname, waarbij de luisteraars een belangrijke rol spelen in de vertelling.\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Y38hh.framer-1qm1ebf, .framer-Y38hh .framer-1qm1ebf { display: block; }\",\".framer-Y38hh.framer-1y3fj3t { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 390px; }\",\".framer-Y38hh .framer-zfhn73-container { flex: none; height: 392px; position: relative; width: 100%; }\",\".framer-Y38hh .framer-150brpx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Y38hh .framer-1lttuim, .framer-Y38hh .framer-eza75v, .framer-Y38hh .framer-1lgk9rb, .framer-Y38hh .framer-1pi8f5y { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Y38hh .framer-p3qq7d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Y38hh.framer-1y3fj3t, .framer-Y38hh .framer-150brpx { gap: 0px; } .framer-Y38hh.framer-1y3fj3t > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Y38hh.framer-1y3fj3t > :first-child, .framer-Y38hh .framer-150brpx > :first-child { margin-top: 0px; } .framer-Y38hh.framer-1y3fj3t > :last-child, .framer-Y38hh .framer-150brpx > :last-child { margin-bottom: 0px; } .framer-Y38hh .framer-150brpx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1055.5\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"neuSU2hku\":{\"layout\":[\"fixed\",\"auto\"]},\"Oug2jNrQ_\":{\"layout\":[\"fixed\",\"auto\"]},\"i_3ZQAnMs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDsYwy9SeJ=withCSS(Component,css,\"framer-Y38hh\");export default FramerDsYwy9SeJ;FramerDsYwy9SeJ.displayName=\"Verhalen Mobile\";FramerDsYwy9SeJ.defaultProps={height:1055.5,width:390};addPropertyControls(FramerDsYwy9SeJ,{variant:{options:[\"PIldshAo8\",\"neuSU2hku\",\"Oug2jNrQ_\",\"i_3ZQAnMs\"],optionTitles:[\"Main\",\"Artist_1\",\"Artist_2\",\"Artist_3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDsYwy9SeJ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...Artist_ImagesFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDsYwy9SeJ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"neuSU2hku\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Oug2jNrQ_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i_3ZQAnMs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"390\",\"framerIntrinsicHeight\":\"1055.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DsYwy9SeJ.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zuzOpYO8E\",\"z9qh254YG\"];const serializationHash=\"framer-wgRq2\";const variantClassNames={z9qh254YG:\"framer-v-d2ot95\",zuzOpYO8E:\"framer-v-16wyzxb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"zuzOpYO8E\",\"Variant 2\":\"z9qh254YG\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"zuzOpYO8E\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zuzOpYO8E\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1garwa0=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(CycleVariantState);});const onMouseLeavea1k9x2=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"zuzOpYO8E\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-16wyzxb\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zuzOpYO8E\",onMouseEnter:onMouseEnter1garwa0,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({z9qh254YG:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeavea1k9x2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:256,pixelWidth:364,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TZvYkTEYulyZY4qNMycMPcfNLog.svg\"},className:\"framer-acoamk\",layoutDependency:layoutDependency,layoutId:\"auVSbZP0i\",style:{rotate:8},variants:{z9qh254YG:{rotate:-14}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wgRq2.framer-1nnn20j, .framer-wgRq2 .framer-1nnn20j { display: block; }\",\".framer-wgRq2.framer-16wyzxb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 243px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 324px; }\",\".framer-wgRq2 .framer-acoamk { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wgRq2.framer-16wyzxb { gap: 0px; } .framer-wgRq2.framer-16wyzxb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wgRq2.framer-16wyzxb > :first-child { margin-left: 0px; } .framer-wgRq2.framer-16wyzxb > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 243\n * @framerIntrinsicWidth 324\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"z9qh254YG\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergQqdXP6Tr=withCSS(Component,css,\"framer-wgRq2\");export default FramergQqdXP6Tr;FramergQqdXP6Tr.displayName=\"Bush\";FramergQqdXP6Tr.defaultProps={height:243,width:324};addPropertyControls(FramergQqdXP6Tr,{variant:{options:[\"zuzOpYO8E\",\"z9qh254YG\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramergQqdXP6Tr,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergQqdXP6Tr\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"324\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"243\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"z9qh254YG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gQqdXP6Tr.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"HDdZZs4TP\",\"g9Z3eh_Oe\"];const serializationHash=\"framer-PnrYs\";const variantClassNames={g9Z3eh_Oe:\"framer-v-l76rp7\",HDdZZs4TP:\"framer-v-rxutea\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"HDdZZs4TP\",\"Variant 2\":\"g9Z3eh_Oe\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"HDdZZs4TP\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HDdZZs4TP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1354,intrinsicWidth:2035.5},className:cx(serializationHash,...sharedStyleClassNames,\"framer-rxutea\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"HDdZZs4TP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({g9Z3eh_Oe:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1354,intrinsicWidth:2035.5,pixelHeight:2708,pixelWidth:4071,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg 4071w\"},className:\"framer-lsqwbr\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"Rwdx_JcMw\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{g9Z3eh_Oe:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}},...addPropertyOverrides({g9Z3eh_Oe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1354,intrinsicWidth:2035.5,pixelHeight:2708,pixelWidth:4071,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px, 1px)`,src:\"https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MmASfGLJUK6D2nGq6X9un3L2k.jpg 4071w\"}}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PnrYs.framer-1kr9ft1, .framer-PnrYs .framer-1kr9ft1 { display: block; }\",\".framer-PnrYs.framer-rxutea { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 798px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-PnrYs .framer-lsqwbr { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PnrYs.framer-rxutea { gap: 0px; } .framer-PnrYs.framer-rxutea > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PnrYs.framer-rxutea > :first-child { margin-left: 0px; } .framer-PnrYs.framer-rxutea > :last-child { margin-right: 0px; } }\",\".framer-PnrYs.framer-v-l76rp7.framer-rxutea { aspect-ratio: 1.5033234859675038 / 1; height: var(--framer-aspect-ratio-supported, 798px); padding: 40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 798\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"g9Z3eh_Oe\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerm9o1N8BHb=withCSS(Component,css,\"framer-PnrYs\");export default Framerm9o1N8BHb;Framerm9o1N8BHb.displayName=\"Photo\";Framerm9o1N8BHb.defaultProps={height:798,width:1200};addPropertyControls(Framerm9o1N8BHb,{variant:{options:[\"HDdZZs4TP\",\"g9Z3eh_Oe\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerm9o1N8BHb,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm9o1N8BHb\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g9Z3eh_Oe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"798\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./m9o1N8BHb.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rUHoEKckHs3HA5cudX6Q/UMC8I4GgJYiVnyUImE0v/G331LaKcM.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/3vkyQbdJGxjDDxDs6N5e/TL4ECfbVZxMLZzvWbHXR/WgDlohfqK.js\";import Artist_Images from\"https://framerusercontent.com/modules/gthE0ywp88Y0fGdwqS94/sEcJdgDjdKfA1TCJ9UTi/vMxs9gLZ_.js\";const Artist_ImagesFonts=getFonts(Artist_Images);const cycleOrder=[\"fQf4ZK6Jq\",\"NKg7ZzPmo\",\"o5E1pEN1H\",\"L_8_ySrp2\"];const serializationHash=\"framer-7mOYQ\";const variantClassNames={fQf4ZK6Jq:\"framer-v-y9qo4u\",L_8_ySrp2:\"framer-v-g0484o\",NKg7ZzPmo:\"framer-v-16uazpv\",o5E1pEN1H:\"framer-v-jnjtzh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Artist_1:\"NKg7ZzPmo\",Artist_2:\"o5E1pEN1H\",Artist_3:\"L_8_ySrp2\",Main:\"fQf4ZK6Jq\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"fQf4ZK6Jq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fQf4ZK6Jq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1c8a2n9=activeVariantCallback(async(...args)=>{setVariant(\"fQf4ZK6Jq\");});const onMouseEnter1f8vlvl=activeVariantCallback(async(...args)=>{setVariant(\"NKg7ZzPmo\");});const onMouseEnter1e4pjk9=activeVariantCallback(async(...args)=>{setVariant(\"o5E1pEN1H\");});const onMouseEnterer8f0a=activeVariantCallback(async(...args)=>{setVariant(\"L_8_ySrp2\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-y9qo4u\",className,classNames),\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"fQf4ZK6Jq\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\",...style},...addPropertyOverrides({L_8_ySrp2:{\"data-framer-name\":\"Artist_3\"},NKg7ZzPmo:{\"data-framer-name\":\"Artist_1\"},o5E1pEN1H:{\"data-framer-name\":\"Artist_2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"600px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t2t0lz-container\",layoutDependency:layoutDependency,layoutId:\"rEfQ2sXGF-container\",children:/*#__PURE__*/_jsx(Artist_Images,{height:\"100%\",id:\"rEfQ2sXGF\",layoutId:\"rEfQ2sXGF\",style:{height:\"100%\",width:\"100%\"},variant:\"NvvbYl5Ne\",width:\"100%\",...addPropertyOverrides({L_8_ySrp2:{variant:\"atgExVkBh\"},NKg7ZzPmo:{variant:\"e7TI3ov1F\"},o5E1pEN1H:{variant:\"zmyIeJl4f\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15by91f\",layoutDependency:layoutDependency,layoutId:\"sUbeTDi9g\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8uwyhp\",layoutDependency:layoutDependency,layoutId:\"y5g_D4Tzt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"Ella\"})}),className:\"framer-1ikkib8\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vvaZOplpc\",onMouseEnter:onMouseEnter1c8a2n9,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{L_8_ySrp2:{opacity:.4},NKg7ZzPmo:{opacity:.5},o5E1pEN1H:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"ERnst\"})}),className:\"framer-1231ruu\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"y8fyl6Sqg\",onMouseEnter:onMouseEnter1f8vlvl,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},variants:{L_8_ySrp2:{opacity:.4},NKg7ZzPmo:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"Giovanni\"})}),className:\"framer-xk8tzx\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bQ4qgzblr\",onMouseEnter:onMouseEnter1e4pjk9,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},variants:{NKg7ZzPmo:{opacity:.4},o5E1pEN1H:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"NINO\"})}),className:\"framer-ld6r89\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BEiAgJ2vR\",onMouseEnter:onMouseEnterer8f0a,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},variants:{L_8_ySrp2:{opacity:1},NKg7ZzPmo:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Ella John haalt inspiratie uit levenslessen en combineert genres als hiphop, trap en dancehall tot haar eigen unieke stijl. Haar energieke maar relaxte vibe loopt als een rode draad door haar muziek en shows. Ze durft diepe, betekenisvolle ervaringen te mengen met zware geluiden zoals trap en boombap. Bekend van 101Barz, CNCPT en haar werk met Rafting Goods, Winne en Smib, zet Ella zich ook in voor vrijwilligerswerk bij Stichting ZSAlliance. Haar thema's: dromen najagen en persoonlijke ontwikkeling.\"})}),className:\"framer-rrgfnx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f4PMiqHlb\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({L_8_ySrp2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:'Nino zal tijdens zijn 15 \\xe0 20 minuten durende optreden zijn verhaal delen als artiest, wat hem uiteindelijk bracht tot het schrijven van zijn eerste boek \"Te Diep Voor Rap\", waarvan inmiddels honderden exemplaren zijn verkocht. Hij zal ook een stuk uit zijn boek voorlezen.'})})},NKg7ZzPmo:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"ERnst zijn grootvader, Willem Kraft van Ermel, was een Nederlandse assistent-resident in Lingga. Hij trouwde met Maria Theresia en kreeg twaalf kinderen, waaronder ernst's vader Maximiliaan, geboren in 1893 in Sumatra.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"zijn vader had twee huwelijken, eerst met Louise Mist (twee zoons) en daarna met zijn moeder, Isah Bintikarta. ERnst werd in 1949 geboren in Pontianak en moest na 'Zwarte Sinterklaas' in 1957 noodgedwongen Indonesi\\xeb verlaten.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Na zijn studie Nederlands in Amsterdam gaf hij jarenlang les in Zaandam. In 2019 zocht hij het graf van zijn vader in Pontianak.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"zijn verhaal draait om z'n gedwongen vertrek als achtjarige verstekeling uit Indonesi\\xeb tijdens de repatri\\xebring van 1958, en zijn zoektocht in 2019 naar het graf van z'n vader in Pontianak.\"})]})},o5E1pEN1H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Giovanni Masetti del Giovannino brengt zijn interactieve sprooksels en vertelsels tot leven. Als levensartiest heeft hij het eeuwenoude ambacht van het vertellen tot zijn missie gemaakt. Zijn verhalen verbinden, amuseren en bieden nieuwe inzichten voor jong en oud. Elk verhaal wordt afgestemd op het publiek en nodigt uit tot deelname, waarbij de luisteraars een belangrijke rol spelen in de vertelling.\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7mOYQ.framer-dhcnmr, .framer-7mOYQ .framer-dhcnmr { display: block; }\",\".framer-7mOYQ.framer-y9qo4u { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 1200px; }\",\".framer-7mOYQ .framer-1t2t0lz-container { flex: none; height: 100%; position: relative; width: 600px; }\",\".framer-7mOYQ .framer-15by91f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 400px; }\",\".framer-7mOYQ .framer-8uwyhp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 43%; }\",\".framer-7mOYQ .framer-1ikkib8, .framer-7mOYQ .framer-1231ruu, .framer-7mOYQ .framer-xk8tzx, .framer-7mOYQ .framer-ld6r89 { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7mOYQ .framer-rrgfnx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7mOYQ .framer-8uwyhp { gap: 0px; } .framer-7mOYQ .framer-8uwyhp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7mOYQ .framer-8uwyhp > :first-child { margin-top: 0px; } .framer-7mOYQ .framer-8uwyhp > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NKg7ZzPmo\":{\"layout\":[\"fixed\",\"fixed\"]},\"o5E1pEN1H\":{\"layout\":[\"fixed\",\"fixed\"]},\"L_8_ySrp2\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPjNP542Pq=withCSS(Component,css,\"framer-7mOYQ\");export default FramerPjNP542Pq;FramerPjNP542Pq.displayName=\"Verhalen\";FramerPjNP542Pq.defaultProps={height:800,width:1200};addPropertyControls(FramerPjNP542Pq,{variant:{options:[\"fQf4ZK6Jq\",\"NKg7ZzPmo\",\"o5E1pEN1H\",\"L_8_ySrp2\"],optionTitles:[\"Main\",\"Artist_1\",\"Artist_2\",\"Artist_3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerPjNP542Pq,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...Artist_ImagesFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPjNP542Pq\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NKg7ZzPmo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o5E1pEN1H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"L_8_ySrp2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"800\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PjNP542Pq.map", "// Generated by Framer (018ad06)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rUHoEKckHs3HA5cudX6Q/UMC8I4GgJYiVnyUImE0v/G331LaKcM.js\";import Artist_Images from\"https://framerusercontent.com/modules/gthE0ywp88Y0fGdwqS94/sEcJdgDjdKfA1TCJ9UTi/vMxs9gLZ_.js\";const Artist_ImagesFonts=getFonts(Artist_Images);const cycleOrder=[\"hOeTNG5ug\",\"JJdaYFiwT\",\"YURO8CjG9\",\"hVYTNDgj2\",\"HZMStzGoD\",\"OU90PQQa0\",\"KnsuaGUUI\",\"Eoa46fXH2\",\"fzccEIL0a\",\"H60xlaM7l\"];const serializationHash=\"framer-bWqcF\";const variantClassNames={Eoa46fXH2:\"framer-v-1k3qh52\",fzccEIL0a:\"framer-v-92vp52\",H60xlaM7l:\"framer-v-6911zl\",hOeTNG5ug:\"framer-v-uvein9\",hVYTNDgj2:\"framer-v-1r42l2i\",HZMStzGoD:\"framer-v-z42plm\",JJdaYFiwT:\"framer-v-17tlsoh\",KnsuaGUUI:\"framer-v-198gp52\",OU90PQQa0:\"framer-v-xeaoq5\",YURO8CjG9:\"framer-v-iuznmi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Artist_1:\"JJdaYFiwT\",Artist_2:\"YURO8CjG9\",Artist_3:\"hVYTNDgj2\",Artist_4:\"HZMStzGoD\",Artist_5:\"OU90PQQa0\",Artist_6:\"KnsuaGUUI\",Artist_7:\"Eoa46fXH2\",Artist_8:\"fzccEIL0a\",Artist_9:\"H60xlaM7l\",Main:\"hOeTNG5ug\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"hOeTNG5ug\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hOeTNG5ug\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1f8oc2x=activeVariantCallback(async(...args)=>{setVariant(\"JJdaYFiwT\");});const onTapg6ll4q=activeVariantCallback(async(...args)=>{setVariant(\"YURO8CjG9\");});const onTap1qy9o8y=activeVariantCallback(async(...args)=>{setVariant(\"hVYTNDgj2\");});const onTap1ygavck=activeVariantCallback(async(...args)=>{setVariant(\"HZMStzGoD\");});const onTapruqh2t=activeVariantCallback(async(...args)=>{setVariant(\"OU90PQQa0\");});const onTapmz271o=activeVariantCallback(async(...args)=>{setVariant(\"KnsuaGUUI\");});const onTap1bpr0ho=activeVariantCallback(async(...args)=>{setVariant(\"Eoa46fXH2\");});const onTap140wpn9=activeVariantCallback(async(...args)=>{setVariant(\"fzccEIL0a\");});const onTap1o08iyl=activeVariantCallback(async(...args)=>{setVariant(\"H60xlaM7l\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-uvein9\",className,classNames),\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"hOeTNG5ug\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\",...style},...addPropertyOverrides({Eoa46fXH2:{\"data-framer-name\":\"Artist_7\"},fzccEIL0a:{\"data-framer-name\":\"Artist_8\"},H60xlaM7l:{\"data-framer-name\":\"Artist_9\"},hVYTNDgj2:{\"data-framer-name\":\"Artist_3\"},HZMStzGoD:{\"data-framer-name\":\"Artist_4\"},JJdaYFiwT:{\"data-framer-name\":\"Artist_1\"},KnsuaGUUI:{\"data-framer-name\":\"Artist_6\"},OU90PQQa0:{\"data-framer-name\":\"Artist_5\"},YURO8CjG9:{\"data-framer-name\":\"Artist_2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-chzm3e-container\",layoutDependency:layoutDependency,layoutId:\"LXtO1HEmm-container\",children:/*#__PURE__*/_jsx(Artist_Images,{height:\"100%\",id:\"LXtO1HEmm\",layoutId:\"LXtO1HEmm\",style:{height:\"100%\",width:\"100%\"},variant:\"nHBkY1Ua6\",width:\"100%\",...addPropertyOverrides({Eoa46fXH2:{variant:\"MJijVuU57\"},fzccEIL0a:{variant:\"svFJgm_O3\"},H60xlaM7l:{variant:\"K6vdxbeQM\"},HZMStzGoD:{variant:\"EKXqR3gzq\"},JJdaYFiwT:{variant:\"eICheUepv\"},KnsuaGUUI:{variant:\"MHDnK07M5\"},OU90PQQa0:{variant:\"TpzqGtpE7\"},YURO8CjG9:{variant:\"q474Ad9jd\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-go2au8\",layoutDependency:layoutDependency,layoutId:\"Qi_cc9y0T\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"naaz\"})}),className:\"framer-1f5mizm\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fAAGjsh8Y\",onTap:onTap1f8oc2x,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Eoa46fXH2:{opacity:.4},fzccEIL0a:{opacity:.4},H60xlaM7l:{opacity:.4},hVYTNDgj2:{opacity:.4},HZMStzGoD:{opacity:.4},KnsuaGUUI:{opacity:.4},OU90PQQa0:{opacity:.4},YURO8CjG9:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"trafassi\"})}),className:\"framer-17a4qaw\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rLMtfQLQ7\",onTap:onTapg6ll4q,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Eoa46fXH2:{opacity:.4},fzccEIL0a:{opacity:.4},H60xlaM7l:{opacity:.4},hVYTNDgj2:{opacity:.4},HZMStzGoD:{opacity:.4},JJdaYFiwT:{opacity:.4},KnsuaGUUI:{opacity:.4},OU90PQQa0:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"engin band\"})}),className:\"framer-6v5fe4\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"earoGDLmA\",onTap:onTap1qy9o8y,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Eoa46fXH2:{opacity:.4},fzccEIL0a:{opacity:.4},H60xlaM7l:{opacity:.4},HZMStzGoD:{opacity:.4},JJdaYFiwT:{opacity:.4},KnsuaGUUI:{opacity:.4},OU90PQQa0:{opacity:.4},YURO8CjG9:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"lorena + the tide\"})}),className:\"framer-12f2rkf\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zw_zEixL8\",onTap:onTap1ygavck,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Eoa46fXH2:{opacity:.4},fzccEIL0a:{opacity:.4},H60xlaM7l:{opacity:.4},hVYTNDgj2:{opacity:.4},JJdaYFiwT:{opacity:.4},KnsuaGUUI:{opacity:.4},OU90PQQa0:{opacity:.4},YURO8CjG9:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"the stickers\"})}),className:\"framer-5r2fd\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"leCxOPjE9\",onTap:onTapruqh2t,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Eoa46fXH2:{opacity:.4},fzccEIL0a:{opacity:.4},H60xlaM7l:{opacity:.4},hVYTNDgj2:{opacity:.4},HZMStzGoD:{opacity:.4},JJdaYFiwT:{opacity:.4},KnsuaGUUI:{opacity:.4},YURO8CjG9:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"dj blue flamingo\"})}),className:\"framer-vj3za4\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZQ3nE1W9f\",onTap:onTapmz271o,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Eoa46fXH2:{opacity:.4},fzccEIL0a:{opacity:.4},H60xlaM7l:{opacity:.4},hVYTNDgj2:{opacity:.4},HZMStzGoD:{opacity:.4},JJdaYFiwT:{opacity:.4},OU90PQQa0:{opacity:.4},YURO8CjG9:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"aj the family man\"})}),className:\"framer-1eypt43\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rQnY2ioyb\",onTap:onTap1bpr0ho,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fzccEIL0a:{opacity:.4},H60xlaM7l:{opacity:.4},hVYTNDgj2:{opacity:.4},HZMStzGoD:{opacity:.4},JJdaYFiwT:{opacity:.4},KnsuaGUUI:{opacity:.4},OU90PQQa0:{opacity:.4},YURO8CjG9:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"Shanti\"})}),className:\"framer-c1jylx\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NMnUfmjfC\",onTap:onTap140wpn9,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Eoa46fXH2:{opacity:.4},H60xlaM7l:{opacity:.4},hVYTNDgj2:{opacity:.4},HZMStzGoD:{opacity:.4},JJdaYFiwT:{opacity:.4},KnsuaGUUI:{opacity:.4},OU90PQQa0:{opacity:.4},YURO8CjG9:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"Vl disappear\"})}),className:\"framer-14nnv20\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Rogc62oY1\",onTap:onTap1o08iyl,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{Eoa46fXH2:{opacity:.4},fzccEIL0a:{opacity:.4},hVYTNDgj2:{opacity:.4},HZMStzGoD:{opacity:.4},JJdaYFiwT:{opacity:.4},KnsuaGUUI:{opacity:.4},OU90PQQa0:{opacity:.4},YURO8CjG9:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:183,intrinsicWidth:268,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ViqdgfW3CYw7dCnHatIMDXh2b2g.svg\"},className:\"framer-r9t9n5\",\"data-framer-name\":\"Laag_1\",layoutDependency:layoutDependency,layoutId:\"aUg9OiI7f\",style:{rotate:0},variants:{Eoa46fXH2:{rotate:4},fzccEIL0a:{rotate:-6},H60xlaM7l:{rotate:-6},hVYTNDgj2:{rotate:7},HZMStzGoD:{rotate:-5},JJdaYFiwT:{rotate:13},KnsuaGUUI:{rotate:-6},OU90PQQa0:{rotate:23},YURO8CjG9:{rotate:-7}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bWqcF.framer-agjdyb, .framer-bWqcF .framer-agjdyb { display: block; }\",\".framer-bWqcF.framer-uvein9 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 390px; }\",\".framer-bWqcF .framer-chzm3e-container { flex: none; height: 392px; position: relative; width: 100%; }\",\".framer-bWqcF .framer-go2au8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bWqcF .framer-1f5mizm, .framer-bWqcF .framer-17a4qaw, .framer-bWqcF .framer-6v5fe4, .framer-bWqcF .framer-12f2rkf, .framer-bWqcF .framer-5r2fd, .framer-bWqcF .framer-vj3za4, .framer-bWqcF .framer-1eypt43, .framer-bWqcF .framer-c1jylx, .framer-bWqcF .framer-14nnv20 { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bWqcF .framer-r9t9n5 { bottom: 277px; flex: none; height: 108px; position: absolute; right: -17px; width: 158px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bWqcF.framer-uvein9, .framer-bWqcF .framer-go2au8 { gap: 0px; } .framer-bWqcF.framer-uvein9 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bWqcF.framer-uvein9 > :first-child, .framer-bWqcF .framer-go2au8 > :first-child { margin-top: 0px; } .framer-bWqcF.framer-uvein9 > :last-child, .framer-bWqcF .framer-go2au8 > :last-child { margin-bottom: 0px; } .framer-bWqcF .framer-go2au8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-bWqcF.framer-v-xeaoq5 .framer-r9t9n5, .framer-bWqcF.framer-v-198gp52 .framer-r9t9n5, .framer-bWqcF.framer-v-1k3qh52 .framer-r9t9n5, .framer-bWqcF.framer-v-92vp52 .framer-r9t9n5, .framer-bWqcF.framer-v-6911zl .framer-r9t9n5 { bottom: 270px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 840\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JJdaYFiwT\":{\"layout\":[\"fixed\",\"auto\"]},\"YURO8CjG9\":{\"layout\":[\"fixed\",\"auto\"]},\"hVYTNDgj2\":{\"layout\":[\"fixed\",\"auto\"]},\"HZMStzGoD\":{\"layout\":[\"fixed\",\"auto\"]},\"OU90PQQa0\":{\"layout\":[\"fixed\",\"auto\"]},\"KnsuaGUUI\":{\"layout\":[\"fixed\",\"auto\"]},\"Eoa46fXH2\":{\"layout\":[\"fixed\",\"auto\"]},\"fzccEIL0a\":{\"layout\":[\"fixed\",\"auto\"]},\"H60xlaM7l\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPQGVH3XY7=withCSS(Component,css,\"framer-bWqcF\");export default FramerPQGVH3XY7;FramerPQGVH3XY7.displayName=\"Artists Mobile\";FramerPQGVH3XY7.defaultProps={height:840,width:390};addPropertyControls(FramerPQGVH3XY7,{variant:{options:[\"hOeTNG5ug\",\"JJdaYFiwT\",\"YURO8CjG9\",\"hVYTNDgj2\",\"HZMStzGoD\",\"OU90PQQa0\",\"KnsuaGUUI\",\"Eoa46fXH2\",\"fzccEIL0a\",\"H60xlaM7l\"],optionTitles:[\"Main\",\"Artist_1\",\"Artist_2\",\"Artist_3\",\"Artist_4\",\"Artist_5\",\"Artist_6\",\"Artist_7\",\"Artist_8\",\"Artist_9\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerPQGVH3XY7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.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\"}]},...Artist_ImagesFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPQGVH3XY7\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"840\",\"framerIntrinsicWidth\":\"390\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JJdaYFiwT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YURO8CjG9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hVYTNDgj2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HZMStzGoD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OU90PQQa0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KnsuaGUUI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Eoa46fXH2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fzccEIL0a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H60xlaM7l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,optimizeAppear,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/rUHoEKckHs3HA5cudX6Q/UMC8I4GgJYiVnyUImE0v/G331LaKcM.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/3vkyQbdJGxjDDxDs6N5e/TL4ECfbVZxMLZzvWbHXR/WgDlohfqK.js\";const ImageWithFX=withFX(Image);const cycleOrder=[\"xAwBzLEoE\",\"inpeXHM69\",\"JmylPK6hY\",\"Zq0fu6Qyw\",\"vKrb_22_n\"];const serializationHash=\"framer-kWIAK\";const variantClassNames={inpeXHM69:\"framer-v-yezkg5\",JmylPK6hY:\"framer-v-okyxjd\",vKrb_22_n:\"framer-v-1xu316y\",xAwBzLEoE:\"framer-v-caep5g\",Zq0fu6Qyw:\"framer-v-mmleps\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.3,ease:[0,.5,.38,1.01],type:\"tween\"};const transition3={delay:0,duration:.3,ease:[.06,.65,.52,1],type:\"tween\"};const animation={opacity:1,rotate:9,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.1,skewX:0,skewY:0,x:0,y:0};const transition4={damping:30,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:-9,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation4={opacity:1,rotate:-9,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition5={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:11,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation6={opacity:1,rotate:11,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition6={damping:30,delay:1,mass:1,stiffness:400,type:\"spring\"};const animation7={opacity:1,rotate:-15,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation8={opacity:1,rotate:-15,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"2\":\"inpeXHM69\",\"3\":\"JmylPK6hY\",\"4\":\"Zq0fu6Qyw\",\"5\":\"vKrb_22_n\",Base:\"xAwBzLEoE\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"xAwBzLEoE\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xAwBzLEoE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"vKrb_22_n\")return true;return false;};const isDisplayed1=()=>{if([\"JmylPK6hY\",\"Zq0fu6Qyw\",\"vKrb_22_n\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"inpeXHM69\",\"JmylPK6hY\",\"Zq0fu6Qyw\",\"vKrb_22_n\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"Zq0fu6Qyw\",\"vKrb_22_n\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({inpeXHM69:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-caep5g\",className,classNames),\"data-framer-name\":\"Base\",layoutDependency:layoutDependency,layoutId:\"xAwBzLEoE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-1bb652b2-f91a-46be-aa5f-69028c0008d2, rgb(242, 168, 197))\",...style},...addPropertyOverrides({inpeXHM69:{\"data-framer-name\":\"2\"},JmylPK6hY:{\"data-framer-name\":\"3\"},vKrb_22_n:{\"data-framer-name\":\"5\"},Zq0fu6Qyw:{\"data-framer-name\":\"4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3iny79\",layoutDependency:layoutDependency,layoutId:\"XYPCJw7Zp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Op zaterdag 7 september 2024 vindt de vierde editie plaats in het prachtige zaandam.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Dit jaar hebben we weer een heerlijke (food)markt met kraampjes waar je kunt genieten van diverse gerechten uit verschillende culturen. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Van 13:00 tot 20:30 uur kun je bij de kraampjes op de markt terecht voor een breed scala aan smakelijke hapjes en gerechten. Er is voor ieder wat wils! \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Bij de bar kun je van 13:00 tot 21:45 uur een verfrissend drankje halen om je dorst te lessen. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"We willen je vriendelijk verzoeken om geen eigen eten en drinken mee te nemen naar het festival, zodat iedereen optimaal kan genieten van het aanbod op de markt. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Kom langs, proef, geniet en ontdek al het lekkers dat het Darwinparkfestival te bieden heeft!\"})]}),className:\"framer-15jwln8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K_pWNBGS0\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kwrcwo\",layoutDependency:layoutDependency,layoutId:\"npYna064q\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:146,intrinsicWidth:138,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xSi65PP3QA0FiLPrThaagkJsvU.svg\"},className:\"framer-pq3125\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"yjE_I87Du\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\"},children:\"Ontdek de wereld op je bord en geniet van de unieke smaken die we te bieden hebben. Eet, drink, en beleef de gezelligheid.\"})}),className:\"framer-1dbgucj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rswA6TgZT\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"a98tjr\",animation,\"caep5g\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,src:\"https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg\",srcSet:\"https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg 2400w\"},className:\"framer-a98tjr\",\"data-framer-appear-id\":\"a98tjr\",\"data-framer-name\":\"Photo 4\",initial:optimizeAppear(\"initial\",\"a98tjr\",animation1,\"caep5g\"),layoutDependency:layoutDependency,layoutId:\"rBGRLDHkp\",style:{rotate:9},...addPropertyOverrides({vKrb_22_n:{\"data-framer-appear-id\":\"q3hsyf\",animate:optimizeAppear(\"animate\",\"q3hsyf\",animation,\"1xu316y\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"424px\",src:\"https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg\",srcSet:\"https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/VZFLLYQ3j7jyS1kqwIiY3q00XPg.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"q3hsyf\",animation1,\"1xu316y\")}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"13yi72w\",animation2,\"caep5g\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,src:\"https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg\",srcSet:\"https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg 2400w\"},className:\"framer-13yi72w\",\"data-framer-appear-id\":\"13yi72w\",\"data-framer-name\":\"Photo 2\",initial:optimizeAppear(\"initial\",\"13yi72w\",animation3,\"caep5g\"),layoutDependency:layoutDependency,layoutId:\"UP8fP_8S6\",style:{rotate:-9},...addPropertyOverrides({JmylPK6hY:{\"data-framer-appear-id\":\"1hf215b\",animate:optimizeAppear(\"animate\",\"1hf215b\",animation4,\"okyxjd\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"232px\",src:\"https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg\",srcSet:\"https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"1hf215b\",animation1,\"okyxjd\")},vKrb_22_n:{\"data-framer-appear-id\":\"1k74vfz\",animate:optimizeAppear(\"animate\",\"1k74vfz\",animation2,\"1xu316y\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"232px\",src:\"https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg\",srcSet:\"https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"1k74vfz\",animation3,\"1xu316y\")},Zq0fu6Qyw:{\"data-framer-appear-id\":\"18pvofp\",animate:optimizeAppear(\"animate\",\"18pvofp\",animation2,\"mmleps\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"232px\",src:\"https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg\",srcSet:\"https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GzDywB9xkBrF1p9MkWpqRp3k7hQ.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"18pvofp\",animation3,\"mmleps\")}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"13t5w34\",animation5,\"caep5g\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,src:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg\",srcSet:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg 2400w\"},className:\"framer-13t5w34\",\"data-framer-appear-id\":\"13t5w34\",\"data-framer-name\":\"Photo 1\",initial:optimizeAppear(\"initial\",\"13t5w34\",animation3,\"caep5g\"),layoutDependency:layoutDependency,layoutId:\"GYhZNT4UL\",style:{rotate:11},...addPropertyOverrides({inpeXHM69:{\"data-framer-appear-id\":\"j7zg84\",animate:optimizeAppear(\"animate\",\"j7zg84\",animation6,\"yezkg5\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"377px\",src:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg\",srcSet:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"j7zg84\",animation1,\"yezkg5\")},JmylPK6hY:{\"data-framer-appear-id\":\"190yhtk\",animate:optimizeAppear(\"animate\",\"190yhtk\",animation5,\"okyxjd\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"377px\",src:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg\",srcSet:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"190yhtk\",animation3,\"okyxjd\")},vKrb_22_n:{\"data-framer-appear-id\":\"16rsybp\",animate:optimizeAppear(\"animate\",\"16rsybp\",animation5,\"1xu316y\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"377px\",src:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg\",srcSet:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"16rsybp\",animation3,\"1xu316y\")},Zq0fu6Qyw:{\"data-framer-appear-id\":\"1eojn25\",animate:optimizeAppear(\"animate\",\"1eojn25\",animation5,\"mmleps\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"377px\",src:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg\",srcSet:\"https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIb0eUYyXkZD87hhDH8AjLKvgg8.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"1eojn25\",animation3,\"mmleps\")}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"av33lq\",animation7,\"caep5g\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,src:\"https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg\",srcSet:\"https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg 2400w\"},className:\"framer-av33lq\",\"data-framer-appear-id\":\"av33lq\",\"data-framer-name\":\"Photo 3\",initial:optimizeAppear(\"initial\",\"av33lq\",animation3,\"caep5g\"),layoutDependency:layoutDependency,layoutId:\"JTwaXUFp0\",style:{rotate:-15},...addPropertyOverrides({vKrb_22_n:{\"data-framer-appear-id\":\"11xgwny\",animate:optimizeAppear(\"animate\",\"11xgwny\",animation7,\"1xu316y\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"332px\",src:\"https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg\",srcSet:\"https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"11xgwny\",animation3,\"1xu316y\")},Zq0fu6Qyw:{\"data-framer-appear-id\":\"10vvt76\",animate:optimizeAppear(\"animate\",\"10vvt76\",animation8,\"mmleps\"),background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"332px\",src:\"https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg\",srcSet:\"https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/pJPSXxHg2usJjMpiNO5UxgNTNXQ.jpg 2400w\"},initial:optimizeAppear(\"initial\",\"10vvt76\",animation1,\"mmleps\")}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kWIAK.framer-a8tzuw, .framer-kWIAK .framer-a8tzuw { display: block; }\",\".framer-kWIAK.framer-caep5g { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-kWIAK .framer-3iny79 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100%; justify-content: flex-start; max-width: 440px; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-kWIAK .framer-15jwln8, .framer-kWIAK .framer-1dbgucj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kWIAK .framer-kwrcwo { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100%; justify-content: flex-end; max-width: 600px; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 1px; }\",\".framer-kWIAK .framer-pq3125 { flex: none; height: 146px; position: relative; width: 138px; }\",\".framer-kWIAK .framer-a98tjr { flex: none; height: 432px; overflow: visible; position: absolute; right: 136px; top: 88px; width: 424px; z-index: 1; }\",\".framer-kWIAK .framer-13yi72w { bottom: 101px; flex: none; height: 236px; left: 351px; overflow: visible; position: absolute; width: 232px; z-index: 1; }\",\".framer-kWIAK .framer-13t5w34 { flex: none; height: 384px; left: 85px; overflow: visible; position: absolute; top: 121px; width: 377px; z-index: 1; }\",\".framer-kWIAK .framer-av33lq { flex: none; height: 338px; overflow: visible; position: absolute; right: 351px; top: calc(50.00000000000002% - 338px / 2); width: 332px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kWIAK .framer-3iny79, .framer-kWIAK .framer-kwrcwo { gap: 0px; } .framer-kWIAK .framer-3iny79 > *, .framer-kWIAK .framer-kwrcwo > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-kWIAK .framer-3iny79 > :first-child, .framer-kWIAK .framer-kwrcwo > :first-child { margin-top: 0px; } .framer-kWIAK .framer-3iny79 > :last-child, .framer-kWIAK .framer-kwrcwo > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"inpeXHM69\":{\"layout\":[\"fixed\",\"fixed\"]},\"JmylPK6hY\":{\"layout\":[\"fixed\",\"fixed\"]},\"Zq0fu6Qyw\":{\"layout\":[\"fixed\",\"fixed\"]},\"vKrb_22_n\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruyjlYrbT_=withCSS(Component,css,\"framer-kWIAK\");export default FrameruyjlYrbT_;FrameruyjlYrbT_.displayName=\"Food&Drinks Desktop\";FrameruyjlYrbT_.defaultProps={height:800,width:1200};addPropertyControls(FrameruyjlYrbT_,{variant:{options:[\"xAwBzLEoE\",\"inpeXHM69\",\"JmylPK6hY\",\"Zq0fu6Qyw\",\"vKrb_22_n\"],optionTitles:[\"Base\",\"2\",\"3\",\"4\",\"5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameruyjlYrbT_,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruyjlYrbT_\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"800\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"inpeXHM69\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JmylPK6hY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Zq0fu6Qyw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vKrb_22_n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uyjlYrbT_.map", "// Generated by Framer (018ad06)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rUHoEKckHs3HA5cudX6Q/UMC8I4GgJYiVnyUImE0v/G331LaKcM.js\";import Artist_Images from\"https://framerusercontent.com/modules/gthE0ywp88Y0fGdwqS94/sEcJdgDjdKfA1TCJ9UTi/vMxs9gLZ_.js\";const Artist_ImagesFonts=getFonts(Artist_Images);const cycleOrder=[\"LSPDIar9u\",\"QnYNyudYD\",\"fk49rtqbY\",\"WnB9YuaMN\",\"UdAyj6dMS\",\"fFxs1YPy3\",\"oYuVwfJgb\",\"JCtBdE5gh\",\"YQ91gDUke\",\"FZP7ZuIfH\"];const serializationHash=\"framer-tTusC\";const variantClassNames={fFxs1YPy3:\"framer-v-139qp9o\",fk49rtqbY:\"framer-v-odgajo\",FZP7ZuIfH:\"framer-v-8rvv76\",JCtBdE5gh:\"framer-v-1scjl41\",LSPDIar9u:\"framer-v-iceko7\",oYuVwfJgb:\"framer-v-dpre7h\",QnYNyudYD:\"framer-v-1nzsoqi\",UdAyj6dMS:\"framer-v-6lgglm\",WnB9YuaMN:\"framer-v-v8u6cp\",YQ91gDUke:\"framer-v-11g52g0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 7\":\"JCtBdE5gh\",\"Variant 8\":\"YQ91gDUke\",\"Variant 9\":\"FZP7ZuIfH\",Artist_1:\"QnYNyudYD\",Artist_2:\"fk49rtqbY\",Artist_3:\"WnB9YuaMN\",Artist_4:\"UdAyj6dMS\",Artist_5:\"fFxs1YPy3\",Artist_6:\"oYuVwfJgb\",Main:\"LSPDIar9u\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"LSPDIar9u\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LSPDIar9u\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1lxz95a=activeVariantCallback(async(...args)=>{setVariant(\"QnYNyudYD\");});const onMouseEnter97g03n=activeVariantCallback(async(...args)=>{setVariant(\"fk49rtqbY\");});const onMouseEnterv7jj7q=activeVariantCallback(async(...args)=>{setVariant(\"WnB9YuaMN\");});const onMouseEnter5ivn3w=activeVariantCallback(async(...args)=>{setVariant(\"UdAyj6dMS\");});const onMouseEnter6pehna=activeVariantCallback(async(...args)=>{setVariant(\"fFxs1YPy3\");});const onMouseEnter1aaele2=activeVariantCallback(async(...args)=>{setVariant(\"oYuVwfJgb\");});const onMouseEnter1hzcngv=activeVariantCallback(async(...args)=>{setVariant(\"JCtBdE5gh\");});const onMouseEnter1okk3gd=activeVariantCallback(async(...args)=>{setVariant(\"YQ91gDUke\");});const onMouseEnterxtfuqm=activeVariantCallback(async(...args)=>{setVariant(\"FZP7ZuIfH\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-iceko7\",className,classNames),\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"LSPDIar9u\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\",...style},...addPropertyOverrides({fFxs1YPy3:{\"data-framer-name\":\"Artist_5\"},fk49rtqbY:{\"data-framer-name\":\"Artist_2\"},FZP7ZuIfH:{\"data-framer-name\":\"Variant 9\"},JCtBdE5gh:{\"data-framer-name\":\"Variant 7\"},oYuVwfJgb:{\"data-framer-name\":\"Artist_6\"},QnYNyudYD:{\"data-framer-name\":\"Artist_1\"},UdAyj6dMS:{\"data-framer-name\":\"Artist_4\"},WnB9YuaMN:{\"data-framer-name\":\"Artist_3\"},YQ91gDUke:{\"data-framer-name\":\"Variant 8\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"600px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kxzcpf-container\",layoutDependency:layoutDependency,layoutId:\"sb2jiJcgj-container\",children:/*#__PURE__*/_jsx(Artist_Images,{height:\"100%\",id:\"sb2jiJcgj\",layoutId:\"sb2jiJcgj\",style:{height:\"100%\",width:\"100%\"},variant:\"nHBkY1Ua6\",width:\"100%\",...addPropertyOverrides({fFxs1YPy3:{variant:\"TpzqGtpE7\"},fk49rtqbY:{variant:\"q474Ad9jd\"},FZP7ZuIfH:{variant:\"K6vdxbeQM\"},JCtBdE5gh:{variant:\"MJijVuU57\"},oYuVwfJgb:{variant:\"MHDnK07M5\"},QnYNyudYD:{variant:\"eICheUepv\"},UdAyj6dMS:{variant:\"EKXqR3gzq\"},YQ91gDUke:{variant:\"svFJgm_O3\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vnv7sw\",layoutDependency:layoutDependency,layoutId:\"gIi9Gj7TR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"naaz\"})}),className:\"framer-12w35jq\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xukn2jfkh\",onMouseEnter:onMouseEnter1lxz95a,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fFxs1YPy3:{opacity:.4},fk49rtqbY:{opacity:.4},FZP7ZuIfH:{opacity:.4},JCtBdE5gh:{opacity:.4},oYuVwfJgb:{opacity:.4},UdAyj6dMS:{opacity:.4},WnB9YuaMN:{opacity:.4},YQ91gDUke:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"trafassi\"})}),className:\"framer-1lx8vpd\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kqSteaMdF\",onMouseEnter:onMouseEnter97g03n,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fFxs1YPy3:{opacity:.4},FZP7ZuIfH:{opacity:.4},JCtBdE5gh:{opacity:.4},oYuVwfJgb:{opacity:.4},QnYNyudYD:{opacity:.4},UdAyj6dMS:{opacity:.4},WnB9YuaMN:{opacity:.4},YQ91gDUke:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"engin band\"})}),className:\"framer-c047ch\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T5iGUVA_Q\",onMouseEnter:onMouseEnterv7jj7q,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fFxs1YPy3:{opacity:.4},fk49rtqbY:{opacity:.4},FZP7ZuIfH:{opacity:.4},JCtBdE5gh:{opacity:.4},oYuVwfJgb:{opacity:.4},QnYNyudYD:{opacity:.4},UdAyj6dMS:{opacity:.4},YQ91gDUke:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"lorena + the tide\"})}),className:\"framer-z8hgsw\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XdnS8vrE9\",onMouseEnter:onMouseEnter5ivn3w,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fFxs1YPy3:{opacity:.4},fk49rtqbY:{opacity:.4},FZP7ZuIfH:{opacity:.4},JCtBdE5gh:{opacity:.4},oYuVwfJgb:{opacity:.4},QnYNyudYD:{opacity:.4},WnB9YuaMN:{opacity:.4},YQ91gDUke:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"the stickers\"})}),className:\"framer-1b3fk64\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UVPf8oXY3\",onMouseEnter:onMouseEnter6pehna,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fk49rtqbY:{opacity:.4},FZP7ZuIfH:{opacity:.4},JCtBdE5gh:{opacity:.4},oYuVwfJgb:{opacity:.4},QnYNyudYD:{opacity:.4},UdAyj6dMS:{opacity:.4},WnB9YuaMN:{opacity:.4},YQ91gDUke:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"dj blue flamingo\"})}),className:\"framer-2l2cw7\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ukGUYR7hj\",onMouseEnter:onMouseEnter1aaele2,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fFxs1YPy3:{opacity:.4},fk49rtqbY:{opacity:.4},FZP7ZuIfH:{opacity:.4},JCtBdE5gh:{opacity:.4},QnYNyudYD:{opacity:.4},UdAyj6dMS:{opacity:.4},WnB9YuaMN:{opacity:.4},YQ91gDUke:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"aj the family man\"})}),className:\"framer-2wy0p7\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LQCSzCToi\",onMouseEnter:onMouseEnter1hzcngv,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fFxs1YPy3:{opacity:.4},fk49rtqbY:{opacity:.4},FZP7ZuIfH:{opacity:.4},oYuVwfJgb:{opacity:.4},QnYNyudYD:{opacity:.4},UdAyj6dMS:{opacity:.4},WnB9YuaMN:{opacity:.4},YQ91gDUke:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"shanti\"})}),className:\"framer-1bxx7qq\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"N1joYRGms\",onMouseEnter:onMouseEnter1okk3gd,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fFxs1YPy3:{opacity:.4},fk49rtqbY:{opacity:.4},FZP7ZuIfH:{opacity:.4},JCtBdE5gh:{opacity:.4},oYuVwfJgb:{opacity:.4},QnYNyudYD:{opacity:.4},UdAyj6dMS:{opacity:.4},WnB9YuaMN:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"vl disappear\"})}),className:\"framer-1h4f9gw\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ArbZM6MSx\",onMouseEnter:onMouseEnterxtfuqm,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{fFxs1YPy3:{opacity:.4},fk49rtqbY:{opacity:.4},JCtBdE5gh:{opacity:.4},oYuVwfJgb:{opacity:.4},QnYNyudYD:{opacity:.4},UdAyj6dMS:{opacity:.4},WnB9YuaMN:{opacity:.4},YQ91gDUke:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:183,intrinsicWidth:268,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ViqdgfW3CYw7dCnHatIMDXh2b2g.svg\"},className:\"framer-1b69db3\",\"data-framer-name\":\"Laag_1\",layoutDependency:layoutDependency,layoutId:\"ygWDzhfcX\",style:{rotate:0},variants:{QnYNyudYD:{rotate:8}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tTusC.framer-l9lq8l, .framer-tTusC .framer-l9lq8l { display: block; }\",\".framer-tTusC.framer-iceko7 { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 1200px; }\",\".framer-tTusC .framer-kxzcpf-container { flex: none; height: 100%; position: relative; width: 600px; }\",\".framer-tTusC .framer-1vnv7sw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-tTusC .framer-12w35jq, .framer-tTusC .framer-1lx8vpd, .framer-tTusC .framer-c047ch, .framer-tTusC .framer-z8hgsw, .framer-tTusC .framer-1b3fk64, .framer-tTusC .framer-2l2cw7, .framer-tTusC .framer-2wy0p7, .framer-tTusC .framer-1bxx7qq, .framer-tTusC .framer-1h4f9gw { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tTusC .framer-1b69db3 { flex: none; height: 183px; position: absolute; right: -71px; top: 166px; width: 268px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tTusC .framer-1vnv7sw { gap: 0px; } .framer-tTusC .framer-1vnv7sw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tTusC .framer-1vnv7sw > :first-child { margin-top: 0px; } .framer-tTusC .framer-1vnv7sw > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"QnYNyudYD\":{\"layout\":[\"fixed\",\"fixed\"]},\"fk49rtqbY\":{\"layout\":[\"fixed\",\"fixed\"]},\"WnB9YuaMN\":{\"layout\":[\"fixed\",\"fixed\"]},\"UdAyj6dMS\":{\"layout\":[\"fixed\",\"fixed\"]},\"fFxs1YPy3\":{\"layout\":[\"fixed\",\"fixed\"]},\"oYuVwfJgb\":{\"layout\":[\"fixed\",\"fixed\"]},\"JCtBdE5gh\":{\"layout\":[\"fixed\",\"fixed\"]},\"YQ91gDUke\":{\"layout\":[\"fixed\",\"fixed\"]},\"FZP7ZuIfH\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWJe1gnTBO=withCSS(Component,css,\"framer-tTusC\");export default FramerWJe1gnTBO;FramerWJe1gnTBO.displayName=\"Artists\";FramerWJe1gnTBO.defaultProps={height:800,width:1200};addPropertyControls(FramerWJe1gnTBO,{variant:{options:[\"LSPDIar9u\",\"QnYNyudYD\",\"fk49rtqbY\",\"WnB9YuaMN\",\"UdAyj6dMS\",\"fFxs1YPy3\",\"oYuVwfJgb\",\"JCtBdE5gh\",\"YQ91gDUke\",\"FZP7ZuIfH\"],optionTitles:[\"Main\",\"Artist_1\",\"Artist_2\",\"Artist_3\",\"Artist_4\",\"Artist_5\",\"Artist_6\",\"Variant 7\",\"Variant 8\",\"Variant 9\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWJe1gnTBO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.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\"}]},...Artist_ImagesFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWJe1gnTBO\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"800\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QnYNyudYD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fk49rtqbY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WnB9YuaMN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UdAyj6dMS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fFxs1YPy3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oYuVwfJgb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JCtBdE5gh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YQ91gDUke\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FZP7ZuIfH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (838580a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"nkLAXLKSu\",\"NJPhxY5pp\"];const serializationHash=\"framer-iRRy9\";const variantClassNames={NJPhxY5pp:\"framer-v-1d7zbmk\",nkLAXLKSu:\"framer-v-ssvz15\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"nkLAXLKSu\",\"Variant 2\":\"NJPhxY5pp\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"nkLAXLKSu\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nkLAXLKSu\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1garwa0=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(CycleVariantState);});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ssvz15\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nkLAXLKSu\",onMouseEnter:onMouseEnter1garwa0,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({NJPhxY5pp:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:187,pixelWidth:216,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZMXvUfnJgu33K3l4LSdLVGBkROo.svg\"},className:\"framer-1imvgdr\",layoutDependency:layoutDependency,layoutId:\"KBEN57D_w\",style:{rotate:0},variants:{NJPhxY5pp:{rotate:24}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iRRy9.framer-19z0za2, .framer-iRRy9 .framer-19z0za2 { display: block; }\",\".framer-iRRy9.framer-ssvz15 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 429px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 407px; }\",\".framer-iRRy9 .framer-1imvgdr { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iRRy9.framer-ssvz15 { gap: 0px; } .framer-iRRy9.framer-ssvz15 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iRRy9.framer-ssvz15 > :first-child { margin-left: 0px; } .framer-iRRy9.framer-ssvz15 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 429\n * @framerIntrinsicWidth 407\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NJPhxY5pp\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerx2M7IgA2V=withCSS(Component,css,\"framer-iRRy9\");export default Framerx2M7IgA2V;Framerx2M7IgA2V.displayName=\"Bloom\";Framerx2M7IgA2V.defaultProps={height:429,width:407};addPropertyControls(Framerx2M7IgA2V,{variant:{options:[\"nkLAXLKSu\",\"NJPhxY5pp\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerx2M7IgA2V,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx2M7IgA2V\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"407\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NJPhxY5pp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"429\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./x2M7IgA2V.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Post Regular\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Post Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/03NHthLBfQJbc4xxhLHBsSngc.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://app.framerstatic.com/Inter-Black.cyrillic-ext-TU4ITVTR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-JX7CGTYD.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ext-LS3GCBFI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ZWCJHBP5.woff2\",weight:\"900\"},{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://app.framerstatic.com/Inter-Black.latin-ext-BZLEUMX6.woff2\",weight:\"900\"},{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://app.framerstatic.com/Inter-Black.latin-TETRYDF7.woff2\",weight:\"900\"},{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://app.framerstatic.com/Inter-Black.vietnamese-RXQCC3EJ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-ext-TRM4ITYR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-FPHIQVZS.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-ext-JTGUUSP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-LUNA3RFO.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BlackItalic.latin-ext-KU7ICFYH.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BlackItalic.latin-FRVXWQSB.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BlackItalic.vietnamese-2Q7MQKJX.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"}]}];export const css=['.framer-GLTf4 .framer-styles-preset-72zm7v:not(.rich-text-wrapper), .framer-GLTf4 .framer-styles-preset-72zm7v.rich-text-wrapper h2 { --framer-font-family: \"Post Regular\", \"Post Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 0.6em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-95971400-cb51-401b-ab64-b3489511f4e9, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-GLTf4\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2c4b293)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js\";import{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/7oWoX9MqdnxameM59dqC/Lottie.js\";import FoodDrinksMobile from\"#framer/local/canvasComponent/aryAdHiL2/aryAdHiL2.js\";import VerhalenMobile from\"#framer/local/canvasComponent/DsYwy9SeJ/DsYwy9SeJ.js\";import Bush from\"#framer/local/canvasComponent/gQqdXP6Tr/gQqdXP6Tr.js\";import Link from\"#framer/local/canvasComponent/Lybagu5hL/Lybagu5hL.js\";import Photo from\"#framer/local/canvasComponent/m9o1N8BHb/m9o1N8BHb.js\";import Verhalen from\"#framer/local/canvasComponent/PjNP542Pq/PjNP542Pq.js\";import ArtistsMobile from\"#framer/local/canvasComponent/PQGVH3XY7/PQGVH3XY7.js\";import Menu from\"#framer/local/canvasComponent/T3xMyg1f2/T3xMyg1f2.js\";import Footer from\"#framer/local/canvasComponent/tNq7hT4td/tNq7hT4td.js\";import FoodDrinksDesktop from\"#framer/local/canvasComponent/uyjlYrbT_/uyjlYrbT_.js\";import Artists from\"#framer/local/canvasComponent/WJe1gnTBO/WJe1gnTBO.js\";import Bloom from\"#framer/local/canvasComponent/x2M7IgA2V/x2M7IgA2V.js\";import*as sharedStyle from\"#framer/local/css/G331LaKcM/G331LaKcM.js\";import*as sharedStyle5 from\"#framer/local/css/NWlwakShD/NWlwakShD.js\";import*as sharedStyle2 from\"#framer/local/css/RADKNVu1X/RADKNVu1X.js\";import*as sharedStyle4 from\"#framer/local/css/RSL62T1FF/RSL62T1FF.js\";import*as sharedStyle3 from\"#framer/local/css/UVBuURTyT/UVBuURTyT.js\";import*as sharedStyle1 from\"#framer/local/css/WgDlohfqK/WgDlohfqK.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const MenuFonts=getFonts(Menu);const BushFonts=getFonts(Bush);const ContainerWithFX=withFX(Container);const BloomFonts=getFonts(Bloom);const LottieFonts=getFonts(Lottie);const PhotoFonts=getFonts(Photo);const PhotoWithVariantAppearEffect=withVariantAppearEffect(Photo);const ArtistsFonts=getFonts(Artists);const ArtistsWithVariantAppearEffect=withVariantAppearEffect(Artists);const ArtistsMobileFonts=getFonts(ArtistsMobile);const FoodDrinksDesktopFonts=getFonts(FoodDrinksDesktop);const FoodDrinksDesktopWithVariantAppearEffect=withVariantAppearEffect(FoodDrinksDesktop);const FoodDrinksMobileFonts=getFonts(FoodDrinksMobile);const FoodDrinksMobileWithVariantAppearEffect=withVariantAppearEffect(FoodDrinksMobile);const CarouselFonts=getFonts(Carousel);const VerhalenMobileFonts=getFonts(VerhalenMobile);const VerhalenFonts=getFonts(Verhalen);const LinkFonts=getFonts(Link);const FooterFonts=getFonts(Footer);const cycleOrder=[\"WQLkyLRf1\",\"uyXf1dJm2\",\"PkbBCHJrt\"];const breakpoints={PkbBCHJrt:\"(min-width: 810px) and (max-width: 1439px)\",uyXf1dJm2:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-fEp3h\";const variantClassNames={PkbBCHJrt:\"framer-v-1vgo62y\",uyXf1dJm2:\"framer-v-1wrgws4\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"uyXf1dJm2\",Tablet:\"PkbBCHJrt\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-fEp3h`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-fEp3h`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const id=useRouteElementId(\"FnULjFhby\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"uyXf1dJm2\")return false;return true;};const ref3=React.useRef(null);const id1=useRouteElementId(\"K7CdD5xIm\");const id2=useRouteElementId(\"QwrkJub4h\");const ref4=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"uyXf1dJm2\",\"PkbBCHJrt\"].includes(baseVariant))return false;return true;};const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const ref12=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if([\"uyXf1dJm2\",\"PkbBCHJrt\"].includes(baseVariant))return true;return false;};const id3=useRouteElementId(\"Adt3vu0Ey\");const id4=useRouteElementId(\"o62dQ6H34\");const id5=useRouteElementId(\"YcFS50GoS\");const id6=useRouteElementId(\"ylmTortcm\");const id7=useRouteElementId(\"KmLUsy51i\");const id8=useRouteElementId(\"aCxGkb5Y1\");const id9=useRouteElementId(\"y5bPLM7QO\");const id10=useRouteElementId(\"g9r1JYp4k\");const id11=useRouteElementId(\"U7nCOkQrq\");const ref13=React.useRef(null);const ref14=React.useRef(null);const ref15=React.useRef(null);const ref16=React.useRef(null);const ref17=React.useRef(null);const ref18=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"uyXf1dJm2\")return true;return false;};const id12=useRouteElementId(\"RNMI7lCzW\");const ref19=React.useRef(null);const id13=useRouteElementId(\"tAGuOPKR8\");const id14=useRouteElementId(\"EUE_is9k4\");const id15=useRouteElementId(\"mr7xtFUxW\");const ref20=React.useRef(null);const id16=useRouteElementId(\"Fcbzs8Czb\");const id17=useRouteElementId(\"lUWfFX5wc\");const id18=useRouteElementId(\"JyUYTIjFx\");const id19=useRouteElementId(\"CAgbUGQ7b\");const ref21=React.useRef(null);const id20=useRouteElementId(\"oTptNkUeT\");const ref22=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"PkbBCHJrt\")return true;return false;};const id21=useRouteElementId(\"LNodhqG7c\");const ref23=React.useRef(null);const id22=useRouteElementId(\"hLh2omuyQ\");const ref24=React.useRef(null);const id23=useRouteElementId(\"Yb9Hci90S\");const ref25=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:152,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5i682b-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{MxldWf4F_:\"20px\",variant:\"sEX86lMa3\"}},children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"J3A41eO3L\",layoutId:\"J3A41eO3L\",MxldWf4F_:\"40px\",style:{width:\"100%\"},variant:\"VK4O9hRXK\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ykid0x\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16a0rf1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hiiiqm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:407,intrinsicWidth:580,loading:getLoadingLazyAtYPosition(168.10000000000002),positionX:\"center\",positionY:\"center\",sizes:\"450px\",src:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg\",srcSet:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg 580w\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:407,intrinsicWidth:580,loading:getLoadingLazyAtYPosition(382.9),positionX:\"center\",positionY:\"center\",sizes:\"187px\",src:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg\",srcSet:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg 580w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:407,intrinsicWidth:580,loading:getLoadingLazyAtYPosition(168.10000000000002),positionX:\"center\",positionY:\"center\",sizes:\"520px\",src:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg\",srcSet:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg 580w\"},className:\"framer-1gyh82s\",\"data-framer-name\":\"Logo\",name:\"Logo\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uyb952\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"07-09-2024\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1Bvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Post Regular\", \"Post Regular Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-line-height\":\"0.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"07-09-2024\"})}),className:\"framer-1e4x2dx\",fonts:[\"CUSTOM;Post Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"13:00 tot 22:00\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1Bvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Post Regular\", \"Post Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"13:00 tot 22:00\"})}),className:\"framer-1m0p1w3\",fonts:[\"CUSTOM;Post Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"gratis toegang\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1Bvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Post Regular\", \"Post Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"gratis toegang\"})}),className:\"framer-164py7w\",fonts:[\"CUSTOM;Post Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{height:249,width:\"355px\",y:-.5},uyXf1dJm2:{height:170,width:\"241px\",y:18}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:285,width:\"406px\",y:474.5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:80,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-sjhdle-container\",children:/*#__PURE__*/_jsx(Bush,{height:\"100%\",id:\"i1M7LGMdw\",layoutId:\"i1M7LGMdw\",style:{height:\"100%\",width:\"100%\"},variant:\"zuzOpYO8E\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{height:338,width:\"321px\",y:746.5},uyXf1dJm2:{height:239,width:\"227px\",y:755}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:429,width:\"407px\",y:525,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-uwp0ss-container\",children:/*#__PURE__*/_jsx(Bloom,{height:\"100%\",id:\"roXM1gr1Y\",layoutId:\"roXM1gr1Y\",style:{height:\"100%\",width:\"100%\"},variant:\"nkLAXLKSu\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13idids\",id:id,ref:ref2,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ljvn2s-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"x1UxlZyUT\",isForwardsDirection:true,layoutId:\"x1UxlZyUT\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/CmxoYvrhA6uqTB6ilEVf0PqK1P0.json\",srcType:\"Upload\",srcUrl:\"https://raw.githubusercontent.com/framer/Lottie/master/Lottie.framerfx/assets/logo.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-12xo526\",\"data-styles-preset\":\"RADKNVu1X\",children:\"Bij het Darwinparkfestival draait alles om het samenbrengen van mensen door middel van kunst en cultuur. We geloven dat het delen van creativiteit en expressie de nieuwsgierigheid en verbondenheid tussen mensen bevordert, en bijdraagt aan een sterkere sociale cohesie in onze prachtige wijk.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"Bij het Darwinparkfestival draait alles om het samenbrengen van mensen door middel van kunst en cultuur. We geloven dat het delen van creativiteit en expressie de nieuwsgierigheid en verbondenheid tussen mensen bevordert, en bijdraagt aan een sterkere sociale cohesie in onze prachtige wijk.\"})}),className:\"framer-ceo68o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-hxh0z0 hidden-1wrgws4\"}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{y:2e3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:798,width:\"100vw\",y:2200,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kl0kjh-container hidden-1wrgws4\",children:/*#__PURE__*/_jsx(PhotoWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"g9Z3eh_Oe\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"QBoA37rdv\",layoutId:\"QBoA37rdv\",style:{height:\"100%\",width:\"100%\"},variant:\"HDdZZs4TP\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-wle1up hidden-1wrgws4\",id:id1,ref:ref3}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wn8rlt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wzpay6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wdd28n\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:476,intrinsicWidth:432,loading:getLoadingLazyAtYPosition(1584),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pVPrsrCNhHO5cFdgRSsacZ3wOtk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:476,intrinsicWidth:432,loading:getLoadingLazyAtYPosition(3138),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pVPrsrCNhHO5cFdgRSsacZ3wOtk.svg\"},className:\"framer-2nlsxq\",\"data-framer-name\":\"Open podium\",name:\"Open podium\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Podium\"})}),className:\"framer-1jgyo6j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11x1oev\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1plarjl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"13:00 - 14:45\"})}),className:\"framer-1u5768m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Open podium\"})}),className:\"framer-1aka09d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rdrcq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"15:00 - 15:15\"})}),className:\"framer-a2o77n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"shanti\"})}),className:\"framer-sblgnp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iakzfo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"15:15 - 15:30\"})}),className:\"framer-w8l74u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"aj the family man\"})}),className:\"framer-afhv6t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13jzy2b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"15:45 - 16:15\"})}),className:\"framer-jczzak\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"vl disappear\"})}),className:\"framer-desjjq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11h8fhr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"16:30 - 17:00\"})}),className:\"framer-rbpbqh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"trafassi\"})}),className:\"framer-1s7cl7m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w3zqt1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"17:45 - 18:45\"})}),className:\"framer-1kpf1ke\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"engin\"})}),className:\"framer-1fjinfv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ozioiz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"19:15 - 19:35\"})}),className:\"framer-1ibyvj6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"lorena + the tide\"})}),className:\"framer-1agk0q5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rm2nq0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"20:20 - 21:05\"})}),className:\"framer-180uzyx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"naaz\"})}),className:\"framer-h8z2xm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dbnb5h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"21:30 - 22:00\"})}),className:\"framer-hfu5vp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"the stickers\"})}),className:\"framer-wa9d58\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8yfkvj\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-131fq2f\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:409,intrinsicWidth:439,loading:getLoadingLazyAtYPosition(5114.555555555556),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/j7DjGx4Isqzxf5N161h8Ewp0Flc.svg\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:409,intrinsicWidth:439,loading:getLoadingLazyAtYPosition(4586.555555555556),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/j7DjGx4Isqzxf5N161h8Ewp0Flc.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:409,intrinsicWidth:439,loading:getLoadingLazyAtYPosition(4042.2958744621615),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/j7DjGx4Isqzxf5N161h8Ewp0Flc.svg\"},className:\"framer-cojji3\",\"data-framer-name\":\"Laag_1\",name:\"Laag_1\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Verhalentent\"})}),className:\"framer-7bp0yi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13yk489\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ulvk05\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"15:00\"})}),className:\"framer-yexion\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Giovanni\"})}),className:\"framer-19h5cz6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rfmoyq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"15:30\"})}),className:\"framer-1f04nep\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"ella\"})}),className:\"framer-12t3kvn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q8lu2s\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"16:00\"})}),className:\"framer-1y5tw92\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Ernst\"})}),className:\"framer-w8jx0y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ei4d8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"16:30\"})}),className:\"framer-wzauoy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Nino\"})}),className:\"framer-1m04z3y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vypiky\",id:id2,ref:ref4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-72zm7v\",\"data-styles-preset\":\"NWlwakShD\",children:\"Artiesten\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-15hzii9\",\"data-styles-preset\":\"RSL62T1FF\",children:\"Artiesten\"})}),className:\"framer-qc4sh1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18nvpy8\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:5362.555555555556,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19nor3y-container hidden-1wrgws4 hidden-1vgo62y\",children:/*#__PURE__*/_jsx(ArtistsWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref5,target:\"QnYNyudYD\"},{ref:ref6,target:\"fk49rtqbY\"},{ref:ref7,target:\"WnB9YuaMN\"},{ref:ref8,target:\"UdAyj6dMS\"},{ref:ref9,target:\"fFxs1YPy3\"},{ref:ref10,target:\"oYuVwfJgb\"},{ref:ref11,target:\"JCtBdE5gh\"},{ref:ref12,target:\"YQ91gDUke\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"RaLbJLrdm\",layoutId:\"RaLbJLrdm\",style:{height:\"100%\",width:\"100%\"},variant:\"LSPDIar9u\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{height:840,width:\"100vw\",y:6434.81523664895},uyXf1dJm2:{height:840,width:\"100vw\",y:6156.81523664895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ix318h-container hidden-72rtr7\",children:/*#__PURE__*/_jsx(ArtistsMobile,{height:\"100%\",id:\"PYzepNTG_\",layoutId:\"PYzepNTG_\",style:{width:\"100%\"},variant:\"hOeTNG5ug\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1al0uwc hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-1\",id:id3,name:\"Trigger-1\",ref:ref5}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-88752j hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-2\",id:id4,name:\"Trigger-2\",ref:ref6}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-jh9yvn hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-3\",id:id5,name:\"Trigger-3\",ref:ref7}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ewsyyn hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-4\",id:id6,name:\"Trigger-4\",ref:ref8}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y6oovv hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-5\",id:id7,name:\"Trigger-5\",ref:ref9}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-t6cdt0 hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-6\",id:id8,name:\"Trigger-6\",ref:ref10}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-u8wfxc hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-7\",id:id9,name:\"Trigger-7\",ref:ref11}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lvf89t hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-8\",id:id10,name:\"Trigger-8\",ref:ref12}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hbn7p0 hidden-1wrgws4 hidden-1vgo62y\",\"data-framer-name\":\"Trigger-9\",name:\"Trigger-9\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fs1gjc\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nvp8u8\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{y:7474.81523664895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:11062.555555555555,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vfy363-container hidden-1wrgws4\",id:id11,ref:ref18,children:/*#__PURE__*/_jsx(FoodDrinksDesktopWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref13,target:\"xAwBzLEoE\"},{ref:ref14,target:\"inpeXHM69\"},{ref:ref15,target:\"JmylPK6hY\"},{ref:ref16,target:\"Zq0fu6Qyw\"},{ref:ref17,target:\"vKrb_22_n\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"U7nCOkQrq\",layoutId:\"U7nCOkQrq\",style:{height:\"100%\",width:\"100%\"},variant:\"xAwBzLEoE\",width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{height:1258,width:\"100vw\",y:7196.81523664895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rs6swh-container hidden-72rtr7 hidden-1vgo62y\",id:id12,ref:ref19,children:/*#__PURE__*/_jsx(FoodDrinksMobileWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref13,target:\"YTWmYQVIY\"},{ref:ref14,target:\"Uoluk8YMo\"},{ref:ref15,target:\"TBMv6XkWq\"},{ref:ref16,target:\"HKQCb61Qc\"},{ref:ref9,target:\"lJ7rzQaVs\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"RNMI7lCzW\",layoutId:\"RNMI7lCzW\",style:{width:\"100%\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yjr5c6 hidden-1wrgws4\",id:id13,ref:ref13}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-eg9l5w hidden-1wrgws4\",id:id14,ref:ref14}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-hvbyra hidden-1wrgws4\",id:id15,ref:ref20}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ifo1wt hidden-1wrgws4\",id:id16,ref:ref15}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gqa8ja hidden-1wrgws4\",id:id17,ref:ref16}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-awehr5 hidden-1wrgws4\",id:id18,ref:ref17})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10a2i06\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14g7b8j\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2bpbju-container hidden-1wrgws4\",\"data-framer-name\":\"Desktop carousel\",id:id19,name:\"Desktop carousel\",ref:ref21,children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:false},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:32,height:\"100%\",id:\"CAgbUGQ7b\",layoutId:\"CAgbUGQ7b\",name:\"Desktop carousel\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4bs4bl\",\"data-framer-name\":\"Workshops\",name:\"Workshops\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1s2g2z0\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:628,intrinsicWidth:486,name:\"Vector\",svg:'<svg width=\"486\" height=\"628\" viewBox=\"0 0 486 628\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M193.085 622.033C194.16 622.119 195.234 622.227 196.348 622.27C197.423 622.335 198.635 622.335 199.494 622.357C201.37 622.378 203.207 622.4 205.005 622.422C208.6 622.487 212.039 622.53 215.342 622.595C221.946 622.746 228.004 622.875 233.729 623.005C245.161 623.329 255.185 623.61 265.268 623.891C270.309 624.02 275.371 624.128 280.627 624.258C285.571 624.366 290.983 624.755 297.119 624.884C300.187 624.949 303.45 624.949 306.948 624.733C307.808 624.69 308.707 624.603 309.606 624.539C310.485 624.452 311.364 624.344 312.263 624.258C313.709 624.085 315.214 623.934 316.757 623.826C322.952 623.372 329.967 623.502 338.057 623.761C341.906 623.955 345.893 624.171 349.977 624.279C354.06 624.387 358.301 624.366 362.385 624.215C370.592 623.934 378.389 623.329 385.97 623.372C401.329 623.372 416.766 624.906 431.617 627.023C435.193 627.109 439.902 627.585 444.963 627.779C447.523 627.887 450.2 627.909 452.995 627.801L452.997 627.8C454.403 627.736 455.809 627.671 457.254 627.52C458.7 627.39 460.381 627.153 461.768 626.893C463.097 626.634 464.426 626.353 465.755 626.094L466.732 625.9L468.49 625.597C469.663 625.403 470.874 625.338 472.105 625.252C474.548 625.036 476.522 624.042 477.928 623.091C478.632 622.595 479.433 621.838 480.078 620.931C480.742 620.045 481.192 619.073 481.583 618.08C482.325 616.092 482.696 613.867 482.735 611.491C482.735 610.303 482.736 609.115 482.618 607.905C482.521 606.76 482.423 605.637 482.345 604.514C482.266 601.943 482.13 599.458 481.993 597.125L483.009 589.91C482.638 583.473 482.501 575.912 483.263 569.496L483.517 569.907C483.165 560.294 484.24 549.514 484.22 544.74L484.474 545.172L485.237 533.507L485.471 535.603C485.842 526.897 486.018 517.954 485.999 509.334C485.96 505.036 485.921 500.78 485.882 496.611C485.823 492.463 485.706 488.402 485.784 484.621L484.67 485.939C485.089 469.999 484.71 459.026 484.346 448.518L484.318 447.703C483.869 437.01 484.221 426.922 485.256 411.779L485.53 412.189C484.396 392.834 483.478 377.82 483.243 363.001C483.165 359.264 483.107 355.505 483.029 351.66C482.911 347.772 482.735 343.819 482.442 339.736C481.856 331.57 480.84 322.886 479.042 313.273C479.941 318.069 479.394 311.113 479.707 311.48C479.413 309.32 479.14 307.138 478.847 304.978C478.617 303.087 478.42 301.178 478.226 299.299L478.163 298.692C477.753 294.544 477.381 290.504 476.971 287.005C476.15 279.963 475.056 274.994 473.923 275.016C473.258 268.362 472.907 265.554 472.965 264.215C473.024 262.875 473.415 262.983 473.669 261.99C473.2 262.141 472.34 259.289 471.109 255.185C469.897 251.08 468.197 245.788 466.38 240.884C467.044 242.353 467.689 243.822 468.295 245.313C467.494 242.936 466.614 240.582 465.696 238.249L464.27 234.792C463.762 233.648 463.312 232.567 462.687 231.25C460.283 226.26 457.372 222.328 455.203 218.634C455.515 220.47 455.965 222.371 456.453 224.337C452.741 217.878 453.151 216.949 453.131 215.999C453.131 215.545 453.053 214.81 452.369 213.45C451.666 212.089 450.357 209.842 447.289 206.947L446.429 208.351C444.377 206.278 442.247 204.593 440.059 203.167C437.87 201.806 435.857 200.747 433.747 199.775C431.656 198.825 429.604 198.069 427.592 197.399C425.286 196.708 424.368 196.362 422.648 195.498C420.987 194.72 419.053 193.705 416.415 193.035C415.203 192.69 413.288 192.56 412.702 192.452C411.744 192.323 410.767 192.193 409.771 192.063C408.696 191.934 407.543 191.826 406.254 191.804C404.944 191.804 403.635 191.804 401.857 192.15C398.594 192.841 396.268 193.964 395.018 194.159L394.708 194.24L395.545 196.254C395.858 197.01 396.171 197.853 396.483 198.825C396.64 199.3 396.776 199.819 396.913 200.359L397.108 201.201L397.167 201.417V201.46C394.386 202.144 392.744 202.548 391.821 202.774C391.844 202.769 391.709 202.803 391.285 202.908H391.279H391.276C391.103 202.95 390.981 202.98 390.9 203C390.9 203 390.9 203.001 390.899 203.001C390.891 203.005 390.883 203.01 390.875 203.016C390.816 203.037 390.719 203.124 390.719 203.124H390.68C390.674 203.124 390.668 203.125 390.661 203.128C390.633 203.173 390.588 203.219 390.602 203.188C390.616 203.157 390.641 203.137 390.661 203.128C390.672 203.11 390.68 203.093 390.68 203.08C390.719 202.994 390.66 203.037 390.758 202.864C390.953 202.368 391.012 201.59 390.953 200.337C390.875 199.235 390.641 197.486 390.269 195.865C390.269 195.865 390.367 195.844 390.504 195.801C390.797 195.693 391.207 195.541 391.774 195.282C392.008 195.174 392.556 194.936 393.064 194.742C393.572 194.548 394.08 194.396 394.607 194.267L394.708 194.24L394.002 192.539C392.184 187.981 390.543 182.839 388.667 177.525C386.772 172.189 384.642 166.616 381.535 161.107C380.773 159.725 379.913 158.386 378.994 157.046C378.056 155.729 377.04 154.368 376.102 153.223C374.168 150.911 372.253 148.902 370.455 146.98C368.657 145.057 366.996 143.242 365.531 141.471C364.827 140.585 364.143 139.7 363.577 138.836C363.46 138.663 363.206 138.274 363.01 137.95L362.307 136.827C361.681 135.876 360.958 134.99 360.138 134.234C359.317 133.457 358.418 132.83 357.578 132.29L356.269 131.469L355.155 130.886C353.67 130.087 352.165 129.503 350.66 128.985C347.671 127.97 344.759 127.408 341.926 127.062C339.092 126.717 336.337 126.587 333.641 126.566H329.674L327.739 126.63H326.782L325.512 126.717C324.895 126.759 324.317 126.836 323.778 126.933C323.645 127.515 323.526 128.069 323.421 128.596C323.323 129.158 323.225 129.655 323.167 130.13C323.147 130.368 323.089 130.627 323.089 130.843L323.05 131.188C323.03 131.297 323.01 131.405 323.01 131.729C322.952 132.852 322.796 133.975 322.424 135.034L322.19 135.79L322.131 136.027V136.044C322.144 136.049 322.14 136.049 322.131 136.049V136.044C322.114 136.037 322.066 136.021 321.955 135.984C321.438 135.821 320.85 135.676 320.341 135.552L320.255 135.53C319.845 135.422 319.395 135.314 318.966 135.25C318.497 135.185 318.282 135.098 317.91 135.098C316.864 134.941 316.229 135.196 316.1 135.274C316.092 135.29 316.088 135.298 316.093 135.293C316.067 135.301 316.07 135.292 316.1 135.274C316.102 135.27 316.104 135.266 316.107 135.261C316.135 135.205 316.191 135.093 316.191 135.034L317.48 128.618C317.52 128.596 317.598 128.618 317.813 128.575C318.262 128.51 319.122 128.251 320.392 127.84C321.276 127.561 322.402 127.181 323.778 126.933C323.917 126.324 324.072 125.684 324.242 125.01C324.867 122.396 325.609 119.221 325.746 115.592V114.252V113.151C325.746 112.416 325.707 111.682 325.668 110.969C325.609 109.521 325.492 108.074 325.355 106.648C325.082 103.797 324.691 101.01 324.222 98.2452C322.346 87.2497 319.083 76.7078 315.136 66.9004C313.123 61.9103 310.759 56.9419 307.769 52.211C304.701 47.5449 300.949 43.03 296.181 39.7465C293.856 38.0183 291.237 36.787 288.619 35.7285C286.313 34.8644 284.183 34.13 282.014 33.3739C277.715 31.8834 273.592 30.436 269.743 28.7942C268.922 28.0381 268.14 27.282 267.378 26.5044C267.3 26.2235 266.968 25.9427 266.46 25.6619C266.206 25.5107 265.874 25.3595 265.581 25.2298C265.307 25.1002 264.994 24.9706 264.643 24.841C263.294 24.301 261.614 23.6529 259.972 22.616C256.69 20.715 253.211 16.589 253.036 14.904L247.349 7.84013C247.017 7.21367 246.529 6.39275 245.786 5.37745L245.747 5.32623C245.008 4.35795 243.99 3.02521 241.897 1.94271C239.728 0.754596 237.149 1.14347 237.833 0.970657C238.107 0.90585 239.162 0.711383 240.647 1.05702C241.507 1.25144 242.054 1.48909 242.914 1.89953C243.358 2.13734 243.887 2.47984 244.322 2.80752C243.356 2.02604 242.04 1.02346 239.435 0.668195C238.751 0.603388 237.95 0.625009 237.247 0.754622C236.524 0.862633 235.898 1.10025 235.254 1.35948C234.57 1.64031 234.159 1.92112 233.729 2.22355C233.339 2.50438 232.811 2.91481 232.596 3.15243C231.437 4.30569 230.927 5.16338 230.481 5.91332L230.466 5.93913C230.095 6.6088 229.782 7.25688 229.587 7.71052L229.294 8.42336C229.235 8.55298 229.196 8.7042 229.137 8.83381C229.04 9.09304 228.942 9.35227 228.864 9.5899C228.688 10.0867 228.532 10.5188 228.395 10.9508C227.809 12.679 227.418 14.1696 226.46 16.9562C224.975 19.4189 223.432 21.8167 221.868 24.0634C220.95 25.7267 220.012 27.3253 219.054 28.8158C218.585 29.5503 218.097 30.2848 217.628 30.976C217.394 31.3433 217.159 31.6673 216.905 31.9913C216.67 32.337 216.416 32.6826 216.26 32.8338C214.834 34.6268 212.176 36.8518 209.441 38.8824C207.975 39.9625 206.529 41.0211 205.063 42.0796C203.617 43.1165 202.21 44.1102 200.823 45.0391C199.416 45.9679 198.048 46.8104 196.602 47.6529C194.844 48.6466 193.105 49.7267 191.424 50.85C184.702 55.3433 178.645 60.679 172.86 66.4684L171.727 67.6133C171.16 68.1965 170.613 68.8446 170.105 69.5143C169.089 70.8536 168.307 72.3226 167.702 73.6403C166.51 76.3406 165.943 78.4144 165.357 79.7969C165.142 80.3154 164.614 81.4387 164.165 82.454C163.715 83.4909 163.266 84.5278 162.797 85.5863C161.898 87.7033 161.038 89.9284 160.237 92.2398C158.029 97.878 156.27 104.942 155.801 112.459C155.684 114.317 155.606 116.24 155.626 118.206C155.626 119.178 155.663 120.151 155.701 121.144L155.704 121.208C155.743 121.813 155.782 122.418 155.801 123.023C155.801 123.455 155.899 123.865 155.958 124.297L155.963 124.352C155.981 124.547 155.997 124.726 155.997 124.924C155.997 125.075 155.997 125.485 155.762 125.399C155.235 125.053 154.629 125.442 154.101 125.529C153.164 125.831 152.206 126.112 151.249 126.414C149.959 126.825 148.65 127.278 147.34 127.775C144.722 128.747 142.104 129.892 139.485 131.188C136.808 132.549 134.287 134.062 131.884 135.617C127.057 138.771 122.837 141.99 118.518 144.863C113.594 148.189 109.002 152.056 104.84 156.355C96.5349 164.931 89.7933 175.473 86.5105 187.095C86.1002 188.542 85.7875 190.011 85.4553 191.459C85.3393 192.04 85.2386 192.621 85.1447 193.201C85.9354 193.523 86.7408 193.917 87.5462 194.375C88.2496 194.85 88.9531 195.261 89.6175 195.844L90.6141 196.729L90.832 196.97L90.868 196.924V196.967H90.9072L91.9428 197.745C92.4313 198.134 92.998 198.544 93.8187 199.343C94.229 199.754 94.7176 200.251 95.3038 201.158L95.5187 201.503C94.444 202.281 98.0004 199.905 93.1152 203.253L92.9784 203.34L92.7049 203.512C92.3336 203.75 91.9819 204.009 91.6497 204.333C91.4934 204.485 91.337 204.657 91.1807 204.83C91.083 204.895 90.9853 204.96 90.8876 205.068C90.7117 205.197 90.5554 205.694 90.5554 205.63C90.5554 205.665 90.5423 205.7 90.5484 205.736C90.5307 205.679 90.5093 205.624 90.4577 205.586C90.4186 205.608 90.106 205.305 89.8519 205.219C89.7152 205.154 89.5979 205.154 89.4221 205.089C89.2071 205.003 89.0117 204.917 88.7967 204.852C88.3974 204.731 88.0319 204.667 87.5904 204.589L87.4875 204.571C86.9209 204.441 86.3542 204.333 85.7875 204.247L84.9277 204.139C84.7714 204.117 84.6737 204.117 84.4783 204.096H84.4001V203.988L84.361 202.756L84.322 201.611C84.3024 201.093 84.322 200.639 84.361 200.251C84.4783 198.738 84.5369 197.313 84.7323 195.844C84.874 194.969 85.0014 194.087 85.1447 193.201C84.5541 192.961 83.9717 192.76 83.4036 192.603C78.323 191.286 74.0632 191.869 70.2723 192.15L67.5561 192.366L66.325 192.431L64.879 192.474C62.8664 192.539 60.7364 192.668 58.5284 192.992C56.3398 193.316 54.0536 193.856 51.8064 194.699C50.6535 195.131 49.6374 195.606 48.6994 196.06L45.8856 197.464C44.1465 198.371 42.3878 199.279 40.6487 200.186L39.359 200.834C38.8119 201.136 38.2452 201.396 37.7176 201.72C36.6429 202.346 35.5486 203.059 34.5521 203.858C30.4094 207.055 27.537 211.289 25.1335 214.875C23.9219 216.733 22.8472 218.18 21.4403 220.578C20.1701 222.782 19.1345 225.007 18.1965 227.21C17.2781 229.392 16.477 231.552 15.7149 233.626L13.4091 239.826C11.8068 244.254 10.5171 248.791 9.44236 253.349C8.36762 257.907 7.50782 262.443 6.80436 267.023C6.08136 271.689 5.61239 276.355 5.2802 280.935C4.61582 290.116 4.4986 299.037 4.20549 307.592C4.0687 311.934 3.87328 315.952 3.58017 320.272C3.34569 324.614 3.11117 328.935 2.87668 333.233C2.46633 341.831 2.21231 350.342 2.15369 358.746C1.80196 360.906 2.09506 366.587 2.27093 366.544C1.78241 376.762 1.39163 387.023 1.1376 397.284C0.86403 407.545 0.805394 417.871 1.0008 428.045C1.0008 428.045 1.07897 432.69 1.19622 440.359C1.27438 444.204 1.35255 448.805 1.45026 453.946C1.50888 456.517 1.54793 459.239 1.60655 462.069C1.66518 464.92 1.74333 468.031 1.89965 471.12C2.46633 483.606 3.99049 497.129 4.88936 510.177C5.3388 516.722 5.59288 523.138 5.55379 529.273V531.563V534.393C5.61242 536.229 5.78827 537.957 5.96413 539.599C6.35494 542.861 6.84345 545.799 7.17564 548.456C7.52737 550.962 7.72278 553.748 7.97681 556.341C8.23084 558.954 8.46532 561.439 8.6998 563.75C9.18832 568.416 7.83999 580.211 8.42621 583.43C8.28942 586.389 8.28948 590.451 8.05499 594.879C7.99637 596.002 7.91819 597.169 7.85957 598.335L7.80095 599.243L7.74233 600.863L7.60554 604.384C7.44921 609.18 7.31242 614.018 7.17564 618.641L7.13658 620.413V621.298L7.11702 621.514C7.1561 621.536 7.23426 621.514 7.29288 621.514H7.66415C8.66073 621.558 9.65728 621.579 10.6343 621.622C12.6079 621.687 14.5229 621.73 16.3402 621.795C20.0529 621.882 23.4334 621.968 26.2864 622.055C29.5106 622.206 31.5428 622.314 31.5428 622.314C32.5784 622.379 33.7118 622.4 34.9038 622.378C35.4704 622.378 36.1739 622.335 36.7015 622.292L38.0693 622.227L38.5804 622.197C40.2206 622.099 41.8318 622.003 43.443 621.925C46.9603 621.709 50.3799 621.514 53.7214 621.298C60.3652 620.888 66.6963 620.521 72.8516 620.153C85.1622 619.419 96.4371 618.987 108.357 618.965C120.238 618.944 132.587 619.246 146.5 619.721C153.496 619.937 160.843 620.175 168.698 620.434L170.135 620.466C173.572 620.542 177.101 620.62 180.735 620.715C184.389 620.845 188.571 621.471 193.456 621.838L193.085 622.033ZM18.5554 331.947C18.547 332.312 18.5319 332.71 18.5092 333.147C18.5244 332.751 18.5398 332.351 18.5554 331.947C18.6807 328.715 18.8197 325.243 18.9586 321.806C19.0368 319.84 19.1345 317.874 19.2127 315.973C19.2713 314.051 19.3299 312.193 19.3885 310.443C19.5839 303.466 19.7989 298.324 20.4828 297.806C20.5219 289.273 20.6196 280.114 21.5966 271.192C22.6323 262.162 24.3323 252.96 26.9507 244.881C27.6737 242.677 28.3968 240.495 29.1198 238.335C29.8037 236.218 30.4876 234.252 31.1715 232.459C31.8554 230.666 32.5784 229.068 33.3405 227.685L33.9463 226.627L34.7474 225.288C35.2555 224.423 35.7636 223.581 36.2521 222.76C38.1671 219.52 39.7499 217.165 41.3326 215.523C42.1338 214.702 42.9545 214.011 43.7947 213.385L44.4396 212.931L45.3775 212.348C45.9833 211.959 46.55 211.57 47.1166 211.203L45.9833 212.24C48.5235 210.49 50.4581 209.172 52.1972 208.179C53.057 207.682 53.8972 207.25 54.6593 206.904C55.3432 206.58 56.0467 206.342 56.7697 206.148C58.2157 205.738 59.7985 205.5 61.7525 205.327C62.7296 205.241 63.8238 205.176 65.0549 205.111C65.7388 205.068 66.4618 205.046 67.2044 205.003L67.2887 204.996C68.063 204.934 68.8543 204.87 69.6274 204.765C70.3699 204.917 71.2297 204.96 71.0929 205.046C74.0631 204.485 77.6 204.074 80.2575 204.765C80.9219 204.938 81.469 205.176 81.9575 205.457C82.1725 205.63 82.4265 205.738 82.6024 205.932L82.9541 206.234C83.384 206.666 83.6771 206.904 83.9702 207.163L85.3381 208.265L85.7484 208.611L85.7624 208.623L85.5725 208.308C86.7637 207.479 87.496 206.969 87.928 206.669C87.9376 206.66 87.9471 206.653 87.9565 206.645L88.0933 206.537L88.1715 206.494H88.1798C88.7112 206.125 88.4286 206.324 88.191 206.494H88.2105C87.8197 206.76 87.9891 206.638 88.191 206.494H88.1798C88.1104 206.542 88.0271 206.6 87.928 206.669C87.6147 206.929 87.1425 207.328 86.7254 207.768C86.4714 208.027 86.1979 208.308 85.9634 208.589C85.7875 208.783 85.8461 208.697 85.8461 208.697L85.7624 208.623L85.768 208.632L86.1783 209.237L86.2955 209.388L86.3542 209.453L86.5105 209.626C86.7255 209.864 86.9795 210.101 87.2335 210.296C87.4875 210.512 87.7611 210.684 88.0347 210.857C88.0542 210.879 88.6209 211.16 89.0117 211.268C89.4416 211.397 89.9105 211.484 90.3795 211.484C91.3175 211.484 92.2163 211.225 92.7635 210.9C93.3888 210.555 94.0141 210.036 94.4831 209.453C94.6003 209.302 94.7176 209.151 94.8153 208.999L94.9521 208.783L95.1474 208.416C95.2647 208.179 95.3819 207.919 95.4796 207.66C95.9682 206.148 95.9291 205.716 96.0072 205.154C96.0463 204.636 96.0659 204.225 96.0854 203.837C95.89 195.174 99.1142 187.657 101.049 183.163L102.084 183.077C105.66 176.078 110.702 169.705 116.544 164.391C114.278 166.27 112.206 168.409 110.155 170.548C110.331 168.517 113.652 165.233 118.811 161.712C120.081 160.783 121.508 159.941 122.973 158.99C123.716 158.558 124.478 158.083 125.279 157.63C126.139 157.111 126.999 156.571 127.898 156.031C131.493 153.784 135.03 151.149 138.508 148.427C142.651 145.835 146.52 143.372 150.955 141.017L154.277 139.289L155.977 138.468L156.837 138.058L158.01 137.561C158.772 137.151 159.71 137.172 160.53 136.935L161.761 136.546L162.875 136.027C163.598 135.66 164.184 135.228 164.79 135.012C165.083 134.882 165.376 134.774 165.65 134.71C165.904 134.71 166.041 134.882 166.236 134.969C166.334 135.034 166.588 135.077 166.666 134.731C166.803 134.494 166.881 134.213 166.94 133.954C167.076 133.435 167.115 132.895 167.135 132.355C167.135 131.275 167.018 130.195 166.842 129.093C166.471 126.911 165.845 124.686 165.513 122.504C165.337 121.338 165.24 120.539 165.181 119.588C165.103 118.659 165.064 117.752 165.064 116.823C165.064 114.965 165.161 113.107 165.396 111.25C165.22 106.778 165.513 108.787 165.865 110.213C166.06 110.926 166.275 111.509 166.432 111.077C166.607 110.666 166.666 109.262 166.94 106.044C168.151 105.871 166.998 112.049 168.347 108.96C168.737 102.803 170.457 98.0292 172.665 93.1039C173.198 91.9049 173.786 90.6855 174.394 89.4256L174.443 89.3235C174.756 88.6759 175.088 88.0068 175.419 87.3377L175.42 87.3361L175.928 86.2776L175.929 86.2752C176.144 85.8223 176.359 85.3695 176.534 84.9383C177.296 83.1453 177.824 81.4387 178.332 80.1426C178.879 78.8032 179.25 78.0039 180.012 77.0967L181.107 77.4639C187.535 69.8599 194.98 64.4378 202.054 61.0246C206.021 59.1453 209.949 56.7906 213.134 54.544C216.28 52.3622 219.387 50.0075 221.966 47.156C224.076 45.1902 225.972 43.0948 227.301 41.2154C228.414 39.6665 229.346 38.3549 230.157 37.2135L230.368 36.9166C232.049 34.5404 233.241 32.985 234.413 31.3865C235.586 29.7879 236.7 28.1029 238.009 25.4243C238.462 24.4837 238.943 23.4154 239.454 22.1818C238.653 21.2143 237.719 19.9378 236.504 18.0364L235.703 16.3081C235.605 16.0921 235.508 15.8545 235.469 15.7249C235.449 15.6385 235.449 15.5521 235.449 15.5521L235.977 14.8825C236.27 14.5368 236.504 14.256 236.758 13.9103C236.993 13.5863 237.227 13.2191 237.442 12.895C237.618 12.6574 237.774 12.4198 237.911 12.1606C238.204 11.5341 238.361 11.318 238.478 10.9076C238.693 10.3891 238.517 9.97872 238.654 10.454L238.81 10.778C238.869 10.9292 238.966 11.0372 239.064 11.1453C239.338 11.5773 239.65 11.8797 240.061 12.2254C240.53 12.7006 241.057 13.1326 241.604 13.4783C241.722 13.5431 241.937 13.7375 242.093 13.8455L242.347 14.0399H242.288C242.288 14.0831 242.249 14.3208 242.21 14.4288C242.112 14.7744 241.995 15.0985 241.897 15.4225C241.682 16.0706 241.487 16.697 241.292 17.2803C240.881 18.4684 240.491 19.5485 240.119 20.5206C239.892 21.1059 239.671 21.6587 239.454 22.1818C240.263 23.1597 240.936 23.8221 241.624 24.4954C242.308 25.1866 243.011 25.9211 243.949 27.0877C244.907 28.2542 246.099 29.9175 248.092 32.337C247.506 32.3802 250.144 35.4909 252.703 37.5647C255.224 39.6169 257.256 40.9346 253.837 39.2929C255.322 40.4162 256.905 41.3667 258.507 42.1876C260.09 43.0084 261.418 43.5917 262.884 44.2182C265.776 45.4279 268.668 46.4216 271.541 47.3073C274.413 48.1929 277.266 48.9922 280.08 49.8131C281.467 50.2236 282.933 50.634 284.203 51.0445L285.747 51.5845C286.255 51.8005 286.743 52.0598 287.251 52.2758C291.198 54.2848 294.911 58.1515 297.959 63.5737C300.988 68.931 303.45 75.8653 305.307 83.2533C307.065 86.04 308.765 91.2677 309.899 96.3874C311.071 101.507 311.697 106.411 312.439 108.744C312.283 108.96 312.361 110.947 312.302 113.453C312.302 114.188 312.283 114.49 312.224 115.008C312.185 115.484 312.107 116.024 311.99 116.585C311.775 117.73 311.442 119.048 311.071 120.387C310.309 123.044 309.606 125.874 309.371 126.371C309.234 126.609 309.195 126.263 309.273 125.161C309.352 124.103 309.625 122.224 309.977 120.063C310.25 118.486 310.68 116.477 310.895 116.715C310.68 116.132 310.426 115.613 310.153 115.181C309.586 117.082 309.019 118.918 308.492 120.711C308.14 121.9 307.788 123.217 307.456 124.708C307.3 125.464 307.144 126.242 307.026 127.084L307.026 127.086C306.967 127.496 306.909 127.906 306.87 128.337L306.772 129.331V129.547C306.811 129.46 306.694 129.828 306.616 130.087C306.518 130.476 306.421 130.843 306.303 131.361C306.245 131.577 306.186 131.901 306.147 132.247C306.088 132.549 306.049 132.895 306.01 133.392C305.971 133.867 305.932 134.234 305.952 135.012C305.952 135.358 305.971 135.703 306.01 136.027C306.03 136.308 306.127 136.999 306.225 137.453C306.342 137.972 306.46 138.425 306.635 138.987C306.889 139.678 307.183 140.348 307.554 140.996C308.199 142.184 309.41 143.567 310.661 144.452C311.267 144.884 311.755 145.122 312.341 145.403C312.869 145.64 313.592 145.878 314.002 145.986L314.628 146.094C315.468 146.267 316.249 146.31 317.051 146.332C318.594 146.332 319.943 146.137 321.076 145.878C323.323 145.338 324.789 144.69 325.648 144.366C326.078 144.193 326.371 144.085 326.43 144.042C326.508 143.999 326.45 143.999 326.665 143.955L327.7 143.869C333.133 143.437 338.389 143.156 343.176 144.344C339.405 143.07 333.211 143.005 337.275 142.508C341.887 142.918 346.186 143.891 349.254 145.727L348.101 145.597L346.909 145.554C347.534 145.835 348.12 146.137 348.667 146.461C349.019 146.634 349.058 146.699 349.214 146.807C349.371 146.915 349.469 147.001 349.527 147.066C349.605 147.131 349.664 147.217 349.722 147.304L349.957 147.736C350.192 148.146 350.289 148.341 350.7 148.967C351.051 149.507 351.403 150.069 351.755 150.566C354.608 154.692 357.578 157.954 360.216 160.956L358.633 157.673C362.58 162.382 364.652 165.471 366.039 168.258C367.7 171.563 369.439 174.976 372.096 180.269C374.91 185.432 369.439 169.532 374.07 180.765C375.477 185.194 376.904 190.53 378.897 196.6C379.385 198.112 379.971 199.689 380.558 201.266C381.144 202.8 381.574 203.945 381.691 204.614C381.73 204.787 381.73 204.895 381.75 205.025C381.886 205.651 382.062 206.278 382.297 206.861C382.512 207.444 382.746 208.006 383.235 208.74C384.114 210.144 385.208 211.203 386.498 211.937C387.201 212.369 387.631 212.499 388.178 212.693C388.667 212.866 389.351 213.039 389.683 213.061C390.426 213.169 391.344 213.212 391.813 213.169L392.653 213.104L393.318 212.996C393.767 212.909 394.158 212.823 394.471 212.737C395.807 212.373 396.76 211.987 397.557 211.665L397.577 211.657C398.555 211.268 398.34 211.376 398.594 211.332C401.759 210.533 403.967 209.388 405.081 209.129C405.355 209.064 405.57 209.021 405.745 208.999L406.449 208.956C407.074 208.913 407.836 208.913 408.696 208.956C409.673 208.999 410.631 209.064 411.608 209.107L413.308 209.172H413.718L413.816 209.194C413.874 209.194 413.952 209.215 414.031 209.237C414.695 209.323 416.102 209.82 418.076 210.555C417.411 209.669 418.154 209.647 420.186 210.123C420.733 210.252 421.358 210.382 422.023 210.533C422.394 210.598 422.785 210.684 423.176 210.749L423.996 210.879C425.071 211.052 426.184 211.289 427.297 211.527L427.299 211.527L427.553 212.715C431.598 213.579 433.962 214.918 434.978 215.696C436.111 216.603 436.463 217.295 436.776 217.943C437.089 218.612 437.382 219.282 438.105 220.341C438.437 220.837 438.847 221.464 439.394 222.285C439.512 222.479 439.629 222.674 439.766 222.89L439.941 223.192L439.944 223.198C440.08 223.455 440.216 223.713 440.371 223.991C441.013 225.217 441.771 226.507 442.607 227.797C443.727 228.797 444.828 229.69 445.901 230.515C448.93 234.404 450.2 236.499 450.884 238.162C451.041 238.53 451.197 238.962 451.353 239.415C451.488 239.84 451.603 240.223 451.719 240.606L451.724 240.625C451.939 241.381 452.076 242.051 452.252 242.742C452.565 244.125 452.916 245.55 453.737 247.797C454.538 250.044 455.848 253.09 457.782 257.907C456.668 253.975 456.844 252.873 457.723 253.975C458.564 255.077 460.049 258.49 460.85 263.588L459.404 261.298C460.752 266.764 461.378 268.513 461.69 272.359C460.694 269.097 460.225 270.717 461.182 279.163C460.615 277.306 460.049 275.448 459.443 273.655C460.635 278.796 461.573 284.197 462.511 289.727C462.472 292.989 462.589 296.747 462.863 300.679C462.999 302.645 463.175 304.675 463.371 306.684C463.605 308.65 463.82 310.594 464.035 312.495C464.914 319.797 465.501 326.17 465.09 328.87C465.09 328.87 465.579 335.739 466.145 343.387C466.694 350.538 467.208 358.331 468.023 362.015C468.077 362.197 468.135 362.431 468.197 362.72C468.138 362.506 468.08 362.27 468.023 362.015C467.035 358.66 467.446 372.475 466.204 368.337C466.927 371.945 467.865 379.073 468.432 386.245C469.018 393.439 469.135 400.697 468.588 404.823L468.451 403.268C467.963 418.476 467.396 432.236 467.924 445.759C468.432 459.023 468.92 471.855 468.432 486.22C469.487 484.967 469.292 499.786 470.64 496.071C471.754 510.566 470.542 523.527 469.252 534.285C467.982 545.41 467.552 554.224 469.506 559.711C469.135 573.19 467.826 575.653 467.416 582.631L467.259 579.412C467.181 585.737 467.181 590.941 467.181 595.476V595.484C467.181 597.752 467.201 599.869 467.22 601.856V601.869C467.22 602.794 467.22 603.697 467.24 604.6C467.279 604.946 467.298 605.291 467.337 605.637C467.396 606.306 467.455 606.976 467.337 607.646C467.279 607.97 467.162 608.315 466.888 608.467C466.595 608.596 466.282 608.51 465.97 608.553C465.376 608.594 464.764 608.694 464.135 608.796L464.035 608.812C462.14 609.18 460.264 609.612 458.466 609.892C456.649 610.325 455.222 610.67 453.874 610.994C452.487 611.34 451.158 611.685 449.634 611.945C446.566 612.442 442.638 612.722 435.389 611.34C437.812 611.253 437.499 611.016 435.955 610.713C434.353 610.389 431.383 609.979 428.569 609.59C432.184 609.979 433.356 609.784 426.009 608.143C424.934 608.294 423.293 608.229 421.769 608.186C421.71 608.099 421.417 608.013 421.593 607.927C412.077 607.106 413.698 607.624 418.095 608.229C417.861 608.337 418.212 608.553 419.541 608.964C414.695 607.775 407.797 607.084 401.994 606.674C396.171 606.22 391.422 606.047 390.836 605.248C383.606 605.118 376.786 605.507 370.572 606.004C364.319 606.479 358.555 606.976 352.947 607.149C341.652 607.516 330.573 606.911 318.457 607.754C315.683 607.106 321.389 605.961 328.404 605.81C322.698 605.81 316.894 606.026 311.071 606.803C311.071 606.22 313.611 605.745 316.777 605.507C319.962 605.248 323.753 605.27 326.391 605.183C321.271 604.665 315.937 604.73 310.485 605.442C305.795 606.091 300.871 606.393 295.634 606.501C290.26 606.566 284.77 606.63 279.161 606.695C273.592 606.782 267.886 606.695 262.063 606.263L257.217 607.171L255.83 607.019C255.908 607.495 250.671 608.164 247.212 608.315C243.91 607.3 247.447 605.982 235.898 606.047C226.812 605.075 209.851 606.544 198.068 607.063C204.34 607.257 202.386 607.797 199.572 608.164C194.14 608.186 191.111 606.587 186.539 606.523L186.205 605.462L186.089 605.097C186.317 605.255 186.344 605.373 186.205 605.462L186.539 606.523C191.111 606.587 194.14 608.186 199.572 608.164C202.386 607.797 204.34 607.257 198.068 607.063C209.851 606.544 226.812 605.075 235.898 606.047C247.447 605.982 243.91 607.3 247.212 608.315C250.671 608.164 255.908 607.495 255.83 607.019L257.217 607.171L262.063 606.263C267.886 606.695 273.592 606.782 279.161 606.695C284.77 606.63 290.26 606.566 295.634 606.501C300.871 606.393 305.795 606.091 310.485 605.442C315.937 604.73 321.271 604.665 326.391 605.183C323.753 605.27 319.962 605.248 316.777 605.507C313.611 605.745 311.071 606.22 311.071 606.803C316.894 606.026 322.698 605.81 328.404 605.81C321.389 605.961 315.683 607.106 318.457 607.754C330.573 606.911 341.652 607.516 352.947 607.149C358.555 606.976 364.319 606.479 370.572 606.004C376.786 605.507 383.606 605.118 390.836 605.248C391.422 606.047 396.171 606.22 401.994 606.674C407.797 607.084 414.695 607.775 419.541 608.964C418.212 608.553 417.861 608.337 418.095 608.229C413.698 607.624 412.077 607.106 421.593 607.927C421.417 608.013 421.71 608.099 421.769 608.186C423.293 608.229 424.934 608.294 426.009 608.143C433.356 609.784 432.184 609.979 428.569 609.59C431.383 609.979 434.353 610.389 435.955 610.713C437.499 611.016 437.812 611.253 435.389 611.34C442.638 612.722 446.566 612.442 449.634 611.945C451.158 611.685 452.487 611.34 453.874 610.994C455.222 610.67 456.649 610.325 458.466 609.892C460.264 609.612 462.14 609.18 464.035 608.812L464.135 608.796C464.764 608.694 465.376 608.594 465.97 608.553C466.282 608.51 466.595 608.596 466.888 608.467C467.162 608.315 467.279 607.97 467.337 607.646C467.455 606.976 467.396 606.306 467.337 605.637C467.298 605.291 467.279 604.946 467.24 604.6C467.22 603.697 467.22 602.794 467.22 601.869V601.856C467.201 599.869 467.181 597.752 467.181 595.484V595.476C467.181 590.941 467.181 585.737 467.259 579.412L467.416 582.631C467.826 575.653 469.135 573.19 469.506 559.711C467.552 554.224 467.982 545.41 469.252 534.285C470.542 523.527 471.754 510.566 470.64 496.071C469.292 499.786 469.487 484.967 468.432 486.22C468.92 471.855 468.432 459.023 467.924 445.759C467.396 432.236 467.963 418.476 468.451 403.268L468.588 404.823C469.135 400.697 469.018 393.439 468.432 386.245C467.865 379.073 466.927 371.945 466.204 368.337C467.446 372.475 467.035 358.66 468.023 362.015C467.208 358.331 466.694 350.538 466.145 343.387C465.579 335.739 465.09 328.87 465.09 328.87C465.501 326.17 464.914 319.797 464.035 312.495C463.82 310.594 463.605 308.65 463.371 306.684C463.175 304.675 462.999 302.645 462.863 300.679C462.589 296.747 462.472 292.989 462.511 289.727C461.573 284.197 460.635 278.796 459.443 273.655C460.049 275.448 460.615 277.306 461.182 279.163C460.225 270.717 460.694 269.097 461.69 272.359C461.378 268.513 460.752 266.764 459.404 261.298L460.85 263.588C460.049 258.49 458.564 255.077 457.723 253.975C456.844 252.873 456.668 253.975 457.782 257.907C455.848 253.09 454.538 250.044 453.737 247.797C452.916 245.55 452.565 244.125 452.252 242.742C452.076 242.051 451.939 241.381 451.724 240.625L451.719 240.606C451.603 240.223 451.488 239.84 451.353 239.415C451.197 238.962 451.041 238.53 450.884 238.162C450.2 236.499 448.93 234.404 445.901 230.515C444.828 229.69 443.727 228.797 442.607 227.797C442.611 227.803 442.615 227.809 442.619 227.815C442.299 227.535 441.985 227.241 441.671 226.941C441.428 226.712 441.183 226.478 440.938 226.238C441.185 226.473 441.428 226.709 441.671 226.941C441.985 227.235 442.297 227.52 442.607 227.797C441.771 226.507 441.013 225.217 440.371 223.991C440.216 223.713 440.08 223.455 439.944 223.198L439.941 223.192L439.766 222.89C439.629 222.674 439.512 222.479 439.394 222.285C438.847 221.464 438.437 220.837 438.105 220.341C437.382 219.282 437.089 218.612 436.776 217.943C436.463 217.295 436.111 216.603 434.978 215.696C433.962 214.918 431.598 213.579 427.553 212.715L427.299 211.527L427.297 211.527C426.184 211.289 425.071 211.052 423.996 210.879L423.176 210.749C422.785 210.684 422.394 210.598 422.023 210.533C421.358 210.382 420.733 210.252 420.186 210.123C418.154 209.647 417.411 209.669 418.076 210.555C416.102 209.82 414.695 209.323 414.031 209.237C413.952 209.215 413.874 209.194 413.816 209.194L413.718 209.172H413.308L411.608 209.107C410.631 209.064 409.673 208.999 408.696 208.956C407.836 208.913 407.074 208.913 406.449 208.956L405.745 208.999C405.57 209.021 405.355 209.064 405.081 209.129C403.967 209.388 401.759 210.533 398.594 211.332C398.34 211.376 398.555 211.268 397.577 211.657L397.557 211.665C396.76 211.987 395.807 212.373 394.471 212.737C394.158 212.823 393.767 212.909 393.318 212.996L392.653 213.104L391.813 213.169C391.344 213.212 390.426 213.169 389.683 213.061C389.351 213.039 388.667 212.866 388.178 212.693C387.631 212.499 387.201 212.369 386.498 211.937C385.208 211.203 384.114 210.144 383.235 208.74C382.746 208.006 382.512 207.444 382.297 206.861C382.062 206.278 381.886 205.651 381.75 205.025C381.73 204.895 381.73 204.787 381.691 204.614C381.574 203.945 381.144 202.8 380.558 201.266C379.971 199.689 379.385 198.112 378.897 196.6C376.904 190.53 375.477 185.194 374.07 180.765C369.439 169.532 374.91 185.432 372.096 180.269C369.439 174.976 367.7 171.563 366.039 168.258C364.652 165.471 362.58 162.382 358.633 157.673L360.216 160.956C357.578 157.954 354.608 154.692 351.755 150.566C351.403 150.069 351.051 149.507 350.7 148.967C350.289 148.341 350.192 148.146 349.957 147.736L349.722 147.304C349.664 147.217 349.605 147.131 349.527 147.066C349.469 147.001 349.371 146.915 349.214 146.807C349.058 146.699 349.019 146.634 348.667 146.461C348.12 146.137 347.534 145.835 346.909 145.554L348.101 145.597L349.254 145.727C346.186 143.891 341.887 142.918 337.275 142.508C333.211 143.005 339.405 143.07 343.176 144.344C338.389 143.156 333.133 143.437 327.7 143.869L326.665 143.955C326.45 143.999 326.508 143.999 326.43 144.042C326.371 144.085 326.078 144.193 325.648 144.366C324.789 144.69 323.323 145.338 321.076 145.878C319.943 146.137 318.594 146.332 317.051 146.332C316.249 146.31 315.468 146.267 314.628 146.094L314.002 145.986C313.592 145.878 312.869 145.64 312.341 145.403C311.755 145.122 311.267 144.884 310.661 144.452C309.41 143.567 308.199 142.184 307.554 140.996C307.183 140.348 306.889 139.678 306.635 138.987C306.46 138.425 306.342 137.972 306.225 137.453C306.127 136.999 306.03 136.308 306.01 136.027C305.971 135.703 305.952 135.358 305.952 135.012C305.932 134.234 305.971 133.867 306.01 133.392C306.049 132.895 306.088 132.549 306.147 132.247C306.186 131.901 306.245 131.577 306.303 131.361C306.421 130.843 306.518 130.476 306.616 130.087C306.694 129.828 306.811 129.46 306.772 129.547V129.331L306.87 128.337C306.909 127.906 306.967 127.496 307.026 127.086L307.026 127.084C307.144 126.242 307.3 125.464 307.456 124.708C307.788 123.217 308.14 121.9 308.492 120.711C309.019 118.918 309.586 117.082 310.153 115.181C310.426 115.613 310.68 116.132 310.895 116.715C310.68 116.477 310.25 118.486 309.977 120.063C309.625 122.224 309.352 124.103 309.273 125.161C309.195 126.263 309.234 126.609 309.371 126.371C309.606 125.874 310.309 123.044 311.071 120.387C311.442 119.048 311.775 117.73 311.99 116.585C312.107 116.024 312.185 115.484 312.224 115.008C312.283 114.49 312.302 114.188 312.302 113.453C312.361 110.947 312.283 108.96 312.439 108.744C311.697 106.411 311.071 101.507 309.899 96.3874C308.765 91.2677 307.065 86.04 305.307 83.2533C303.45 75.8653 300.988 68.931 297.959 63.5737C294.911 58.1515 291.198 54.2848 287.251 52.2758C286.743 52.0598 286.255 51.8005 285.747 51.5845L284.203 51.0445C282.933 50.634 281.467 50.2236 280.08 49.8131C277.266 48.9922 274.413 48.1929 271.541 47.3073C268.668 46.4216 265.776 45.4279 262.884 44.2182C261.418 43.5917 260.09 43.0084 258.507 42.1876C256.905 41.3667 255.322 40.4162 253.837 39.2929C257.256 40.9346 255.224 39.6169 252.703 37.5647C250.144 35.4909 247.506 32.3802 248.092 32.337C246.099 29.9175 244.907 28.2542 243.949 27.0877C243.011 25.9211 242.308 25.1866 241.624 24.4954C240.936 23.8221 240.263 23.1597 239.454 22.1818C238.943 23.4154 238.462 24.4837 238.009 25.4243C236.7 28.1029 235.586 29.7879 234.413 31.3865C233.241 32.985 232.049 34.5404 230.368 36.9166L230.157 37.2135C229.346 38.3549 228.414 39.6665 227.301 41.2154C225.972 43.0948 224.076 45.1902 221.966 47.156C219.387 50.0075 216.28 52.3622 213.134 54.544C209.949 56.7906 206.021 59.1453 202.054 61.0246C194.98 64.4378 187.535 69.8599 181.107 77.4639L180.012 77.0967C179.25 78.0039 178.879 78.8032 178.332 80.1426C177.824 81.4387 177.296 83.1453 176.534 84.9383C176.359 85.3695 176.144 85.8223 175.929 86.2752L175.928 86.2776L175.42 87.3361L175.419 87.3377C175.088 88.0068 174.756 88.6759 174.443 89.3235L174.394 89.4256C173.786 90.6855 173.198 91.9049 172.665 93.1039C170.457 98.0292 168.737 102.803 168.347 108.96C166.998 112.049 168.151 105.871 166.94 106.044C166.666 109.262 166.607 110.666 166.432 111.077C166.275 111.509 166.06 110.926 165.865 110.213C165.513 108.787 165.22 106.778 165.396 111.25C165.161 113.107 165.064 114.965 165.064 116.823C165.064 117.752 165.103 118.659 165.181 119.588C165.24 120.539 165.337 121.338 165.513 122.504C165.845 124.686 166.471 126.911 166.842 129.093C167.018 130.195 167.135 131.275 167.135 132.355C167.115 132.895 167.076 133.435 166.94 133.954C166.881 134.213 166.803 134.494 166.666 134.731C166.588 135.077 166.334 135.034 166.236 134.969C166.041 134.882 165.904 134.71 165.65 134.71C165.376 134.774 165.083 134.882 164.79 135.012C164.184 135.228 163.598 135.66 162.875 136.027L161.761 136.546L160.53 136.935C159.71 137.172 158.772 137.151 158.01 137.561L156.837 138.058L155.977 138.468L154.277 139.289L150.955 141.017C146.52 143.372 142.651 145.835 138.508 148.427C135.03 151.149 131.493 153.784 127.898 156.031C126.999 156.571 126.139 157.111 125.279 157.63C124.478 158.083 123.716 158.558 122.973 158.99C121.508 159.941 120.081 160.783 118.811 161.712C113.652 165.233 110.331 168.517 110.155 170.548C112.206 168.409 114.278 166.27 116.544 164.391C110.702 169.705 105.66 176.078 102.084 183.077L101.049 183.163C99.1142 187.657 95.89 195.174 96.0854 203.837C96.0659 204.225 96.0463 204.636 96.0072 205.154C95.9291 205.716 95.9682 206.148 95.4796 207.66C95.3819 207.919 95.2647 208.179 95.1474 208.416L94.9521 208.783L94.8153 208.999C94.7176 209.151 94.6003 209.302 94.4831 209.453C94.0141 210.036 93.3888 210.555 92.7635 210.9C92.2163 211.225 91.3175 211.484 90.3795 211.484C89.9105 211.484 89.4416 211.397 89.0117 211.268C88.6209 211.16 88.0542 210.879 88.0347 210.857C87.7611 210.684 87.4875 210.512 87.2335 210.296C86.9795 210.101 86.7255 209.864 86.5105 209.626L86.3542 209.453L86.2955 209.388L86.1783 209.237L85.768 208.632L85.7624 208.623L85.7484 208.611L85.3381 208.265L83.9702 207.163C83.6771 206.904 83.384 206.666 82.9541 206.234L82.6024 205.932C82.4265 205.738 82.1725 205.63 81.9575 205.457C81.469 205.176 80.9219 204.938 80.2575 204.765C77.6 204.074 74.0631 204.485 71.0929 205.046C71.2297 204.96 70.3699 204.917 69.6274 204.765C68.8543 204.87 68.063 204.934 67.2887 204.996L67.2044 205.003C66.4618 205.046 65.7388 205.068 65.0549 205.111C63.8238 205.176 62.7296 205.241 61.7525 205.327C59.7985 205.5 58.2157 205.738 56.7697 206.148C56.0467 206.342 55.3432 206.58 54.6593 206.904C53.8972 207.25 53.057 207.682 52.1972 208.179C50.4581 209.172 48.5235 210.49 45.9833 212.24L47.1166 211.203C46.55 211.57 45.9833 211.959 45.3775 212.348L44.4396 212.931L43.7947 213.385C42.9545 214.011 42.1338 214.702 41.3326 215.523C39.7499 217.165 38.1671 219.52 36.2521 222.76C35.7636 223.581 35.2555 224.423 34.7474 225.288L33.9463 226.627L33.3405 227.685C32.5784 229.068 31.8554 230.666 31.1715 232.459C30.4876 234.252 29.8037 236.218 29.1198 238.335C28.3968 240.495 27.6737 242.677 26.9507 244.881C24.3323 252.96 22.6323 262.162 21.5966 271.192C20.6196 280.114 20.5219 289.273 20.4828 297.806C19.7989 298.324 19.5839 303.466 19.3885 310.443C19.3299 312.193 19.2713 314.051 19.2127 315.973C19.1345 317.874 19.0368 319.84 18.9586 321.806C18.8197 325.243 18.6807 328.715 18.5554 331.947Z\" fill=\"#F1B5CE\"/>\\n<path d=\"M84.7323 195.844C84.5369 197.313 84.4783 198.738 84.361 200.251C84.322 200.639 84.3024 201.093 84.322 201.611L84.361 202.756L84.4001 203.988V204.096H84.4783C84.6737 204.117 84.7714 204.117 84.9277 204.139L85.7875 204.247C86.3542 204.333 86.9209 204.441 87.4875 204.571L87.5904 204.589C88.0319 204.667 88.3974 204.731 88.7967 204.852C89.0117 204.917 89.2071 205.003 89.4221 205.089C89.5979 205.154 89.7152 205.154 89.8519 205.219C90.106 205.305 90.4186 205.608 90.4577 205.586C90.5093 205.624 90.5307 205.679 90.5484 205.736C90.5423 205.7 90.5554 205.665 90.5554 205.63C90.5554 205.694 90.7117 205.197 90.8876 205.068C90.9853 204.96 91.083 204.895 91.1807 204.83C91.337 204.657 91.4934 204.485 91.6497 204.333C91.9819 204.009 92.3336 203.75 92.7049 203.512L92.9784 203.34L93.1152 203.253C98.0004 199.905 94.444 202.281 95.5187 201.503L95.3038 201.158C94.7176 200.251 94.229 199.754 93.8187 199.343C92.998 198.544 92.4313 198.134 91.9428 197.745L90.9072 196.967H90.868V196.924L90.832 196.97L90.8485 196.989H90.8876C90.4543 197.494 90.1377 197.864 89.9101 198.129L89.8715 198.177L89.6938 198.387C89.832 198.221 88.7858 199.441 89.9101 198.129L90.3991 197.529L90.832 196.97L90.6141 196.729L89.6175 195.844C88.9531 195.261 88.2496 194.85 87.5462 194.375C86.7408 193.917 85.9354 193.523 85.1447 193.201C85.0014 194.087 84.874 194.969 84.7323 195.844Z\" fill=\"#F1B5CE\"/>\\n<path d=\"M320.392 127.84C319.122 128.251 318.262 128.51 317.813 128.575C317.598 128.618 317.52 128.596 317.48 128.618L316.191 135.034C316.191 135.093 316.135 135.205 316.107 135.261L316.1 135.274C316.229 135.196 316.864 134.941 317.91 135.098C318.282 135.098 318.497 135.185 318.966 135.25C319.395 135.314 319.845 135.422 320.255 135.53L320.341 135.552C320.85 135.676 321.438 135.821 321.955 135.984C322.066 136.021 322.114 136.037 322.131 136.044V136.027L322.19 135.79L322.424 135.034C322.796 133.975 322.952 132.852 323.01 131.729C323.01 131.405 323.03 131.297 323.05 131.188L323.089 130.843C323.089 130.627 323.147 130.368 323.167 130.13C323.225 129.655 323.323 129.158 323.421 128.596C323.526 128.069 323.645 127.515 323.778 126.933C322.402 127.181 321.276 127.561 320.392 127.84Z\" fill=\"#F1B5CE\"/>\\n<path d=\"M394.607 194.267C394.08 194.396 393.572 194.548 393.064 194.742C392.556 194.936 392.008 195.174 391.774 195.282C391.207 195.541 390.797 195.693 390.504 195.801C390.367 195.844 390.269 195.865 390.269 195.865C390.641 197.486 390.875 199.235 390.953 200.337C391.012 201.59 390.953 202.368 390.758 202.864C390.66 203.037 390.719 202.994 390.68 203.08C390.68 203.093 390.672 203.11 390.661 203.128C390.668 203.125 390.674 203.124 390.68 203.124H390.719C390.719 203.124 390.816 203.037 390.875 203.016C390.883 203.01 390.891 203.005 390.899 203.001C390.9 203.001 390.9 203 390.9 203C390.993 202.947 391.1 202.927 391.207 202.908H391.276C391.531 202.845 391.792 202.781 391.821 202.774C392.744 202.548 394.386 202.144 397.167 201.46V201.417L397.108 201.201L396.913 200.359C396.776 199.819 396.64 199.3 396.483 198.825C396.171 197.853 395.858 197.01 395.545 196.254L394.708 194.24L394.607 194.267Z\" fill=\"#F1B5CE\"/>\\n<path d=\"M240.119 20.5206C240.491 19.5485 240.881 18.4684 241.292 17.2803C241.487 16.697 241.682 16.0706 241.897 15.4225C241.995 15.0985 242.112 14.7744 242.21 14.4288C242.249 14.3208 242.288 14.0831 242.288 14.0399H242.347L242.093 13.8455C241.937 13.7375 241.722 13.5431 241.604 13.4783C241.057 13.1326 240.53 12.7006 240.061 12.2254C239.65 11.8797 239.338 11.5773 239.064 11.1453C238.966 11.0372 238.869 10.9292 238.81 10.778L238.654 10.454C238.517 9.97872 238.693 10.3891 238.478 10.9076C238.361 11.318 238.204 11.5341 237.911 12.1606C237.774 12.4198 237.618 12.6574 237.442 12.895C237.227 13.2191 236.993 13.5863 236.758 13.9103C236.504 14.256 236.27 14.5368 235.977 14.8825L235.449 15.5521C235.449 15.5521 235.449 15.6385 235.469 15.7249C235.508 15.8545 235.605 16.0921 235.703 16.3081L236.504 18.0364C237.719 19.9378 238.653 21.2143 239.454 22.1818C239.671 21.6587 239.892 21.1059 240.119 20.5206Z\" fill=\"#F1B5CE\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-15hzii9\",\"data-styles-preset\":\"RSL62T1FF\",style:{\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Work-shops\"})}),className:\"framer-t09y26\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xlw6g9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Vliegtuigjes bouwen\"})}),className:\"framer-z5tlga\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k6fwp5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Bouw en vlieg je eigen modelvliegtuig! Ideaal voor kleine en grote piloten.\"})}),className:\"framer-4knr1e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9a84qq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Ebru Schilderen\"})}),className:\"framer-izlt8y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jzmy3v\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Laat je betoveren door de kunst van Ebru schilderen! Cre\\xeber prachtige marmerpatronen op water en neem je eigen unieke kunstwerk mee naar huis.\"})}),className:\"framer-1fex6qp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c1p3o1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Hutten bouwen\"})}),className:\"framer-hucsr0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bo21ca\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Ga op avontuur en bouw je eigen hut! Gebruik takken, touw en je verbeelding om een fantastische schuilplaats te cre\\xebren.\"})}),className:\"framer-1l7h0a3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f9x6e5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Streetbeats\"})}),className:\"framer-178eacw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rptjgy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Ontdek het ritme in jezelf en drum er lekker op los! Leer verschillende technieken en voel de kracht van samen muziek maken\"})}),className:\"framer-oy4foy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ytcqdx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"afro-Dance\"})}),className:\"framer-1rtb3ya\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u6vsrh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Kom in beweging en leer nieuwe moves op de beste beats! Let's dance!\"})}),className:\"framer-whj175\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17bqmir\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"circus\"})}),className:\"framer-11atfa3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-da4u9e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Stap in de magische wereld van het circus en leer coole trucs! Van jongleren tot acrobatiek, in deze workshop ontdek je jouw innerlijke circusartiest\"})}),className:\"framer-1y9gito\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h99aql\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Graffiti\"})}),className:\"framer-19hlfld\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vx38rd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Leer snel de basics en maak je eerste eigen creatie. Geen ervaring nodig, alleen een creatieve mindset!\"})}),className:\"framer-1nzj7qs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16kidcu\",\"data-framer-name\":\"End\",name:\"End\"})],snapObject:{fluid:false,snap:true,snapEdge:\"end\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qghi72-container hidden-72rtr7 hidden-1vgo62y\",\"data-framer-name\":\"Mobile carousel\",id:id20,name:\"Mobile carousel\",ref:ref22,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:false},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:32,height:\"100%\",id:\"oTptNkUeT\",layoutId:\"oTptNkUeT\",name:\"Mobile carousel\",padding:20,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:1,widthInset:51,widthType:\"stretch\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13ttjl0\",\"data-framer-name\":\"Workshops\",name:\"Workshops\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-5wavr4\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 305 442\"><path d=\"M 120.839 437.661 C 121.515 437.722 122.19 437.798 122.891 437.828 C 123.567 437.874 124.329 437.874 124.869 437.889 C 126.048 437.904 127.203 437.92 128.334 437.935 C 130.594 437.981 132.756 438.011 134.833 438.057 C 138.985 438.163 142.793 438.254 146.393 438.345 C 153.58 438.573 159.883 438.771 166.222 438.968 C 169.391 439.059 172.574 439.135 175.878 439.226 C 178.987 439.302 182.389 439.576 186.247 439.667 C 188.176 439.712 190.228 439.712 192.427 439.561 C 192.968 439.53 193.533 439.469 194.098 439.424 C 194.651 439.363 195.203 439.287 195.769 439.226 C 196.678 439.105 197.624 438.999 198.594 438.923 C 202.489 438.603 206.899 438.695 211.986 438.877 C 214.406 439.013 216.912 439.165 219.48 439.241 C 222.047 439.317 224.713 439.302 227.281 439.196 C 232.441 438.999 237.343 438.573 242.109 438.603 C 251.766 438.603 261.471 439.682 270.808 441.171 C 273.057 441.232 276.017 441.567 279.199 441.703 C 280.809 441.779 282.492 441.794 284.249 441.719 L 284.25 441.718 C 285.134 441.673 286.018 441.627 286.927 441.521 C 287.836 441.429 288.893 441.263 289.765 441.08 C 290.601 440.898 291.436 440.7 292.272 440.518 L 292.886 440.381 L 293.991 440.168 C 294.729 440.032 295.49 439.986 296.264 439.926 C 297.8 439.774 299.041 439.075 299.925 438.406 C 300.368 438.057 300.871 437.524 301.277 436.886 C 301.694 436.263 301.977 435.579 302.223 434.881 C 302.689 433.483 302.923 431.918 302.947 430.247 C 302.947 429.411 302.948 428.575 302.874 427.724 C 302.813 426.919 302.751 426.129 302.702 425.339 C 302.652 423.531 302.567 421.783 302.481 420.142 L 303.12 415.067 C 302.886 410.539 302.8 405.221 303.279 400.708 L 303.439 400.998 C 303.218 394.236 303.893 386.654 303.881 383.296 L 304.041 383.6 L 304.52 375.395 L 304.667 376.869 C 304.901 370.746 305.011 364.455 304.999 358.392 C 304.975 355.369 304.95 352.376 304.926 349.443 C 304.889 346.526 304.815 343.669 304.864 341.01 L 304.164 341.937 C 304.427 330.725 304.189 323.007 303.96 315.616 L 303.943 315.043 C 303.66 307.522 303.882 300.426 304.532 289.775 L 304.705 290.063 C 303.992 276.45 303.414 265.889 303.267 255.466 C 303.218 252.837 303.181 250.194 303.132 247.489 C 303.058 244.754 302.947 241.974 302.763 239.102 C 302.395 233.358 301.756 227.25 300.625 220.489 C 301.191 223.862 300.847 218.969 301.044 219.228 C 300.859 217.708 300.687 216.174 300.503 214.654 C 300.358 213.324 300.234 211.981 300.112 210.66 L 300.073 210.233 C 299.815 207.315 299.581 204.474 299.323 202.013 C 298.807 197.059 298.119 193.564 297.407 193.58 C 296.989 188.9 296.768 186.925 296.805 185.983 C 296.842 185.04 297.088 185.116 297.247 184.418 C 296.952 184.524 296.412 182.518 295.638 179.631 C 294.876 176.744 293.807 173.022 292.665 169.572 C 293.082 170.606 293.488 171.639 293.869 172.688 C 293.365 171.016 292.812 169.36 292.235 167.719 L 291.338 165.288 C 291.019 164.483 290.736 163.723 290.343 162.796 C 288.831 159.286 287.001 156.521 285.637 153.922 C 285.834 155.214 286.117 156.551 286.423 157.934 C 284.09 153.391 284.347 152.737 284.335 152.069 C 284.335 151.75 284.286 151.233 283.856 150.276 C 283.414 149.319 282.591 147.738 280.662 145.702 L 280.121 146.69 C 278.831 145.232 277.492 144.046 276.116 143.043 C 274.74 142.086 273.474 141.341 272.148 140.658 C 270.833 139.989 269.543 139.458 268.278 138.986 C 266.828 138.5 266.251 138.257 265.17 137.649 C 264.125 137.102 262.909 136.388 261.251 135.917 C 260.489 135.674 259.285 135.583 258.916 135.507 C 258.314 135.416 257.7 135.325 257.074 135.233 C 256.398 135.142 255.673 135.067 254.862 135.051 C 254.039 135.051 253.216 135.051 252.098 135.294 C 250.046 135.78 248.584 136.57 247.798 136.707 L 247.603 136.764 L 248.129 138.181 C 248.326 138.713 248.523 139.306 248.719 139.989 C 248.818 140.324 248.903 140.689 248.989 141.068 L 249.112 141.661 L 249.149 141.813 L 249.149 141.843 C 247.401 142.324 246.368 142.608 245.788 142.767 C 245.803 142.763 245.718 142.787 245.451 142.861 L 245.447 142.861 L 245.445 142.861 C 245.337 142.891 245.26 142.912 245.209 142.926 C 245.209 142.926 245.209 142.927 245.208 142.927 C 245.203 142.929 245.198 142.933 245.193 142.937 C 245.156 142.952 245.095 143.013 245.095 143.013 L 245.071 143.013 C 245.067 143.013 245.063 143.014 245.059 143.016 C 245.041 143.048 245.013 143.08 245.022 143.058 C 245.03 143.036 245.046 143.022 245.059 143.016 C 245.066 143.003 245.071 142.991 245.071 142.982 C 245.095 142.922 245.058 142.952 245.12 142.83 C 245.242 142.481 245.279 141.934 245.242 141.053 C 245.193 140.278 245.046 139.048 244.812 137.907 C 244.812 137.907 244.874 137.893 244.96 137.862 C 245.144 137.786 245.402 137.68 245.759 137.497 C 245.906 137.421 246.25 137.254 246.57 137.118 C 246.889 136.981 247.208 136.874 247.54 136.783 L 247.603 136.764 L 247.159 135.568 C 246.016 132.362 244.985 128.745 243.805 125.008 C 242.614 121.254 241.274 117.335 239.321 113.46 C 238.842 112.488 238.301 111.546 237.723 110.603 C 237.134 109.677 236.495 108.72 235.905 107.914 C 234.689 106.288 233.485 104.875 232.355 103.523 C 231.224 102.171 230.18 100.894 229.259 99.648 C 228.816 99.025 228.386 98.403 228.031 97.795 C 227.957 97.673 227.797 97.4 227.674 97.172 L 227.232 96.382 C 226.839 95.713 226.384 95.09 225.868 94.558 C 225.352 94.011 224.787 93.57 224.259 93.191 L 223.436 92.613 L 222.736 92.203 C 221.802 91.641 220.856 91.23 219.909 90.866 C 218.03 90.152 216.199 89.757 214.418 89.513 C 212.636 89.271 210.904 89.179 209.209 89.165 L 206.715 89.165 L 205.499 89.21 L 204.897 89.21 L 204.098 89.271 C 203.711 89.3 203.347 89.354 203.008 89.423 C 202.925 89.832 202.85 90.222 202.784 90.592 C 202.722 90.988 202.661 91.337 202.624 91.671 C 202.612 91.839 202.575 92.021 202.575 92.173 L 202.551 92.416 C 202.538 92.492 202.525 92.568 202.525 92.796 C 202.489 93.586 202.391 94.376 202.157 95.121 L 202.01 95.652 L 201.973 95.819 L 201.973 95.831 C 201.981 95.835 201.978 95.835 201.973 95.835 L 201.973 95.831 C 201.962 95.826 201.932 95.815 201.862 95.789 C 201.537 95.674 201.167 95.572 200.847 95.485 L 200.793 95.47 C 200.535 95.394 200.253 95.318 199.983 95.273 C 199.688 95.227 199.553 95.166 199.319 95.166 C 198.661 95.055 198.262 95.235 198.181 95.29 C 198.176 95.301 198.173 95.306 198.177 95.303 C 198.16 95.308 198.162 95.302 198.181 95.29 C 198.182 95.287 198.183 95.284 198.185 95.28 C 198.203 95.241 198.238 95.162 198.238 95.121 L 199.049 90.608 C 199.074 90.592 199.123 90.608 199.258 90.578 C 199.54 90.532 200.081 90.35 200.879 90.061 C 201.435 89.864 202.143 89.597 203.008 89.423 C 203.096 88.994 203.193 88.544 203.3 88.07 C 203.693 86.231 204.159 83.998 204.246 81.446 L 204.246 80.503 L 204.246 79.729 C 204.246 79.212 204.221 78.696 204.197 78.194 C 204.159 77.176 204.086 76.158 204 75.155 C 203.828 73.15 203.582 71.189 203.287 69.245 C 202.108 61.511 200.056 54.096 197.575 47.198 C 196.309 43.688 194.823 40.193 192.943 36.865 C 191.014 33.583 188.655 30.408 185.658 28.098 C 184.196 26.883 182.549 26.017 180.903 25.272 C 179.453 24.664 178.114 24.148 176.75 23.616 C 174.048 22.568 171.455 21.55 169.035 20.395 C 168.519 19.863 168.028 19.331 167.549 18.784 C 167.5 18.587 167.291 18.389 166.971 18.192 C 166.812 18.085 166.603 17.979 166.419 17.888 C 166.247 17.796 166.05 17.705 165.829 17.614 C 164.981 17.234 163.925 16.779 162.892 16.049 C 160.829 14.712 158.642 11.81 158.532 10.625 L 154.956 5.656 C 154.747 5.216 154.44 4.638 153.973 3.924 L 153.949 3.888 C 153.484 3.207 152.844 2.27 151.528 1.508 C 150.165 0.673 148.543 0.946 148.973 0.824 C 149.145 0.779 149.809 0.642 150.742 0.885 C 151.283 1.022 151.627 1.189 152.168 1.478 C 152.447 1.645 152.779 1.886 153.053 2.116 C 152.446 1.567 151.618 0.862 149.98 0.612 C 149.55 0.566 149.047 0.581 148.605 0.673 C 148.15 0.748 147.757 0.916 147.352 1.098 C 146.922 1.295 146.663 1.493 146.393 1.706 C 146.148 1.903 145.816 2.192 145.681 2.359 C 144.952 3.17 144.631 3.774 144.351 4.301 L 144.341 4.319 C 144.108 4.79 143.911 5.246 143.789 5.565 L 143.605 6.066 C 143.567 6.158 143.543 6.264 143.506 6.355 C 143.445 6.538 143.383 6.72 143.334 6.887 C 143.224 7.236 143.125 7.54 143.039 7.844 C 142.671 9.06 142.425 10.108 141.823 12.068 C 140.889 13.8 139.919 15.487 138.936 17.067 C 138.358 18.237 137.769 19.362 137.166 20.41 C 136.872 20.927 136.565 21.443 136.27 21.929 C 136.123 22.188 135.975 22.416 135.815 22.643 C 135.668 22.887 135.508 23.13 135.41 23.236 C 134.513 24.497 132.842 26.062 131.123 27.49 C 130.201 28.25 129.292 28.995 128.37 29.739 C 127.461 30.469 126.576 31.168 125.704 31.821 C 124.82 32.474 123.96 33.067 123.05 33.659 C 121.945 34.358 120.852 35.118 119.795 35.908 C 115.569 39.069 111.761 42.822 108.123 46.894 L 107.411 47.699 C 107.055 48.109 106.711 48.565 106.391 49.036 C 105.753 49.978 105.261 51.011 104.881 51.938 C 104.131 53.837 103.775 55.296 103.406 56.269 C 103.271 56.633 102.939 57.423 102.657 58.137 C 102.374 58.867 102.092 59.596 101.797 60.341 C 101.231 61.83 100.691 63.395 100.187 65.021 C 98.799 68.986 97.693 73.955 97.398 79.242 C 97.325 80.549 97.276 81.902 97.288 83.284 C 97.288 83.968 97.311 84.652 97.335 85.351 L 97.337 85.396 C 97.362 85.821 97.386 86.247 97.398 86.673 C 97.398 86.976 97.46 87.265 97.497 87.569 L 97.5 87.607 C 97.511 87.744 97.521 87.87 97.521 88.01 C 97.521 88.116 97.521 88.404 97.374 88.344 C 97.042 88.1 96.661 88.374 96.329 88.435 C 95.74 88.648 95.138 88.845 94.536 89.058 C 93.725 89.347 92.902 89.665 92.079 90.015 C 90.433 90.699 88.787 91.504 87.14 92.416 C 85.457 93.373 83.872 94.437 82.361 95.531 C 79.326 97.749 76.673 100.013 73.958 102.034 C 70.862 104.374 67.975 107.093 65.358 110.117 C 60.137 116.149 55.898 123.564 53.834 131.739 C 53.576 132.757 53.379 133.79 53.171 134.808 C 53.098 135.217 53.034 135.626 52.975 136.034 C 53.472 136.26 53.979 136.537 54.485 136.859 C 54.927 137.194 55.37 137.483 55.787 137.893 L 56.414 138.515 L 56.551 138.685 L 56.574 138.652 L 56.574 138.683 L 56.598 138.683 L 57.249 139.23 C 57.557 139.503 57.913 139.792 58.429 140.354 C 58.687 140.643 58.994 140.992 59.363 141.63 L 59.498 141.873 C 58.822 142.42 61.058 140.749 57.987 143.104 L 57.901 143.165 L 57.729 143.286 C 57.495 143.454 57.274 143.636 57.065 143.864 C 56.967 143.97 56.869 144.091 56.77 144.213 C 56.709 144.259 56.647 144.305 56.586 144.381 C 56.475 144.471 56.377 144.821 56.377 144.776 C 56.377 144.8 56.369 144.825 56.373 144.85 C 56.362 144.81 56.348 144.772 56.316 144.745 C 56.291 144.76 56.095 144.547 55.935 144.487 C 55.849 144.441 55.775 144.441 55.665 144.395 C 55.529 144.335 55.407 144.274 55.271 144.229 C 55.02 144.144 54.791 144.098 54.513 144.044 L 54.448 144.031 C 54.092 143.94 53.736 143.864 53.379 143.803 L 52.839 143.727 C 52.741 143.712 52.679 143.712 52.556 143.697 L 52.507 143.697 L 52.507 143.621 L 52.483 142.754 L 52.458 141.949 C 52.446 141.585 52.458 141.265 52.483 140.992 C 52.556 139.928 52.593 138.926 52.716 137.893 C 52.805 137.277 52.885 136.657 52.975 136.034 C 52.604 135.865 52.238 135.723 51.881 135.613 C 48.686 134.687 46.008 135.097 43.625 135.294 L 41.917 135.446 L 41.143 135.492 L 40.234 135.522 C 38.969 135.568 37.629 135.659 36.241 135.887 C 34.865 136.115 33.428 136.494 32.015 137.087 C 31.29 137.391 30.651 137.725 30.062 138.045 L 28.292 139.032 C 27.199 139.67 26.093 140.309 25 140.947 L 24.189 141.402 C 23.845 141.615 23.489 141.798 23.157 142.026 C 22.481 142.466 21.793 142.967 21.167 143.529 C 18.562 145.778 16.756 148.756 15.245 151.279 C 14.484 152.585 13.808 153.603 12.923 155.29 C 12.125 156.84 11.474 158.405 10.884 159.955 C 10.306 161.489 9.803 163.009 9.324 164.467 L 7.874 168.828 C 6.867 171.943 6.056 175.134 5.38 178.34 C 4.704 181.546 4.164 184.736 3.721 187.958 C 3.267 191.24 2.972 194.522 2.763 197.743 C 2.345 204.201 2.272 210.476 2.087 216.493 C 2.001 219.547 1.879 222.373 1.694 225.412 C 1.547 228.466 1.399 231.505 1.252 234.528 C 0.994 240.576 0.834 246.562 0.797 252.473 C 0.576 253.992 0.761 257.988 0.871 257.958 C 0.564 265.145 0.318 272.362 0.159 279.58 C -0.013 286.797 -0.05 294.06 0.073 301.216 C 0.073 301.216 0.122 304.483 0.195 309.877 C 0.245 312.582 0.294 315.818 0.355 319.434 C 0.392 321.242 0.417 323.157 0.453 325.147 C 0.49 327.153 0.539 329.341 0.638 331.514 C 0.994 340.296 1.952 349.808 2.517 358.985 C 2.8 363.589 2.96 368.102 2.935 372.417 L 2.935 374.028 L 2.935 376.018 C 2.972 377.309 3.083 378.525 3.193 379.68 C 3.439 381.974 3.746 384.041 3.955 385.91 C 4.176 387.672 4.299 389.632 4.459 391.456 C 4.618 393.294 4.766 395.041 4.913 396.667 C 5.22 399.949 4.373 408.245 4.741 410.509 C 4.655 412.591 4.655 415.448 4.508 418.562 C 4.471 419.352 4.422 420.173 4.385 420.993 L 4.348 421.632 L 4.311 422.771 L 4.225 425.248 C 4.127 428.621 4.041 432.024 3.955 435.276 L 3.93 436.522 L 3.93 437.144 L 3.918 437.296 C 3.943 437.312 3.992 437.296 4.029 437.296 L 4.262 437.296 C 4.889 437.327 5.515 437.342 6.129 437.372 C 7.37 437.418 8.574 437.448 9.717 437.494 C 12.051 437.555 14.176 437.616 15.97 437.677 C 17.997 437.783 19.275 437.859 19.275 437.859 C 19.926 437.905 20.639 437.92 21.388 437.904 C 21.744 437.904 22.187 437.874 22.518 437.844 L 23.378 437.798 L 23.7 437.777 C 24.731 437.708 25.744 437.64 26.757 437.586 C 28.968 437.434 31.118 437.296 33.219 437.144 C 37.396 436.856 41.377 436.598 45.246 436.339 C 52.986 435.823 60.075 435.519 67.569 435.504 C 75.039 435.489 82.803 435.701 91.55 436.035 C 95.949 436.187 100.568 436.355 105.507 436.537 L 106.41 436.559 C 108.571 436.613 110.79 436.668 113.075 436.734 C 115.372 436.826 118.001 437.266 121.073 437.524 Z M 11.109 233.624 C 11.104 233.88 11.095 234.16 11.08 234.468 C 11.09 234.189 11.1 233.908 11.109 233.624 C 11.188 231.35 11.276 228.908 11.363 226.491 C 11.412 225.108 11.474 223.725 11.523 222.388 C 11.56 221.036 11.596 219.729 11.633 218.498 C 11.756 213.591 11.891 209.974 12.321 209.61 C 12.346 203.608 12.407 197.166 13.022 190.89 C 13.673 184.539 14.742 178.066 16.388 172.384 C 16.842 170.834 17.297 169.299 17.752 167.78 C 18.181 166.291 18.611 164.908 19.041 163.647 C 19.471 162.385 19.926 161.261 20.405 160.289 L 20.786 159.545 L 21.29 158.603 C 21.609 157.994 21.929 157.402 22.236 156.825 C 23.44 154.546 24.435 152.889 25.43 151.734 C 25.934 151.157 26.45 150.671 26.978 150.23 L 27.383 149.911 L 27.973 149.501 C 28.354 149.227 28.71 148.954 29.066 148.696 L 28.354 149.425 C 29.951 148.194 31.167 147.267 32.261 146.569 C 32.801 146.219 33.329 145.915 33.809 145.672 C 34.239 145.444 34.681 145.277 35.135 145.14 C 36.045 144.852 37.04 144.684 38.268 144.563 C 38.883 144.502 39.571 144.457 40.345 144.411 C 40.775 144.381 41.229 144.365 41.696 144.335 L 41.749 144.33 C 42.236 144.286 42.733 144.241 43.219 144.167 C 43.686 144.274 44.227 144.305 44.141 144.365 C 46.008 143.97 48.232 143.681 49.903 144.167 C 50.32 144.289 50.664 144.457 50.971 144.654 C 51.107 144.776 51.266 144.852 51.377 144.988 L 51.598 145.201 C 51.868 145.505 52.053 145.672 52.237 145.854 L 53.097 146.629 L 53.355 146.873 L 53.364 146.881 L 53.244 146.659 C 53.993 146.076 54.454 145.718 54.725 145.507 C 54.731 145.5 54.737 145.495 54.743 145.49 L 54.829 145.414 L 54.878 145.384 L 54.884 145.384 C 55.218 145.124 55.04 145.264 54.891 145.384 L 54.903 145.384 C 54.657 145.571 54.764 145.485 54.891 145.384 L 54.884 145.384 C 54.84 145.417 54.788 145.458 54.725 145.507 C 54.528 145.69 54.231 145.97 53.969 146.28 C 53.809 146.462 53.638 146.659 53.49 146.857 C 53.379 146.994 53.416 146.933 53.416 146.933 L 53.364 146.881 L 53.367 146.887 L 53.625 147.313 L 53.699 147.419 L 53.736 147.465 L 53.834 147.587 C 53.969 147.754 54.129 147.921 54.289 148.058 C 54.448 148.21 54.62 148.331 54.792 148.452 C 54.805 148.468 55.161 148.665 55.407 148.741 C 55.677 148.832 55.972 148.893 56.267 148.893 C 56.856 148.893 57.421 148.711 57.765 148.483 C 58.159 148.24 58.552 147.875 58.847 147.465 C 58.92 147.359 58.994 147.252 59.055 147.145 L 59.141 146.994 L 59.264 146.735 C 59.338 146.569 59.412 146.386 59.473 146.204 C 59.78 145.14 59.756 144.836 59.805 144.441 C 59.829 144.077 59.842 143.788 59.854 143.515 C 59.731 137.421 61.758 132.134 62.975 128.973 L 63.625 128.913 C 65.874 123.99 69.044 119.507 72.717 115.77 C 71.292 117.091 69.989 118.596 68.7 120.1 C 68.81 118.672 70.898 116.362 74.142 113.885 C 74.94 113.232 75.838 112.64 76.759 111.971 C 77.226 111.667 77.705 111.333 78.208 111.014 C 78.749 110.649 79.29 110.269 79.855 109.889 C 82.115 108.309 84.339 106.456 86.526 104.541 C 89.131 102.718 91.563 100.985 94.351 99.329 L 96.44 98.114 L 97.509 97.536 L 98.05 97.248 L 98.787 96.898 C 99.266 96.61 99.856 96.624 100.371 96.458 L 101.145 96.184 L 101.846 95.819 C 102.3 95.561 102.669 95.257 103.05 95.105 C 103.234 95.014 103.418 94.938 103.59 94.893 C 103.75 94.893 103.836 95.014 103.959 95.075 C 104.02 95.121 104.18 95.151 104.229 94.908 C 104.315 94.741 104.364 94.543 104.401 94.361 C 104.487 93.996 104.511 93.616 104.524 93.236 C 104.524 92.477 104.451 91.717 104.34 90.942 C 104.107 89.407 103.713 87.842 103.504 86.307 C 103.394 85.487 103.333 84.925 103.296 84.256 C 103.247 83.603 103.222 82.965 103.222 82.312 C 103.222 81.005 103.283 79.698 103.431 78.392 C 103.32 75.246 103.504 76.659 103.726 77.662 C 103.848 78.164 103.983 78.574 104.082 78.27 C 104.192 77.981 104.229 76.993 104.401 74.73 C 105.163 74.608 104.438 78.954 105.286 76.781 C 105.531 72.45 106.613 69.093 108.001 65.628 C 108.336 64.785 108.706 63.927 109.088 63.041 L 109.119 62.969 C 109.316 62.514 109.524 62.043 109.732 61.573 L 109.733 61.571 L 110.052 60.827 L 110.053 60.825 C 110.188 60.507 110.323 60.188 110.433 59.885 C 110.912 58.624 111.244 57.423 111.564 56.512 C 111.908 55.57 112.141 55.007 112.62 54.369 L 113.309 54.628 C 117.35 49.279 122.031 45.465 126.478 43.065 C 128.972 41.743 131.442 40.087 133.444 38.506 C 135.422 36.972 137.376 35.316 138.997 33.31 C 140.324 31.927 141.516 30.453 142.351 29.131 C 143.051 28.042 143.637 27.119 144.147 26.317 L 144.28 26.108 C 145.337 24.436 146.086 23.342 146.823 22.218 C 147.56 21.094 148.261 19.909 149.084 18.024 C 149.369 17.363 149.671 16.611 149.992 15.744 C 149.489 15.063 148.901 14.165 148.138 12.828 L 147.634 11.612 C 147.572 11.46 147.511 11.293 147.487 11.202 C 147.474 11.141 147.474 11.081 147.474 11.081 L 147.806 10.61 C 147.99 10.367 148.138 10.169 148.297 9.926 C 148.445 9.698 148.592 9.44 148.727 9.212 C 148.838 9.045 148.936 8.877 149.022 8.695 C 149.206 8.254 149.305 8.102 149.379 7.814 C 149.514 7.449 149.403 7.16 149.489 7.495 L 149.587 7.723 C 149.624 7.829 149.685 7.905 149.747 7.981 C 149.919 8.285 150.116 8.498 150.374 8.741 C 150.669 9.075 151 9.379 151.344 9.622 C 151.418 9.668 151.553 9.804 151.651 9.88 L 151.811 10.017 L 151.774 10.017 C 151.774 10.047 151.75 10.215 151.725 10.291 C 151.663 10.534 151.59 10.762 151.528 10.989 C 151.393 11.445 151.27 11.886 151.148 12.296 C 150.889 13.132 150.644 13.892 150.41 14.575 C 150.268 14.987 150.129 15.376 149.992 15.744 C 150.501 16.432 150.924 16.898 151.357 17.371 C 151.787 17.857 152.229 18.374 152.818 19.194 C 153.421 20.015 154.17 21.185 155.423 22.887 C 155.055 22.917 156.713 25.105 158.322 26.564 C 159.907 28.007 161.185 28.934 159.035 27.779 C 159.969 28.569 160.964 29.238 161.971 29.815 C 162.966 30.393 163.801 30.803 164.723 31.244 C 166.541 32.094 168.36 32.793 170.166 33.416 C 171.972 34.039 173.765 34.601 175.535 35.179 C 176.407 35.468 177.328 35.756 178.127 36.045 L 179.097 36.425 C 179.417 36.577 179.724 36.759 180.043 36.911 C 182.525 38.324 184.859 41.044 186.775 44.858 C 188.68 48.626 190.228 53.503 191.395 58.7 C 192.5 60.66 193.569 64.337 194.282 67.938 C 195.019 71.539 195.413 74.988 195.879 76.629 C 195.781 76.781 195.83 78.179 195.793 79.941 C 195.793 80.458 195.781 80.671 195.744 81.035 C 195.72 81.37 195.67 81.75 195.597 82.144 C 195.462 82.95 195.252 83.877 195.019 84.818 C 194.54 86.687 194.098 88.678 193.95 89.027 C 193.864 89.195 193.84 88.951 193.889 88.176 C 193.938 87.432 194.11 86.111 194.331 84.591 C 194.503 83.481 194.773 82.068 194.908 82.236 C 194.773 81.826 194.614 81.461 194.442 81.157 C 194.085 82.494 193.729 83.785 193.398 85.046 C 193.176 85.883 192.955 86.809 192.746 87.858 C 192.648 88.389 192.55 88.937 192.476 89.529 L 192.476 89.53 C 192.439 89.819 192.402 90.107 192.378 90.41 L 192.316 91.109 L 192.316 91.261 C 192.341 91.2 192.267 91.459 192.218 91.641 C 192.157 91.915 192.096 92.173 192.021 92.537 C 191.985 92.689 191.948 92.917 191.923 93.16 C 191.886 93.373 191.862 93.616 191.837 93.966 C 191.813 94.3 191.788 94.558 191.801 95.105 C 191.801 95.349 191.813 95.591 191.837 95.819 C 191.85 96.017 191.911 96.503 191.972 96.822 C 192.046 97.187 192.12 97.506 192.23 97.901 C 192.39 98.387 192.575 98.858 192.808 99.314 C 193.213 100.15 193.975 101.123 194.761 101.745 C 195.142 102.049 195.449 102.216 195.818 102.414 C 196.15 102.581 196.604 102.748 196.862 102.824 L 197.255 102.9 C 197.784 103.022 198.275 103.052 198.779 103.067 C 199.749 103.067 200.597 102.93 201.309 102.748 C 202.722 102.368 203.644 101.912 204.184 101.685 C 204.454 101.563 204.639 101.487 204.676 101.457 C 204.725 101.426 204.688 101.426 204.823 101.395 L 205.474 101.335 C 208.89 101.031 212.194 100.833 215.204 101.669 C 212.833 100.773 208.939 100.727 211.494 100.378 C 214.394 100.666 217.097 101.35 219.025 102.642 L 218.301 102.55 L 217.551 102.52 C 217.944 102.718 218.312 102.93 218.656 103.158 C 218.878 103.28 218.902 103.326 219 103.401 C 219.099 103.477 219.161 103.538 219.197 103.584 C 219.246 103.629 219.283 103.69 219.32 103.751 L 219.467 104.055 C 219.615 104.343 219.676 104.48 219.935 104.921 C 220.155 105.301 220.377 105.696 220.598 106.045 C 222.392 108.948 224.259 111.242 225.917 113.353 L 224.922 111.044 C 227.404 114.356 228.706 116.529 229.578 118.489 C 230.623 120.814 231.716 123.215 233.387 126.938 C 235.156 130.569 231.716 119.386 234.628 127.287 C 235.512 130.402 236.409 134.155 237.663 138.424 C 237.969 139.488 238.338 140.597 238.707 141.706 C 239.075 142.785 239.346 143.591 239.419 144.061 C 239.444 144.183 239.444 144.259 239.456 144.35 C 239.542 144.791 239.652 145.232 239.8 145.642 C 239.935 146.052 240.082 146.447 240.39 146.963 C 240.943 147.951 241.63 148.696 242.441 149.212 C 242.883 149.516 243.154 149.607 243.498 149.744 C 243.805 149.865 244.235 149.987 244.444 150.003 C 244.911 150.079 245.488 150.109 245.783 150.079 L 246.311 150.033 L 246.729 149.957 C 247.012 149.896 247.257 149.835 247.454 149.775 C 248.294 149.519 248.893 149.247 249.394 149.021 L 249.407 149.015 C 250.022 148.741 249.887 148.817 250.046 148.786 C 252.036 148.224 253.424 147.419 254.125 147.237 C 254.297 147.191 254.432 147.161 254.542 147.145 L 254.985 147.115 C 255.378 147.085 255.857 147.085 256.398 147.115 C 257.012 147.145 257.614 147.191 258.228 147.221 L 259.297 147.267 L 259.555 147.267 L 259.617 147.283 C 259.653 147.283 259.702 147.297 259.752 147.313 C 260.169 147.373 261.054 147.723 262.295 148.24 C 261.877 147.617 262.344 147.601 263.622 147.936 C 263.966 148.027 264.358 148.118 264.777 148.224 C 265.01 148.27 265.256 148.331 265.501 148.376 L 266.017 148.468 C 266.693 148.59 267.393 148.756 268.092 148.924 L 268.094 148.924 L 268.253 149.759 C 270.797 150.367 272.283 151.309 272.922 151.856 C 273.634 152.494 273.855 152.981 274.052 153.436 C 274.249 153.907 274.433 154.378 274.888 155.123 C 275.096 155.472 275.354 155.913 275.698 156.49 C 275.772 156.627 275.846 156.764 275.932 156.916 L 276.042 157.128 L 276.044 157.133 C 276.129 157.313 276.215 157.495 276.312 157.69 C 276.716 158.553 277.192 159.46 277.718 160.367 C 278.422 161.071 279.114 161.699 279.789 162.279 C 281.693 165.015 282.492 166.488 282.922 167.658 C 283.021 167.917 283.119 168.221 283.217 168.539 C 283.302 168.838 283.374 169.108 283.447 169.377 L 283.45 169.39 C 283.585 169.922 283.671 170.393 283.782 170.879 C 283.979 171.852 284.2 172.854 284.716 174.435 C 285.219 176.015 286.043 178.158 287.259 181.546 C 286.558 178.78 286.669 178.005 287.222 178.78 C 287.751 179.555 288.684 181.956 289.188 185.542 L 288.279 183.931 C 289.126 187.776 289.52 189.006 289.716 191.711 C 289.09 189.417 288.795 190.556 289.397 196.497 C 289.04 195.191 288.684 193.884 288.303 192.623 C 289.053 196.239 289.642 200.038 290.232 203.927 C 290.208 206.222 290.281 208.865 290.453 211.631 C 290.539 213.013 290.65 214.441 290.773 215.854 C 290.92 217.237 291.055 218.604 291.19 219.942 C 291.743 225.078 292.112 229.56 291.854 231.459 C 291.854 231.459 292.161 236.291 292.517 241.67 C 292.862 246.7 293.185 252.181 293.698 254.772 C 293.732 254.9 293.768 255.065 293.807 255.268 C 293.77 255.118 293.733 254.952 293.698 254.772 C 293.076 252.413 293.335 262.13 292.554 259.219 C 293.009 261.757 293.598 266.771 293.955 271.815 C 294.323 276.875 294.397 281.98 294.053 284.882 L 293.967 283.789 C 293.66 294.485 293.303 304.164 293.635 313.676 C 293.955 323.005 294.262 332.031 293.955 342.135 C 294.618 341.253 294.495 351.677 295.343 349.064 C 296.043 359.259 295.281 368.375 294.47 375.942 C 293.672 383.767 293.401 389.967 294.63 393.826 C 294.397 403.307 293.574 405.039 293.316 409.947 L 293.217 407.683 C 293.168 412.132 293.168 415.792 293.168 418.982 L 293.168 418.988 C 293.168 420.583 293.181 422.072 293.193 423.47 L 293.193 423.479 C 293.193 424.129 293.193 424.764 293.205 425.4 C 293.23 425.643 293.242 425.886 293.266 426.129 C 293.303 426.6 293.34 427.071 293.266 427.542 C 293.23 427.77 293.156 428.013 292.984 428.12 C 292.8 428.21 292.603 428.15 292.407 428.18 C 292.033 428.209 291.649 428.279 291.253 428.351 L 291.19 428.362 C 289.999 428.621 288.819 428.925 287.689 429.122 C 286.547 429.426 285.649 429.669 284.802 429.897 C 283.93 430.14 283.094 430.383 282.136 430.566 C 280.207 430.915 277.738 431.112 273.18 430.14 C 274.703 430.079 274.507 429.912 273.536 429.699 C 272.529 429.471 270.661 429.183 268.892 428.909 C 271.165 429.183 271.902 429.046 267.283 427.892 C 266.607 427.998 265.575 427.952 264.617 427.922 C 264.58 427.861 264.396 427.8 264.506 427.74 C 258.523 427.162 259.543 427.527 262.307 427.952 C 262.16 428.028 262.381 428.18 263.216 428.469 C 260.169 427.633 255.832 427.147 252.184 426.858 C 248.523 426.539 245.537 426.417 245.169 425.855 C 240.623 425.764 236.335 426.038 232.428 426.387 C 228.497 426.721 224.873 427.071 221.347 427.192 C 214.246 427.451 207.28 427.025 199.663 427.618 C 197.919 427.162 201.506 426.357 205.917 426.251 C 202.329 426.251 198.68 426.403 195.019 426.949 C 195.019 426.539 196.616 426.205 198.607 426.038 C 200.609 425.855 202.993 425.871 204.651 425.81 C 201.432 425.445 198.078 425.491 194.651 425.992 C 191.702 426.448 188.606 426.661 185.314 426.737 C 181.935 426.782 178.483 426.827 174.957 426.873 C 171.455 426.934 167.868 426.873 164.207 426.569 L 161.16 427.208 L 160.288 427.101 C 160.337 427.436 157.045 427.906 154.87 428.013 C 152.794 427.299 155.018 426.372 147.757 426.417 C 142.044 425.734 131.38 426.767 123.972 427.132 C 127.915 427.268 126.687 427.648 124.918 427.906 C 121.503 427.922 119.598 426.797 116.724 426.752 L 116.514 426.006 L 116.441 425.749 C 116.584 425.86 116.601 425.943 116.514 426.006 L 116.724 426.752 C 119.598 426.797 121.503 427.922 124.918 427.906 C 126.687 427.648 127.915 427.268 123.972 427.132 C 131.38 426.767 142.044 425.734 147.757 426.417 C 155.018 426.372 152.794 427.299 154.87 428.013 C 157.045 427.906 160.337 427.436 160.288 427.101 L 161.16 427.208 L 164.207 426.569 C 167.868 426.873 171.455 426.934 174.957 426.873 C 178.483 426.827 181.935 426.782 185.314 426.737 C 188.606 426.661 191.702 426.448 194.651 425.992 C 198.078 425.491 201.432 425.445 204.651 425.81 C 202.993 425.871 200.609 425.855 198.607 426.038 C 196.616 426.205 195.019 426.539 195.019 426.949 C 198.68 426.403 202.329 426.251 205.917 426.251 C 201.506 426.357 197.919 427.162 199.663 427.618 C 207.28 427.025 214.246 427.451 221.347 427.192 C 224.873 427.071 228.497 426.721 232.428 426.387 C 236.335 426.038 240.623 425.764 245.169 425.855 C 245.537 426.417 248.523 426.539 252.184 426.858 C 255.832 427.147 260.169 427.633 263.216 428.469 C 262.381 428.18 262.16 428.028 262.307 427.952 C 259.543 427.527 258.523 427.162 264.506 427.74 C 264.396 427.8 264.58 427.861 264.617 427.922 C 265.575 427.952 266.607 427.998 267.283 427.892 C 271.902 429.046 271.165 429.183 268.892 428.909 C 270.661 429.183 272.529 429.471 273.536 429.699 C 274.507 429.912 274.703 430.079 273.18 430.14 C 277.738 431.112 280.207 430.915 282.136 430.566 C 283.094 430.383 283.93 430.14 284.802 429.897 C 285.649 429.669 286.547 429.426 287.689 429.122 C 288.819 428.925 289.999 428.621 291.19 428.362 L 291.253 428.351 C 291.649 428.279 292.033 428.209 292.407 428.18 C 292.603 428.15 292.8 428.21 292.984 428.12 C 293.156 428.013 293.23 427.77 293.266 427.542 C 293.34 427.071 293.303 426.6 293.266 426.129 C 293.242 425.886 293.23 425.643 293.205 425.4 C 293.193 424.764 293.193 424.129 293.193 423.479 L 293.193 423.47 C 293.181 422.072 293.168 420.583 293.168 418.988 L 293.168 418.982 C 293.168 415.792 293.168 412.132 293.217 407.683 L 293.316 409.947 C 293.574 405.039 294.397 403.307 294.63 393.826 C 293.401 389.967 293.672 383.767 294.47 375.942 C 295.281 368.375 296.043 359.259 295.343 349.064 C 294.495 351.677 294.618 341.253 293.955 342.135 C 294.262 332.031 293.955 323.005 293.635 313.676 C 293.303 304.164 293.66 294.485 293.967 283.789 L 294.053 284.882 C 294.397 281.98 294.323 276.875 293.955 271.815 C 293.598 266.771 293.009 261.757 292.554 259.219 C 293.335 262.13 293.076 252.413 293.698 254.772 C 293.185 252.181 292.862 246.7 292.517 241.67 C 292.161 236.291 291.854 231.459 291.854 231.459 C 292.112 229.56 291.743 225.078 291.19 219.942 C 291.055 218.604 290.92 217.237 290.773 215.854 C 290.65 214.441 290.539 213.013 290.453 211.631 C 290.281 208.865 290.208 206.222 290.232 203.927 C 289.642 200.038 289.053 196.239 288.303 192.623 C 288.684 193.884 289.04 195.191 289.397 196.497 C 288.795 190.556 289.09 189.417 289.716 191.711 C 289.52 189.006 289.126 187.776 288.279 183.931 L 289.188 185.542 C 288.684 181.956 287.751 179.555 287.222 178.78 C 286.669 178.005 286.558 178.78 287.259 181.546 C 286.043 178.158 285.219 176.015 284.716 174.435 C 284.2 172.854 283.979 171.852 283.782 170.879 C 283.671 170.393 283.585 169.922 283.45 169.39 L 283.447 169.377 C 283.374 169.108 283.302 168.838 283.217 168.539 C 283.119 168.221 283.021 167.917 282.922 167.658 C 282.492 166.488 281.693 165.015 279.789 162.279 C 279.114 161.699 278.422 161.071 277.718 160.367 C 277.721 160.372 277.723 160.376 277.726 160.38 C 277.524 160.183 277.327 159.976 277.13 159.765 C 276.977 159.604 276.823 159.44 276.669 159.271 C 276.824 159.436 276.977 159.602 277.13 159.765 C 277.327 159.972 277.523 160.173 277.718 160.367 C 277.192 159.46 276.716 158.553 276.312 157.69 C 276.215 157.495 276.129 157.313 276.044 157.133 L 276.042 157.128 L 275.932 156.916 C 275.846 156.764 275.772 156.627 275.698 156.49 C 275.354 155.913 275.096 155.472 274.888 155.123 C 274.433 154.378 274.249 153.907 274.052 153.436 C 273.855 152.981 273.634 152.494 272.922 151.856 C 272.283 151.309 270.797 150.367 268.253 149.759 L 268.094 148.924 L 268.092 148.924 C 267.393 148.756 266.693 148.59 266.017 148.468 L 265.501 148.376 C 265.256 148.331 265.01 148.27 264.777 148.224 C 264.358 148.118 263.966 148.027 263.622 147.936 C 262.344 147.601 261.877 147.617 262.295 148.24 C 261.054 147.723 260.169 147.373 259.752 147.313 C 259.702 147.297 259.653 147.283 259.617 147.283 L 259.555 147.267 L 259.297 147.267 L 258.228 147.221 C 257.614 147.191 257.012 147.145 256.398 147.115 C 255.857 147.085 255.378 147.085 254.985 147.115 L 254.542 147.145 C 254.432 147.161 254.297 147.191 254.125 147.237 C 253.424 147.419 252.036 148.224 250.046 148.786 C 249.887 148.817 250.022 148.741 249.407 149.015 L 249.394 149.021 C 248.893 149.247 248.294 149.519 247.454 149.775 C 247.257 149.835 247.012 149.896 246.729 149.957 L 246.311 150.033 L 245.783 150.079 C 245.488 150.109 244.911 150.079 244.444 150.003 C 244.235 149.987 243.805 149.865 243.498 149.744 C 243.154 149.607 242.883 149.516 242.441 149.212 C 241.63 148.696 240.943 147.951 240.39 146.963 C 240.082 146.447 239.935 146.052 239.8 145.642 C 239.652 145.232 239.542 144.791 239.456 144.35 C 239.444 144.259 239.444 144.183 239.419 144.061 C 239.346 143.591 239.075 142.785 238.707 141.706 C 238.338 140.597 237.969 139.488 237.663 138.424 C 236.409 134.155 235.512 130.402 234.628 127.287 C 231.716 119.386 235.156 130.569 233.387 126.938 C 231.716 123.215 230.623 120.814 229.578 118.489 C 228.706 116.529 227.404 114.356 224.922 111.044 L 225.917 113.353 C 224.259 111.242 222.392 108.948 220.598 106.045 C 220.377 105.696 220.155 105.301 219.935 104.921 C 219.676 104.48 219.615 104.343 219.467 104.055 L 219.32 103.751 C 219.283 103.69 219.246 103.629 219.197 103.584 C 219.161 103.538 219.099 103.477 219 103.401 C 218.902 103.326 218.878 103.28 218.656 103.158 C 218.312 102.93 217.944 102.718 217.551 102.52 L 218.301 102.55 L 219.025 102.642 C 217.097 101.35 214.394 100.666 211.494 100.378 C 208.939 100.727 212.833 100.773 215.204 101.669 C 212.194 100.833 208.89 101.031 205.474 101.335 L 204.823 101.395 C 204.688 101.426 204.725 101.426 204.676 101.457 C 204.639 101.487 204.454 101.563 204.184 101.685 C 203.644 101.912 202.722 102.368 201.309 102.748 C 200.597 102.93 199.749 103.067 198.779 103.067 C 198.275 103.052 197.784 103.022 197.255 102.9 L 196.862 102.824 C 196.604 102.748 196.15 102.581 195.818 102.414 C 195.449 102.216 195.142 102.049 194.761 101.745 C 193.975 101.123 193.213 100.15 192.808 99.314 C 192.575 98.858 192.39 98.387 192.23 97.901 C 192.12 97.506 192.046 97.187 191.972 96.822 C 191.911 96.503 191.85 96.017 191.837 95.819 C 191.813 95.591 191.801 95.349 191.801 95.105 C 191.788 94.558 191.813 94.3 191.837 93.966 C 191.862 93.616 191.886 93.373 191.923 93.16 C 191.948 92.917 191.985 92.689 192.021 92.537 C 192.096 92.173 192.157 91.915 192.218 91.641 C 192.267 91.459 192.341 91.2 192.316 91.261 L 192.316 91.109 L 192.378 90.41 C 192.402 90.107 192.439 89.819 192.476 89.53 L 192.476 89.529 C 192.55 88.937 192.648 88.389 192.746 87.858 C 192.955 86.809 193.176 85.883 193.398 85.046 C 193.729 83.785 194.085 82.494 194.442 81.157 C 194.614 81.461 194.773 81.826 194.908 82.236 C 194.773 82.068 194.503 83.481 194.331 84.591 C 194.11 86.111 193.938 87.432 193.889 88.176 C 193.84 88.951 193.864 89.195 193.95 89.027 C 194.098 88.678 194.54 86.687 195.019 84.818 C 195.252 83.877 195.462 82.95 195.597 82.144 C 195.67 81.75 195.72 81.37 195.744 81.035 C 195.781 80.671 195.793 80.458 195.793 79.941 C 195.83 78.179 195.781 76.781 195.879 76.629 C 195.413 74.988 195.019 71.539 194.282 67.938 C 193.569 64.337 192.5 60.66 191.395 58.7 C 190.228 53.503 188.68 48.626 186.775 44.858 C 184.859 41.044 182.525 38.324 180.043 36.911 C 179.724 36.759 179.417 36.577 179.097 36.425 L 178.127 36.045 C 177.328 35.756 176.407 35.468 175.535 35.179 C 173.765 34.601 171.972 34.039 170.166 33.416 C 168.36 32.793 166.541 32.094 164.723 31.244 C 163.801 30.803 162.966 30.393 161.971 29.815 C 160.964 29.238 159.969 28.569 159.035 27.779 C 161.185 28.934 159.907 28.007 158.322 26.564 C 156.713 25.105 155.055 22.917 155.423 22.887 C 154.17 21.185 153.421 20.015 152.818 19.194 C 152.229 18.374 151.787 17.857 151.357 17.371 C 150.924 16.898 150.501 16.432 149.992 15.744 C 149.671 16.611 149.369 17.363 149.084 18.024 C 148.261 19.909 147.56 21.094 146.823 22.218 C 146.086 23.342 145.337 24.436 144.28 26.108 L 144.147 26.317 C 143.637 27.119 143.051 28.042 142.351 29.131 C 141.516 30.453 140.324 31.927 138.997 33.31 C 137.376 35.316 135.422 36.972 133.444 38.506 C 131.442 40.087 128.972 41.743 126.478 43.065 C 122.031 45.465 117.35 49.279 113.309 54.628 L 112.62 54.369 C 112.141 55.007 111.908 55.57 111.564 56.512 C 111.244 57.423 110.912 58.624 110.433 59.885 C 110.323 60.188 110.188 60.507 110.053 60.825 L 110.052 60.827 L 109.733 61.571 L 109.732 61.573 C 109.524 62.043 109.316 62.514 109.119 62.969 L 109.088 63.041 C 108.706 63.927 108.336 64.785 108.001 65.628 C 106.613 69.093 105.531 72.45 105.286 76.781 C 104.438 78.954 105.163 74.608 104.401 74.73 C 104.229 76.993 104.192 77.981 104.082 78.27 C 103.983 78.574 103.848 78.164 103.726 77.662 C 103.504 76.659 103.32 75.246 103.431 78.392 C 103.283 79.698 103.222 81.005 103.222 82.312 C 103.222 82.965 103.247 83.603 103.296 84.256 C 103.333 84.925 103.394 85.487 103.504 86.307 C 103.713 87.842 104.107 89.407 104.34 90.942 C 104.451 91.717 104.524 92.477 104.524 93.236 C 104.511 93.616 104.487 93.996 104.401 94.361 C 104.364 94.543 104.315 94.741 104.229 94.908 C 104.18 95.151 104.02 95.121 103.959 95.075 C 103.836 95.014 103.75 94.893 103.59 94.893 C 103.418 94.938 103.234 95.014 103.05 95.105 C 102.669 95.257 102.3 95.561 101.846 95.819 L 101.145 96.184 L 100.371 96.458 C 99.856 96.624 99.266 96.61 98.787 96.898 L 98.05 97.248 L 97.509 97.536 L 96.44 98.114 L 94.351 99.329 C 91.563 100.985 89.131 102.718 86.526 104.541 C 84.339 106.456 82.115 108.309 79.855 109.889 C 79.29 110.269 78.749 110.649 78.208 111.014 C 77.705 111.333 77.226 111.667 76.759 111.971 C 75.838 112.64 74.94 113.232 74.142 113.885 C 70.898 116.362 68.81 118.672 68.7 120.1 C 69.989 118.596 71.292 117.091 72.717 115.77 C 69.044 119.507 65.874 123.99 63.625 128.913 L 62.975 128.973 C 61.758 132.134 59.731 137.421 59.854 143.515 C 59.842 143.788 59.829 144.077 59.805 144.441 C 59.756 144.836 59.78 145.14 59.473 146.204 C 59.412 146.386 59.338 146.569 59.264 146.735 L 59.141 146.994 L 59.055 147.145 C 58.994 147.252 58.92 147.359 58.847 147.465 C 58.552 147.875 58.159 148.24 57.765 148.483 C 57.421 148.711 56.856 148.893 56.267 148.893 C 55.972 148.893 55.677 148.832 55.407 148.741 C 55.161 148.665 54.805 148.468 54.792 148.452 C 54.62 148.331 54.448 148.21 54.289 148.058 C 54.129 147.921 53.969 147.754 53.834 147.587 L 53.736 147.465 L 53.699 147.419 L 53.625 147.313 L 53.367 146.887 L 53.364 146.881 L 53.355 146.873 L 53.097 146.629 L 52.237 145.854 C 52.053 145.672 51.868 145.505 51.598 145.201 L 51.377 144.988 C 51.266 144.852 51.107 144.776 50.971 144.654 C 50.664 144.457 50.32 144.289 49.903 144.167 C 48.232 143.681 46.008 143.97 44.141 144.365 C 44.227 144.305 43.686 144.274 43.219 144.167 C 42.733 144.241 42.236 144.286 41.749 144.33 L 41.696 144.335 C 41.229 144.365 40.775 144.381 40.345 144.411 C 39.571 144.457 38.883 144.502 38.268 144.563 C 37.04 144.684 36.045 144.852 35.135 145.14 C 34.681 145.277 34.239 145.444 33.809 145.672 C 33.329 145.915 32.801 146.219 32.261 146.569 C 31.167 147.267 29.951 148.194 28.354 149.425 L 29.066 148.696 C 28.71 148.954 28.354 149.227 27.973 149.501 L 27.383 149.911 L 26.978 150.23 C 26.45 150.671 25.934 151.157 25.43 151.734 C 24.435 152.889 23.44 154.546 22.236 156.825 C 21.929 157.402 21.609 157.994 21.29 158.603 L 20.786 159.545 L 20.405 160.289 C 19.926 161.261 19.471 162.385 19.041 163.647 C 18.611 164.908 18.181 166.291 17.752 167.78 C 17.297 169.299 16.842 170.834 16.388 172.384 C 14.742 178.066 13.673 184.539 13.022 190.89 C 12.407 197.166 12.346 203.608 12.321 209.61 C 11.891 209.974 11.756 213.591 11.633 218.498 C 11.596 219.729 11.56 221.036 11.523 222.388 C 11.474 223.725 11.412 225.108 11.363 226.491 C 11.276 228.908 11.188 231.35 11.109 233.624 Z\" fill=\"rgb(241,181,206)\"></path><path d=\"M 52.232 137.839 C 52.094 138.873 52.053 139.876 51.971 140.941 C 51.943 141.214 51.929 141.534 51.943 141.898 L 51.971 142.704 L 51.998 143.571 L 51.998 143.647 L 52.053 143.647 C 52.19 143.662 52.259 143.662 52.369 143.677 L 52.974 143.753 C 53.372 143.814 53.771 143.89 54.169 143.981 L 54.242 143.994 C 54.552 144.049 54.809 144.094 55.09 144.179 C 55.241 144.225 55.379 144.286 55.53 144.346 C 55.654 144.392 55.736 144.392 55.832 144.438 C 56.011 144.498 56.231 144.711 56.258 144.696 C 56.295 144.723 56.31 144.761 56.322 144.801 C 56.318 144.776 56.327 144.751 56.327 144.727 C 56.327 144.772 56.437 144.422 56.561 144.331 C 56.629 144.255 56.698 144.21 56.767 144.164 C 56.877 144.042 56.987 143.921 57.097 143.814 C 57.33 143.586 57.578 143.404 57.839 143.236 L 58.031 143.115 L 58.127 143.054 C 61.563 140.697 59.062 142.37 59.818 141.822 L 59.666 141.579 C 59.254 140.941 58.911 140.591 58.622 140.302 C 58.045 139.74 57.646 139.451 57.303 139.177 L 56.574 138.63 L 56.547 138.63 L 56.547 138.599 L 56.521 138.632 L 56.533 138.645 L 56.561 138.645 C 56.256 139.001 56.033 139.261 55.873 139.447 L 55.846 139.481 L 55.721 139.629 C 55.818 139.512 55.082 140.371 55.873 139.447 L 56.217 139.025 L 56.521 138.632 L 56.368 138.462 L 55.667 137.839 C 55.2 137.429 54.705 137.14 54.211 136.805 C 53.644 136.483 53.078 136.206 52.522 135.979 C 52.421 136.603 52.331 137.223 52.232 137.839 Z\" fill=\"rgb(241,181,206)\"></path><path d=\"M 200.796 89.977 C 199.903 90.266 199.298 90.448 198.982 90.494 C 198.831 90.524 198.776 90.509 198.748 90.524 L 197.841 95.04 C 197.841 95.081 197.802 95.16 197.782 95.2 L 197.777 95.209 C 197.868 95.154 198.315 94.974 199.05 95.085 C 199.312 95.085 199.463 95.146 199.793 95.192 C 200.095 95.237 200.411 95.313 200.7 95.389 L 200.76 95.404 C 201.118 95.492 201.532 95.594 201.895 95.708 C 201.973 95.735 202.007 95.746 202.019 95.751 L 202.019 95.739 L 202.06 95.572 L 202.225 95.04 C 202.487 94.295 202.596 93.504 202.637 92.714 C 202.637 92.486 202.651 92.41 202.665 92.333 L 202.693 92.09 C 202.693 91.938 202.733 91.756 202.747 91.588 C 202.788 91.254 202.857 90.904 202.926 90.509 C 203 90.138 203.084 89.748 203.177 89.338 C 202.209 89.513 201.418 89.78 200.796 89.977 Z\" fill=\"rgb(241,181,206)\"></path><path d=\"M 247.266 136.729 C 246.896 136.82 246.538 136.927 246.181 137.064 C 245.824 137.2 245.438 137.368 245.274 137.444 C 244.875 137.626 244.587 137.733 244.381 137.809 C 244.284 137.839 244.215 137.854 244.215 137.854 C 244.477 138.995 244.642 140.226 244.696 141.002 C 244.738 141.883 244.696 142.431 244.559 142.78 C 244.49 142.902 244.532 142.872 244.504 142.932 C 244.504 142.941 244.499 142.953 244.491 142.966 C 244.496 142.964 244.5 142.963 244.504 142.963 L 244.532 142.963 C 244.532 142.963 244.6 142.902 244.642 142.887 C 244.647 142.883 244.653 142.879 244.658 142.876 C 244.659 142.876 244.659 142.876 244.659 142.876 C 244.725 142.838 244.8 142.824 244.875 142.811 L 244.924 142.811 C 245.103 142.767 245.287 142.722 245.307 142.717 C 245.956 142.558 247.111 142.273 249.067 141.792 L 249.067 141.762 L 249.025 141.61 L 248.888 141.017 C 248.792 140.637 248.696 140.272 248.586 139.937 C 248.366 139.253 248.146 138.66 247.926 138.128 L 247.337 136.71 Z\" fill=\"rgb(241,181,206)\"></path><path d=\"M 150.065 14.443 C 150.327 13.759 150.601 12.998 150.89 12.162 C 151.027 11.752 151.164 11.311 151.315 10.855 C 151.384 10.627 151.467 10.399 151.536 10.155 C 151.563 10.079 151.59 9.912 151.59 9.882 L 151.632 9.882 L 151.453 9.745 C 151.344 9.669 151.192 9.532 151.109 9.486 C 150.725 9.243 150.354 8.939 150.024 8.605 C 149.735 8.361 149.516 8.148 149.323 7.844 C 149.254 7.768 149.186 7.692 149.144 7.586 L 149.035 7.358 C 148.938 7.023 149.062 7.312 148.911 7.677 C 148.829 7.966 148.718 8.118 148.512 8.559 C 148.416 8.741 148.306 8.909 148.182 9.076 C 148.031 9.304 147.867 9.562 147.701 9.79 C 147.523 10.034 147.358 10.231 147.152 10.475 L 146.781 10.946 C 146.781 10.946 146.781 11.007 146.795 11.068 C 146.822 11.159 146.89 11.326 146.959 11.478 L 147.523 12.694 C 148.377 14.033 149.034 14.931 149.597 15.612 C 149.75 15.244 149.905 14.855 150.065 14.443 Z\" fill=\"rgb(241,181,206)\"></path></svg>',svgContentId:10778634896,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1Bvc3QgUmVndWxhcg==\",\"--framer-font-family\":'\"Post Regular\", \"Post Regular Placeholder\", sans-serif',\"--framer-font-size\":\"120px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:[\"Work\",/*#__PURE__*/_jsx(\"br\",{}),\"shops\"]})}),className:\"framer-6zmgb2\",fonts:[\"CUSTOM;Post Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16o1qpx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Vlieg-tuigjes bouwen\"})}),className:\"framer-qo4hxj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ymerv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Bouw en vlieg je eigen modelvliegtuig! Ideaal voor kleine en grote piloten.\"})}),className:\"framer-1jvsjk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hu7vrh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Ebru Schilderen\"})}),className:\"framer-uavjp5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-exiqmo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Laat je betoveren door de kunst van Ebru schilderen! Cre\\xeber prachtige marmerpatronen op water en neem je eigen unieke kunstwerk mee naar huis.\"})}),className:\"framer-uo72v9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1idkm5u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Drummen\"})}),className:\"framer-3mc1h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dw3rkb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Ontdek het ritme in jezelf en drum er lekker op los! Leer verschillende technieken en voel de kracht van samen muziek maken\"})}),className:\"framer-1uld02f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a597hh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"circus\"})}),className:\"framer-equn5w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g6jpx0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Stap in de magische wereld van het circus en leer coole trucs! Van jongleren tot acrobatiek, in deze workshop ontdek je jouw innerlijke circusartiest\"})}),className:\"framer-s70tf2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dfygbr\",\"data-framer-name\":\"End\",name:\"End\"})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6t9uls\"}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{height:1055,width:\"100vw\",y:12194.81523664895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dklth0-container hidden-72rtr7 hidden-1wrgws4\",children:/*#__PURE__*/_jsx(VerhalenMobile,{height:\"100%\",id:\"yjufJsTS1\",layoutId:\"yjufJsTS1\",style:{width:\"100%\"},variant:\"PIldshAo8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oho85n\",id:id21,ref:ref23,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-72zm7v\",\"data-styles-preset\":\"NWlwakShD\",children:\"Verhalen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-15hzii9\",\"data-styles-preset\":\"RSL62T1FF\",children:\"Verhalen\"})}),className:\"framer-1nau824\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:\"100vw\",y:15782.555555555555,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kz6hpn-container hidden-1wrgws4 hidden-1vgo62y\",children:/*#__PURE__*/_jsx(Verhalen,{height:\"100%\",id:\"z3VMmUDxS\",layoutId:\"z3VMmUDxS\",style:{height:\"100%\",width:\"100%\"},variant:\"fQf4ZK6Jq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h6ytfa\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-710nrh\",id:id22,ref:ref24,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nhpah3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:196,intrinsicWidth:145,loading:getLoadingLazyAtYPosition(13973.81523664895),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HGsZWV3u6zI3V6TvWWkbqLqFY.svg\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:196,intrinsicWidth:145,loading:getLoadingLazyAtYPosition(10257.81523664895),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HGsZWV3u6zI3V6TvWWkbqLqFY.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:196,intrinsicWidth:145,loading:getLoadingLazyAtYPosition(17306.555555555555),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HGsZWV3u6zI3V6TvWWkbqLqFY.svg\"},className:\"framer-ui5mj1\",\"data-framer-name\":\"Vector\",name:\"Vector\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\"},children:\"Onze missie is om niet alleen een onvergetelijke ervaring te bieden, maar ook om bewustzijn te cre\\xebren en actief bij te dragen aan een groenere wereld.\"})}),className:\"framer-8b3ch3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13bjr43\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Het festival is ontworpen en ingericht met zoveel mogelijk duurzame materialen en technieken. Van herbruikbare bekers, borden en verpakkingen. We doen er alles aan om afval te minimaliseren en hergebruik te stimuleren.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"We zetten ons in voor gebruik van zoveel mogelijke groene energie en zullen ons daar de komende tijd en edities op richten. Onze podia en faciliteiten worden zoveel mogelijk\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:\"aangedreven door duurzame energie, zodat je kunt genieten van geweldige optreden, zonder de planeet onnodig te belasten.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Onze vrijwilligers en bezoekers werken samen om ervoor te zorgen dat afval op de juiste manier wordt gescheiden en verwerkt.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Doe mee en ervaar een festival dat niet alleen plezier en vermaak biedt, maar ook een positieve impact heeft op onze planeet.\"]})]}),className:\"framer-8bmzl8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ct6u17\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19j2ece\",id:id23,ref:ref25,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",children:\"Activiteiten\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-15hzii9\",\"data-styles-preset\":\"RSL62T1FF\",children:\"Activiteiten\"})}),className:\"framer-1wnvsh9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kttyyd\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i0sli2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jgcxfv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Op de markt vind je ook informatie kraampjes van diverse organisaties. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Op de markt vind je ook informatiekraampjes van diverse organisaties. \"})}),className:\"framer-qeiljx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wevyun\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-12xo526\",\"data-styles-preset\":\"RADKNVu1X\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Interesse in een kraampje?\"})}),className:\"framer-pvwiqo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{y:15237.81523664895},uyXf1dJm2:{y:11983.81523664895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:18570.555555555555,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fq35nv-container\",children:/*#__PURE__*/_jsx(Link,{C92JeKqDz:\"mailto:info@darwinparkfestival.nl\",height:\"100%\",id:\"sTCkevJIE\",layoutId:\"sTCkevJIE\",N8VH1E1AV:\"Mail ons\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Deze organisaties kan je verwachten\u2026\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Zaanse Stadspas\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Pact Zaandam Oost\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Spaans Groen\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Zaankanters voor Elkaar\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Hospice Het Tij\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"het Jongerenloket\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Stichting Dance Connects\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Turnvereniging Kracht en Vlugheid\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"50 Jaar Zaanstad\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231))\"},children:\"Hemlab\"})})]})]}),className:\"framer-vsovss\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6kd496\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-3816fn\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:262,intrinsicWidth:304,name:\"Vector\",svg:'<svg width=\"304\" height=\"262\" viewBox=\"0 0 304 262\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M33.6524 81.6601C33.0573 82.1354 32.4373 82.5373 31.6819 83.2369C30.9688 83.9033 30.2304 84.8303 29.6762 85.8178C29.0985 86.8101 28.6101 87.9265 28.2511 89.0999C28.0924 89.6921 27.96 90.2692 27.9344 90.8637C27.9267 91.4742 28.1824 92.0995 28.5234 92.6141C29.2158 93.646 30.2403 94.4773 31.4833 95.2002C32.6743 95.9091 34.3379 96.5999 35.1821 96.982C36.169 97.4135 37.1899 97.8429 38.2363 98.3015C38.7336 98.5238 39.2205 98.7434 39.6498 98.9698C39.8645 99.083 40.0687 99.1934 40.2183 99.3003C40.3498 99.3912 40.4399 99.471 40.5375 99.564C40.5658 99.5827 40.5914 99.6118 40.617 99.641L40.5027 99.6104C40.3933 99.6033 40.2942 99.599 40.1923 99.6052C40.2699 99.6482 40.3418 99.7121 40.3958 99.7599C46.8943 104.809 51.7539 109.407 55.3753 113.93C56.3115 115.05 57.1036 116.209 57.9199 117.318C58.644 118.481 59.4159 119.59 60.025 120.767C60.7207 121.911 61.2224 123.115 61.8051 124.306C62.2776 125.536 62.8208 126.75 63.1747 128.048C63.0663 128.286 63.0312 128.666 63.0493 129.139C63.0439 129.616 63.039 130.216 63.0958 130.878C63.1293 131.21 63.1574 131.562 63.193 131.928C63.205 132.299 63.2142 132.68 63.2283 133.085C63.2432 133.902 63.34 134.663 63.3284 135.662C63.4049 139.491 63.5352 143.535 63.2723 145.514L63.1847 145.134C63.3576 147.731 63.3108 150.358 63.0998 152.974C62.9839 154.279 62.8473 155.579 62.6558 156.875L62.0398 160.92C61.656 163.724 61.4101 166.553 61.4691 169.409C61.4883 170.127 61.5207 170.837 61.5843 171.556C61.6362 172.193 61.6723 172.682 61.7014 173.28C61.7603 174.432 61.7734 175.671 61.8501 177.006C61.7625 176.664 61.5055 176.357 61.4578 174.729C61.4635 176.3 61.3959 178.172 61.576 180.274C61.7422 182.646 62.4493 185.285 63.5452 187.305C63.8307 187.86 64.036 188.216 64.249 188.585L64.8728 189.665C65.2759 190.364 65.6438 190.986 65.9481 191.513C66.5746 192.583 66.959 193.309 66.895 193.548C68.6889 195.955 70.8928 198.495 73.8581 200.604C74.2347 200.86 74.5982 201.125 75.0012 201.367L75.072 201.41L75.0735 201.411C75.4448 201.636 75.8327 201.872 76.1071 202.019C76.7739 202.398 77.4303 202.775 78.1076 203.157C79.4932 203.929 80.9488 204.731 82.5964 205.44C83.4255 205.795 84.294 206.128 85.2652 206.411C85.696 206.549 86.3825 206.688 86.9264 206.778C87.4446 206.839 88.012 206.924 88.4894 206.93C90.4815 207.018 92.2639 206.85 94.0278 206.543C95.7841 206.223 97.4747 205.773 99.1877 205.074C100.055 204.705 100.907 204.31 101.793 203.746C102.637 203.259 103.68 202.358 104.447 201.45C105.791 199.716 106.821 198.032 107.704 196.275C108.571 194.536 109.185 192.785 109.672 191.134C110.584 187.815 110.884 184.866 110.91 182.523L111.005 183.373C111.035 179.895 111.04 177.758 111.13 175.51C111.186 173.264 111.281 170.996 111.077 167.355C111.172 166.957 111.22 166.447 111.255 166.523C110.868 162.978 110.78 157.82 110.664 152.811C110.621 150.973 110.571 149.167 110.522 147.561C110.476 146.446 110.404 145.469 110.28 144.601C110.441 144.789 110.613 144.98 110.782 145.181C110.619 144.124 110.337 143.057 110.178 141.945C110.141 141.668 110.104 141.391 110.135 141.11C110.145 140.99 110.187 140.79 110.338 140.808C110.469 140.82 110.563 140.924 110.664 141.006C111.01 141.377 111.337 141.777 111.678 142.169L110.845 141.077C110.705 140.895 110.567 140.702 110.387 140.542C110.308 140.465 110.194 140.39 110.084 140.428C109.984 140.468 109.967 140.574 109.942 140.668C109.845 140.364 109.766 140.075 109.737 139.811C109.697 139.544 109.75 139.347 109.821 139.288C109.954 139.168 110.126 139.314 110.343 139.584C110.788 140.126 111.46 141.153 112.126 142.2C112.698 143.099 113.359 144.123 114.074 145.239C114.679 146.18 115.218 146.993 116.022 147.943C116.531 148.871 117.134 149.901 117.757 150.903C118.376 151.915 119.022 152.913 119.686 153.926C121.017 155.942 122.426 157.956 123.903 159.967C126.852 164.009 130.018 167.82 132.534 172.102C135.713 175.66 129.352 169.223 133.739 174.797C133.304 175.382 131.518 172.32 132.091 174.133C134.176 176.908 135.703 179.355 137.205 181.895C138.743 184.468 140.302 187.336 143.093 190.801L142.884 191.413C144.792 193.606 146.808 195.806 148.77 197.668C150.639 199.505 152.404 201.314 154.092 203.036C157.458 206.477 160.529 209.561 163.59 211.729C172.418 219.139 168.26 218.114 177.896 225.295L180.857 228.917C184.498 232.41 184.159 230.682 187.913 234.795C187.633 234.843 188.814 236.128 189.702 237.179C190.59 238.23 191.213 239.02 189.959 238.005L191.469 239.768C192.04 240.422 192.614 241.066 193.245 241.703C194.486 242.971 195.856 244.218 197.408 245.369C200.471 247.693 204.353 249.457 208.266 250.316C210.215 250.772 212.191 251.045 214.139 251.255C216.101 251.458 218.16 251.586 220.355 251.54C222.546 251.47 224.884 251.305 227.487 250.444C228.135 250.228 228.791 249.98 229.465 249.626C230.102 249.351 230.741 248.914 231.379 248.479L231.471 248.416C232.761 247.425 234.042 246.097 234.833 244.516C235.374 243.035 235.654 241.161 235.679 239.32C235.682 237.483 235.431 235.634 235.026 233.944C234.624 232.243 234.077 230.671 233.47 229.362C232.855 228.083 232.33 227.174 231.857 226.568C231.964 226.252 229.908 222.204 228.226 219.504C227.399 218.146 226.735 217.089 226.679 216.84C226.621 216.601 227.209 217.149 228.749 219.176C229.274 219.874 230.063 221.21 229.878 221.194L230.948 221.982C228.795 217.217 225.885 213.486 222.892 210.112C222.139 209.264 221.38 208.437 220.619 207.621C219.832 206.775 219.171 206.041 218.194 205.033C216.362 203.184 214.499 201.66 212.915 200.088C214.694 201.968 217.772 204.864 215.547 203.232L212.365 200.186C211.87 199.708 211.419 199.231 210.988 198.759C210.773 198.523 210.568 198.29 210.376 198.049L209.74 197.266L209.785 197.299C210.253 197.64 210.695 197.961 211.123 198.216L210.693 197.7L210.228 197.108C209.921 196.714 209.625 196.322 209.342 195.924C208.774 195.136 208.283 194.348 207.824 193.568C207.409 192.789 207.013 192.025 206.764 191.29C206.681 191.101 206.647 190.936 206.596 190.755C206.536 190.561 206.491 190.438 206.497 190.417C206.488 190.325 206.479 190.234 206.483 190.135C206.304 190.221 206.153 190.369 206.012 190.565C205.925 189.685 206.434 189.364 206.751 189.26C206.909 189.169 207.145 189.288 207.299 189.295C207.384 189.307 207.473 189.309 207.588 189.295C207.646 189.288 207.716 189.274 207.784 189.27L207.805 189.275L207.821 189.257L207.904 189.279L208.237 189.369C208.507 189.441 208.79 189.507 209.083 189.574L209.115 189.582C209.198 189.604 209.281 189.626 209.357 189.635C209.398 189.646 209.443 189.647 209.474 189.655C209.549 189.665 209.604 189.668 209.659 189.672C209.758 189.676 209.826 189.672 209.863 189.659C209.936 189.635 209.888 189.566 209.767 189.478C209.635 189.387 209.511 189.309 209.029 189.113L208.947 189.075C208.635 188.932 208.364 188.807 208.131 188.683L208.032 188.634L208.012 188.629L207.971 188.573C207.945 188.544 207.92 188.515 207.902 188.499C207.858 188.454 207.848 188.407 207.875 188.392C207.904 188.366 207.972 188.362 208.099 188.385C208.525 188.499 209.164 188.693 210.065 188.945C213.799 190.18 218.239 192.438 222.875 195.418C227.523 198.356 232.502 201.884 237.679 204.675C237.344 204.139 237.856 204.265 238.843 204.652C239.336 204.851 239.944 205.115 240.62 205.418C241.315 205.693 242.069 205.996 242.834 206.301L242.982 206.953C246.023 207.991 247.888 208.468 249.076 208.898C250.378 209.302 250.968 209.558 251.56 209.816L251.579 209.825L251.586 209.828C252.193 210.09 252.792 210.349 254.178 210.554C254.876 210.652 255.78 210.728 257.091 210.656C257.737 210.617 258.505 210.533 259.414 210.342C260.305 210.141 261.595 209.752 262.763 209.068C263.073 208.81 263.368 208.538 263.647 208.258C263.791 208.096 263.966 207.898 264.081 207.762L264.406 207.337C264.62 207.038 264.84 206.718 265.046 206.406C266.436 204.918 267.352 203.037 267.708 201.584C268.079 200.113 268.107 199.096 268.159 198.32C268.234 196.792 268.296 196.062 268.393 195.286C268.438 194.909 268.484 194.531 268.506 194.114C268.53 193.652 268.538 192.998 268.504 192.253C268.393 190.754 268.118 188.664 267.181 185.595C267.687 188.07 267.395 188.704 267.032 187.939C266.645 187.178 266.083 185.079 265.4 182.1L266.287 183.485C265.33 180.199 264.742 179.195 263.988 177.022C264.492 177.926 264.773 178.123 264.676 177.485C264.577 176.857 264.13 175.368 262.823 173.057C263.584 173.996 264.304 174.969 264.963 175.958C263.342 173.029 261.347 170.212 258.693 167.852C256.189 164.687 251.927 161.974 248.239 160.195C244.525 158.387 241.38 157.155 240.25 156.262C240.25 156.262 239.434 155.898 238.159 155.334C236.906 154.776 235.202 154.029 233.527 153.213C231.816 152.409 230.156 151.497 228.789 150.696L228.541 150.541L228.468 150.521L228.333 150.485C228.244 150.441 228.153 150.406 228.07 150.373L228.043 150.363C227.894 150.305 227.736 150.253 227.58 150.212C227.54 150.205 227.496 150.195 227.446 150.181C227.49 150.19 227.535 150.201 227.58 150.212C227.992 150.284 227.88 149.975 227.936 149.766C227.971 149.511 228.186 149.402 228.645 149.478C228.437 149.441 228.035 149.264 228.019 148.998C228.015 148.763 228.255 148.615 228.568 148.488L228.817 148.388L228.951 148.345L229.011 148.328L229.203 148.279C230.073 148.067 230.934 147.886 231.767 147.73C233.424 147.406 234.941 147.188 236.077 147.103L235.257 147.34C236.282 147.169 237.29 146.983 238.303 146.775C238.811 146.666 239.317 146.568 239.814 146.456L240.191 146.379C240.275 146.357 240.564 146.278 240.742 146.237C241.148 146.134 241.545 145.984 241.938 145.845C243.493 145.237 244.829 144.325 245.844 143.406C246.882 142.481 247.652 141.562 248.318 140.739C248.641 140.324 248.95 139.917 249.217 139.543L249.428 139.254L249.766 138.743C249.991 138.403 250.203 138.07 250.403 137.656C251.214 136.124 251.606 134.08 251.428 132.373C251.277 130.651 250.762 129.332 250.286 128.281C249.8 127.226 249.321 126.396 248.916 125.664L248.351 124.655L247.797 123.605C247.324 122.754 246.929 121.857 246.379 121.042C245.856 120.211 245.369 119.368 244.756 118.58C244.18 117.78 243.59 116.987 242.932 116.243C240.374 113.196 237.293 110.522 233.819 108.232C233.976 108.687 232.247 107.7 230.602 106.981C228.968 106.264 227.474 105.73 228.251 106.529C224.428 105.003 220.799 103.875 217.421 102.848C214.069 101.849 210.992 100.947 208.15 100.207C202.484 98.7448 197.88 98.0124 194.92 98.8341C187.902 98.0115 186.648 97.2859 182.978 96.8928C183.55 96.8789 184.122 96.8651 184.688 96.872C178.014 96.5092 173.664 96.6578 169.765 96.8714L169.612 96.8801C167.755 96.985 166.152 97.0756 164.326 97.0957L164.203 97.0967C163.315 97.1044 162.394 97.1123 161.422 97.0859C160.958 97.0729 160.49 97.0703 159.995 97.0489C159.787 97.0376 159.578 97.0262 159.356 97.0225C158.434 97.0983 157.583 97.405 156.278 97.5787C155.63 97.6722 154.869 97.7246 153.982 97.7097C153.109 97.6872 152.083 97.5681 151.073 97.3868C152.455 97.3004 152.545 97.2132 152.189 97.1289C152.012 97.0816 151.694 97.0632 151.349 96.9374C151.21 96.8776 151.406 96.8079 151.467 96.7906L151.74 96.6856C151.916 96.6103 152.103 96.5378 152.281 96.4521L152.219 96.4866C151.902 96.6619 151.805 96.7154 152.098 96.6368C152.407 96.5638 153.168 96.3443 154.305 95.8807C154.163 95.8314 154.32 95.6618 154.503 95.477C154.597 95.4577 154.72 95.4128 154.783 95.4295C155.496 94.9301 155.827 94.6069 155.852 94.5133C155.893 94.4462 155.848 94.4454 155.722 94.5007C155.559 94.5684 155.23 94.7586 154.832 94.9972C154.749 94.9749 154.523 95.0259 153.914 95.2636C154.458 95.0196 154.95 94.7617 155.425 94.4879C156.113 94.082 156.749 93.6621 157.371 93.2499L157.547 93.1319C158.316 92.614 159.081 92.1 159.762 91.641C161.945 90.1877 163.638 89.1046 164.064 89.2188C170.735 84.5245 176.318 80.0625 181.146 75.2198C183.553 72.8023 185.772 70.3007 187.816 67.6187C189.887 64.8328 191.595 61.9938 193.213 58.8637C194.288 57.6371 193.175 60.7914 191 64.2958C192.814 61.4742 194.442 58.5582 195.753 55.3682C196.001 55.5237 195.5 56.9374 194.679 58.5883C193.865 60.2525 192.704 62.1352 191.912 63.4709C193.726 61.0616 195.285 58.4054 196.512 55.4044C197.117 53.8959 197.642 52.3105 197.987 50.5654C198.308 48.8251 198.546 46.9399 198.154 44.7858C198 43.7421 197.556 42.5317 196.97 41.5172C196.369 40.4764 195.525 39.5933 194.572 38.8701C193.576 38.1801 192.544 37.6696 191.552 37.3815L190.799 37.1575L190.16 37.0085L188.899 36.7263C185.528 36.046 182.028 35.6427 178.45 35.5303C177.461 35.6885 176.497 35.9201 175.528 36.1282L174.69 36.1376C174.744 36.3525 171.667 37.0314 169.681 37.5016C168.672 37.4428 168.651 37.1476 168.034 37.0381C167.433 36.9549 166.195 37.0019 162.892 37.8988C160.218 38.3626 156.574 39.5356 152.845 41.0646C149.12 42.5832 145.333 44.453 142.235 46.0396C145.691 44.5712 144.697 45.3295 143.309 46.149C140.268 47.5617 138.312 47.962 136.097 49.3285L135.648 48.9827C135.493 49.302 133.946 50.2399 132.23 51.2797L132.208 51.2932C130.06 52.5774 127.653 54.0373 127.184 54.4574C125.271 54.947 131.483 51.5445 132.061 50.8419C126.172 54.075 124.767 54.9568 123.315 55.8039C121.881 56.667 120.403 57.485 114.761 61.0849C109.037 65.3646 116.196 60.9238 113.644 63.258C108.437 66.7739 103.66 70.5946 97.5301 74.3534L99.7381 73.5529C97.3731 75.3136 95.3027 76.9305 93.3 78.2537C91.2812 79.5948 89.3777 80.7553 87.5997 81.9048C85.8112 83.0516 84.1482 84.1874 82.58 85.4265C82.1888 85.7226 81.7886 86.0943 81.4217 86.3412C81.05 86.5646 80.724 86.867 80.3454 87.0328C79.58 87.3957 78.7801 87.638 77.9395 87.6577C75.6349 88.1539 73.1399 87.4074 70.9276 86.603C68.6925 85.7592 66.6538 84.7229 64.7043 83.8107C62.7659 82.857 60.8674 82.1701 59.1366 81.439C57.4665 80.7224 55.9336 79.9594 54.5198 79.2556L54.3733 79.1827C51.4731 77.704 49.0202 76.4676 46.9314 75.6184C46.281 75.3467 45.6666 75.1108 45.0882 74.9069C43.8924 74.4852 42.8506 74.2002 41.9625 74.0189C41.4516 74.6024 40.8895 75.2124 40.2713 75.8461C38.5416 77.6192 36.3722 79.5778 33.6524 81.6601Z\" fill=\"#F7DD00\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lxy8m9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-witde6\",\"data-framer-name\":\"Schminken\",name:\"Schminken\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y292oo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:166,intrinsicWidth:159,loading:getLoadingLazyAtYPosition(16408.815236648952),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/I07UHpuiXOKxnJpSGMxzOYw.svg\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:166,intrinsicWidth:159,loading:getLoadingLazyAtYPosition(13467.81523664895),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/I07UHpuiXOKxnJpSGMxzOYw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:166,intrinsicWidth:159,loading:getLoadingLazyAtYPosition(19741.555555555555),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/I07UHpuiXOKxnJpSGMxzOYw.svg\"},className:\"framer-1b7954m\",\"data-framer-name\":\"Laag_1\",name:\"Laag_1\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Schminken\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Schminken\"})}),className:\"framer-nt4ev5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6xdcw5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Laat je omtoveren tot je favoriete personage, dier of iets magisch! Onze getalenteerde schminkers zorgen voor een kleurrijke en unieke look.\"})}),className:\"framer-1rcswyo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u6n5g1\",\"data-framer-name\":\"Henna\",name:\"Henna\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qq6jbv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:212,intrinsicWidth:164,loading:getLoadingLazyAtYPosition(16405.815236648952),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/RXXB4Z4QmbndiD8kGzpoKmMDh1k.svg\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:212,intrinsicWidth:164,loading:getLoadingLazyAtYPosition(13900.81523664895),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/RXXB4Z4QmbndiD8kGzpoKmMDh1k.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:212,intrinsicWidth:164,loading:getLoadingLazyAtYPosition(19738.555555555555),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/RXXB4Z4QmbndiD8kGzpoKmMDh1k.svg\"},className:\"framer-y47x8v\",\"data-framer-name\":\"Group 86\",name:\"Group 86\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Henna\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Henna\"})}),className:\"framer-gxzy2e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z0sxg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Laat je huid stralen met kleurrijke en vrolijke Mediterrane tijdelijke tatoeages! Onze enthousiaste henna-specialisten staan klaar om je te versieren met prachtige ontwerpen die je dag nog specialer maken.\"})}),className:\"framer-yititp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lzkl8r\",\"data-framer-name\":\"Verhalen\",name:\"Verhalen\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ehd5un\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:193,intrinsicWidth:230,loading:getLoadingLazyAtYPosition(16413.065236648952),pixelHeight:142,pixelWidth:126,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IIdrFmpVnqNZQGZzXYGPfjkkMEY.svg\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:193,intrinsicWidth:230,loading:getLoadingLazyAtYPosition(14344.06523664895),pixelHeight:142,pixelWidth:126,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IIdrFmpVnqNZQGZzXYGPfjkkMEY.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:193,intrinsicWidth:230,loading:getLoadingLazyAtYPosition(19745.805555555555),pixelHeight:142,pixelWidth:126,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IIdrFmpVnqNZQGZzXYGPfjkkMEY.svg\"},className:\"framer-1zvzbk\",\"data-framer-name\":\"Group\",name:\"Group\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Styling\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Styling\"})}),className:\"framer-1v1g0ql\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c7fqtk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Ontdek je eigen stijl en krijg professionele tips tijdens onze stylingactiviteit! Laat je inspireren door de nieuwste trends en leer hoe je jouw look kunt verfrissen. Perfect voor iedereen die z'n garderobe een boost wil geven!\"})}),className:\"framer-1ykbpkf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8m3jdm\",\"data-framer-name\":\"Verhalen\",name:\"Verhalen\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1090jem\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:193,intrinsicWidth:230,loading:getLoadingLazyAtYPosition(16407.565236648952),pixelHeight:545,pixelWidth:496,positionX:\"center\",positionY:\"center\",sizes:\"112.5907px\",src:\"https://framerusercontent.com/images/yuDqDrBlAqSWHDLtLjdy43vHI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/yuDqDrBlAqSWHDLtLjdy43vHI.png 496w\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:193,intrinsicWidth:230,loading:getLoadingLazyAtYPosition(14774.56523664895),pixelHeight:545,pixelWidth:496,positionX:\"center\",positionY:\"center\",sizes:\"112.5907px\",src:\"https://framerusercontent.com/images/yuDqDrBlAqSWHDLtLjdy43vHI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/yuDqDrBlAqSWHDLtLjdy43vHI.png 496w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:193,intrinsicWidth:230,loading:getLoadingLazyAtYPosition(19740.305555555555),pixelHeight:545,pixelWidth:496,positionX:\"center\",positionY:\"center\",sizes:\"112.5907px\",src:\"https://framerusercontent.com/images/yuDqDrBlAqSWHDLtLjdy43vHI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/yuDqDrBlAqSWHDLtLjdy43vHI.png 496w\"},className:\"framer-1hsb05t\",\"data-framer-name\":\"Group\",name:\"Group\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"OPen podium\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"OPen podium\"})}),className:\"framer-hog7na\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u54xfx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Deel je verhaal of talent op ons open podium! Iedereen is welkom om zijn of haar moment te pakken en iets bijzonders te delen. Een geweldige kans om je creativiteit te laten zien en anderen te inspireren.\"})}),className:\"framer-13pzik0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h47sdx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cl1s8a\",\"data-styles-preset\":\"WgDlohfqK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-95971400-cb51-401b-ab64-b3489511f4e9, rgb(0, 0, 0))\"},children:\"Heb jij een leuk idee of initiatief?\"})}),className:\"framer-vnr17w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{y:16870.815236648952},uyXf1dJm2:{y:15309.81523664895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:20203.555555555555,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jufzp8-container\",children:/*#__PURE__*/_jsx(Link,{C92JeKqDz:\"mailto:info@darwinparkfestival.nl\",height:\"100%\",id:\"PZUEp5hjQ\",layoutId:\"PZUEp5hjQ\",N8VH1E1AV:\"Mail ons\",width:\"100%\"})})})})]})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1shz5ci\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:407,intrinsicWidth:580,loading:getLoadingLazyAtYPosition(17379.815236648952),positionX:\"center\",positionY:\"center\",sizes:\"162px\",src:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg\",srcSet:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg 580w\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:407,intrinsicWidth:580,loading:getLoadingLazyAtYPosition(15474.81523664895),positionX:\"center\",positionY:\"center\",sizes:\"228.0098px\",src:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg\",srcSet:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg 580w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:407,intrinsicWidth:580,loading:getLoadingLazyAtYPosition(20689.555555555555),positionX:\"center\",positionY:\"center\",sizes:\"228.0098px\",src:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg\",srcSet:\"https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/JIPG1MFWxe9HBNxJNZ7IWlbDjkU.svg 580w\"},className:\"framer-14ryf7o\",\"data-framer-name\":\"Logo\",name:\"Logo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"7 september '24\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"13:00 - 22:00\"})]})},uyXf1dJm2:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"7 september '24\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tpw1bj\",\"data-styles-preset\":\"G331LaKcM\",children:\"13:00 - 22:00\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\"},children:\"7 september '24\"}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1lnzuz1\",\"data-styles-preset\":\"UVBuURTyT\",style:{\"--framer-text-alignment\":\"left\"},children:\"13:00 - 22:00\"})]}),className:\"framer-1oxljo2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:182,intrinsicWidth:261,loading:getLoadingLazyAtYPosition(17345.815236648952),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/JfrJ5mQsXpZOVhGiTnYIMoFeaCE.svg\"}},uyXf1dJm2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:182,intrinsicWidth:261,loading:getLoadingLazyAtYPosition(16050.81523664895),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/JfrJ5mQsXpZOVhGiTnYIMoFeaCE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:182,intrinsicWidth:261,loading:getLoadingLazyAtYPosition(20678.555555555555),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/JfrJ5mQsXpZOVhGiTnYIMoFeaCE.svg\"},className:\"framer-1sc3va\",\"data-framer-name\":\"Group 47\",name:\"Group 47\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PkbBCHJrt:{y:17567.815236648952},uyXf1dJm2:{y:16272.81523664895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:564,width:\"100vw\",y:20900.555555555555,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5wl1ta-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{variant:\"QGLkgc525\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"IyZ1180Mv\",layoutId:\"IyZ1180Mv\",style:{width:\"100%\"},variant:\"E_V0ejvWk\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uyXf1dJm2:{height:1055,width:\"100vw\",y:8902.81523664895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mnmqtz-container hidden-72rtr7 hidden-1vgo62y\",children:/*#__PURE__*/_jsx(VerhalenMobile,{height:\"100%\",id:\"vWnsPhMZR\",layoutId:\"vWnsPhMZR\",style:{width:\"100%\"},variant:\"PIldshAo8\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-fEp3h { background: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231)) /* {\"name\":\"Clear sky white\"} */; }`,\".framer-fEp3h.framer-lux5qc, .framer-fEp3h .framer-lux5qc { display: block; }\",\".framer-fEp3h.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-fEp3h .framer-5i682b-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-fEp3h .framer-1ykid0x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-16a0rf1 { align-content: center; align-items: center; background-color: var(--token-a6a775f6-8656-4e05-910d-9d95d8d9dbb0, #00d574); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-hiiiqm { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-3c077852-389b-4951-a434-c26a9dca11d6, #f34f01); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: 100vh; justify-content: center; overflow: hidden; padding: 140px; position: sticky; top: 0px; width: var(--framer-aspect-ratio-supported, 800px); will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-fEp3h .framer-1gyh82s { aspect-ratio: 1.425061425061425 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 365px); position: relative; width: 100%; }\",\".framer-fEp3h .framer-1uyb952 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1e4x2dx, .framer-fEp3h .framer-1m0p1w3, .framer-fEp3h .framer-164py7w, .framer-fEp3h .framer-1wnvsh9, .framer-fEp3h .framer-1oxljo2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fEp3h .framer-sjhdle-container { bottom: 241px; flex: none; height: 285px; left: 14px; position: absolute; width: 406px; z-index: 2; }\",\".framer-fEp3h .framer-uwp0ss-container { bottom: 46px; flex: none; height: 429px; position: absolute; right: 12px; width: 407px; z-index: 1; }\",\".framer-fEp3h .framer-13idids { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-ljvn2s-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 103px); position: relative; width: 100px; }\",\".framer-fEp3h .framer-ceo68o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 880px; word-break: break-word; word-wrap: break-word; }\",\".framer-fEp3h .framer-hxh0z0 { flex: none; height: 200px; overflow: hidden; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1kl0kjh-container { flex: none; height: 798px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-wle1up { flex: none; height: 100px; overflow: hidden; position: relative; width: 100%; }\",\".framer-fEp3h .framer-wn8rlt { align-content: flex-end; align-items: flex-end; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 200px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-wzpay6 { align-content: flex-start; align-items: flex-start; background-color: var(--token-3c077852-389b-4951-a434-c26a9dca11d6, #f34f01); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-wdd28n, .framer-fEp3h .framer-131fq2f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-2nlsxq { aspect-ratio: 0.907563025210084 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 93px); position: relative; width: 84px; }\",\".framer-fEp3h .framer-1jgyo6j, .framer-fEp3h .framer-7bp0yi, .framer-fEp3h .framer-z5tlga, .framer-fEp3h .framer-4knr1e, .framer-fEp3h .framer-izlt8y, .framer-fEp3h .framer-1fex6qp, .framer-fEp3h .framer-hucsr0, .framer-fEp3h .framer-1l7h0a3, .framer-fEp3h .framer-178eacw, .framer-fEp3h .framer-oy4foy, .framer-fEp3h .framer-1rtb3ya, .framer-fEp3h .framer-whj175, .framer-fEp3h .framer-11atfa3, .framer-fEp3h .framer-1y9gito, .framer-fEp3h .framer-19hlfld, .framer-fEp3h .framer-1nzj7qs, .framer-fEp3h .framer-qo4hxj, .framer-fEp3h .framer-1jvsjk, .framer-fEp3h .framer-uavjp5, .framer-fEp3h .framer-uo72v9, .framer-fEp3h .framer-3mc1h, .framer-fEp3h .framer-1uld02f, .framer-fEp3h .framer-equn5w, .framer-fEp3h .framer-s70tf2, .framer-fEp3h .framer-8b3ch3, .framer-fEp3h .framer-8bmzl8, .framer-fEp3h .framer-qeiljx, .framer-fEp3h .framer-pvwiqo, .framer-fEp3h .framer-nt4ev5, .framer-fEp3h .framer-1rcswyo, .framer-fEp3h .framer-gxzy2e, .framer-fEp3h .framer-yititp, .framer-fEp3h .framer-1v1g0ql, .framer-fEp3h .framer-1ykbpkf, .framer-fEp3h .framer-hog7na, .framer-fEp3h .framer-13pzik0, .framer-fEp3h .framer-vnr17w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fEp3h .framer-11x1oev, .framer-fEp3h .framer-13yk489 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1plarjl, .framer-fEp3h .framer-1rdrcq, .framer-fEp3h .framer-iakzfo, .framer-fEp3h .framer-13jzy2b, .framer-fEp3h .framer-11h8fhr, .framer-fEp3h .framer-w3zqt1, .framer-fEp3h .framer-1ozioiz, .framer-fEp3h .framer-rm2nq0, .framer-fEp3h .framer-dbnb5h, .framer-fEp3h .framer-1ulvk05, .framer-fEp3h .framer-rfmoyq, .framer-fEp3h .framer-q8lu2s, .framer-fEp3h .framer-ei4d8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1u5768m, .framer-fEp3h .framer-a2o77n, .framer-fEp3h .framer-w8l74u, .framer-fEp3h .framer-jczzak, .framer-fEp3h .framer-rbpbqh, .framer-fEp3h .framer-1kpf1ke, .framer-fEp3h .framer-1ibyvj6, .framer-fEp3h .framer-180uzyx, .framer-fEp3h .framer-hfu5vp, .framer-fEp3h .framer-yexion, .framer-fEp3h .framer-1f04nep, .framer-fEp3h .framer-1y5tw92, .framer-fEp3h .framer-wzauoy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 200px; word-break: break-word; word-wrap: break-word; }\",\".framer-fEp3h .framer-1aka09d, .framer-fEp3h .framer-sblgnp, .framer-fEp3h .framer-afhv6t, .framer-fEp3h .framer-desjjq, .framer-fEp3h .framer-1s7cl7m, .framer-fEp3h .framer-1fjinfv, .framer-fEp3h .framer-1agk0q5, .framer-fEp3h .framer-h8z2xm, .framer-fEp3h .framer-wa9d58, .framer-fEp3h .framer-19h5cz6, .framer-fEp3h .framer-12t3kvn, .framer-fEp3h .framer-w8jx0y, .framer-fEp3h .framer-1m04z3y, .framer-fEp3h .framer-vsovss { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-fEp3h .framer-8yfkvj { align-content: flex-start; align-items: flex-start; background-color: var(--token-d8065123-f0d0-48d0-8562-565885d5e4e9, #3731d1); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-cojji3 { aspect-ratio: 1.0733496332518337 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 78px); position: relative; width: 84px; }\",\".framer-fEp3h .framer-vypiky, .framer-fEp3h .framer-oho85n { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-qc4sh1, .framer-fEp3h .framer-1nau824 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-fEp3h .framer-18nvpy8, .framer-fEp3h .framer-1nvp8u8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-19nor3y-container, .framer-fEp3h .framer-vfy363-container { flex: none; height: 100vh; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-fEp3h .framer-ix318h-container, .framer-fEp3h .framer-dklth0-container, .framer-fEp3h .framer-5wl1ta-container, .framer-fEp3h .framer-mnmqtz-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1al0uwc, .framer-fEp3h .framer-88752j, .framer-fEp3h .framer-jh9yvn, .framer-fEp3h .framer-ewsyyn, .framer-fEp3h .framer-1y6oovv, .framer-fEp3h .framer-t6cdt0, .framer-fEp3h .framer-u8wfxc, .framer-fEp3h .framer-1lvf89t, .framer-fEp3h .framer-1hbn7p0 { flex: none; height: 50vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-fEp3h .framer-fs1gjc, .framer-fEp3h .framer-h6ytfa, .framer-fEp3h .framer-1ct6u17 { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 200px; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-rs6swh-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-fEp3h .framer-1yjr5c6, .framer-fEp3h .framer-eg9l5w, .framer-fEp3h .framer-hvbyra, .framer-fEp3h .framer-1ifo1wt, .framer-fEp3h .framer-1gqa8ja, .framer-fEp3h .framer-awehr5 { flex: none; height: 40vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-fEp3h .framer-10a2i06, .framer-fEp3h .framer-6t9uls { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100px; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-14g7b8j { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-2bpbju-container, .framer-fEp3h .framer-1qghi72-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-4bs4bl { height: 540px; overflow: hidden; position: relative; width: 437px; }\",\".framer-fEp3h .framer-1s2g2z0 { aspect-ratio: 0.7738853503184714 / 1; bottom: 0px; flex: none; position: absolute; right: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 418px); }\",\".framer-fEp3h .framer-t09y26 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 10px; flex: none; height: auto; left: 53%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 402px; word-break: break-word; word-wrap: break-word; }\",\".framer-fEp3h .framer-xlw6g9, .framer-fEp3h .framer-ytcqdx { align-content: center; align-items: center; background-color: var(--token-3c077852-389b-4951-a434-c26a9dca11d6, #f34f01); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 540px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-k6fwp5, .framer-fEp3h .framer-1jzmy3v, .framer-fEp3h .framer-1bo21ca, .framer-fEp3h .framer-rptjgy, .framer-fEp3h .framer-1u6vsrh, .framer-fEp3h .framer-da4u9e, .framer-fEp3h .framer-vx38rd, .framer-fEp3h .framer-11ymerv, .framer-fEp3h .framer-exiqmo, .framer-fEp3h .framer-1dw3rkb, .framer-fEp3h .framer-1g6jpx0 { 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-fEp3h .framer-9a84qq, .framer-fEp3h .framer-17bqmir { align-content: center; align-items: center; background-color: var(--token-a6a775f6-8656-4e05-910d-9d95d8d9dbb0, #00d574); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 540px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-1c1p3o1, .framer-fEp3h .framer-h99aql { align-content: center; align-items: center; background-color: var(--token-d8065123-f0d0-48d0-8562-565885d5e4e9, #3731d1); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 540px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-1f9x6e5 { align-content: center; align-items: center; background-color: var(--token-9db3b3e4-b5a8-4e7e-ad71-dac17d6c1547, #f7dd00); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 540px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-16kidcu { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 540px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 80px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-13ttjl0 { height: 490px; overflow: visible; position: relative; width: 330px; }\",\".framer-fEp3h .framer-5wavr4 { flex: none; height: 442px; left: calc(51.81818181818184% - 305px / 2); position: absolute; top: calc(52.85714285714288% - 442px / 2); width: 305px; }\",\".framer-fEp3h .framer-6zmgb2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 10px; flex: none; height: auto; left: 6px; position: absolute; right: -6px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-fEp3h .framer-16o1qpx { align-content: center; align-items: center; background-color: var(--token-3c077852-389b-4951-a434-c26a9dca11d6, #f34f01); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 490px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 330px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-1hu7vrh, .framer-fEp3h .framer-a597hh { align-content: center; align-items: center; background-color: var(--token-a6a775f6-8656-4e05-910d-9d95d8d9dbb0, #00d574); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 490px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 330px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-1idkm5u { align-content: center; align-items: center; background-color: var(--token-9db3b3e4-b5a8-4e7e-ad71-dac17d6c1547, #f7dd00); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 490px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 330px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-1dfygbr { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; height: 490px; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 80px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-kz6hpn-container { flex: none; height: 800px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-710nrh { align-content: center; align-items: center; background-color: var(--token-a6a775f6-8656-4e05-910d-9d95d8d9dbb0, #00d574); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 100vh; justify-content: space-between; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-nhpah3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100%; justify-content: flex-end; max-width: 600px; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 1px; }\",\".framer-fEp3h .framer-ui5mj1 { flex: none; height: 196px; position: relative; width: 145px; }\",\".framer-fEp3h .framer-13bjr43 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100%; justify-content: flex-start; max-width: 440px; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-fEp3h .framer-19j2ece { 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-fEp3h .framer-1kttyyd { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1i0sli2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-3c077852-389b-4951-a434-c26a9dca11d6, #f34f01); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-fEp3h .framer-jgcxfv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fEp3h .framer-1wevyun { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1fq35nv-container, .framer-fEp3h .framer-jufzp8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-fEp3h .framer-6kd496 { align-content: center; align-items: center; background-color: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, #f8f4e7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100vh; justify-content: space-between; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-3816fn { flex: none; height: 613px; left: -127px; position: absolute; top: calc(46.62500000000002% - 613px / 2); width: 711px; }\",\".framer-fEp3h .framer-lxy8m9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-witde6, .framer-fEp3h .framer-u6n5g1, .framer-fEp3h .framer-lzkl8r, .framer-fEp3h .framer-8m3jdm { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-fEp3h .framer-y292oo { flex: none; height: 100px; overflow: hidden; position: relative; width: 90px; }\",\".framer-fEp3h .framer-1b7954m { aspect-ratio: 0.9578313253012049 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 94px); left: 0px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); }\",\".framer-fEp3h .framer-6xdcw5, .framer-fEp3h .framer-z0sxg, .framer-fEp3h .framer-c7fqtk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1qq6jbv { flex: none; height: 100px; overflow: hidden; position: relative; width: 78px; }\",\".framer-fEp3h .framer-y47x8v { aspect-ratio: 0.7735849056603774 / 1; bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 78px); }\",\".framer-fEp3h .framer-1ehd5un, .framer-fEp3h .framer-1090jem { flex: none; height: 100px; overflow: hidden; position: relative; width: 100px; }\",\".framer-fEp3h .framer-1zvzbk { aspect-ratio: 1.1917098445595855 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 84px); left: 0px; position: absolute; right: 0px; top: 49%; transform: translateY(-50%); }\",\".framer-fEp3h .framer-1hsb05t { aspect-ratio: 1.1917098445595855 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 95px); left: 0px; position: absolute; right: -13px; top: 49%; transform: translateY(-50%); }\",\".framer-fEp3h .framer-1u54xfx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-h47sdx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-1shz5ci { align-content: center; align-items: center; background-color: var(--token-1bb652b2-f91a-46be-aa5f-69028c0008d2, #f2a8c5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-fEp3h .framer-14ryf7o { aspect-ratio: 1.425061425061425 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 160px); position: relative; width: 228px; }\",\".framer-fEp3h .framer-1sc3va { flex: none; height: 182px; position: relative; width: 261px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fEp3h.framer-72rtr7, .framer-fEp3h .framer-1ykid0x, .framer-fEp3h .framer-16a0rf1, .framer-fEp3h .framer-hiiiqm, .framer-fEp3h .framer-1uyb952, .framer-fEp3h .framer-13idids, .framer-fEp3h .framer-wn8rlt, .framer-fEp3h .framer-wzpay6, .framer-fEp3h .framer-wdd28n, .framer-fEp3h .framer-11x1oev, .framer-fEp3h .framer-1plarjl, .framer-fEp3h .framer-1rdrcq, .framer-fEp3h .framer-iakzfo, .framer-fEp3h .framer-13jzy2b, .framer-fEp3h .framer-11h8fhr, .framer-fEp3h .framer-w3zqt1, .framer-fEp3h .framer-1ozioiz, .framer-fEp3h .framer-rm2nq0, .framer-fEp3h .framer-dbnb5h, .framer-fEp3h .framer-8yfkvj, .framer-fEp3h .framer-131fq2f, .framer-fEp3h .framer-13yk489, .framer-fEp3h .framer-1ulvk05, .framer-fEp3h .framer-rfmoyq, .framer-fEp3h .framer-q8lu2s, .framer-fEp3h .framer-ei4d8, .framer-fEp3h .framer-vypiky, .framer-fEp3h .framer-18nvpy8, .framer-fEp3h .framer-fs1gjc, .framer-fEp3h .framer-1nvp8u8, .framer-fEp3h .framer-10a2i06, .framer-fEp3h .framer-14g7b8j, .framer-fEp3h .framer-k6fwp5, .framer-fEp3h .framer-1jzmy3v, .framer-fEp3h .framer-1bo21ca, .framer-fEp3h .framer-rptjgy, .framer-fEp3h .framer-1u6vsrh, .framer-fEp3h .framer-da4u9e, .framer-fEp3h .framer-vx38rd, .framer-fEp3h .framer-11ymerv, .framer-fEp3h .framer-exiqmo, .framer-fEp3h .framer-1dw3rkb, .framer-fEp3h .framer-1g6jpx0, .framer-fEp3h .framer-6t9uls, .framer-fEp3h .framer-oho85n, .framer-fEp3h .framer-h6ytfa, .framer-fEp3h .framer-nhpah3, .framer-fEp3h .framer-13bjr43, .framer-fEp3h .framer-1ct6u17, .framer-fEp3h .framer-19j2ece, .framer-fEp3h .framer-1kttyyd, .framer-fEp3h .framer-1i0sli2, .framer-fEp3h .framer-jgcxfv, .framer-fEp3h .framer-1wevyun, .framer-fEp3h .framer-lxy8m9, .framer-fEp3h .framer-witde6, .framer-fEp3h .framer-6xdcw5, .framer-fEp3h .framer-u6n5g1, .framer-fEp3h .framer-z0sxg, .framer-fEp3h .framer-lzkl8r, .framer-fEp3h .framer-c7fqtk, .framer-fEp3h .framer-8m3jdm, .framer-fEp3h .framer-1u54xfx, .framer-fEp3h .framer-h47sdx { gap: 0px; } .framer-fEp3h.framer-72rtr7 > *, .framer-fEp3h .framer-16a0rf1 > *, .framer-fEp3h .framer-1uyb952 > *, .framer-fEp3h .framer-18nvpy8 > *, .framer-fEp3h .framer-1nvp8u8 > *, .framer-fEp3h .framer-1wevyun > *, .framer-fEp3h .framer-6xdcw5 > *, .framer-fEp3h .framer-z0sxg > *, .framer-fEp3h .framer-c7fqtk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fEp3h.framer-72rtr7 > :first-child, .framer-fEp3h .framer-16a0rf1 > :first-child, .framer-fEp3h .framer-hiiiqm > :first-child, .framer-fEp3h .framer-1uyb952 > :first-child, .framer-fEp3h .framer-13idids > :first-child, .framer-fEp3h .framer-wzpay6 > :first-child, .framer-fEp3h .framer-wdd28n > :first-child, .framer-fEp3h .framer-11x1oev > :first-child, .framer-fEp3h .framer-8yfkvj > :first-child, .framer-fEp3h .framer-131fq2f > :first-child, .framer-fEp3h .framer-13yk489 > :first-child, .framer-fEp3h .framer-vypiky > :first-child, .framer-fEp3h .framer-18nvpy8 > :first-child, .framer-fEp3h .framer-fs1gjc > :first-child, .framer-fEp3h .framer-1nvp8u8 > :first-child, .framer-fEp3h .framer-10a2i06 > :first-child, .framer-fEp3h .framer-14g7b8j > :first-child, .framer-fEp3h .framer-k6fwp5 > :first-child, .framer-fEp3h .framer-1jzmy3v > :first-child, .framer-fEp3h .framer-1bo21ca > :first-child, .framer-fEp3h .framer-rptjgy > :first-child, .framer-fEp3h .framer-1u6vsrh > :first-child, .framer-fEp3h .framer-da4u9e > :first-child, .framer-fEp3h .framer-vx38rd > :first-child, .framer-fEp3h .framer-11ymerv > :first-child, .framer-fEp3h .framer-exiqmo > :first-child, .framer-fEp3h .framer-1dw3rkb > :first-child, .framer-fEp3h .framer-1g6jpx0 > :first-child, .framer-fEp3h .framer-6t9uls > :first-child, .framer-fEp3h .framer-oho85n > :first-child, .framer-fEp3h .framer-h6ytfa > :first-child, .framer-fEp3h .framer-nhpah3 > :first-child, .framer-fEp3h .framer-13bjr43 > :first-child, .framer-fEp3h .framer-1ct6u17 > :first-child, .framer-fEp3h .framer-1kttyyd > :first-child, .framer-fEp3h .framer-jgcxfv > :first-child, .framer-fEp3h .framer-1wevyun > :first-child, .framer-fEp3h .framer-witde6 > :first-child, .framer-fEp3h .framer-6xdcw5 > :first-child, .framer-fEp3h .framer-u6n5g1 > :first-child, .framer-fEp3h .framer-z0sxg > :first-child, .framer-fEp3h .framer-lzkl8r > :first-child, .framer-fEp3h .framer-c7fqtk > :first-child, .framer-fEp3h .framer-8m3jdm > :first-child, .framer-fEp3h .framer-1u54xfx > :first-child, .framer-fEp3h .framer-h47sdx > :first-child { margin-top: 0px; } .framer-fEp3h.framer-72rtr7 > :last-child, .framer-fEp3h .framer-16a0rf1 > :last-child, .framer-fEp3h .framer-hiiiqm > :last-child, .framer-fEp3h .framer-1uyb952 > :last-child, .framer-fEp3h .framer-13idids > :last-child, .framer-fEp3h .framer-wzpay6 > :last-child, .framer-fEp3h .framer-wdd28n > :last-child, .framer-fEp3h .framer-11x1oev > :last-child, .framer-fEp3h .framer-8yfkvj > :last-child, .framer-fEp3h .framer-131fq2f > :last-child, .framer-fEp3h .framer-13yk489 > :last-child, .framer-fEp3h .framer-vypiky > :last-child, .framer-fEp3h .framer-18nvpy8 > :last-child, .framer-fEp3h .framer-fs1gjc > :last-child, .framer-fEp3h .framer-1nvp8u8 > :last-child, .framer-fEp3h .framer-10a2i06 > :last-child, .framer-fEp3h .framer-14g7b8j > :last-child, .framer-fEp3h .framer-k6fwp5 > :last-child, .framer-fEp3h .framer-1jzmy3v > :last-child, .framer-fEp3h .framer-1bo21ca > :last-child, .framer-fEp3h .framer-rptjgy > :last-child, .framer-fEp3h .framer-1u6vsrh > :last-child, .framer-fEp3h .framer-da4u9e > :last-child, .framer-fEp3h .framer-vx38rd > :last-child, .framer-fEp3h .framer-11ymerv > :last-child, .framer-fEp3h .framer-exiqmo > :last-child, .framer-fEp3h .framer-1dw3rkb > :last-child, .framer-fEp3h .framer-1g6jpx0 > :last-child, .framer-fEp3h .framer-6t9uls > :last-child, .framer-fEp3h .framer-oho85n > :last-child, .framer-fEp3h .framer-h6ytfa > :last-child, .framer-fEp3h .framer-nhpah3 > :last-child, .framer-fEp3h .framer-13bjr43 > :last-child, .framer-fEp3h .framer-1ct6u17 > :last-child, .framer-fEp3h .framer-1kttyyd > :last-child, .framer-fEp3h .framer-jgcxfv > :last-child, .framer-fEp3h .framer-1wevyun > :last-child, .framer-fEp3h .framer-witde6 > :last-child, .framer-fEp3h .framer-6xdcw5 > :last-child, .framer-fEp3h .framer-u6n5g1 > :last-child, .framer-fEp3h .framer-z0sxg > :last-child, .framer-fEp3h .framer-lzkl8r > :last-child, .framer-fEp3h .framer-c7fqtk > :last-child, .framer-fEp3h .framer-8m3jdm > :last-child, .framer-fEp3h .framer-1u54xfx > :last-child, .framer-fEp3h .framer-h47sdx > :last-child { margin-bottom: 0px; } .framer-fEp3h .framer-1ykid0x > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-fEp3h .framer-1ykid0x > :first-child, .framer-fEp3h .framer-wn8rlt > :first-child, .framer-fEp3h .framer-1plarjl > :first-child, .framer-fEp3h .framer-1rdrcq > :first-child, .framer-fEp3h .framer-iakzfo > :first-child, .framer-fEp3h .framer-13jzy2b > :first-child, .framer-fEp3h .framer-11h8fhr > :first-child, .framer-fEp3h .framer-w3zqt1 > :first-child, .framer-fEp3h .framer-1ozioiz > :first-child, .framer-fEp3h .framer-rm2nq0 > :first-child, .framer-fEp3h .framer-dbnb5h > :first-child, .framer-fEp3h .framer-1ulvk05 > :first-child, .framer-fEp3h .framer-rfmoyq > :first-child, .framer-fEp3h .framer-q8lu2s > :first-child, .framer-fEp3h .framer-ei4d8 > :first-child, .framer-fEp3h .framer-19j2ece > :first-child, .framer-fEp3h .framer-1i0sli2 > :first-child, .framer-fEp3h .framer-lxy8m9 > :first-child { margin-left: 0px; } .framer-fEp3h .framer-1ykid0x > :last-child, .framer-fEp3h .framer-wn8rlt > :last-child, .framer-fEp3h .framer-1plarjl > :last-child, .framer-fEp3h .framer-1rdrcq > :last-child, .framer-fEp3h .framer-iakzfo > :last-child, .framer-fEp3h .framer-13jzy2b > :last-child, .framer-fEp3h .framer-11h8fhr > :last-child, .framer-fEp3h .framer-w3zqt1 > :last-child, .framer-fEp3h .framer-1ozioiz > :last-child, .framer-fEp3h .framer-rm2nq0 > :last-child, .framer-fEp3h .framer-dbnb5h > :last-child, .framer-fEp3h .framer-1ulvk05 > :last-child, .framer-fEp3h .framer-rfmoyq > :last-child, .framer-fEp3h .framer-q8lu2s > :last-child, .framer-fEp3h .framer-ei4d8 > :last-child, .framer-fEp3h .framer-19j2ece > :last-child, .framer-fEp3h .framer-1i0sli2 > :last-child, .framer-fEp3h .framer-lxy8m9 > :last-child { margin-right: 0px; } .framer-fEp3h .framer-hiiiqm > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-fEp3h .framer-13idids > *, .framer-fEp3h .framer-vypiky > *, .framer-fEp3h .framer-fs1gjc > *, .framer-fEp3h .framer-10a2i06 > *, .framer-fEp3h .framer-14g7b8j > *, .framer-fEp3h .framer-6t9uls > *, .framer-fEp3h .framer-oho85n > *, .framer-fEp3h .framer-h6ytfa > *, .framer-fEp3h .framer-1ct6u17 > *, .framer-fEp3h .framer-1kttyyd > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-fEp3h .framer-wn8rlt > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-fEp3h .framer-wzpay6 > *, .framer-fEp3h .framer-8yfkvj > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-fEp3h .framer-wdd28n > *, .framer-fEp3h .framer-131fq2f > *, .framer-fEp3h .framer-jgcxfv > *, .framer-fEp3h .framer-witde6 > *, .framer-fEp3h .framer-u6n5g1 > *, .framer-fEp3h .framer-lzkl8r > *, .framer-fEp3h .framer-8m3jdm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-fEp3h .framer-11x1oev > *, .framer-fEp3h .framer-13yk489 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-fEp3h .framer-1plarjl > *, .framer-fEp3h .framer-1rdrcq > *, .framer-fEp3h .framer-iakzfo > *, .framer-fEp3h .framer-13jzy2b > *, .framer-fEp3h .framer-11h8fhr > *, .framer-fEp3h .framer-w3zqt1 > *, .framer-fEp3h .framer-1ozioiz > *, .framer-fEp3h .framer-rm2nq0 > *, .framer-fEp3h .framer-dbnb5h > *, .framer-fEp3h .framer-1ulvk05 > *, .framer-fEp3h .framer-rfmoyq > *, .framer-fEp3h .framer-q8lu2s > *, .framer-fEp3h .framer-ei4d8 > *, .framer-fEp3h .framer-19j2ece > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fEp3h .framer-k6fwp5 > *, .framer-fEp3h .framer-1jzmy3v > *, .framer-fEp3h .framer-1bo21ca > *, .framer-fEp3h .framer-rptjgy > *, .framer-fEp3h .framer-1u6vsrh > *, .framer-fEp3h .framer-da4u9e > *, .framer-fEp3h .framer-vx38rd > *, .framer-fEp3h .framer-11ymerv > *, .framer-fEp3h .framer-exiqmo > *, .framer-fEp3h .framer-1dw3rkb > *, .framer-fEp3h .framer-1g6jpx0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fEp3h .framer-nhpah3 > *, .framer-fEp3h .framer-13bjr43 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-fEp3h .framer-1i0sli2 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-fEp3h .framer-lxy8m9 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-fEp3h .framer-1u54xfx > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-fEp3h .framer-h47sdx > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",\"@media (min-width: 1440px) { .framer-fEp3h .hidden-72rtr7 { display: none !important; } }\",`@media (max-width: 809px) { .framer-fEp3h .hidden-1wrgws4 { display: none !important; } .${metadata.bodyClassName}-framer-fEp3h { background: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231)) /* {\"name\":\"Clear sky white\"} */; } .framer-fEp3h.framer-72rtr7 { width: 390px; } .framer-fEp3h .framer-5i682b-container, .framer-fEp3h .framer-2nlsxq { order: 0; } .framer-fEp3h .framer-1ykid0x { flex-direction: column; order: 1; } .framer-fEp3h .framer-16a0rf1 { justify-content: center; overflow: hidden; padding: 0px; } .framer-fEp3h .framer-hiiiqm { gap: 20px; height: var(--framer-aspect-ratio-supported, 390px); padding: 0px; width: 390px; } .framer-fEp3h .framer-1gyh82s { height: var(--framer-aspect-ratio-supported, 131px); width: 187px; } .framer-fEp3h .framer-sjhdle-container { bottom: unset; height: 170px; left: -19px; top: 18px; width: 241px; } .framer-fEp3h .framer-uwp0ss-container { bottom: 6px; height: 239px; right: -7px; width: 227px; } .framer-fEp3h .framer-13idids { height: min-content; order: 2; padding: 100px 20px 100px 20px; } .framer-fEp3h .framer-ceo68o { width: 100%; } .framer-fEp3h .framer-wn8rlt { flex-direction: column; order: 3; padding: 100px 20px 100px 20px; } .framer-fEp3h .framer-wzpay6, .framer-fEp3h .framer-8yfkvj { flex: none; gap: 60px; padding: 24px; width: 100%; } .framer-fEp3h .framer-1jgyo6j { order: 1; } .framer-fEp3h .framer-11x1oev, .framer-fEp3h .framer-13yk489 { gap: 36px; } .framer-fEp3h .framer-1plarjl, .framer-fEp3h .framer-1rdrcq, .framer-fEp3h .framer-iakzfo, .framer-fEp3h .framer-13jzy2b, .framer-fEp3h .framer-11h8fhr, .framer-fEp3h .framer-w3zqt1, .framer-fEp3h .framer-1ozioiz, .framer-fEp3h .framer-rm2nq0, .framer-fEp3h .framer-dbnb5h, .framer-fEp3h .framer-1ulvk05, .framer-fEp3h .framer-rfmoyq, .framer-fEp3h .framer-q8lu2s, .framer-fEp3h .framer-ei4d8, .framer-fEp3h .framer-lxy8m9 { flex-direction: column; } .framer-fEp3h .framer-1aka09d, .framer-fEp3h .framer-sblgnp, .framer-fEp3h .framer-afhv6t, .framer-fEp3h .framer-desjjq, .framer-fEp3h .framer-1s7cl7m, .framer-fEp3h .framer-1fjinfv, .framer-fEp3h .framer-1agk0q5, .framer-fEp3h .framer-h8z2xm, .framer-fEp3h .framer-wa9d58, .framer-fEp3h .framer-19h5cz6, .framer-fEp3h .framer-12t3kvn, .framer-fEp3h .framer-w8jx0y, .framer-fEp3h .framer-1m04z3y, .framer-fEp3h .framer-jgcxfv, .framer-fEp3h .framer-vsovss { flex: none; width: 100%; } .framer-fEp3h .framer-cojji3 { height: var(--framer-aspect-ratio-supported, 79px); } .framer-fEp3h .framer-vypiky { order: 7; } .framer-fEp3h .framer-18nvpy8 { order: 8; } .framer-fEp3h .framer-fs1gjc { order: 9; } .framer-fEp3h .framer-1nvp8u8 { order: 10; } .framer-fEp3h .framer-10a2i06 { order: 11; } .framer-fEp3h .framer-14g7b8j { height: min-content; order: 12; } .framer-fEp3h .framer-1qghi72-container { flex: none; height: auto; } .framer-fEp3h .framer-6t9uls { order: 14; } .framer-fEp3h .framer-oho85n { order: 15; } .framer-fEp3h .framer-h6ytfa { order: 20; } .framer-fEp3h .framer-710nrh { flex-direction: column; gap: 0px; height: min-content; justify-content: center; order: 19; padding: 100px 20px 100px 20px; } .framer-fEp3h .framer-nhpah3, .framer-fEp3h .framer-13bjr43 { flex: none; height: min-content; width: 100%; } .framer-fEp3h .framer-1ct6u17 { order: 18; } .framer-fEp3h .framer-19j2ece { order: 21; } .framer-fEp3h .framer-1kttyyd { order: 22; padding: 50px 20px 0px 20px; } .framer-fEp3h .framer-1i0sli2 { flex-direction: column; gap: 60px; } .framer-fEp3h .framer-6kd496 { gap: 56px; height: min-content; justify-content: center; order: 23; } .framer-fEp3h .framer-witde6, .framer-fEp3h .framer-u6n5g1, .framer-fEp3h .framer-lzkl8r, .framer-fEp3h .framer-8m3jdm { flex: none; gap: 20px; width: 100%; } .framer-fEp3h .framer-1shz5ci { flex-direction: column; gap: 38px; justify-content: center; order: 24; } .framer-fEp3h .framer-1oxljo2 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-fEp3h .framer-5wl1ta-container { order: 25; } .framer-fEp3h .framer-mnmqtz-container { order: 16; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fEp3h .framer-1ykid0x, .framer-fEp3h .framer-hiiiqm, .framer-fEp3h .framer-wn8rlt, .framer-fEp3h .framer-wzpay6, .framer-fEp3h .framer-11x1oev, .framer-fEp3h .framer-1plarjl, .framer-fEp3h .framer-1rdrcq, .framer-fEp3h .framer-iakzfo, .framer-fEp3h .framer-13jzy2b, .framer-fEp3h .framer-11h8fhr, .framer-fEp3h .framer-w3zqt1, .framer-fEp3h .framer-1ozioiz, .framer-fEp3h .framer-rm2nq0, .framer-fEp3h .framer-dbnb5h, .framer-fEp3h .framer-8yfkvj, .framer-fEp3h .framer-13yk489, .framer-fEp3h .framer-1ulvk05, .framer-fEp3h .framer-rfmoyq, .framer-fEp3h .framer-q8lu2s, .framer-fEp3h .framer-ei4d8, .framer-fEp3h .framer-710nrh, .framer-fEp3h .framer-1i0sli2, .framer-fEp3h .framer-6kd496, .framer-fEp3h .framer-lxy8m9, .framer-fEp3h .framer-witde6, .framer-fEp3h .framer-u6n5g1, .framer-fEp3h .framer-lzkl8r, .framer-fEp3h .framer-8m3jdm, .framer-fEp3h .framer-1shz5ci { gap: 0px; } .framer-fEp3h .framer-1ykid0x > *, .framer-fEp3h .framer-710nrh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fEp3h .framer-1ykid0x > :first-child, .framer-fEp3h .framer-hiiiqm > :first-child, .framer-fEp3h .framer-wn8rlt > :first-child, .framer-fEp3h .framer-wzpay6 > :first-child, .framer-fEp3h .framer-11x1oev > :first-child, .framer-fEp3h .framer-1plarjl > :first-child, .framer-fEp3h .framer-1rdrcq > :first-child, .framer-fEp3h .framer-iakzfo > :first-child, .framer-fEp3h .framer-13jzy2b > :first-child, .framer-fEp3h .framer-11h8fhr > :first-child, .framer-fEp3h .framer-w3zqt1 > :first-child, .framer-fEp3h .framer-1ozioiz > :first-child, .framer-fEp3h .framer-rm2nq0 > :first-child, .framer-fEp3h .framer-dbnb5h > :first-child, .framer-fEp3h .framer-8yfkvj > :first-child, .framer-fEp3h .framer-13yk489 > :first-child, .framer-fEp3h .framer-1ulvk05 > :first-child, .framer-fEp3h .framer-rfmoyq > :first-child, .framer-fEp3h .framer-q8lu2s > :first-child, .framer-fEp3h .framer-ei4d8 > :first-child, .framer-fEp3h .framer-710nrh > :first-child, .framer-fEp3h .framer-1i0sli2 > :first-child, .framer-fEp3h .framer-6kd496 > :first-child, .framer-fEp3h .framer-lxy8m9 > :first-child, .framer-fEp3h .framer-witde6 > :first-child, .framer-fEp3h .framer-u6n5g1 > :first-child, .framer-fEp3h .framer-lzkl8r > :first-child, .framer-fEp3h .framer-8m3jdm > :first-child, .framer-fEp3h .framer-1shz5ci > :first-child { margin-top: 0px; } .framer-fEp3h .framer-1ykid0x > :last-child, .framer-fEp3h .framer-hiiiqm > :last-child, .framer-fEp3h .framer-wn8rlt > :last-child, .framer-fEp3h .framer-wzpay6 > :last-child, .framer-fEp3h .framer-11x1oev > :last-child, .framer-fEp3h .framer-1plarjl > :last-child, .framer-fEp3h .framer-1rdrcq > :last-child, .framer-fEp3h .framer-iakzfo > :last-child, .framer-fEp3h .framer-13jzy2b > :last-child, .framer-fEp3h .framer-11h8fhr > :last-child, .framer-fEp3h .framer-w3zqt1 > :last-child, .framer-fEp3h .framer-1ozioiz > :last-child, .framer-fEp3h .framer-rm2nq0 > :last-child, .framer-fEp3h .framer-dbnb5h > :last-child, .framer-fEp3h .framer-8yfkvj > :last-child, .framer-fEp3h .framer-13yk489 > :last-child, .framer-fEp3h .framer-1ulvk05 > :last-child, .framer-fEp3h .framer-rfmoyq > :last-child, .framer-fEp3h .framer-q8lu2s > :last-child, .framer-fEp3h .framer-ei4d8 > :last-child, .framer-fEp3h .framer-710nrh > :last-child, .framer-fEp3h .framer-1i0sli2 > :last-child, .framer-fEp3h .framer-6kd496 > :last-child, .framer-fEp3h .framer-lxy8m9 > :last-child, .framer-fEp3h .framer-witde6 > :last-child, .framer-fEp3h .framer-u6n5g1 > :last-child, .framer-fEp3h .framer-lzkl8r > :last-child, .framer-fEp3h .framer-8m3jdm > :last-child, .framer-fEp3h .framer-1shz5ci > :last-child { margin-bottom: 0px; } .framer-fEp3h .framer-hiiiqm > *, .framer-fEp3h .framer-witde6 > *, .framer-fEp3h .framer-u6n5g1 > *, .framer-fEp3h .framer-lzkl8r > *, .framer-fEp3h .framer-8m3jdm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-fEp3h .framer-wn8rlt > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-fEp3h .framer-wzpay6 > *, .framer-fEp3h .framer-8yfkvj > *, .framer-fEp3h .framer-1i0sli2 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-fEp3h .framer-11x1oev > *, .framer-fEp3h .framer-13yk489 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-fEp3h .framer-1plarjl > *, .framer-fEp3h .framer-1rdrcq > *, .framer-fEp3h .framer-iakzfo > *, .framer-fEp3h .framer-13jzy2b > *, .framer-fEp3h .framer-11h8fhr > *, .framer-fEp3h .framer-w3zqt1 > *, .framer-fEp3h .framer-1ozioiz > *, .framer-fEp3h .framer-rm2nq0 > *, .framer-fEp3h .framer-dbnb5h > *, .framer-fEp3h .framer-1ulvk05 > *, .framer-fEp3h .framer-rfmoyq > *, .framer-fEp3h .framer-q8lu2s > *, .framer-fEp3h .framer-ei4d8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fEp3h .framer-6kd496 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-fEp3h .framer-lxy8m9 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-fEp3h .framer-1shz5ci > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } }}`,`@media (min-width: 810px) and (max-width: 1439px) { .framer-fEp3h .hidden-1vgo62y { display: none !important; } .${metadata.bodyClassName}-framer-fEp3h { background: var(--token-1f75289a-3208-4103-a5c5-45c2a1524b44, rgb(248, 244, 231)) /* {\"name\":\"Clear sky white\"} */; } .framer-fEp3h.framer-72rtr7 { width: 810px; } .framer-fEp3h .framer-5i682b-container { order: 0; } .framer-fEp3h .framer-1ykid0x { align-content: center; align-items: center; order: 1; } .framer-fEp3h .framer-16a0rf1 { justify-content: center; } .framer-fEp3h .framer-hiiiqm { height: var(--framer-aspect-ratio-supported, 730px); width: 730px; } .framer-fEp3h .framer-1gyh82s { height: var(--framer-aspect-ratio-supported, 316px); } .framer-fEp3h .framer-sjhdle-container { bottom: unset; height: 249px; left: -97px; top: 0px; width: 355px; } .framer-fEp3h .framer-uwp0ss-container { bottom: -84px; height: 338px; right: 0px; width: 321px; } .framer-fEp3h .framer-13idids { order: 2; } .framer-fEp3h .framer-ceo68o { width: 100%; } .framer-fEp3h .framer-hxh0z0 { order: 5; } .framer-fEp3h .framer-1kl0kjh-container { order: 3; } .framer-fEp3h .framer-wle1up { order: 4; } .framer-fEp3h .framer-wn8rlt { flex-direction: column; order: 6; } .framer-fEp3h .framer-wzpay6, .framer-fEp3h .framer-8yfkvj { flex: none; width: 100%; } .framer-fEp3h .framer-cojji3 { height: var(--framer-aspect-ratio-supported, 79px); } .framer-fEp3h .framer-vypiky { order: 7; } .framer-fEp3h .framer-18nvpy8 { order: 8; } .framer-fEp3h .framer-fs1gjc { order: 9; } .framer-fEp3h .framer-1nvp8u8 { order: 10; } .framer-fEp3h .framer-10a2i06 { order: 11; } .framer-fEp3h .framer-14g7b8j { order: 12; } .framer-fEp3h .framer-6t9uls { order: 13; } .framer-fEp3h .framer-dklth0-container { order: 15; } .framer-fEp3h .framer-oho85n { order: 14; } .framer-fEp3h .framer-h6ytfa { order: 17; } .framer-fEp3h .framer-710nrh { gap: 40px; justify-content: flex-start; order: 18; } .framer-fEp3h .framer-1ct6u17 { order: 19; } .framer-fEp3h .framer-19j2ece { order: 20; } .framer-fEp3h .framer-1kttyyd { order: 21; } .framer-fEp3h .framer-6kd496 { order: 22; } .framer-fEp3h .framer-1shz5ci { order: 23; } .framer-fEp3h .framer-14ryf7o { height: var(--framer-aspect-ratio-supported, 114px); width: 162px; } .framer-fEp3h .framer-1sc3va { width: 194px; } .framer-fEp3h .framer-5wl1ta-container { order: 24; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fEp3h .framer-wn8rlt, .framer-fEp3h .framer-710nrh { gap: 0px; } .framer-fEp3h .framer-wn8rlt > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-fEp3h .framer-wn8rlt > :first-child { margin-top: 0px; } .framer-fEp3h .framer-wn8rlt > :last-child { margin-bottom: 0px; } .framer-fEp3h .framer-710nrh > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-fEp3h .framer-710nrh > :first-child { margin-left: 0px; } .framer-fEp3h .framer-710nrh > :last-child { margin-right: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16507.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uyXf1dJm2\":{\"layout\":[\"fixed\",\"auto\"]},\"PkbBCHJrt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-fEp3h\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:16507.5,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Post Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/03NHthLBfQJbc4xxhLHBsSngc.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\"}]},...MenuFonts,...BushFonts,...BloomFonts,...LottieFonts,...PhotoFonts,...ArtistsFonts,...ArtistsMobileFonts,...FoodDrinksDesktopFonts,...FoodDrinksMobileFonts,...CarouselFonts,...VerhalenMobileFonts,...VerhalenFonts,...LinkFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"16507.5\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uyXf1dJm2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PkbBCHJrt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "e", "isNumber", "t", "isString", "isEasingList", "t", "isNumber", "wrap", "e", "o", "getEasingForSegment", "mix", "noopReturn", "t", "progress", "e", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "r", "f", "clamp", "getEasingForSegment", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "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", "Z", "createAxisInfo", "createScrollInfo", "X", "updateAxisInfo", "progress", "velocityPerSecond", "updateScrollInfo", "calcInset", "Y", "J", "resolveEdge", "isString", "isNumber", "Q", "resolveOffset", "ee", "resolveOffsets", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "te", "ne", "oe", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "e", "dispatchViewEvent", "se", "o", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "findNextItem", "delta", "children", "scrollTarget", "item", "length", "threshold", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "gotoDelta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "_child_props", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "_scrollInfo_current", "_scrollInfo_current1", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "RichText2", "css", "FrameraryAdHiL2", "withCSS", "aryAdHiL2_default", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "cx", "css", "FramervMxs9gLZ_", "withCSS", "vMxs9gLZ_default", "addPropertyControls", "ControlType", "addFonts", "Artist_ImagesFonts", "getFonts", "vMxs9gLZ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1gt7d30", "args", "onMouseEntergmug4i", "onMouseEnter12idsf", "onMouseEnterft2wdi", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerDsYwy9SeJ", "withCSS", "DsYwy9SeJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1garwa0", "args", "CycleVariantState", "onMouseLeavea1k9x2", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "css", "FramergQqdXP6Tr", "withCSS", "gQqdXP6Tr_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "css", "Framerm9o1N8BHb", "withCSS", "m9o1N8BHb_default", "addPropertyControls", "ControlType", "addFonts", "Artist_ImagesFonts", "getFonts", "vMxs9gLZ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1c8a2n9", "args", "onMouseEnter1f8vlvl", "onMouseEnter1e4pjk9", "onMouseEnterer8f0a", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerPjNP542Pq", "withCSS", "PjNP542Pq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Artist_ImagesFonts", "getFonts", "vMxs9gLZ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1f8oc2x", "args", "onTapg6ll4q", "onTap1qy9o8y", "onTap1ygavck", "onTapruqh2t", "onTapmz271o", "onTap1bpr0ho", "onTap140wpn9", "onTap1o08iyl", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Image2", "css", "FramerPQGVH3XY7", "withCSS", "PQGVH3XY7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "transition4", "animation2", "animation3", "animation4", "transition5", "animation5", "animation6", "transition6", "animation7", "animation8", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "optimizeAppear", "css", "FrameruyjlYrbT_", "withCSS", "uyjlYrbT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Artist_ImagesFonts", "getFonts", "vMxs9gLZ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1lxz95a", "args", "onMouseEnter97g03n", "onMouseEnterv7jj7q", "onMouseEnter5ivn3w", "onMouseEnter6pehna", "onMouseEnter1aaele2", "onMouseEnter1hzcngv", "onMouseEnter1okk3gd", "onMouseEnterxtfuqm", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Image2", "css", "FramerWJe1gnTBO", "withCSS", "WJe1gnTBO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1garwa0", "args", "CycleVariantState", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "css", "Framerx2M7IgA2V", "withCSS", "x2M7IgA2V_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "MenuFonts", "getFonts", "T3xMyg1f2_default", "BushFonts", "gQqdXP6Tr_default", "ContainerWithFX", "withFX", "Container", "BloomFonts", "x2M7IgA2V_default", "LottieFonts", "Lottie", "PhotoFonts", "m9o1N8BHb_default", "PhotoWithVariantAppearEffect", "withVariantAppearEffect", "ArtistsFonts", "WJe1gnTBO_default", "ArtistsWithVariantAppearEffect", "ArtistsMobileFonts", "PQGVH3XY7_default", "FoodDrinksDesktopFonts", "uyjlYrbT_default", "FoodDrinksDesktopWithVariantAppearEffect", "FoodDrinksMobileFonts", "aryAdHiL2_default", "FoodDrinksMobileWithVariantAppearEffect", "CarouselFonts", "Carousel", "VerhalenMobileFonts", "DsYwy9SeJ_default", "VerhalenFonts", "PjNP542Pq_default", "LinkFonts", "Lybagu5hL_default", "FooterFonts", "tNq7hT4td_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "transformTemplate2", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "useRouteElementId", "ref2", "isDisplayed", "ref3", "id1", "id2", "ref4", "isDisplayed1", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "ref11", "ref12", "isDisplayed2", "id3", "id4", "id5", "id6", "id7", "id8", "id9", "id10", "id11", "ref13", "ref14", "ref15", "ref16", "ref17", "ref18", "isDisplayed3", "id12", "ref19", "id13", "id14", "id15", "ref20", "id16", "id17", "id18", "id19", "ref21", "id20", "ref22", "isDisplayed4", "id21", "ref23", "id22", "ref24", "id23", "ref25", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "T3xMyg1f2_default", "getLoadingLazyAtYPosition", "Image2", "x", "RichText2", "ContainerWithFX", "gQqdXP6Tr_default", "x2M7IgA2V_default", "Lottie", "PhotoWithVariantAppearEffect", "ArtistsWithVariantAppearEffect", "PQGVH3XY7_default", "FoodDrinksDesktopWithVariantAppearEffect", "FoodDrinksMobileWithVariantAppearEffect", "Carousel", "SVG", "DsYwy9SeJ_default", "PjNP542Pq_default", "Lybagu5hL_default", "tNq7hT4td_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "MenuFonts", "BushFonts", "BloomFonts", "LottieFonts", "PhotoFonts", "ArtistsFonts", "ArtistsMobileFonts", "FoodDrinksDesktopFonts", "FoodDrinksMobileFonts", "CarouselFonts", "VerhalenMobileFonts", "VerhalenFonts", "LinkFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
