{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/gvNUph1oNh8l2qQafSUu/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/2J8Vj16bgt14C10mcUex/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/WtTwrQcMhFJpd4DOJv98/Cookies.js", "ssg:https://framerusercontent.com/modules/II9z1vJLJx9KMqyONjgx/B6KU2bBykxjOdKh2Yi8I/HK6L8322i-0.js", "ssg:https://framerusercontent.com/modules/II9z1vJLJx9KMqyONjgx/B6KU2bBykxjOdKh2Yi8I/HK6L8322i.js", "ssg:https://framerusercontent.com/modules/I6bbqEvL0fJJC42FN5On/lCNhK7cJahvKps0a4bbd/HK6L8322i.js", "ssg:https://framerusercontent.com/modules/MhG01gbiNXQg8BZmy3Fx/OvqAtZBGhnU7817JlWBQ/IqqJ1y2L8.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/VTIRgCtWbPApsTjNtLlL/YouTube.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framer.com/m/framer/utils.js@^0.9.0", "ssg:https://framerusercontent.com/modules/yDMdpPptpT43uz5L0eEb/BTASju4r2q0sNaQmoTDm/Class.js", "ssg:https://framerusercontent.com/modules/J1V0cvSrPlLBomPq5pQ6/7keRpVqGNcriYrr6DNOO/uTfQVHWWR.js", "ssg:https://framerusercontent.com/modules/NKs3IWRYPXpomvREu1VV/yzlZi6BAEgCMj7I53H3f/augiA20Il.js", "ssg:https://framerusercontent.com/modules/4gdO0GHkhpWa0jQQPaqO/T53jmpkMvMehjgd3UMo8/augiA20Il.js"],
  "sourcesContent": ["import{isBrowser}from\"framer-motion\";export const DEFAULT_DOMAIN=\"https://www.googletagmanager.com\";export const DEFAULT_SCRIPT_NAME=\"gtm.js\";/**\n * Function to get and set dataLayer\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n */const getDataLayerSnippet=(dataLayer,dataLayerName=\"dataLayer\")=>`window['${dataLayerName}']=window['${dataLayerName}']||[];`+(dataLayer?`window['${dataLayerName}'].push(${JSON.stringify(dataLayer)});`:\"\")+`window['${dataLayerName}'].push({'gtm.start':new Date().getTime(),event:'gtm.js'})`;/**\n * Function to get the GTM script\n * @param dataLayerName - The name of the dataLayer\n * @param customDomain - Custom domain for gtm\n * @param customScriptName - Custom script file name for gtm\n * @param environment - The parameters to use a custom environment\n * @param id - The id of the container\n */const getGTMScript=(dataLayerName,id,environment,customDomain=DEFAULT_DOMAIN,customScriptName=DEFAULT_SCRIPT_NAME)=>{let params=\"\";if(environment){const{gtm_auth,gtm_preview}=environment;params=`&gtm_auth=${gtm_auth}&gtm_preview=${gtm_preview}&gtm_cookies_win=x`;}return`${customDomain}/${customScriptName}?id=${id}${dataLayerName===\"dataLayer\"?\"\":`&l=${dataLayerName}`}${params}`;};/**\n * Function to setup the Google Tag Manager\n * @param params - The snippets params\n */const setupGTM=params=>{const getDataLayerScript=()=>{const dataLayerScript=document.createElement(\"script\");if(params.nonce){dataLayerScript.setAttribute(\"nonce\",params.nonce);}dataLayerScript.innerHTML=getDataLayerSnippet(params.dataLayer,params.dataLayerName);return dataLayerScript;};const getScript=()=>{const script=document.createElement(\"script\");if(params.nonce){script.setAttribute(\"nonce\",params.nonce);}script.src=getGTMScript(params.dataLayerName,params.id,params.environment,params.customDomain,params.customScriptName);return script;};return{getDataLayerScript,getScript};};/**\n * Function to init the GTM\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n * @param environment - Specify the custom environment to use\n * @param nonce - Server-generated nonce\n * @param id - The ID of the GTM\n */export const initGTM=({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName})=>{const gtm=setupGTM({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName});const dataLayerScript=gtm.getDataLayerScript();const script=gtm.getScript();document.head.append(dataLayerScript,script);};export function sendToGTM(){if(isBrowser){window[\"dataLayer\"]=window[\"dataLayer\"]||[];window[\"dataLayer\"].push(arguments);}}\nexport const __FramerMetadata__ = {\"exports\":{\"DEFAULT_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./send.map", "import{isBrowser}from\"framer-motion\";import{useLayoutEffect}from\"react\";export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFlexboxValues(position){const positionParts=position.split(\"-\");let justifyContent,alignItems;switch(positionParts[0]){case\"top\":alignItems=\"flex-start\";break;case\"bottom\":alignItems=\"flex-end\";break;case\"center\":alignItems=\"center\";break;default:alignItems=\"initial\";break;}switch(positionParts[1]){case\"left\":justifyContent=\"flex-start\";break;case\"right\":justifyContent=\"flex-end\";break;case\"center\":justifyContent=\"center\";break;default:justifyContent=\"initial\";break;}return{justifyContent,alignItems};}export function getMultipleShadows(...shadows){const output=[];shadows.forEach(shadow=>{return shadow&&output.push(shadow);});return output.join(\", \");}export function getShadow(shadow){if(shadow){return`${shadow.shadowX}px ${shadow.shadowY}px ${shadow.shadowBlur}px ${shadow.shadowColor}`;}else return null;}export function safeJSONParse(jsonString,onError){try{return JSON.parse(jsonString);}catch{if(onError)onError();}}export const getCookie=(name,cookies)=>{cookies=cookies?cookies:isBrowser?document.cookie:\"\";var _cookies_match;const[,,cookie]=(_cookies_match=cookies.match(`(^|;) ?${name}=([^;]*)(;|$)`))!==null&&_cookies_match!==void 0?_cookies_match:[null,null,null];return cookie;};/**\n * Yields to main thread before continuing execution, which might allow the browser to paint.\n * If `options.priority` is 'user-blocking', it will asynchronously resolve in older browsers.\n * @param {object} options - see https://github.com/WICG/scheduling-apis/blob/main/explainers/yield-and-continuation.md\n * @see interactionResponse for guaranteeing execution after a paint\n */export function yieldToMain(options){if(\"scheduler\"in window){if(\"yield\"in scheduler)return scheduler.yield(options);if(\"postTask\"in scheduler)return scheduler.postTask(()=>{},options);}if((options===null||options===void 0?void 0:options.priority)===\"user-blocking\"){// `setTimeout` could suffer from being delayed for longer: https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial#the_problem_with_current_yielding_strategies\n// so for browsers not supporting yield, we guarantee execution for high priority actions, but this does not create space for a paint opportunity as trade-off.\nreturn Promise.resolve();}return new Promise(resolve=>{setTimeout(resolve);});}/**\n * Helper function for `yieldToMain`, which yields before calling `fn`.\n * @see yieldToMain\n */export async function yieldBeforeCb(fn,options){await yieldToMain(options);return fn();}/**\n * Similar to `yieldToMain`, but also waits for the next animation frame before yielding (with a fallback of 100ms if the animation frame never fires).\n * Compared to `yieldToMain`, it guarantees improved INP, but might make processing a little slower. Use only if necessary.\n * @see yieldToMain\n */export function interactionResponse(options){return new Promise(resolve=>{setTimeout(resolve,200)// Fallback for the case where the animation frame never fires.\n;requestAnimationFrame(()=>{void yieldBeforeCb(resolve,options);});});}/**\n * Runs `fn` after the next paint. Similar to `useEffect`, but *guarantees* that the function is run after the next paint.\n * @important Does not support a cleanup fn.\n * @see https://thoughtspile.github.io/2021/11/15/unintentional-layout-effect/\n */export function useAfterPaintEffect(fn,deps,options){useLayoutEffect(()=>{const runAfterPaint=async()=>{await interactionResponse(options);fn();};void runAfterPaint();// eslint-disable-next-line react-hooks/exhaustive-deps -- deps are passed in\n},deps);}\nexport const __FramerMetadata__ = {\"exports\":{\"useAfterPaintEffect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookie\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeJSONParse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFlexboxValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldBeforeCb\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getShadow\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMultipleShadows\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FlexboxPosition\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldToMain\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"interactionResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{useIsOnFramerCanvas}from\"framer\";import{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js\";import{safeJSONParse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";function toGTMConsent(consent){return{functionality_storage:consent.necessary?\"granted\":\"denied\",security_storage:consent.necessary?\"granted\":\"denied\",ad_storage:consent.marketing?\"granted\":\"denied\",ad_user_data:consent.marketing?\"granted\":\"denied\",ad_personalization:consent.marketing?\"granted\":\"denied\",analytics_storage:consent.analytics?\"granted\":\"denied\",personalization_storage:consent.preferences?\"granted\":\"denied\"};}function reducer(state,action){switch(action.type){case\"autoAccept\":return{...state,sync:true,autoAccepted:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"acceptAll\":return{...state,sync:true,dismissed:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"rejectAll\":return{...state,sync:true,dismissed:true,modes:{analytics:false,marketing:false,necessary:false,preferences:false}};case\"acceptCurrent\":return{...state,dismissed:true,sync:true};case\"update\":return{...state,modes:{...state.modes,...action.modes},sync:action.sync};case\"toggle\":return{...state,modes:{...state.modes,[action.mode]:!state.modes[action.mode]}};case\"initFromLocalStorage\":return{...state,modes:action.modes,dismissed:action.dismissed,autoAccepted:action.autoAccepted,initializedFromLocalStorage:true,sync:true};case\"dismiss\":return{...state,dismissed:true};case\"synced\":return{...state,sync:false,hasSynced:true};default:return state;}}const initialState={dismissed:false,autoAccepted:false,modes:null,sync:false,initializedFromLocalStorage:false,hasSynced:false};export const defaultConsent={necessary:false,analytics:false,marketing:false,preferences:false};// Keep track of if GTM has been loaded as a script and default consent has been set,\n// to ensure the script does not keep appending between page switches.\nlet hasInitializedGTM=false;export function useConsent({gtmId,defaultConsent,gtmLoadedExternally=false}){const[state,dispatch]=useReducer(reducer,initialState);const isOnFramerCanvas=useIsOnFramerCanvas();const consentModeLocalStorageKey=\"framerCookiesConsentMode\";const dismissedLocalStorageKey=\"framerCookiesDismissed\";const autoAcceptedLocalStorageKey=\"framerCookiesAutoAccepted\";function getStateFromLocalStorage(){const consentFromLocalStorage=localStorage.getItem(consentModeLocalStorageKey);const dismissedFromLocalStorage=localStorage.getItem(dismissedLocalStorageKey);const autoAcceptedFromLocalStorage=localStorage.getItem(autoAcceptedLocalStorageKey);const isDismissed=dismissedFromLocalStorage!==null;const isAutoAccepted=autoAcceptedFromLocalStorage!==null;const hasConsentInLocalStorage=consentFromLocalStorage!==null;const consentInLocalStorageIsNotDefault=isDismissed||isAutoAccepted;const shouldLoadConsentFromLocalStorage=hasConsentInLocalStorage&&consentInLocalStorageIsNotDefault;dispatch({type:\"initFromLocalStorage\",dismissed:isDismissed,autoAccepted:isAutoAccepted,modes:shouldLoadConsentFromLocalStorage?safeJSONParse(consentFromLocalStorage,()=>localStorage.removeItem(consentModeLocalStorageKey)):defaultConsent});}function syncToGTM(){if(gtmId){if(!hasInitializedGTM&&!gtmLoadedExternally){// This is the first time we sync consent, so we save it as \"default\" and initialize tag manager.\n// This order is important, because we need to have set the default consent BEFORE we initialize GTM.\n// https://developers.google.com/tag-platform/devguides/consent?tab=tag-manager&sjid=11348191096952324675-EU#implementation_example\n// It might seem weird that we're \"sending\" before initializing, but \"sending\" here means building up\n// the \"dataLayer\" object that GTM picks up when it initializes.\nsendToGTM(\"consent\",\"default\",toGTMConsent(state.modes));initGTM({dataLayer:undefined,dataLayerName:\"dataLayer\",environment:undefined,nonce:undefined,injectScript:true,id:gtmId});hasInitializedGTM=true;}else{hasInitializedGTM=true;sendToGTM(\"consent\",\"update\",toGTMConsent(state.modes));// must be sent like this or else GTM doesn't act on it:\nwindow.dataLayer.push({event:\"cookie_consent_update\"});}}}useEffect(()=>{if(isOnFramerCanvas)return;yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{if(isOnFramerCanvas)return;const shouldSync=state.sync&&isBrowser&&state.modes!==null;if(!shouldSync){return;}yieldBeforeCb(()=>{syncToGTM();// Save locally\nlocalStorage.setItem(consentModeLocalStorageKey,JSON.stringify(state.modes));dispatch({type:\"synced\"});},{priority:\"user-blocking\"});},[state.sync]);function dismiss(){dispatch({type:\"dismiss\"});localStorage.setItem(dismissedLocalStorageKey,\"true\");}function autoAccept(){dispatch({type:\"autoAccept\"});}function acceptAll(){dispatch({type:\"acceptAll\"});}function rejectAll(){dispatch({type:\"rejectAll\"});}function acceptCurrent(){dispatch({type:\"acceptCurrent\"});}function toggleMode(mode){dispatch({type:\"toggle\",mode});}return{modes:state.modes,isInitialized:state.hasSynced,isDismissed:state.dismissed,isAutoAccepted:state.autoAccepted,dismiss,autoAccept,acceptAll,rejectAll,acceptCurrent,toggleMode};}\nexport const __FramerMetadata__ = {\"exports\":{\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useConsent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./consent.map", "// Check if visitor is in EU\nconst countries=[\"BE\",\"EL\",\"LT\",\"PT\",\"BG\",\"ES\",\"LU\",\"RO\",\"CZ\",\"FR\",\"RE\",\"GP\",\"MQ\",\"GF\",\"YT\",\"BL\",\"MF\",\"PM\",\"WF\",\"PF\",\"NC\",\"HU\",\"SI\",\"DK\",\"FO\",\"GL\",\"HR\",\"MT\",\"SK\",\"DE\",\"IT\",\"NL\",\"AW\",\"CW\",\"SX\",\"FI\",\"AX\",\"EE\",\"CY\",\"AT\",\"SE\",\"IE\",\"LV\",\"PL\",\"UK\",\"GB\",\"AI\",\"BM\",\"IO\",\"VG\",\"KY\",\"FK\",\"GI\",\"MS\",\"PN\",\"SH\",\"TC\",\"GG\",\"JE\",\"IM\"];const isInEUTimezone=()=>{var _Intl_DateTimeFormat_resolvedOptions_timeZone,_Intl_DateTimeFormat_resolvedOptions,_Intl_DateTimeFormat,_Intl;return(_Intl=Intl)===null||_Intl===void 0?void 0:(_Intl_DateTimeFormat=_Intl.DateTimeFormat())===null||_Intl_DateTimeFormat===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions=_Intl_DateTimeFormat.resolvedOptions())===null||_Intl_DateTimeFormat_resolvedOptions===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions_timeZone=_Intl_DateTimeFormat_resolvedOptions.timeZone)===null||_Intl_DateTimeFormat_resolvedOptions_timeZone===void 0?void 0:_Intl_DateTimeFormat_resolvedOptions_timeZone.startsWith(\"Europe\");};const isEULocale=()=>{var _navigator_languages;var _navigator_language;const locale=(_navigator_language=navigator.language)!==null&&_navigator_language!==void 0?_navigator_language:(_navigator_languages=navigator.languages)===null||_navigator_languages===void 0?void 0:_navigator_languages[0];return countries.some(country=>{var _locale_toUpperCase;return locale===null||locale===void 0?void 0:(_locale_toUpperCase=locale.toUpperCase())===null||_locale_toUpperCase===void 0?void 0:_locale_toUpperCase.includes(country);});};let _inEU=null;export const inEU=()=>{if(_inEU===null)_inEU=isInEUTimezone()||isEULocale();return _inEU;};\nexport const __FramerMetadata__ = {\"exports\":{\"inEU\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./inEU.map", "import{isBrowser}from\"framer-motion\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";export function useRegion({content,useRegionFromProps,skipEUCheck}){const isInEUBasedOnLocation=isBrowser&&!skipEUCheck?inEU():false;const regionBasedOnLocation=isInEUBasedOnLocation?\"EU\":\"World\";const regionFromProps=content.isEU?\"EU\":\"World\";const regionContent={EU:{title:content.euTitle,description:content.euDescription,type:content.euType,defaults:content.euDefaults,policy:content.euPolicy,blocking:content.euBlocking,showReject:content.euType===\"advanced\"?content.euShowReject:true},World:{title:content.worldTitle,description:content.worldDescription,type:content.worldType,defaults:content.worldDefaults,policy:content.worldPolicy,blocking:content.worldBlocking,showReject:content.worldType===\"advanced\"?content.worldShowReject:true}};return regionContent[useRegionFromProps?regionFromProps:regionBasedOnLocation];}\nexport const __FramerMetadata__ = {\"exports\":{\"RegionContent\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./region.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){var _banner_style_border;const maxHeightReduction=banner.insetPerSide?banner.insetTop+banner.insetBottom:banner.inset*2;const linkColor=banner.style.link||button.primary.fill;const paddingValue=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;const bannerShadow=getShadow(banner.style.shadow);const borderShadow=((_banner_style_border=banner.style.border)===null||_banner_style_border===void 0?void 0:_banner_style_border.width)?`inset 0 0 0 ${banner.style.border.width}px ${banner.style.border.color}`:null;const bannerStyle={background:banner.style.fill,boxShadow:getMultipleShadows(bannerShadow,borderShadow),overflow:\"hidden\",borderRadius:banner.style.border.radius};return /*#__PURE__*/_jsx(motion.div,{initial:animateOnMount&&{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},animate:{y:0,x:0,scale:1,opacity:1},exit:{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},transition:animateOnMount?banner.animation.transition:{duration:0},style:{fontFamily:DEFAULT_FONT_FAMILY,maxHeight:`calc(100vh - ${maxHeightReduction}px)`,flexDirection:\"column\",gap:12,position:\"relative\",display:\"flex\",zIndex:100,pointerEvents:\"auto\"},children:/*#__PURE__*/_jsx(\"div\",{style:{...bannerStyle,overflow:\"scroll\",width:\"100%\",maxWidth:banner.width},className:`--framer-cookie-banner-container --framer-cookie-banner-type-${region.type}`,children:region.type===\"simple\"?/*#__PURE__*/_jsx(SimpleBanner,{banner:banner,button:button,linkColor:linkColor,description:region.description,policy:region.policy,onDismiss:onDismiss}):region.type===\"medium\"?/*#__PURE__*/_jsx(AcceptRejectBanner,{banner:banner,button:button,linkColor:linkColor,title:region.title,description:region.description,policy:region.policy,onAccept:onAcceptAll,onReject:onRejectAll}):/*#__PURE__*/_jsx(OptionsBanner,{banner:banner,button:button,options:options,previewOptions:previewOptions,linkColor:linkColor,title:region.title,description:region.description,showReject:region.showReject,policy:region.policy,onOptionToggle:onToggleConsent,consent:consentModes,onAcceptAll:onAcceptAll,onRejectAll:onRejectAll,onAcceptCurrent:onAcceptCurrent})})});},[`.--framer-cookie-banner-container::-webkit-scrollbar { display: none; }`,`.--framer-cookie-banner-container { \n            -ms-overflow-style: none; \n            scrollbar-width: none;  \n        }`]);function SimpleBanner({banner,button,description,policy,onDismiss,linkColor}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",padding,gap:SPACING},children:[/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,flex:1,alignItems:\"center\",color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},children:/*#__PURE__*/_jsx(Button,{onClick:onDismiss,settings:{...button,fluid:false},id:\"dismiss\",children:button.labels.confirm})})]});}function AcceptRejectBanner({banner,button,title,linkColor,description,policy,onAccept,onReject}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy})]}),/*#__PURE__*/_jsxs(Buttons,{direction:button.direction,children:[/*#__PURE__*/_jsx(Button,{settings:button,onClick:onReject,id:\"reject\",children:button.labels.reject}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAccept,id:\"accept\",children:button.labels.accept})]})]});}function OptionsBanner({banner,button,options,previewOptions,title,description,policy,showReject=true,linkColor,consent,onAcceptCurrent,onAcceptAll,onRejectAll,onOptionToggle}){const[showOptions,setShowOptions]=useState(false);const optionTheme={...options.style,color:banner.style.colorBody};const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;// const optionNames = consent && Object.keys(consent)\nconst optionNames=[\"necessary\",\"preferences\",\"analytics\",\"marketing\"];const shouldShowOptions=showOptions||previewOptions;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(AnimatePresence,{children:shouldShowOptions&&/*#__PURE__*/_jsx(motion.div,{initial:previewOptions?null:{opacity:0,height:0},animate:{opacity:1,height:\"auto\"},exit:{opacity:0,height:0},style:{display:\"flex\",flexDirection:\"column\",gap:10,marginTop:SPACING,overflow:\"hidden\"},children:optionNames&&optionNames.map(option=>/*#__PURE__*/_jsx(Option,{title:options[option].title,description:options[option].description,titleColor:banner.style.colorTitle,descriptionColor:banner.style.colorBody,showDescription:options.descriptions,enabled:consent[option],onClick:()=>onOptionToggle(option),theme:optionTheme,optional:option===\"necessary\"?options[option].optional:true}))},\"modal\")})]}),/*#__PURE__*/_jsx(Buttons,{direction:button.direction,children:shouldShowOptions?/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptCurrent,id:\"accept\",children:button.labels.save}):/*#__PURE__*/_jsxs(_Fragment,{children:[showReject&&/*#__PURE__*/_jsx(Button,{settings:button,onClick:onRejectAll,id:\"reject\",children:button.labels.rejectAll}),/*#__PURE__*/_jsx(Button,{settings:button,onClick:()=>{setShowOptions(true);},id:\"customize\",children:button.labels.customize}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptAll,id:\"accept\",children:button.labels.acceptAll})]})})]});}function Option({title,titleColor,description,descriptionColor,showDescription,enabled,optional,onClick,theme}){const paddingValue=theme.paddingPerSide?`${theme.paddingTop}px ${theme.paddingRight}px ${theme.paddingBottom}px ${theme.paddingLeft}px`:`${theme.padding}px`;const borderShadow=theme.border?`inset 0 0 0 ${theme.border.width}px ${theme.border.color}`:null;return /*#__PURE__*/_jsxs(motion.div,{style:{boxShadow:borderShadow,background:theme.background,borderRadius:theme.border.radius,padding:paddingValue,cursor:\"pointer\",userSelect:\"none\",pointerEvents:\"all\"},onClick:onClick,whileHover:{opacity:.5},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,fontSize:12,color:titleColor,...theme.fontTitle},children:title}),optional?/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(Toggle,{variant:enabled?\"On\":\"Off\",background:theme.toggleColor,backgroundInactive:theme.toggleColorInactive})}):/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontSize:12,color:theme.toggleColor,...theme.fontTitle,fontWeight:400},children:\"Always active\"})]}),description&&/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginTop:10,fontSize:12,lineHeight:1.5,color:descriptionColor,...theme.fontBody},children:description})]});}function Headline({children,style}){return /*#__PURE__*/_jsx(\"p\",{style:{fontSize:14,margin:\"0px 0px 10px 0px\",fontWeight:\"bold\",padding:0,...style},children:children});}function Description({style,description,policy,linkColor}){const shouldShow=description||(policy===null||policy===void 0?void 0:policy.link);if(!shouldShow)return null;if(!description){return /*#__PURE__*/_jsx(DescriptionParagraph,{policy:policy,style:style,linkColor:linkColor});}// @ivan: Support rendering the description in multiple paragraphs.\n// This is a site speed optimization: it allows to split a single\n// huge <p> into several smaller ones, which prevents the huge <p>\n// from becoming an LCP element.\nconst descriptionParagraphs=description===null||description===void 0?void 0:description.split(\"\\n\\n\");return description.split(\"\\n\\n\").map((line,index)=>/*#__PURE__*/_jsx(DescriptionParagraph,{line:line,// Only render the policy in the last paragraph\n    policy:index===descriptionParagraphs.length-1?policy:null,style:{// Add a spacing between paragraphs\n    marginTop:index>0?4:0,...style},linkColor:linkColor},index));}function DescriptionParagraph({line,policy,style,linkColor}){return /*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[line,line&&(policy===null||policy===void 0?void 0:policy.link)?\" \":null,(policy===null||policy===void 0?void 0:policy.link)&&/*#__PURE__*/_jsxs(\"span\",{children:[policy===null||policy===void 0?void 0:policy.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy===null||policy===void 0?void 0:policy.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy===null||policy===void 0?void 0:policy.label}),\".\"]})]});}function Buttons({children,direction}){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:direction,gap:10,marginTop:16},children:children});}const Button=withCSS(function Button({id,children,primary,settings,onClick}){const paddingValue=settings.paddingPerSide?`${settings.paddingTop}px ${settings.paddingRight}px ${settings.paddingBottom}px ${settings.paddingLeft}px`:`${settings.padding}px`;const theme=primary?settings.primary:settings.secondary;var _settings_hoverOpacity,_settings_tapOpacity;return /*#__PURE__*/_jsx(motion.input,{className:\"__framer-cookie-component-button\",id:`__framer-cookie-component-button-${id}`,onClick:onClick,type:\"button\",value:`${children}`,whileHover:{opacity:(_settings_hoverOpacity=settings.hoverOpacity)!==null&&_settings_hoverOpacity!==void 0?_settings_hoverOpacity:.6},whileTap:{opacity:(_settings_tapOpacity=settings.tapOpacity)!==null&&_settings_tapOpacity!==void 0?_settings_tapOpacity:.4},style:{WebkitAppearance:\"none\",appearance:\"none\",width:settings.fluid?\"100%\":\"auto\",height:\"auto\",border:\"none\",padding:paddingValue,borderRadius:settings.borderRadius,boxShadow:getShadow(theme.shadow),background:theme.fill,color:theme.color,fontSize:14,lineHeight:1,cursor:\"pointer\",fontWeight:settings.font?\"unset\":600,...settings.font}});},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");\nexport const __FramerMetadata__ = {\"exports\":{\"Banner\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BannerComponentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Banner.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsOnFramerCanvas,withCSS}from\"framer\";import{AnimatePresence,isBrowser,motion}from\"framer-motion\";import{lazy,Suspense,useEffect,useState}from\"react\";import{createPortal}from\"react-dom\";import{defaultConsent,useConsent}from\"https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/gvNUph1oNh8l2qQafSUu/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/2J8Vj16bgt14C10mcUex/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";import{DEFAULT_FONT_FAMILY,getFlexboxValues,interactionResponse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";// Keep track of open state between page reloads\nlet initiallyOpen=false;/**\n * COOKIE BANNER\n * By Floris Verloop\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n */export default function CookieBanner({gtmId,preview,trigger,banner,button,content,options,style,gtmLoadedExternally,onShown,onConsentChange,onAccept,onDismiss,onReject,onSavePreferences}){const isOnFramerCanvas=useIsOnFramerCanvas();const isPreview=preview&&isOnFramerCanvas;const skipLogic=!preview&&isOnFramerCanvas;const isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview,// skip EU check (expensive) if we are on the canvas and don't want a preview\nskipEUCheck:skipLogic});const consent=useConsent({gtmId,defaultConsent:region.defaults,gtmLoadedExternally});const[isOpen,setIsOpen]=useState(initiallyOpen);// On page switch, disable all transitions so the banner shows up as fast as possible.\nconst[instantlyShowOnMount,setInstantlyShowOnMount]=useState(initiallyOpen);useEffect(()=>{if(skipLogic)return;// Save open state between page switches\ninitiallyOpen=isOpen;// Disable instantly show on mount after first open\nif(isOpen){setInstantlyShowOnMount(false);}// Track shown event\nif(isOpen&&!isPreview&&onShown){yieldBeforeCb(()=>onShown({isInEU}),{priority:\"user-blocking\"});}},[isOpen,skipLogic]);// Check if user should be prompted\nuseEffect(()=>{if(skipLogic)return;const noConsentGiven=consent.isInitialized&&!consent.isDismissed;const shouldAutoAccept=region.type===\"simple\"&&!consent.isAutoAccepted;if(noConsentGiven){performance.mark(\"framer-cookie-open\");setIsOpen(true);/** Automatically accept all cookies for simple banner. */if(shouldAutoAccept){consent.autoAccept();// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}}if(consent.isDismissed){setIsOpen(false);}},[consent.isInitialized,consent.isDismissed,skipLogic]);useEffect(()=>{if(skipLogic)return;if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes,skipLogic]);async function handleDismiss(){await interactionResponse();consent.dismiss();setIsOpen(false);// Fire callback\nif(onDismiss){yieldBeforeCb(()=>onDismiss({isInEU}));}}async function handleAcceptAll(){await interactionResponse();consent.acceptAll();setIsOpen(false);// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}async function handleRejectAll(){await interactionResponse();consent.rejectAll();setIsOpen(false);// Fire callback\nif(onReject){yieldBeforeCb(()=>onReject({isInEU}));}}async function handleAcceptCurrent(){await interactionResponse();consent.acceptCurrent();setIsOpen(false);// Fire callbacks\nyieldBeforeCb(()=>{if(onAccept){onAccept({isInEU});}});yieldBeforeCb(()=>{if(onSavePreferences){onSavePreferences({isInEU});}});}if(isPreview){return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:banner.width},children:/*#__PURE__*/_jsx(Banner,{banner:banner,button:button,region:region,options:options,previewOptions:isPreview&&options.preview,consentModes:{...defaultConsent,necessary:true},animateOnMount:false})});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Trigger,{style:style,trigger:trigger,onClick:()=>setIsOpen(true)}),!skipLogic&&/*#__PURE__*/_jsx(Overlay,{banner:banner,button:button,region:region,options:options,consentModes:consent.modes,animateOnMount:!instantlyShowOnMount,onAcceptAll:handleAcceptAll,onAcceptCurrent:handleAcceptCurrent,onRejectAll:handleRejectAll,onDismiss:handleDismiss,onToggleConsent:consent.toggleMode,isOpen:isOpen})]});}const IconCookie=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/80EyUU0Nk6u7skW3IlHH/qKhU3oZiLDe4R0LcF3Tp/Icons.js\"));function Overlay(props){var _props_banner_style;const insetValue=props.banner.insetPerSide?`${props.banner.insetTop}px ${props.banner.insetRight}px ${props.banner.insetBottom}px ${props.banner.insetLeft}px`:`${props.banner.inset}px`;const{justifyContent,alignItems}=getFlexboxValues(props.banner.position);const isOpen=props.isOpen;const[shouldRenderPortal,setShouldRenderPortal]=useState(isOpen);// if the portal has previously been rendered, we want to keep rendering the portal, which ensures:\n// - that AnimatePresence works (fade out effect)\n// - we don't cause body style recalc/reflow when the DOM node is removed\nif(!shouldRenderPortal&&isOpen)setShouldRenderPortal(isOpen);if(!shouldRenderPortal)return null;const blocking=props.region.blocking;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen?/*#__PURE__*/_jsxs(motion.div,{style:{// We only need to span to the full viewport width if the overlay is blocking.\n// Otherwise, we optimize for a smaller layer size. see: https://framer-team.slack.com/archives/C05V49Q4NJ2/p1709820207863249\ntop:blocking||alignItems===\"flex-start\"?0:undefined,left:blocking||justifyContent===\"flex-start\"?0:undefined,right:blocking||justifyContent===\"flex-end\"?0:undefined,height:blocking?\"100%\":undefined,width:blocking||justifyContent===\"center\"?\"100%\":undefined,bottom:blocking||alignItems===\"flex-end\"?0:undefined,boxSizing:\"border-box\",position:\"fixed\",touchAction:\"none\",padding:insetValue,zIndex:props.banner.zIndex,display:\"flex\",flexDirection:\"row\",gap:20,justifyContent:\"center\",pointerEvents:blocking?\"all\":\"none\"},children:[blocking&&/*#__PURE__*/_jsx(Backdrop,{color:(_props_banner_style=props.banner.style)===null||_props_banner_style===void 0?void 0:_props_banner_style.backdrop}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",justifyContent,alignItems,pointerEvents:\"none\",maxWidth:props.banner.containerWidth>0?props.banner.containerWidth:\"unset\"},children:/*#__PURE__*/_jsx(Banner,{...props})})]}):null})}),document.body);}const Trigger=withCSS(({trigger,style,onClick})=>{const isOnFramerCanvas=useIsOnFramerCanvas();if(trigger.type!==\"none\"){return /*#__PURE__*/_jsx(\"button\",{className:\"__framer-cookie-component-button\",\"aria-label\":\"Cookie Trigger\",style:{width:\"100%\",height:\"100%\",background:\"none\",display:\"flex\",border:\"none\",padding:0,color:trigger.color,fontSize:16,cursor:\"pointer\",...trigger.textFont},onClick:onClick,children:trigger.type===\"icon\"?/*#__PURE__*/_jsx(_Fragment,{children:trigger.iconType===\"custom\"&&trigger.iconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:trigger.iconImage.src,width:trigger.iconSize,height:trigger.iconSize}):/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(IconCookie,{width:trigger.iconSize,height:trigger.iconSize,color:trigger.color})})}):/*#__PURE__*/_jsx(\"span\",{style:{whiteSpace:\"nowrap\"},children:trigger.text})});}if(isOnFramerCanvas){return /*#__PURE__*/_jsxs(\"div\",{style:{borderRadius:8,color:\"#09F\",border:\"1px dashed #09F\",background:\"rgba(0, 153, 255, 0.1)\",padding:20,display:\"flex\",flexDirection:\"column\",gap:5,fontFamily:DEFAULT_FONT_FAMILY,textAlign:\"center\",justifyContent:\"center\",width:164,...style},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,fontWeight:600,lineHeight:1,margin:0},children:\"Cookie Banner\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,lineHeight:1.5,margin:0},children:\"Put on a page to add a Cookie Banner.\"})]});}},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");function Backdrop({color}){return /*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:{position:\"absolute\",top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",backgroundColor:color,pointerEvents:\"none\"}});}addPropertyControls(CookieBanner,{gtmId:{title:\"GTM ID\",type:ControlType.String,placeholder:\"GTM-AAAAAAA\",description:\"Your GTM container ID.\\n[Learn more](https://www.framer.com/learn/cookie-banner/)\"},preview:{type:ControlType.Boolean,defaultValue:true,description:\"Lets you preview the banner on the Canvas.\"},trigger:{type:ControlType.Object,buttonTitle:\"Icon, Text\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:[\"text\",\"icon\",\"none\"],optionTitles:[\"Text\",\"Icon\",\"None\"],defaultValue:\"text\",displaySegmentedControl:true},iconType:{title:\"Icon\",type:ControlType.Enum,options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,hidden:props=>props.type!==\"icon\"},text:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.type!==\"text\"},textFont:{// @ts-ignore - internal\ntype:ControlType.Font,title:\" \",controls:\"extended\",hidden:props=>props.type!==\"text\"},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24,hidden:props=>props.type!==\"icon\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.type===\"none\"||props.type===\"icon\"&&props.iconType===\"custom\"},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===\"default\"}}},banner:{title:\"Banner\",type:ControlType.Object,buttonTitle:\"Font, Styles\",controls:{position:{type:ControlType.Enum,title:\"Position\",options:[\"top-left\",\"top-center\",\"top-right\",\"bottom-right\",\"bottom-center\",\"bottom-left\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Bottom Right\",\"Bottom Center\",\"Bottom Left\"],defaultValue:\"bottom-right\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},width:{title:\"Width\",type:ControlType.Number,defaultValue:360,min:200,max:1e3,displayStepper:true,step:5},containerWidth:{title:\"Wrapping\",type:ControlType.Number,defaultValue:0,min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:20,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},inset:{title:\"Inset\",type:ControlType.FusedNumber,toggleKey:\"insetPerSide\",toggleTitles:[\"Inset\",\"Inset per side\"],defaultValue:20,valueKeys:[\"insetTop\",\"insetRight\",\"insetBottom\",\"insetLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors, Shadow\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"extended\"},colorTitle:{title:\" \",type:ControlType.Color,defaultValue:\"#000\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"extended\"},colorBody:{title:\" \",type:ControlType.Color,defaultValue:\"#444\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#FFF\"},link:{title:\"Link\",type:ControlType.Color,optional:true,defaultValue:\"#999\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:14},width:{title:\"Width\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:1},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.05)\"}}},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100,defaultValue:4}}},backdrop:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\",hidden:(_,props)=>!props.content.euBlocking&&!props.content.worldBlocking}}},animation:{icon:\"effect\",buttonTitle:\"Options\",type:ControlType.Object,controls:{x:{type:ControlType.Number,displayStepper:true,defaultValue:0},y:{type:ControlType.Number,displayStepper:true,defaultValue:10},scale:{type:ControlType.Number,min:0,step:.1,defaultValue:1},transition:{type:ControlType.Transition}}}}},button:{title:\"Buttons\",type:ControlType.Object,buttonTitle:\"Variants, Style\",controls:{primary:{title:\"Primary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},secondary:{title:\"Secondary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EEE\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#444\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},labels:{type:ControlType.Object,controls:{accept:{type:ControlType.String,defaultValue:\"Accept\"},reject:{type:ControlType.String,defaultValue:\"Reject\"},acceptAll:{type:ControlType.String,defaultValue:\"Accept all\"},rejectAll:{type:ControlType.String,defaultValue:\"Reject all\"},customize:{type:ControlType.String,defaultValue:\"Customize\"},save:{type:ControlType.String,defaultValue:\"Save Preferences\"},confirm:{type:ControlType.String,defaultValue:\"Okay\"}}},font:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},tapOpacity:{title:\"Tap Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.4},hoverOpacity:{title:\"Hover Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.6},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"row\",\"column\"],// @ts-ignore - internal\noptionIcons:[\"direction-horizontal\",\"direction-vertical\"],defaultValue:\"row\",displaySegmentedControl:true},fluid:{title:\"Fluid\",type:ControlType.Boolean,defaultValue:true}}},content:{title:\"Regions\",type:ControlType.Object,buttonTitle:\"World, EU\",controls:{isEU:{title:\" \",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"EU\",disabledTitle:\"World\"},euType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"medium\",hidden:props=>!props.isEU},euTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.euType===\"simple\"||!props.isEU},euDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",displayTextArea:true,hidden:props=>!props.isEU},euPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link,defaultValue:\"https://www.framer.com/legal/policy/\"},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>!props.isEU},euDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>!props.isEU},euShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.euType!==\"advanced\"},euBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>!props.isEU},worldType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"simple\",hidden:props=>props.isEU},worldTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.worldType===\"simple\"||props.isEU},worldDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to personalize content, run ads, and analyze traffic.\",displayTextArea:true,hidden:props=>props.isEU},worldPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>props.isEU},worldDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>props.isEU},worldShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.worldType!==\"advanced\"},worldBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>props.isEU}}},options:{type:ControlType.Object,buttonTitle:\"Content, Styles\",hidden:(_,props)=>props.content.euType!==\"advanced\"&&props.content.worldType!==\"advanced\",controls:{preview:{type:ControlType.Boolean,defaultValue:false,description:\"Open when previewing banner on the canvas.\",hidden:(_,props)=>!props.preview},necessary:{title:\"Necessary\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Necessary\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables security and basic functionality.\",displayTextArea:true},optional:{title:\"Optional\",type:ControlType.Boolean,defaultValue:true}}},preferences:{title:\"Preferences\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Preferences\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables personalized content and settings.\",displayTextArea:true,optional:true}}},analytics:{title:\"Analytics\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Analytics\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables tracking of performance.\",displayTextArea:true}}},marketing:{title:\"Marketing\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Marketing\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables ads personalization and tracking.\",displayTextArea:true}}},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"basic\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"basic\"},background:{title:\"Background\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},width:{title:\"Width\",type:ControlType.Number,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"}}},toggleColor:{title:\"On\",type:ControlType.Color,defaultValue:\"#000\"},toggleColorInactive:{title:\"Off\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}}}}});CookieBanner.displayName=\"Cookie Banner\";\nexport const __FramerMetadata__ = {\"exports\":{\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cookies.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10mxbvm\",\"data-styles-preset\":\"RcWnenrF1\",children:\"Family Friendly\\u2028\\u2028Implenia\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e22b717)\nimport*as localizedValues from\"./HK6L8322i-0.js\";const valuesByLocaleId={Ywh0RpDIr:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,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\";import*as sharedStyle from\"https://framerusercontent.com/modules/FF2hoRPJVdU9M2IvwFLN/gi0F9QmLpqe1DyP284Gq/RcWnenrF1.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/II9z1vJLJx9KMqyONjgx/B6KU2bBykxjOdKh2Yi8I/HK6L8322i.js\";const enabledGestures={qmGFB_Dou:{hover:true}};const serializationHash=\"framer-8sYne\";const variantClassNames={qmGFB_Dou:\"framer-v-1ek322b\"};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=({badgeColor,badgeText,height,id,image,shadow,title,width,...props})=>{return{...props,et1Wx3i6V:badgeText??props.et1Wx3i6V??\"BlueBox\",G30u1paEO:title??props.G30u1paEO??\"Family Friendly\\u2028Implenia\",j5ElNggT4:badgeColor??props.j5ElNggT4??\"rgb(0, 159, 227)\",M2sF9Crab:image??props.M2sF9Crab,mDrE1aTE7:shadow??props.mDrE1aTE7??\"0px 2px 5px 0px rgba(0,0,0,0.25)\"};};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,M2sF9Crab,j5ElNggT4,et1Wx3i6V,G30u1paEO,mDrE1aTE7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"qmGFB_Dou\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ek322b\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"qmGFB_Dou\",ref:refBinding,style:{\"--1fc6735\":mDrE1aTE7,\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:\"none\",...style},variants:{\"qmGFB_Dou-hover\":{boxShadow:\"var(--1fc6735)\"}},...addPropertyOverrides({\"qmGFB_Dou-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(M2sF9Crab)},className:\"framer-300t9h\",layoutDependency:layoutDependency,layoutId:\"AHbjIeCge\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qol86u\",layoutDependency:layoutDependency,layoutId:\"DyzO6Ijuw\",style:{backgroundColor:j5ElNggT4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Source Sans Pro Semibold\", \"Source Sans Pro Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"BlueBox\"})}),className:\"framer-1c4mm0h\",fonts:[\"CUSTOM;Source Sans Pro Semibold\"],layoutDependency:layoutDependency,layoutId:\"XHsbkuekg\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:et1Wx3i6V,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ek2h7a\",\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"cpEudEJNi\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bca6ru\",layoutDependency:layoutDependency,layoutId:\"gtU8CVC3w\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10mxbvm\",\"data-styles-preset\":\"RcWnenrF1\",children:\"Family Friendly\\u2028\\u2028Implenia\"})}),className:\"framer-1xjv2ri\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zkmfe04hO\",text:G30u1paEO,verticalAlignment:\"top\",withExternalLayout:true})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8sYne.framer-1i9c3qo, .framer-8sYne .framer-1i9c3qo { display: block; }\",\".framer-8sYne.framer-1ek322b { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 323px; padding: 0px; position: relative; width: 323px; }\",\".framer-8sYne .framer-300t9h { flex: none; height: 207px; position: relative; width: 100%; }\",\".framer-8sYne .framer-1qol86u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 16px; overflow: hidden; padding: 1px 15px 1px 15px; position: absolute; top: 18px; width: min-content; }\",\".framer-8sYne .framer-1c4mm0h { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8sYne .framer-ek2h7a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 51px 0px 65px 26px; position: relative; width: 100%; }\",\".framer-8sYne .framer-bca6ru { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 90px; justify-content: flex-start; overflow: auto; padding: 0px; position: relative; width: 1px; }\",\".framer-8sYne .framer-1xjv2ri { flex: 0.9 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8sYne.framer-1ek322b, .framer-8sYne .framer-1qol86u, .framer-8sYne .framer-ek2h7a, .framer-8sYne .framer-bca6ru { gap: 0px; } .framer-8sYne.framer-1ek322b > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8sYne.framer-1ek322b > :first-child { margin-top: 0px; } .framer-8sYne.framer-1ek322b > :last-child { margin-bottom: 0px; } .framer-8sYne .framer-1qol86u > *, .framer-8sYne .framer-ek2h7a > *, .framer-8sYne .framer-bca6ru > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8sYne .framer-1qol86u > :first-child, .framer-8sYne .framer-ek2h7a > :first-child, .framer-8sYne .framer-bca6ru > :first-child { margin-left: 0px; } .framer-8sYne .framer-1qol86u > :last-child, .framer-8sYne .framer-ek2h7a > :last-child, .framer-8sYne .framer-bca6ru > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-8sYne[data-border=\"true\"]::after, .framer-8sYne [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 413\n * @framerIntrinsicWidth 323\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"323px\",null,null]},\"y1ig3AdSu\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"323px\",null,null]}}}\n * @framerVariables {\"M2sF9Crab\":\"image\",\"j5ElNggT4\":\"badgeColor\",\"et1Wx3i6V\":\"badgeText\",\"G30u1paEO\":\"title\",\"mDrE1aTE7\":\"shadow\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHK6L8322i=withCSS(Component,css,\"framer-8sYne\");export default FramerHK6L8322i;FramerHK6L8322i.displayName=\"cms-card\";FramerHK6L8322i.defaultProps={height:413,width:323};addPropertyControls(FramerHK6L8322i,{M2sF9Crab:{title:\"Image\",type:ControlType.ResponsiveImage},j5ElNggT4:{defaultValue:\"rgb(0, 159, 227)\",title:\"badge-color\",type:ControlType.Color},et1Wx3i6V:{defaultValue:\"BlueBox\",title:\"badge-text\",type:ControlType.String},G30u1paEO:{defaultValue:\"Family Friendly\\u2028Implenia\",title:\"Title\",type:ControlType.String},mDrE1aTE7:{defaultValue:[{blur:5,color:\"rgba(0,0,0,0.25)\",diffusion:.5,focus:.5,inset:false,spread:0,type:\"box\",x:0,y:2}],title:\"Shadow\",type:ControlType.BoxShadow}});addFonts(FramerHK6L8322i,[{explicitInter:true,fonts:[{family:\"Source Sans Pro Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/azSPPP25q1oxtGaGKk69GMUASxc.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHK6L8322i\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"M2sF9Crab\\\":\\\"image\\\",\\\"j5ElNggT4\\\":\\\"badgeColor\\\",\\\"et1Wx3i6V\\\":\\\"badgeText\\\",\\\"G30u1paEO\\\":\\\"title\\\",\\\"mDrE1aTE7\\\":\\\"shadow\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"323\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"323px\\\",null,null]},\\\"y1ig3AdSu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"323px\\\",null,null]}}}\",\"framerIntrinsicHeight\":\"413\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,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={UhthL3Cfb:{hover:true}};const serializationHash=\"framer-CcizW\";const variantClassNames={UhthL3Cfb:\"framer-v-ppm6u2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:1,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};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=({badgeColor,borderOnHover,budget,budgetPadding,cardBadge,cardDescriptionText,cardTitle,descriptionFontSize,duration,height,hoverBackround,id,shadowOnHover,time,titleSize,width,...props})=>{return{...props,DGmysqw3P:budget??props.DGmysqw3P??\"Start Budget: 700 CHF/EUR 20% of your working time\",Fy4tSKsUb:borderOnHover??props.Fy4tSKsUb??{borderColor:\"rgb(255, 19, 45)\",borderStyle:\"solid\",borderWidth:1},HJl7uRNWl:hoverBackround??props.HJl7uRNWl??\"rgba(255, 18, 46, 0.12)\",kNbZhhz9P:budgetPadding??props.kNbZhhz9P??\"0px 30px 0px 0px\",kVh6qWkJ7:badgeColor??props.kVh6qWkJ7??\"rgb(255, 19, 45)\",m0zcztXDT:descriptionFontSize??props.m0zcztXDT??21,m1tA47VbL:cardBadge??props.m1tA47VbL??\"Validate\",n6g5lFIz6:shadowOnHover??props.n6g5lFIz6??\"0px 0px 30px 1px rgba(255, 18, 46, 0.37)\",wB9iWTYqf:time??props.wB9iWTYqf??\"Start Budget: 700 CHF/EUR 20% of your working time\",WOmbwww2j:duration??props.WOmbwww2j??\"Duration: 2 months\",XLSQh6PVy:cardTitle??props.XLSQh6PVy??\"RedBox\",xOdQR9I0B:cardDescriptionText??props.xOdQR9I0B??\"You\u2019ve taken the first step -welcome to the RedBox phase! In this phase, you\u2019ll validate your idea and test its business potential. The RedBox concludes with you pitching your idea to internal sponsors to secure funding for the BlueBox phase.\",zP0qA9dad:titleSize??props.zP0qA9dad??21};};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,m1tA47VbL,XLSQh6PVy,xOdQR9I0B,HJl7uRNWl,Fy4tSKsUb,n6g5lFIz6,kVh6qWkJ7,zP0qA9dad,m0zcztXDT,WOmbwww2j,DGmysqw3P,kNbZhhz9P,wB9iWTYqf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"UhthL3Cfb\",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-ppm6u2\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UhthL3Cfb\",ref:refBinding,style:{\"--1fy0jtd\":n6g5lFIz6,\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 18, 46, 0)\",boxShadow:\"none\",...style},variants:{\"UhthL3Cfb-hover\":{\"--border-bottom-width\":(Fy4tSKsUb.borderBottomWidth??Fy4tSKsUb.borderWidth)+\"px\",\"--border-color\":Fy4tSKsUb.borderColor,\"--border-left-width\":(Fy4tSKsUb.borderLeftWidth??Fy4tSKsUb.borderWidth)+\"px\",\"--border-right-width\":(Fy4tSKsUb.borderRightWidth??Fy4tSKsUb.borderWidth)+\"px\",\"--border-style\":Fy4tSKsUb.borderStyle,\"--border-top-width\":(Fy4tSKsUb.borderTopWidth??Fy4tSKsUb.borderWidth)+\"px\",backgroundColor:HJl7uRNWl,boxShadow:\"var(--1fy0jtd)\"}},...addPropertyOverrides({\"UhthL3Cfb-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cm7djo\",layoutDependency:layoutDependency,layoutId:\"qK4pjgmWb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Source Sans Pro Semibold\", \"Source Sans Pro Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-zP0qA9dad-IqqJ1y2L8) * 1px)\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-kVh6qWkJ7-IqqJ1y2L8))\"},children:\"Validate\"})}),className:\"framer-1dfxucm\",\"data-framer-name\":\"Validate\",fonts:[\"CUSTOM;Source Sans Pro Semibold\"],layoutDependency:layoutDependency,layoutId:\"ulgBmr2cp\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-kVh6qWkJ7-IqqJ1y2L8)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-kVh6qWkJ7-IqqJ1y2L8\":kVh6qWkJ7,\"--variable-reference-zP0qA9dad-IqqJ1y2L8\":zP0qA9dad},text:m1tA47VbL,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Source Sans Pro Semibold\", \"Source Sans Pro Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.66px\"},children:\"RedBox\"})}),className:\"framer-jt797j\",\"data-framer-name\":\"WIR SIND HERGER HOME\",fonts:[\"CUSTOM;Source Sans Pro Semibold\"],layoutDependency:layoutDependency,layoutId:\"WU5RfrgSC\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:XLSQh6PVy,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m0zcztXDT-IqqJ1y2L8) * 1px)\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.3em\"},children:\"You\u2019ve taken the first step -welcome to the RedBox phase! In this phase, you\u2019ll validate your idea and test its business potential. The RedBox concludes with you pitching your idea to internal sponsors to secure funding for the BlueBox phase.Duration: 2 monthsStart Budget: 700 CHF/EUR 20% of your working time\"})}),className:\"framer-1lppu26\",\"data-framer-name\":\"Egal, ob Sie kaufen,\",fonts:[\"CUSTOM;Source Sans Pro Light\"],layoutDependency:layoutDependency,layoutId:\"bML8PEcKZ\",style:{\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-m0zcztXDT-IqqJ1y2L8\":m0zcztXDT},text:xOdQR9I0B,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yngftd\",layoutDependency:layoutDependency,layoutId:\"fODDzsGq3\",style:{\"--3ata14\":numberToPixelString(kNbZhhz9P)},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m0zcztXDT-IqqJ1y2L8) * 1px)\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.3em\"},children:\"Duration: 2 months\"})}),className:\"framer-1molg6\",\"data-framer-name\":\"Egal, ob Sie kaufen,\",fonts:[\"CUSTOM;Source Sans Pro Light\"],layoutDependency:layoutDependency,layoutId:\"CQygXkEAH\",style:{\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-m0zcztXDT-IqqJ1y2L8\":m0zcztXDT},text:WOmbwww2j,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3yz93k\",layoutDependency:layoutDependency,layoutId:\"d9gBtCD8P\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m0zcztXDT-IqqJ1y2L8) * 1px)\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.3em\"},children:\"Start Budget: 700 CHF/EUR 20% of your working time\"})}),className:\"framer-nu9m5f\",\"data-framer-name\":\"Egal, ob Sie kaufen,\",fonts:[\"CUSTOM;Source Sans Pro Light\"],layoutDependency:layoutDependency,layoutId:\"ODDYXO5yW\",style:{\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-m0zcztXDT-IqqJ1y2L8\":m0zcztXDT},text:DGmysqw3P,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.58px\",\"--framer-line-height\":\"1.3em\"},children:\"Start Budget: 700 CHF/EUR 20% of your working time\"})}),className:\"framer-1ebz349\",\"data-framer-name\":\"Egal, ob Sie kaufen,\",fonts:[\"CUSTOM;Source Sans Pro Light\"],layoutDependency:layoutDependency,layoutId:\"yf8_g35q1\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:wB9iWTYqf,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CcizW.framer-15y49gv, .framer-CcizW .framer-15y49gv { display: block; }\",\".framer-CcizW.framer-ppm6u2 { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 20px 20px 26px; position: relative; width: 323px; }\",\".framer-CcizW .framer-1cm7djo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CcizW .framer-1dfxucm { flex: none; height: 22px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CcizW .framer-jt797j, .framer-CcizW .framer-1lppu26, .framer-CcizW .framer-1molg6, .framer-CcizW .framer-nu9m5f, .framer-CcizW .framer-1ebz349 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CcizW .framer-1yngftd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: var(--3ata14); position: relative; width: 100%; }\",\".framer-CcizW .framer-3yz93k { 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%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CcizW.framer-ppm6u2, .framer-CcizW .framer-1cm7djo, .framer-CcizW .framer-1yngftd, .framer-CcizW .framer-3yz93k { gap: 0px; } .framer-CcizW.framer-ppm6u2 > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-CcizW.framer-ppm6u2 > :first-child, .framer-CcizW .framer-1cm7djo > :first-child, .framer-CcizW .framer-1yngftd > :first-child, .framer-CcizW .framer-3yz93k > :first-child { margin-top: 0px; } .framer-CcizW.framer-ppm6u2 > :last-child, .framer-CcizW .framer-1cm7djo > :last-child, .framer-CcizW .framer-1yngftd > :last-child, .framer-CcizW .framer-3yz93k > :last-child { margin-bottom: 0px; } .framer-CcizW .framer-1cm7djo > *, .framer-CcizW .framer-1yngftd > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-CcizW .framer-3yz93k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",'.framer-CcizW[data-border=\"true\"]::after, .framer-CcizW [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 508\n * @framerIntrinsicWidth 323\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OzaFRdX1_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"m1tA47VbL\":\"cardBadge\",\"XLSQh6PVy\":\"cardTitle\",\"xOdQR9I0B\":\"cardDescriptionText\",\"HJl7uRNWl\":\"hoverBackround\",\"Fy4tSKsUb\":\"borderOnHover\",\"n6g5lFIz6\":\"shadowOnHover\",\"kVh6qWkJ7\":\"badgeColor\",\"zP0qA9dad\":\"titleSize\",\"m0zcztXDT\":\"descriptionFontSize\",\"WOmbwww2j\":\"duration\",\"DGmysqw3P\":\"budget\",\"kNbZhhz9P\":\"budgetPadding\",\"wB9iWTYqf\":\"time\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIqqJ1y2L8=withCSS(Component,css,\"framer-CcizW\");export default FramerIqqJ1y2L8;FramerIqqJ1y2L8.displayName=\"box\";FramerIqqJ1y2L8.defaultProps={height:508,width:323};addPropertyControls(FramerIqqJ1y2L8,{m1tA47VbL:{defaultValue:\"Validate\",displayTextArea:false,title:\"card-badge\",type:ControlType.String},XLSQh6PVy:{defaultValue:\"RedBox\",displayTextArea:false,title:\"Card-Title\",type:ControlType.String},xOdQR9I0B:{defaultValue:\"You\u2019ve taken the first step -welcome to the RedBox phase! In this phase, you\u2019ll validate your idea and test its business potential. The RedBox concludes with you pitching your idea to internal sponsors to secure funding for the BlueBox phase.\",displayTextArea:true,title:\"Card-description-Text\",type:ControlType.String},HJl7uRNWl:{defaultValue:\"rgba(255, 18, 46, 0.12)\",title:\"hover-backround\",type:ControlType.Color},Fy4tSKsUb:{defaultValue:{borderColor:\"rgb(255, 19, 45)\",borderStyle:\"solid\",borderWidth:1},title:\"Border-on-hover\",type:ControlType.Border},n6g5lFIz6:{defaultValue:[{blur:30,color:\"rgba(255, 18, 46, 0.37)\",diffusion:.5,focus:.5,inset:false,spread:1,type:\"box\",x:0,y:0}],title:\"Shadow-on-hover\",type:ControlType.BoxShadow},kVh6qWkJ7:{defaultValue:\"rgb(255, 19, 45)\",title:\"badge-Color\",type:ControlType.Color},zP0qA9dad:{defaultValue:21,title:\"title-size\",type:ControlType.Number},m0zcztXDT:{defaultValue:21,title:\"description-Font Size\",type:ControlType.Number},WOmbwww2j:{defaultValue:\"Duration: 2 months\",displayTextArea:false,title:\"duration\",type:ControlType.String},DGmysqw3P:{defaultValue:\"Start Budget: 700 CHF/EUR 20% of your working time\",displayTextArea:false,title:\"budget\",type:ControlType.String},kNbZhhz9P:{defaultValue:\"0px 30px 0px 0px\",title:\"budget-padding\",type:ControlType.Padding},wB9iWTYqf:{defaultValue:\"Start Budget: 700 CHF/EUR 20% of your working time\",displayTextArea:false,title:\"time\",type:ControlType.String}});addFonts(FramerIqqJ1y2L8,[{explicitInter:true,fonts:[{family:\"Source Sans Pro Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/azSPPP25q1oxtGaGKk69GMUASxc.woff2\"},{family:\"Source Sans Pro Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/pQjwXeJYSCmFRk0xThs5RftEAA.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIqqJ1y2L8\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OzaFRdX1_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"508\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"m1tA47VbL\\\":\\\"cardBadge\\\",\\\"XLSQh6PVy\\\":\\\"cardTitle\\\",\\\"xOdQR9I0B\\\":\\\"cardDescriptionText\\\",\\\"HJl7uRNWl\\\":\\\"hoverBackround\\\",\\\"Fy4tSKsUb\\\":\\\"borderOnHover\\\",\\\"n6g5lFIz6\\\":\\\"shadowOnHover\\\",\\\"kVh6qWkJ7\\\":\\\"badgeColor\\\",\\\"zP0qA9dad\\\":\\\"titleSize\\\",\\\"m0zcztXDT\\\":\\\"descriptionFontSize\\\",\\\"WOmbwww2j\\\":\\\"duration\\\",\\\"DGmysqw3P\\\":\\\"budget\\\",\\\"kNbZhhz9P\\\":\\\"budgetPadding\\\",\\\"wB9iWTYqf\\\":\\\"time\\\"}\",\"framerIntrinsicWidth\":\"323\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IqqJ1y2L8.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail)}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=\"https://i.ytimg.com/vi_webp/\";const ext=\"webp\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"560\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"315\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "export const centerContent = {\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const autoSizingText = {\n    width: \"max-content\",\n    wordBreak: \"break-word\",\n    overflowWrap: \"break-word\",\n    overflow: \"hidden\",\n    whiteSpace: \"pre-wrap\",\n    flexShrink: 0\n};\nexport const defaultContainerStyles = {\n    ...centerContent,\n    overflow: \"hidden\"\n};\nexport const containerStyles = defaultContainerStyles;\nexport const randomColor = ()=>\"#\" + Math.floor(Math.random() * 16777215).toString(16)\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"centerContent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"autoSizingText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultContainerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomColor\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";// Learn more: https://www.framer.com/developers/overrides/\nconst useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withClass(Component){return props=>{props.className+=\" play\"// Remember to add a space\n;return /*#__PURE__*/_jsx(Component,{...props});};}export function withHover(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1.05}});};}export function withRandomColor(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withClass\":{\"type\":\"reactHoc\",\"name\":\"withClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Class.map", "// Generated by Framer (ae50a0d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}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{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/VTIRgCtWbPApsTjNtLlL/YouTube.js\";import{withClass}from\"https://framerusercontent.com/modules/yDMdpPptpT43uz5L0eEb/BTASju4r2q0sNaQmoTDm/Class.js\";const FeatherFonts=getFonts(Feather);const MotionDivWithClassi7hang=withCodeBoundaryForOverrides(motion.div,{nodeId:\"tFsUwR_VG\",override:withClass,scopeId:\"uTfQVHWWR\"});const YouTubeFonts=getFonts(YouTube);const cycleOrder=[\"xo3f2Rsnx\",\"AtgTGNVMq\",\"bcPZqyD8F\",\"wf7pK1Y50\",\"YrgQDfChQ\",\"zP3AddxMW\"];const serializationHash=\"framer-5kl0k\";const variantClassNames={AtgTGNVMq:\"framer-v-lg6gnf\",bcPZqyD8F:\"framer-v-nnracu\",wf7pK1Y50:\"framer-v-7rznt\",xo3f2Rsnx:\"framer-v-1hfzzto\",YrgQDfChQ:\"framer-v-24vijd\",zP3AddxMW:\"framer-v-dp7s4h\"};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 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 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={\"Variant 1\":\"xo3f2Rsnx\",\"Variant 2\":\"AtgTGNVMq\",\"Variant 3\":\"bcPZqyD8F\",\"Variant 4\":\"wf7pK1Y50\",\"Variant 5\":\"YrgQDfChQ\",\"Variant 6\":\"zP3AddxMW\"};const getProps=({height,id,radius,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xo3f2Rsnx\",YSemwuN3z:radius??props.YSemwuN3z??\"25px\"};};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,YSemwuN3z,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xo3f2Rsnx\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearpt430v=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bcPZqyD8F\"),200);});const onTapw4ddh7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"xo3f2Rsnx\");});const onAppearspvhvt=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"zP3AddxMW\"),200);});const onTaptigoec=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"wf7pK1Y50\");});const onTap15j28an=activeVariantCallback(async(...args)=>{setVariant(\"AtgTGNVMq\");});const onTap1cz9h3e=activeVariantCallback(async(...args)=>{setVariant(\"YrgQDfChQ\");});const onTapp2375x=activeVariantCallback(async(...args)=>{setVariant(\"wf7pK1Y50\");});useOnVariantChange(baseVariant,{AtgTGNVMq:onAppearpt430v,YrgQDfChQ:onAppearspvhvt});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-1hfzzto\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"xo3f2Rsnx\",ref:refBinding,style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{wf7pK1Y50:{borderBottomLeftRadius:radiusForCorner(YSemwuN3z,3),borderBottomRightRadius:radiusForCorner(YSemwuN3z,2),borderTopLeftRadius:radiusForCorner(YSemwuN3z,0),borderTopRightRadius:radiusForCorner(YSemwuN3z,1)},YrgQDfChQ:{borderBottomLeftRadius:radiusForCorner(YSemwuN3z,3),borderBottomRightRadius:radiusForCorner(YSemwuN3z,2),borderTopLeftRadius:radiusForCorner(YSemwuN3z,0),borderTopRightRadius:radiusForCorner(YSemwuN3z,1)},zP3AddxMW:{borderBottomLeftRadius:radiusForCorner(YSemwuN3z,3),borderBottomRightRadius:radiusForCorner(YSemwuN3z,2),borderTopLeftRadius:radiusForCorner(YSemwuN3z,0),borderTopRightRadius:radiusForCorner(YSemwuN3z,1)}},...addPropertyOverrides({AtgTGNVMq:{\"data-framer-name\":\"Variant 2\",\"data-highlight\":true},bcPZqyD8F:{\"data-framer-name\":\"Variant 3\",\"data-highlight\":true,onTap:onTapw4ddh7},wf7pK1Y50:{\"data-framer-name\":\"Variant 4\"},YrgQDfChQ:{\"data-framer-name\":\"Variant 5\",\"data-highlight\":true},zP3AddxMW:{\"data-framer-name\":\"Variant 6\",\"data-highlight\":true,onTap:onTaptigoec}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5000000000000002-(componentViewport?.height||580)*1/2)),pixelHeight:714,pixelWidth:1272,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/nf5k74TbXNtDKci4DCEhzLGOQDo.png\",srcSet:\"https://framerusercontent.com/images/nf5k74TbXNtDKci4DCEhzLGOQDo.png?scale-down-to=512 512w,https://framerusercontent.com/images/nf5k74TbXNtDKci4DCEhzLGOQDo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nf5k74TbXNtDKci4DCEhzLGOQDo.png 1272w\"},className:\"framer-pceyk9\",\"data-framer-name\":\"poster\",layoutDependency:layoutDependency,layoutId:\"KhZgHnllx\",style:{opacity:1},variants:{bcPZqyD8F:{opacity:0},wf7pK1Y50:{opacity:1},YrgQDfChQ:{opacity:1},zP3AddxMW:{opacity:0}},children:/*#__PURE__*/_jsx(MotionDivWithClassi7hang,{className:\"framer-i7hang\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tFsUwR_VG\",onTap:onTap15j28an,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0.8)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},...addPropertyOverrides({wf7pK1Y50:{onTap:onTap1cz9h3e},zP3AddxMW:{onTap:onTapp2375x}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fyf09q-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"K3DupEFhl-container\",nodeId:\"K3DupEFhl\",rendersWithMotion:true,scopeId:\"uTfQVHWWR\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"play\",iconSelection:\"home\",id:\"K3DupEFhl\",layoutId:\"K3DupEFhl\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({AtgTGNVMq:{iconSearch:\"pause\",iconSelection:\"pause\",selectByList:true},bcPZqyD8F:{iconSearch:\"pause\",iconSelection:\"pause\",selectByList:true},YrgQDfChQ:{iconSearch:\"pause\",iconSelection:\"pause\",selectByList:true},zP3AddxMW:{iconSearch:\"pause\",iconSelection:\"pause\",selectByList:true}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b920zw-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"V9EgvZ78x-container\",nodeId:\"V9EgvZ78x\",rendersWithMotion:true,scopeId:\"uTfQVHWWR\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"V9EgvZ78x\",isMixedBorderRadius:false,isRed:true,layoutId:\"V9EgvZ78x\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/NAM95L3MAec?si=2gWSftXwQi6cRjEM\",width:\"100%\",...addPropertyOverrides({bcPZqyD8F:{play:\"Off\"},zP3AddxMW:{play:\"Off\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5kl0k.framer-zghnsj, .framer-5kl0k .framer-zghnsj { display: block; }\",\".framer-5kl0k.framer-1hfzzto { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 580px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1090px; }\",\".framer-5kl0k .framer-pceyk9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-5kl0k .framer-i7hang { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 80px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5kl0k .framer-1fyf09q-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-5kl0k .framer-1b920zw-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5kl0k.framer-1hfzzto, .framer-5kl0k .framer-pceyk9, .framer-5kl0k .framer-i7hang { gap: 0px; } .framer-5kl0k.framer-1hfzzto > *, .framer-5kl0k .framer-pceyk9 > *, .framer-5kl0k .framer-i7hang > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5kl0k.framer-1hfzzto > :first-child, .framer-5kl0k .framer-pceyk9 > :first-child, .framer-5kl0k .framer-i7hang > :first-child { margin-left: 0px; } .framer-5kl0k.framer-1hfzzto > :last-child, .framer-5kl0k .framer-pceyk9 > :last-child, .framer-5kl0k .framer-i7hang > :last-child { margin-right: 0px; } }\",\".framer-5kl0k.framer-v-nnracu.framer-1hfzzto { cursor: pointer; }\",\".framer-5kl0k.framer-v-7rznt.framer-1hfzzto, .framer-5kl0k.framer-v-24vijd.framer-1hfzzto { will-change: var(--framer-will-change-override, transform); }\",\".framer-5kl0k.framer-v-7rznt .framer-i7hang, .framer-5kl0k.framer-v-24vijd .framer-i7hang { height: 40px; width: 40px; }\",\".framer-5kl0k.framer-v-7rznt .framer-1fyf09q-container, .framer-5kl0k.framer-v-24vijd .framer-1fyf09q-container { height: 18px; width: 18px; }\",\".framer-5kl0k.framer-v-dp7s4h.framer-1hfzzto { cursor: pointer; will-change: var(--framer-will-change-override, transform); }\",'.framer-5kl0k[data-border=\"true\"]::after, .framer-5kl0k [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 580\n * @framerIntrinsicWidth 1090\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"AtgTGNVMq\":{\"layout\":[\"fixed\",\"fixed\"]},\"bcPZqyD8F\":{\"layout\":[\"fixed\",\"fixed\"]},\"wf7pK1Y50\":{\"layout\":[\"fixed\",\"fixed\"]},\"YrgQDfChQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"zP3AddxMW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"YSemwuN3z\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruTfQVHWWR=withCSS(Component,css,\"framer-5kl0k\");export default FrameruTfQVHWWR;FrameruTfQVHWWR.displayName=\"video-wrapper\";FrameruTfQVHWWR.defaultProps={height:580,width:1090};addPropertyControls(FrameruTfQVHWWR,{variant:{options:[\"xo3f2Rsnx\",\"AtgTGNVMq\",\"bcPZqyD8F\",\"wf7pK1Y50\",\"YrgQDfChQ\",\"zP3AddxMW\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},YSemwuN3z:{defaultValue:\"25px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(FrameruTfQVHWWR,[{explicitInter:true,fonts:[]},...FeatherFonts,...YouTubeFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruTfQVHWWR\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"YSemwuN3z\\\":\\\"radius\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"580\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AtgTGNVMq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bcPZqyD8F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wf7pK1Y50\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YrgQDfChQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zP3AddxMW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1090\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uTfQVHWWR.map", "// Generated by Framer (f030ee3)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={lNy8o8nLB:new LazyValue(()=>import(\"./augiA20Il-0.js\")),Ow5EJOGGR:new LazyValue(()=>import(\"./augiA20Il-1.js\")),Ywh0RpDIr:new LazyValue(()=>import(\"./augiA20Il-2.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/WtTwrQcMhFJpd4DOJv98/Cookies.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import Navbar from\"#framer/local/canvasComponent/b8qK6XbS_/b8qK6XbS_.js\";import Button from\"#framer/local/canvasComponent/hGiesfjKS/hGiesfjKS.js\";import CmsCard from\"#framer/local/canvasComponent/HK6L8322i/HK6L8322i.js\";import Box from\"#framer/local/canvasComponent/IqqJ1y2L8/IqqJ1y2L8.js\";import Footer from\"#framer/local/canvasComponent/LqmjtQtv5/LqmjtQtv5.js\";import Slide from\"#framer/local/canvasComponent/TI14sFqyk/TI14sFqyk.js\";import VideoWrapper from\"#framer/local/canvasComponent/uTfQVHWWR/uTfQVHWWR.js\";import Button1 from\"#framer/local/canvasComponent/zS1BpkrMf/zS1BpkrMf.js\";import FaqWrapper from\"#framer/local/canvasComponent/ZtXzsAg8z/ZtXzsAg8z.js\";import{Counter}from\"#framer/local/codeFile/LDNSv9Q/Counter1.js\";import Stories from\"#framer/local/collection/dVo2PsL4W/dVo2PsL4W.js\";import*as sharedStyle2 from\"#framer/local/css/RkOZ6b9HI/RkOZ6b9HI.js\";import*as sharedStyle from\"#framer/local/css/RW_ZtKVfu/RW_ZtKVfu.js\";import*as sharedStyle1 from\"#framer/local/css/WVYOgUbhq/WVYOgUbhq.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const CookieBannerFonts=getFonts(CookieBanner);const NavbarFonts=getFonts(Navbar);const FeatherFonts=getFonts(Feather);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const ButtonFonts=getFonts(Button);const CounterFonts=getFonts(Counter);const Button1Fonts=getFonts(Button1);const VideoWrapperFonts=getFonts(VideoWrapper);const BoxFonts=getFonts(Box);const SlideshowFonts=getFonts(Slideshow);const SlideFonts=getFonts(Slide);const CmsCardFonts=getFonts(CmsCard);const FaqWrapperFonts=getFonts(FaqWrapper);const FooterFonts=getFonts(Footer);const breakpoints={ATs3h71BQ:\"(min-width: 540px) and (max-width: 767px)\",Ewp2uV4PV:\"(min-width: 768px) and (max-width: 1023px)\",IIiHZSsjt:\"(max-width: 539px)\",WQLkyLRf1:\"(min-width: 1440px)\",X5zGyRruo:\"(min-width: 1024px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-zlnyi\";const variantClassNames={ATs3h71BQ:\"framer-v-17mgici\",Ewp2uV4PV:\"framer-v-1r47u94\",IIiHZSsjt:\"framer-v-klc2i4\",WQLkyLRf1:\"framer-v-72rtr7\",X5zGyRruo:\"framer-v-nqawlp\"};const transition1={bounce:0,delay:0,duration:1,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-150,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition2={bounce:0,delay:0,duration:.8,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"default\":return\"WE ARE LOOKING FOR YOUR IDEA\";case\"lNy8o8nLB\":return\"WIR SUCHEN DEINE IDEE\";case\"Ow5EJOGGR\":return\"NOUS RECHERCHONS VOTRE ID\\xc9E\";case\"Ywh0RpDIr\":return\"CERCHIAMO LA TUA IDEA\";default:return\"\";}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,y:-10};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"small-desk\":\"X5zGyRruo\",\"surface-duo\":\"ATs3h71BQ\",\"tab-custom\":\"Ewp2uV4PV\",Desktop:\"WQLkyLRf1\",mobile:\"IIiHZSsjt\"};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,o90Z1KkYuRP42w9LUD,OfIY2U5ijRP42w9LUD,YUkCxJNY3RP42w9LUD,JEUcTVBoXRP42w9LUD,VFeq_908NRP42w9LUD,idRP42w9LUD,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const vivELKi1w3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const textContent=toString(convertFromEnum(activeLocale?.id,activeLocale));const isDisplayed=()=>{if(!isBrowser())return true;if([\"ATs3h71BQ\",\"IIiHZSsjt\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ATs3h71BQ\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"IIiHZSsjt\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"Ewp2uV4PV\",\"ATs3h71BQ\",\"IIiHZSsjt\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"Ewp2uV4PV\",\"ATs3h71BQ\"].includes(baseVariant))return true;return false;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bcx6z1-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"DnwbN109D\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-right\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:14,width:0},colorBody:\"rgb(68, 68, 68)\",colorTitle:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fontBody:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0.01em\",lineHeight:\"1.3em\"},fontTitle:{fontFamily:'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},link:\"rgb(0, 0, 0)\",shadow:{shadowBlur:20,shadowColor:\"rgba(13, 13, 13, 0.72)\",shadowX:0,shadowY:0}},width:360,zIndex:10},button:{borderRadius:2,direction:\"column\",fluid:true,font:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},hoverOpacity:.6,labels:{accept:\"Accept\",acceptAll:\"Accept all\",confirm:\"Okay\",customize:\"Customize\",reject:\"Reject\",rejectAll:\"Reject all\",save:\"Save Preferences\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"rgb(255, 255, 255)\",fill:\"rgb(255, 184, 28)\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},tapOpacity:.4},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",euPolicy:{label:\"Cookie Policy\",link:\"https://www.framer.com/legal/policy/\",prefix:\"Read our\"},euShowReject:true,euTitle:\"Cookie Settings\",euType:\"advanced\",isEU:false,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"advanced\"},gtmId:\" GTM-N323MNPP\",height:\"100%\",id:\"DnwbN109D\",layoutId:\"DnwbN109D\",options:{analytics:{description:\"Enables tracking of performance.\",title:\"Analytics\"},marketing:{description:\"Enables ads personalization and tracking.\",title:\"Marketing\"},necessary:{description:\"Enables security and basic functionality.\",optional:true,title:\"Necessary\"},preferences:{description:\"Enables personalized content and settings.\",title:\"Preferences\"},preview:true,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif'},fontTitle:{fontFamily:'\"Source Sans Pro Semibold\", \"Source Sans Pro Semibold Placeholder\", sans-serif'},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:false,trigger:{color:\"rgb(0, 0, 0)\",iconSize:24,iconType:\"default\",text:\"Cookie Settings\",textFont:{fontFamily:'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},type:\"icon\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:129,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1cewsb0-container\",id:\"1cewsb0\",nodeId:\"sQU1xRPEC\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{variant:overlay.visible?\"Ky5Z9V3FC\":\"Ky5Z9V3FC\"},Ewp2uV4PV:{variant:overlay.visible?\"AdxnA6CpJ\":\"AdxnA6CpJ\"},IIiHZSsjt:{variant:overlay.visible?\"grgIIRtNc\":\"grgIIRtNc\"},X5zGyRruo:{variant:\"EbFVEXEw2\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"sQU1xRPEC\",layoutId:\"sQU1xRPEC\",style:{width:\"100%\"},variant:\"nEuP8MyFH\",vivELKi1w:vivELKi1w3bnx0g({overlay}),width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1q72nq9\"),\"data-framer-portal-id\":\"1cewsb0\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"eBjna5nRD\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-14vxgxb\"),\"data-framer-name\":\"wrpper\",\"data-framer-portal-id\":\"1cewsb0\",exit:animation,initial:animation2,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n28goi\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ixpolx\",\"data-framer-name\":\"link -erapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Q57o5DixA\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Home\"})})})})},IIiHZSsjt:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Q57o5DixA\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Home\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Q57o5DixA\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Home\"})})})}),className:\"framer-1rwi55v\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],onTap:onTap1wnntms({overlay}),verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o92K4ArY_\"},motionChild:true,nodeId:\"v5GsWFR4B\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Stories\"})})})})},IIiHZSsjt:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o92K4ArY_\"},motionChild:true,nodeId:\"v5GsWFR4B\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Stories\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o92K4ArY_\"},motionChild:true,nodeId:\"v5GsWFR4B\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Stories\"})})})}),className:\"framer-1hrckdz\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],onTap:onTap1wnntms({overlay}),verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"esxPm3cAJ\"},motionChild:true,nodeId:\"bsjd8QKIK\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Community\"})})})})},IIiHZSsjt:{children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"esxPm3cAJ\"},motionChild:true,nodeId:\"bsjd8QKIK\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Community\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"esxPm3cAJ\"},motionChild:true,nodeId:\"bsjd8QKIK\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Community\"})})})}),className:\"framer-1ctisic\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],onTap:onTap1wnntms({overlay}),verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RHvBQeKZl\"},motionChild:true,nodeId:\"CizybFdED\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Contact\"})})})})},IIiHZSsjt:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RHvBQeKZl\"},motionChild:true,nodeId:\"CizybFdED\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Contact\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RHvBQeKZl\"},motionChild:true,nodeId:\"CizybFdED\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11px6du\",\"data-styles-preset\":\"RW_ZtKVfu\",children:\"Contact\"})})})}),className:\"framer-e5yr7p\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],onTap:onTap1wnntms({overlay}),verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1filo4\",\"data-framer-name\":\"close-toogle\",onTap:onTap1wnntms({overlay}),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11sl8bl-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qry4k5xDr\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(224, 77, 89)\",height:\"100%\",iconSearch:\"X\",iconSelection:\"home\",id:\"qry4k5xDr\",layoutId:\"qry4k5xDr\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2648,pixelWidth:5628,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Ef9RhN4qCavAHmgptzuOTyr45nQ.webp\",srcSet:\"https://framerusercontent.com/images/Ef9RhN4qCavAHmgptzuOTyr45nQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Ef9RhN4qCavAHmgptzuOTyr45nQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ef9RhN4qCavAHmgptzuOTyr45nQ.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ef9RhN4qCavAHmgptzuOTyr45nQ.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/Ef9RhN4qCavAHmgptzuOTyr45nQ.webp 5628w\"},className:\"framer-19i6gs6\",\"data-framer-name\":\"hero-section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{background:{alt:\"\",fit:\"fill\",pixelHeight:1686,pixelWidth:1236,sizes:\"168px\",src:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png\",srcSet:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png?scale-down-to=1024 750w,https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png 1236w\"}},Ewp2uV4PV:{background:{alt:\"\",fit:\"fill\",pixelHeight:1686,pixelWidth:1236,sizes:\"190px\",src:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png\",srcSet:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png?scale-down-to=1024 750w,https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png 1236w\"}},IIiHZSsjt:{background:{alt:\"\",fit:\"fill\",pixelHeight:1686,pixelWidth:1236,sizes:\"112px\",src:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png\",srcSet:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png?scale-down-to=1024 750w,https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png 1236w\"}},X5zGyRruo:{background:{alt:\"\",fit:\"fill\",pixelHeight:1686,pixelWidth:1236,sizes:\"210px\",src:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png\",srcSet:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png?scale-down-to=1024 750w,https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png 1236w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation3,background:{alt:\"\",fit:\"fill\",pixelHeight:1686,pixelWidth:1236,sizes:\"412px\",src:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png\",srcSet:\"https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png?scale-down-to=1024 750w,https://framerusercontent.com/images/qA466BUkLmVgb4YWzwyauAquDQ4.png 1236w\"},className:\"framer-16rctmq\",\"data-framer-appear-id\":\"16rctmq\",initial:animation4,optimized:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ptxdl0\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Shape the future of Implenia!\"})})},IIiHZSsjt:{children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Shape the future of Implenia!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-line-height\":\"31px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Shape the future of Implenia!\"})}),className:\"framer-1v5mwfy\",\"data-framer-name\":\"Shape the future of Implenia!\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kb6izk\",\"data-framer-name\":\"text-arapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-oo06z6\",\"data-styles-preset\":\"WVYOgUbhq\",children:\"WE ARE LOOKING\"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-oo06z6\",\"data-styles-preset\":\"WVYOgUbhq\",children:\"FOR YOUR IDEA\"})]}),className:\"framer-1x8sf0u\",\"data-framer-name\":\"LET US GUIDE YOU HOM\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eyeygh-container\",nodeId:\"Qcq6mIVzx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{P0ZWuTKXH:\"12px 24px 12px 24px\",rgembLlOt:16},Ewp2uV4PV:{P0ZWuTKXH:\"17px 35px 17px 35px\",rgembLlOt:18},IIiHZSsjt:{P0ZWuTKXH:\"10px 20px 10px 20px\",rgembLlOt:14}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"Qcq6mIVzx\",layoutId:\"Qcq6mIVzx\",O6U8YVhE4:getLocalizedValue(\"v15\",activeLocale)??\"Bring your idea to life!\",P0ZWuTKXH:\"17px 28px 17px 28px\",rgembLlOt:21,SOehiRz41:\"https://app.rready.com/kickbox/create-ticket\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1idzk40\",\"data-framer-name\":\"kickbox-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jdo46m\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c92vg1\",\"data-framer-name\":\"upper-content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-l3d6iy\",\"data-styles-preset\":\"RkOZ6b9HI\",children:\"OUR COMMUNITY\"})}),className:\"framer-15f402d\",\"data-framer-name\":\"WIR SIND HERGER HOME\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-5d93b4b0-6bc5-443f-b8b7-74de2dfd3984, rgb(0, 0, 0))\"},children:\"At Implenia, we believe innovation thrives when employees share their knowledge, creativity, and expertise. Our Innovation Community connects, inspires, and supports intrapreneurs in developing, testing, and bringing ideas to life. With strong support from our top management, we empower you to turn your ideas into impact!\"})})},Ewp2uV4PV:{children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"27px\",\"--framer-text-color\":\"var(--token-5d93b4b0-6bc5-443f-b8b7-74de2dfd3984, rgb(0, 0, 0))\"},children:\"At Implenia, we believe innovation thrives when employees share their knowledge, creativity, and expertise. Our Innovation Community connects, inspires, and supports intrapreneurs in developing, testing, and bringing ideas to life. With strong support from our top management, we empower you to turn your ideas into impact!\"})})},IIiHZSsjt:{children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--token-5d93b4b0-6bc5-443f-b8b7-74de2dfd3984, rgb(0, 0, 0))\"},children:\"At Implenia, we believe innovation thrives when employees share their knowledge, creativity, and expertise. Our Innovation Community connects, inspires, and supports intrapreneurs in developing, testing, and bringing ideas to life. With strong support from our top management, we empower you to turn your ideas into impact!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"27px\",\"--framer-text-color\":\"var(--token-5d93b4b0-6bc5-443f-b8b7-74de2dfd3984, rgb(0, 0, 0))\"},children:\"At Implenia, we believe innovation thrives when employees share their knowledge, creativity, and expertise. Our Innovation Community connects, inspires, and supports intrapreneurs in developing, testing, and bringing ideas to life. With strong support from our top management, we empower you to turn your ideas into impact!\"})}),className:\"framer-nrzk53\",\"data-framer-name\":\"Egal, ob Sie kaufen,\",fonts:[\"CUSTOM;Source Sans Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x48kwo\",\"data-framer-name\":\"below-side\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iunolc\",\"data-framer-name\":\"counter-side\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v4308e\",\"data-framer-name\":\"ideas-subbimted\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2awhb4-container\",isAuthoredByUser:true,nodeId:\"qO_R73amo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{textSize:45},Ewp2uV4PV:{textSize:60},IIiHZSsjt:{textSize:32},X5zGyRruo:{textSize:70}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:160,gapSize:0,height:\"100%\",id:\"qO_R73amo\",layoutId:\"qO_R73amo\",loop:false,prefixColor:\"rgb(254, 190, 50)\",prefixFont:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif'},prefixText:\"+\",restartOnViewport:false,selectedFont:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif'},speed:10,start:55,startOnViewport:true,style:{height:\"100%\"},suffixColor:\"rgb(0, 0, 0)\",suffixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},suffixText:\"\",textColor:\"rgb(255, 184, 28)\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Ideas submitted\"})})},Ewp2uV4PV:{children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Ideas submitted\"})})},IIiHZSsjt:{children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"Ideas submitted\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-text-alignment\":\"center\"},children:\"Ideas submitted\"})}),className:\"framer-17fy2np\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m50mf\",\"data-framer-name\":\"ideas-subbimted\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6r0i2o-container\",isAuthoredByUser:true,nodeId:\"YRDtM7JZb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{textSize:45},Ewp2uV4PV:{textSize:60},IIiHZSsjt:{textSize:32},X5zGyRruo:{textSize:70}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:400,gapSize:0,height:\"100%\",id:\"YRDtM7JZb\",layoutId:\"YRDtM7JZb\",loop:false,prefixColor:\"rgb(254, 190, 50)\",prefixFont:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif'},prefixText:\"+\",restartOnViewport:false,selectedFont:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif'},speed:10,start:315,startOnViewport:true,style:{height:\"100%\"},suffixColor:\"rgb(0, 0, 0)\",suffixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},suffixText:\"\",textColor:\"rgb(255, 184, 28)\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Active platform users\"})})},Ewp2uV4PV:{children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Active platform users\"})})},IIiHZSsjt:{children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"Active platform users\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-text-alignment\":\"center\"},children:\"Active platform users\"})}),className:\"framer-h9abna\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rpwy7d\",\"data-framer-name\":\"ideas-subbimted\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3e7e6b-container\",isAuthoredByUser:true,nodeId:\"FlsiY_b6y\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{textSize:45},Ewp2uV4PV:{textSize:60},IIiHZSsjt:{textSize:32},X5zGyRruo:{textSize:70}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:350,gapSize:0,height:\"100%\",id:\"FlsiY_b6y\",layoutId:\"FlsiY_b6y\",loop:false,prefixColor:\"rgb(254, 190, 50)\",prefixFont:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif'},prefixText:\"+\",restartOnViewport:false,selectedFont:{fontFamily:'\"Source Sans Pro Regular\", \"Source Sans Pro Regular Placeholder\", sans-serif'},speed:10,start:250,startOnViewport:true,style:{height:\"100%\"},suffixColor:\"rgb(0, 0, 0)\",suffixFont:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},suffixText:\"\",textColor:\"rgb(255, 184, 28)\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Community members\"})})},Ewp2uV4PV:{children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Community members\"})})},IIiHZSsjt:{children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"Community members\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-text-alignment\":\"center\"},children:\"Community members\"})}),className:\"framer-kbmvnf\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pa1q7p-container\",nodeId:\"JoP0TdNvd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{C2C1E4L2V:\"12px 24px 12px 24px\",qbJxUJ45L:16},Ewp2uV4PV:{C2C1E4L2V:\"17px 35px 17px 35px\",qbJxUJ45L:18},IIiHZSsjt:{C2C1E4L2V:\"10px 20px 10px 20px\",qbJxUJ45L:14}},children:/*#__PURE__*/_jsx(Button1,{C2C1E4L2V:\"17px 51px 17px 51px\",H3Tz38sMN:\"https://app.rready.com/kickbox/create-ticket\",height:\"100%\",HSfDu1Rfm:getLocalizedValue(\"v33\",activeLocale)??\"Submit your idea!\",id:\"JoP0TdNvd\",layoutId:\"JoP0TdNvd\",qbJxUJ45L:21,width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ututep\",\"data-framer-name\":\"video-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-114pf1i\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.66px\",\"--framer-text-color\":\"rgb(29, 29, 27)\"},children:\"HOW IT WORKS\"})})},Ewp2uV4PV:{children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"-0.66px\",\"--framer-text-color\":\"rgb(29, 29, 27)\"},children:\"HOW IT WORKS\"})})},IIiHZSsjt:{children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.66px\",\"--framer-text-color\":\"rgb(29, 29, 27)\"},children:\"HOW IT WORKS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBCb2xk\",\"--framer-font-family\":'\"Source Sans Pro Bold\", \"Source Sans Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"49px\",\"--framer-letter-spacing\":\"-0.66px\",\"--framer-text-color\":\"rgb(29, 29, 27)\"},children:\"HOW IT WORKS\"})}),className:\"framer-5twfhw\",\"data-framer-name\":\"WIR SIND HERGER HOME\",fonts:[\"CUSTOM;Source Sans Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cceht7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{height:320,width:`max(min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 600px), 1px)`},Ewp2uV4PV:{height:440},IIiHZSsjt:{height:220,width:`max(min(${componentViewport?.width||\"100vw\"} - 32px, 380px), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:580,width:`max(min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 1090px), 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nrd1a3-container\",nodeId:\"fOlcBFtuV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{variant:\"wf7pK1Y50\",YSemwuN3z:\"0px\"},IIiHZSsjt:{variant:\"wf7pK1Y50\",YSemwuN3z:\"0px\"}},children:/*#__PURE__*/_jsx(VideoWrapper,{height:\"100%\",id:\"fOlcBFtuV\",layoutId:\"fOlcBFtuV\",style:{height:\"100%\",width:\"100%\"},variant:\"xo3f2Rsnx\",width:\"100%\",YSemwuN3z:\"25px\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lpfchl\",\"data-framer-name\":\"process-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i1ipyi\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t54w4d\",\"data-framer-name\":\"upper-content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-l3d6iy\",\"data-styles-preset\":\"RkOZ6b9HI\",children:\"KICKBOX PROCESS\"})}),className:\"framer-1uoh1kd\",\"data-framer-name\":\"WIR SIND HERGER HOME\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"24px\"},children:\"The Kickbox program at Implenia guides participants through three key phases to turn their ideas into impactful solutions: 1. RedBox for validation, 2. BlueBox for piloting, and 3. GoldBox for implementation. To progress through each phase, you\u2019ll work to continuously optimize your idea and demonstrate its potential to internal Implenia sponsors.\"})})},Ewp2uV4PV:{children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"27px\"},children:\"The Kickbox program at Implenia guides participants through three key phases to turn their ideas into impactful solutions: 1. RedBox for validation, 2. BlueBox for piloting, and 3. GoldBox for implementation. To progress through each phase, you\u2019ll work to continuously optimize your idea and demonstrate its potential to internal Implenia sponsors.\"})})},IIiHZSsjt:{children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"21px\"},children:\"The Kickbox program at Implenia guides participants through three key phases to turn their ideas into impactful solutions: 1. RedBox for validation, 2. BlueBox for piloting, and 3. GoldBox for implementation. To progress through each phase, you\u2019ll work to continuously optimize your idea and demonstrate its potential to internal Implenia sponsors.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NvdXJjZSBTYW5zIFBybyBMaWdodA==\",\"--framer-font-family\":'\"Source Sans Pro Light\", \"Source Sans Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"27px\"},children:\"The Kickbox program at Implenia guides participants through three key phases to turn their ideas into impactful solutions: 1. RedBox for validation, 2. BlueBox for piloting, and 3. GoldBox for implementation. To progress through each phase, you\u2019ll work to continuously optimize your idea and demonstrate its potential to internal Implenia sponsors.\"})}),className:\"framer-18wx6li\",\"data-framer-name\":\"Egal, ob Sie kaufen,\",fonts:[\"CUSTOM;Source Sans Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15t4djc\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9q5sey hidden-17mgici hidden-klc2i4\",\"data-framer-name\":\"validate-boes\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2osif3\",\"data-framer-name\":\"red-box\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:92,pixelWidth:227,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Y4YHrjWh4Sa13eRna6a4HEKT1OE.svg\"},className:\"framer-vwb4ct\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewp2uV4PV:{height:undefined,width:\"323px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:508,width:`min(max(min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 1100px) - 666px, 1px), 323px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mkx1l0-container\",nodeId:\"X9xA5N54V\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewp2uV4PV:{kNbZhhz9P:\"0px 70px 0px 0px\",m0zcztXDT:17,zP0qA9dad:20}},children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v47\",activeLocale)??\"Start Budget: 700 CHF/EUR\",Fy4tSKsUb:{borderColor:\"rgb(255, 19, 45)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(255, 18, 46, 0.12)\",id:\"X9xA5N54V\",kNbZhhz9P:\"0px 30px 0px 0px\",kVh6qWkJ7:\"rgb(255, 19, 45)\",layoutId:\"X9xA5N54V\",m0zcztXDT:20,m1tA47VbL:getLocalizedValue(\"v43\",activeLocale)??\"Validate\",n6g5lFIz6:\"0px 0px 30px 1px rgba(255, 18, 46, 0.37)\",style:{height:\"100%\",width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v48\",activeLocale)??\"Time: 20% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v46\",activeLocale)??\"Duration: 2 months\",XLSQh6PVy:getLocalizedValue(\"v44\",activeLocale)??\"RedBox\",xOdQR9I0B:getLocalizedValue(\"v45\",activeLocale)??\"You\u2019ve taken the first step -welcome to the RedBox phase! In this phase, you\u2019ll validate your idea and test its business potential. The RedBox concludes with you pitching your idea to internal sponsors to secure funding for the BlueBox phase.\",zP0qA9dad:21})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vc4o2j\",\"data-framer-name\":\"BlueBox\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:92,pixelWidth:227,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zzPIbmV3Du1HqL8rMfRrPzjpU.svg\"},className:\"framer-1evw3c9\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:508,width:\"323px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-iso0ba-container\",nodeId:\"CIm3dN_n1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewp2uV4PV:{kNbZhhz9P:\"0px 70px 0px 0px\",m0zcztXDT:17,zP0qA9dad:20}},children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v53\",activeLocale)??\"Budget: According to funding\",Fy4tSKsUb:{borderColor:\"rgb(0, 130, 202)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(0, 130, 202, 0.12)\",id:\"CIm3dN_n1\",kNbZhhz9P:\"0px 30px 0px 0px\",kVh6qWkJ7:\"rgb(0, 130, 202)\",layoutId:\"CIm3dN_n1\",m0zcztXDT:20,m1tA47VbL:getLocalizedValue(\"v49\",activeLocale)??\"Pilot\",n6g5lFIz6:\"0px 0px 30px 1px rgba(0, 130, 202, 0.37)\",style:{width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v48\",activeLocale)??\"Time: 20% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v52\",activeLocale)??\"Duration: Max. 6 months\",XLSQh6PVy:getLocalizedValue(\"v50\",activeLocale)??\"BlueBox\",xOdQR9I0B:getLocalizedValue(\"v51\",activeLocale)??\"This phase begins once you\u2019ve secured a sponsor. Here, you\u2019ll test your pilot with real customers, gather insights, and make improvements. Upon successful testing, you\u2019ll receive support to secure a sponsor for the final implementation phase.  \",zP0qA9dad:21})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16dihuy\",\"data-framer-name\":\"GoldBox\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:92,pixelWidth:227,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/X5Cnyr4Hb6LaLqzsdu0bkSoGzk.svg\"},className:\"framer-22tx3c\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:508,width:\"323px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-3eqrl7-container\",nodeId:\"F29vj7MkJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ewp2uV4PV:{kNbZhhz9P:\"0px 70px 0px 0px\",m0zcztXDT:17,style:{width:\"100%\"},zP0qA9dad:20}},children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v53\",activeLocale)??\"Budget: According to funding\",Fy4tSKsUb:{borderColor:\"rgb(253, 196, 86)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(253, 196, 86, 0.12)\",id:\"F29vj7MkJ\",kNbZhhz9P:\"0px 30px 0px 0px\",kVh6qWkJ7:\"rgb(253, 197, 86)\",layoutId:\"F29vj7MkJ\",m0zcztXDT:20,m1tA47VbL:getLocalizedValue(\"v54\",activeLocale)??\"Implement\",n6g5lFIz6:\"0px 0px 30px 1px rgba(253, 196, 86, 0.37)\",style:{height:\"100%\",width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v58\",activeLocale)??\"Time: 20-100% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v57\",activeLocale)??\"Duration: Ongoing\",XLSQh6PVy:getLocalizedValue(\"v55\",activeLocale)??\"GoldBox\",xOdQR9I0B:getLocalizedValue(\"v56\",activeLocale)??\"Once you've proven that your idea has real business potential, you'll move to the GoldBox phase. Congratulations! This is your opportunity to scale and implement your idea within the organization, as a separate project, or even as a spin-off.\",zP0qA9dad:21})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qrw3zk-container hidden-72rtr7 hidden-nqawlp hidden-1r47u94 hidden-klc2i4\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"d4ya6yK7x\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.61)\",arrowGap:10,arrowPadding:-50,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:25,height:\"100%\",id:\"d4ya6yK7x\",intervalControl:4,itemAmount:1,layoutId:\"d4ya6yK7x\",padding:0,paddingBottom:0,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dme9ud\",\"data-framer-name\":\"red-box\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:276,pixelWidth:681,positionX:\"center\",positionY:\"center\",sizes:\"227px\",src:\"https://framerusercontent.com/images/MxZ21XtyRp7RiZOoow2040CKPnM.png\",srcSet:\"https://framerusercontent.com/images/MxZ21XtyRp7RiZOoow2040CKPnM.png?scale-down-to=512 512w,https://framerusercontent.com/images/MxZ21XtyRp7RiZOoow2040CKPnM.png 681w\"},className:\"framer-9af4w\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:508,width:\"323px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zsoi30-container\",inComponentSlot:true,nodeId:\"e74mWWEPX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v47\",activeLocale)??\"Start Budget: 700 CHF/EUR\",Fy4tSKsUb:{borderColor:\"rgb(255, 19, 45)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(255, 18, 46, 0.12)\",id:\"e74mWWEPX\",kNbZhhz9P:\"0px 90px 0px 0px\",kVh6qWkJ7:\"rgb(255, 19, 45)\",layoutId:\"e74mWWEPX\",m0zcztXDT:16,m1tA47VbL:getLocalizedValue(\"v43\",activeLocale)??\"Validate\",n6g5lFIz6:\"0px 0px 30px 1px rgba(255, 18, 46, 0.37)\",style:{width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v48\",activeLocale)??\"Time: 20% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v46\",activeLocale)??\"Duration: 2 months\",XLSQh6PVy:getLocalizedValue(\"v59\",activeLocale)??\"RedBox\",xOdQR9I0B:getLocalizedValue(\"v60\",activeLocale)??\"You\u2019ve taken the first step -welcome to the RedBox phase! In this phase, you\u2019ll validate your idea and test its business potential. The RedBox concludes with you pitching your idea to internal sponsors to secure funding for the BlueBox phase.\",zP0qA9dad:18})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2ifnyi\",\"data-framer-name\":\"BlueBox\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:184,pixelWidth:454,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jijTIiwlCdJHCVKhvFqFgJHZfM.jpg\"},className:\"framer-1pf4zi4\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:508,width:\"323px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15i1yy0-container\",inComponentSlot:true,nodeId:\"QIzM79KCC\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v53\",activeLocale)??\"Budget: According to funding\",Fy4tSKsUb:{borderColor:\"rgb(0, 130, 202)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(0, 130, 202, 0.12)\",id:\"QIzM79KCC\",kNbZhhz9P:\"0px 90px 0px 0px\",kVh6qWkJ7:\"rgb(0, 130, 202)\",layoutId:\"QIzM79KCC\",m0zcztXDT:16,m1tA47VbL:getLocalizedValue(\"v49\",activeLocale)??\"Pilot\",n6g5lFIz6:\"0px 0px 30px 1px rgba(0, 130, 202, 0.37)\",style:{width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v48\",activeLocale)??\"Time: 20% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v52\",activeLocale)??\"Duration: Max. 6 months\",XLSQh6PVy:\"BlueBox\",xOdQR9I0B:getLocalizedValue(\"v61\",activeLocale)??\"This phase begins once you\u2019ve secured a sponsor. Here, you\u2019ll test your pilot with real customers, gather insights, and make improvements. Upon successful testing, you\u2019ll receive support to secure a sponsor for the final implementation phase.\",zP0qA9dad:18})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eidqiz\",\"data-framer-name\":\"GoldBox\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:276,pixelWidth:681,positionX:\"center\",positionY:\"center\",sizes:\"227px\",src:\"https://framerusercontent.com/images/CZTaWqNGAYl6ckoXBAQtDE3phQ.png\",srcSet:\"https://framerusercontent.com/images/CZTaWqNGAYl6ckoXBAQtDE3phQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/CZTaWqNGAYl6ckoXBAQtDE3phQ.png 681w\"},className:\"framer-osnqvz\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:508,width:\"323px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18bct3i-container\",inComponentSlot:true,nodeId:\"MfSD9E2VR\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v53\",activeLocale)??\"Budget: According to funding\",Fy4tSKsUb:{borderColor:\"rgb(253, 196, 86)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(253, 196, 86, 0.12)\",id:\"MfSD9E2VR\",kNbZhhz9P:\"0px 90px 0px 0px\",kVh6qWkJ7:\"rgb(253, 197, 86)\",layoutId:\"MfSD9E2VR\",m0zcztXDT:16,m1tA47VbL:getLocalizedValue(\"v54\",activeLocale)??\"Implement\",n6g5lFIz6:\"0px 0px 30px 1px rgba(253, 196, 86, 0.37)\",style:{width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v58\",activeLocale)??\"Time: 20-100% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v57\",activeLocale)??\"Duration: Ongoing\",XLSQh6PVy:\"GoldBox\",xOdQR9I0B:getLocalizedValue(\"v62\",activeLocale)??\"Once you've proven that your idea has real business potential, you'll move to the GoldBox phase. Congratulations! This is your opportunity to scale and implement your idea within the organization, as a separate project, or even as a spin-off.\",zP0qA9dad:18})})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m3upmb-container\",nodeId:\"gRdIWfO89\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{C2C1E4L2V:\"12px 24px 12px 24px\",qbJxUJ45L:16},Ewp2uV4PV:{C2C1E4L2V:\"17px 35px 17px 35px\",qbJxUJ45L:18},IIiHZSsjt:{C2C1E4L2V:\"10px 20px 10px 20px\",qbJxUJ45L:14}},children:/*#__PURE__*/_jsx(Button1,{C2C1E4L2V:\"17px 51px 17px 51px\",H3Tz38sMN:\"https://app.rready.com/kickbox/create-ticket\",height:\"100%\",HSfDu1Rfm:getLocalizedValue(\"v63\",activeLocale)??\"Start your RedBox!\",id:\"gRdIWfO89\",layoutId:\"gRdIWfO89\",qbJxUJ45L:21,width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1udgkeu-container hidden-72rtr7 hidden-nqawlp hidden-1r47u94 hidden-17mgici\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"u2rc84uXx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.61)\",arrowGap:10,arrowPadding:-20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:30,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:25,height:\"100%\",id:\"u2rc84uXx\",intervalControl:4,itemAmount:1,layoutId:\"u2rc84uXx\",padding:0,paddingBottom:0,paddingLeft:15,paddingPerSide:true,paddingRight:15,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12jb5rl\",\"data-framer-name\":\"mobile-red-box\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:276,pixelWidth:681,positionX:\"center\",positionY:\"center\",sizes:\"227px\",src:\"https://framerusercontent.com/images/MxZ21XtyRp7RiZOoow2040CKPnM.png\",srcSet:\"https://framerusercontent.com/images/MxZ21XtyRp7RiZOoow2040CKPnM.png?scale-down-to=512 512w,https://framerusercontent.com/images/MxZ21XtyRp7RiZOoow2040CKPnM.png 681w\"},className:\"framer-kl0jzj\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:\"262px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hgupt1-container\",inComponentSlot:true,nodeId:\"d8B77u2qD\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v47\",activeLocale)??\"Start Budget: 700 CHF/EUR\",Fy4tSKsUb:{borderColor:\"rgb(255, 19, 45)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(255, 18, 46, 0.12)\",id:\"d8B77u2qD\",kNbZhhz9P:\"0px 45px 0px 0px\",kVh6qWkJ7:\"rgb(255, 19, 45)\",layoutId:\"d8B77u2qD\",m0zcztXDT:16,m1tA47VbL:\"Validate\",n6g5lFIz6:\"0px 0px 30px 1px rgba(255, 18, 46, 0.37)\",style:{height:\"100%\",width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v48\",activeLocale)??\"Time: 20% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v46\",activeLocale)??\"Duration: 2 months\",XLSQh6PVy:\"RedBox\",xOdQR9I0B:\"You\u2019ve taken the first step -welcome to the RedBox phase! In this phase, you\u2019ll validate your idea and test its business potential. The RedBox concludes with you pitching your idea to internal sponsors to secure funding for the BlueBox phase.\",zP0qA9dad:18})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x19a2t\",\"data-framer-name\":\"mobile-Blue-Box\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:184,pixelWidth:454,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jijTIiwlCdJHCVKhvFqFgJHZfM.jpg\"},className:\"framer-5emeac\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:\"262px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-13a4p82-container\",inComponentSlot:true,nodeId:\"wzhYmh2kP\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v53\",activeLocale)??\"Budget: According to funding\",Fy4tSKsUb:{borderColor:\"rgb(0, 130, 202)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(0, 130, 202, 0.12)\",id:\"wzhYmh2kP\",kNbZhhz9P:\"0px 45px 0px 0px\",kVh6qWkJ7:\"rgb(0, 130, 202)\",layoutId:\"wzhYmh2kP\",m0zcztXDT:16,m1tA47VbL:\"Pilot\",n6g5lFIz6:\"0px 0px 30px 1px rgba(0, 130, 202, 0.37)\",style:{height:\"100%\",width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v48\",activeLocale)??\"Time: 20% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v52\",activeLocale)??\"Duration: Max. 6 months\",XLSQh6PVy:\"BlueBox\",xOdQR9I0B:\"This phase begins once you\u2019ve secured a sponsor. Here, you\u2019ll test your pilot with real customers, gather insights, and make improvements. Upon successful testing, you\u2019ll receive support to secure a sponsor for the final implementation phase.\",zP0qA9dad:18})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hk9mx7\",\"data-framer-name\":\"mobile-Gold-Box\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:276,pixelWidth:681,positionX:\"center\",positionY:\"center\",sizes:\"227px\",src:\"https://framerusercontent.com/images/CZTaWqNGAYl6ckoXBAQtDE3phQ.png\",srcSet:\"https://framerusercontent.com/images/CZTaWqNGAYl6ckoXBAQtDE3phQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/CZTaWqNGAYl6ckoXBAQtDE3phQ.png 681w\"},className:\"framer-xj24ax\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:\"262px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tj2rph-container\",inComponentSlot:true,nodeId:\"wFWyGwDFe\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Box,{DGmysqw3P:getLocalizedValue(\"v53\",activeLocale)??\"Budget: According to funding\",Fy4tSKsUb:{borderColor:\"rgb(253, 196, 86)\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",HJl7uRNWl:\"rgba(253, 196, 86, 0.12)\",id:\"wFWyGwDFe\",kNbZhhz9P:\"0px 45px 0px 0px\",kVh6qWkJ7:\"rgb(253, 197, 86)\",layoutId:\"wFWyGwDFe\",m0zcztXDT:16,m1tA47VbL:\"Implement\",n6g5lFIz6:\"0px 0px 30px 1px rgba(253, 196, 86, 0.37)\",style:{height:\"100%\",width:\"100%\"},wB9iWTYqf:getLocalizedValue(\"v64\",activeLocale)??\"Time: 20-100% worktime\",width:\"100%\",WOmbwww2j:getLocalizedValue(\"v57\",activeLocale)??\"Duration: Ongoing\",XLSQh6PVy:\"GoldBox\",xOdQR9I0B:\"Once you've proven that your idea has real business potential, you'll move to the GoldBox phase. Congratulations! This is your opportunity to scale and implement your idea within the organization, as a separate project, or even as a spin-off.\",zP0qA9dad:18})})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-njfe1w\",\"data-framer-name\":\"slider-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xmseqe\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-l3d6iy\",\"data-styles-preset\":\"RkOZ6b9HI\",children:\"WHAT OUR COMMUNITY SAYS\"})}),className:\"framer-1j48nth\",\"data-framer-name\":\"WIR SIND HERGER HOME\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4utf48\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8cqfsm\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o4z8qv-container hidden-1r47u94 hidden-17mgici hidden-klc2i4\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JXBWXeEFJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{X5zGyRruo:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:-60,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/Z0XZOuaKSZftkv6tmhhk6zHoH4.svg\",rightArrow:\"https://framerusercontent.com/images/qGYRAFZOi8HNlAhstdBZg9fgQk.svg\",showMouseControls:true}}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:-100,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/Z0XZOuaKSZftkv6tmhhk6zHoH4.svg\",rightArrow:\"https://framerusercontent.com/images/qGYRAFZOi8HNlAhstdBZg9fgQk.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"JXBWXeEFJ\",intervalControl:10,itemAmount:1,layoutId:\"JXBWXeEFJ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"800px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pfrnx5-container\",inComponentSlot:true,nodeId:\"x5cPjdtXK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Jens Vollmar\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"x5cPjdtXK\",layoutId:\"x5cPjdtXK\",mVDdR3Wxv:\"CEO\",style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v66\",activeLocale)??\"With innovative and efficient solutions we can surprise our customers and increase our chances of success - I experienced this in many projects. Take the time to be courageous and active with new ideas!\",variant:\"Hb90iVFiZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"800px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17037fq-container\",\"data-framer-name\":\"desk-slide-2\",inComponentSlot:true,name:\"desk-slide-2\",nodeId:\"qr8eZWsKP\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Joanna Leja\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"qr8eZWsKP\",layoutId:\"qr8eZWsKP\",mVDdR3Wxv:\"Kickboxer\",name:\"desk-slide-2\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/d0LucEp75yVCeTgtopQ5ecVyKD0.svg\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v67\",activeLocale)??\"Kickbox has been an incredible experience for my personal development. It pushed me to step outside of my comfort zone, take ownership of an idea, and turn it into reality.\",variant:\"Hb90iVFiZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"800px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-u3bw0m-container\",\"data-framer-name\":\"desk-slide-3\",inComponentSlot:true,name:\"desk-slide-3\",nodeId:\"I72rK4yGN\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Anita Eckardt\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"I72rK4yGN\",layoutId:\"I72rK4yGN\",mVDdR3Wxv:\"Head Division Service Solutions\",name:\"desk-slide-3\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/Iu02m5Jlu0Jp1OtfZZucDVCvUo.svg\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v68\",activeLocale)??\"Only who dares, wins. With the Innovation Hub you get a playground for piloting, testing and sometimes also to fail.\",variant:\"Hb90iVFiZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"800px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mziyys-container\",\"data-framer-name\":\"desk-slide-4\",inComponentSlot:true,name:\"desk-slide-4\",nodeId:\"J46B26qFe\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Romed Schwyter\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"J46B26qFe\",layoutId:\"J46B26qFe\",mVDdR3Wxv:\"Kickboxer\",name:\"desk-slide-4\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/9KlRAnttev7ZiW7HimsowP4EY.png\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v69\",activeLocale)??\"I'm happy to see our SOS-Stations appearing more and more on Implenia construction sites! After an intense pilot phase, handing over the project to another team wasn\u2019t easy, but it was essential to roll it out as widely as possible.\",variant:\"Hb90iVFiZ\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18d4eic-container hidden-72rtr7 hidden-nqawlp hidden-klc2i4\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"It471_KTX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:-50,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:30,leftArrow:\"https://framerusercontent.com/images/Z0XZOuaKSZftkv6tmhhk6zHoH4.svg\",rightArrow:\"https://framerusercontent.com/images/qGYRAFZOi8HNlAhstdBZg9fgQk.svg\",showMouseControls:true},intervalControl:5},Ewp2uV4PV:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:-60,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:30,leftArrow:\"https://framerusercontent.com/images/Z0XZOuaKSZftkv6tmhhk6zHoH4.svg\",rightArrow:\"https://framerusercontent.com/images/qGYRAFZOi8HNlAhstdBZg9fgQk.svg\",showMouseControls:true},intervalControl:5}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:-50,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/Z0XZOuaKSZftkv6tmhhk6zHoH4.svg\",rightArrow:\"https://framerusercontent.com/images/qGYRAFZOi8HNlAhstdBZg9fgQk.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"It471_KTX\",intervalControl:10,itemAmount:1,layoutId:\"It471_KTX\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"500px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17pfs6v-container\",\"data-framer-name\":\"tab-1\",inComponentSlot:true,name:\"tab-1\",nodeId:\"Dx_tzgaVn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Jens Vollmar\",emx8nCaYF:\"17px 25px 17px 25px\",FuYA3cN3v:17,height:\"100%\",id:\"Dx_tzgaVn\",layoutId:\"Dx_tzgaVn\",mVDdR3Wxv:\"CEO\",name:\"tab-1\",style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v66\",activeLocale)??\"With innovative and efficient solutions we can surprise our customers and increase our chances of success - I experienced this in many projects. Take the time to be courageous and active with new ideas!\",variant:\"yR18bnn_w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"500px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-3clohl-container\",\"data-framer-name\":\"tab-2\",inComponentSlot:true,name:\"tab-2\",nodeId:\"ZOKplt5BR\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Joanna Leja\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"ZOKplt5BR\",layoutId:\"ZOKplt5BR\",mVDdR3Wxv:\"Kickboxer\",name:\"tab-2\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/d0LucEp75yVCeTgtopQ5ecVyKD0.svg\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v67\",activeLocale)??\"Kickbox has been an incredible experience for my personal development. It pushed me to step outside of my comfort zone, take ownership of an idea, and turn it into reality.\",variant:\"yR18bnn_w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"500px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-m11o0i-container\",\"data-framer-name\":\"tab-slide-3\",inComponentSlot:true,name:\"tab-slide-3\",nodeId:\"YLfbsFivl\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Anita Eckardt\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"YLfbsFivl\",layoutId:\"YLfbsFivl\",mVDdR3Wxv:\"Head Division Service Solutions\",name:\"tab-slide-3\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/Iu02m5Jlu0Jp1OtfZZucDVCvUo.svg\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v68\",activeLocale)??\"Only who dares, wins. With the Innovation Hub you get a playground for piloting, testing and sometimes also to fail.\",variant:\"yR18bnn_w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"500px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bahoh1-container\",\"data-framer-name\":\"tab-slide-4\",inComponentSlot:true,name:\"tab-slide-4\",nodeId:\"tLiNPYFK8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Romed Schwyter\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"tLiNPYFK8\",layoutId:\"tLiNPYFK8\",mVDdR3Wxv:\"Kickboxer\",name:\"tab-slide-4\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/9KlRAnttev7ZiW7HimsowP4EY.png\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v69\",activeLocale)??\"I'm happy to see our SOS-Stations appearing more and more on Implenia construction sites! After an intense pilot phase, handing over the project to another team wasn\u2019t easy, but it was essential to roll it out as widely as possible.\",variant:\"yR18bnn_w\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dzwx0m-container hidden-72rtr7 hidden-nqawlp hidden-1r47u94 hidden-17mgici\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fni7gV3TV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:-50,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:25,leftArrow:\"https://framerusercontent.com/images/Z0XZOuaKSZftkv6tmhhk6zHoH4.svg\",rightArrow:\"https://framerusercontent.com/images/qGYRAFZOi8HNlAhstdBZg9fgQk.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"fni7gV3TV\",intervalControl:10,itemAmount:1,layoutId:\"fni7gV3TV\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"335px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-fbkgyk-container\",\"data-framer-name\":\"mob-1\",inComponentSlot:true,name:\"mob-1\",nodeId:\"I3bhlT3Fz\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Jens Vollmar\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"I3bhlT3Fz\",layoutId:\"I3bhlT3Fz\",mVDdR3Wxv:\"CEO\",name:\"mob-1\",style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v66\",activeLocale)??\"With innovative and efficient solutions we can surprise our customers and increase our chances of success - I experienced this in many projects. Take the time to be courageous and active with new ideas!\",variant:\"c4eHEpgj9\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"335px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-v88ybf-container\",\"data-framer-name\":\"mobile-2\",inComponentSlot:true,name:\"mobile-2\",nodeId:\"ZchhOmOa8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Joanna Leja\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"ZchhOmOa8\",layoutId:\"ZchhOmOa8\",mVDdR3Wxv:\"Kickboxer\",name:\"mobile-2\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/d0LucEp75yVCeTgtopQ5ecVyKD0.svg\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v67\",activeLocale)??\"Kickbox has been an incredible experience for my personal development. It pushed me to step outside of my comfort zone, take ownership of an idea, and turn it into reality.\",variant:\"c4eHEpgj9\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"335px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lxl8e7-container\",\"data-framer-name\":\"mobile-slide3\",inComponentSlot:true,name:\"mobile-slide3\",nodeId:\"BV1e1f9hd\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Anita Eckardt\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"BV1e1f9hd\",layoutId:\"BV1e1f9hd\",mVDdR3Wxv:\"Head Division Service Solutions\",name:\"mobile-slide3\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/Iu02m5Jlu0Jp1OtfZZucDVCvUo.svg\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v68\",activeLocale)??\"Only who dares, wins. With the Innovation Hub you get a playground for piloting, testing and sometimes also to fail.\",variant:\"c4eHEpgj9\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"335px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-13flnfu-container\",\"data-framer-name\":\"mobile-slide-4\",inComponentSlot:true,name:\"mobile-slide-4\",nodeId:\"op4JZjRlD\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slide,{aY9amNsDU:\"Romed Schwyter\",emx8nCaYF:\"17px 35px 17px 35px\",FuYA3cN3v:17,height:\"100%\",id:\"op4JZjRlD\",layoutId:\"op4JZjRlD\",mVDdR3Wxv:\"Kickboxer\",name:\"mobile-slide-4\",s8cS3QSeK:addImageAlt({src:\"https://framerusercontent.com/images/9KlRAnttev7ZiW7HimsowP4EY.png\"},\"\"),style:{width:\"100%\"},uQwouNhEG:getLocalizedValue(\"v69\",activeLocale)??\"I'm happy to see our SOS-Stations appearing more and more on Implenia construction sites! After an intense pilot phase, handing over the project to another team wasn\u2019t easy, but it was essential to roll it out as widely as possible.\",variant:\"c4eHEpgj9\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5sbgcw\",\"data-framer-name\":\"INTRAPRENEURSHIP-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sdaxbn\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IIiHZSsjt:{children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-l3d6iy\",\"data-styles-preset\":\"RkOZ6b9HI\",style:{\"--framer-text-alignment\":\"center\"},children:\"INTRAPRENEURSHIP STORIES\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-l3d6iy\",\"data-styles-preset\":\"RkOZ6b9HI\",children:\"INTRAPRENEURSHIP STORIES\"})}),className:\"framer-lb0m1y\",\"data-framer-name\":\"WIR SIND HERGER HOME\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eknwuf\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nqtyt\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"RP42w9LUD\",data:Stories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"RP42w9LUD\",name:\"o90Z1KkYu\",type:\"Identifier\"},{collection:\"RP42w9LUD\",name:\"OfIY2U5ij\",type:\"Identifier\"},{collection:\"RP42w9LUD\",name:\"YUkCxJNY3\",type:\"Identifier\"},{collection:\"RP42w9LUD\",name:\"JEUcTVBoX\",type:\"Identifier\"},{collection:\"RP42w9LUD\",name:\"VFeq_908N\",type:\"Identifier\"},{collection:\"RP42w9LUD\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idRP42w9LUD,JEUcTVBoX:JEUcTVBoXRP42w9LUD,o90Z1KkYu:o90Z1KkYuRP42w9LUD,OfIY2U5ij:OfIY2U5ijRP42w9LUD,VFeq_908N:VFeq_908NRP42w9LUD,YUkCxJNY3:YUkCxJNY3RP42w9LUD},index)=>{OfIY2U5ijRP42w9LUD??=\"#09F\";YUkCxJNY3RP42w9LUD??=\"\";JEUcTVBoXRP42w9LUD??=\"\";VFeq_908NRP42w9LUD??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`RP42w9LUD-${idRP42w9LUD}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VFeq_908N:VFeq_908NRP42w9LUD},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{width:\"280px\"},Ewp2uV4PV:{width:\"280px\"},IIiHZSsjt:{width:\"240px\"},X5zGyRruo:{width:\"300px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:413,width:\"323px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-q4o8h6-container\",nodeId:\"nQF6o6iTp\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation5,children:/*#__PURE__*/_jsx(CmsCard,{et1Wx3i6V:YUkCxJNY3RP42w9LUD,G30u1paEO:JEUcTVBoXRP42w9LUD,height:\"100%\",id:\"nQF6o6iTp\",j5ElNggT4:OfIY2U5ijRP42w9LUD,layoutId:\"nQF6o6iTp\",M2sF9Crab:toResponsiveImage(o90Z1KkYuRP42w9LUD),mDrE1aTE7:\"\",style:{width:\"100%\"},width:\"100%\"})})})})})},idRP42w9LUD);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tjd1pd\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"o92K4ArY_\"},implicitPathVariables:undefined},{href:{webPageId:\"o92K4ArY_\"},implicitPathVariables:undefined},{href:{webPageId:\"o92K4ArY_\"},implicitPathVariables:undefined},{href:{webPageId:\"o92K4ArY_\"},implicitPathVariables:undefined},{href:{webPageId:\"o92K4ArY_\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pom8op-container\",nodeId:\"WfXLDNW9e\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{C2C1E4L2V:\"12px 24px 12px 24px\",H3Tz38sMN:resolvedLinks[3],qbJxUJ45L:16},Ewp2uV4PV:{C2C1E4L2V:\"17px 35px 17px 35px\",H3Tz38sMN:resolvedLinks[2],qbJxUJ45L:18},IIiHZSsjt:{C2C1E4L2V:\"10px 20px 10px 20px\",H3Tz38sMN:resolvedLinks[4],qbJxUJ45L:14},X5zGyRruo:{H3Tz38sMN:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button1,{C2C1E4L2V:\"17px 73px 17px 73px\",H3Tz38sMN:resolvedLinks[0],height:\"100%\",HSfDu1Rfm:getLocalizedValue(\"v72\",activeLocale)??\"More Stories!\",id:\"WfXLDNW9e\",layoutId:\"WfXLDNW9e\",qbJxUJ45L:21,width:\"100%\"})})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i2xpyk\",\"data-framer-name\":\"FAQs\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7gm2qo\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-l3d6iy\",\"data-styles-preset\":\"RkOZ6b9HI\",children:\"FAQs\"})}),className:\"framer-u3xfq5\",\"data-framer-name\":\"WIR SIND HERGER HOME\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{width:`min(min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 600px), 520px)`},Ewp2uV4PV:{width:`min(min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 1090px), 750px)`},IIiHZSsjt:{width:`min(min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 380px), 400px)`},X5zGyRruo:{width:`min(min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 1090px), 1100px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:502,width:`min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 1090px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w5qgx5-container\",nodeId:\"ihMyrcQJR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{a9raykM4W:18,style:{maxWidth:\"100%\",width:\"100%\"},Z9Q1qljAa:16},Ewp2uV4PV:{a9raykM4W:20,style:{maxWidth:\"100%\",width:\"100%\"},Z9Q1qljAa:18},IIiHZSsjt:{a9raykM4W:16,style:{maxWidth:\"100%\",width:\"100%\"},Z9Q1qljAa:14},X5zGyRruo:{style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(FaqWrapper,{a9raykM4W:21,aGJbQoHPO:getLocalizedValue(\"v87\",activeLocale)??\"How do I get a GoldBox?\",aKRCPxmk8:getLocalizedValue(\"v90\",activeLocale)??\"Yes, absolutely! Every Implenia employee can register on the Kickbox platform. Additionally, you have the opportunity to join our Viva Engage Innovation community, where you can learn more about Kickbox and innovation at Implenia in general. We would be delighted to have more people join the community and share their knowledge and experiences.\",gHo2umPBw:getLocalizedValue(\"v79\",activeLocale)??\"What are Kickbox Campaigns?\",height:\"100%\",id:\"ihMyrcQJR\",iHVYI7eFC:getLocalizedValue(\"v77\",activeLocale)??\"I have a good idea for the company, but I do not want to work on it myself, can I still submit?\",ilaLOwzBN:getLocalizedValue(\"v86\",activeLocale)??\"To enter the BlueBox phase, you will need to find internal sponsors to fund your BlueBox pilot. Once you have completed the RedBox (validated problem, validated solution, BlueBox pilot test plan), you will need to secure sufficient sponsorship. We will support you in finding the right sponsors so you can move forward and test your idea in real life.\",j6EO1324X:getLocalizedValue(\"v78\",activeLocale)??\"The Kickbox process needs a problem to solve, a good idea and above all a motivated innovator. If you do not have time or motivation to work on the idea yourself, you can always send us your suggestions to innovation@implenia.com. Did you know you can also participate in the Kickbox process as a team? You can invite colleagues as a team member as soon as you have submitted your idea into the Kickbox platform.\",k1owNyBfg:getLocalizedValue(\"v80\",activeLocale)??\"Kickbox Campaigns are held a few times a year, focusing on specific areas of interest. While ideas can be submitted at any time, joining a campaign can offer several advantages. If your idea aligns with a campaign, you\u2019ll gain increased visibility, receive faster feedback from Implenia managers, and have the chance to win exciting prizes that can help boost your idea.\",layoutId:\"ihMyrcQJR\",MCsJy0JCG:getLocalizedValue(\"v73\",activeLocale)??\"What kind of ideas can I submit?\",nFB248mAt:getLocalizedValue(\"v76\",activeLocale)??\"At the RedBox level, there is a lead person (KickBoxer) who introduces the idea. However, if you have the opportunity, we encourage you to form a team with different skills early on. We observe that teams are more successful and it will also be useful for a possible BlueBox stage where the team approach is emphasized. So yes, you can. If you are a team, discuss who will take the lead and what roles the others will focus on.\",O0GF_4qbm:getLocalizedValue(\"v75\",activeLocale)??\"Can we also start the RedBox as a team?\",phyhE67RE:getLocalizedValue(\"v81\",activeLocale)??\"When can I submit my idea?\",Q_hbtr4yE:getLocalizedValue(\"v82\",activeLocale)??\"You can submit your idea at any time. Once your idea is submitted, you will receive an information email and an invitation to the onboarding process. We will send you your box as soon as we have your address. If something doesn't work out, you can contact us at any time. If you would like to submit your idea for a campaign, please note the deadline communicated for that campaign. If you miss the deadline, you can still submit your idea, but it will no longer be considered for the campaign.\",Qn4twI1RN:getLocalizedValue(\"v84\",activeLocale)??\"After you have submitted your idea on the platform, the Innovation Hub team will contact you to make an appointment as soon as possible for the RedBox handover. So, be ready!\",RFOrJtTHP:getLocalizedValue(\"v74\",activeLocale)??\"You are free to submit any idea related to Implenia\u2019s business activities, customers or internal processes. Of course, we look especially for new and creative ideas and your fresh perspective on the future of construction and real estate.\",RXnDeHXRR:getLocalizedValue(\"v85\",activeLocale)??\"How do I make it into the BlueBox phase?\",style:{width:\"100%\"},variant:\"YcPYUxN8y\",width:\"100%\",y_q5ClMgr:getLocalizedValue(\"v88\",activeLocale)??\"By following the KickBox methodology, taking advantage of the coaching guidance and services available, you'll be well equipped to pitch your idea to internal sponsors or investors and take it to the next level. In addition, our GoldBox checklist will ensure that you have covered all the key elements for a successful GoldBox. \",YmXs9B7pW:getLocalizedValue(\"v83\",activeLocale)??\"When do I get my RedBox?\",Z9Q1qljAa:21,zWXcWjHD5:getLocalizedValue(\"v89\",activeLocale)??\"Can I join Kickbox even if I have no idea?\"})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:542,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-tuk3a9-container\",nodeId:\"VswoGcCzt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATs3h71BQ:{variant:\"hO52IF4jA\"},Ewp2uV4PV:{variant:\"UY0BXqvzi\"},IIiHZSsjt:{variant:\"YPWX8q60a\"},X5zGyRruo:{variant:\"gh76V1w6e\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"VswoGcCzt\",layoutId:\"VswoGcCzt\",style:{width:\"100%\"},variant:\"v2a8M_50z\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zlnyi.framer-lux5qc, .framer-zlnyi .framer-lux5qc { display: block; }\",\".framer-zlnyi.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-zlnyi .framer-1bcx6z1-container { bottom: 20px; flex: none; height: auto; position: fixed; right: 20px; width: auto; z-index: 1; }\",\".framer-zlnyi .framer-1cewsb0-container, .framer-zlnyi .framer-zsoi30-container, .framer-zlnyi .framer-15i1yy0-container, .framer-zlnyi .framer-18bct3i-container, .framer-zlnyi .framer-w5qgx5-container, .framer-zlnyi .framer-tuk3a9-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-zlnyi.framer-1q72nq9 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 1; }\",\".framer-zlnyi.framer-14vxgxb { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: fixed; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-zlnyi .framer-1n28goi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-zlnyi .framer-1ixpolx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-zlnyi .framer-1rwi55v, .framer-zlnyi .framer-1hrckdz, .framer-zlnyi .framer-1ctisic, .framer-zlnyi .framer-e5yr7p { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zlnyi .framer-1filo4 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 20px; top: 20px; width: 40px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-zlnyi .framer-11sl8bl-container { flex: none; height: 33px; position: relative; width: 33px; }\",\".framer-zlnyi .framer-19i6gs6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 662px; justify-content: center; overflow: hidden; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-16rctmq { bottom: 7px; flex: none; height: 502px; left: -14px; overflow: hidden; position: absolute; width: 412px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-zlnyi .framer-ptxdl0 { 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: center; max-width: 1090px; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-zlnyi .framer-1v5mwfy, .framer-zlnyi .framer-nrzk53, .framer-zlnyi .framer-18wx6li, .framer-zlnyi .framer-lb0m1y, .framer-zlnyi .framer-u3xfq5 { --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-zlnyi .framer-kb6izk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-1x8sf0u { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 580px; position: relative; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zlnyi .framer-eyeygh-container, .framer-zlnyi .framer-pa1q7p-container, .framer-zlnyi .framer-m3upmb-container, .framer-zlnyi .framer-pom8op-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zlnyi .framer-1idzk40 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 134px 16px 128px 16px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-jdo46m { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1116px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-c92vg1, .framer-zlnyi .framer-t54w4d { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-15f402d, .framer-zlnyi .framer-5twfhw, .framer-zlnyi .framer-1uoh1kd, .framer-zlnyi .framer-1j48nth { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zlnyi .framer-x48kwo, .framer-zlnyi .framer-cceht7, .framer-zlnyi .framer-4utf48 { 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-zlnyi .framer-iunolc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 74px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-1v4308e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-zlnyi .framer-2awhb4-container, .framer-zlnyi .framer-6r0i2o-container, .framer-zlnyi .framer-3e7e6b-container { flex: none; height: 86px; position: relative; width: auto; }\",\".framer-zlnyi .framer-17fy2np { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zlnyi .framer-m50mf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 215px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-h9abna, .framer-zlnyi .framer-kbmvnf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zlnyi .framer-1rpwy7d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 210px; }\",\".framer-zlnyi .framer-1ututep { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 128px 16px 144px 16px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-114pf1i { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1090px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-1nrd1a3-container { flex: 1 0 0px; height: 580px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-1lpfchl { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 129px 16px 144px 16px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-i1ipyi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: flex-start; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-15t4djc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-9q5sey { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-2osif3 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: auto; justify-content: center; max-width: 323px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-vwb4ct, .framer-zlnyi .framer-1evw3c9, .framer-zlnyi .framer-22tx3c, .framer-zlnyi .framer-9af4w, .framer-zlnyi .framer-1pf4zi4, .framer-zlnyi .framer-osnqvz, .framer-zlnyi .framer-kl0jzj, .framer-zlnyi .framer-5emeac, .framer-zlnyi .framer-xj24ax { flex: none; height: 92px; max-width: 227px; overflow: hidden; position: relative; width: 100%; }\",\".framer-zlnyi .framer-1mkx1l0-container, .framer-zlnyi .framer-3eqrl7-container { cursor: default; flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-1vc4o2j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; max-width: 323px; overflow: visible; padding: 0px; position: relative; width: 323px; }\",\".framer-zlnyi .framer-iso0ba-container { cursor: default; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-zlnyi .framer-16dihuy { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: auto; justify-content: center; max-width: 323px; overflow: visible; padding: 0px; position: relative; width: 323px; }\",\".framer-zlnyi .framer-qrw3zk-container { flex: none; height: 530px; position: relative; width: 354px; }\",\".framer-zlnyi .framer-1dme9ud, .framer-zlnyi .framer-2ifnyi, .framer-zlnyi .framer-1eidqiz { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 323px; }\",\".framer-zlnyi .framer-1udgkeu-container { flex: none; height: 585px; position: relative; width: 292px; }\",\".framer-zlnyi .framer-12jb5rl, .framer-zlnyi .framer-1x19a2t, .framer-zlnyi .framer-hk9mx7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: 567px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 262px; }\",\".framer-zlnyi .framer-1hgupt1-container, .framer-zlnyi .framer-13a4p82-container, .framer-zlnyi .framer-1tj2rph-container { flex: none; height: 436px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-njfe1w { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 130px 16px 130px 16px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-xmseqe { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 140px; height: min-content; justify-content: flex-start; max-width: 1090px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-8cqfsm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 890px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-o4z8qv-container { flex: none; height: 334px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-pfrnx5-container, .framer-zlnyi .framer-17037fq-container, .framer-zlnyi .framer-u3bw0m-container, .framer-zlnyi .framer-1mziyys-container { height: auto; position: relative; width: 800px; }\",\".framer-zlnyi .framer-18d4eic-container { flex: none; height: 463px; max-width: 500px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-17pfs6v-container, .framer-zlnyi .framer-3clohl-container, .framer-zlnyi .framer-m11o0i-container, .framer-zlnyi .framer-bahoh1-container { height: auto; position: relative; width: 500px; }\",\".framer-zlnyi .framer-dzwx0m-container { flex: none; height: 507px; max-width: 335px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-fbkgyk-container, .framer-zlnyi .framer-v88ybf-container, .framer-zlnyi .framer-1lxl8e7-container, .framer-zlnyi .framer-13flnfu-container { height: auto; position: relative; width: 335px; }\",\".framer-zlnyi .framer-5sbgcw { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 128px 16px 144px 16px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-1sdaxbn { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; max-width: 1116px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zlnyi .framer-1eknwuf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-nqtyt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 70px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-q4o8h6-container { cursor: default; flex: none; height: auto; position: relative; width: 323px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-zlnyi .framer-tjd1pd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-i2xpyk { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 128px 16px 145px 16px; position: relative; width: 100%; }\",\".framer-zlnyi .framer-7gm2qo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1090px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zlnyi.framer-72rtr7, .framer-zlnyi.framer-14vxgxb, .framer-zlnyi .framer-1n28goi, .framer-zlnyi .framer-1ixpolx, .framer-zlnyi .framer-1filo4, .framer-zlnyi .framer-19i6gs6, .framer-zlnyi .framer-ptxdl0, .framer-zlnyi .framer-kb6izk, .framer-zlnyi .framer-1idzk40, .framer-zlnyi .framer-jdo46m, .framer-zlnyi .framer-c92vg1, .framer-zlnyi .framer-x48kwo, .framer-zlnyi .framer-iunolc, .framer-zlnyi .framer-1v4308e, .framer-zlnyi .framer-m50mf, .framer-zlnyi .framer-1rpwy7d, .framer-zlnyi .framer-1ututep, .framer-zlnyi .framer-114pf1i, .framer-zlnyi .framer-cceht7, .framer-zlnyi .framer-1lpfchl, .framer-zlnyi .framer-i1ipyi, .framer-zlnyi .framer-t54w4d, .framer-zlnyi .framer-15t4djc, .framer-zlnyi .framer-2osif3, .framer-zlnyi .framer-1vc4o2j, .framer-zlnyi .framer-16dihuy, .framer-zlnyi .framer-1dme9ud, .framer-zlnyi .framer-2ifnyi, .framer-zlnyi .framer-1eidqiz, .framer-zlnyi .framer-12jb5rl, .framer-zlnyi .framer-1x19a2t, .framer-zlnyi .framer-hk9mx7, .framer-zlnyi .framer-njfe1w, .framer-zlnyi .framer-xmseqe, .framer-zlnyi .framer-4utf48, .framer-zlnyi .framer-8cqfsm, .framer-zlnyi .framer-5sbgcw, .framer-zlnyi .framer-1sdaxbn, .framer-zlnyi .framer-1eknwuf, .framer-zlnyi .framer-nqtyt, .framer-zlnyi .framer-tjd1pd, .framer-zlnyi .framer-i2xpyk, .framer-zlnyi .framer-7gm2qo { gap: 0px; } .framer-zlnyi.framer-72rtr7 > *, .framer-zlnyi .framer-ptxdl0 > *, .framer-zlnyi .framer-1v4308e > *, .framer-zlnyi .framer-m50mf > *, .framer-zlnyi .framer-1rpwy7d > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zlnyi.framer-72rtr7 > :first-child, .framer-zlnyi .framer-1n28goi > :first-child, .framer-zlnyi .framer-1ixpolx > :first-child, .framer-zlnyi .framer-ptxdl0 > :first-child, .framer-zlnyi .framer-kb6izk > :first-child, .framer-zlnyi .framer-jdo46m > :first-child, .framer-zlnyi .framer-c92vg1 > :first-child, .framer-zlnyi .framer-1v4308e > :first-child, .framer-zlnyi .framer-m50mf > :first-child, .framer-zlnyi .framer-1rpwy7d > :first-child, .framer-zlnyi .framer-114pf1i > :first-child, .framer-zlnyi .framer-i1ipyi > :first-child, .framer-zlnyi .framer-t54w4d > :first-child, .framer-zlnyi .framer-15t4djc > :first-child, .framer-zlnyi .framer-2osif3 > :first-child, .framer-zlnyi .framer-1vc4o2j > :first-child, .framer-zlnyi .framer-16dihuy > :first-child, .framer-zlnyi .framer-1dme9ud > :first-child, .framer-zlnyi .framer-2ifnyi > :first-child, .framer-zlnyi .framer-1eidqiz > :first-child, .framer-zlnyi .framer-12jb5rl > :first-child, .framer-zlnyi .framer-1x19a2t > :first-child, .framer-zlnyi .framer-hk9mx7 > :first-child, .framer-zlnyi .framer-xmseqe > :first-child, .framer-zlnyi .framer-8cqfsm > :first-child, .framer-zlnyi .framer-1sdaxbn > :first-child, .framer-zlnyi .framer-1eknwuf > :first-child, .framer-zlnyi .framer-7gm2qo > :first-child { margin-top: 0px; } .framer-zlnyi.framer-72rtr7 > :last-child, .framer-zlnyi .framer-1n28goi > :last-child, .framer-zlnyi .framer-1ixpolx > :last-child, .framer-zlnyi .framer-ptxdl0 > :last-child, .framer-zlnyi .framer-kb6izk > :last-child, .framer-zlnyi .framer-jdo46m > :last-child, .framer-zlnyi .framer-c92vg1 > :last-child, .framer-zlnyi .framer-1v4308e > :last-child, .framer-zlnyi .framer-m50mf > :last-child, .framer-zlnyi .framer-1rpwy7d > :last-child, .framer-zlnyi .framer-114pf1i > :last-child, .framer-zlnyi .framer-i1ipyi > :last-child, .framer-zlnyi .framer-t54w4d > :last-child, .framer-zlnyi .framer-15t4djc > :last-child, .framer-zlnyi .framer-2osif3 > :last-child, .framer-zlnyi .framer-1vc4o2j > :last-child, .framer-zlnyi .framer-16dihuy > :last-child, .framer-zlnyi .framer-1dme9ud > :last-child, .framer-zlnyi .framer-2ifnyi > :last-child, .framer-zlnyi .framer-1eidqiz > :last-child, .framer-zlnyi .framer-12jb5rl > :last-child, .framer-zlnyi .framer-1x19a2t > :last-child, .framer-zlnyi .framer-hk9mx7 > :last-child, .framer-zlnyi .framer-xmseqe > :last-child, .framer-zlnyi .framer-8cqfsm > :last-child, .framer-zlnyi .framer-1sdaxbn > :last-child, .framer-zlnyi .framer-1eknwuf > :last-child, .framer-zlnyi .framer-7gm2qo > :last-child { margin-bottom: 0px; } .framer-zlnyi.framer-14vxgxb > *, .framer-zlnyi .framer-1filo4 > *, .framer-zlnyi .framer-19i6gs6 > *, .framer-zlnyi .framer-1idzk40 > *, .framer-zlnyi .framer-x48kwo > *, .framer-zlnyi .framer-1ututep > *, .framer-zlnyi .framer-cceht7 > *, .framer-zlnyi .framer-1lpfchl > *, .framer-zlnyi .framer-njfe1w > *, .framer-zlnyi .framer-4utf48 > *, .framer-zlnyi .framer-5sbgcw > *, .framer-zlnyi .framer-tjd1pd > *, .framer-zlnyi .framer-i2xpyk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zlnyi.framer-14vxgxb > :first-child, .framer-zlnyi .framer-1filo4 > :first-child, .framer-zlnyi .framer-19i6gs6 > :first-child, .framer-zlnyi .framer-1idzk40 > :first-child, .framer-zlnyi .framer-x48kwo > :first-child, .framer-zlnyi .framer-iunolc > :first-child, .framer-zlnyi .framer-1ututep > :first-child, .framer-zlnyi .framer-cceht7 > :first-child, .framer-zlnyi .framer-1lpfchl > :first-child, .framer-zlnyi .framer-njfe1w > :first-child, .framer-zlnyi .framer-4utf48 > :first-child, .framer-zlnyi .framer-5sbgcw > :first-child, .framer-zlnyi .framer-nqtyt > :first-child, .framer-zlnyi .framer-tjd1pd > :first-child, .framer-zlnyi .framer-i2xpyk > :first-child { margin-left: 0px; } .framer-zlnyi.framer-14vxgxb > :last-child, .framer-zlnyi .framer-1filo4 > :last-child, .framer-zlnyi .framer-19i6gs6 > :last-child, .framer-zlnyi .framer-1idzk40 > :last-child, .framer-zlnyi .framer-x48kwo > :last-child, .framer-zlnyi .framer-iunolc > :last-child, .framer-zlnyi .framer-1ututep > :last-child, .framer-zlnyi .framer-cceht7 > :last-child, .framer-zlnyi .framer-1lpfchl > :last-child, .framer-zlnyi .framer-njfe1w > :last-child, .framer-zlnyi .framer-4utf48 > :last-child, .framer-zlnyi .framer-5sbgcw > :last-child, .framer-zlnyi .framer-nqtyt > :last-child, .framer-zlnyi .framer-tjd1pd > :last-child, .framer-zlnyi .framer-i2xpyk > :last-child { margin-right: 0px; } .framer-zlnyi .framer-1n28goi > *, .framer-zlnyi .framer-8cqfsm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zlnyi .framer-1ixpolx > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-zlnyi .framer-kb6izk > *, .framer-zlnyi .framer-1sdaxbn > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-zlnyi .framer-jdo46m > *, .framer-zlnyi .framer-7gm2qo > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-zlnyi .framer-c92vg1 > *, .framer-zlnyi .framer-t54w4d > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-zlnyi .framer-iunolc > * { margin: 0px; margin-left: calc(74px / 2); margin-right: calc(74px / 2); } .framer-zlnyi .framer-114pf1i > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-zlnyi .framer-i1ipyi > * { margin: 0px; margin-bottom: calc(75px / 2); margin-top: calc(75px / 2); } .framer-zlnyi .framer-15t4djc > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-zlnyi .framer-2osif3 > *, .framer-zlnyi .framer-1vc4o2j > *, .framer-zlnyi .framer-16dihuy > *, .framer-zlnyi .framer-1dme9ud > *, .framer-zlnyi .framer-2ifnyi > *, .framer-zlnyi .framer-1eidqiz > *, .framer-zlnyi .framer-12jb5rl > *, .framer-zlnyi .framer-1x19a2t > *, .framer-zlnyi .framer-hk9mx7 > *, .framer-zlnyi .framer-1eknwuf > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-zlnyi .framer-xmseqe > * { margin: 0px; margin-bottom: calc(140px / 2); margin-top: calc(140px / 2); } .framer-zlnyi .framer-nqtyt > * { margin: 0px; margin-left: calc(70px / 2); margin-right: calc(70px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 1024px) and (max-width: 1439px) { .framer-zlnyi.framer-72rtr7 { width: 1024px; } .framer-zlnyi .framer-19i6gs6 { height: 600px; } .framer-zlnyi .framer-16rctmq { bottom: unset; height: 237px; left: 0px; top: 182px; width: 210px; } .framer-zlnyi .framer-ptxdl0 { max-width: 780px; } .framer-zlnyi .framer-1idzk40, .framer-zlnyi .framer-1ututep, .framer-zlnyi .framer-1lpfchl, .framer-zlnyi .framer-njfe1w, .framer-zlnyi .framer-5sbgcw, .framer-zlnyi .framer-i2xpyk { padding: 100px 16px 100px 16px; } .framer-zlnyi .framer-jdo46m { flex: none; max-width: 1090px; width: 100%; } .framer-zlnyi .framer-nrzk53 { width: 92%; } .framer-zlnyi .framer-iunolc, .framer-zlnyi .framer-114pf1i { gap: 60px; } .framer-zlnyi .framer-kbmvnf { width: 201px; } .framer-zlnyi .framer-18wx6li { width: 95%; } .framer-zlnyi .framer-xmseqe { gap: 80px; } .framer-zlnyi .framer-nqtyt { gap: unset; justify-content: space-between; } .framer-zlnyi .framer-q4o8h6-container { width: 300px; } .framer-zlnyi .framer-w5qgx5-container { max-width: 1100px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zlnyi .framer-iunolc, .framer-zlnyi .framer-114pf1i, .framer-zlnyi .framer-xmseqe, .framer-zlnyi .framer-nqtyt { gap: 0px; } .framer-zlnyi .framer-iunolc > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-zlnyi .framer-iunolc > :first-child { margin-left: 0px; } .framer-zlnyi .framer-iunolc > :last-child { margin-right: 0px; } .framer-zlnyi .framer-114pf1i > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-zlnyi .framer-114pf1i > :first-child, .framer-zlnyi .framer-xmseqe > :first-child { margin-top: 0px; } .framer-zlnyi .framer-114pf1i > :last-child, .framer-zlnyi .framer-xmseqe > :last-child { margin-bottom: 0px; } .framer-zlnyi .framer-xmseqe > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-zlnyi .framer-nqtyt > *, .framer-zlnyi .framer-nqtyt > :first-child, .framer-zlnyi .framer-nqtyt > :last-child { margin: 0px; } }}\",\"@media (min-width: 768px) and (max-width: 1023px) { .framer-zlnyi.framer-72rtr7 { width: 768px; } .framer-zlnyi .framer-19i6gs6 { height: 600px; } .framer-zlnyi .framer-16rctmq { bottom: 388px; height: unset; left: 0px; order: 0; top: -19px; width: 190px; } .framer-zlnyi .framer-ptxdl0 { max-width: 630px; order: 2; } .framer-zlnyi .framer-1idzk40, .framer-zlnyi .framer-1ututep, .framer-zlnyi .framer-1lpfchl, .framer-zlnyi .framer-njfe1w, .framer-zlnyi .framer-5sbgcw, .framer-zlnyi .framer-i2xpyk { padding: 80px 16px 80px 16px; } .framer-zlnyi .framer-jdo46m { flex: none; max-width: 1090px; width: 100%; } .framer-zlnyi .framer-x48kwo { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; justify-content: flex-start; } .framer-zlnyi .framer-iunolc { flex: none; gap: unset; justify-content: space-between; width: 90%; } .framer-zlnyi .framer-m50mf { flex: none; width: min-content; } .framer-zlnyi .framer-h9abna { white-space: pre; width: auto; } .framer-zlnyi .framer-114pf1i { gap: 50px; } .framer-zlnyi .framer-1nrd1a3-container { height: 440px; } .framer-zlnyi .framer-i1ipyi, .framer-zlnyi .framer-xmseqe { gap: 60px; } .framer-zlnyi .framer-18wx6li { width: 95%; } .framer-zlnyi .framer-15t4djc { align-content: center; align-items: center; } .framer-zlnyi .framer-9q5sey { flex-wrap: wrap; gap: 25px; justify-content: center; } .framer-zlnyi .framer-2osif3 { flex: none; width: 323px; } .framer-zlnyi .framer-16dihuy { align-self: unset; height: min-content; } .framer-zlnyi .framer-3eqrl7-container { flex: none; height: auto; } .framer-zlnyi .framer-18d4eic-container { max-width: 600px; } .framer-zlnyi .framer-1sdaxbn { gap: 40px; } .framer-zlnyi .framer-nqtyt { gap: 45px; } .framer-zlnyi .framer-q4o8h6-container { width: 280px; } .framer-zlnyi .framer-tjd1pd { justify-content: center; } .framer-zlnyi .framer-w5qgx5-container { max-width: 750px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zlnyi .framer-x48kwo, .framer-zlnyi .framer-iunolc, .framer-zlnyi .framer-114pf1i, .framer-zlnyi .framer-i1ipyi, .framer-zlnyi .framer-9q5sey, .framer-zlnyi .framer-xmseqe, .framer-zlnyi .framer-1sdaxbn, .framer-zlnyi .framer-nqtyt { gap: 0px; } .framer-zlnyi .framer-x48kwo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-zlnyi .framer-x48kwo > :first-child, .framer-zlnyi .framer-114pf1i > :first-child, .framer-zlnyi .framer-i1ipyi > :first-child, .framer-zlnyi .framer-xmseqe > :first-child, .framer-zlnyi .framer-1sdaxbn > :first-child { margin-top: 0px; } .framer-zlnyi .framer-x48kwo > :last-child, .framer-zlnyi .framer-114pf1i > :last-child, .framer-zlnyi .framer-i1ipyi > :last-child, .framer-zlnyi .framer-xmseqe > :last-child, .framer-zlnyi .framer-1sdaxbn > :last-child { margin-bottom: 0px; } .framer-zlnyi .framer-iunolc > *, .framer-zlnyi .framer-iunolc > :first-child, .framer-zlnyi .framer-iunolc > :last-child { margin: 0px; } .framer-zlnyi .framer-114pf1i > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-zlnyi .framer-i1ipyi > *, .framer-zlnyi .framer-xmseqe > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-zlnyi .framer-9q5sey > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-zlnyi .framer-9q5sey > :first-child, .framer-zlnyi .framer-nqtyt > :first-child { margin-left: 0px; } .framer-zlnyi .framer-9q5sey > :last-child, .framer-zlnyi .framer-nqtyt > :last-child { margin-right: 0px; } .framer-zlnyi .framer-1sdaxbn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-zlnyi .framer-nqtyt > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } }}\",\"@media (min-width: 540px) and (max-width: 767px) { .framer-zlnyi.framer-72rtr7 { width: 540px; } .framer-zlnyi .framer-1ixpolx { gap: 30px; } .framer-zlnyi .framer-19i6gs6 { height: 500px; } .framer-zlnyi .framer-16rctmq { bottom: unset; height: 220px; left: 0px; order: 0; top: -36px; width: 168px; } .framer-zlnyi .framer-ptxdl0 { max-width: 480px; order: 2; } .framer-zlnyi .framer-kb6izk { width: 400px; } .framer-zlnyi .framer-1idzk40, .framer-zlnyi .framer-1ututep, .framer-zlnyi .framer-1lpfchl, .framer-zlnyi .framer-njfe1w, .framer-zlnyi .framer-i2xpyk { padding: 60px 16px 60px 16px; } .framer-zlnyi .framer-jdo46m { flex: none; max-width: 600px; width: 100%; } .framer-zlnyi .framer-x48kwo { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; justify-content: flex-start; } .framer-zlnyi .framer-iunolc { flex: none; gap: 30px; width: 100%; } .framer-zlnyi .framer-1v4308e { flex: 1 0 0px; max-width: 120px; width: 1px; } .framer-zlnyi .framer-2awhb4-container, .framer-zlnyi .framer-6r0i2o-container, .framer-zlnyi .framer-3e7e6b-container { height: 55px; } .framer-zlnyi .framer-17fy2np { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-zlnyi .framer-m50mf { flex: none; width: min-content; } .framer-zlnyi .framer-h9abna { width: 152px; } .framer-zlnyi .framer-1rpwy7d { width: 157px; } .framer-zlnyi .framer-kbmvnf { width: 160px; } .framer-zlnyi .framer-114pf1i { gap: 50px; max-width: 600px; } .framer-zlnyi .framer-1nrd1a3-container { height: 320px; } .framer-zlnyi .framer-i1ipyi, .framer-zlnyi .framer-xmseqe { gap: 60px; max-width: 600px; } .framer-zlnyi .framer-18wx6li { width: 95%; } .framer-zlnyi .framer-15t4djc { align-content: center; align-items: center; } .framer-zlnyi .framer-qrw3zk-container { height: 558px; } .framer-zlnyi .framer-18d4eic-container { height: 487px; max-width: 480px; } .framer-zlnyi .framer-5sbgcw { padding: 80px 16px 80px 16px; } .framer-zlnyi .framer-1sdaxbn { gap: 40px; max-width: 600px; } .framer-zlnyi .framer-nqtyt { gap: 35px; } .framer-zlnyi .framer-q4o8h6-container { width: 280px; } .framer-zlnyi .framer-tjd1pd { justify-content: center; } .framer-zlnyi .framer-7gm2qo { max-width: 600px; } .framer-zlnyi .framer-w5qgx5-container { max-width: 520px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zlnyi .framer-1ixpolx, .framer-zlnyi .framer-x48kwo, .framer-zlnyi .framer-iunolc, .framer-zlnyi .framer-114pf1i, .framer-zlnyi .framer-i1ipyi, .framer-zlnyi .framer-xmseqe, .framer-zlnyi .framer-1sdaxbn, .framer-zlnyi .framer-nqtyt { gap: 0px; } .framer-zlnyi .framer-1ixpolx > *, .framer-zlnyi .framer-x48kwo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-zlnyi .framer-1ixpolx > :first-child, .framer-zlnyi .framer-x48kwo > :first-child, .framer-zlnyi .framer-114pf1i > :first-child, .framer-zlnyi .framer-i1ipyi > :first-child, .framer-zlnyi .framer-xmseqe > :first-child, .framer-zlnyi .framer-1sdaxbn > :first-child { margin-top: 0px; } .framer-zlnyi .framer-1ixpolx > :last-child, .framer-zlnyi .framer-x48kwo > :last-child, .framer-zlnyi .framer-114pf1i > :last-child, .framer-zlnyi .framer-i1ipyi > :last-child, .framer-zlnyi .framer-xmseqe > :last-child, .framer-zlnyi .framer-1sdaxbn > :last-child { margin-bottom: 0px; } .framer-zlnyi .framer-iunolc > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-zlnyi .framer-iunolc > :first-child, .framer-zlnyi .framer-nqtyt > :first-child { margin-left: 0px; } .framer-zlnyi .framer-iunolc > :last-child, .framer-zlnyi .framer-nqtyt > :last-child { margin-right: 0px; } .framer-zlnyi .framer-114pf1i > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-zlnyi .framer-i1ipyi > *, .framer-zlnyi .framer-xmseqe > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-zlnyi .framer-1sdaxbn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-zlnyi .framer-nqtyt > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } }}\",\"@media (max-width: 539px) { .framer-zlnyi.framer-72rtr7 { width: 375px; } .framer-zlnyi .framer-1ixpolx, .framer-zlnyi .framer-1eknwuf, .framer-zlnyi .framer-nqtyt { gap: 25px; } .framer-zlnyi .framer-19i6gs6 { flex-direction: column; height: 460px; } .framer-zlnyi .framer-16rctmq { bottom: unset; height: 125px; left: 0px; order: 0; top: 0px; width: 112px; } .framer-zlnyi .framer-ptxdl0 { flex: none; max-width: 343px; order: 2; width: 100%; } .framer-zlnyi .framer-kb6izk { gap: 18px; } .framer-zlnyi .framer-1idzk40, .framer-zlnyi .framer-1ututep, .framer-zlnyi .framer-1lpfchl, .framer-zlnyi .framer-njfe1w, .framer-zlnyi .framer-5sbgcw { flex-direction: column; padding: 50px 16px 50px 16px; } .framer-zlnyi .framer-jdo46m { flex: none; max-width: 380px; width: 100%; } .framer-zlnyi .framer-x48kwo { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; justify-content: flex-start; } .framer-zlnyi .framer-iunolc { flex: none; flex-wrap: wrap; gap: unset; justify-content: space-between; width: 100%; } .framer-zlnyi .framer-1v4308e { max-width: 89px; width: 89px; } .framer-zlnyi .framer-2awhb4-container, .framer-zlnyi .framer-6r0i2o-container, .framer-zlnyi .framer-3e7e6b-container { height: 47px; } .framer-zlnyi .framer-17fy2np { white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; } .framer-zlnyi .framer-m50mf { flex: none; width: 114px; } .framer-zlnyi .framer-h9abna, .framer-zlnyi .framer-kbmvnf { width: 80%; } .framer-zlnyi .framer-1rpwy7d { width: 78px; } .framer-zlnyi .framer-114pf1i, .framer-zlnyi .framer-i1ipyi, .framer-zlnyi .framer-xmseqe { flex: none; gap: 25px; max-width: 380px; width: 100%; } .framer-zlnyi .framer-1nrd1a3-container { height: 220px; } .framer-zlnyi .framer-18wx6li { width: 95%; } .framer-zlnyi .framer-15t4djc { align-content: center; align-items: center; gap: 20px; } .framer-zlnyi .framer-1sdaxbn { flex: none; gap: 40px; max-width: 380px; width: 100%; } .framer-zlnyi .framer-q4o8h6-container { width: 240px; } .framer-zlnyi .framer-tjd1pd { justify-content: center; } .framer-zlnyi .framer-i2xpyk { padding: 50px 16px 50px 16px; } .framer-zlnyi .framer-7gm2qo { max-width: 380px; } .framer-zlnyi .framer-w5qgx5-container { max-width: 400px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zlnyi .framer-1ixpolx, .framer-zlnyi .framer-19i6gs6, .framer-zlnyi .framer-kb6izk, .framer-zlnyi .framer-1idzk40, .framer-zlnyi .framer-x48kwo, .framer-zlnyi .framer-iunolc, .framer-zlnyi .framer-1ututep, .framer-zlnyi .framer-114pf1i, .framer-zlnyi .framer-1lpfchl, .framer-zlnyi .framer-i1ipyi, .framer-zlnyi .framer-15t4djc, .framer-zlnyi .framer-njfe1w, .framer-zlnyi .framer-xmseqe, .framer-zlnyi .framer-5sbgcw, .framer-zlnyi .framer-1sdaxbn, .framer-zlnyi .framer-1eknwuf, .framer-zlnyi .framer-nqtyt { gap: 0px; } .framer-zlnyi .framer-1ixpolx > *, .framer-zlnyi .framer-114pf1i > *, .framer-zlnyi .framer-i1ipyi > *, .framer-zlnyi .framer-xmseqe > *, .framer-zlnyi .framer-1eknwuf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-zlnyi .framer-1ixpolx > :first-child, .framer-zlnyi .framer-19i6gs6 > :first-child, .framer-zlnyi .framer-kb6izk > :first-child, .framer-zlnyi .framer-1idzk40 > :first-child, .framer-zlnyi .framer-x48kwo > :first-child, .framer-zlnyi .framer-1ututep > :first-child, .framer-zlnyi .framer-114pf1i > :first-child, .framer-zlnyi .framer-1lpfchl > :first-child, .framer-zlnyi .framer-i1ipyi > :first-child, .framer-zlnyi .framer-15t4djc > :first-child, .framer-zlnyi .framer-njfe1w > :first-child, .framer-zlnyi .framer-xmseqe > :first-child, .framer-zlnyi .framer-5sbgcw > :first-child, .framer-zlnyi .framer-1sdaxbn > :first-child, .framer-zlnyi .framer-1eknwuf > :first-child { margin-top: 0px; } .framer-zlnyi .framer-1ixpolx > :last-child, .framer-zlnyi .framer-19i6gs6 > :last-child, .framer-zlnyi .framer-kb6izk > :last-child, .framer-zlnyi .framer-1idzk40 > :last-child, .framer-zlnyi .framer-x48kwo > :last-child, .framer-zlnyi .framer-1ututep > :last-child, .framer-zlnyi .framer-114pf1i > :last-child, .framer-zlnyi .framer-1lpfchl > :last-child, .framer-zlnyi .framer-i1ipyi > :last-child, .framer-zlnyi .framer-15t4djc > :last-child, .framer-zlnyi .framer-njfe1w > :last-child, .framer-zlnyi .framer-xmseqe > :last-child, .framer-zlnyi .framer-5sbgcw > :last-child, .framer-zlnyi .framer-1sdaxbn > :last-child, .framer-zlnyi .framer-1eknwuf > :last-child { margin-bottom: 0px; } .framer-zlnyi .framer-19i6gs6 > *, .framer-zlnyi .framer-1idzk40 > *, .framer-zlnyi .framer-1ututep > *, .framer-zlnyi .framer-1lpfchl > *, .framer-zlnyi .framer-njfe1w > *, .framer-zlnyi .framer-5sbgcw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zlnyi .framer-kb6izk > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-zlnyi .framer-x48kwo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-zlnyi .framer-iunolc > *, .framer-zlnyi .framer-iunolc > :first-child, .framer-zlnyi .framer-iunolc > :last-child { margin: 0px; } .framer-zlnyi .framer-15t4djc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-zlnyi .framer-1sdaxbn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-zlnyi .framer-nqtyt > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-zlnyi .framer-nqtyt > :first-child { margin-left: 0px; } .framer-zlnyi .framer-nqtyt > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6543\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"X5zGyRruo\":{\"layout\":[\"fixed\",\"auto\"]},\"Ewp2uV4PV\":{\"layout\":[\"fixed\",\"auto\"]},\"ATs3h71BQ\":{\"layout\":[\"fixed\",\"auto\"]},\"IIiHZSsjt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-zlnyi\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6543,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Source Sans Pro Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/g7UzlWYFEJrWG5evZUWKkt65tcY.woff2\"},{family:\"Source Sans Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/0q5IvcN0OZh76AMPYpl1pxjm4pg.woff2\"},{family:\"Source Sans Pro Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/azSPPP25q1oxtGaGKk69GMUASxc.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Source Sans Pro Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/pQjwXeJYSCmFRk0xThs5RftEAA.woff2\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"}]},...CookieBannerFonts,...NavbarFonts,...FeatherFonts,...ButtonFonts,...CounterFonts,...Button1Fonts,...VideoWrapperFonts,...BoxFonts,...SlideshowFonts,...SlideFonts,...CmsCardFonts,...FaqWrapperFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X5zGyRruo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ewp2uV4PV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ATs3h71BQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IIiHZSsjt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"6543\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "isOnFramerCanvas", "useIsOnFramerCanvas", "consentModeLocalStorageKey", "dismissedLocalStorageKey", "autoAcceptedLocalStorageKey", "getStateFromLocalStorage", "consentFromLocalStorage", "dismissedFromLocalStorage", "autoAcceptedFromLocalStorage", "isDismissed", "isAutoAccepted", "safeJSONParse", "syncToGTM", "sendToGTM", "initGTM", "window", "ue", "yieldBeforeCb", "isBrowser", "dismiss", "autoAccept", "acceptAll", "rejectAll", "acceptCurrent", "toggleMode", "mode", "countries", "isInEUTimezone", "_Intl_DateTimeFormat_resolvedOptions_timeZone", "_Intl_DateTimeFormat_resolvedOptions", "_Intl_DateTimeFormat", "_Intl", "isEULocale", "_navigator_languages", "_navigator_language", "locale", "navigator", "country", "_locale_toUpperCase", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "skipEUCheck", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "_banner_style_border", "maxHeightReduction", "linkColor", "paddingValue", "bannerShadow", "getShadow", "borderShadow", "bannerStyle", "getMultipleShadows", "p", "motion", "DEFAULT_FONT_FAMILY", "SimpleBanner", "AcceptRejectBanner", "OptionsBanner", "description", "policy", "padding", "u", "Description", "Button", "title", "onAccept", "onReject", "Headline", "Buttons", "showReject", "consent", "onOptionToggle", "showOptions", "setShowOptions", "ye", "optionTheme", "optionNames", "shouldShowOptions", "AnimatePresence", "option", "Option", "l", "titleColor", "descriptionColor", "showDescription", "enabled", "optional", "onClick", "theme", "L", "children", "style", "DescriptionParagraph", "descriptionParagraphs", "line", "index", "direction", "id", "primary", "settings", "_settings_hoverOpacity", "_settings_tapOpacity", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "skipLogic", "isInEU", "isBrowser", "inEU", "region", "useRegion", "consent", "useConsent", "isOpen", "setIsOpen", "ye", "instantlyShowOnMount", "setInstantlyShowOnMount", "ue", "yieldBeforeCb", "noConsentGiven", "shouldAutoAccept", "handleDismiss", "interactionResponse", "handleAcceptAll", "handleRejectAll", "handleAcceptCurrent", "p", "Banner", "defaultConsent", "u", "l", "Trigger", "Overlay", "IconCookie", "K", "props", "_props_banner_style", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "HK6L8322i_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "p", "x", "motion", "__FramerMetadata__", "valuesByLocaleId", "HK6L8322i_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "badgeColor", "badgeText", "height", "id", "image", "shadow", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "M2sF9Crab", "j5ElNggT4", "et1Wx3i6V", "G30u1paEO", "mDrE1aTE7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "getLocalizedValue", "css", "FramerHK6L8322i", "withCSS", "HK6L8322i_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "badgeColor", "borderOnHover", "budget", "budgetPadding", "cardBadge", "cardDescriptionText", "cardTitle", "descriptionFontSize", "duration", "height", "hoverBackround", "id", "shadowOnHover", "time", "titleSize", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "m1tA47VbL", "XLSQh6PVy", "xOdQR9I0B", "HJl7uRNWl", "Fy4tSKsUb", "n6g5lFIz6", "kVh6qWkJ7", "zP0qA9dad", "m0zcztXDT", "WOmbwww2j", "DGmysqw3P", "kNbZhhz9P", "wB9iWTYqf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerIqqJ1y2L8", "withCSS", "IqqJ1y2L8_default", "addPropertyControls", "ControlType", "addFonts", "PlayOptions", "ThumbnailOptions", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "pre", "ext", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "centerContent", "defaultContainerStyles", "centerContent", "useStore", "createStore", "withClass", "Component", "props", "p", "FeatherFonts", "getFonts", "Icon", "MotionDivWithClassi7hang", "withCodeBoundaryForOverrides", "motion", "withClass", "YouTubeFonts", "Youtube", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "radiusForCorner", "value", "cornerIndex", "segments", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "radius", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "YSemwuN3z", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearpt430v", "args", "onTapw4ddh7", "onAppearspvhvt", "onTaptigoec", "onTap15j28an", "onTap1cz9h3e", "onTapp2375x", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FrameruTfQVHWWR", "withCSS", "uTfQVHWWR_default", "addPropertyControls", "ControlType", "addFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "CookieBannerFonts", "getFonts", "CookieBanner", "NavbarFonts", "b8qK6XbS_default", "FeatherFonts", "Icon", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "ButtonFonts", "hGiesfjKS_default", "CounterFonts", "Counter", "Button1Fonts", "zS1BpkrMf_default", "VideoWrapperFonts", "uTfQVHWWR_default", "BoxFonts", "IqqJ1y2L8_default", "SlideshowFonts", "Slideshow", "SlideFonts", "TI14sFqyk_default", "CmsCardFonts", "HK6L8322i_default", "FaqWrapperFonts", "ZtXzsAg8z_default", "FooterFonts", "LqmjtQtv5_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition2", "animation3", "animation4", "convertFromEnum", "value", "activeLocale", "toString", "addImageAlt", "image", "alt", "animation5", "toResponsiveImage", "QueryData", "query", "pageSize", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "o90Z1KkYuRP42w9LUD", "OfIY2U5ijRP42w9LUD", "YUkCxJNY3RP42w9LUD", "JEUcTVBoXRP42w9LUD", "VFeq_908NRP42w9LUD", "idRP42w9LUD", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "vivELKi1w3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "scopingClassNames", "cx", "usePreloadLocalizedValues", "textContent", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "l", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "getLocalizedValue", "Link", "RichText2", "ChildrenCanSuspend", "dVo2PsL4W_default", "collection", "paginationInfo", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
