{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ML2P8tpN3NMgUZoox0ho/Carousel.js", "ssg:https://framerusercontent.com/modules/AtFqslRzJoVwVUNKEAVD/uFwqLkf5kulxOZ0DSyYs/KaAh7UUkw.js", "ssg:https://framerusercontent.com/modules/xi173NvAbVHLGQ7Q7FwM/W5f3ODFKC8irsboCkN9r/vJslvWlzk.js", "ssg:https://framerusercontent.com/modules/gWJD1ANu0vgcowQhLCXc/1lSTkxRPfK0Hwkoh3bQu/hsLIal152.js", "ssg:https://framerusercontent.com/modules/qDzVBj5TTeD3H9AbAyvi/sBK7rOXRD19xnF1qS7FM/MsqcRddkq.js", "ssg:https://framerusercontent.com/modules/hDyaeXCi34nHeuzdN9Ja/W8a4vt49g1zvqCDIz8ao/nA3HEP_h1.js", "ssg:https://framerusercontent.com/modules/ki2n3n8jyhUQTS8VAJCg/czyfS5sfDb5y1aXRL3pj/pn73KNFq3.js", "ssg:https://framerusercontent.com/modules/vYWSgRVnW2eSJXfT7g3W/piO61QeFcUSyiDssMdUP/SwH37JHre.js", "ssg:https://framerusercontent.com/modules/n32hDCQ3tRzbAp8dFgPy/SFZVxNlUWO4LIOmSC50k/GvUUkNq6G.js", "ssg:https://framerusercontent.com/modules/4bInLTgoAEmGj6BoPGXc/eQAlJuFSqaVk8l9kJ4bQ/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "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{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp}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,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: 1 | -1, target: number) => {\n        if (!scrollInfo.current) return\n        const { current } = scrollInfo.current\n        const { children } = carouselRef.current\n        let scrollTarget\n\n        let i = delta === 1 ? 0 : children.length - 1\n        while (scrollTarget === undefined) {\n            const item = children[i]\n\n            const start = axis ? item.offsetLeft : item.offsetTop\n            const length = axis ? item.offsetWidth : item.offsetHeight\n            const end = start + length\n\n            const threshold = 0.05\n            if (delta === 1) {\n                const visibility = progress(start, end, target)\n                if (visibility < 1 - threshold) {\n                    scrollTarget = start\n                } else if (i === children.length - 1) {\n                    scrollTarget = end\n                }\n            } else if (delta === -1) {\n                const visibility = progress(start, end, target)\n                if (visibility > threshold) {\n                    scrollTarget = end\n                } else if (i === 0) {\n                    scrollTarget = start\n                }\n            }\n\n            i += delta\n        }\n\n        return scrollTarget\n    }*/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,adjustment=0)=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;const totalLen=scrollLength/(numPages-1);goto(page*totalLen+adjustment*totalLen);};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));let adjustment=0;if(snap&&(snapEdge===\"start\"||snapEdge===\"end\")&&delta>=1)adjustment=.4// this ensures it doesn't snap back to previous page*/\n    ;gotoPage(currentPage+delta,adjustment);};/**\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:()=>startTransition(()=>gotoPage(i)),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`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)=>/*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...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:[isMouseDevice&&/*#__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\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),isMouseDevice&&/*#__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\",{decoding:\"async\",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=>{if(!scrollInfo.current?.scrollLength){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=scrollInfo.current?.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\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={md5hhWFoc:{hover:true}};const serializationHash=\"framer-vr98P\";const variantClassNames={md5hhWFoc:\"framer-v-nd4me7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,subtitle,title,width,...props})=>{return{...props,onP__Zv9Z:image??props.onP__Zv9Z??{alt:\"\",src:\"https://framerusercontent.com/images/NvehmYjd980zSXUuhloCaOXj8kc.png\"},XH5dQcKo7:title??props.XH5dQcKo7??\"Apartment mit Balkon\",zTyTD5D4y:subtitle??props.zTyTD5D4y??\"Stilvolles Apartment, mit eigenem Balkon.\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,XH5dQcKo7,zTyTD5D4y,onP__Zv9Z,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"md5hhWFoc\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-nd4me7\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"md5hhWFoc\",ref:refBinding,style:{backgroundColor:\"rgb(119, 118, 101)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"none\",...style},variants:{\"md5hhWFoc-hover\":{boxShadow:\"0px 4px 6px -2px rgba(0,0,0,0.25), 0px 12px 16px 0px rgba(0,0,0,0.25)\"}},...addPropertyOverrides({\"md5hhWFoc-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,...toResponsiveImage(onP__Zv9Z)},className:\"framer-1ggxdkd\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"LxdeFlpjb\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14z35nm\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"kyr1kWags\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnVmaW5hLTcwMA==\",\"--framer-font-family\":'\"Rufina\", \"Rufina Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(250, 249, 234))\"},children:\"Apartment mit Balkon\"})}),className:\"framer-o8sdk1\",\"data-framer-name\":\"Title\",fonts:[\"GF;Rufina-700\"],layoutDependency:layoutDependency,layoutId:\"v3UCoXjv_\",style:{\"--extracted-r6o4lv\":\"rgb(250, 249, 234)\",\"--framer-paragraph-spacing\":\"0px\"},text:XH5dQcKo7,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(244, 243, 222))\"},children:\"Stilvolles Apartment, mit eigenem Balkon.\"})}),className:\"framer-1frbw8j\",\"data-framer-name\":\"Subtitle\",fonts:[\"GF;PT Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Wf_INCIXE\",style:{\"--extracted-r6o4lv\":\"rgb(244, 243, 222)\",\"--framer-paragraph-spacing\":\"0px\"},text:zTyTD5D4y,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vr98P.framer-5k0iy1, .framer-vr98P .framer-5k0iy1 { display: block; }\",\".framer-vr98P.framer-nd4me7 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 24px 32px 24px; position: relative; width: 244px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vr98P .framer-1ggxdkd { flex: none; height: 160px; position: relative; width: 100%; }\",\".framer-vr98P .framer-14z35nm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vr98P .framer-o8sdk1, .framer-vr98P .framer-1frbw8j { 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-vr98P.framer-nd4me7, .framer-vr98P .framer-14z35nm { gap: 0px; } .framer-vr98P.framer-nd4me7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-vr98P.framer-nd4me7 > :first-child, .framer-vr98P .framer-14z35nm > :first-child { margin-top: 0px; } .framer-vr98P.framer-nd4me7 > :last-child, .framer-vr98P .framer-14z35nm > :last-child { margin-bottom: 0px; } .framer-vr98P .framer-14z35nm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 379\n * @framerIntrinsicWidth 244\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NM91pPdI_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"XH5dQcKo7\":\"title\",\"zTyTD5D4y\":\"subtitle\",\"onP__Zv9Z\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKaAh7UUkw=withCSS(Component,css,\"framer-vr98P\");export default FramerKaAh7UUkw;FramerKaAh7UUkw.displayName=\"FavoriteApartmentCard\";FramerKaAh7UUkw.defaultProps={height:379,width:244};addPropertyControls(FramerKaAh7UUkw,{XH5dQcKo7:{defaultValue:\"Apartment mit Balkon\",displayTextArea:false,title:\"Title\",type:ControlType.String},zTyTD5D4y:{defaultValue:\"Stilvolles Apartment, mit eigenem Balkon.\",displayTextArea:false,title:\"Subtitle\",type:ControlType.String},onP__Zv9Z:{__defaultAssetReference:\"data:framer/asset-reference,NvehmYjd980zSXUuhloCaOXj8kc.png?originalFilename=Image.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,NvehmYjd980zSXUuhloCaOXj8kc.png?originalFilename=Image.png&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerKaAh7UUkw,[{explicitInter:true,fonts:[{family:\"Rufina\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rufina/v15/Yq6W-LyURyLy-aKKHztAucxenxE0SA.woff2\",weight:\"700\"},{family:\"PT Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0COxOGMMDQ.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKaAh7UUkw\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"244\",\"framerIntrinsicHeight\":\"379\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"XH5dQcKo7\\\":\\\"title\\\",\\\"zTyTD5D4y\\\":\\\"subtitle\\\",\\\"onP__Zv9Z\\\":\\\"image\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NM91pPdI_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KaAh7UUkw.map", "// Generated by Framer (99f3353)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Rufina-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Rufina\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rufina/v15/Yq6W-LyURyLy-aKKHztAucxenxE0SA.woff2\",weight:\"700\"}]}];export const css=[\".framer-CvYv8 .framer-styles-preset-1wyojsp:not(.rich-text-wrapper), .framer-CvYv8 .framer-styles-preset-1wyojsp.rich-text-wrapper h6 { --framer-font-family: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, #434341); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 767px) and (min-width: 320px) { .framer-CvYv8 .framer-styles-preset-1wyojsp:not(.rich-text-wrapper), .framer-CvYv8 .framer-styles-preset-1wyojsp.rich-text-wrapper h6 { --framer-font-family: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-family-bold: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, #434341); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 319px) and (min-width: 0px) { .framer-CvYv8 .framer-styles-preset-1wyojsp:not(.rich-text-wrapper), .framer-CvYv8 .framer-styles-preset-1wyojsp.rich-text-wrapper h6 { --framer-font-family: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-family-bold: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, #434341); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-CvYv8\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99f3353)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/xi173NvAbVHLGQ7Q7FwM/W5f3ODFKC8irsboCkN9r/vJslvWlzk.js\";const enabledGestures={ln3cw1tWh:{hover:true}};const cycleOrder=[\"KGXbbX0iw\",\"ln3cw1tWh\"];const serializationHash=\"framer-BrrBC\";const variantClassNames={KGXbbX0iw:\"framer-v-1tvpq22\",ln3cw1tWh:\"framer-v-1hp5rp3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Selected:\"KGXbbX0iw\",Unselected:\"ln3cw1tWh\"};const getProps=({backgroundColor,border,click,content,height,id,radius,textColor,width,...props})=>{return{...props,Fnm2tZNib:border??props.Fnm2tZNib??{borderColor:\"black\",borderStyle:\"solid\",borderWidth:1},gMw2Li_Bq:textColor??props.gMw2Li_Bq??\"var(--token-497b2d6d-9eb5-4bd4-81f6-44825bdb2f47, rgb(89, 88, 74))\",gVfCPPDvu:click??props.gVfCPPDvu,LnKd_ffDN:content??props.LnKd_ffDN??\"Familien\",pwHlQbZ04:backgroundColor??props.pwHlQbZ04??\"rgb(209, 208, 185)\",szI0D44Z8:radius??props.szI0D44Z8??\"16px 16px 0px 0px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"KGXbbX0iw\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,LnKd_ffDN,gVfCPPDvu,szI0D44Z8,Fnm2tZNib,pwHlQbZ04,gMw2Li_Bq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KGXbbX0iw\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapkjh1dm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(gVfCPPDvu){const res=await gVfCPPDvu(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1tvpq22\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Selected\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"KGXbbX0iw\",onTap:onTapkjh1dm,ref:refBinding,style:{\"--border-bottom-width\":(Fnm2tZNib.borderBottomWidth??Fnm2tZNib.borderWidth)+\"px\",\"--border-color\":Fnm2tZNib.borderColor,\"--border-left-width\":(Fnm2tZNib.borderLeftWidth??Fnm2tZNib.borderWidth)+\"px\",\"--border-right-width\":(Fnm2tZNib.borderRightWidth??Fnm2tZNib.borderWidth)+\"px\",\"--border-style\":Fnm2tZNib.borderStyle,\"--border-top-width\":(Fnm2tZNib.borderTopWidth??Fnm2tZNib.borderWidth)+\"px\",backgroundColor:pwHlQbZ04,borderBottomLeftRadius:radiusForCorner(szI0D44Z8,3),borderBottomRightRadius:radiusForCorner(szI0D44Z8,2),borderTopLeftRadius:radiusForCorner(szI0D44Z8,0),borderTopRightRadius:radiusForCorner(szI0D44Z8,1),...style},variants:{\"ln3cw1tWh-hover\":{backgroundColor:\"var(--token-4eb5e383-145f-4881-9ebd-293797b33e0f, rgb(240, 239, 214))\"},ln3cw1tWh:{backgroundColor:\"var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, rgb(250, 249, 234))\"}},...addPropertyOverrides({\"ln3cw1tWh-hover\":{\"data-framer-name\":undefined},ln3cw1tWh:{\"data-framer-name\":\"Unselected\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1wyojsp\",\"data-styles-preset\":\"vJslvWlzk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--variable-reference-gMw2Li_Bq-hsLIal152))\"},children:\"Familien\"})}),className:\"framer-15qsnoc\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YVafnNFnu\",style:{\"--extracted-1w1cjl5\":\"var(--variable-reference-gMw2Li_Bq-hsLIal152)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-gMw2Li_Bq-hsLIal152\":gMw2Li_Bq},text:LnKd_ffDN,variants:{ln3cw1tWh:{\"--extracted-1w1cjl5\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ln3cw1tWh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1wyojsp\",\"data-styles-preset\":\"vJslvWlzk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65)))\"},children:\"Familien\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BrrBC.framer-1ti6op0, .framer-BrrBC .framer-1ti6op0 { display: block; }\",\".framer-BrrBC.framer-1tvpq22 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 24px 32px 24px 32px; position: relative; width: min-content; }\",\".framer-BrrBC .framer-15qsnoc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BrrBC.framer-1tvpq22 { gap: 0px; } .framer-BrrBC.framer-1tvpq22 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-BrrBC.framer-1tvpq22 > :first-child { margin-top: 0px; } .framer-BrrBC.framer-1tvpq22 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-BrrBC[data-border=\"true\"]::after, .framer-BrrBC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 73\n * @framerIntrinsicWidth 138\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ln3cw1tWh\":{\"layout\":[\"auto\",\"auto\"]},\"TsqS7HSXe\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"LnKd_ffDN\":\"content\",\"gVfCPPDvu\":\"click\",\"szI0D44Z8\":\"radius\",\"Fnm2tZNib\":\"border\",\"pwHlQbZ04\":\"backgroundColor\",\"gMw2Li_Bq\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhsLIal152=withCSS(Component,css,\"framer-BrrBC\");export default FramerhsLIal152;FramerhsLIal152.displayName=\"FeatureTabsItem\";FramerhsLIal152.defaultProps={height:73,width:138};addPropertyControls(FramerhsLIal152,{variant:{options:[\"KGXbbX0iw\",\"ln3cw1tWh\"],optionTitles:[\"Selected\",\"Unselected\"],title:\"Variant\",type:ControlType.Enum},LnKd_ffDN:{defaultValue:\"Familien\",displayTextArea:false,title:\"Content\",type:ControlType.String},gVfCPPDvu:{title:\"Click\",type:ControlType.EventHandler},szI0D44Z8:{defaultValue:\"16px 16px 0px 0px\",title:\"Radius\",type:ControlType.BorderRadius},Fnm2tZNib:{defaultValue:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},pwHlQbZ04:{defaultValue:\"rgb(209, 208, 185)\",title:\"BackgroundColor\",type:ControlType.Color},gMw2Li_Bq:{defaultValue:\"var(--token-497b2d6d-9eb5-4bd4-81f6-44825bdb2f47, rgb(89, 88, 74))\",title:\"TextColor\",type:ControlType.Color}});addFonts(FramerhsLIal152,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhsLIal152\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ln3cw1tWh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TsqS7HSXe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"LnKd_ffDN\\\":\\\"content\\\",\\\"gVfCPPDvu\\\":\\\"click\\\",\\\"szI0D44Z8\\\":\\\"radius\\\",\\\"Fnm2tZNib\\\":\\\"border\\\",\\\"pwHlQbZ04\\\":\\\"backgroundColor\\\",\\\"gMw2Li_Bq\\\":\\\"textColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"73\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"138\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hsLIal152.map", "// Generated by Framer (e942a9a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/soKvNDDViLGTJXS4J3uw/HhzW2WE4iq7be2ubAeN5/dWkvdYNTF.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/axmuiJ2y6nXGF4hMtQzy/lGH2v4bMmQu0s4mx6fSZ/fASVAPYKj.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/sYgE7ke44mjhB5Kd3KyB/wxtnByN4kpW0CTyqxNP2/fNSFnlaFw.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/ziIWhLeIhln6T3vbXLya/GJQdSWHSz0Z6UpdWzKXg/gcue49qDu.js\";import Button from\"https://framerusercontent.com/modules/HVuJPMHmMmkR8d8bkguN/lhPL2BWsqIbYFy72UDjr/l3DPjkCtk.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"yXIWOofpd\",\"z5dovZcrx\",\"LN58Okv1m\"];const serializationHash=\"framer-afx3P\";const variantClassNames={LN58Okv1m:\"framer-v-h9pah9\",yXIWOofpd:\"framer-v-q5of1l\",z5dovZcrx:\"framer-v-19gp16y\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"yXIWOofpd\",Phone:\"LN58Okv1m\",Tablet:\"z5dovZcrx\"};const getProps=({feature1,feature2,feature3,height,id,image,subtitle,tagline,title,width,...props})=>{return{...props,BHwrqqTkH:feature2??props.BHwrqqTkH??\"Voll ausgestattete K\\xfcchen f\\xfcr gemeinsames Kochen\",H_oMBDK8w:title??props.H_oMBDK8w??\"Perfekt f\\xfcr Familien\",jEZsiImBH:feature1??props.jEZsiImBH??\"Ger\\xe4umige & kinderfreundliche Apartments\",KZcFiarNA:subtitle??props.KZcFiarNA??\"Euer Aufenthalt soll so angenehm wie m\\xf6glich sein\",oo_xHlxRy:feature3??props.oo_xHlxRy??\"Sicherer R\\xfcckzugsort mit Spielm\\xf6glichkeiten\",variant:humanReadableVariantMap[props.variant]??props.variant??\"yXIWOofpd\",VRpRZIyRl:image??props.VRpRZIyRl??{pixelHeight:4672,pixelWidth:4135,src:\"https://framerusercontent.com/images/xWDjClLVrbmRfcPXpZ1i2yPljvk.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/xWDjClLVrbmRfcPXpZ1i2yPljvk.jpg?scale-down-to=1024 906w,https://framerusercontent.com/images/xWDjClLVrbmRfcPXpZ1i2yPljvk.jpg?scale-down-to=2048 1812w,https://framerusercontent.com/images/xWDjClLVrbmRfcPXpZ1i2yPljvk.jpg?scale-down-to=4096 3625w,https://framerusercontent.com/images/xWDjClLVrbmRfcPXpZ1i2yPljvk.jpg 4135w\"},wo3FDAY3V:tagline??props.wo3FDAY3V??\"Urlaub mit der Familie, wie zu Hause\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,wo3FDAY3V,H_oMBDK8w,KZcFiarNA,jEZsiImBH,BHwrqqTkH,oo_xHlxRy,VRpRZIyRl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yXIWOofpd\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-q5of1l\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"yXIWOofpd\",ref:refBinding,style:{backgroundColor:\"var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, rgb(250, 249, 234))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,...style},...addPropertyOverrides({LN58Okv1m:{\"data-framer-name\":\"Phone\"},z5dovZcrx:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hhifr\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Owk7kLaBF\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wxut7u\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"UicWAIQMe\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gxazkq\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"k9iKnhuCi\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kyl7ob\",\"data-framer-name\":\"Section Title\",layoutDependency:layoutDependency,layoutId:\"Ty6d7spgU\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lr5s3i\",\"data-framer-name\":\"Tagline Wrapper\",layoutDependency:layoutDependency,layoutId:\"OPrX1R5pY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ogosog\",\"data-styles-preset\":\"fASVAPYKj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65)))\"},children:\"Urlaub mit der Familie, wie zu Hause\"})}),className:\"framer-1igibry\",\"data-framer-name\":\"Tagline\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zFXaW2gu8\",style:{\"--extracted-r6o4lv\":\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\",\"--framer-paragraph-spacing\":\"0px\"},text:wo3FDAY3V,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ddbrvd\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"e9NANrFqT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-wlb0zv\",\"data-styles-preset\":\"fNSFnlaFw\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104)))\"},children:\"Perfekt f\\xfcr Familien\"})}),className:\"framer-109jq64\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NrJYw6kgC\",style:{\"--extracted-1of0zx5\":\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\",\"--framer-paragraph-spacing\":\"0px\"},text:H_oMBDK8w,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7lgvri\",\"data-styles-preset\":\"gcue49qDu\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65)))\"},children:\"Euer Aufenthalt soll so angenehm wie m\\xf6glich sein\"})}),className:\"framer-iu8895\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BNn1pNfbJ\",style:{\"--extracted-r6o4lv\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\",\"--framer-paragraph-spacing\":\"0px\"},text:KZcFiarNA,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eerfsb\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"EFx0AMeDl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13ezis3\",\"data-framer-name\":\"List Item\",layoutDependency:layoutDependency,layoutId:\"XBNAibt26\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1uyn6uv\",\"data-framer-name\":\"check\",fill:\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"gBrX_hmRO\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 6.5L9 17.5L4 12.5\" stroke=\"#938541\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mayp89\",\"data-styles-preset\":\"dWkvdYNTF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65)))\"},children:\"Ger\\xe4umige & kinderfreundliche Apartments\"})}),className:\"framer-c99tsi\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YyQ3Xj88l\",style:{\"--extracted-r6o4lv\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\",\"--framer-paragraph-spacing\":\"0px\"},text:jEZsiImBH,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xd8jre\",\"data-framer-name\":\"List Item\",layoutDependency:layoutDependency,layoutId:\"IeNt_Hgcy\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-azn5jy\",\"data-framer-name\":\"check\",fill:\"var(--token-77748031-fbf1-45b9-b510-b70401764333, rgb(215, 195, 122))\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"SsIBVWBUP\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 6.5L9 17.5L4 12.5\" stroke=\"#938541\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mayp89\",\"data-styles-preset\":\"dWkvdYNTF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65)))\"},children:\"Voll ausgestattete K\\xfcchen f\\xfcr gemeinsames Kochen\"})}),className:\"framer-jeea90\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zD5WXvmnj\",style:{\"--extracted-r6o4lv\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\",\"--framer-paragraph-spacing\":\"0px\"},text:BHwrqqTkH,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o2iry6\",\"data-framer-name\":\"List Item\",layoutDependency:layoutDependency,layoutId:\"be9ScpzDn\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1y25hmv\",\"data-framer-name\":\"check\",fill:\"var(--token-77748031-fbf1-45b9-b510-b70401764333, rgb(215, 195, 122))\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"d__gVmmMf\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20 6.5L9 17.5L4 12.5\" stroke=\"#938541\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mayp89\",\"data-styles-preset\":\"dWkvdYNTF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65)))\"},children:\"Sicherer R\\xfcckzugsort mit Spielm\\xf6glichkeiten\"})}),className:\"framer-15r7d9b\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AvrtgGQAP\",style:{\"--extracted-r6o4lv\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\",\"--framer-paragraph-spacing\":\"0px\"},text:oo_xHlxRy,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pjvei8\",\"data-framer-name\":\"Actions\",layoutDependency:layoutDependency,layoutId:\"p57jpwQ2A\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cuIYznShp\"},implicitPathVariables:undefined},{href:{webPageId:\"cuIYznShp\"},implicitPathVariables:undefined},{href:{webPageId:\"cuIYznShp\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(48+((componentViewport?.height||640)-96-544)/2)+0+0+32+432+0,...addPropertyOverrides({LN58Okv1m:{y:undefined},z5dovZcrx:{y:(componentViewport?.y||0)+32+544+0+0+32+432+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lj5wo1-container\",layoutDependency:layoutDependency,layoutId:\"pG5ROWPeK-container\",nodeId:\"pG5ROWPeK\",rendersWithMotion:true,scopeId:\"MsqcRddkq\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"pG5ROWPeK\",layoutId:\"pG5ROWPeK\",tTn_ESx0t:\"Mehr erfahren\",uyfpBhyoq:resolvedLinks[0],variant:\"s0zCxkEE8\",width:\"100%\",...addPropertyOverrides({LN58Okv1m:{uyfpBhyoq:resolvedLinks[2]},z5dovZcrx:{uyfpBhyoq:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(48+((componentViewport?.height||640)-96-544)/2)),sizes:\"488px\",...toResponsiveImage(VRpRZIyRl)},className:\"framer-1cxvapm\",\"data-framer-name\":\"Placeholder Image\",layoutDependency:layoutDependency,layoutId:\"DghkpuvmS\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 12px 16px -4px rgba(0, 0, 0, 0.08)\"},...addPropertyOverrides({LN58Okv1m:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,...toResponsiveImage(VRpRZIyRl)}},z5dovZcrx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,...toResponsiveImage(VRpRZIyRl)}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-afx3P.framer-1qmmmk4, .framer-afx3P .framer-1qmmmk4 { display: block; }\",\".framer-afx3P.framer-q5of1l { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 48px; position: relative; width: min-content; }\",\".framer-afx3P .framer-1hhifr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-afx3P .framer-1wxut7u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 544px; justify-content: center; overflow: visible; padding: 32px 0px 32px 0px; position: relative; width: 488px; }\",\".framer-afx3P .framer-1gxazkq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-afx3P .framer-kyl7ob { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-afx3P .framer-lr5s3i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-afx3P .framer-1igibry, .framer-afx3P .framer-iu8895 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-afx3P .framer-ddbrvd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-afx3P .framer-109jq64 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-afx3P .framer-eerfsb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-afx3P .framer-13ezis3, .framer-afx3P .framer-1xd8jre, .framer-afx3P .framer-1o2iry6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-afx3P .framer-1uyn6uv, .framer-afx3P .framer-azn5jy, .framer-afx3P .framer-1y25hmv { flex: none; height: 25px; position: relative; width: 24px; }\",\".framer-afx3P .framer-c99tsi, .framer-afx3P .framer-jeea90, .framer-afx3P .framer-15r7d9b { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 576px; word-break: break-word; word-wrap: break-word; }\",\".framer-afx3P .framer-pjvei8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-afx3P .framer-1lj5wo1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-afx3P .framer-1cxvapm { flex: none; height: 544px; position: relative; width: 488px; }\",\".framer-afx3P.framer-v-19gp16y.framer-q5of1l { flex-direction: column; padding: 32px; width: 552px; }\",\".framer-afx3P.framer-v-19gp16y .framer-1hhifr { height: 544px; order: 1; width: 100%; }\",\".framer-afx3P.framer-v-19gp16y .framer-1cxvapm { order: 0; width: 100%; }\",\".framer-afx3P.framer-v-h9pah9.framer-q5of1l { flex-direction: column; padding: 16px; width: 362px; }\",\".framer-afx3P.framer-v-h9pah9 .framer-1hhifr { order: 1; width: 100%; }\",\".framer-afx3P.framer-v-h9pah9 .framer-1wxut7u { gap: 64px; height: min-content; padding: 32px 0px 16px 0px; width: 100%; }\",\".framer-afx3P.framer-v-h9pah9 .framer-1gxazkq { flex: none; height: min-content; }\",\".framer-afx3P.framer-v-h9pah9 .framer-iu8895 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-afx3P.framer-v-h9pah9 .framer-c99tsi, .framer-afx3P.framer-v-h9pah9 .framer-jeea90, .framer-afx3P.framer-v-h9pah9 .framer-15r7d9b { flex: 1 0 0px; width: 1px; }\",\".framer-afx3P.framer-v-h9pah9 .framer-pjvei8 { flex-wrap: wrap; gap: 16px; }\",\".framer-afx3P.framer-v-h9pah9 .framer-1cxvapm { height: 236px; order: 0; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 640\n * @framerIntrinsicWidth 1072\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"z5dovZcrx\":{\"layout\":[\"fixed\",\"auto\"]},\"LN58Okv1m\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"wo3FDAY3V\":\"tagline\",\"H_oMBDK8w\":\"title\",\"KZcFiarNA\":\"subtitle\",\"jEZsiImBH\":\"feature1\",\"BHwrqqTkH\":\"feature2\",\"oo_xHlxRy\":\"feature3\",\"VRpRZIyRl\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerMsqcRddkq=withCSS(Component,css,\"framer-afx3P\");export default FramerMsqcRddkq;FramerMsqcRddkq.displayName=\"FeatureTabsContent\";FramerMsqcRddkq.defaultProps={height:640,width:1072};addPropertyControls(FramerMsqcRddkq,{variant:{options:[\"yXIWOofpd\",\"z5dovZcrx\",\"LN58Okv1m\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},wo3FDAY3V:{defaultValue:\"Urlaub mit der Familie, wie zu Hause\",displayTextArea:false,title:\"Tagline\",type:ControlType.String},H_oMBDK8w:{defaultValue:\"Perfekt f\\xfcr Familien\",displayTextArea:false,title:\"Title\",type:ControlType.String},KZcFiarNA:{defaultValue:\"Euer Aufenthalt soll so angenehm wie m\\xf6glich sein\",displayTextArea:false,title:\"Subtitle\",type:ControlType.String},jEZsiImBH:{defaultValue:\"Ger\\xe4umige & kinderfreundliche Apartments\",displayTextArea:false,title:\"Feature 1\",type:ControlType.String},BHwrqqTkH:{defaultValue:\"Voll ausgestattete K\\xfcchen f\\xfcr gemeinsames Kochen\",displayTextArea:false,title:\"Feature 2\",type:ControlType.String},oo_xHlxRy:{defaultValue:\"Sicherer R\\xfcckzugsort mit Spielm\\xf6glichkeiten\",displayTextArea:false,title:\"Feature 3\",type:ControlType.String},VRpRZIyRl:{__defaultAssetReference:\"data:framer/asset-reference,xWDjClLVrbmRfcPXpZ1i2yPljvk.jpg?originalFilename=l%26l_bilder_am_wall_04.02.25_final-2.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerMsqcRddkq,[{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\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMsqcRddkq\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"z5dovZcrx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LN58Okv1m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"640\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1072\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"wo3FDAY3V\\\":\\\"tagline\\\",\\\"H_oMBDK8w\\\":\\\"title\\\",\\\"KZcFiarNA\\\":\\\"subtitle\\\",\\\"jEZsiImBH\\\":\\\"feature1\\\",\\\"BHwrqqTkH\\\":\\\"feature2\\\",\\\"oo_xHlxRy\\\":\\\"feature3\\\",\\\"VRpRZIyRl\\\":\\\"image\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FeatureTabsItem from\"https://framerusercontent.com/modules/gWJD1ANu0vgcowQhLCXc/1lSTkxRPfK0Hwkoh3bQu/hsLIal152.js\";import FeatureTabsContent from\"https://framerusercontent.com/modules/qDzVBj5TTeD3H9AbAyvi/sBK7rOXRD19xnF1qS7FM/MsqcRddkq.js\";const FeatureTabsItemFonts=getFonts(FeatureTabsItem);const FeatureTabsContentFonts=getFonts(FeatureTabsContent);const cycleOrder=[\"R_6_WVdrY\",\"P9FdZUY0W\",\"qQQNvHu9Z\",\"PO__9dTvl\",\"Dj9s3IcjN\",\"piaVyrb6S\",\"kX68sT0V7\",\"O5CX86sxG\",\"GdM0cB8wl\",\"s_O1OYbv8\",\"oBESH9LXe\",\"Vh9I5GIQ9\"];const serializationHash=\"framer-QItdp\";const variantClassNames={Dj9s3IcjN:\"framer-v-1bqif0k\",GdM0cB8wl:\"framer-v-wk2xhe\",kX68sT0V7:\"framer-v-1ma5cdc\",O5CX86sxG:\"framer-v-1h8nu98\",oBESH9LXe:\"framer-v-j1pkf2\",P9FdZUY0W:\"framer-v-1sdyvd0\",piaVyrb6S:\"framer-v-1k49y23\",PO__9dTvl:\"framer-v-ihkp5f\",qQQNvHu9Z:\"framer-v-tcwocc\",R_6_WVdrY:\"framer-v-ozsqtl\",s_O1OYbv8:\"framer-v-1vcm79w\",Vh9I5GIQ9:\"framer-v-kwyn4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Business - Desktop\":\"P9FdZUY0W\",\"Business - Phone\":\"s_O1OYbv8\",\"Business - Tablet\":\"piaVyrb6S\",\"Family - Desktop\":\"R_6_WVdrY\",\"Family - Phone\":\"GdM0cB8wl\",\"Family - Tablet\":\"Dj9s3IcjN\",\"Long Stay  - Desktop\":\"PO__9dTvl\",\"Long Stay  - Phone\":\"Vh9I5GIQ9\",\"Long Stay  - Tablet\":\"O5CX86sxG\",\"Tourists - Desktop\":\"qQQNvHu9Z\",\"Tourists - Phone\":\"oBESH9LXe\",\"Tourists - Tablet\":\"kX68sT0V7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"R_6_WVdrY\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"R_6_WVdrY\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const gVfCPPDvughd1lp=activeVariantCallback(async(...args)=>{setVariant(\"R_6_WVdrY\");});const gVfCPPDvubn0eey=activeVariantCallback(async(...args)=>{setVariant(\"Dj9s3IcjN\");});const gVfCPPDvufcixr8=activeVariantCallback(async(...args)=>{setVariant(\"GdM0cB8wl\");});const gVfCPPDvu1kopi8e=activeVariantCallback(async(...args)=>{setVariant(\"P9FdZUY0W\");});const gVfCPPDvu1iiqafm=activeVariantCallback(async(...args)=>{setVariant(\"piaVyrb6S\");});const gVfCPPDvu1d6jawo=activeVariantCallback(async(...args)=>{setVariant(\"s_O1OYbv8\");});const gVfCPPDvu4kklrm=activeVariantCallback(async(...args)=>{setVariant(\"qQQNvHu9Z\");});const gVfCPPDvu3umt9u=activeVariantCallback(async(...args)=>{setVariant(\"kX68sT0V7\");});const gVfCPPDvu1vuiskf=activeVariantCallback(async(...args)=>{setVariant(\"oBESH9LXe\");});const gVfCPPDvu16sckdy=activeVariantCallback(async(...args)=>{setVariant(\"PO__9dTvl\");});const gVfCPPDvu4ut2cs=activeVariantCallback(async(...args)=>{setVariant(\"O5CX86sxG\");});const gVfCPPDvuavj27w=activeVariantCallback(async(...args)=>{setVariant(\"Vh9I5GIQ9\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ozsqtl\",className,classNames),\"data-framer-name\":\"Family - Desktop\",layoutDependency:layoutDependency,layoutId:\"R_6_WVdrY\",ref:refBinding,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({Dj9s3IcjN:{\"data-framer-name\":\"Family - Tablet\"},GdM0cB8wl:{\"data-framer-name\":\"Family - Phone\"},kX68sT0V7:{\"data-framer-name\":\"Tourists - Tablet\"},O5CX86sxG:{\"data-framer-name\":\"Long Stay  - Tablet\"},oBESH9LXe:{\"data-framer-name\":\"Tourists - Phone\"},P9FdZUY0W:{\"data-framer-name\":\"Business - Desktop\"},piaVyrb6S:{\"data-framer-name\":\"Business - Tablet\"},PO__9dTvl:{\"data-framer-name\":\"Long Stay  - Desktop\"},qQQNvHu9Z:{\"data-framer-name\":\"Tourists - Desktop\"},s_O1OYbv8:{\"data-framer-name\":\"Business - Phone\"},Vh9I5GIQ9:{\"data-framer-name\":\"Long Stay  - Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vjunxr\",\"data-framer-name\":\"Tabs Menu\",layoutDependency:layoutDependency,layoutId:\"c4bSewVIh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,width:`max((${componentViewport?.width||\"100vw\"} - 48px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-640)/2+0+0)+0,...addPropertyOverrides({Dj9s3IcjN:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+0},GdM0cB8wl:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+0},kX68sT0V7:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+0},O5CX86sxG:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+0},oBESH9LXe:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+0},piaVyrb6S:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+0},s_O1OYbv8:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+0},Vh9I5GIQ9:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gf3ufi-container\",layoutDependency:layoutDependency,layoutId:\"r_Oj1muah-container\",nodeId:\"r_Oj1muah\",rendersWithMotion:true,scopeId:\"nA3HEP_h1\",children:/*#__PURE__*/_jsx(FeatureTabsItem,{Fnm2tZNib:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:0},gMw2Li_Bq:\"var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, rgb(250, 249, 234))\",gVfCPPDvu:gVfCPPDvughd1lp,height:\"100%\",id:\"r_Oj1muah\",layoutId:\"r_Oj1muah\",LnKd_ffDN:\"Familien\",pwHlQbZ04:\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\",style:{height:\"100%\",width:\"100%\"},szI0D44Z8:\"16px 16px 0px 0px\",variant:\"KGXbbX0iw\",width:\"100%\",...addPropertyOverrides({Dj9s3IcjN:{gVfCPPDvu:gVfCPPDvubn0eey},GdM0cB8wl:{gVfCPPDvu:gVfCPPDvufcixr8},kX68sT0V7:{gVfCPPDvu:gVfCPPDvubn0eey,variant:\"ln3cw1tWh\"},O5CX86sxG:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvubn0eey,variant:\"ln3cw1tWh\"},oBESH9LXe:{gVfCPPDvu:gVfCPPDvufcixr8,variant:\"ln3cw1tWh\"},P9FdZUY0W:{variant:\"ln3cw1tWh\"},piaVyrb6S:{gVfCPPDvu:gVfCPPDvubn0eey,variant:\"ln3cw1tWh\"},PO__9dTvl:{variant:\"ln3cw1tWh\"},qQQNvHu9Z:{variant:\"ln3cw1tWh\"},s_O1OYbv8:{gVfCPPDvu:gVfCPPDvufcixr8,variant:\"ln3cw1tWh\"},Vh9I5GIQ9:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvufcixr8,variant:\"ln3cw1tWh\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,width:`max((${componentViewport?.width||\"100vw\"} - 48px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-640)/2+0+0)+0,...addPropertyOverrides({Dj9s3IcjN:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+73},GdM0cB8wl:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+73},kX68sT0V7:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+73},O5CX86sxG:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+73},oBESH9LXe:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+73},piaVyrb6S:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+73},s_O1OYbv8:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+73},Vh9I5GIQ9:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+73}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oh2327-container\",layoutDependency:layoutDependency,layoutId:\"G82_WXeqg-container\",nodeId:\"G82_WXeqg\",rendersWithMotion:true,scopeId:\"nA3HEP_h1\",children:/*#__PURE__*/_jsx(FeatureTabsItem,{Fnm2tZNib:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:0},gMw2Li_Bq:\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\",gVfCPPDvu:gVfCPPDvu1kopi8e,height:\"100%\",id:\"G82_WXeqg\",layoutId:\"G82_WXeqg\",LnKd_ffDN:\"Gesch\\xe4ftsreisende\",pwHlQbZ04:\"var(--token-77748031-fbf1-45b9-b510-b70401764333, rgb(215, 195, 122))\",style:{height:\"100%\",width:\"100%\"},szI0D44Z8:\"16px 16px 0px 0px\",variant:\"ln3cw1tWh\",width:\"100%\",...addPropertyOverrides({Dj9s3IcjN:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1iiqafm,szI0D44Z8:\"0px 0px 0px 0px\"},GdM0cB8wl:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1d6jawo,szI0D44Z8:\"0px 0px 0px 0px\"},kX68sT0V7:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1iiqafm,szI0D44Z8:\"0px 0px 0px 0px\"},O5CX86sxG:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1iiqafm,szI0D44Z8:\"0px 0px 0px 0px\"},oBESH9LXe:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1d6jawo,szI0D44Z8:\"0px 0px 0px 0px\"},P9FdZUY0W:{variant:\"KGXbbX0iw\"},piaVyrb6S:{gVfCPPDvu:gVfCPPDvu1iiqafm,szI0D44Z8:\"0px 0px 0px 0px\",variant:\"KGXbbX0iw\"},s_O1OYbv8:{gVfCPPDvu:gVfCPPDvu1d6jawo,szI0D44Z8:\"0px 0px 0px 0px\",variant:\"KGXbbX0iw\"},Vh9I5GIQ9:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1d6jawo,szI0D44Z8:\"0px 0px 0px 0px\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,width:`max((${componentViewport?.width||\"100vw\"} - 48px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-640)/2+0+0)+0,...addPropertyOverrides({Dj9s3IcjN:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+146},GdM0cB8wl:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+146},kX68sT0V7:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+146},O5CX86sxG:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+146},oBESH9LXe:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+146},piaVyrb6S:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+146},s_O1OYbv8:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+146},Vh9I5GIQ9:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+146}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fai5a-container\",layoutDependency:layoutDependency,layoutId:\"HOjZOQTz0-container\",nodeId:\"HOjZOQTz0\",rendersWithMotion:true,scopeId:\"nA3HEP_h1\",children:/*#__PURE__*/_jsx(FeatureTabsItem,{Fnm2tZNib:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:0},gMw2Li_Bq:\"var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, rgb(250, 249, 234))\",gVfCPPDvu:gVfCPPDvu4kklrm,height:\"100%\",id:\"HOjZOQTz0\",layoutId:\"HOjZOQTz0\",LnKd_ffDN:\"Freizeitreisende\",pwHlQbZ04:\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\",style:{height:\"100%\",width:\"100%\"},szI0D44Z8:\"16px 16px 0px 0px\",variant:\"ln3cw1tWh\",width:\"100%\",...addPropertyOverrides({Dj9s3IcjN:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu3umt9u,szI0D44Z8:\"0px 0px 0px 0px\"},GdM0cB8wl:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1vuiskf,szI0D44Z8:\"0px 0px 0px 0px\"},kX68sT0V7:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu3umt9u,szI0D44Z8:\"0px 0px 0px 0px\",variant:\"KGXbbX0iw\"},O5CX86sxG:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu3umt9u,szI0D44Z8:\"0px 0px 0px 0px\"},oBESH9LXe:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1vuiskf,szI0D44Z8:\"0px 0px 0px 0px\",variant:\"KGXbbX0iw\"},piaVyrb6S:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu3umt9u,szI0D44Z8:\"0px 0px 0px 0px\"},qQQNvHu9Z:{variant:\"KGXbbX0iw\"},s_O1OYbv8:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1vuiskf,szI0D44Z8:\"0px 0px 0px 0px\"},Vh9I5GIQ9:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu1vuiskf,szI0D44Z8:\"0px 0px 0px 0px\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,width:`max((${componentViewport?.width||\"100vw\"} - 48px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-640)/2+0+0)+0,...addPropertyOverrides({Dj9s3IcjN:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+219},GdM0cB8wl:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+219},kX68sT0V7:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+219},O5CX86sxG:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+219},oBESH9LXe:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+219},piaVyrb6S:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+219},s_O1OYbv8:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+219},Vh9I5GIQ9:{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+0+0)+0+219}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xxi7ya-container\",layoutDependency:layoutDependency,layoutId:\"L9yOLV0f0-container\",nodeId:\"L9yOLV0f0\",rendersWithMotion:true,scopeId:\"nA3HEP_h1\",children:/*#__PURE__*/_jsx(FeatureTabsItem,{Fnm2tZNib:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:0},gMw2Li_Bq:\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\",gVfCPPDvu:gVfCPPDvu16sckdy,height:\"100%\",id:\"L9yOLV0f0\",layoutId:\"L9yOLV0f0\",LnKd_ffDN:\"Langzeitaufenthalte\",pwHlQbZ04:\"var(--token-b8b6ddd4-a44a-4b61-8ac6-794e8124adb1, rgb(166, 193, 201))\",style:{height:\"100%\",width:\"100%\"},szI0D44Z8:\"16px 16px 0px 0px\",variant:\"ln3cw1tWh\",width:\"100%\",...addPropertyOverrides({Dj9s3IcjN:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu4ut2cs,szI0D44Z8:\"0px 0px 0px 0px\"},GdM0cB8wl:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvuavj27w,szI0D44Z8:\"0px 0px 0px 0px\"},kX68sT0V7:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu4ut2cs,szI0D44Z8:\"0px 0px 0px 0px\"},O5CX86sxG:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvu4ut2cs,szI0D44Z8:\"0px 0px 0px 0px\",variant:\"KGXbbX0iw\"},oBESH9LXe:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvuavj27w,szI0D44Z8:\"0px 0px 0px 0px\"},P9FdZUY0W:{gMw2Li_Bq:\"var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, rgb(250, 249, 234))\"},piaVyrb6S:{gVfCPPDvu:gVfCPPDvu4ut2cs,szI0D44Z8:\"0px 0px 0px 0px\"},PO__9dTvl:{variant:\"KGXbbX0iw\"},s_O1OYbv8:{gVfCPPDvu:gVfCPPDvuavj27w,szI0D44Z8:\"0px 0px 0px 0px\"},Vh9I5GIQ9:{Fnm2tZNib:{borderBottomWidth:1,borderColor:\"var(--token-fadf86f2-1b5e-433d-afff-544cb90fbb93, rgb(209, 208, 185))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},gVfCPPDvu:gVfCPPDvuavj27w,szI0D44Z8:\"0px 0px 0px 0px\",variant:\"KGXbbX0iw\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:640,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-640)/2+0+0),...addPropertyOverrides({Dj9s3IcjN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+292+0)},GdM0cB8wl:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+292+0)},kX68sT0V7:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+292+0)},O5CX86sxG:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+292+0)},oBESH9LXe:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+292+0)},piaVyrb6S:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+292+0)},s_O1OYbv8:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+292+0)},Vh9I5GIQ9:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-932)/2+292+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qqt67l-container\",layoutDependency:layoutDependency,layoutId:\"O4SNm4Mwh-container\",nodeId:\"O4SNm4Mwh\",rendersWithMotion:true,scopeId:\"nA3HEP_h1\",children:/*#__PURE__*/_jsx(FeatureTabsContent,{BHwrqqTkH:\"Familienfreundliche Ausstattung mit Liebe zum Detail\",H_oMBDK8w:\"Wohlf\\xfchlen wie zuhause.\",height:\"100%\",id:\"O4SNm4Mwh\",jEZsiImBH:\"Viel Platz zum Spielen und Entspannen\",KZcFiarNA:\"Alles, was Familien f\\xfcr entspannte Tage brauchen\",layoutId:\"O4SNm4Mwh\",oo_xHlxRy:\"Voll ausgestattete K\\xfcchen f\\xfcr gemeinsames Kochen\",style:{width:\"100%\"},variant:\"yXIWOofpd\",VRpRZIyRl:addImageAlt({pixelHeight:2478,pixelWidth:3717,src:\"https://framerusercontent.com/images/MOP2mSmg110hzz2v05U6Lhgryc.jpg\",srcSet:\"https://framerusercontent.com/images/MOP2mSmg110hzz2v05U6Lhgryc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MOP2mSmg110hzz2v05U6Lhgryc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MOP2mSmg110hzz2v05U6Lhgryc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MOP2mSmg110hzz2v05U6Lhgryc.jpg 3717w\"},\"\"),width:\"100%\",wo3FDAY3V:\"Familienzeit in vollen Z\\xfcgen genie\\xdfen\",...addPropertyOverrides({Dj9s3IcjN:{variant:\"z5dovZcrx\"},GdM0cB8wl:{variant:\"LN58Okv1m\"},kX68sT0V7:{BHwrqqTkH:\"Stilvolle Apartments mit Wohlf\\xfchl-Atmosph\\xe4re\",H_oMBDK8w:\"Bereit f\\xfcr neue Erlebnisse?\",jEZsiImBH:\"Zentrale Lage f\\xfcr Sehensw\\xfcrdigkeiten\",KZcFiarNA:\"Top-Lage nahe Sehensw\\xfcrdigkeiten und Restaurants\",oo_xHlxRy:\"In der N\\xe4he von Restaurants & Kulturangeboten\",variant:\"z5dovZcrx\",VRpRZIyRl:addImageAlt({pixelHeight:1419,pixelWidth:1075,src:\"https://framerusercontent.com/images/Bsu32vwRXifyE7p6CW0N3v4AI.webp\",srcSet:\"https://framerusercontent.com/images/Bsu32vwRXifyE7p6CW0N3v4AI.webp?scale-down-to=1024 775w,https://framerusercontent.com/images/Bsu32vwRXifyE7p6CW0N3v4AI.webp 1075w\"},\"\"),wo3FDAY3V:\"Abenteuer und Erholung Hand in Hand\"},O5CX86sxG:{BHwrqqTkH:\"Attraktive Sonderkonditionen\",H_oMBDK8w:\"Ankommen und wohlf\\xfchlen.\",jEZsiImBH:\"Voll ausgestattete Apartments f\\xfcr langfristige Aufenthalte\",KZcFiarNA:\"Gemacht f\\xfcr entspanntes Langzeitwohnen\",oo_xHlxRy:\"Pers\\xf6nlicher Ansprechpartner vor Ort\",variant:\"z5dovZcrx\",VRpRZIyRl:addImageAlt({pixelHeight:1613,pixelWidth:1075,src:\"https://framerusercontent.com/images/ocRe4FGLm7gihWeDLMmC3ka1I.webp\",srcSet:\"https://framerusercontent.com/images/ocRe4FGLm7gihWeDLMmC3ka1I.webp?scale-down-to=1024 682w,https://framerusercontent.com/images/ocRe4FGLm7gihWeDLMmC3ka1I.webp 1075w\"},\"\"),wo3FDAY3V:\"Dein Zuhause auf Zeit\"},oBESH9LXe:{BHwrqqTkH:\"Stilvolle Apartments mit Wohlf\\xfchl-Atmosph\\xe4re\",H_oMBDK8w:\"Bereit f\\xfcr neue Erlebnisse?\",jEZsiImBH:\"Zentrale Lage f\\xfcr Sehensw\\xfcrdigkeiten\",KZcFiarNA:\"Top-Lage nahe Sehensw\\xfcrdigkeiten und Restaurants\",oo_xHlxRy:\"In der N\\xe4he von Restaurants & Kulturangeboten\",variant:\"LN58Okv1m\",VRpRZIyRl:addImageAlt({pixelHeight:1419,pixelWidth:1075,positionX:\"50%\",positionY:\"32.7%\",src:\"https://framerusercontent.com/images/Bsu32vwRXifyE7p6CW0N3v4AI.webp\",srcSet:\"https://framerusercontent.com/images/Bsu32vwRXifyE7p6CW0N3v4AI.webp?scale-down-to=1024 775w,https://framerusercontent.com/images/Bsu32vwRXifyE7p6CW0N3v4AI.webp 1075w\"},\"\"),wo3FDAY3V:\"Abenteuer und Erholung Hand in Hand\"},P9FdZUY0W:{BHwrqqTkH:\"Flexible Check-in & Check-out Zeiten\",H_oMBDK8w:\"Ihr B\\xfcro auf Reisen.\",jEZsiImBH:\"Schnelles WLAN und ruhige Arbeitspl\\xe4tze\",KZcFiarNA:\"Komfortabel arbeiten, entspannt wohnen\",oo_xHlxRy:\"Zentrale Lage nahe Business-Hotspots\",VRpRZIyRl:undefined,wo3FDAY3V:\"Wohnen und Arbeiten perfekt kombiniert\"},piaVyrb6S:{BHwrqqTkH:\"Flexible Check-in & Check-out Zeiten\",H_oMBDK8w:\"Ihr B\\xfcro auf Reisen.\",jEZsiImBH:\"Schnelles WLAN und ruhige Arbeitspl\\xe4tze\",KZcFiarNA:\"Komfortabel arbeiten, entspannt wohnen\",oo_xHlxRy:\"Zentrale Lage nahe Business-Hotspots\",variant:\"z5dovZcrx\",VRpRZIyRl:addImageAlt({pixelHeight:2048,pixelWidth:1813,src:\"https://framerusercontent.com/images/PkMenp4dUgIdl7o4iCcamifJ7C4.webp\",srcSet:\"https://framerusercontent.com/images/PkMenp4dUgIdl7o4iCcamifJ7C4.webp?scale-down-to=1024 906w,https://framerusercontent.com/images/PkMenp4dUgIdl7o4iCcamifJ7C4.webp 1813w\"},\"\"),wo3FDAY3V:\"Wohnen und Arbeiten perfekt kombiniert\"},PO__9dTvl:{BHwrqqTkH:\"Attraktive Sonderkonditionen\",H_oMBDK8w:\"Ankommen und wohlf\\xfchlen.\",jEZsiImBH:\"Voll ausgestattete Apartments f\\xfcr langfristige Aufenthalte\",KZcFiarNA:\"Gemacht f\\xfcr entspanntes Langzeitwohnen\",oo_xHlxRy:\"Jederzeit erreichbare Rezeption\",VRpRZIyRl:addImageAlt({pixelHeight:1613,pixelWidth:1075,src:\"https://framerusercontent.com/images/I4DVI5VcwdobYckFO9tnWCdbxOw.jpg\",srcSet:\"https://framerusercontent.com/images/I4DVI5VcwdobYckFO9tnWCdbxOw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/I4DVI5VcwdobYckFO9tnWCdbxOw.jpg 1075w\"},\"\"),wo3FDAY3V:\"Dein Zuhause auf Zeit\"},qQQNvHu9Z:{BHwrqqTkH:\"Stilvolle Apartments mit Wohlf\\xfchl-Atmosph\\xe4re\",H_oMBDK8w:\"Bereit f\\xfcr neue Erlebnisse?\",jEZsiImBH:\"Zentrale Lage f\\xfcr Sehensw\\xfcrdigkeiten\",KZcFiarNA:\"Top-Lage nahe Sehensw\\xfcrdigkeiten und Restaurants\",oo_xHlxRy:\"In der N\\xe4he von Restaurants & Kulturangeboten\",VRpRZIyRl:addImageAlt({pixelHeight:1419,pixelWidth:1075,src:\"https://framerusercontent.com/images/UQ3rNaZeiGUM4BbC3VDh4boTUY.jpg\",srcSet:\"https://framerusercontent.com/images/UQ3rNaZeiGUM4BbC3VDh4boTUY.jpg?scale-down-to=1024 775w,https://framerusercontent.com/images/UQ3rNaZeiGUM4BbC3VDh4boTUY.jpg 1075w\"},\"\"),wo3FDAY3V:\"Abenteuer und Erholung Hand in Hand\"},s_O1OYbv8:{BHwrqqTkH:\"Flexible Check-in & Check-out Zeiten\",H_oMBDK8w:\"Ihr B\\xfcro auf Reisen.\",jEZsiImBH:\"Schnelles WLAN und ruhige Arbeitspl\\xe4tze\",KZcFiarNA:\"Komfortabel arbeiten, entspannt wohnen\",oo_xHlxRy:\"Zentrale Lage nahe Business-Hotspots\",variant:\"LN58Okv1m\",VRpRZIyRl:addImageAlt({pixelHeight:2048,pixelWidth:1813,src:\"https://framerusercontent.com/images/PkMenp4dUgIdl7o4iCcamifJ7C4.webp\",srcSet:\"https://framerusercontent.com/images/PkMenp4dUgIdl7o4iCcamifJ7C4.webp?scale-down-to=1024 906w,https://framerusercontent.com/images/PkMenp4dUgIdl7o4iCcamifJ7C4.webp 1813w\"},\"\"),wo3FDAY3V:\"Wohnen und Arbeiten perfekt kombiniert\"},Vh9I5GIQ9:{BHwrqqTkH:\"Attraktive Sonderkonditionen\",H_oMBDK8w:\"Ankommen und wohlf\\xfchlen.\",jEZsiImBH:\"Voll ausgestattete Apartments f\\xfcr langfristige Aufenthalte\",KZcFiarNA:\"Gemacht f\\xfcr entspanntes Langzeitwohnen\",oo_xHlxRy:\"Pers\\xf6nlicher Ansprechpartner vor Ort\",variant:\"LN58Okv1m\",VRpRZIyRl:addImageAlt({pixelHeight:1613,pixelWidth:1075,positionX:\"49.7%\",positionY:\"32.2%\",src:\"https://framerusercontent.com/images/ocRe4FGLm7gihWeDLMmC3ka1I.webp\",srcSet:\"https://framerusercontent.com/images/ocRe4FGLm7gihWeDLMmC3ka1I.webp?scale-down-to=1024 682w,https://framerusercontent.com/images/ocRe4FGLm7gihWeDLMmC3ka1I.webp 1075w\"},\"\"),wo3FDAY3V:\"Dein Zuhause auf Zeit\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QItdp.framer-1kuxwe9, .framer-QItdp .framer-1kuxwe9 { display: block; }\",\".framer-QItdp.framer-ozsqtl { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1072px; }\",\".framer-QItdp .framer-1vjunxr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QItdp .framer-1gf3ufi-container, .framer-QItdp .framer-1oh2327-container, .framer-QItdp .framer-1fai5a-container, .framer-QItdp .framer-1xxi7ya-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-QItdp .framer-qqt67l-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-QItdp.framer-v-1bqif0k.framer-ozsqtl, .framer-QItdp.framer-v-1k49y23.framer-ozsqtl, .framer-QItdp.framer-v-1ma5cdc.framer-ozsqtl, .framer-QItdp.framer-v-1h8nu98.framer-ozsqtl { width: 762px; }\",\".framer-QItdp.framer-v-1bqif0k .framer-1vjunxr, .framer-QItdp.framer-v-1k49y23 .framer-1vjunxr, .framer-QItdp.framer-v-1ma5cdc .framer-1vjunxr, .framer-QItdp.framer-v-1h8nu98 .framer-1vjunxr, .framer-QItdp.framer-v-wk2xhe .framer-1vjunxr, .framer-QItdp.framer-v-1vcm79w .framer-1vjunxr, .framer-QItdp.framer-v-j1pkf2 .framer-1vjunxr, .framer-QItdp.framer-v-kwyn4 .framer-1vjunxr { flex-direction: column; gap: 0px; }\",\".framer-QItdp.framer-v-1bqif0k .framer-1gf3ufi-container, .framer-QItdp.framer-v-1bqif0k .framer-1oh2327-container, .framer-QItdp.framer-v-1bqif0k .framer-1fai5a-container, .framer-QItdp.framer-v-1bqif0k .framer-1xxi7ya-container, .framer-QItdp.framer-v-1k49y23 .framer-1gf3ufi-container, .framer-QItdp.framer-v-1k49y23 .framer-1oh2327-container, .framer-QItdp.framer-v-1k49y23 .framer-1fai5a-container, .framer-QItdp.framer-v-1k49y23 .framer-1xxi7ya-container, .framer-QItdp.framer-v-1ma5cdc .framer-1gf3ufi-container, .framer-QItdp.framer-v-1ma5cdc .framer-1oh2327-container, .framer-QItdp.framer-v-1ma5cdc .framer-1fai5a-container, .framer-QItdp.framer-v-1ma5cdc .framer-1xxi7ya-container, .framer-QItdp.framer-v-1h8nu98 .framer-1gf3ufi-container, .framer-QItdp.framer-v-1h8nu98 .framer-1oh2327-container, .framer-QItdp.framer-v-1h8nu98 .framer-1fai5a-container, .framer-QItdp.framer-v-1h8nu98 .framer-1xxi7ya-container, .framer-QItdp.framer-v-wk2xhe .framer-1gf3ufi-container, .framer-QItdp.framer-v-wk2xhe .framer-1oh2327-container, .framer-QItdp.framer-v-wk2xhe .framer-1fai5a-container, .framer-QItdp.framer-v-wk2xhe .framer-1xxi7ya-container, .framer-QItdp.framer-v-1vcm79w .framer-1gf3ufi-container, .framer-QItdp.framer-v-1vcm79w .framer-1oh2327-container, .framer-QItdp.framer-v-1vcm79w .framer-1fai5a-container, .framer-QItdp.framer-v-1vcm79w .framer-1xxi7ya-container, .framer-QItdp.framer-v-j1pkf2 .framer-1gf3ufi-container, .framer-QItdp.framer-v-j1pkf2 .framer-1oh2327-container, .framer-QItdp.framer-v-j1pkf2 .framer-1fai5a-container, .framer-QItdp.framer-v-j1pkf2 .framer-1xxi7ya-container, .framer-QItdp.framer-v-kwyn4 .framer-1gf3ufi-container, .framer-QItdp.framer-v-kwyn4 .framer-1oh2327-container, .framer-QItdp.framer-v-kwyn4 .framer-1fai5a-container, .framer-QItdp.framer-v-kwyn4 .framer-1xxi7ya-container { flex: none; height: 73px; width: 100%; }\",\".framer-QItdp.framer-v-wk2xhe.framer-ozsqtl, .framer-QItdp.framer-v-1vcm79w.framer-ozsqtl, .framer-QItdp.framer-v-j1pkf2.framer-ozsqtl, .framer-QItdp.framer-v-kwyn4.framer-ozsqtl { width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 713\n * @framerIntrinsicWidth 1072\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"P9FdZUY0W\":{\"layout\":[\"fixed\",\"auto\"]},\"qQQNvHu9Z\":{\"layout\":[\"fixed\",\"auto\"]},\"PO__9dTvl\":{\"layout\":[\"fixed\",\"auto\"]},\"Dj9s3IcjN\":{\"layout\":[\"fixed\",\"auto\"]},\"piaVyrb6S\":{\"layout\":[\"fixed\",\"auto\"]},\"kX68sT0V7\":{\"layout\":[\"fixed\",\"auto\"]},\"O5CX86sxG\":{\"layout\":[\"fixed\",\"auto\"]},\"GdM0cB8wl\":{\"layout\":[\"fixed\",\"auto\"]},\"s_O1OYbv8\":{\"layout\":[\"fixed\",\"auto\"]},\"oBESH9LXe\":{\"layout\":[\"fixed\",\"auto\"]},\"Vh9I5GIQ9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernA3HEP_h1=withCSS(Component,css,\"framer-QItdp\");export default FramernA3HEP_h1;FramernA3HEP_h1.displayName=\"FeatureTabs\";FramernA3HEP_h1.defaultProps={height:713,width:1072};addPropertyControls(FramernA3HEP_h1,{variant:{options:[\"R_6_WVdrY\",\"P9FdZUY0W\",\"qQQNvHu9Z\",\"PO__9dTvl\",\"Dj9s3IcjN\",\"piaVyrb6S\",\"kX68sT0V7\",\"O5CX86sxG\",\"GdM0cB8wl\",\"s_O1OYbv8\",\"oBESH9LXe\",\"Vh9I5GIQ9\"],optionTitles:[\"Family - Desktop\",\"Business - Desktop\",\"Tourists - Desktop\",\"Long Stay  - Desktop\",\"Family - Tablet\",\"Business - Tablet\",\"Tourists - Tablet\",\"Long Stay  - Tablet\",\"Family - Phone\",\"Business - Phone\",\"Tourists - Phone\",\"Long Stay  - Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernA3HEP_h1,[{explicitInter:true,fonts:[]},...FeatureTabsItemFonts,...FeatureTabsContentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernA3HEP_h1\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1072\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"713\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P9FdZUY0W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qQQNvHu9Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PO__9dTvl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Dj9s3IcjN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"piaVyrb6S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kX68sT0V7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O5CX86sxG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GdM0cB8wl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"s_O1OYbv8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oBESH9LXe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Vh9I5GIQ9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nA3HEP_h1.map", "// Generated by Framer (99f3353)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-qREi4\";const variantClassNames={KGbHovj5Z:\"framer-v-1vzi11i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,name1,quote,width,...props})=>{return{...props,cnv0WNXaa:quote??props.cnv0WNXaa??'\"Modern, gem\\xfctlich und perfekt gelegen \u2013 ich h\\xe4tte mir keine bessere Unterkunft w\\xfcnschen k\\xf6nnen!\"',QPBiCHe7Y:image??props.QPBiCHe7Y??{alt:\"\",pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/PXhQGAsfkGndylpxfAUChS7uCNk.png\",srcSet:\"https://framerusercontent.com/images/PXhQGAsfkGndylpxfAUChS7uCNk.png?scale-down-to=512 512w,https://framerusercontent.com/images/PXhQGAsfkGndylpxfAUChS7uCNk.png 1024w\"},UjAh3y17Z:name1??props.UjAh3y17Z??\"Anna Fischer\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,QPBiCHe7Y,UjAh3y17Z,cnv0WNXaa,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"KGbHovj5Z\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1vzi11i\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KGbHovj5Z\",ref:refBinding,style:{backgroundColor:\"rgb(240, 239, 214)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wvsja8\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"SokscvVwM\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-14agutf\",\"data-framer-name\":\"Stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:116,layoutDependency:layoutDependency,layoutId:\"iIAofd0JZ\",svg:'<svg width=\"116\" height=\"19\" viewBox=\"0 0 116 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_147_3182)\">\\n<path d=\"M9.07088 0.612343C9.41462 -0.204115 10.5854 -0.204114 10.9291 0.612346L12.9579 5.43123C13.1029 5.77543 13.4306 6.01061 13.8067 6.0404L19.0727 6.45748C19.9649 6.52814 20.3267 7.62813 19.6469 8.2034L15.6348 11.5987C15.3482 11.8412 15.223 12.2218 15.3106 12.5843L16.5363 17.661C16.744 18.5211 15.7969 19.201 15.033 18.7401L10.5245 16.0196C10.2025 15.8252 9.7975 15.8252 9.47548 16.0196L4.96699 18.7401C4.20311 19.201 3.25596 18.5211 3.46363 17.661L4.68942 12.5843C4.77698 12.2218 4.65182 11.8412 4.36526 11.5987L0.353062 8.2034C-0.326718 7.62813 0.0350679 6.52814 0.927291 6.45748L6.19336 6.0404C6.5695 6.01061 6.89716 5.77543 7.04207 5.43123L9.07088 0.612343Z\" fill=\"#938541\"/>\\n<path d=\"M33.0708 0.612343C33.4146 -0.204115 34.5853 -0.204114 34.9291 0.612346L36.9578 5.43123C37.1028 5.77543 37.4305 6.01061 37.8066 6.0404L43.0726 6.45748C43.9648 6.52814 44.3266 7.62813 43.6468 8.2034L39.6347 11.5987C39.3482 11.8412 39.223 12.2218 39.3105 12.5843L40.5363 17.661C40.744 18.5211 39.7968 19.201 39.033 18.7401L34.5245 16.0196C34.2025 15.8252 33.7975 15.8252 33.4754 16.0196L28.9669 18.7401C28.2031 19.201 27.2559 18.5211 27.4636 17.661L28.6894 12.5843C28.7769 12.2218 28.6518 11.8412 28.3652 11.5987L24.353 8.2034C23.6732 7.62813 24.035 6.52814 24.9272 6.45748L30.1933 6.0404C30.5695 6.01061 30.8971 5.77543 31.042 5.43123L33.0708 0.612343Z\" fill=\"#938541\"/>\\n<path d=\"M57.0708 0.612343C57.4145 -0.204115 58.5853 -0.204114 58.929 0.612346L60.9578 5.43123C61.1028 5.77543 61.4305 6.01061 61.8066 6.0404L67.0726 6.45748C67.9648 6.52814 68.3266 7.62813 67.6468 8.2034L63.6347 11.5987C63.3481 11.8412 63.2229 12.2218 63.3105 12.5843L64.5362 17.661C64.7439 18.5211 63.7968 19.201 63.0329 18.7401L58.5244 16.0196C58.2024 15.8252 57.7974 15.8252 57.4754 16.0196L52.9669 18.7401C52.203 19.201 51.2559 18.5211 51.4635 17.661L52.6893 12.5843C52.7769 12.2218 52.6517 11.8412 52.3652 11.5987L48.353 8.2034C47.6732 7.62813 48.035 6.52814 48.9272 6.45748L54.1933 6.0404C54.5694 6.01061 54.8971 5.77543 55.042 5.43123L57.0708 0.612343Z\" fill=\"#938541\"/>\\n<path d=\"M81.0707 0.612343C81.4145 -0.204115 82.5852 -0.204114 82.929 0.612346L84.9577 5.43123C85.1027 5.77543 85.4304 6.01061 85.8065 6.0404L91.0725 6.45748C91.9647 6.52814 92.3265 7.62813 91.6467 8.2034L87.6346 11.5987C87.3481 11.8412 87.2228 12.2218 87.3104 12.5843L88.5362 17.661C88.7438 18.5211 87.7967 19.201 87.0328 18.7401L82.5244 16.0196C82.2023 15.8252 81.7973 15.8252 81.4753 16.0196L76.9668 18.7401C76.203 19.201 75.2558 18.5211 75.4635 17.661L76.6893 12.5843C76.7768 12.2218 76.6517 11.8412 76.3651 11.5987L72.3529 8.2034C71.6731 7.62813 72.0349 6.52814 72.9271 6.45748L78.1932 6.0404C78.5693 6.01061 78.897 5.77543 79.0419 5.43123L81.0707 0.612343Z\" fill=\"#938541\"/>\\n<path d=\"M105.071 0.612343C105.414 -0.204115 106.585 -0.204114 106.929 0.612346L108.958 5.43123C109.103 5.77543 109.43 6.01061 109.806 6.0404L115.072 6.45748C115.965 6.52814 116.326 7.62813 115.647 8.2034L111.635 11.5987C111.348 11.8412 111.223 12.2218 111.31 12.5843L112.536 17.661C112.744 18.5211 111.797 19.201 111.033 18.7401L106.524 16.0196C106.202 15.8252 105.797 15.8252 105.475 16.0196L100.967 18.7401C100.203 19.201 99.2558 18.5211 99.4634 17.661L100.689 12.5843C100.777 12.2218 100.652 11.8412 100.365 11.5987L96.3529 8.2034C95.6731 7.62813 96.0349 6.52814 96.9271 6.45748L102.193 6.0404C102.569 6.01061 102.897 5.77543 103.042 5.43123L105.071 0.612343Z\" fill=\"#938541\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_147_3182\">\\n<rect width=\"116\" height=\"18.8889\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(67, 67, 65))\"},children:'\"Modern, gem\\xfctlich und perfekt gelegen \u2013 ich h\\xe4tte mir keine bessere Unterkunft w\\xfcnschen k\\xf6nnen!\"'})}),className:\"framer-12uslxd\",\"data-framer-name\":\"Quote\",fonts:[\"GF;PT Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"JPg4aCWvA\",style:{\"--extracted-r6o4lv\":\"rgb(67, 67, 65)\",\"--framer-paragraph-spacing\":\"0px\"},text:cnv0WNXaa,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gf3fph\",\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"itijVFQIg\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+202+36),pixelHeight:1024,pixelWidth:1024,sizes:\"48px\",...toResponsiveImage(QPBiCHe7Y)},className:\"framer-vbxxfl\",\"data-framer-name\":\"Avatar Image\",layoutDependency:layoutDependency,layoutId:\"d14q5t9f5\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vilxbf\",\"data-framer-name\":\"Avatar Content\",layoutDependency:layoutDependency,layoutId:\"cV_OcgT2u\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy03MDA=\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(89, 88, 74))\"},children:\"Anna Fischer\"})}),className:\"framer-11itx7i\",\"data-framer-name\":\"Name\",fonts:[\"GF;PT Sans-700\"],layoutDependency:layoutDependency,layoutId:\"hK8_XVrkb\",style:{\"--extracted-r6o4lv\":\"rgb(89, 88, 74)\",\"--framer-paragraph-spacing\":\"0px\"},text:UjAh3y17Z,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qREi4.framer-1ve5hlo, .framer-qREi4 .framer-1ve5hlo { display: block; }\",\".framer-qREi4.framer-1vzi11i { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 600px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qREi4 .framer-wvsja8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qREi4 .framer-14agutf { flex: none; height: 19px; position: relative; width: 116px; }\",\".framer-qREi4 .framer-12uslxd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qREi4 .framer-1gf3fph { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qREi4 .framer-vbxxfl { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-qREi4 .framer-1vilxbf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qREi4 .framer-11itx7i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 472px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qREi4.framer-1vzi11i, .framer-qREi4 .framer-wvsja8, .framer-qREi4 .framer-1gf3fph, .framer-qREi4 .framer-1vilxbf { gap: 0px; } .framer-qREi4.framer-1vzi11i > *, .framer-qREi4 .framer-wvsja8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-qREi4.framer-1vzi11i > :first-child, .framer-qREi4 .framer-wvsja8 > :first-child, .framer-qREi4 .framer-1vilxbf > :first-child { margin-top: 0px; } .framer-qREi4.framer-1vzi11i > :last-child, .framer-qREi4 .framer-wvsja8 > :last-child, .framer-qREi4 .framer-1vilxbf > :last-child { margin-bottom: 0px; } .framer-qREi4 .framer-1gf3fph > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-qREi4 .framer-1gf3fph > :first-child { margin-left: 0px; } .framer-qREi4 .framer-1gf3fph > :last-child { margin-right: 0px; } .framer-qREi4 .framer-1vilxbf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 233\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"QPBiCHe7Y\":\"image\",\"UjAh3y17Z\":\"name1\",\"cnv0WNXaa\":\"quote\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerpn73KNFq3=withCSS(Component,css,\"framer-qREi4\");export default Framerpn73KNFq3;Framerpn73KNFq3.displayName=\"Testimonial\";Framerpn73KNFq3.defaultProps={height:233,width:600};addPropertyControls(Framerpn73KNFq3,{QPBiCHe7Y:{__defaultAssetReference:\"data:framer/asset-reference,PXhQGAsfkGndylpxfAUChS7uCNk.png?originalFilename=L%26L_Profilephoto_AF.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,PXhQGAsfkGndylpxfAUChS7uCNk.png?originalFilename=L%26L_Profilephoto_AF.png&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},UjAh3y17Z:{defaultValue:\"Anna Fischer\",displayTextArea:false,title:\"Name\",type:ControlType.String},cnv0WNXaa:{defaultValue:'\"Modern, gem\\xfctlich und perfekt gelegen \u2013 ich h\\xe4tte mir keine bessere Unterkunft w\\xfcnschen k\\xf6nnen!\"',displayTextArea:false,title:\"Quote\",type:ControlType.String}});addFonts(Framerpn73KNFq3,[{explicitInter:true,fonts:[{family:\"PT Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0COxOGMMDQ.woff2\",weight:\"400\"},{family:\"PT Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4OynLD0Z4zM.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerpn73KNFq3\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"QPBiCHe7Y\\\":\\\"image\\\",\\\"UjAh3y17Z\\\":\\\"name1\\\",\\\"cnv0WNXaa\\\":\\\"quote\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"233\",\"framerIntrinsicWidth\":\"600\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pn73KNFq3.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={iCN6_Ec0x:{hover:true},jU7AwDfcK:{hover:true},KxM5FKyHQ:{hover:true},PHnUDG97u:{hover:true}};const cycleOrder=[\"KxM5FKyHQ\",\"iCN6_Ec0x\",\"jU7AwDfcK\",\"PHnUDG97u\"];const serializationHash=\"framer-ZZec3\";const variantClassNames={iCN6_Ec0x:\"framer-v-1g95q7q\",jU7AwDfcK:\"framer-v-jfnubk\",KxM5FKyHQ:\"framer-v-1fu8928\",PHnUDG97u:\"framer-v-1sz58h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"PAPER&TEA\":\"PHnUDG97u\",Dyson:\"KxM5FKyHQ\",Nespresso:\"iCN6_Ec0x\",SMEG:\"jU7AwDfcK\"};const getProps=({height,id,link,width,...props})=>{return{...props,arPSJ6fXg:link??props.arPSJ6fXg,variant:humanReadableVariantMap[props.variant]??props.variant??\"KxM5FKyHQ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,arPSJ6fXg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KxM5FKyHQ\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"PHnUDG97u-hover\")return true;if(baseVariant===\"PHnUDG97u\")return true;return false;};const isDisplayed1=()=>{if([\"iCN6_Ec0x-hover\",\"jU7AwDfcK-hover\",\"PHnUDG97u-hover\"].includes(gestureVariant))return false;if([\"iCN6_Ec0x\",\"jU7AwDfcK\",\"PHnUDG97u\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(gestureVariant===\"jU7AwDfcK-hover\")return true;if(baseVariant===\"jU7AwDfcK\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"iCN6_Ec0x-hover\")return true;if(baseVariant===\"iCN6_Ec0x\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:arPSJ6fXg,motionChild:true,nodeId:\"KxM5FKyHQ\",openInNewTab:true,scopeId:\"SwH37JHre\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1fu8928\",className,classNames)} framer-1gyl5or`,\"data-framer-name\":\"Dyson\",layoutDependency:layoutDependency,layoutId:\"KxM5FKyHQ\",ref:refBinding,style:{backgroundColor:\"var(--token-c5b2e18a-1e6f-4234-80ae-aa785cc26fc9, rgb(244, 243, 222))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"iCN6_Ec0x-hover\":{\"data-framer-name\":undefined},\"jU7AwDfcK-hover\":{\"data-framer-name\":undefined},\"KxM5FKyHQ-hover\":{\"data-framer-name\":undefined},\"PHnUDG97u-hover\":{\"data-framer-name\":undefined},iCN6_Ec0x:{\"data-framer-name\":\"Nespresso\"},jU7AwDfcK:{\"data-framer-name\":\"SMEG\"},PHnUDG97u:{\"data-framer-name\":\"PAPER&TEA\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:512,pixelHeight:1536,pixelWidth:1024,src:\"https://framerusercontent.com/images/ykcpZn88Fvduna08WyK0NhazA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ykcpZn88Fvduna08WyK0NhazA.png?scale-down-to=1024 682w,https://framerusercontent.com/images/ykcpZn88Fvduna08WyK0NhazA.png 1024w\"},className:\"framer-u4iev7\",\"data-framer-name\":\"Paper&TeaProdukt\",layoutDependency:layoutDependency,layoutId:\"E8NJ6t5m5\",style:{opacity:.65,rotate:2},variants:{\"PHnUDG97u-hover\":{opacity:1,rotate:6}},...addPropertyOverrides({PHnUDG97u:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||200)-304),pixelHeight:1536,pixelWidth:1024,sizes:\"120.8201px\",src:\"https://framerusercontent.com/images/ykcpZn88Fvduna08WyK0NhazA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ykcpZn88Fvduna08WyK0NhazA.png?scale-down-to=1024 682w,https://framerusercontent.com/images/ykcpZn88Fvduna08WyK0NhazA.png 1024w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:512,pixelHeight:1536,pixelWidth:1024,src:\"https://framerusercontent.com/images/iWKgl71lNY6QJTLf9vhEfPSZso.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/iWKgl71lNY6QJTLf9vhEfPSZso.png?scale-down-to=1024 682w,https://framerusercontent.com/images/iWKgl71lNY6QJTLf9vhEfPSZso.png 1024w\"},className:\"framer-wynjsc\",\"data-framer-name\":\"Paper&Tea\",layoutDependency:layoutDependency,layoutId:\"o7ov8KI_2\",style:{opacity:.65,rotate:-2},variants:{\"PHnUDG97u-hover\":{opacity:1,rotate:-8}},...addPropertyOverrides({PHnUDG97u:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-57),pixelHeight:1536,pixelWidth:1024,sizes:\"120.8201px\",src:\"https://framerusercontent.com/images/iWKgl71lNY6QJTLf9vhEfPSZso.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/iWKgl71lNY6QJTLf9vhEfPSZso.png?scale-down-to=1024 682w,https://framerusercontent.com/images/iWKgl71lNY6QJTLf9vhEfPSZso.png 1024w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-42),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} + 46px)`,src:\"https://framerusercontent.com/images/ri85hjQ2Xzu4cMIOLGlZ3CBOaI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ri85hjQ2Xzu4cMIOLGlZ3CBOaI.png?scale-down-to=512 512w,https://framerusercontent.com/images/ri85hjQ2Xzu4cMIOLGlZ3CBOaI.png 1024w\"},className:\"framer-fb4g8y\",\"data-framer-name\":\"Dyson vaccum\",layoutDependency:layoutDependency,layoutId:\"IOjZcSgXb\",style:{opacity:.65,rotate:0,scale:1},variants:{\"KxM5FKyHQ-hover\":{opacity:1,rotate:10,scale:1.05}},...addPropertyOverrides({\"KxM5FKyHQ-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-51),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} + 46px)`,src:\"https://framerusercontent.com/images/ri85hjQ2Xzu4cMIOLGlZ3CBOaI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ri85hjQ2Xzu4cMIOLGlZ3CBOaI.png?scale-down-to=512 512w,https://framerusercontent.com/images/ri85hjQ2Xzu4cMIOLGlZ3CBOaI.png 1024w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-yuplh3\",\"data-framer-name\":\"Dyson logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"B_boUogCJ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 49\"><path d=\"M 18.101 24.113 C 18.101 27.337 15.515 29.916 12.283 29.916 C 9.051 29.916 6.465 27.337 6.465 24.113 C 6.465 20.889 9.051 18.311 12.283 18.311 L 18.101 18.311 Z M 24.566 0.258 L 18.101 0.258 L 18.101 11.992 L 12.283 11.992 C 5.56 11.992 0.129 17.408 0.129 24.113 C 0.129 30.818 5.56 36.234 12.283 36.234 C 19.006 36.234 24.436 30.818 24.436 24.113 L 24.436 11.992 Z M 88.824 29.916 C 92.057 29.916 94.642 27.337 94.642 24.113 C 94.642 20.889 92.057 18.311 88.824 18.311 C 85.592 18.311 83.006 20.889 83.006 24.113 C 83.135 27.337 85.721 29.916 88.824 29.916 M 76.8 24.113 C 76.8 17.408 82.23 11.992 88.954 11.992 C 95.677 11.992 101.107 17.408 101.107 24.113 C 101.107 30.818 95.677 36.234 88.954 36.234 C 82.23 36.234 76.8 30.818 76.8 24.113 M 121.406 24.113 C 121.406 21.018 118.82 18.439 115.717 18.439 C 112.614 18.439 110.028 21.018 110.028 24.113 L 110.028 35.718 L 103.693 35.718 L 103.693 24.113 C 103.693 17.408 109.123 11.992 115.846 11.992 C 122.57 11.992 128 17.408 128 24.113 L 128 35.718 L 121.665 35.718 C 121.406 35.718 121.406 25.661 121.406 24.113 M 61.931 19.987 C 61.026 19.342 61.285 18.311 62.836 17.924 C 64.776 17.408 68.137 17.795 70.982 19.084 L 73.956 14.958 C 72.663 13.926 69.818 12.508 65.681 12.25 C 65.681 12.25 58.699 11.347 55.855 16.634 C 55.855 16.634 53.398 21.534 58.311 24.629 C 61.285 26.434 66.457 27.208 68.137 27.982 C 69.43 28.755 69.042 30.174 67.103 30.561 C 63.741 31.334 59.345 29.4 57.923 28.368 L 54.82 32.624 C 56.889 34.171 59.475 35.589 63.612 36.234 C 63.612 36.234 70.206 37.395 73.826 32.882 C 74.473 32.108 77.446 26.563 71.499 23.339 C 68.396 21.663 63.483 20.889 61.931 19.987 M 32.194 40.361 C 32.453 40.489 35.426 42.553 38.271 42.553 C 45.253 42.682 45.64 35.461 45.64 33.784 C 44.347 35.203 41.632 36.105 39.952 36.105 C 33.228 36.105 27.927 30.947 27.927 24.242 L 27.927 12.508 L 34.263 12.508 L 34.263 24.242 C 34.263 27.337 36.848 29.916 39.952 29.916 C 43.055 29.916 45.64 27.337 45.64 24.242 L 45.64 12.508 L 51.976 12.508 L 51.976 24.242 C 51.976 34.687 52.493 45.389 42.279 47.839 C 34.651 49.645 29.22 44.874 28.832 44.616 Z\" fill=\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65)) /* {&quot;name&quot;:&quot;600&quot;} */\"></path></svg>',svgContentId:9109251433,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||200)-191),pixelHeight:1024,pixelWidth:1024,sizes:\"195px\",src:\"https://framerusercontent.com/images/fPTPvTUPi9r3Tcz7X0lDv46RbwY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/fPTPvTUPi9r3Tcz7X0lDv46RbwY.png?scale-down-to=512 512w,https://framerusercontent.com/images/fPTPvTUPi9r3Tcz7X0lDv46RbwY.png 1024w\"},className:\"framer-hcgt47\",\"data-framer-name\":\"Dyson Venti\",layoutDependency:layoutDependency,layoutId:\"quyAYYTor\",style:{opacity:.65,rotate:0},variants:{\"KxM5FKyHQ-hover\":{opacity:1,rotate:10}}}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/W6vSm0XqWGqPMhEnxYQ874PLYSM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/W6vSm0XqWGqPMhEnxYQ874PLYSM.png?scale-down-to=512 512w,https://framerusercontent.com/images/W6vSm0XqWGqPMhEnxYQ874PLYSM.png 1024w\"},className:\"framer-1qfca9n\",\"data-framer-name\":\"SMEG Wasserkocher\",layoutDependency:layoutDependency,layoutId:\"c_BTsm3Zo\",style:{opacity:.65,rotate:0},variants:{\"jU7AwDfcK-hover\":{opacity:1,rotate:-5}},...addPropertyOverrides({jU7AwDfcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||200)-124),pixelHeight:1024,pixelWidth:1024,sizes:\"127px\",src:\"https://framerusercontent.com/images/W6vSm0XqWGqPMhEnxYQ874PLYSM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/W6vSm0XqWGqPMhEnxYQ874PLYSM.png?scale-down-to=512 512w,https://framerusercontent.com/images/W6vSm0XqWGqPMhEnxYQ874PLYSM.png 1024w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-f6vxgj\",\"data-framer-name\":\"Partner Logo-2\",fill:\"black\",intrinsicHeight:36,intrinsicWidth:175,layoutDependency:layoutDependency,layoutId:\"rCF34fgFH\",svg:'<svg width=\"175\" height=\"36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M79.314 10.029c-.364-1.466-.91-3.115-4.366-3.115-3.456 0-4.002 1.282-4.002 2.382 0 3.848 15.463 1.1 15.463 10.078 0 7.147-6.913 8.43-10.733 8.43-5.64 0-11.643-1.833-11.825-8.43h6.731c0 2.016 1.274 3.482 5.276 3.482 3.274 0 4.184-1.65 4.184-2.566 0-4.03-15.281-.916-15.281-10.078 0-3.482 2.183-8.063 10.005-8.063 4.73 0 10.551 1.1 11.097 8.063h-6.55v-.183Zm43.295 16.858h-6.549v-14.66c0-3.664-1.637-4.764-3.456-4.764-3.274 0-4.366 2.016-4.366 4.948v14.476h-6.367v-14.66c0-2.015 0-4.947-3.82-4.947-3.093 0-4.002 2.016-4.002 4.764v14.843H87.5V2.7h6.185v3.48h.182c.728-1.465 2.547-4.214 6.913-4.214 3.638 0 5.093 1.283 6.912 3.848.91-1.1 2.547-3.848 6.549-3.848 4.73 0 8.55 2.749 8.55 8.063v16.858h-.182Zm25.286-6.963c-1.637 5.864-6.549 7.696-10.733 7.696-6.913 0-12.188-3.298-12.188-13.193 0-2.932 1.091-12.278 11.824-12.278 4.912 0 11.643 2.2 11.643 13.377v1.1h-16.918c.182 1.832.546 5.863 5.821 5.863 1.819 0 3.638-.916 4.184-2.565h6.367Zm-6.367-7.513c-.364-3.848-2.911-5.13-4.912-5.13-3.092 0-4.729 1.832-5.093 5.13h10.005Zm32.744-10.445v22.173c0 4.031-.363 10.811-12.37 10.811-5.093 0-10.369-2.016-10.733-6.963h7.095c.364 1.1.728 2.382 4.548 2.382 3.456 0 5.093-1.65 5.093-5.314v-2.749h-.181c-1.092 1.833-2.729 3.482-6.549 3.482-6.003 0-10.551-3.848-10.551-12.094 0-8.063 4.729-12.095 10.187-12.095 4.548 0 6.367 2.566 7.276 4.032h.182V1.966h6.003Zm-12.006 18.141c4.366 0 5.458-3.482 5.458-6.78 0-3.848-2.002-6.78-5.458-6.78-2.365 0-5.093 1.65-5.093 7.147 0 2.931 1.273 6.413 5.093 6.413Zm-145.712 6.78c0 4.398-3.456 7.88-7.822 7.88S.91 31.285.91 26.887c-.182-4.398 3.456-8.063 7.822-8.063 4.184 0 7.822 3.665 7.822 8.063Zm15.645 0c0 4.398-3.457 7.88-7.823 7.88-4.366 0-7.822-3.482-7.822-7.88s3.456-8.063 7.822-8.063S32.2 22.49 32.2 26.888Zm15.826 0c0 4.398-3.456 7.88-7.822 7.88s-7.823-3.482-7.823-7.88 3.457-7.88 7.823-7.88c4.366-.182 7.822 3.482 7.822 7.88Z\" fill=\"#434341\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.199 10.945c0 4.398-3.457 7.88-7.823 7.88-4.366 0-7.822-3.482-7.822-7.88s3.456-7.88 7.822-7.88 7.823 3.482 7.823 7.88Zm15.826 0c0 4.398-3.456 7.88-7.822 7.88s-7.823-3.482-7.823-7.88 3.457-7.88 7.823-7.88c4.366 0 7.822 3.482 7.822 7.88Zm15.826 0c0 4.398-3.456 7.88-7.822 7.88s-7.822-3.482-7.822-7.88 3.456-7.88 7.822-7.88c4.184 0 7.822 3.482 7.822 7.88Z\" fill=\"#434341\"/></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/jtEILizlitEKHBTdH8uzQA0MY74.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jtEILizlitEKHBTdH8uzQA0MY74.png?scale-down-to=512 512w,https://framerusercontent.com/images/jtEILizlitEKHBTdH8uzQA0MY74.png 1024w\"},className:\"framer-1rkl2sz\",\"data-framer-name\":\"SMEG Toaster\",layoutDependency:layoutDependency,layoutId:\"o9s8AIYMs\",style:{opacity:.65,rotate:0},variants:{\"jU7AwDfcK-hover\":{opacity:1,rotate:5}},...addPropertyOverrides({jU7AwDfcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-39.5),pixelHeight:1024,pixelWidth:1024,sizes:\"157px\",src:\"https://framerusercontent.com/images/jtEILizlitEKHBTdH8uzQA0MY74.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jtEILizlitEKHBTdH8uzQA0MY74.png?scale-down-to=512 512w,https://framerusercontent.com/images/jtEILizlitEKHBTdH8uzQA0MY74.png 1024w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-vmovld\",\"data-framer-name\":\"Partner Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BZV9Q953y\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 173 21\"><path d=\"M 0 10.455 L 0 20.487 L 4.147 20.487 L 4.147 11.792 L 7.05 12.157 C 9.835 12.521 10.072 12.4 11.79 10.394 C 14.16 7.658 14.219 4.923 12.086 2.309 C 10.605 0.484 10.427 0.424 5.273 0.424 L 0 0.424 Z M 8.887 6.2 L 8.887 8.935 L 4.147 8.935 L 4.147 3.464 L 8.887 3.464 Z M 19.729 5.105 C 18.248 10.881 16.234 17.933 15.641 19.453 C 15.286 20.426 15.582 20.548 18.129 20.365 L 21.033 20.182 L 20.855 17.569 L 20.618 15.015 L 26.068 15.015 L 26.068 20.486 L 28.735 20.486 C 30.216 20.486 31.401 20.304 31.401 20 C 31.401 19.758 30.216 15.319 28.794 10.152 L 26.068 0.545 L 20.855 0.545 L 19.729 5.104 Z M 24.587 6.929 C 24.765 8.206 25.121 9.787 25.239 10.516 C 25.535 11.61 25.18 11.975 23.343 11.732 C 20.973 11.428 21.151 12.036 22.158 8.267 C 23.047 4.924 23.995 3.89 24.587 6.929 Z M 36.733 10.455 L 36.733 20.487 L 41.473 20.487 L 41.473 11.792 L 44.02 12.157 C 46.39 12.521 46.805 12.339 48.464 10.577 C 51.071 7.78 51.071 4.68 48.523 2.187 C 46.805 0.545 46.39 0.424 41.71 0.424 L 36.733 0.424 Z M 45.62 6.2 L 45.62 8.935 L 41.176 8.935 L 41.354 6.2 C 41.591 3.525 41.65 3.464 43.605 3.464 C 45.62 3.464 45.62 3.464 45.62 6.2 Z M 55.514 10.273 L 55.633 20.182 L 61.557 20.365 L 67.541 20.548 L 67.541 16.839 L 59.839 16.839 L 59.839 11.247 L 62.505 11.489 C 65.053 11.672 65.171 11.611 65.171 10.031 C 65.171 8.45 64.993 8.329 62.505 8.329 L 59.839 8.329 L 59.839 3.465 L 63.572 3.465 C 67.126 3.465 67.245 3.403 67.245 1.944 C 67.245 0.425 67.245 0.425 61.32 0.425 L 55.396 0.425 Z M 73.466 10.455 L 73.466 20.487 L 78.383 20.487 L 77.968 15.927 L 77.554 11.367 L 81.76 11.367 L 81.76 20.486 L 84.486 20.486 C 86.855 20.486 87.211 20.304 86.915 19.393 C 86.737 18.845 86.085 16.656 85.552 14.589 C 84.486 10.82 84.486 10.82 85.789 9.361 C 87.744 7.234 87.507 4.68 85.137 2.37 C 83.241 0.485 83.004 0.425 78.324 0.425 L 73.466 0.425 Z M 82.353 5.896 C 82.353 8.327 82.353 8.327 79.983 8.327 C 77.613 8.327 77.613 8.327 77.613 5.896 C 77.613 3.465 77.613 3.465 79.983 3.465 C 82.353 3.465 82.353 3.465 82.353 5.896 Z M 121.455 1.944 C 121.455 3.343 121.692 3.464 124.122 3.464 L 126.847 3.464 L 126.728 11.793 L 126.669 20.182 L 128.802 20.365 L 130.935 20.548 L 130.935 3.464 L 133.305 3.464 C 135.438 3.464 135.675 3.281 135.675 1.944 L 135.675 0.425 L 121.455 0.425 Z M 140.414 10.455 L 140.414 20.487 L 152.856 20.487 L 152.856 16.838 L 144.858 16.838 L 144.917 14.285 L 144.976 11.67 L 147.761 11.67 C 150.368 11.67 150.486 11.61 150.486 9.968 C 150.486 8.388 150.368 8.327 147.642 8.327 L 144.858 8.327 L 144.858 3.465 L 148.531 3.465 C 152.145 3.465 152.264 3.403 152.264 1.944 C 152.264 0.425 152.264 0.425 146.339 0.425 L 140.414 0.425 Z M 159.966 9.361 C 158.603 14.346 157.359 18.845 157.181 19.393 C 156.885 20.304 157.3 20.486 159.61 20.486 L 162.336 20.486 L 162.336 15.015 L 167.668 15.015 L 167.668 20.486 L 170.393 20.486 C 172.941 20.486 173.118 20.426 172.704 19.089 C 172.526 18.359 171.934 16.352 171.519 14.711 C 171.104 13.009 169.978 9.118 169.09 6.017 L 167.49 0.425 L 162.454 0.425 Z M 166.068 6.93 C 166.246 8.206 166.542 9.726 166.779 10.274 C 167.135 11.246 166.838 11.367 164.705 11.367 C 162.573 11.367 162.276 11.185 162.632 10.273 C 162.81 9.726 163.343 8.206 163.698 6.929 C 164.113 5.713 164.705 4.68 165.061 4.68 C 165.416 4.68 165.89 5.714 166.068 6.929 Z M 100.719 5.714 C 99.475 7.902 99.475 8.145 100.364 9.726 C 101.193 11.307 101.193 11.55 100.127 13.677 C 98.586 16.595 98.646 16.9 100.601 18.845 C 101.904 20.121 102.852 20.486 104.926 20.486 C 107.177 20.486 107.77 20.244 109.191 18.359 C 110.376 16.839 110.732 15.927 110.317 15.44 C 110.021 15.015 109.547 14.103 109.369 13.313 C 109.014 12.34 109.191 11.975 109.843 11.975 C 110.376 11.975 110.791 11.55 110.791 11.063 C 110.791 10.334 110.021 10.152 107.296 10.152 C 103.326 10.152 101.963 9.239 103.089 7.173 C 103.445 6.443 103.978 5.896 104.274 5.896 C 105.459 5.896 106.644 6.686 106.644 7.477 C 106.644 8.388 108.777 8.632 109.251 7.78 C 109.488 7.477 109.132 6.383 108.599 5.349 C 107.651 3.647 107.236 3.464 104.748 3.464 C 102.2 3.464 101.904 3.647 100.719 5.713 Z M 106.644 14.042 C 106.644 14.833 106.822 15.927 106.999 16.474 C 107.296 17.264 106.881 17.447 104.926 17.447 C 102.556 17.447 102.497 17.386 102.497 15.44 C 102.497 12.948 102.793 12.583 104.985 12.583 C 106.348 12.583 106.644 12.827 106.644 14.042 Z\" fill=\"rgb(67,67,65)\"></path></svg>',svgContentId:9041999679,withExternalLayout:true,...addPropertyOverrides({PHnUDG97u:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 173 21\"><path d=\"M 0 10.478 L 0 20.509 L 4.147 20.509 L 4.147 11.814 L 7.05 12.179 C 9.835 12.544 10.072 12.422 11.79 10.416 C 14.16 7.681 14.219 4.945 12.086 2.331 C 10.605 0.507 10.427 0.446 5.273 0.446 L 0 0.446 Z M 8.887 6.077 L 8.887 8.813 L 4.147 8.813 L 4.147 3.342 L 8.887 3.342 Z M 19.729 5.122 C 18.248 10.898 16.234 17.95 15.641 19.47 C 15.286 20.442 15.582 20.564 18.129 20.381 L 21.033 20.199 L 20.855 17.585 L 20.618 15.031 L 26.068 15.031 L 26.068 20.503 L 28.735 20.503 C 30.216 20.503 31.401 20.321 31.401 20.016 C 31.401 19.774 30.216 15.336 28.794 10.168 L 26.068 0.562 L 20.855 0.562 L 19.729 5.121 Z M 24.587 6.728 C 24.765 8.004 25.121 9.585 25.239 10.314 C 25.535 11.409 25.18 11.774 23.343 11.531 C 20.973 11.226 21.151 11.835 22.158 8.066 C 23.047 4.722 23.995 3.688 24.587 6.728 Z M 36.733 10.478 L 36.733 20.509 L 41.473 20.509 L 41.473 11.814 L 44.02 12.179 C 46.39 12.544 46.805 12.361 48.464 10.599 C 51.071 7.802 51.071 4.702 48.523 2.209 C 46.805 0.567 46.39 0.446 41.71 0.446 L 36.733 0.446 Z M 45.62 6.077 L 45.62 8.813 L 41.176 8.813 L 41.354 6.077 C 41.591 3.402 41.65 3.342 43.605 3.342 C 45.62 3.342 45.62 3.342 45.62 6.077 Z M 55.514 10.295 L 55.633 20.205 L 61.557 20.387 L 67.541 20.57 L 67.541 16.861 L 59.839 16.861 L 59.839 11.269 L 62.505 11.511 C 65.053 11.694 65.171 11.633 65.171 10.053 C 65.171 8.472 64.993 8.351 62.505 8.351 L 59.839 8.351 L 59.839 3.487 L 63.572 3.487 C 67.126 3.487 67.245 3.426 67.245 1.966 C 67.245 0.447 67.245 0.447 61.32 0.447 L 55.396 0.447 Z M 73.466 10.478 L 73.466 20.509 L 78.383 20.509 L 77.968 15.949 L 77.554 11.39 L 81.76 11.39 L 81.76 20.508 L 84.486 20.508 C 86.855 20.508 87.211 20.327 86.915 19.415 C 86.737 18.867 86.085 16.678 85.552 14.611 C 84.486 10.843 84.486 10.843 85.789 9.383 C 87.744 7.256 87.507 4.703 85.137 2.392 C 83.241 0.507 83.004 0.447 78.324 0.447 L 73.466 0.447 Z M 82.353 5.773 C 82.353 8.205 82.353 8.205 79.983 8.205 C 77.613 8.205 77.613 8.205 77.613 5.773 C 77.613 3.342 77.613 3.342 79.983 3.342 C 82.353 3.342 82.353 3.342 82.353 5.773 Z M 121.455 1.966 C 121.455 3.365 121.692 3.486 124.122 3.486 L 126.847 3.486 L 126.728 11.815 L 126.669 20.205 L 128.802 20.387 L 130.935 20.57 L 130.935 3.486 L 133.305 3.486 C 135.438 3.486 135.675 3.304 135.675 1.966 L 135.675 0.447 L 121.455 0.447 Z M 140.414 10.478 L 140.414 20.509 L 152.856 20.509 L 152.856 16.86 L 144.858 16.86 L 144.917 14.307 L 144.976 11.692 L 147.761 11.692 C 150.368 11.692 150.486 11.632 150.486 9.991 C 150.486 8.41 150.368 8.349 147.642 8.349 L 144.858 8.349 L 144.858 3.487 L 148.531 3.487 C 152.145 3.487 152.264 3.426 152.264 1.966 C 152.264 0.447 152.264 0.447 146.339 0.447 L 140.414 0.447 Z M 159.966 9.383 C 158.603 14.368 157.359 18.867 157.181 19.415 C 156.885 20.327 157.3 20.508 159.61 20.508 L 162.336 20.508 L 162.336 15.037 L 167.668 15.037 L 167.668 20.508 L 170.393 20.508 C 172.941 20.508 173.118 20.448 172.704 19.111 C 172.526 18.381 171.934 16.375 171.519 14.733 C 171.104 13.031 169.978 9.14 169.09 6.039 L 167.49 0.447 L 162.454 0.447 Z M 166.068 6.749 C 166.246 8.026 166.542 9.546 166.779 10.093 C 167.135 11.066 166.838 11.187 164.705 11.187 C 162.573 11.187 162.276 11.004 162.632 10.092 C 162.81 9.546 163.343 8.026 163.698 6.749 C 164.113 5.533 164.705 4.5 165.061 4.5 C 165.416 4.5 165.89 5.534 166.068 6.749 Z M 100.719 5.592 C 99.475 7.78 99.475 8.023 100.364 9.604 C 101.193 11.184 101.193 11.427 100.127 13.555 C 98.586 16.473 98.646 16.777 100.601 18.722 C 101.904 19.999 102.852 20.364 104.926 20.364 C 107.177 20.364 107.77 20.121 109.191 18.236 C 110.376 16.716 110.732 15.805 110.317 15.318 C 110.021 14.892 109.547 13.98 109.369 13.191 C 109.014 12.217 109.191 11.853 109.843 11.853 C 110.376 11.853 110.791 11.427 110.791 10.94 C 110.791 10.212 110.021 10.029 107.296 10.029 C 103.326 10.029 101.963 9.117 103.089 7.05 C 103.445 6.32 103.978 5.773 104.274 5.773 C 105.459 5.773 106.644 6.563 106.644 7.354 C 106.644 8.266 108.777 8.509 109.251 7.658 C 109.488 7.354 109.132 6.261 108.599 5.227 C 107.651 3.524 107.236 3.342 104.748 3.342 C 102.2 3.342 101.904 3.524 100.719 5.591 Z M 106.644 13.485 C 106.644 14.276 106.822 15.37 106.999 15.918 C 107.296 16.708 106.881 16.89 104.926 16.89 C 102.556 16.89 102.497 16.829 102.497 14.884 C 102.497 12.391 102.793 12.026 104.985 12.026 C 106.348 12.026 106.644 12.27 106.644 13.486 Z\" fill=\"rgb(67,67,65)\"></path></svg>',svgContentId:10738493852}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-jd45as\",\"data-framer-name\":\"Nespresso\",fill:'var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65)) /* {\"name\":\"600\"} */',intrinsicHeight:141,intrinsicWidth:639,layoutDependency:layoutDependency,layoutId:\"eWSZViD4o\",svg:'<svg width=\"639\" height=\"141\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#434341\"><path d=\"M113.628 34.032s1.671 1.869 1.671 4.558v32.568c-9.726-11.52-18.343-24.528-28.373-36.245-3.723-4.499-10.804-12.036-13.51-14.331C55.835 3.364 26.915-4.538 0 4.959v1.095c9.225-2.006 21.184-1.292 32.932 3.45 8.814 3.236 21.366 13.038 28.63 22.02 9.392 10.698 29.392 38.22 29.392 38.22 11.489 14.924 21.625 28.494 33.357 42.628V38.59c.031-2.69 1.672-4.559 1.672-4.559\"/><path d=\"M61.35 107.661s-1.672-1.854-1.672-4.559V70.52c9.711 11.52 18.358 24.543 28.388 36.26 3.724 4.483 10.76 12.036 13.495 14.346 17.598 17.218 46.472 25.12 73.417 15.592v-1.079c-9.225 1.976-21.2 1.307-32.932-3.48-8.799-3.237-21.367-13.009-28.616-21.991-9.407-10.714-29.406-38.22-29.406-38.22-11.504-14.923-21.64-28.524-33.388-42.612v73.766c0 2.705-1.672 4.559-1.672 4.559\"/><path d=\"M152.646 100.186c9.908.988 21.99-.532 31.701-.79l.015 8.221h-52.384s1.611-1.702 1.611-4.559V38.684c0-2.842-1.611-4.605-1.611-4.605h52.384l-.015 8.222c-9.711-.168-21.793-1.748-31.701-.73 0 0-.031 22.735-.031 24.285 8.146.502 17.705.578 25.349-.38V74.2c-7.477-.699-17.279-.836-25.318-.41v2.796m90.836-39.616v9.24c-3.83-1.626-5.988-2.811-10.015-3.906-3.146-.699-16.808-3.92-23.297 2.918-2.766 2.766-3.601 7.842 1.824 11.793 7.766 4.985 18.768 7.295 27.841 14.68 5.927 4.681 7.826 10.198 6.307 18.632-1.52 8.571-10.927 15.486-19.285 17.248-12.234 2.462-25.987 1.307-36.868-3.297l.045-9.103c10.03 4.194 25.592 9.528 35.303 1.048 2.583-2.446 4.225-5.896 2.857-9.483-2.234-6.58-20.167-10.5-31.108-18.661-10.866-6.672-9.894-18.13-6.11-24.437 10.243-15.35 36.23-11.11 52.506-6.672Zm27.843 6.455-.076 27.629c6.398.425 13.996 1.14 18.373-3.967 3.738-4.954 3.131-14.544.623-19.011-4.392-7.447-18.92-4.65-18.92-4.65Zm.076 59.618c0 2.842 1.626 4.59 1.626 4.59l-22.385-.031s1.656-1.702 1.656-4.559V38.669c0-2.842-1.656-4.605-1.656-4.605h37.004c9.286.334 16.504 4.605 19.559 13.601 2.31 7.888 2.006 18.115-3.617 24.528-7.492 9.94-32.233 8.48-32.233 8.48m61.841-37.346v24.817c6.322 0 13.981.835 18.373-4.24 3.739-4.97 3.1-11.368.623-15.912-4.392-7.4-18.996-4.665-18.996-4.665Zm.121 33.904v25.805c.016 2.842 1.642 4.605 1.642 4.605l-22.401-.046s1.611-1.702 1.626-4.559l-.015-64.375c0-2.842-1.611-4.604-1.611-4.604h38.206c10.379.44 21.367 6.17 21.686 18.646.121 10.182-4.392 16.064-11.185 19.316-1.292.608-1.201.456-1.642.76 4.818 11.2 9.179 19.452 14.985 30.257 1.185 2.842 3.525 4.559 3.525 4.559h-23.145s1.399-1.717-.03-4.559c0 0-8.222-19.376-12.082-25.805m59.986 22.955c9.909.988 22.021-.532 31.686-.79l.045 8.221h-52.46s1.642-1.702 1.642-4.559V38.684c0-2.842-1.642-4.605-1.642-4.605h52.46l-.045 8.222c-9.665-.168-21.777-1.748-31.686-.73l-.015 24.285c8.13.502 17.689.578 25.288-.38V74.2c-7.462-.699-17.234-.836-25.288-.41l.015 2.796M493.7 36.97v9.24c-3.799-1.626-5.973-2.811-10.015-3.906-3.176-.699-16.777-3.92-23.312 2.918-2.736 2.766-3.556 7.842 1.915 11.793 7.705 4.985 18.722 7.295 27.765 14.68 5.942 4.681 7.856 10.198 6.352 18.632-1.55 8.571-10.912 15.486-19.315 17.248-12.234 2.462-25.987 1.307-36.899-3.297l.076-9.103c10.015 4.194 25.592 9.528 35.257 1.048 2.675-2.446 4.286-5.896 2.888-9.483-2.173-6.58-20.136-10.5-31.093-18.661-10.881-6.672-9.894-18.13-6.094-24.437 10.242-15.35 36.214-11.11 52.475-6.672Zm62.321 0v9.24c-3.86-1.626-5.988-2.811-10.061-3.906-3.161-.699-16.762-3.92-23.251 2.918-2.781 2.766-3.602 7.842 1.869 11.793 7.69 4.985 18.738 7.295 27.78 14.68 5.942 4.681 7.842 10.198 6.337 18.632-1.519 8.571-10.941 15.486-19.3 17.248-12.218 2.462-26.002 1.307-36.898-3.297l.045-9.103c10.061 4.194 25.623 9.528 35.318 1.048 2.629-2.446 4.24-5.896 2.827-9.483-2.173-6.58-20.106-10.5-31.078-18.661-10.866-6.672-9.863-18.13-6.124-24.437 10.273-15.35 36.275-11.11 52.536-6.672ZM600.8 98.537c2.082 0 17.173.638 17.051-29.452-.106-27.932-14.787-27.096-17.188-27.096h.046c-2.401 0-17.082-.836-17.203 27.096-.137 30.09 14.954 29.452 17.02 29.452h.274Zm.061 10.242c-5 .076-37.674-1.048-37.674-38.28.137-37.112 32.476-37.613 37.476-37.583 5.03-.03 37.354.471 37.415 37.582.091 37.233-32.613 38.357-37.612 38.281\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h639v141H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:1024,pixelHeight:1536,pixelWidth:1024,src:\"https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png\",srcSet:\"https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png?scale-down-to=1024 682w,https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png 1024w\"},className:\"framer-7afmzn\",\"data-framer-name\":\"Nespresso L&L\",layoutDependency:layoutDependency,layoutId:\"SRK5dPNCs\",style:{opacity:.65,rotate:0},variants:{\"iCN6_Ec0x-hover\":{opacity:1,rotate:4}},...addPropertyOverrides({\"iCN6_Ec0x-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-44.9886),pixelHeight:1536,pixelWidth:1024,sizes:`calc(${(componentViewport?.height||200)- -90} / 1.5)`,src:\"https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png\",srcSet:\"https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png?scale-down-to=1024 682w,https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png 1024w\"}},iCN6_Ec0x:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-59),pixelHeight:1536,pixelWidth:1024,sizes:`calc(${(componentViewport?.height||200)- -70} / 1.5)`,src:\"https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png\",srcSet:\"https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png?scale-down-to=1024 682w,https://framerusercontent.com/images/J2zvx1ua9uAW7Cb5tdFsJqyp98.png 1024w\"}}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZZec3.framer-1gyl5or, .framer-ZZec3 .framer-1gyl5or { display: block; }\",\".framer-ZZec3.framer-1fu8928 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 200px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 200px; }\",\".framer-ZZec3 .framer-u4iev7 { aspect-ratio: 0.6666666666666666 / 1; bottom: -57px; flex: none; height: var(--framer-aspect-ratio-supported, 361px); left: -6px; overflow: visible; position: absolute; width: 121px; z-index: 0; }\",\".framer-ZZec3 .framer-wynjsc { aspect-ratio: 0.6666666666666666 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 361px); overflow: visible; position: absolute; right: 9px; top: -57px; width: 121px; z-index: 1; }\",\".framer-ZZec3 .framer-fb4g8y { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 246px); left: -40px; overflow: visible; position: absolute; right: -5px; top: -42px; z-index: 0; }\",\".framer-ZZec3 .framer-yuplh3 { flex: none; height: 49px; position: relative; width: 128px; z-index: 1; }\",\".framer-ZZec3 .framer-hcgt47 { aspect-ratio: 1 / 1; bottom: -4px; flex: none; height: var(--framer-aspect-ratio-supported, 195px); overflow: visible; position: absolute; right: -56px; width: 195px; z-index: 0; }\",\".framer-ZZec3 .framer-1qfca9n { aspect-ratio: 1 / 1; bottom: -3px; flex: none; height: var(--framer-aspect-ratio-supported, 127px); left: -8px; overflow: visible; position: absolute; width: 127px; z-index: 1; }\",\".framer-ZZec3 .framer-f6vxgj { aspect-ratio: 4.861111111111111 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; width: 175px; z-index: 1; }\",\".framer-ZZec3 .framer-1rkl2sz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 157px); overflow: visible; position: absolute; right: -36px; top: -39px; width: 157px; z-index: 0; }\",\".framer-ZZec3 .framer-vmovld { flex: none; height: 21px; position: relative; width: 173px; }\",\".framer-ZZec3 .framer-jd45as { aspect-ratio: 4.531914893617022 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); position: relative; width: 97%; z-index: 1; }\",\".framer-ZZec3 .framer-7afmzn { aspect-ratio: 0.6666666666666666 / 1; bottom: -11px; flex: none; overflow: visible; position: absolute; right: -3px; top: -59px; width: var(--framer-aspect-ratio-supported, 180px); z-index: 0; }\",\".framer-ZZec3.framer-v-1g95q7q .framer-jd45as { height: var(--framer-aspect-ratio-supported, 43px); order: 5; }\",\".framer-ZZec3.framer-v-1g95q7q .framer-7afmzn { order: 10; }\",\".framer-ZZec3.framer-v-jfnubk .framer-1qfca9n { order: 5; }\",\".framer-ZZec3.framer-v-jfnubk .framer-f6vxgj { order: 6; }\",\".framer-ZZec3.framer-v-jfnubk .framer-1rkl2sz { order: 7; }\",\".framer-ZZec3.framer-v-1sz58h .framer-u4iev7 { height: var(--framer-aspect-ratio-supported, 181px); order: 0; }\",\".framer-ZZec3.framer-v-1sz58h .framer-wynjsc { height: var(--framer-aspect-ratio-supported, 181px); order: 1; }\",\".framer-ZZec3.framer-v-1sz58h .framer-vmovld { order: 8; }\",\".framer-ZZec3.framer-v-1fu8928.hover .framer-fb4g8y { left: -18px; right: -27px; top: -51px; }\",\".framer-ZZec3.framer-v-1g95q7q.hover .framer-jd45as { order: 9; }\",\".framer-ZZec3.framer-v-1g95q7q.hover .framer-7afmzn { bottom: -45px; right: -3px; top: -45px; width: var(--framer-aspect-ratio-supported, 193px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"iCN6_Ec0x\":{\"layout\":[\"fixed\",\"fixed\"]},\"jU7AwDfcK\":{\"layout\":[\"fixed\",\"fixed\"]},\"PHnUDG97u\":{\"layout\":[\"fixed\",\"fixed\"]},\"FuhkQVABg\":{\"layout\":[\"fixed\",\"fixed\"]},\"G1318KjKU\":{\"layout\":[\"fixed\",\"fixed\"]},\"sPAqtesda\":{\"layout\":[\"fixed\",\"fixed\"]},\"pzQW5jSOE\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"arPSJ6fXg\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSwH37JHre=withCSS(Component,css,\"framer-ZZec3\");export default FramerSwH37JHre;FramerSwH37JHre.displayName=\"ProductCard\";FramerSwH37JHre.defaultProps={height:200,width:200};addPropertyControls(FramerSwH37JHre,{variant:{options:[\"KxM5FKyHQ\",\"iCN6_Ec0x\",\"jU7AwDfcK\",\"PHnUDG97u\"],optionTitles:[\"Dyson\",\"Nespresso\",\"SMEG\",\"PAPER&TEA\"],title:\"Variant\",type:ControlType.Enum},arPSJ6fXg:{title:\"Link\",type:ControlType.Link}});addFonts(FramerSwH37JHre,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSwH37JHre\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"200\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"200\",\"framerVariables\":\"{\\\"arPSJ6fXg\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iCN6_Ec0x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jU7AwDfcK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PHnUDG97u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FuhkQVABg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"G1318KjKU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sPAqtesda\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pzQW5jSOE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SwH37JHre.map", "// Generated by Framer (99f3353)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Rufina-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Rufina\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rufina/v15/Yq6W-LyURyLy-aKKHztAucxenxE0SA.woff2\",weight:\"700\"}]}];export const css=[\".framer-L2Jz9 .framer-styles-preset-33ywzb:not(.rich-text-wrapper), .framer-L2Jz9 .framer-styles-preset-33ywzb.rich-text-wrapper h2 { --framer-font-family: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, #434341); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 767px) and (min-width: 320px) { .framer-L2Jz9 .framer-styles-preset-33ywzb:not(.rich-text-wrapper), .framer-L2Jz9 .framer-styles-preset-33ywzb.rich-text-wrapper h2 { --framer-font-family: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-family-bold: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, #434341); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 319px) and (min-width: 0px) { .framer-L2Jz9 .framer-styles-preset-33ywzb:not(.rich-text-wrapper), .framer-L2Jz9 .framer-styles-preset-33ywzb.rich-text-wrapper h2 { --framer-font-family: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-family-bold: \\\"Rufina\\\", \\\"Rufina Placeholder\\\", serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 23px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, #434341); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-L2Jz9\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCodeBoundaryForOverrides,withCSS,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ML2P8tpN3NMgUZoox0ho/Carousel.js\";import FavoriteApartmentCard from\"#framer/local/canvasComponent/KaAh7UUkw/KaAh7UUkw.js\";import Button,*as ButtonInfo from\"#framer/local/canvasComponent/l3DPjkCtk/l3DPjkCtk.js\";import FeatureTabs from\"#framer/local/canvasComponent/nA3HEP_h1/nA3HEP_h1.js\";import FAQ from\"#framer/local/canvasComponent/NH0R8sgKq/NH0R8sgKq.js\";import Testimonial from\"#framer/local/canvasComponent/pn73KNFq3/pn73KNFq3.js\";import ProductCard from\"#framer/local/canvasComponent/SwH37JHre/SwH37JHre.js\";import BookingForm from\"#framer/local/codeFile/FaRtWOO/BookingForm.js\";import{withToggleNav}from\"#framer/local/codeFile/WXq9in_/OpenNavbar.js\";import*as sharedStyle from\"#framer/local/css/AuILLD3QH/AuILLD3QH.js\";import*as sharedStyle1 from\"#framer/local/css/dWkvdYNTF/dWkvdYNTF.js\";import*as sharedStyle3 from\"#framer/local/css/fASVAPYKj/fASVAPYKj.js\";import*as sharedStyle4 from\"#framer/local/css/fNSFnlaFw/fNSFnlaFw.js\";import*as sharedStyle9 from\"#framer/local/css/Fpv87XQel/Fpv87XQel.js\";import*as sharedStyle6 from\"#framer/local/css/gcue49qDu/gcue49qDu.js\";import*as sharedStyle5 from\"#framer/local/css/GvUUkNq6G/GvUUkNq6G.js\";import*as sharedStyle7 from\"#framer/local/css/iyoPUCioB/iyoPUCioB.js\";import*as sharedStyle8 from\"#framer/local/css/RnadAeNMy/RnadAeNMy.js\";import*as sharedStyle2 from\"#framer/local/css/venWofIDY/venWofIDY.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const FeatherFonts=getFonts(Feather);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const BookingFormFonts=getFonts(BookingForm);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonFonts=getFonts(Button);const ButtonWithToggleNavf55pr6WithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"uOgmXMMRD\",override:withToggleNav,scopeId:\"augiA20Il\"}),ButtonInfo);const VideoFonts=getFonts(Video);const FavoriteApartmentCardFonts=getFonts(FavoriteApartmentCard);const ButtonWithToggleNavefu146WithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"ds5qfHf3V\",override:withToggleNav,scopeId:\"augiA20Il\"}),ButtonInfo);const ProductCardFonts=getFonts(ProductCard);const FeatureTabsFonts=getFonts(FeatureTabs);const TestimonialFonts=getFonts(Testimonial);const CarouselFonts=getFonts(Carousel);const FAQFonts=getFonts(FAQ);const breakpoints={b9b7SNgxV:\"(min-width: 810px) and (max-width: 1199px)\",TufB4TeuJ:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Cx1t0\";const variantClassNames={b9b7SNgxV:\"framer-v-waqhz0\",TufB4TeuJ:\"framer-v-1indai7\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.1,delay:1.2,duration:.6,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:175};const transition2={bounce:.1,delay:.6,duration:.6,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:.1,delay:.4,duration:.6,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:.1,delay:.2,duration:.6,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={bounce:.1,delay:.8,duration:.6,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:.1,delay:1,duration:.6,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition7={bounce:.1,delay:.3,duration:.8,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.985,skewX:0,skewY:0,x:0,y:24};const transition8={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation10={opacity:1,rotate:2,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition8};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation11={opacity:1,rotate:-2,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition8};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"TufB4TeuJ\",Tablet:\"b9b7SNgxV\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"b9b7SNgxV\",\"TufB4TeuJ\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"b9b7SNgxV\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"b9b7SNgxV\")return true;return false;};const router=useRouter();const isDisplayed3=()=>{if(!isBrowser())return true;if([\"b9b7SNgxV\",\"TufB4TeuJ\"].includes(baseVariant))return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, rgb(250, 249, 234)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aa47yu\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wcqq6c\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f76t10\",\"data-framer-name\":\"Booking Form & Icons\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tpwcc2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-i7wsx1\",\"data-framer-appear-id\":\"i7wsx1\",\"data-framer-name\":\"Icon Container\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{animate:animation2,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-1otqubh\",\"data-framer-appear-id\":\"1otqubh\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b3oph1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"txZCXXrt0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"lock\",id:\"txZCXXrt0\",layoutId:\"txZCXXrt0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy03MDA=\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\"},children:\"Sichere Bezahlung\"})}),className:\"framer-b54bo0\",fonts:[\"GF;PT Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{animate:animation3,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-168fgme\",\"data-framer-appear-id\":\"168fgme\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uzdo70-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Gaipc7ZPc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"credit-card\",id:\"Gaipc7ZPc\",layoutId:\"Gaipc7ZPc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy03MDA=\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\"},children:\"Bestpreisgarantie auf der Webseite\"})}),className:\"framer-z5mcwe\",fonts:[\"GF;PT Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{animate:animation4,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-uodm7y\",\"data-framer-appear-id\":\"uodm7y\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yjkkyc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LhNVmiVxo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"LhNVmiVxo\",layoutId:\"LhNVmiVxo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy03MDA=\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\"},children:\"Bis zu 24h vor Anreise kostenfrei stornieren\"})}),className:\"framer-q4d6x5\",fonts:[\"GF;PT Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{animate:animation5,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-1jcbry2\",\"data-framer-appear-id\":\"1jcbry2\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wzsujv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lIfU4OUCK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"smartphone\",id:\"lIfU4OUCK\",layoutId:\"lIfU4OUCK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy03MDA=\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\"},children:\"Digitaler Check-In\"})}),className:\"framer-116cg9s\",fonts:[\"GF;PT Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-5xaw0n-container hidden-waqhz0 hidden-1indai7\",\"data-framer-appear-id\":\"5xaw0n\",initial:animation7,isAuthoredByUser:true,nodeId:\"y5oGFPIZt\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BookingForm,{device:\"Desktop\",height:\"100%\",id:\"y5oGFPIZt\",layoutId:\"y5oGFPIZt\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ijbnes\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yn5h8n\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-waflgj\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-18bqd3s\",\"data-styles-preset\":\"AuILLD3QH\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, rgb(250, 249, 234))\"},children:[\"Dein stilvolles Zuhause auf Zeit \u2013 bei \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-77748031-fbf1-45b9-b510-b70401764333, rgb(215, 195, 122))\"},children:\"Louis & Louise\"}),\" Apartments.\"]})}),className:\"framer-1afoays\",\"data-framer-appear-id\":\"1afoays\",fonts:[\"Inter\"],initial:animation9,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-el7aia\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{y:undefined},TufB4TeuJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+0+0+0+0+517.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f55pr6-container\",nodeId:\"uOgmXMMRD\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonWithToggleNavf55pr6WithMappedReactProps1v1ipky,{height:\"100%\",id:\"uOgmXMMRD\",layoutId:\"uOgmXMMRD\",tTn_ESx0t:\"Jetzt buchen!\",variant:\"s0zCxkEE8\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lck4zq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PyqmMk5As\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"PyqmMk5As\",isMixedBorderRadius:false,layoutId:\"PyqmMk5As\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/jzGmOd5L0mNtkZvsNJgdygqpg9c.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/VwZNf5TSkZfwIzqckdYA6SsPSck.mp4\",srcType:\"Upload\",srcUrl:\"https://cdn.juliusbackes.com/L&L_Webseite_Hero_Video.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18uf9vv\",\"data-framer-name\":\"Trust\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1prsuxf\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mayp89\",\"data-styles-preset\":\"dWkvdYNTF\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hunderte G\\xe4ste best\\xe4tigen unsere Spitzenbewertungen jedes Jahr.\"})}),className:\"framer-21jscz\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t6m704\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hle5t0\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2hgbo5\",\"data-framer-name\":\"Google Logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-o3t3f5\",\"data-framer-name\":\"Clip path group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:39,intrinsicWidth:38,svg:'<svg width=\"38\" height=\"39\" viewBox=\"0 0 38 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_359_623\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"38\" height=\"39\">\\n<path d=\"M37.7707 0H0V39H37.7707V0Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_359_623)\">\\n<path d=\"M37.7707 19.9478C37.7707 18.6223 37.6644 17.2895 37.4378 15.9855H19.2641V23.4946H29.6713C29.2394 25.9164 27.8519 28.0589 25.8199 29.4201V34.2924H32.0289C35.675 30.8961 37.7707 25.8806 37.7707 19.9478Z\" fill=\"#4285F4\"/>\\n<path d=\"M19.2641 38.9999C24.4606 38.9999 28.8431 37.2731 32.0359 34.2923L25.827 29.42C24.0995 30.6095 21.8694 31.2831 19.2711 31.2831C14.2445 31.2831 9.98249 27.8508 8.45326 23.2366H2.04605V28.2592C5.31692 34.8443 11.979 38.9999 19.2641 38.9999Z\" fill=\"#34A853\"/>\\n<path d=\"M8.44617 23.2366C7.63907 20.8147 7.63907 18.1923 8.44617 15.7705V10.7477H2.04606C-0.686739 16.2577 -0.686739 22.7493 2.04606 28.2592L8.44617 23.2366Z\" fill=\"#FBBC04\"/>\\n<path d=\"M19.2641 7.71685C22.011 7.67387 24.6659 8.71997 26.6553 10.6403L32.1563 5.0729C28.6731 1.7626 24.05 -0.0573499 19.2641 -2.8696e-05C11.979 -2.8696e-05 5.31692 4.15577 2.04605 10.7477L8.44617 15.7705C9.96831 11.149 14.2374 7.71685 19.2641 7.71685Z\" fill=\"#EA4335\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x8stc6\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gzqose\",\"data-framer-name\":\"Rating\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mqo4e9\",\"data-styles-preset\":\"venWofIDY\",children:\"4,8\"})}),className:\"framer-1u1rs97\",\"data-framer-name\":\"Rating Value\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17x0sz7\",\"data-framer-name\":\"Star Container\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 25\"><g transform=\"translate(0 0.5)\"><path d=\"M 0 24 L 0 0 L 128 0 L 128 24 Z\" fill=\"transparent\"></path><path d=\"M 12 2 L 15.09 8.26 L 22 9.27 L 17 14.14 L 18.18 21.02 L 12 17.77 L 5.82 21.02 L 7 14.14 L 2 9.27 L 8.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 38 2 L 41.09 8.26 L 48 9.27 L 43 14.14 L 44.18 21.02 L 38 17.77 L 31.82 21.02 L 33 14.14 L 28 9.27 L 34.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 64 2 L 67.09 8.26 L 74 9.27 L 69 14.14 L 70.18 21.02 L 64 17.77 L 57.82 21.02 L 59 14.14 L 54 9.27 L 60.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 90 2 L 93.09 8.26 L 100 9.27 L 95 14.14 L 96.18 21.02 L 90 17.77 L 83.82 21.02 L 85 14.14 L 80 9.27 L 86.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 116 2 L 119.09 8.26 L 126 9.27 L 121 14.14 L 122.18 21.02 L 116 17.77 L 109.82 21.02 L 111 14.14 L 106 9.27 L 112.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:10263436722,withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lyezlv\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hjgnkv\",\"data-framer-name\":\"AirBnB\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{background:{alt:\"\",fit:\"fill\",pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/irKGIukfZCGyXgVYMRk9bLHuU.png\"}},TufB4TeuJ:{background:{alt:\"\",fit:\"fill\",pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/irKGIukfZCGyXgVYMRk9bLHuU.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+64+144+.5+0+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/irKGIukfZCGyXgVYMRk9bLHuU.png\"},className:\"framer-1yxsl5k\",\"data-framer-name\":\"AirBnB 1\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aljpho\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15pjhlg\",\"data-framer-name\":\"Rating\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mqo4e9\",\"data-styles-preset\":\"venWofIDY\",children:\"4,9\"})}),className:\"framer-217gsk\",\"data-framer-name\":\"Rating Value\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-i0ctp\",\"data-framer-name\":\"Star Container\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 25\"><g transform=\"translate(0 0.5)\"><path d=\"M 0 24 L 0 0 L 128 0 L 128 24 Z\" fill=\"transparent\"></path><path d=\"M 12 2 L 15.09 8.26 L 22 9.27 L 17 14.14 L 18.18 21.02 L 12 17.77 L 5.82 21.02 L 7 14.14 L 2 9.27 L 8.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 38 2 L 41.09 8.26 L 48 9.27 L 43 14.14 L 44.18 21.02 L 38 17.77 L 31.82 21.02 L 33 14.14 L 28 9.27 L 34.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 64 2 L 67.09 8.26 L 74 9.27 L 69 14.14 L 70.18 21.02 L 64 17.77 L 57.82 21.02 L 59 14.14 L 54 9.27 L 60.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 90 2 L 93.09 8.26 L 100 9.27 L 95 14.14 L 96.18 21.02 L 90 17.77 L 83.82 21.02 L 85 14.14 L 80 9.27 L 86.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 116 2 L 119.09 8.26 L 126 9.27 L 121 14.14 L 122.18 21.02 L 116 17.77 L 109.82 21.02 L 111 14.14 L 106 9.27 L 112.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:10263436722,withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17dor5g\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16u0r9n\",\"data-framer-name\":\"Booking\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{background:{alt:\"\",fit:\"fill\",pixelHeight:151,pixelWidth:151,src:\"https://framerusercontent.com/images/0OcGaZLkeZsiDhSOD30sQmQfzfQ.png\"}},TufB4TeuJ:{background:{alt:\"\",fit:\"fill\",pixelHeight:151,pixelWidth:151,src:\"https://framerusercontent.com/images/0OcGaZLkeZsiDhSOD30sQmQfzfQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+64+144+.5+0+0),pixelHeight:151,pixelWidth:151,src:\"https://framerusercontent.com/images/0OcGaZLkeZsiDhSOD30sQmQfzfQ.png\"},className:\"framer-1r3z6th\",\"data-framer-name\":\"Booking 1\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y5y4wf\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-th2lfd\",\"data-framer-name\":\"Rating\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mqo4e9\",\"data-styles-preset\":\"venWofIDY\",children:\"8,9\"})}),className:\"framer-1r9b6la\",\"data-framer-name\":\"Rating Value\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-j9l0we\",\"data-framer-name\":\"Star Container\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 25\"><g transform=\"translate(0 0.5)\"><path d=\"M 0 24 L 0 0 L 128 0 L 128 24 Z\" fill=\"transparent\"></path><path d=\"M 12 2 L 15.09 8.26 L 22 9.27 L 17 14.14 L 18.18 21.02 L 12 17.77 L 5.82 21.02 L 7 14.14 L 2 9.27 L 8.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 38 2 L 41.09 8.26 L 48 9.27 L 43 14.14 L 44.18 21.02 L 38 17.77 L 31.82 21.02 L 33 14.14 L 28 9.27 L 34.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 64 2 L 67.09 8.26 L 74 9.27 L 69 14.14 L 70.18 21.02 L 64 17.77 L 57.82 21.02 L 59 14.14 L 54 9.27 L 60.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 90 2 L 93.09 8.26 L 100 9.27 L 95 14.14 L 96.18 21.02 L 90 17.77 L 83.82 21.02 L 85 14.14 L 80 9.27 L 86.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 116 2 L 119.09 8.26 L 126 9.27 L 121 14.14 L 122.18 21.02 L 116 17.77 L 109.82 21.02 L 111 14.14 L 106 9.27 L 112.91 8.26 Z\" fill=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-width=\"2\" stroke=\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:10263436722,withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15iufl6\",\"data-framer-name\":\"Favorite Apartments\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mm5plp\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16iapn3\",\"data-framer-name\":\"Favorite Apartments Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ar2bnn\",\"data-framer-name\":\"Section Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1foquvm\",\"data-framer-name\":\"Tagline Wrapper\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ogosog\",\"data-styles-preset\":\"fASVAPYKj\",style:{\"--framer-text-color\":\"var(--token-7631f9a5-18b6-490e-be69-8533d6bab61e, rgb(147, 133, 65))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Finde dein Apartment.\"})})}),className:\"framer-1uulvkh\",\"data-framer-name\":\"Tagline\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w7kwwx\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-33ywzb\",\"data-styles-preset\":\"GvUUkNq6G\",style:{\"--framer-text-color\":\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\"},children:\"Entdecke unsere Favoriten.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wlb0zv\",\"data-styles-preset\":\"fNSFnlaFw\",style:{\"--framer-text-color\":\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\"},children:\"Entdecke unsere Favoriten.\"})}),className:\"framer-kupfs1\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7lgvri\",\"data-styles-preset\":\"gcue49qDu\",style:{\"--framer-text-color\":\"var(--token-497b2d6d-9eb5-4bd4-81f6-44825bdb2f47, rgb(89, 88, 74))\"},children:\"Unsere Apartments bieten einzigartigen Charme, modernen Komfort und eine erstklassige Lage \u2013 f\\xfcr unvergessliche Aufenthalte in Bremen.\"})}),className:\"framer-1pxs5bd\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vx1egi\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{height:undefined,width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 64px, 1300px), 1200px) - 96px)`,y:undefined},TufB4TeuJ:{width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 32px, 1300px), 1200px) - 64px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:379,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 64px, 1300px), 1200px) - 224px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+0+1311+0+0+0+0+112+328.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17dntzo-container\",nodeId:\"tY9PiNJnz\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FavoriteApartmentCard,{height:\"100%\",id:\"tY9PiNJnz\",layoutId:\"tY9PiNJnz\",onP__Zv9Z:addImageAlt({pixelHeight:1075,pixelWidth:1613,src:\"https://framerusercontent.com/images/mFh92P4P54BNzyLjvq7TAsCEiiI.jpg\",srcSet:\"https://framerusercontent.com/images/mFh92P4P54BNzyLjvq7TAsCEiiI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mFh92P4P54BNzyLjvq7TAsCEiiI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mFh92P4P54BNzyLjvq7TAsCEiiI.jpg 1613w\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\",XH5dQcKo7:\"Deluxe Room\",zTyTD5D4y:\"Gem\\xfctliches Zimmer mit Bad, ideal zum Entspannen. (Bgm.-Smidt-Str. 70)\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{height:undefined,width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 64px, 1300px), 1200px) - 96px)`,y:undefined},TufB4TeuJ:{width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 32px, 1300px), 1200px) - 64px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:379,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 64px, 1300px), 1200px) - 224px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+0+1311+0+0+0+0+112+328.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bsmd3m-container\",nodeId:\"mC1bqpoht\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation11,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(FavoriteApartmentCard,{height:\"100%\",id:\"mC1bqpoht\",layoutId:\"mC1bqpoht\",onP__Zv9Z:addImageAlt({pixelHeight:1080,pixelWidth:1080,src:\"https://framerusercontent.com/images/moZzERXr7723rxfquyPBSFAs0I8.jpg\",srcSet:\"https://framerusercontent.com/images/moZzERXr7723rxfquyPBSFAs0I8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/moZzERXr7723rxfquyPBSFAs0I8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/moZzERXr7723rxfquyPBSFAs0I8.jpg 1080w\"},\"\"),style:{width:\"100%\"},width:\"100%\",XH5dQcKo7:\"Apartment Double\",zTyTD5D4y:\"Komfort-Apartment mit K\\xfcchenzeile und Bad. (Bgm.-Smidt-Str. 76)\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 32px, 1300px), 1200px) - 64px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:379,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 64px, 1300px), 1200px) - 224px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+0+1311+0+0+0+0+112+328.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nw9rk7-container hidden-waqhz0\",nodeId:\"nYkLe2iSc\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FavoriteApartmentCard,{height:\"100%\",id:\"nYkLe2iSc\",layoutId:\"nYkLe2iSc\",onP__Zv9Z:addImageAlt({pixelHeight:1080,pixelWidth:1080,src:\"https://framerusercontent.com/images/Edl9UjlZ5cNPA1U97Hc1QAIZs.jpg\",srcSet:\"https://framerusercontent.com/images/Edl9UjlZ5cNPA1U97Hc1QAIZs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Edl9UjlZ5cNPA1U97Hc1QAIZs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Edl9UjlZ5cNPA1U97Hc1QAIZs.jpg 1080w\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\",XH5dQcKo7:\"Deluxe Loft\",zTyTD5D4y:\"Loft mit Wohn-/Essbereich, K\\xfcche, Schlafzimmer und Bad. (Am Wall 58/60)\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 32px, 1300px), 1200px) - 64px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:379,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 64px, 1300px), 1200px) - 224px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+0+1311+0+0+0+0+112+328.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tbfdcq-container hidden-waqhz0\",nodeId:\"x_BMy2VjN\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation11,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FavoriteApartmentCard,{height:\"100%\",id:\"x_BMy2VjN\",layoutId:\"x_BMy2VjN\",onP__Zv9Z:addImageAlt({pixelHeight:3944,pixelWidth:7008,src:\"https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg\",srcSet:\"https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg 7008w\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\",XH5dQcKo7:\"Penthouse\",zTyTD5D4y:\"Exklusives Penthouse mit K\\xfcche, 2 Schlafzimmern und 2 B\\xe4dern. (Bgm.-Smidt-Str. 76)\"})})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p2wxyl hidden-72rtr7 hidden-1indai7\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 64px, 1300px), 1200px) - 96px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:379,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9zdzne-container\",nodeId:\"J9X3ZI8Xn\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(FavoriteApartmentCard,{height:\"100%\",id:\"J9X3ZI8Xn\",layoutId:\"J9X3ZI8Xn\",onP__Zv9Z:addImageAlt({pixelHeight:1080,pixelWidth:1080,src:\"https://framerusercontent.com/images/Edl9UjlZ5cNPA1U97Hc1QAIZs.jpg\",srcSet:\"https://framerusercontent.com/images/Edl9UjlZ5cNPA1U97Hc1QAIZs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Edl9UjlZ5cNPA1U97Hc1QAIZs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Edl9UjlZ5cNPA1U97Hc1QAIZs.jpg 1080w\"},\"\"),style:{width:\"100%\"},width:\"100%\",XH5dQcKo7:\"Deluxe Apartment\",zTyTD5D4y:\"Ger\\xe4umiges Studio mit moderner Ausstattung.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 64px, 1300px), 1200px) - 96px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:379,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1niells-container\",nodeId:\"HJcVdfzBX\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(FavoriteApartmentCard,{height:\"100%\",id:\"HJcVdfzBX\",layoutId:\"HJcVdfzBX\",onP__Zv9Z:addImageAlt({pixelHeight:3944,pixelWidth:7008,src:\"https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg\",srcSet:\"https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/L2PDmtpTWmwDXGEqf0OPt1FtZmk.jpg 7008w\"},\"\"),style:{width:\"100%\"},width:\"100%\",XH5dQcKo7:\"Deluxe Penthouse\",zTyTD5D4y:\"Luxuri\\xf6ses Penthouse-Apartment mit Terrasse.\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17el044\",\"data-framer-name\":\"Actions\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{y:undefined},TufB4TeuJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+1311+0+0+0+0+112+787.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-efu146-container\",nodeId:\"ds5qfHf3V\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonWithToggleNavefu146WithMappedReactProps1v1ipky,{height:\"100%\",id:\"ds5qfHf3V\",layoutId:\"ds5qfHf3V\",tTn_ESx0t:\"Jetzt buchen!\",variant:\"Ro8ouR3DL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cuIYznShp\"},implicitPathVariables:undefined},{href:{webPageId:\"cuIYznShp\"},implicitPathVariables:undefined},{href:{webPageId:\"cuIYznShp\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{y:undefined},TufB4TeuJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+1311+0+0+0+0+112+787.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wvz8si-container\",nodeId:\"VOzrGMV8D\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{uyfpBhyoq:resolvedLinks[1]},TufB4TeuJ:{uyfpBhyoq:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"VOzrGMV8D\",layoutId:\"VOzrGMV8D\",tTn_ESx0t:\"Mehr erfahren\",uyfpBhyoq:resolvedLinks[0],variant:\"HkQzBYgVH\",width:\"100%\"})})})})})})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tpd3cr\",\"data-framer-name\":\"Partners\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rarx8n\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UnVmaW5hLTcwMA==\",\"--framer-font-family\":'\"Rufina\", \"Rufina Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"Ausstattung, die begeistert. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'sups' on\",\"--framer-font-weight\":\"400\"},children:\"1\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UnVmaW5hLTcwMA==\",\"--framer-font-family\":'\"Rufina\", \"Rufina Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:\"Ausstattung, die begeistert. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'sups' on\",\"--framer-font-weight\":\"400\"},children:\"1\"})]})}),className:\"framer-skrsi3\",\"data-framer-name\":\"Title\",fonts:[\"GF;Rufina-700\",\"GF;PT Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qhht47\",\"data-framer-name\":\"Partner Logos\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{y:undefined},TufB4TeuJ:{width:`calc((${componentViewport?.width||\"100vw\"} - 48px) / 1.71)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"200px\",y:(componentViewport?.y||0)+0+0+0+2370.6+80+105.6+48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gcjfuf-container\",nodeId:\"XrNvs9pqS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ProductCard,{arPSJ6fXg:\"https://www.dyson.de/de\",height:\"100%\",id:\"XrNvs9pqS\",layoutId:\"XrNvs9pqS\",style:{height:\"100%\",width:\"100%\"},variant:\"KxM5FKyHQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{y:undefined},TufB4TeuJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"200px\",y:(componentViewport?.y||0)+0+0+0+2370.6+80+105.6+48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kmi349-container\",nodeId:\"nDTRO9eZD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ProductCard,{arPSJ6fXg:\"https://www.nespresso.com/de/de\",height:\"100%\",id:\"nDTRO9eZD\",layoutId:\"nDTRO9eZD\",style:{height:\"100%\",width:\"100%\"},variant:\"iCN6_Ec0x\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{y:undefined},TufB4TeuJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"200px\",y:(componentViewport?.y||0)+0+0+0+2370.6+80+105.6+48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13srbsd-container\",nodeId:\"mwZurxng5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ProductCard,{arPSJ6fXg:\"https://www.smeg.com/de\",height:\"100%\",id:\"mwZurxng5\",layoutId:\"mwZurxng5\",style:{height:\"100%\",width:\"100%\"},variant:\"jU7AwDfcK\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{y:undefined},TufB4TeuJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"200px\",y:(componentViewport?.y||0)+0+0+0+2370.6+80+105.6+48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1njs266-container\",nodeId:\"lD0pEgfYR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ProductCard,{arPSJ6fXg:\"https://www.paperandtea.de/\",height:\"100%\",id:\"lD0pEgfYR\",layoutId:\"lD0pEgfYR\",style:{height:\"100%\",width:\"100%\"},variant:\"PHnUDG97u\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f9u1h8\",\"data-framer-name\":\"FeaturesSection\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5741hj\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-flbzsa\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w5nk6h\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wlb0zv\",\"data-styles-preset\":\"fNSFnlaFw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\"},children:\"Dein Aufenthalt, perfekt abgestimmt.\"})}),className:\"framer-j6f80h\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7lgvri\",\"data-styles-preset\":\"gcue49qDu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, rgb(250, 249, 234))\"},children:\"Erfahre, wie Louis & Louise Familien, Gesch\\xe4ftsreisende und Entdecker gleicherma\\xdfen mit unvergleichlichem Komfort und durchdachter Ausstattung begeistert.\"})}),className:\"framer-1l4bjog\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 64px)`,y:undefined},TufB4TeuJ:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:713,width:\"1072px\",y:(componentViewport?.y||0)+0+0+0+2900.2+0+0+112+296.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xhnrc1-container\",id:\"1xhnrc1\",nodeId:\"VSjFnONY3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{variant:\"Dj9s3IcjN\"},TufB4TeuJ:{variant:\"GdM0cB8wl\"}},children:/*#__PURE__*/_jsx(FeatureTabs,{height:\"100%\",id:\"VSjFnONY3\",layoutId:\"VSjFnONY3\",style:{width:\"100%\"},variant:\"R_6_WVdrY\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-408bh0\",\"data-framer-name\":\"Testimonial Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q3c00w\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i9u10o\",\"data-framer-name\":\"Section Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wlb0zv\",\"data-styles-preset\":\"fNSFnlaFw\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\"},children:\"Was unsere G\\xe4ste sagen ...\"})}),className:\"framer-1psu2bh\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7lgvri\",\"data-styles-preset\":\"gcue49qDu\",style:{\"--framer-text-alignment\":\"left\"},children:\"Echte Stimmen, echte Erlebnisse: Lesen Sie, warum unsere G\\xe4ste Louis & Louise lieben und sich immer wieder f\\xfcr uns entscheiden.\"})}),className:\"framer-1hyo4kq\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ggm94m\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-uuu6vz\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zprehs-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Cda3HRKOv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TufB4TeuJ:{paddingLeft:4,paddingRight:4,sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:1,widthInset:0,widthType:\"stretch\"}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:16,height:\"100%\",id:\"Cda3HRKOv\",layoutId:\"Cda3HRKOv\",padding:10,paddingBottom:48,paddingLeft:10,paddingPerSide:true,paddingRight:10,paddingTop:48,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"var(--token-fde7e6f6-f744-4a6b-a7a7-cbef56d0e8c5, rgb(248, 247, 230))\",dotsGap:10,dotsInset:0,dotSize:8,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:233,width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-3yd6sd-container\",inComponentSlot:true,nodeId:\"BawyiCPGS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{cnv0WNXaa:'\"Modern, gem\\xfctlich und perfekt gelegen \u2013 ich h\\xe4tte mir keine bessere Unterkunft w\\xfcnschen k\\xf6nnen!\"',height:\"100%\",id:\"BawyiCPGS\",layoutId:\"BawyiCPGS\",style:{width:\"100%\"},UjAh3y17Z:\"Anna Fischer\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:233,width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gseri9-container\",inComponentSlot:true,nodeId:\"bhGcEw6wI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{cnv0WNXaa:'\"Ein traumhaftes Apartment mit erstklassigem Service. Wir haben uns wie zu Hause gef\\xfchlt.\"',height:\"100%\",id:\"bhGcEw6wI\",layoutId:\"bhGcEw6wI\",QPBiCHe7Y:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/u4ci4ei4uCbsk2Lx4J78MDbA.png\",srcSet:\"https://framerusercontent.com/images/u4ci4ei4uCbsk2Lx4J78MDbA.png?scale-down-to=512 512w,https://framerusercontent.com/images/u4ci4ei4uCbsk2Lx4J78MDbA.png 1024w\"},\"\"),style:{width:\"100%\"},UjAh3y17Z:\"Daniel Becker\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:233,width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ubrxfl-container\",inComponentSlot:true,nodeId:\"UWkzV3vGL\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{cnv0WNXaa:'\"Super komfortabel und extrem kinderfreundlich. Unsere Familie war absolut begeistert!\"',height:\"100%\",id:\"UWkzV3vGL\",layoutId:\"UWkzV3vGL\",QPBiCHe7Y:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/lrMDWkEzSxMiRb5ag5YfYs7qwpM.png\",srcSet:\"https://framerusercontent.com/images/lrMDWkEzSxMiRb5ag5YfYs7qwpM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lrMDWkEzSxMiRb5ag5YfYs7qwpM.png 1024w\"},\"\"),style:{width:\"100%\"},UjAh3y17Z:\"Familie Weber\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:233,width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5qehb9-container\",inComponentSlot:true,nodeId:\"R92kmOsrd\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{cnv0WNXaa:'\"Zentrale Lage, wundersch\\xf6nes Design und perfekter Komfort. Jederzeit gerne wieder!\"',height:\"100%\",id:\"R92kmOsrd\",layoutId:\"R92kmOsrd\",QPBiCHe7Y:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/3J0teyTkOhDCERaT5qfzNNtOvuE.png\",srcSet:\"https://framerusercontent.com/images/3J0teyTkOhDCERaT5qfzNNtOvuE.png?scale-down-to=512 512w,https://framerusercontent.com/images/3J0teyTkOhDCERaT5qfzNNtOvuE.png 1024w\"},\"\"),style:{width:\"100%\"},UjAh3y17Z:\"Laura Hoffmann\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:233,width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14nco0n-container\",inComponentSlot:true,nodeId:\"tWC6hWI5o\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{cnv0WNXaa:'\"Exzellenter Aufenthalt mit pers\\xf6nlicher Note. Alles war unkompliziert und hochwertig.\"',height:\"100%\",id:\"tWC6hWI5o\",layoutId:\"tWC6hWI5o\",QPBiCHe7Y:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/qihhRAe4U1b4EuIOqdQSU2wgP8.png\",srcSet:\"https://framerusercontent.com/images/qihhRAe4U1b4EuIOqdQSU2wgP8.png?scale-down-to=512 512w,https://framerusercontent.com/images/qihhRAe4U1b4EuIOqdQSU2wgP8.png 1024w\"},\"\"),style:{width:\"100%\"},UjAh3y17Z:\"Michael Keller\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:233,width:\"600px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-tg9vn2-container\",inComponentSlot:true,nodeId:\"JSfSR3Rtv\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{cnv0WNXaa:'\"Das Deluxe Penthouse war ein Traum! Toller Ausblick, stilvolle Einrichtung und exzellenter Service.\"',height:\"100%\",id:\"JSfSR3Rtv\",layoutId:\"JSfSR3Rtv\",QPBiCHe7Y:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/B5CWHxlRGQbRbZHftu8rAntDk.png\",srcSet:\"https://framerusercontent.com/images/B5CWHxlRGQbRbZHftu8rAntDk.png?scale-down-to=512 512w,https://framerusercontent.com/images/B5CWHxlRGQbRbZHftu8rAntDk.png 1024w\"},\"\"),style:{width:\"100%\"},UjAh3y17Z:\"Sophie Neumann\",width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-psh5av\",\"data-framer-name\":\"FAQ Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hwkyfz\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-97toxi\",\"data-framer-name\":\"Section Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sesb2\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wlb0zv\",\"data-styles-preset\":\"fNSFnlaFw\",style:{\"--framer-text-color\":\"var(--token-73569e17-bcdf-4069-8204-c5f862a99937, rgb(15, 85, 104))\"},children:\"Fragen & Antworten\"})}),className:\"framer-11z0uhs\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UFQgU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"PT Sans\", \"PT Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a5a3e852-984d-4443-a67d-10d7f6529950, rgb(67, 67, 65))\"},children:[\"Du hast noch Fragen? Z\\xf6gere nicht uns eine Mail an \",/*#__PURE__*/_jsx(Link,{href:\"mailto:Louis & Louise<hello@louisandlouise.de>\",motionChild:true,nodeId:\"lec19JdbF\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"hello@louisandlouise.\"})})}),/*#__PURE__*/_jsx(\"strong\",{children:\"de\"}),/*#__PURE__*/_jsx(Link,{href:\"emailto:Louis & Louise<hello@louisandlouise.de>\",motionChild:true,nodeId:\"lec19JdbF\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-5ugdfc\",\"data-styles-preset\":\"iyoPUCioB\",children:\" \"})}),\"zu schreiben.\"]})}),className:\"framer-bvgv9y\",\"data-framer-name\":\"Description\",fonts:[\"GF;PT Sans-regular\",\"GF;PT Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c6gfeq\",\"data-framer-name\":\"Actions\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9m8lm8\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6312q7\",\"data-styles-preset\":\"RnadAeNMy\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UMMUT04nV\"},motionChild:true,nodeId:\"I151:135;4179:8938\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-5ugdfc\",\"data-styles-preset\":\"iyoPUCioB\",children:\"Kontakt aufnehmen\"})})})}),className:\"framer-iq4f24\",\"data-framer-name\":\"Button\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cdnasl\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-114o5f5\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"12\" viewBox=\"0 0 8 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.70703 11.8383L7.41403 6.13132L1.70703 0.424316L0.29303 1.83832L4.58603 6.13132L0.29303 10.4243L1.70703 11.8383Z\" fill=\"#59584A\"/>\\n</svg>\\n',withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m0bvdt\",\"data-framer-name\":\"FAQ Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{width:`max(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px), 1px)`,y:undefined},TufB4TeuJ:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, 1px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,width:`max(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 580px, 1px)`,y:(componentViewport?.y||0)+0+0+0+4768.4+112+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e5c792-container\",nodeId:\"Y9gdWm0Kl\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQ,{ajXTlewxF:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Der Check-in erfolgt ab 15:00 Uhr und der Check-out bis 10:00 Uhr. Ein fr\\xfcherer Check-in oder sp\\xe4terer Check-out ist auf Anfrage m\\xf6glich.\"}),/*#__PURE__*/_jsx(\"p\",{children:\" \"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UMMUT04nV\"},motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Kontakt aufnehmen\"})})})}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:\"mailto:Louis & Louise<hello@louisandlouise.de>\",motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"hello@louisandlouise.de\"})})})}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:\"tel:+4942180715150\",motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"+49 (0)421 80715150\"})})})})]}),cCqSW0QC7:\"Wie funktioniert der digitale Check-in?\",EMfHLh7f5:\"Sind Haustiere erlaubt?\",flHgzv5Mp:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Am Tag der Anreise erh\\xe4ltst Du einen digitalen Schl\\xfcssel \\xfcber die Justin Mobile App. Wir ben\\xf6tigen hierzu Deine Handynummer sowie die Deines Mitreisenden.\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:{hash:\":ps0Whs1nP\",webPageId:\"HJ3j2LGd3\"},motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Erkl\\xe4rungsvideo ansehen\"})})})}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/de/app/justin-mobile/id960998088 \",motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"iOS App herunterladen\"})})})}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=com.saltosystems.justin&hl=de&gl=US\",motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Android App herunterladen\"})})})})]}),height:\"100%\",id:\"Y9gdWm0Kl\",jDGxSFNxP:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Ja, unser Online-Rezeptionsteam ist jederzeit und 24/7 telefonisch erreichbar unter \",/*#__PURE__*/_jsx(Link,{href:\"tel:+4942180715150\",motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"+49 (0)421 80715150\"})})}),\" (Englisch, Deutsch, Spanisch, Polnisch).\"]})}),k2Hpv3grl:\"Ist die Rezeption rund um die Uhr erreichbar?\",Kh4h1hdJg:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Wir arbeiten mit zwei nahegelegenen Parkh\\xe4usern zusammen. Hier kannst Du f\\xfcr \u20AC13 pro Tag sicher parken.\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"ul\",{children:/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.brepark.de/auto-parken-bremen/parkhaeuser/stephani\",motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Parkhaus Stephani\"})})})})})}),/*#__PURE__*/_jsx(\"ul\",{children:/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(Link,{href:\"https://www.brepark.de/auto-parken-bremen/parkhaeuser/am-brill\",motionChild:true,nodeId:\"Y9gdWm0Kl\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Parkhaus Am Brill\"})})})})})})]}),layoutId:\"Y9gdWm0Kl\",LP_fazW7j:\"Wann sind Check-in und Check-out?\",style:{width:\"100%\"},V4NErI2Ao:\"Ist Parken m\\xf6glich?\",variant:\"vKvJtLwQN\",width:\"100%\",Yz9bEZ_xk:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Hunde sind herzlich willkommen! Es wird eine Sonderreinigungsgeb\\xfchr von \u20AC50 berechnet. Andere Haustiere sind leider nicht erlaubt.\"})})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oukxjs\",\"data-framer-name\":\"Footnote\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hautmh\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nubhbp\",\"data-styles-preset\":\"Fpv87XQel\",style:{\"--framer-text-color\":\"var(--token-bd812855-2852-4033-962c-a3914e1381bb, rgb(114, 123, 131))\"},children:\"1) Symbolbilder. Die tats\\xe4chliche Ausstattung kann abweichen.\"})}),className:\"framer-1lummoa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-xzvhuq hidden-72rtr7\",\"data-framer-name\":\"Mobile Booking Form\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kvmds2-container\",isAuthoredByUser:true,nodeId:\"kpvlrYMXo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b9b7SNgxV:{device:\"Tablet\"}},children:/*#__PURE__*/_jsx(BookingForm,{device:\"Phone\",height:\"100%\",id:\"kpvlrYMXo\",layoutId:\"kpvlrYMXo\",style:{width:\"100%\"},width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Cx1t0.framer-lux5qc, .framer-Cx1t0 .framer-lux5qc { display: block; }\",\".framer-Cx1t0.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-38d39e50-fc5d-48a2-9551-0082348f1c5c, #faf9ea); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Cx1t0 .framer-aa47yu { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-wcqq6c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-f76t10 { align-content: center; align-items: center; bottom: 48px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 73px; justify-content: center; left: 0px; overflow: visible; padding: 24px 0px 24px 0px; position: absolute; right: 0px; z-index: 2; }\",\".framer-Cx1t0 .framer-1tpwcc2 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-i7wsx1 { -webkit-backdrop-filter: blur(8px); align-content: center; align-items: center; backdrop-filter: blur(8px); background-color: rgba(240, 239, 214, 0.9); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 4px 16px 4px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-Cx1t0 .framer-1otqubh, .framer-Cx1t0 .framer-168fgme, .framer-Cx1t0 .framer-uodm7y, .framer-Cx1t0 .framer-1jcbry2 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Cx1t0 .framer-b3oph1-container, .framer-Cx1t0 .framer-uzdo70-container, .framer-Cx1t0 .framer-1yjkkyc-container, .framer-Cx1t0 .framer-wzsujv-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-Cx1t0 .framer-b54bo0, .framer-Cx1t0 .framer-z5mcwe, .framer-Cx1t0 .framer-q4d6x5, .framer-Cx1t0 .framer-116cg9s, .framer-Cx1t0 .framer-1lummoa { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Cx1t0 .framer-5xaw0n-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Cx1t0 .framer-ijbnes { background-color: rgba(0, 0, 0, 0.1); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-Cx1t0 .framer-1yn5h8n { align-content: center; align-items: center; background-color: rgba(64, 46, 46, 0.44); bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Cx1t0 .framer-waflgj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 10; }\",\".framer-Cx1t0 .framer-1afoays { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 950px; position: relative; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-Cx1t0 .framer-el7aia { 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-Cx1t0 .framer-f55pr6-container, .framer-Cx1t0 .framer-efu146-container, .framer-Cx1t0 .framer-1wvz8si-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Cx1t0 .framer-1lck4zq-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-18uf9vv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 10px 64px 10px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-1prsuxf { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-21jscz { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Cx1t0 .framer-t6m704 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Cx1t0 .framer-hle5t0, .framer-Cx1t0 .framer-1lyezlv, .framer-Cx1t0 .framer-17dor5g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Cx1t0 .framer-2hgbo5 { aspect-ratio: 0.9743589743589743 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 39px); overflow: visible; position: relative; width: 38px; }\",\".framer-Cx1t0 .framer-o3t3f5 { flex: none; height: 39px; left: 0px; position: absolute; top: 0px; width: 38px; }\",\".framer-Cx1t0 .framer-x8stc6, .framer-Cx1t0 .framer-1aljpho, .framer-Cx1t0 .framer-y5y4wf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Cx1t0 .framer-1gzqose, .framer-Cx1t0 .framer-15pjhlg, .framer-Cx1t0 .framer-th2lfd { 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: min-content; }\",\".framer-Cx1t0 .framer-1u1rs97, .framer-Cx1t0 .framer-217gsk, .framer-Cx1t0 .framer-1r9b6la, .framer-Cx1t0 .framer-1uulvkh, .framer-Cx1t0 .framer-iq4f24 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Cx1t0 .framer-17x0sz7, .framer-Cx1t0 .framer-i0ctp, .framer-Cx1t0 .framer-j9l0we { flex: none; height: 25px; position: relative; width: 128px; }\",\".framer-Cx1t0 .framer-hjgnkv, .framer-Cx1t0 .framer-16u0r9n { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 38px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 38px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Cx1t0 .framer-1yxsl5k { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 38px); position: relative; width: 1px; }\",\".framer-Cx1t0 .framer-1r3z6th { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-Cx1t0 .framer-15iufl6 { 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: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-1mm5plp { align-content: center; align-items: center; background-color: #f0efd6; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1300px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-16iapn3 { 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: 1200px; overflow: hidden; padding: 112px 64px 112px 64px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-1ar2bnn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 768px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-1foquvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Cx1t0 .framer-w7kwwx, .framer-Cx1t0 .framer-sesb2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-kupfs1, .framer-Cx1t0 .framer-1pxs5bd, .framer-Cx1t0 .framer-skrsi3, .framer-Cx1t0 .framer-j6f80h, .framer-Cx1t0 .framer-1l4bjog, .framer-Cx1t0 .framer-1psu2bh, .framer-Cx1t0 .framer-1hyo4kq { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Cx1t0 .framer-1vx1egi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-17dntzo-container, .framer-Cx1t0 .framer-1nw9rk7-container, .framer-Cx1t0 .framer-1tbfdcq-container { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Cx1t0 .framer-1bsmd3m-container, .framer-Cx1t0 .framer-9zdzne-container, .framer-Cx1t0 .framer-1niells-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Cx1t0 .framer-1p2wxyl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-17el044, .framer-Cx1t0 .framer-1c6gfeq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Cx1t0 .framer-1tpd3cr { align-content: center; align-items: center; background-color: #faf9ea; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 64px 96px 64px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-rarx8n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-qhht47 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-gcjfuf-container, .framer-Cx1t0 .framer-kmi349-container, .framer-Cx1t0 .framer-13srbsd-container, .framer-Cx1t0 .framer-1njs266-container { flex: none; height: 200px; position: relative; width: 200px; }\",\".framer-Cx1t0 .framer-f9u1h8 { align-content: center; align-items: center; background-color: var(--token-2590616d-9a42-47d2-b2cd-1e84c6cc19a8, #d3b7ad); 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-Cx1t0 .framer-5741hj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 112px 64px 112px 64px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-flbzsa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-w5nk6h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-1xhnrc1-container { flex: none; height: auto; position: relative; width: 1072px; }\",\".framer-Cx1t0 .framer-408bh0, .framer-Cx1t0 .framer-psh5av { align-content: center; align-items: center; background-color: #faf9ea; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 112px 64px 112px 64px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-q3c00w { 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; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-i9u10o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; max-width: 768px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-1ggm94m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-uuu6vz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-zprehs-container, .framer-Cx1t0 .framer-1e5c792-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Cx1t0 .framer-3yd6sd-container, .framer-Cx1t0 .framer-1gseri9-container, .framer-Cx1t0 .framer-ubrxfl-container, .framer-Cx1t0 .framer-5qehb9-container, .framer-Cx1t0 .framer-14nco0n-container, .framer-Cx1t0 .framer-tg9vn2-container { height: auto; position: relative; width: 600px; }\",\".framer-Cx1t0 .framer-1hwkyfz, .framer-Cx1t0 .framer-hautmh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-97toxi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 500px; }\",\".framer-Cx1t0 .framer-11z0uhs { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 500px; word-break: break-word; word-wrap: break-word; }\",\".framer-Cx1t0 .framer-bvgv9y { --framer-custom-cursors: pointer; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 500px; word-break: break-word; word-wrap: break-word; }\",\".framer-Cx1t0 .framer-9m8lm8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Cx1t0 .framer-1cdnasl { 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: 8px; position: relative; width: min-content; }\",\".framer-Cx1t0 .framer-114o5f5 { flex: none; height: 11px; position: relative; width: 7px; }\",\".framer-Cx1t0 .framer-1m0bvdt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Cx1t0 .framer-oukxjs { align-content: center; align-items: center; background-color: #faf9ea; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-Cx1t0 .framer-xzvhuq { 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: visible; padding: 96px 24px 96px 24px; position: relative; width: 100%; z-index: 9; }\",\".framer-Cx1t0 .framer-kvmds2-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Cx1t0.framer-72rtr7 { width: 810px; } .framer-Cx1t0 .framer-wcqq6c { order: 0; } .framer-Cx1t0 .framer-f76t10 { bottom: 32px; padding: 24px 0px 0px 0px; } .framer-Cx1t0 .framer-1tpwcc2 { padding: 0px 16px 0px 16px; } .framer-Cx1t0 .framer-i7wsx1 { align-content: unset; align-items: unset; display: grid; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); width: 100%; } .framer-Cx1t0 .framer-1otqubh, .framer-Cx1t0 .framer-168fgme, .framer-Cx1t0 .framer-uodm7y, .framer-Cx1t0 .framer-1jcbry2 { align-self: start; justify-self: start; width: 100%; } .framer-Cx1t0 .framer-18uf9vv { order: 2; } .framer-Cx1t0 .framer-15iufl6 { order: 3; } .framer-Cx1t0 .framer-16iapn3 { padding: 96px 48px 96px 48px; } .framer-Cx1t0 .framer-1vx1egi, .framer-Cx1t0 .framer-qhht47 { flex-wrap: wrap; } .framer-Cx1t0 .framer-1bsmd3m-container { align-self: stretch; } .framer-Cx1t0 .framer-1tpd3cr { order: 4; } .framer-Cx1t0 .framer-f9u1h8 { order: 5; } .framer-Cx1t0 .framer-5741hj { padding: 112px 32px 112px 32px; } .framer-Cx1t0 .framer-1xhnrc1-container { width: 100%; } .framer-Cx1t0 .framer-408bh0 { order: 6; padding: 112px 32px 112px 32px; } .framer-Cx1t0 .framer-psh5av { order: 7; } .framer-Cx1t0 .framer-1hwkyfz, .framer-Cx1t0 .framer-hautmh { flex-direction: column; } .framer-Cx1t0 .framer-1m0bvdt { flex: none; width: 100%; } .framer-Cx1t0 .framer-oukxjs { order: 8; } .framer-Cx1t0 .framer-xzvhuq { order: 1; }}\",\"@media (max-width: 809px) { .framer-Cx1t0.framer-72rtr7 { width: 390px; } .framer-Cx1t0 .framer-wcqq6c, .framer-Cx1t0 .framer-kvmds2-container { order: 0; } .framer-Cx1t0 .framer-i7wsx1 { -webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px); background-color: unset; box-shadow: unset; flex-wrap: wrap; gap: 8px; padding: 0px; width: 100%; will-change: unset; } .framer-Cx1t0 .framer-1otqubh { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); background-color: rgba(240, 239, 214, 0.9); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); order: 2; padding: 8px 16px 8px 16px; will-change: var(--framer-will-change-effect-override, transform); } .framer-Cx1t0 .framer-168fgme { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); background-color: rgba(240, 239, 214, 0.9); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); order: 1; padding: 8px 16px 8px 16px; will-change: var(--framer-will-change-effect-override, transform); } .framer-Cx1t0 .framer-uodm7y { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); background-color: rgba(240, 239, 214, 0.9); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); order: 0; padding: 8px 16px 8px 16px; will-change: var(--framer-will-change-effect-override, transform); } .framer-Cx1t0 .framer-1jcbry2 { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); background-color: rgba(240, 239, 214, 0.9); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); order: 3; padding: 8px 16px 8px 16px; will-change: var(--framer-will-change-effect-override, transform); } .framer-Cx1t0 .framer-1yn5h8n, .framer-Cx1t0 .framer-1vx1egi { flex-direction: column; } .framer-Cx1t0 .framer-waflgj { height: 1px; padding: 0px 16px 0px 16px; width: 100%; } .framer-Cx1t0 .framer-18uf9vv { -webkit-user-select: none; gap: 32px; order: 2; user-select: none; } .framer-Cx1t0 .framer-t6m704 { flex-direction: column; gap: 24px; } .framer-Cx1t0 .framer-15iufl6 { order: 3; padding: 0px 16px 0px 16px; } .framer-Cx1t0 .framer-16iapn3 { padding: 64px 32px 64px 32px; } .framer-Cx1t0 .framer-17dntzo-container, .framer-Cx1t0 .framer-1nw9rk7-container, .framer-Cx1t0 .framer-1tbfdcq-container { align-self: unset; flex: none; width: 100%; } .framer-Cx1t0 .framer-1bsmd3m-container { flex: none; width: 100%; } .framer-Cx1t0 .framer-1tpd3cr { order: 4; padding: 96px 24px 96px 24px; } .framer-Cx1t0 .framer-qhht47 { flex-wrap: wrap; } .framer-Cx1t0 .framer-gcjfuf-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); order: 0; width: 58%; } .framer-Cx1t0 .framer-kmi349-container, .framer-Cx1t0 .framer-xzvhuq { order: 1; } .framer-Cx1t0 .framer-13srbsd-container { order: 2; } .framer-Cx1t0 .framer-1njs266-container { order: 3; } .framer-Cx1t0 .framer-f9u1h8 { order: 5; } .framer-Cx1t0 .framer-5741hj { padding: 112px 16px 112px 16px; } .framer-Cx1t0 .framer-1xhnrc1-container, .framer-Cx1t0 .framer-11z0uhs, .framer-Cx1t0 .framer-bvgv9y { width: 100%; } .framer-Cx1t0 .framer-408bh0 { order: 6; padding: 48px 16px 48px 16px; } .framer-Cx1t0 .framer-i9u10o { padding: 0px 16px 0px 16px; } .framer-Cx1t0 .framer-psh5av { order: 7; padding: 48px 0px 48px 0px; } .framer-Cx1t0 .framer-1hwkyfz, .framer-Cx1t0 .framer-hautmh { flex-direction: column; gap: 48px; } .framer-Cx1t0 .framer-97toxi { padding: 0px 32px 0px 32px; width: 100%; } .framer-Cx1t0 .framer-1m0bvdt { flex: none; padding: 0px 16px 0px 16px; width: 100%; } .framer-Cx1t0 .framer-oukxjs { order: 8; } .framer-Cx1t0 .framer-1lummoa { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5637\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"b9b7SNgxV\":{\"layout\":[\"fixed\",\"auto\"]},\"TufB4TeuJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Cx1t0\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5637,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"PT Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4OynLD0Z4zM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Rufina\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rufina/v15/Yq6W-LyURyLy-aKKHztAucxenxE0SA.woff2\",weight:\"700\"},{family:\"PT Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0COxOGMMDQ.woff2\",weight:\"400\"}]},...FeatherFonts,...BookingFormFonts,...ButtonFonts,...VideoFonts,...FavoriteApartmentCardFonts,...ProductCardFonts,...FeatureTabsFonts,...TestimonialFonts,...CarouselFonts,...FAQFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"5637\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b9b7SNgxV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TufB4TeuJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "e", "isNumber", "t", "isEasingList", "wrap", "e", "o", "getEasingForSegment", "mix", "noopReturn", "t", "progress", "e", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "f", "r", "clamp", "getEasingForSegment", "isString", "t", "e", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "createGeneratorEasing", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "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", "t", "dispatchViewEvent", "se", "o", "i", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "clamp", "t", "e", "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", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "adjustment", "totalLen", "gotoDelta", "delta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "Z", "u", "motion", "child", "index", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "subtitle", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XH5dQcKo7", "zTyTD5D4y", "onP__Zv9Z", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerKaAh7UUkw", "withCSS", "KaAh7UUkw_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backgroundColor", "border", "click", "content", "height", "id", "radius", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "LnKd_ffDN", "gVfCPPDvu", "szI0D44Z8", "Fnm2tZNib", "pwHlQbZ04", "gMw2Li_Bq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapkjh1dm", "args", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "css", "FramerhsLIal152", "withCSS", "hsLIal152_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "l3DPjkCtk_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "feature1", "feature2", "feature3", "height", "id", "image", "subtitle", "tagline", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "wo3FDAY3V", "H_oMBDK8w", "KZcFiarNA", "jEZsiImBH", "BHwrqqTkH", "oo_xHlxRy", "VRpRZIyRl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "css", "FramerMsqcRddkq", "withCSS", "MsqcRddkq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatureTabsItemFonts", "getFonts", "hsLIal152_default", "FeatureTabsContentFonts", "MsqcRddkq_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "gVfCPPDvughd1lp", "args", "gVfCPPDvubn0eey", "gVfCPPDvufcixr8", "gVfCPPDvu1kopi8e", "gVfCPPDvu1iiqafm", "gVfCPPDvu1d6jawo", "gVfCPPDvu4kklrm", "gVfCPPDvu3umt9u", "gVfCPPDvu1vuiskf", "gVfCPPDvu16sckdy", "gVfCPPDvu4ut2cs", "gVfCPPDvuavj27w", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramernA3HEP_h1", "withCSS", "nA3HEP_h1_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "name1", "quote", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "QPBiCHe7Y", "UjAh3y17Z", "cnv0WNXaa", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "Framerpn73KNFq3", "withCSS", "pn73KNFq3_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "arPSJ6fXg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "SVG", "css", "FramerSwH37JHre", "withCSS", "SwH37JHre_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "BookingFormFonts", "BookingForm", "ContainerWithOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "ButtonFonts", "l3DPjkCtk_default", "ButtonWithToggleNavf55pr6WithMappedReactProps1v1ipky", "withMappedReactProps", "withCodeBoundaryForOverrides", "withToggleNav", "l3DPjkCtk_exports", "VideoFonts", "Video", "FavoriteApartmentCardFonts", "KaAh7UUkw_default", "ButtonWithToggleNavefu146WithMappedReactProps1v1ipky", "ProductCardFonts", "SwH37JHre_default", "FeatureTabsFonts", "nA3HEP_h1_default", "TestimonialFonts", "pn73KNFq3_default", "CarouselFonts", "Carousel", "FAQFonts", "NH0R8sgKq_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "animation6", "animation7", "transition7", "animation8", "animation9", "transition8", "animation10", "addImageAlt", "image", "alt", "animation11", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "x", "SVG", "Image2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
