{
  "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/d7M4abVz5jhxcjrlWV66/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/zTapg9rnDfIs7uo8Zb0a/Cookies.js", "ssg:https://framerusercontent.com/modules/zlYCXMIH6L7uN6xCqRmu/vVrfReJa7WITiScObg9d/DI8mvw2qg.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/DH8UbZqVWnBvusi25JtF/1tTdgh2XyyLW409TchKv/YPAwvL0uW.js", "ssg:https://framerusercontent.com/modules/2xHnqSsSskn8mYe9USwW/wN0gHVjGpBX8WfK5Yvkt/U2EMzl5Fp.js", "ssg:https://framerusercontent.com/modules/c7rQJIxHrwd8ktckfeBT/ugKS09J4xew11wtsDL0t/Ls04f_bzg.js", "ssg:https://framerusercontent.com/modules/3wmtO0C4JewJnW62xxJO/ldqnyWSeRNVsL6o0NoMj/HLENTjBby.js", "ssg:https://framerusercontent.com/modules/0scrOn7O2aLVlhVMWhXF/iFNoOwTuNwQRqVlVVYed/Vv7lXSsrv.js", "ssg:https://framerusercontent.com/modules/K1U4rkoxdwFHJWHoCzas/INmMobYq564hp8agDCXE/KP_ZF1Jqr.js", "ssg:https://framerusercontent.com/modules/v76B1GfmZsPG1nNNSIFn/EHZd60DYWa8vuqoXe0OZ/sCxGUNjJo.js", "ssg:https://framerusercontent.com/modules/XzDmr6EiI5Abb6dPkH4a/feJjiNNquNThDzht0iM3/reAKa0Irg.js", "ssg:https://framerusercontent.com/modules/ZNhMgxFFqRgAYhgT3Y7H/OVKxpF5LwKDAXhny91WZ/lNoMg7zel.js", "ssg:https://framerusercontent.com/modules/YObXYF2rJVrOnOhxOL5y/2xjsu6xjH5w4xINpUfq4/JdJp99vv2.js", "ssg:https://framerusercontent.com/modules/mT0mXoqTw1N0hl2c0dzk/B65nsBu4h86ywmCr2wHY/repNjYJbz.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}){const isInEUBasedOnLocation=isBrowser?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\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){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/d7M4abVz5jhxcjrlWV66/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 isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview});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(()=>{// 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]);// Check if user should be prompted\nuseEffect(()=>{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]);useEffect(()=>{if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes]);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)}),/*#__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\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={aHkYhCKKi:{hover:true},Ekirnm14x:{hover:true},nGXGHrvlG:{hover:true},TVcGH9pPQ:{hover:true},UkbK5v3MT:{hover:true},WBpffLwBD:{hover:true}};const cycleOrder=[\"nGXGHrvlG\",\"WBpffLwBD\",\"Ekirnm14x\",\"TVcGH9pPQ\",\"aHkYhCKKi\",\"UkbK5v3MT\"];const serializationHash=\"framer-DufBZ\";const variantClassNames={aHkYhCKKi:\"framer-v-140z743\",Ekirnm14x:\"framer-v-1u05udp\",nGXGHrvlG:\"framer-v-1dg3be5\",TVcGH9pPQ:\"framer-v-35ln4i\",UkbK5v3MT:\"framer-v-10xtvpd\",WBpffLwBD:\"framer-v-1bn4xli\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const 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={\"Primary - Large\":\"TVcGH9pPQ\",\"Secondary - Large\":\"aHkYhCKKi\",\"Tertiary - Large\":\"UkbK5v3MT\",Primary:\"nGXGHrvlG\",Secondary:\"WBpffLwBD\",Tertiary:\"Ekirnm14x\"};const getProps=({height,icon,iconLeft,iconRight,id,link,newTab,title,width,...props})=>{return{...props,Eyq3ZwfYq:title??props.Eyq3ZwfYq??\"Our Work\",F96b9S4NI:newTab??props.F96b9S4NI,IxBPf3dKS:link??props.IxBPf3dKS,uErOa7o4Q:iconLeft??props.uErOa7o4Q,variant:humanReadableVariantMap[props.variant]??props.variant??\"nGXGHrvlG\",vOBikIB4L:iconRight??props.vOBikIB4L,XiuHxhXfL:icon??props.XiuHxhXfL};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Eyq3ZwfYq,IxBPf3dKS,F96b9S4NI,XiuHxhXfL,uErOa7o4Q,vOBikIB4L,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nGXGHrvlG\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:IxBPf3dKS,nodeId:\"nGXGHrvlG\",openInNewTab:F96b9S4NI,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1dg3be5\",className,classNames)} framer-p709hv`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"nGXGHrvlG\",ref:ref??ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(16, 121, 232)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0px 0px 0px rgba(29, 79, 216, 0.16)\",...style},variants:{\"aHkYhCKKi-hover\":{backgroundColor:\"rgb(227, 227, 227)\"},\"Ekirnm14x-hover\":{backgroundColor:\"rgb(57, 85, 128)\"},\"nGXGHrvlG-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(12, 90, 173)\"},\"TVcGH9pPQ-hover\":{backgroundColor:\"rgb(12, 90, 173)\"},\"UkbK5v3MT-hover\":{backgroundColor:\"rgb(57, 85, 128)\"},\"WBpffLwBD-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(227, 227, 227)\"},aHkYhCKKi:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 0px 0px 0px rgba(0, 0, 0, 0.1)\"},Ekirnm14x:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(57, 85, 128)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(57, 85, 128, 0)\",boxShadow:\"0px 0px 0px 0px rgba(0, 0, 0, 0.08)\"},TVcGH9pPQ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},UkbK5v3MT:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(57, 85, 128)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(57, 85, 128, 0)\",boxShadow:\"0px 0px 0px 0px rgba(0, 0, 0, 0.1)\"},WBpffLwBD:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 0px 0px 0px rgba(0, 0, 0, 0.1)\"}},...addPropertyOverrides({\"aHkYhCKKi-hover\":{\"data-framer-name\":undefined},\"Ekirnm14x-hover\":{\"data-framer-name\":undefined},\"nGXGHrvlG-hover\":{\"data-framer-name\":undefined},\"TVcGH9pPQ-hover\":{\"data-framer-name\":undefined},\"UkbK5v3MT-hover\":{\"data-framer-name\":undefined},\"WBpffLwBD-hover\":{\"data-framer-name\":undefined},aHkYhCKKi:{\"data-framer-name\":\"Secondary - Large\"},Ekirnm14x:{\"data-border\":true,\"data-framer-name\":\"Tertiary\"},TVcGH9pPQ:{\"data-framer-name\":\"Primary - Large\"},UkbK5v3MT:{\"data-border\":true,\"data-framer-name\":\"Tertiary - Large\"},WBpffLwBD:{\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[uErOa7o4Q&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||40)-24-16)/2)),sizes:\"16px\",...toResponsiveImage(XiuHxhXfL)},className:\"framer-1886hq6\",\"data-framer-name\":\"Icon Left\",layoutDependency:layoutDependency,layoutId:\"uu8cH0Cyg\",...addPropertyOverrides({aHkYhCKKi:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||48)-24-16)/2)),sizes:\"16px\",...toResponsiveImage(XiuHxhXfL)}},TVcGH9pPQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||48)-24-16)/2)),sizes:\"16px\",...toResponsiveImage(XiuHxhXfL)}},UkbK5v3MT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||48)-24-16)/2)),sizes:\"16px\",...toResponsiveImage(XiuHxhXfL)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-80aeea00-bc1c-4e76-9301-be43cfc88c4c, rgb(255, 255, 255)))\"},children:\"Our Work\"})}),className:\"framer-1uf6wue\",\"data-framer-name\":\"Variable Title\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"C17go03eS\",style:{\"--extracted-r6o4lv\":\"var(--token-80aeea00-bc1c-4e76-9301-be43cfc88c4c, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:Eyq3ZwfYq,variants:{\"Ekirnm14x-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"UkbK5v3MT-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},aHkYhCKKi:{\"--extracted-r6o4lv\":\"var(--token-f12c06ad-f4f5-4d6b-a652-39e294716a72, rgb(0, 0, 0))\"},Ekirnm14x:{\"--extracted-r6o4lv\":\"rgb(57, 85, 128)\"},UkbK5v3MT:{\"--extracted-r6o4lv\":\"rgb(57, 85, 128)\"},WBpffLwBD:{\"--extracted-r6o4lv\":\"var(--token-f12c06ad-f4f5-4d6b-a652-39e294716a72, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Ekirnm14x-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our Work\"})})},\"UkbK5v3MT-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our Work\"})})},aHkYhCKKi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f12c06ad-f4f5-4d6b-a652-39e294716a72, rgb(0, 0, 0)))\"},children:\"Our Work\"})})},Ekirnm14x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 85, 128))\"},children:\"Our Work\"})})},TVcGH9pPQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-80aeea00-bc1c-4e76-9301-be43cfc88c4c, rgb(255, 255, 255)))\"},children:\"Our Work\"})})},UkbK5v3MT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 85, 128))\"},children:\"Our Work\"})})},WBpffLwBD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f12c06ad-f4f5-4d6b-a652-39e294716a72, rgb(0, 0, 0)))\"},children:\"Our Work\"})})}},baseVariant,gestureVariant)}),vOBikIB4L&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||40)-24-16)/2)),sizes:\"16px\",...toResponsiveImage(XiuHxhXfL)},className:\"framer-4ecjo6\",\"data-framer-name\":\"Icon Right\",layoutDependency:layoutDependency,layoutId:\"mL3er0oyy\",...addPropertyOverrides({aHkYhCKKi:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||48)-24-16)/2)),sizes:\"16px\",...toResponsiveImage(XiuHxhXfL)}},TVcGH9pPQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||48)-24-16)/2)),sizes:\"16px\",...toResponsiveImage(XiuHxhXfL)}},UkbK5v3MT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(12+((componentViewport?.height||48)-24-16)/2)),sizes:\"16px\",...toResponsiveImage(XiuHxhXfL)}}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DufBZ.framer-p709hv, .framer-DufBZ .framer-p709hv { display: block; }\",\".framer-DufBZ.framer-1dg3be5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-DufBZ .framer-1886hq6, .framer-DufBZ .framer-4ecjo6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: visible; position: relative; width: 16px; }\",\".framer-DufBZ .framer-1uf6wue { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DufBZ.framer-1dg3be5 { gap: 0px; } .framer-DufBZ.framer-1dg3be5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DufBZ.framer-1dg3be5 > :first-child { margin-left: 0px; } .framer-DufBZ.framer-1dg3be5 > :last-child { margin-right: 0px; } }\",\".framer-DufBZ.framer-v-35ln4i.framer-1dg3be5, .framer-DufBZ.framer-v-140z743.framer-1dg3be5, .framer-DufBZ.framer-v-10xtvpd.framer-1dg3be5 { padding: 12px 20px 12px 20px; }\",\".framer-DufBZ.framer-v-1dg3be5.hover .framer-1uf6wue, .framer-DufBZ.framer-v-1bn4xli.hover .framer-1uf6wue, .framer-DufBZ.framer-v-1u05udp.hover .framer-1uf6wue, .framer-DufBZ.framer-v-35ln4i.hover .framer-1uf6wue, .framer-DufBZ.framer-v-140z743.hover .framer-1uf6wue, .framer-DufBZ.framer-v-10xtvpd.hover .framer-1uf6wue { cursor: pointer; }\",'.framer-DufBZ[data-border=\"true\"]::after, .framer-DufBZ [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 40\n * @framerIntrinsicWidth 94\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"WBpffLwBD\":{\"layout\":[\"auto\",\"auto\"]},\"Ekirnm14x\":{\"layout\":[\"auto\",\"auto\"]},\"TVcGH9pPQ\":{\"layout\":[\"auto\",\"auto\"]},\"aHkYhCKKi\":{\"layout\":[\"auto\",\"auto\"]},\"UkbK5v3MT\":{\"layout\":[\"auto\",\"auto\"]},\"TgmdrUlSk\":{\"layout\":[\"auto\",\"auto\"]},\"Nr3MC8g6C\":{\"layout\":[\"auto\",\"auto\"]},\"ba3Oo0WM5\":{\"layout\":[\"auto\",\"auto\"]},\"zahLtFebd\":{\"layout\":[\"auto\",\"auto\"]},\"IZVr7GhnG\":{\"layout\":[\"auto\",\"auto\"]},\"EwculDmFd\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Eyq3ZwfYq\":\"title\",\"IxBPf3dKS\":\"link\",\"F96b9S4NI\":\"newTab\",\"XiuHxhXfL\":\"icon\",\"uErOa7o4Q\":\"iconLeft\",\"vOBikIB4L\":\"iconRight\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDI8mvw2qg=withCSS(Component,css,\"framer-DufBZ\");export default FramerDI8mvw2qg;FramerDI8mvw2qg.displayName=\"Button\";FramerDI8mvw2qg.defaultProps={height:40,width:94};addPropertyControls(FramerDI8mvw2qg,{variant:{options:[\"nGXGHrvlG\",\"WBpffLwBD\",\"Ekirnm14x\",\"TVcGH9pPQ\",\"aHkYhCKKi\",\"UkbK5v3MT\"],optionTitles:[\"Primary\",\"Secondary\",\"Tertiary\",\"Primary - Large\",\"Secondary - Large\",\"Tertiary - Large\"],title:\"Variant\",type:ControlType.Enum},Eyq3ZwfYq:{defaultValue:\"Our Work\",displayTextArea:false,title:\"Title\",type:ControlType.String},IxBPf3dKS:{title:\"Link\",type:ControlType.Link},F96b9S4NI:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},XiuHxhXfL:{title:\"Icon\",type:ControlType.ResponsiveImage},uErOa7o4Q:{defaultValue:false,title:\"Icon Left\",type:ControlType.Boolean},vOBikIB4L:{defaultValue:false,title:\"Icon Right\",type:ControlType.Boolean}});addFonts(FramerDI8mvw2qg,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDI8mvw2qg\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WBpffLwBD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ekirnm14x\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TVcGH9pPQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aHkYhCKKi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UkbK5v3MT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TgmdrUlSk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Nr3MC8g6C\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ba3Oo0WM5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zahLtFebd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IZVr7GhnG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EwculDmFd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"Eyq3ZwfYq\\\":\\\"title\\\",\\\"IxBPf3dKS\\\":\\\"link\\\",\\\"F96b9S4NI\\\":\\\"newTab\\\",\\\"XiuHxhXfL\\\":\\\"icon\\\",\\\"uErOa7o4Q\\\":\\\"iconLeft\\\",\\\"vOBikIB4L\\\":\\\"iconRight\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"94\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DI8mvw2qg.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Material site](https://fonts.google.com/icons)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const MaterialControls=getPropertyControls(Material);const enabledGestures={DcKtG5yUn:{hover:true}};const cycleOrder=[\"DcKtG5yUn\",\"m5LVdKk6W\"];const serializationHash=\"framer-Cj4iB\";const variantClassNames={DcKtG5yUn:\"framer-v-15ss43j\",m5LVdKk6W:\"framer-v-1aqhncq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"DcKtG5yUn\",Variant:\"m5LVdKk6W\"};const getProps=({height,icon,id,link,text,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,hdyI26J7x:link!==null&&link!==void 0?link:props.hdyI26J7x,j9gKzeX0r:(_ref=text!==null&&text!==void 0?text:props.j9gKzeX0r)!==null&&_ref!==void 0?_ref:\"Text\",Re485wdQR:(_ref1=icon!==null&&icon!==void 0?icon:props.Re485wdQR)!==null&&_ref1!==void 0?_ref1:\"LocationOn\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"DcKtG5yUn\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,hdyI26J7x,j9gKzeX0r,Re485wdQR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DcKtG5yUn\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:hdyI26J7x,nodeId:\"DcKtG5yUn\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-15ss43j\",className,classNames)} framer-8swyg8`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"DcKtG5yUn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"DcKtG5yUn-hover\":{\"data-framer-name\":undefined},m5LVdKk6W:{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l6gnok-container\",layoutDependency:layoutDependency,layoutId:\"dyP7iCZEO-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:Re485wdQR,iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"dyP7iCZEO\",layoutId:\"dyP7iCZEO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"DcKtG5yUn-hover\":{color:\"rgba(255, 255, 255, 0.85)\"},m5LVdKk6W:{color:\"rgb(57, 85, 128)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Text\"})}),className:\"framer-e2z69t\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bdogQShR3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:j9gKzeX0r,variants:{\"DcKtG5yUn-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.85)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"DcKtG5yUn-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.85))\"},children:\"Text\"})})},m5LVdKk6W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\"},children:\"Text\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Cj4iB.framer-8swyg8, .framer-Cj4iB .framer-8swyg8 { display: block; }\",\".framer-Cj4iB.framer-15ss43j { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 57px; }\",\".framer-Cj4iB .framer-1l6gnok-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-Cj4iB .framer-e2z69t { flex: 1 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-Cj4iB.framer-15ss43j { gap: 0px; } .framer-Cj4iB.framer-15ss43j > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Cj4iB.framer-15ss43j > :first-child { margin-left: 0px; } .framer-Cj4iB.framer-15ss43j > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 57\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"m5LVdKk6W\":{\"layout\":[\"fixed\",\"auto\"]},\"Xsn6ROiIb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"hdyI26J7x\":\"link\",\"j9gKzeX0r\":\"text\",\"Re485wdQR\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYPAwvL0uW=withCSS(Component,css,\"framer-Cj4iB\");export default FramerYPAwvL0uW;FramerYPAwvL0uW.displayName=\"Icon Link\";FramerYPAwvL0uW.defaultProps={height:26,width:57};addPropertyControls(FramerYPAwvL0uW,{variant:{options:[\"DcKtG5yUn\",\"m5LVdKk6W\"],optionTitles:[\"Variant 1\",\"Variant\"],title:\"Variant\",type:ControlType.Enum},hdyI26J7x:{title:\"Link\",type:ControlType.Link},j9gKzeX0r:{defaultValue:\"Text\",displayTextArea:false,title:\"Text\",type:ControlType.String},Re485wdQR:(MaterialControls===null||MaterialControls===void 0?void 0:MaterialControls[\"iconSelection\"])&&{...MaterialControls[\"iconSelection\"],defaultValue:\"LocationOn\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(FramerYPAwvL0uW,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYPAwvL0uW\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"26\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m5LVdKk6W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xsn6ROiIb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"hdyI26J7x\\\":\\\"link\\\",\\\"j9gKzeX0r\\\":\\\"text\\\",\\\"Re485wdQR\\\":\\\"icon\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"57\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YPAwvL0uW.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Ki1dfC9pn\",\"pua1qPg3H\"];const serializationHash=\"framer-fEqO1\";const variantClassNames={Ki1dfC9pn:\"framer-v-cap9kv\",pua1qPg3H:\"framer-v-1ayx57o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Active:\"pua1qPg3H\",Default:\"Ki1dfC9pn\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,aBlNcdXwr:tap!==null&&tap!==void 0?tap:props.aBlNcdXwr,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Ki1dfC9pn\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,aBlNcdXwr,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ki1dfC9pn\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapnhql6q=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(aBlNcdXwr){const res=await aBlNcdXwr(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cap9kv\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ki1dfC9pn\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTapnhql6q,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({pua1qPg3H:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j83zd5\",\"data-framer-name\":\"Shape\",layoutDependency:layoutDependency,layoutId:\"Oez6uiU4c\",style:{backgroundColor:\"var(--token-f12c06ad-f4f5-4d6b-a652-39e294716a72, rgb(0, 0, 0))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{pua1qPg3H:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4zi0d1\",\"data-framer-name\":\"Shape\",layoutDependency:layoutDependency,layoutId:\"spL4PEIQw\",style:{backgroundColor:\"var(--token-f12c06ad-f4f5-4d6b-a652-39e294716a72, rgb(0, 0, 0))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{pua1qPg3H:{rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fEqO1.framer-cxpcjc, .framer-fEqO1 .framer-cxpcjc { display: block; }\",\".framer-fEqO1.framer-cap9kv { cursor: pointer; height: 24px; position: relative; width: 24px; }\",\".framer-fEqO1 .framer-1j83zd5 { flex: none; height: 2px; left: calc(50.00000000000002% - 18px / 2); overflow: visible; position: absolute; top: 7px; width: 18px; }\",\".framer-fEqO1 .framer-4zi0d1 { bottom: 7px; flex: none; height: 2px; left: calc(50.00000000000002% - 18px / 2); overflow: visible; position: absolute; width: 18px; }\",\".framer-fEqO1.framer-v-1ayx57o.framer-cap9kv { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 24px); }\",\".framer-fEqO1.framer-v-1ayx57o .framer-1j83zd5 { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-fEqO1.framer-v-1ayx57o .framer-4zi0d1 { bottom: unset; top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pua1qPg3H\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"aBlNcdXwr\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerU2EMzl5Fp=withCSS(Component,css,\"framer-fEqO1\");export default FramerU2EMzl5Fp;FramerU2EMzl5Fp.displayName=\"Nav Icon\";FramerU2EMzl5Fp.defaultProps={height:24,width:24};addPropertyControls(FramerU2EMzl5Fp,{variant:{options:[\"Ki1dfC9pn\",\"pua1qPg3H\"],optionTitles:[\"Default\",\"Active\"],title:\"Variant\",type:ControlType.Enum},aBlNcdXwr:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerU2EMzl5Fp,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerU2EMzl5Fp\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"aBlNcdXwr\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pua1qPg3H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./U2EMzl5Fp.map", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-JUkTb .framer-styles-preset-16dijsp:not(.rich-text-wrapper), .framer-JUkTb .framer-styles-preset-16dijsp.rich-text-wrapper a { --framer-link-current-text-color: #3f3f46; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #4167a6; --framer-link-hover-text-decoration: none; --framer-link-text-color: #3f3f46; --framer-link-text-decoration: none; }\"];export const className=\"framer-JUkTb\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4c8d0fb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/c7rQJIxHrwd8ktckfeBT/ugKS09J4xew11wtsDL0t/Ls04f_bzg.js\";const cycleOrder=[\"qybH4v3kR\",\"SbNap6giB\"];const serializationHash=\"framer-L0mzm\";const variantClassNames={qybH4v3kR:\"framer-v-o0ubsq\",SbNap6giB:\"framer-v-12ooipa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"qybH4v3kR\",Phone:\"SbNap6giB\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"qybH4v3kR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qybH4v3kR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-o0ubsq\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"qybH4v3kR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...style},variants:{SbNap6giB:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...addPropertyOverrides({SbNap6giB:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9lcmjs\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"mt7N8QqzA\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{SbNap6giB:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({SbNap6giB:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(63, 63, 70))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vTQUvZOZ8\"},nodeId:\"CCejVeKQM\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16dijsp\",\"data-styles-preset\":\"Ls04f_bzg\",children:\"Mission Statement\"})})})}),className:\"framer-6afl21\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"CCejVeKQM\",style:{\"--extracted-r6o4lv\":\"rgb(63, 63, 70)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x95zmp\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"B_TmLRzGb\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{SbNap6giB:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({SbNap6giB:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(63, 63, 70))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WbiavqaKf\"},nodeId:\"iKDriKvR_\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16dijsp\",\"data-styles-preset\":\"Ls04f_bzg\",children:\"Columbia Grain\"})})})}),className:\"framer-beenhd\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"iKDriKvR_\",style:{\"--extracted-r6o4lv\":\"rgb(63, 63, 70)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-L0mzm.framer-16t9qix, .framer-L0mzm .framer-16t9qix { display: block; }\",\".framer-L0mzm.framer-o0ubsq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 12px 16px 12px 16px; position: relative; width: 191px; }\",\".framer-L0mzm .framer-9lcmjs, .framer-L0mzm .framer-1x95zmp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-L0mzm .framer-6afl21, .framer-L0mzm .framer-beenhd { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; 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-L0mzm.framer-o0ubsq, .framer-L0mzm .framer-9lcmjs, .framer-L0mzm .framer-1x95zmp { gap: 0px; } .framer-L0mzm.framer-o0ubsq > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-L0mzm.framer-o0ubsq > :first-child { margin-top: 0px; } .framer-L0mzm.framer-o0ubsq > :last-child { margin-bottom: 0px; } .framer-L0mzm .framer-9lcmjs > *, .framer-L0mzm .framer-1x95zmp > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-L0mzm .framer-9lcmjs > :first-child, .framer-L0mzm .framer-1x95zmp > :first-child { margin-left: 0px; } .framer-L0mzm .framer-9lcmjs > :last-child, .framer-L0mzm .framer-1x95zmp > :last-child { margin-right: 0px; } }\",\".framer-L0mzm.framer-v-12ooipa.framer-o0ubsq { gap: 0px; padding: 0px; }\",\".framer-L0mzm.framer-v-12ooipa .framer-9lcmjs { height: 56px; order: 0; }\",\".framer-L0mzm.framer-v-12ooipa .framer-1x95zmp { height: 56px; order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-L0mzm.framer-v-12ooipa.framer-o0ubsq { gap: 0px; } .framer-L0mzm.framer-v-12ooipa.framer-o0ubsq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-L0mzm.framer-v-12ooipa.framer-o0ubsq > :first-child { margin-top: 0px; } .framer-L0mzm.framer-v-12ooipa.framer-o0ubsq > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-L0mzm[data-border=\"true\"]::after, .framer-L0mzm [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 90\n * @framerIntrinsicWidth 191\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SbNap6giB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHLENTjBby=withCSS(Component,css,\"framer-L0mzm\");export default FramerHLENTjBby;FramerHLENTjBby.displayName=\"Links: Product\";FramerHLENTjBby.defaultProps={height:90,width:191};addPropertyControls(FramerHLENTjBby,{variant:{options:[\"qybH4v3kR\",\"SbNap6giB\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHLENTjBby,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHLENTjBby\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"90\",\"framerIntrinsicWidth\":\"191\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SbNap6giB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HLENTjBby.map", "// Generated by Framer (1999133-dev)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"wnipua7N_\",\"BJYJhvClj\"];const serializationHash=\"framer-2F7tm\";const variantClassNames={BJYJhvClj:\"framer-v-qzjjul\",wnipua7N_:\"framer-v-u8k4t0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Closed:\"wnipua7N_\",Open:\"BJYJhvClj\"};const getProps=({height,id,width,...props})=>{var _variant,ref;return{...props,variant:(ref=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref!==void 0?ref:\"wnipua7N_\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"wnipua7N_\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-2F7tm\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(motion.div,{...restProps,className:cx(\"framer-u8k4t0\",className),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"wnipua7N_\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BJYJhvClj:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-12eia36\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"GUelqHsD8\",style:{rotate:0},variants:{BJYJhvClj:{rotate:-180}},children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-tbg1zr\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"VHYQxi0qk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"#aaa\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:892255882,withExternalLayout:true})})})})})});});const css=['.framer-2F7tm [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2F7tm .framer-1al4e3m { display: block; }\",\".framer-2F7tm .framer-u8k4t0 { height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-2F7tm .framer-12eia36 { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-2F7tm .framer-tbg1zr { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 14\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"BJYJhvClj\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n */ const FramerVv7lXSsrv=withCSS(Component,css,\"framer-2F7tm\");export default FramerVv7lXSsrv;FramerVv7lXSsrv.displayName=\"Caret\";FramerVv7lXSsrv.defaultProps={height:14,width:14};addPropertyControls(FramerVv7lXSsrv,{variant:{options:[\"wnipua7N_\",\"BJYJhvClj\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVv7lXSsrv,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVv7lXSsrv\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"14\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"14\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BJYJhvClj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vv7lXSsrv.map", "// Generated by Framer (552ec80)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Caret from\"https://framerusercontent.com/modules/0scrOn7O2aLVlhVMWhXF/iFNoOwTuNwQRqVlVVYed/Vv7lXSsrv.js\";const CaretFonts=getFonts(Caret);const cycleOrder=[\"X_hKAYvtd\",\"Ji7O0iWD6\"];const serializationHash=\"framer-0Xinj\";const variantClassNames={Ji7O0iWD6:\"framer-v-hhue9a\",X_hKAYvtd:\"framer-v-1jbxi5l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"X_hKAYvtd\",Open:\"Ji7O0iWD6\"};const getProps=({height,hover,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DApvjrdfG:(_ref=title!==null&&title!==void 0?title:props.DApvjrdfG)!==null&&_ref!==void 0?_ref:\"Product\",PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"X_hKAYvtd\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PWSlWeqS6,DApvjrdfG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"X_hKAYvtd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1jbxi5l\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"X_hKAYvtd\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(245, 245, 245, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{Ji7O0iWD6:{backgroundColor:\"rgb(244, 244, 245)\"}},...addPropertyOverrides({Ji7O0iWD6:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"180%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 85, 128))\"},children:\"Product\"})}),className:\"framer-13gdi0v\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"xvkKsFIvQ\",style:{\"--extracted-r6o4lv\":\"rgb(57, 85, 128)\",\"--framer-paragraph-spacing\":\"0px\"},text:DApvjrdfG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jnlqw9-container\",layoutDependency:layoutDependency,layoutId:\"Q_Sah0PGA-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"Q_Sah0PGA\",layoutId:\"Q_Sah0PGA\",variant:\"wnipua7N_\",width:\"100%\",...addPropertyOverrides({Ji7O0iWD6:{variant:\"BJYJhvClj\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0Xinj.framer-ho7hrr, .framer-0Xinj .framer-ho7hrr { display: block; }\",\".framer-0Xinj.framer-1jbxi5l { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 40px; justify-content: center; overflow: hidden; padding: 4px 12px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0Xinj .framer-13gdi0v { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-0Xinj .framer-jnlqw9-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0Xinj.framer-1jbxi5l { gap: 0px; } .framer-0Xinj.framer-1jbxi5l > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-0Xinj.framer-1jbxi5l > :first-child { margin-left: 0px; } .framer-0Xinj.framer-1jbxi5l > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 108\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"Ji7O0iWD6\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\",\"DApvjrdfG\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKP_ZF1Jqr=withCSS(Component,css,\"framer-0Xinj\");export default FramerKP_ZF1Jqr;FramerKP_ZF1Jqr.displayName=\"Trigger\";FramerKP_ZF1Jqr.defaultProps={height:40,width:108};addPropertyControls(FramerKP_ZF1Jqr,{variant:{options:[\"X_hKAYvtd\",\"Ji7O0iWD6\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler},DApvjrdfG:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerKP_ZF1Jqr,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...CaretFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKP_ZF1Jqr\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"108\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Ji7O0iWD6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\",\\\"DApvjrdfG\\\":\\\"title\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KP_ZF1Jqr.map", "// Generated by Framer (552ec80)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={EQUf8u_So:{hover:true}};const cycleOrder=[\"EQUf8u_So\",\"ZfPL1TyCI\",\"Ci_uqkdUW\"];const serializationHash=\"framer-1cGOn\";const variantClassNames={Ci_uqkdUW:\"framer-v-1pygeqx\",EQUf8u_So:\"framer-v-4ub281\",ZfPL1TyCI:\"framer-v-xj67gl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"EQUf8u_So\",Mobile:\"ZfPL1TyCI\",Selected:\"Ci_uqkdUW\"};const getProps=({click,height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,JnHpBOP7u:link!==null&&link!==void 0?link:props.JnHpBOP7u,LzGt9vwIs:click!==null&&click!==void 0?click:props.LzGt9vwIs,vA7MqLUpv:(_ref=title!==null&&title!==void 0?title:props.vA7MqLUpv)!==null&&_ref!==void 0?_ref:\"Services\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"EQUf8u_So\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,vA7MqLUpv,JnHpBOP7u,LzGt9vwIs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EQUf8u_So\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapst8rel=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(LzGt9vwIs){const res=await LzGt9vwIs(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:JnHpBOP7u,nodeId:\"EQUf8u_So\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4ub281\",className,classNames)} framer-14hk0nv`,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EQUf8u_So\",onTap:onTapst8rel,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(245, 245, 245, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"EQUf8u_So-hover\":{backgroundColor:\"var(--token-5df21e7d-9a50-4e48-bddb-ff8cf2b76020, rgb(244, 244, 245))\"},Ci_uqkdUW:{backgroundColor:\"rgb(57, 85, 128)\"},ZfPL1TyCI:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(244, 244, 245)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({\"EQUf8u_So-hover\":{\"data-framer-name\":undefined},Ci_uqkdUW:{\"data-framer-name\":\"Selected\"},ZfPL1TyCI:{\"data-border\":true,\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"180%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 85, 128))\"},children:\"Services\"})}),className:\"framer-1duqfou\",\"data-framer-name\":\"Variable Link\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"fvXCcCOf9\",style:{\"--extracted-r6o4lv\":\"rgb(57, 85, 128)\",\"--framer-paragraph-spacing\":\"0px\"},text:vA7MqLUpv,variants:{Ci_uqkdUW:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ci_uqkdUW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"180%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Services\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1cGOn.framer-14hk0nv, .framer-1cGOn .framer-14hk0nv { display: block; }\",\".framer-1cGOn.framer-4ub281 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px 12px 0px 12px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1cGOn .framer-1duqfou { -webkit-user-select: none; flex: none; height: auto; pointer-events: none; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1cGOn.framer-4ub281 { gap: 0px; } .framer-1cGOn.framer-4ub281 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-1cGOn.framer-4ub281 > :first-child { margin-top: 0px; } .framer-1cGOn.framer-4ub281 > :last-child { margin-bottom: 0px; } }\",\".framer-1cGOn.framer-v-xj67gl.framer-4ub281 { height: min-content; justify-content: flex-start; padding: 12px 0px 12px 0px; width: 188px; }\",\".framer-1cGOn.framer-v-xj67gl .framer-1duqfou { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",'.framer-1cGOn[data-border=\"true\"]::after, .framer-1cGOn [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 40\n * @framerIntrinsicWidth 98\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"ZfPL1TyCI\":{\"layout\":[\"fixed\",\"auto\"]},\"Ci_uqkdUW\":{\"layout\":[\"auto\",\"fixed\"]},\"bgnUW9VPb\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"vA7MqLUpv\":\"title\",\"JnHpBOP7u\":\"link\",\"LzGt9vwIs\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersCxGUNjJo=withCSS(Component,css,\"framer-1cGOn\");export default FramersCxGUNjJo;FramersCxGUNjJo.displayName=\"Nav Tab\";FramersCxGUNjJo.defaultProps={height:40,width:98};addPropertyControls(FramersCxGUNjJo,{variant:{options:[\"EQUf8u_So\",\"ZfPL1TyCI\",\"Ci_uqkdUW\"],optionTitles:[\"Desktop\",\"Mobile\",\"Selected\"],title:\"Variant\",type:ControlType.Enum},vA7MqLUpv:{defaultValue:\"Services\",displayTextArea:false,title:\"Title\",type:ControlType.String},JnHpBOP7u:{title:\"Link\",type:ControlType.Link},LzGt9vwIs:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramersCxGUNjJo,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersCxGUNjJo\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"98\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"vA7MqLUpv\\\":\\\"title\\\",\\\"JnHpBOP7u\\\":\\\"link\\\",\\\"LzGt9vwIs\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ZfPL1TyCI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ci_uqkdUW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"bgnUW9VPb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sCxGUNjJo.map", "// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getPropertyControls,Link,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavIcon from\"https://framerusercontent.com/modules/2xHnqSsSskn8mYe9USwW/wN0gHVjGpBX8WfK5Yvkt/U2EMzl5Fp.js\";import LinksProduct from\"https://framerusercontent.com/modules/3wmtO0C4JewJnW62xxJO/ldqnyWSeRNVsL6o0NoMj/HLENTjBby.js\";import Trigger from\"https://framerusercontent.com/modules/K1U4rkoxdwFHJWHoCzas/INmMobYq564hp8agDCXE/KP_ZF1Jqr.js\";import NavTab from\"https://framerusercontent.com/modules/v76B1GfmZsPG1nNNSIFn/EHZd60DYWa8vuqoXe0OZ/sCxGUNjJo.js\";import IconLink from\"https://framerusercontent.com/modules/DH8UbZqVWnBvusi25JtF/1tTdgh2XyyLW409TchKv/YPAwvL0uW.js\";const NavIconFonts=getFonts(NavIcon);const NavTabFonts=getFonts(NavTab);const TriggerFonts=getFonts(Trigger);const LinksProductFonts=getFonts(LinksProduct);const IconLinkFonts=getFonts(IconLink);const NavTabControls=getPropertyControls(NavTab);const cycleOrder=[\"w2ze1K61u\",\"JTFmnTgK2\",\"RimZDp0UV\"];const serializationHash=\"framer-WbGma\";const variantClassNames={JTFmnTgK2:\"framer-v-v83o2f\",RimZDp0UV:\"framer-v-bjkbbz\",w2ze1K61u:\"framer-v-14m7seh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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 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 humanReadableEnumMap={Desktop:\"EQUf8u_So\",Mobile:\"ZfPL1TyCI\",Selected:\"Ci_uqkdUW\"};const humanReadableVariantMap={\"Phone Active\":\"JTFmnTgK2\",Desktop:\"w2ze1K61u\",Phone:\"RimZDp0UV\"};const getProps=({height,hover,id,navLinkState,width,...props})=>{return{...props,ESjGGHCMV:humanReadableEnumMap[navLinkState]??navLinkState??props.ESjGGHCMV??\"EQUf8u_So\",UQ2Rqivg5:hover??props.UQ2Rqivg5,variant:humanReadableVariantMap[props.variant]??props.variant??\"w2ze1K61u\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,UQ2Rqivg5,ESjGGHCMV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"w2ze1K61u\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const aBlNcdXwrcspmp1=activeVariantCallback(async(...args)=>{setVariant(\"RimZDp0UV\");});const aBlNcdXwr196r1tr=activeVariantCallback(async(...args)=>{setVariant(\"pfi5efjdV\");});const aBlNcdXwr1kbllqy=activeVariantCallback(async(...args)=>{setVariant(\"JTFmnTgK2\");});const LzGt9vwIs1v3u1jf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"RimZDp0UV\"),50);});const PWSlWeqS61649ovo=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{if(UQ2Rqivg5){const res=await UQ2Rqivg5(...args);if(res===false)return false;}overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"JTFmnTgK2\",\"RimZDp0UV\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"RimZDp0UV\")return false;return true;};const isDisplayed2=()=>{if([\"JTFmnTgK2\",\"RimZDp0UV\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"JTFmnTgK2\")return false;return true;};const router=useRouter();const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed4=()=>{if(baseVariant===\"JTFmnTgK2\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-14m7seh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"w2ze1K61u\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-5df21e7d-9a50-4e48-bddb-ff8cf2b76020, rgb(244, 244, 245))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-80aeea00-bc1c-4e76-9301-be43cfc88c4c, rgb(255, 255, 255))\",boxShadow:\"none\",...style},variants:{JTFmnTgK2:{boxShadow:\"0px 5px 25px 0px rgba(0,0,0,0.25)\"},RimZDp0UV:{boxShadow:\"none\"}},...addPropertyOverrides({JTFmnTgK2:{\"data-framer-name\":\"Phone Active\",\"data-hide-scrollbars\":undefined},RimZDp0UV:{\"data-framer-name\":\"Phone\",\"data-hide-scrollbars\":undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ff063h\",\"data-border\":true,\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"trLOJZBsH\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(244, 244, 245)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},variants:{JTFmnTgK2:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},RimZDp0UV:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ijtefnGXK\"},nodeId:\"wJt5ylCVA\",openInNewTab:false,...addPropertyOverrides({JTFmnTgK2:{href:{hash:\":sg_WSgXZc\",webPageId:\"augiA20Il\"},smoothScroll:true},RimZDp0UV:{href:{hash:\":sg_WSgXZc\",webPageId:\"augiA20Il\"},smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jxl2yu framer-11e5gv1\",\"data-framer-name\":\"Logo Stack\",layoutDependency:layoutDependency,layoutId:\"wJt5ylCVA\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ztapvi\",\"data-framer-name\":\"Enrich grains logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Wr6Kka_Og\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 118 40\"><path d=\"M 71.037 2.104 C 68.739 3.735 68.199 6.063 68.199 6.063 C 68.199 6.063 71.151 6.499 72.524 4.757 C 73.898 3.016 76.277 0.612 76.277 0.612 C 76.277 0.612 73.335 0.475 71.037 2.104 Z M 59.391 11.838 C 58.95 10.382 58.529 8.097 58.529 8.097 C 58.529 8.097 57.309 9.715 57.328 11.654 C 57.347 13.593 58.441 14.803 58.441 14.803 C 58.441 14.803 59.831 13.295 59.391 11.838 Z M 61.097 10.522 C 61.097 10.522 62.942 9.126 62.741 7.417 C 62.541 5.708 62.527 3.082 62.527 3.082 C 62.527 3.082 60.848 4.636 60.484 6.795 C 60.12 8.955 61.097 10.522 61.097 10.522 Z M 67.322 4.158 C 67.476 0.819 68.39 0 68.39 0 C 68.39 0 65.163 1.537 64.625 3.604 C 64.088 5.67 64.709 7.688 64.709 7.688 C 64.779 7.641 67.199 6.81 67.322 4.158 Z M 58.475 23.111 C 57.354 15.23 61.694 8.009 69.513 6.879 C 70.403 6.75 71.468 6.632 72.574 6.679 C 73.15 6.108 75.027 4.378 76.812 4.183 C 78.952 3.95 80.601 4.995 81.891 4.582 C 83.182 4.169 83.885 3.312 83.885 3.312 C 83.885 3.312 81.903 6.772 78.797 7.598 C 76.214 8.285 73.502 7.321 72.661 6.976 C 71.65 6.935 70.622 6.984 69.809 7.102 C 62.562 8.149 59.228 14.776 59.659 22.141 C 59.909 26.426 62.041 30.607 60.418 39.842 C 60.864 30.767 58.977 26.636 58.475 23.111 Z\" fill=\"rgb(214,160,21)\"></path><path d=\"M 117.333 20.341 L 117.333 18.761 L 117.037 20.34 L 116.637 20.34 L 116.335 18.749 L 116.335 20.34 L 115.969 20.34 L 115.969 17.941 L 116.515 17.941 L 116.84 19.533 L 117.165 17.941 L 117.699 17.941 L 117.699 20.34 L 117.333 20.34 Z M 115.719 17.941 L 115.719 18.333 L 115.342 18.333 L 115.342 20.34 L 114.953 20.34 L 114.953 18.333 L 114.565 18.333 L 114.565 17.941 L 115.719 17.941 Z M 113.844 32.691 C 113.847 33.37 113.746 34.044 113.544 34.691 C 113.352 35.312 113.042 35.89 112.63 36.391 C 112.221 36.888 111.706 37.285 111.087 37.582 C 110.467 37.878 109.726 38.026 108.865 38.026 C 108.15 38.026 107.5 37.91 106.912 37.676 C 106.342 37.456 105.822 37.121 105.383 36.692 C 104.948 36.261 104.609 35.742 104.39 35.168 C 104.159 34.576 104.044 33.919 104.044 33.199 L 104.044 31.865 L 106.817 32.469 L 106.817 33.198 C 106.817 33.813 107.006 34.306 107.384 34.676 C 107.762 35.046 108.256 35.231 108.865 35.231 C 110.293 35.231 111.007 34.554 111.007 33.199 C 111.007 32.691 110.944 32.262 110.819 31.912 C 110.692 31.563 110.512 31.236 110.283 30.944 C 109.953 30.569 109.595 30.218 109.212 29.896 C 108.831 29.576 108.447 29.259 108.062 28.944 C 107.671 28.625 107.287 28.296 106.912 27.959 C 106.528 27.615 106.17 27.244 105.84 26.848 C 105.376 26.295 104.999 25.673 104.721 25.005 C 104.438 24.329 104.296 23.545 104.296 22.656 C 104.296 21.958 104.411 21.318 104.642 20.735 C 104.86 20.173 105.193 19.665 105.619 19.242 C 106.05 18.823 106.559 18.494 107.116 18.274 C 107.694 18.041 108.329 17.924 109.023 17.924 C 110.472 17.924 111.585 18.358 112.362 19.226 C 113.14 20.095 113.529 21.227 113.529 22.624 L 113.529 23.958 L 110.819 23.323 L 110.819 22.624 C 110.819 21.989 110.645 21.486 110.298 21.116 C 109.952 20.745 109.495 20.56 108.928 20.56 C 108.34 20.56 107.883 20.75 107.558 21.132 C 107.231 21.513 107.069 22.032 107.069 22.688 C 107.069 23.428 107.3 24.096 107.762 24.689 C 108.224 25.282 108.781 25.853 109.432 26.403 C 110.1 26.968 110.767 27.534 111.433 28.102 C 112.116 28.685 112.678 29.336 113.119 30.055 C 113.35 30.436 113.529 30.854 113.655 31.309 C 113.78 31.759 113.843 32.224 113.844 32.691 Z M 99.62 22.625 C 99.62 21.948 99.426 21.434 99.037 21.084 C 98.648 20.735 98.181 20.561 97.635 20.561 C 97.047 20.561 96.558 20.73 96.17 21.069 C 95.781 21.408 95.587 21.926 95.587 22.625 L 95.587 33.199 C 95.587 33.877 95.781 34.385 96.17 34.724 C 96.558 35.062 97.047 35.232 97.635 35.232 C 98.181 35.232 98.648 35.062 99.037 34.724 C 99.426 34.385 99.62 33.877 99.62 33.199 Z M 102.425 37.582 L 100.566 37.582 L 99.935 36.661 C 99.83 36.957 99.526 37.259 99.022 37.565 C 98.518 37.872 97.824 38.026 96.942 38.026 C 95.66 38.026 94.652 37.571 93.917 36.661 C 93.181 35.751 92.814 34.523 92.814 32.977 L 92.814 22.625 C 92.814 21.185 93.177 20.043 93.901 19.195 C 94.626 18.349 95.671 17.925 97.036 17.925 C 97.709 17.925 98.266 18.015 98.706 18.195 C 99.147 18.375 99.452 18.592 99.62 18.845 L 99.62 12.622 L 102.425 11.701 Z M 88.538 22.625 C 88.538 21.948 88.339 21.434 87.94 21.084 C 87.54 20.735 87.067 20.561 86.522 20.561 C 85.954 20.561 85.477 20.735 85.088 21.085 C 84.699 21.434 84.505 21.948 84.505 22.625 L 84.505 33.199 C 84.505 33.856 84.699 34.358 85.088 34.708 C 85.477 35.057 85.954 35.232 86.522 35.232 C 87.067 35.232 87.54 35.057 87.94 34.708 C 88.339 34.358 88.538 33.856 88.538 33.199 Z M 91.311 33.199 C 91.311 33.941 91.186 34.612 90.933 35.216 C 90.681 35.819 90.334 36.327 89.893 36.74 C 89.45 37.154 88.931 37.478 88.365 37.693 C 87.776 37.917 87.151 38.03 86.522 38.026 C 85.877 38.031 85.236 37.918 84.631 37.693 C 84.063 37.483 83.543 37.159 83.103 36.74 C 82.671 36.327 82.336 35.819 82.094 35.216 C 81.853 34.612 81.733 33.941 81.733 33.199 L 81.733 22.625 C 81.733 21.906 81.853 21.254 82.094 20.672 C 82.323 20.109 82.666 19.6 83.103 19.179 C 83.541 18.761 84.062 18.442 84.631 18.243 C 85.238 18.028 85.878 17.92 86.522 17.925 C 87.15 17.921 87.774 18.029 88.365 18.243 C 88.942 18.454 89.453 18.767 89.893 19.179 C 90.339 19.598 90.693 20.107 90.933 20.672 C 91.186 21.254 91.311 21.905 91.311 22.625 Z M 77.321 22.625 C 77.321 21.948 77.121 21.434 76.722 21.084 C 76.322 20.735 75.85 20.561 75.305 20.561 C 74.737 20.561 74.259 20.735 73.871 21.085 C 73.482 21.434 73.287 21.948 73.287 22.625 L 73.287 33.199 C 73.287 33.856 73.482 34.358 73.871 34.708 C 74.259 35.057 74.737 35.232 75.305 35.232 C 75.85 35.232 76.322 35.057 76.722 34.708 C 77.121 34.358 77.321 33.856 77.321 33.199 Z M 80.094 33.199 C 80.094 33.941 79.968 34.612 79.716 35.216 C 79.463 35.819 79.117 36.327 78.675 36.74 C 78.232 37.154 77.713 37.478 77.148 37.693 C 76.559 37.917 75.934 38.03 75.305 38.026 C 74.66 38.031 74.019 37.918 73.413 37.693 C 72.845 37.483 72.325 37.159 71.885 36.74 C 71.454 36.327 71.118 35.819 70.877 35.216 C 70.635 34.612 70.515 33.941 70.515 33.199 L 70.515 22.625 C 70.515 21.906 70.635 21.254 70.877 20.672 C 71.105 20.109 71.449 19.6 71.885 19.179 C 72.323 18.762 72.844 18.443 73.413 18.243 C 74.021 18.027 74.661 17.92 75.305 17.925 C 75.956 17.925 76.569 18.031 77.148 18.243 C 77.715 18.448 78.234 18.766 78.675 19.179 C 79.121 19.598 79.476 20.107 79.716 20.672 C 79.968 21.254 80.094 21.905 80.094 22.625 Z M 69.506 11.701 C 70.263 11.701 70.998 11.849 71.712 12.145 L 70.609 14.845 C 70.315 14.612 69.948 14.495 69.506 14.495 C 68.939 14.495 68.456 14.665 68.058 15.003 C 67.657 15.343 67.459 15.85 67.459 16.528 L 67.459 18.179 L 69.506 18.179 L 69.506 20.656 L 67.459 20.656 L 67.459 37.582 L 64.685 37.582 L 64.685 20.656 L 63.457 20.656 L 63.457 18.179 L 64.685 18.179 L 64.685 16.528 C 64.685 15.765 64.812 15.083 65.064 14.479 C 65.316 13.876 65.662 13.368 66.104 12.955 C 66.549 12.539 67.075 12.22 67.648 12.018 C 68.245 11.805 68.873 11.698 69.506 11.701 Z M 55.989 37.582 L 53.216 37.582 L 53.216 22.625 C 53.216 21.884 52.996 21.355 52.555 21.037 C 52.114 20.719 51.609 20.561 51.043 20.561 C 50.476 20.561 49.976 20.719 49.546 21.037 C 49.114 21.354 48.9 21.884 48.9 22.625 L 48.9 37.582 L 46.127 37.582 L 46.127 12.623 L 48.9 11.702 L 48.9 18.656 C 49.173 18.381 49.535 18.19 49.987 18.084 C 50.439 17.978 50.937 17.925 51.484 17.925 C 52.076 17.922 52.664 18.03 53.217 18.243 C 53.763 18.454 54.241 18.757 54.651 19.148 C 55.06 19.54 55.386 20.027 55.627 20.609 C 55.869 21.191 55.99 21.863 55.99 22.625 L 55.99 37.583 Z M 39.759 20.561 C 39.192 20.561 38.714 20.735 38.325 21.085 C 37.936 21.434 37.742 21.948 37.742 22.625 L 37.742 33.199 C 37.742 33.856 37.936 34.358 38.325 34.708 C 38.714 35.057 39.192 35.232 39.759 35.232 C 40.305 35.232 40.777 35.062 41.177 34.724 C 41.575 34.385 41.776 33.877 41.776 33.199 L 41.776 32.882 L 44.548 31.961 L 44.548 33.199 C 44.548 34.025 44.422 34.739 44.17 35.343 C 43.918 35.946 43.571 36.443 43.13 36.835 C 42.684 37.23 42.165 37.533 41.603 37.725 C 41.009 37.928 40.386 38.03 39.759 38.026 C 39.086 38.026 38.456 37.92 37.868 37.708 C 37.298 37.508 36.778 37.189 36.34 36.771 C 35.909 36.359 35.573 35.857 35.332 35.263 C 35.091 34.671 34.969 33.982 34.969 33.199 L 34.969 22.625 C 34.969 21.757 35.091 21.026 35.332 20.434 C 35.573 19.842 35.909 19.359 36.34 18.989 C 36.77 18.618 37.28 18.349 37.868 18.179 C 38.484 18.006 39.12 17.921 39.759 17.925 C 40.41 17.925 41.024 18.01 41.603 18.179 C 42.165 18.34 42.686 18.622 43.13 19.005 C 43.571 19.385 43.919 19.873 44.17 20.464 C 44.422 21.058 44.548 21.778 44.548 22.625 L 44.548 23.451 L 41.775 23.451 L 41.775 22.625 C 41.775 21.948 41.575 21.434 41.177 21.084 C 40.777 20.735 40.305 20.561 39.759 20.561 Z M 33.318 37.582 L 30.545 37.582 L 30.545 18.179 L 33.318 18.179 Z M 33.413 13.416 C 33.392 13.902 33.255 14.316 33.004 14.655 C 32.751 14.993 32.415 15.163 31.995 15.163 C 31.575 15.163 31.228 14.993 30.955 14.655 C 30.682 14.316 30.545 13.903 30.545 13.416 C 30.545 12.971 30.682 12.575 30.955 12.225 C 31.228 11.875 31.575 11.701 31.995 11.701 C 32.415 11.701 32.756 11.87 33.02 12.209 C 33.281 12.548 33.413 12.95 33.413 13.416 Z M 27.672 17.924 C 28.407 17.924 28.953 18.105 29.311 18.464 L 28.365 20.973 C 28.218 20.804 27.934 20.719 27.514 20.719 C 27.031 20.719 26.601 20.925 26.222 21.338 C 25.844 21.751 25.655 22.275 25.655 22.911 L 25.655 37.581 L 22.882 37.581 L 22.882 18.179 L 24.71 18.179 L 25.34 19.418 C 25.508 19.079 25.786 18.746 26.175 18.418 C 26.563 18.09 27.062 17.926 27.672 17.926 Z M 21.111 37.582 L 18.338 37.582 L 18.338 22.625 C 18.338 21.948 18.118 21.434 17.677 21.084 C 17.248 20.739 16.713 20.554 16.164 20.561 C 15.618 20.561 15.119 20.735 14.668 21.085 C 14.216 21.434 13.991 21.948 13.991 22.625 L 13.991 37.582 L 11.218 37.582 L 11.218 18.179 L 13.045 18.179 L 13.675 19.101 C 13.999 18.734 14.396 18.442 14.841 18.243 C 15.303 18.031 15.923 17.925 16.7 17.925 C 18.023 17.925 19.09 18.344 19.899 19.179 C 20.706 20.016 21.111 21.133 21.111 22.53 L 21.111 37.583 Z M 6.806 23.165 C 6.806 22.191 6.606 21.514 6.207 21.132 C 5.829 20.759 5.319 20.554 4.789 20.561 C 4.222 20.561 3.744 20.735 3.355 21.085 C 2.967 21.434 2.772 21.948 2.772 22.625 L 2.772 29.166 C 3.612 28.765 4.296 28.368 4.821 27.976 C 5.346 27.584 5.756 27.155 6.05 26.689 C 6.347 26.214 6.55 25.686 6.649 25.134 C 6.753 24.562 6.806 23.905 6.806 23.165 Z M 9.39 33.199 C 9.39 33.962 9.269 34.644 9.028 35.248 C 8.786 35.851 8.455 36.359 8.035 36.771 C 7.609 37.189 7.098 37.508 6.538 37.708 C 5.947 37.923 5.323 38.031 4.695 38.027 C 4.022 38.027 3.403 37.92 2.836 37.708 C 2.282 37.505 1.777 37.186 1.354 36.771 C 0.934 36.359 0.603 35.851 0.363 35.247 C 0.121 34.645 0 33.962 0 33.2 L 0 22.625 C 0 21.863 0.121 21.191 0.363 20.609 C 0.604 20.026 0.94 19.535 1.37 19.131 C 1.81 18.724 2.331 18.416 2.899 18.227 C 3.508 18.022 4.147 17.92 4.789 17.925 C 5.419 17.921 6.044 18.034 6.633 18.258 C 7.204 18.477 7.724 18.812 8.161 19.243 C 8.603 19.677 8.949 20.206 9.2 20.83 C 9.453 21.455 9.579 22.18 9.579 23.005 C 9.579 24.319 9.448 25.419 9.185 26.308 C 8.922 27.198 8.518 27.981 7.972 28.658 C 7.425 29.336 6.722 29.95 5.861 30.5 C 4.999 31.051 3.97 31.633 2.772 32.246 L 2.772 33.199 C 2.772 33.856 2.946 34.358 3.293 34.708 C 3.639 35.057 4.106 35.232 4.695 35.232 C 5.241 35.232 5.692 35.057 6.05 34.708 C 6.407 34.358 6.586 33.856 6.586 33.199 L 6.586 32.882 L 9.39 31.961 L 9.39 33.199 Z\" fill=\"rgb(57,85,128)\"></path></svg>',svgContentId:11728501419,withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",...addPropertyOverrides({JTFmnTgK2:{y:(componentViewport?.y||0)+0+0+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nj5264-container\",layoutDependency:layoutDependency,layoutId:\"tgzPltcrg-container\",children:/*#__PURE__*/_jsx(NavIcon,{aBlNcdXwr:aBlNcdXwrcspmp1,height:\"100%\",id:\"tgzPltcrg\",layoutId:\"tgzPltcrg\",style:{height:\"100%\",width:\"100%\"},variant:\"pua1qPg3H\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v0enqj-container\",layoutDependency:layoutDependency,layoutId:\"wBbCkDd3c-container\",children:/*#__PURE__*/_jsx(NavIcon,{aBlNcdXwr:aBlNcdXwr196r1tr,height:\"100%\",id:\"wBbCkDd3c\",layoutId:\"wBbCkDd3c\",style:{height:\"100%\",width:\"100%\"},variant:\"Ki1dfC9pn\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",...addPropertyOverrides({RimZDp0UV:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-msdy3t-container\",layoutDependency:layoutDependency,layoutId:\"I3zyBuhF_-container\",children:/*#__PURE__*/_jsx(NavIcon,{aBlNcdXwr:aBlNcdXwr1kbllqy,height:\"100%\",id:\"I3zyBuhF_\",layoutId:\"I3zyBuhF_\",style:{height:\"100%\",width:\"100%\"},variant:\"Ki1dfC9pn\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wvemn2\",\"data-framer-name\":\"Max Width Stack\",layoutDependency:layoutDependency,layoutId:\"jghQQOYbU\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cgsbh4\",\"data-framer-name\":\"Logo + Nav\",layoutDependency:layoutDependency,layoutId:\"gdgCCK9gL\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":sg_WSgXZc\",webPageId:\"augiA20Il\"},nodeId:\"yE1kVTy4k\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rucuaj framer-11e5gv1\",layoutDependency:layoutDependency,layoutId:\"yE1kVTy4k\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ig7xt\",\"data-framer-name\":\"Enrich grains logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UxT0Lx7xy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 166 56\"><path d=\"M 99.933 2.946 C 96.7 5.228 95.941 8.489 95.941 8.489 C 95.941 8.489 100.094 9.099 102.026 6.66 C 103.958 4.223 107.305 0.857 107.305 0.857 C 107.305 0.857 103.166 0.665 99.933 2.946 Z M 83.55 16.574 C 82.929 14.535 82.338 11.335 82.338 11.335 C 82.338 11.335 80.621 13.6 80.648 16.316 C 80.675 19.03 82.214 20.724 82.214 20.724 C 82.214 20.724 84.17 18.613 83.55 16.574 Z M 85.95 14.73 C 85.95 14.73 88.546 12.776 88.262 10.383 C 87.981 7.991 87.961 4.314 87.961 4.314 C 87.961 4.314 85.6 6.49 85.088 9.513 C 84.576 12.537 85.95 14.73 85.95 14.73 Z M 94.707 5.822 C 94.923 1.146 96.209 0 96.209 0 C 96.209 0 91.67 2.152 90.913 5.045 C 90.158 7.938 91.031 10.763 91.031 10.763 C 91.13 10.697 94.535 9.534 94.707 5.822 Z M 82.262 32.356 C 80.684 21.322 86.79 11.212 97.79 9.63 C 99.041 9.45 100.54 9.285 102.095 9.35 C 102.906 8.551 105.547 6.13 108.058 5.857 C 111.068 5.53 113.388 6.993 115.202 6.415 C 117.019 5.837 118.007 4.637 118.007 4.637 C 118.007 4.637 115.22 9.481 110.85 10.637 C 107.216 11.6 103.401 10.249 102.218 9.767 C 100.796 9.708 99.35 9.778 98.206 9.943 C 88.011 11.409 83.321 20.686 83.927 30.998 C 84.279 36.997 87.278 42.85 84.994 55.778 C 85.622 43.074 82.968 37.291 82.262 32.356 Z\" fill=\"rgb(214,160,21)\"></path><path d=\"M 165.062 28.477 L 165.062 26.265 L 164.646 28.476 L 164.083 28.476 L 163.658 26.248 L 163.658 28.476 L 163.143 28.476 L 163.143 25.118 L 163.911 25.118 L 164.368 27.346 L 164.826 25.118 L 165.577 25.118 L 165.577 28.476 L 165.062 28.476 Z M 162.792 25.117 L 162.792 25.666 L 162.26 25.666 L 162.26 28.476 L 161.714 28.476 L 161.714 25.666 L 161.167 25.666 L 161.167 25.118 L 162.792 25.118 Z M 160.153 45.768 C 160.157 46.717 160.015 47.662 159.731 48.568 C 159.462 49.437 159.025 50.246 158.446 50.947 C 157.87 51.643 157.145 52.199 156.275 52.615 C 155.403 53.03 154.36 53.237 153.149 53.237 C 152.144 53.237 151.228 53.074 150.401 52.747 C 149.599 52.438 148.868 51.969 148.251 51.369 C 147.639 50.766 147.162 50.038 146.853 49.235 C 146.529 48.406 146.367 47.487 146.367 46.479 L 146.367 44.611 L 150.268 45.456 L 150.268 46.478 C 150.268 47.338 150.534 48.028 151.066 48.546 C 151.597 49.064 152.292 49.324 153.149 49.324 C 155.158 49.324 156.163 48.375 156.163 46.478 C 156.163 45.767 156.074 45.166 155.898 44.677 C 155.72 44.189 155.465 43.731 155.144 43.322 C 154.679 42.796 154.175 42.306 153.638 41.855 C 153.101 41.407 152.561 40.963 152.019 40.521 C 151.469 40.074 150.93 39.615 150.401 39.142 C 149.862 38.661 149.358 38.141 148.894 37.587 C 148.241 36.812 147.71 35.943 147.32 35.008 C 146.921 34.06 146.722 32.963 146.722 31.719 C 146.722 30.741 146.884 29.845 147.209 29.028 C 147.515 28.243 147.983 27.531 148.583 26.939 C 149.189 26.352 149.904 25.891 150.689 25.583 C 151.501 25.258 152.395 25.094 153.371 25.094 C 155.409 25.094 156.976 25.702 158.069 26.916 C 159.163 28.132 159.71 29.718 159.71 31.674 L 159.71 33.541 L 155.898 32.652 L 155.898 31.674 C 155.898 30.785 155.654 30.081 155.165 29.563 C 154.679 29.044 154.036 28.784 153.238 28.784 C 152.41 28.784 151.767 29.05 151.31 29.585 C 150.851 30.118 150.623 30.845 150.623 31.763 C 150.623 32.799 150.948 33.735 151.597 34.564 C 152.247 35.394 153.031 36.194 153.946 36.965 C 154.886 37.755 155.825 38.548 156.761 39.342 C 157.722 40.159 158.513 41.07 159.134 42.077 C 159.459 42.611 159.71 43.196 159.887 43.833 C 160.063 44.463 160.152 45.113 160.153 45.767 Z M 140.144 31.675 C 140.144 30.727 139.871 30.008 139.323 29.518 C 138.776 29.029 138.119 28.785 137.351 28.785 C 136.524 28.785 135.836 29.022 135.29 29.496 C 134.743 29.971 134.47 30.696 134.47 31.675 L 134.47 46.479 C 134.47 47.428 134.743 48.14 135.29 48.613 C 135.836 49.087 136.524 49.325 137.351 49.325 C 138.119 49.325 138.776 49.087 139.323 48.613 C 139.871 48.14 140.144 47.428 140.144 46.479 Z M 144.089 52.614 L 141.474 52.614 L 140.587 51.326 C 140.439 51.74 140.011 52.162 139.302 52.592 C 138.593 53.021 137.617 53.237 136.376 53.237 C 134.572 53.237 133.154 52.6 132.121 51.326 C 131.086 50.051 130.569 48.332 130.569 46.168 L 130.569 31.675 C 130.569 29.66 131.079 28.06 132.098 26.873 C 133.118 25.688 134.588 25.095 136.509 25.095 C 137.455 25.095 138.238 25.221 138.858 25.472 C 139.478 25.724 139.907 26.029 140.144 26.384 L 140.144 17.67 L 144.089 16.381 Z M 124.554 31.675 C 124.554 30.727 124.273 30.008 123.712 29.518 C 123.15 29.029 122.485 28.785 121.717 28.785 C 120.918 28.785 120.247 29.029 119.7 29.519 C 119.153 30.008 118.88 30.727 118.88 31.675 L 118.88 46.479 C 118.88 47.398 119.153 48.102 119.7 48.591 C 120.247 49.08 120.918 49.325 121.717 49.325 C 122.485 49.325 123.15 49.08 123.712 48.591 C 124.273 48.102 124.554 47.398 124.554 46.479 Z M 128.455 46.479 C 128.455 47.518 128.278 48.457 127.923 49.302 C 127.569 50.146 127.081 50.858 126.46 51.436 C 125.836 52.016 125.106 52.469 124.31 52.77 C 123.482 53.084 122.603 53.242 121.717 53.237 C 120.81 53.244 119.909 53.085 119.057 52.77 C 118.258 52.477 117.526 52.023 116.907 51.436 C 116.3 50.858 115.829 50.146 115.488 49.302 C 115.149 48.457 114.98 47.518 114.98 46.479 L 114.98 31.675 C 114.98 30.668 115.149 29.756 115.488 28.941 C 115.81 28.152 116.293 27.44 116.907 26.85 C 117.523 26.266 118.256 25.819 119.057 25.54 C 119.912 25.239 120.812 25.088 121.717 25.095 C 122.601 25.089 123.478 25.24 124.31 25.54 C 125.122 25.835 125.84 26.274 126.46 26.85 C 127.087 27.437 127.585 28.149 127.923 28.941 C 128.278 29.756 128.455 30.668 128.455 31.675 Z M 108.773 31.675 C 108.773 30.727 108.492 30.008 107.931 29.518 C 107.369 29.029 106.704 28.785 105.937 28.785 C 105.138 28.785 104.466 29.029 103.92 29.519 C 103.373 30.008 103.099 30.727 103.099 31.675 L 103.099 46.479 C 103.099 47.398 103.373 48.102 103.92 48.591 C 104.466 49.08 105.138 49.325 105.937 49.325 C 106.704 49.325 107.369 49.08 107.931 48.591 C 108.492 48.102 108.773 47.398 108.773 46.479 Z M 112.675 46.479 C 112.675 47.518 112.497 48.457 112.143 49.302 C 111.787 50.146 111.301 50.858 110.679 51.436 C 110.055 52.016 109.326 52.469 108.53 52.77 C 107.702 53.084 106.823 53.242 105.937 53.237 C 105.03 53.244 104.128 53.086 103.276 52.77 C 102.477 52.476 101.745 52.022 101.126 51.436 C 100.521 50.858 100.047 50.146 99.708 49.302 C 99.368 48.457 99.199 47.518 99.199 46.479 L 99.199 31.675 C 99.199 30.668 99.368 29.756 99.708 28.941 C 100.029 28.152 100.513 27.44 101.126 26.85 C 101.743 26.266 102.475 25.82 103.276 25.54 C 104.131 25.238 105.031 25.088 105.937 25.095 C 106.853 25.095 107.716 25.243 108.53 25.54 C 109.327 25.827 110.058 26.273 110.679 26.85 C 111.306 27.438 111.805 28.149 112.143 28.941 C 112.497 29.756 112.675 30.668 112.675 31.675 Z M 97.78 16.382 C 98.845 16.382 99.878 16.589 100.883 17.004 L 99.331 20.783 C 98.918 20.457 98.401 20.293 97.78 20.293 C 96.982 20.293 96.302 20.532 95.742 21.005 C 95.179 21.48 94.9 22.19 94.9 23.139 L 94.9 25.45 L 97.78 25.45 L 97.78 28.918 L 94.9 28.918 L 94.9 52.615 L 90.998 52.615 L 90.998 28.918 L 89.27 28.918 L 89.27 25.45 L 90.998 25.45 L 90.998 23.139 C 90.998 22.072 91.176 21.116 91.53 20.27 C 91.886 19.427 92.372 18.715 92.993 18.136 C 93.62 17.555 94.359 17.108 95.166 16.825 C 96.005 16.527 96.89 16.377 97.78 16.382 Z M 78.765 52.615 L 74.864 52.615 L 74.864 31.675 C 74.864 30.638 74.554 29.896 73.933 29.452 C 73.312 29.007 72.603 28.785 71.806 28.785 C 71.008 28.785 70.306 29.007 69.7 29.452 C 69.093 29.896 68.791 30.637 68.791 31.675 L 68.791 52.614 L 64.891 52.614 L 64.891 17.672 L 68.792 16.382 L 68.792 26.118 C 69.175 25.734 69.685 25.466 70.321 25.318 C 70.956 25.17 71.657 25.096 72.427 25.096 C 73.26 25.091 74.086 25.242 74.864 25.541 C 75.633 25.836 76.306 26.259 76.882 26.807 C 77.457 27.356 77.916 28.038 78.255 28.852 C 78.595 29.668 78.765 30.608 78.765 31.675 L 78.765 52.616 Z M 55.932 28.785 C 55.134 28.785 54.462 29.029 53.915 29.519 C 53.367 30.008 53.095 30.727 53.095 31.675 L 53.095 46.479 C 53.095 47.398 53.367 48.102 53.915 48.591 C 54.462 49.08 55.134 49.325 55.932 49.325 C 56.7 49.325 57.364 49.087 57.927 48.613 C 58.487 48.14 58.769 47.428 58.769 46.479 L 58.769 46.035 L 62.67 44.746 L 62.67 46.478 C 62.67 47.636 62.492 48.635 62.138 49.48 C 61.783 50.324 61.295 51.021 60.675 51.569 C 60.047 52.122 59.317 52.546 58.526 52.815 C 57.691 53.1 56.814 53.243 55.932 53.237 C 54.986 53.237 54.099 53.088 53.272 52.791 C 52.471 52.511 51.738 52.065 51.122 51.48 C 50.516 50.902 50.043 50.199 49.704 49.369 C 49.365 48.539 49.194 47.575 49.194 46.479 L 49.194 31.675 C 49.194 30.46 49.365 29.437 49.704 28.608 C 50.044 27.778 50.516 27.103 51.122 26.584 C 51.728 26.066 52.445 25.688 53.272 25.45 C 54.138 25.209 55.033 25.089 55.932 25.095 C 56.847 25.095 57.711 25.214 58.526 25.45 C 59.316 25.676 60.049 26.071 60.675 26.607 C 61.295 27.14 61.784 27.822 62.138 28.65 C 62.492 29.481 62.67 30.489 62.67 31.675 L 62.67 32.831 L 58.769 32.831 L 58.769 31.675 C 58.769 30.727 58.487 30.008 57.927 29.518 C 57.364 29.029 56.7 28.785 55.932 28.785 Z M 46.872 52.615 L 42.971 52.615 L 42.971 25.451 L 46.872 25.451 Z M 47.004 18.782 C 46.975 19.463 46.783 20.042 46.429 20.516 C 46.074 20.99 45.601 21.228 45.01 21.228 C 44.419 21.228 43.931 20.99 43.546 20.516 C 43.163 20.042 42.971 19.464 42.971 18.782 C 42.971 18.16 43.163 17.604 43.546 17.115 C 43.931 16.625 44.419 16.381 45.01 16.381 C 45.601 16.381 46.081 16.618 46.451 17.092 C 46.819 17.567 47.004 18.13 47.004 18.782 Z M 38.929 25.094 C 39.962 25.094 40.73 25.347 41.234 25.85 L 39.903 29.362 C 39.696 29.125 39.297 29.006 38.706 29.006 C 38.026 29.006 37.422 29.296 36.889 29.873 C 36.357 30.451 36.091 31.184 36.091 32.075 L 36.091 52.614 L 32.19 52.614 L 32.19 25.451 L 34.761 25.451 L 35.648 27.186 C 35.884 26.711 36.276 26.245 36.823 25.785 C 37.369 25.326 38.071 25.096 38.929 25.096 Z M 29.699 52.615 L 25.798 52.615 L 25.798 31.675 C 25.798 30.727 25.489 30.008 24.868 29.518 C 24.264 29.035 23.512 28.776 22.74 28.785 C 21.972 28.785 21.269 29.029 20.635 29.519 C 19.998 30.008 19.682 30.727 19.682 31.675 L 19.682 52.614 L 15.781 52.614 L 15.781 25.451 L 18.351 25.451 L 19.238 26.741 C 19.693 26.228 20.252 25.819 20.878 25.541 C 21.528 25.244 22.4 25.096 23.494 25.096 C 25.355 25.096 26.855 25.681 27.993 26.851 C 29.129 28.023 29.699 29.586 29.699 31.542 L 29.699 52.616 Z M 9.575 32.431 C 9.575 31.067 9.294 30.119 8.732 29.585 C 8.2 29.063 7.482 28.775 6.737 28.785 C 5.94 28.785 5.267 29.029 4.72 29.519 C 4.173 30.008 3.9 30.727 3.9 31.675 L 3.9 40.832 C 5.082 40.271 6.043 39.715 6.782 39.166 C 7.521 38.618 8.097 38.017 8.511 37.365 C 8.929 36.7 9.215 35.96 9.353 35.187 C 9.5 34.387 9.574 33.468 9.574 32.431 Z M 13.21 46.479 C 13.21 47.546 13.039 48.502 12.7 49.347 C 12.359 50.191 11.894 50.902 11.303 51.48 C 10.704 52.064 9.986 52.511 9.198 52.791 C 8.366 53.092 7.488 53.243 6.605 53.238 C 5.658 53.238 4.788 53.088 3.989 52.791 C 3.21 52.507 2.499 52.06 1.905 51.48 C 1.314 50.902 0.849 50.191 0.51 49.346 C 0.171 48.503 0 47.547 0 46.48 L 0 31.675 C 0 30.608 0.17 29.667 0.51 28.852 C 0.85 28.037 1.322 27.348 1.928 26.784 C 2.547 26.214 3.279 25.782 4.078 25.518 C 4.935 25.231 5.834 25.088 6.737 25.095 C 7.623 25.09 8.502 25.248 9.331 25.561 C 10.135 25.867 10.866 26.337 11.48 26.94 C 12.102 27.548 12.589 28.288 12.943 29.162 C 13.298 30.037 13.475 31.052 13.475 32.208 C 13.475 34.046 13.291 35.586 12.921 36.831 C 12.551 38.077 11.983 39.174 11.215 40.121 C 10.446 41.071 9.456 41.93 8.245 42.7 C 7.032 43.471 5.584 44.286 3.9 45.144 L 3.9 46.479 C 3.9 47.398 4.144 48.102 4.632 48.591 C 5.12 49.08 5.777 49.325 6.605 49.325 C 7.373 49.325 8.008 49.08 8.511 48.591 C 9.013 48.102 9.265 47.398 9.265 46.479 L 9.265 46.035 L 13.21 44.746 L 13.21 46.478 Z\" fill=\"rgb(57,85,128)\"></path></svg>',svgContentId:9300024836,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1t3b1vx\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"j00RWnBcz\",style:{filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(12+((componentViewport?.height||80)-24-56)/2)+0+8+0,...addPropertyOverrides({JTFmnTgK2:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1392px) - 48px)`,y:(componentViewport?.y||0)+0+72+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kald19-container\",layoutDependency:layoutDependency,layoutId:\"u5vIwykPP-container\",children:/*#__PURE__*/_jsx(NavTab,{height:\"100%\",id:\"u5vIwykPP\",JnHpBOP7u:resolvedLinks[0],layoutId:\"u5vIwykPP\",vA7MqLUpv:\"Home\",variant:ESjGGHCMV,width:\"100%\",...addPropertyOverrides({JTFmnTgK2:{JnHpBOP7u:resolvedLinks[1],LzGt9vwIs:LzGt9vwIs1v3u1jf,style:{width:\"100%\"},variant:\"ZfPL1TyCI\"}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(12+((componentViewport?.height||80)-24-56)/2)+0+8+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4h3i6e-container\",id:`${layoutId}-4h3i6e`,layoutDependency:layoutDependency,layoutId:\"XXqEx6OIs-container\",ref:ref2,children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"About Us\",height:\"100%\",id:\"XXqEx6OIs\",layoutId:\"XXqEx6OIs\",PWSlWeqS6:PWSlWeqS61649ovo({overlay}),variant:overlay.visible?\"Ji7O0iWD6\":\"X_hKAYvtd\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-4h3i6e`,offsetX:.07817821827484295,offsetY:7.999990950993379,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,y:(componentViewport?.y||0)+(12+((componentViewport?.height||80)-24-56)/2)+0+8+0+-45,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sauo9y-container\",layoutDependency:layoutDependency,layoutId:\"BXs_bUFdu-container\",ref:ref3,role:\"dialog\",children:/*#__PURE__*/_jsx(LinksProduct,{height:\"100%\",id:\"BXs_bUFdu\",layoutId:\"BXs_bUFdu\",variant:\"qybH4v3kR\",width:\"100%\"})})})})})]})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vTQUvZOZ8\"},implicitPathVariables:undefined},{href:{webPageId:\"vTQUvZOZ8\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({JTFmnTgK2:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1392px) - 48px)`,y:(componentViewport?.y||0)+0+72+0+0+0+0+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3l7vs1-container\",layoutDependency:layoutDependency,layoutId:\"U7fQl9bDn-container\",children:/*#__PURE__*/_jsx(NavTab,{height:\"100%\",id:\"U7fQl9bDn\",JnHpBOP7u:resolvedLinks1[0],layoutId:\"U7fQl9bDn\",vA7MqLUpv:\"Mission Statement\",variant:\"EQUf8u_So\",width:\"100%\",...addPropertyOverrides({JTFmnTgK2:{JnHpBOP7u:resolvedLinks1[1],LzGt9vwIs:LzGt9vwIs1v3u1jf,style:{width:\"100%\"},variant:\"ZfPL1TyCI\"}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WbiavqaKf\"},implicitPathVariables:undefined},{href:{webPageId:\"WbiavqaKf\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({JTFmnTgK2:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1392px) - 48px)`,y:(componentViewport?.y||0)+0+72+0+0+0+0+0+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hkrj3l-container\",layoutDependency:layoutDependency,layoutId:\"Rsonw5w6l-container\",children:/*#__PURE__*/_jsx(NavTab,{height:\"100%\",id:\"Rsonw5w6l\",JnHpBOP7u:resolvedLinks2[0],layoutId:\"Rsonw5w6l\",vA7MqLUpv:\"Columbia Grain\",variant:\"EQUf8u_So\",width:\"100%\",...addPropertyOverrides({JTFmnTgK2:{JnHpBOP7u:resolvedLinks2[1],LzGt9vwIs:LzGt9vwIs1v3u1jf,style:{width:\"100%\"},variant:\"ZfPL1TyCI\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TDr_QWQ0w\"},implicitPathVariables:undefined},{href:{webPageId:\"TDr_QWQ0w\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(12+((componentViewport?.height||80)-24-56)/2)+0+8+0,...addPropertyOverrides({JTFmnTgK2:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1392px) - 48px)`,y:(componentViewport?.y||0)+0+72+0+0+0+0+0+120}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3zbc4p-container\",layoutDependency:layoutDependency,layoutId:\"Ln49WWpt0-container\",children:/*#__PURE__*/_jsx(NavTab,{height:\"100%\",id:\"Ln49WWpt0\",JnHpBOP7u:resolvedLinks3[0],layoutId:\"Ln49WWpt0\",vA7MqLUpv:\"What We Do\",variant:ESjGGHCMV,width:\"100%\",...addPropertyOverrides({JTFmnTgK2:{JnHpBOP7u:resolvedLinks3[1],LzGt9vwIs:LzGt9vwIs1v3u1jf,style:{width:\"100%\"},variant:\"ZfPL1TyCI\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cuct7_bPB\"},implicitPathVariables:undefined},{href:{webPageId:\"cuct7_bPB\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(12+((componentViewport?.height||80)-24-56)/2)+0+8+0,...addPropertyOverrides({JTFmnTgK2:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1392px) - 48px)`,y:(componentViewport?.y||0)+0+72+0+0+0+0+0+160}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y3z0ls-container\",layoutDependency:layoutDependency,layoutId:\"mJTBwDeAj-container\",children:/*#__PURE__*/_jsx(NavTab,{height:\"100%\",id:\"mJTBwDeAj\",JnHpBOP7u:resolvedLinks4[0],layoutId:\"mJTBwDeAj\",vA7MqLUpv:\"Products\",variant:\"EQUf8u_So\",width:\"100%\",...addPropertyOverrides({JTFmnTgK2:{JnHpBOP7u:resolvedLinks4[1],LzGt9vwIs:LzGt9vwIs1v3u1jf,style:{width:\"100%\"},variant:\"ZfPL1TyCI\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zp_6utqfm\"},implicitPathVariables:undefined},{href:{webPageId:\"zp_6utqfm\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(12+((componentViewport?.height||80)-24-56)/2)+0+8+0,...addPropertyOverrides({JTFmnTgK2:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1392px) - 48px)`,y:(componentViewport?.y||0)+0+72+0+0+0+0+0+200}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rtavip-container\",layoutDependency:layoutDependency,layoutId:\"xSldl64tn-container\",children:/*#__PURE__*/_jsx(NavTab,{height:\"100%\",id:\"xSldl64tn\",JnHpBOP7u:resolvedLinks5[0],layoutId:\"xSldl64tn\",vA7MqLUpv:\"FAQ\",variant:\"EQUf8u_So\",width:\"100%\",...addPropertyOverrides({JTFmnTgK2:{JnHpBOP7u:resolvedLinks5[1],LzGt9vwIs:LzGt9vwIs1v3u1jf,style:{width:\"100%\"},variant:\"ZfPL1TyCI\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gfTFch53n\"},implicitPathVariables:undefined},{href:{webPageId:\"gfTFch53n\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(12+((componentViewport?.height||80)-24-56)/2)+0+8+0,...addPropertyOverrides({JTFmnTgK2:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1392px) - 48px)`,y:(componentViewport?.y||0)+0+72+0+0+0+0+0+240}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ixvv0z-container\",layoutDependency:layoutDependency,layoutId:\"gUFiL9nga-container\",children:/*#__PURE__*/_jsx(NavTab,{height:\"100%\",id:\"gUFiL9nga\",JnHpBOP7u:resolvedLinks6[0],layoutId:\"gUFiL9nga\",vA7MqLUpv:\"Contact\",variant:\"EQUf8u_So\",width:\"100%\",...addPropertyOverrides({JTFmnTgK2:{JnHpBOP7u:resolvedLinks6[1],LzGt9vwIs:LzGt9vwIs1v3u1jf,style:{width:\"100%\"},variant:\"ZfPL1TyCI\"}},baseVariant,gestureVariant)})})})})]})]})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-snaek\",layoutDependency:layoutDependency,layoutId:\"VJlwuwzNl\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({JTFmnTgK2:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+352+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hbgjp8-container\",layoutDependency:layoutDependency,layoutId:\"yxY03lnmU-container\",children:/*#__PURE__*/_jsx(IconLink,{hdyI26J7x:\"https://www.google.com/maps?sca_esv=1da11bb882cbd233&output=search&q=1300+SW+5th+Ave,+Portland,+OR+97201&source=lnms&fbs=AEQNm0Aa4sjWe7Rqy32pFwRj0UkW1DRbm01j6DCVS0r1sTxn7lWrPPt54xvTeoI9jYBmanbcnj_OgzaZVVS-VpZSx-qF5Ty48PrXY2_X99PvPX5emHfq9VuWcToZcT2Mn2fvwtdnmp0CtlDOx2jathnl0MLuBXQTdTIQVRVJfbkXT_RonXUy-DK29W05W0T7KP63Oy_0YgV3JA6zbkYaeM010VWLn-Fl7g&entry=mc&ved=1t:200715&ictx=111\",height:\"100%\",id:\"yxY03lnmU\",j9gKzeX0r:\"1300 SW 5th Ave, Portland, OR 97201\",layoutId:\"yxY03lnmU\",Re485wdQR:\"LocationOn\",style:{width:\"100%\"},variant:\"m5LVdKk6W\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({JTFmnTgK2:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+352+24+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6qv5on-container\",layoutDependency:layoutDependency,layoutId:\"b9yDECO__-container\",children:/*#__PURE__*/_jsx(IconLink,{hdyI26J7x:\"tel:503-686-4237\",height:\"100%\",id:\"b9yDECO__\",j9gKzeX0r:\"503-686-4237\",layoutId:\"b9yDECO__\",Re485wdQR:\"Phone\",style:{width:\"100%\"},variant:\"m5LVdKk6W\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({JTFmnTgK2:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,y:(componentViewport?.y||0)+0+352+24+92}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b874lo-container\",layoutDependency:layoutDependency,layoutId:\"Tbski2ctZ-container\",children:/*#__PURE__*/_jsx(IconLink,{hdyI26J7x:\"mailto:mailto:contact@enrich-foods.com\",height:\"100%\",id:\"Tbski2ctZ\",j9gKzeX0r:\"contact@enrich-foods.com\",layoutId:\"Tbski2ctZ\",Re485wdQR:\"Email\",style:{width:\"100%\"},variant:\"m5LVdKk6W\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WbGma.framer-11e5gv1, .framer-WbGma .framer-11e5gv1 { display: block; }\",\".framer-WbGma.framer-14m7seh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 0px 12px 0px; position: relative; width: 1600px; }\",\".framer-WbGma .framer-1ff063h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 24px 20px 24px; position: relative; width: 200px; }\",\".framer-WbGma .framer-1jxl2yu { 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; text-decoration: none; width: min-content; }\",\".framer-WbGma .framer-ztapvi { flex: none; height: 40px; position: relative; width: 118px; }\",\".framer-WbGma .framer-1nj5264-container, .framer-WbGma .framer-1v0enqj-container, .framer-WbGma .framer-msdy3t-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-WbGma .framer-wvemn2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 1392px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WbGma .framer-1cgsbh4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-WbGma .framer-1rucuaj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-WbGma .framer-ig7xt { flex: none; height: 56px; position: relative; width: 166px; }\",\".framer-WbGma .framer-1t3b1vx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-WbGma .framer-kald19-container, .framer-WbGma .framer-4h3i6e-container, .framer-WbGma .framer-3l7vs1-container, .framer-WbGma .framer-1hkrj3l-container, .framer-WbGma .framer-3zbc4p-container, .framer-WbGma .framer-y3z0ls-container, .framer-WbGma .framer-rtavip-container, .framer-WbGma .framer-1ixvv0z-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-WbGma .framer-sauo9y-container { height: auto; position: relative; width: auto; }\",\".framer-WbGma .framer-snaek { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-WbGma .framer-hbgjp8-container, .framer-WbGma .framer-6qv5on-container, .framer-WbGma .framer-1b874lo-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WbGma.framer-14m7seh, .framer-WbGma .framer-1jxl2yu, .framer-WbGma .framer-wvemn2, .framer-WbGma .framer-1rucuaj, .framer-WbGma .framer-1t3b1vx, .framer-WbGma .framer-snaek { gap: 0px; } .framer-WbGma.framer-14m7seh > *, .framer-WbGma .framer-1jxl2yu > *, .framer-WbGma .framer-1rucuaj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WbGma.framer-14m7seh > :first-child, .framer-WbGma .framer-1jxl2yu > :first-child, .framer-WbGma .framer-wvemn2 > :first-child, .framer-WbGma .framer-1rucuaj > :first-child, .framer-WbGma .framer-1t3b1vx > :first-child { margin-left: 0px; } .framer-WbGma.framer-14m7seh > :last-child, .framer-WbGma .framer-1jxl2yu > :last-child, .framer-WbGma .framer-wvemn2 > :last-child, .framer-WbGma .framer-1rucuaj > :last-child, .framer-WbGma .framer-1t3b1vx > :last-child { margin-right: 0px; } .framer-WbGma .framer-wvemn2 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-WbGma .framer-1t3b1vx > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-WbGma .framer-snaek > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-WbGma .framer-snaek > :first-child { margin-top: 0px; } .framer-WbGma .framer-snaek > :last-child { margin-bottom: 0px; } }\",\".framer-WbGma.framer-v-v83o2f.framer-14m7seh { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; overflow: auto; overscroll-behavior: none; padding: 0px; width: 400px; }\",\".framer-WbGma.framer-v-v83o2f .framer-1ff063h, .framer-WbGma.framer-v-bjkbbz .framer-1ff063h { order: 0; padding: 16px 24px 16px 24px; width: 100%; }\",\".framer-WbGma.framer-v-v83o2f .framer-wvemn2 { flex: none; flex-direction: column; gap: 24px; order: 1; width: 100%; }\",\".framer-WbGma.framer-v-v83o2f .framer-1cgsbh4 { flex: none; flex-direction: column; padding: 0px 24px 0px 24px; width: 100%; }\",\".framer-WbGma.framer-v-v83o2f .framer-1t3b1vx { flex-direction: column; order: 1; width: 100%; }\",\".framer-WbGma.framer-v-v83o2f .framer-kald19-container, .framer-WbGma.framer-v-v83o2f .framer-3l7vs1-container, .framer-WbGma.framer-v-v83o2f .framer-1hkrj3l-container, .framer-WbGma.framer-v-v83o2f .framer-3zbc4p-container, .framer-WbGma.framer-v-v83o2f .framer-y3z0ls-container, .framer-WbGma.framer-v-v83o2f .framer-rtavip-container, .framer-WbGma.framer-v-v83o2f .framer-1ixvv0z-container { width: 100%; }\",\".framer-WbGma.framer-v-v83o2f .framer-snaek { flex: none; justify-content: flex-end; order: 2; padding: 24px 0px 24px 24px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WbGma.framer-v-v83o2f.framer-14m7seh, .framer-WbGma.framer-v-v83o2f .framer-wvemn2, .framer-WbGma.framer-v-v83o2f .framer-1cgsbh4, .framer-WbGma.framer-v-v83o2f .framer-1t3b1vx { gap: 0px; } .framer-WbGma.framer-v-v83o2f.framer-14m7seh > *, .framer-WbGma.framer-v-v83o2f .framer-1t3b1vx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WbGma.framer-v-v83o2f.framer-14m7seh > :first-child, .framer-WbGma.framer-v-v83o2f .framer-wvemn2 > :first-child, .framer-WbGma.framer-v-v83o2f .framer-1t3b1vx > :first-child { margin-top: 0px; } .framer-WbGma.framer-v-v83o2f.framer-14m7seh > :last-child, .framer-WbGma.framer-v-v83o2f .framer-wvemn2 > :last-child, .framer-WbGma.framer-v-v83o2f .framer-1t3b1vx > :last-child { margin-bottom: 0px; } .framer-WbGma.framer-v-v83o2f .framer-wvemn2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-WbGma.framer-v-v83o2f .framer-1cgsbh4 > *, .framer-WbGma.framer-v-v83o2f .framer-1cgsbh4 > :first-child, .framer-WbGma.framer-v-v83o2f .framer-1cgsbh4 > :last-child { margin: 0px; } }\",\".framer-WbGma.framer-v-bjkbbz.framer-14m7seh { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; overflow: auto; overscroll-behavior: none; padding: 0px; width: 400px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WbGma.framer-v-bjkbbz.framer-14m7seh { gap: 0px; } .framer-WbGma.framer-v-bjkbbz.framer-14m7seh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WbGma.framer-v-bjkbbz.framer-14m7seh > :first-child { margin-top: 0px; } .framer-WbGma.framer-v-bjkbbz.framer-14m7seh > :last-child { margin-bottom: 0px; } }\",'.framer-WbGma[data-border=\"true\"]::after, .framer-WbGma [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; }','.framer-WbGma[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-WbGma [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-WbGma[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-WbGma [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JTFmnTgK2\":{\"layout\":[\"fixed\",\"auto\"]},\"RimZDp0UV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"UQ2Rqivg5\":\"hover\",\"ESjGGHCMV\":\"navLinkState\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerreAKa0Irg=withCSS(Component,css,\"framer-WbGma\");export default FramerreAKa0Irg;FramerreAKa0Irg.displayName=\"Nav Bar\";FramerreAKa0Irg.defaultProps={height:80,width:1600};addPropertyControls(FramerreAKa0Irg,{variant:{options:[\"w2ze1K61u\",\"JTFmnTgK2\",\"RimZDp0UV\"],optionTitles:[\"Desktop\",\"Phone Active\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},UQ2Rqivg5:{title:\"Hover\",type:ControlType.EventHandler},ESjGGHCMV:NavTabControls?.[\"variant\"]&&{...NavTabControls[\"variant\"],defaultValue:\"EQUf8u_So\",description:undefined,hidden:undefined,title:\"Nav link state\"}});addFonts(FramerreAKa0Irg,[{explicitInter:true,fonts:[]},...NavIconFonts,...NavTabFonts,...TriggerFonts,...LinksProductFonts,...IconLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerreAKa0Irg\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JTFmnTgK2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RimZDp0UV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"80\",\"framerVariables\":\"{\\\"UQ2Rqivg5\\\":\\\"hover\\\",\\\"ESjGGHCMV\\\":\\\"navLinkState\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1600\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./reAKa0Irg.map", "// Generated by Framer (56d1180)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-bbQWV .framer-styles-preset-gxlzg:not(.rich-text-wrapper), .framer-bbQWV .framer-styles-preset-gxlzg.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: rgba(255, 255, 255, 0.85); --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-bbQWV\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MotionDivWithFX=withFX(motion.div);const MaterialFonts=getFonts(Material);const cycleOrder=[\"PN0Cubpxn\",\"aKurNdNUg\"];const serializationHash=\"framer-d5foV\";const variantClassNames={aKurNdNUg:\"framer-v-dctzdw\",PN0Cubpxn:\"framer-v-e48hjy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition2={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-80,y:0};const transition3={damping:30,delay:.2,mass:1,stiffness:150,type:\"spring\"};const transition4={damping:30,delay:.4,mass:1,stiffness:150,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"PN0Cubpxn\",Mobile:\"aKurNdNUg\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"PN0Cubpxn\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PN0Cubpxn\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-e48hjy\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"PN0Cubpxn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(234, 234, 234)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",...style},...addPropertyOverrides({aKurNdNUg:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tj4uc3\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"YReCgyHqK\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-nccsdh\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"BPSw5fqgG\",...addPropertyOverrides({aKurNdNUg:{__framer__enter:animation1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11tkcki\",layoutDependency:layoutDependency,layoutId:\"Jnp112sG4\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1kfn5c7\",\"data-framer-name\":\"Mission\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GBJH8T3s6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 56 59\"><path d=\"M 25.667 51.625 L 25.667 32.02 C 23.178 32.02 20.786 31.518 18.492 30.514 C 16.197 29.51 14.175 28.086 12.425 26.243 C 10.675 24.399 9.333 22.268 8.4 19.851 C 7.467 17.434 7 14.914 7 12.292 L 7 7.375 L 11.667 7.375 C 14.117 7.375 16.489 7.877 18.783 8.881 C 21.078 9.885 23.1 11.308 24.85 13.152 C 26.056 14.422 27.057 15.815 27.854 17.331 C 28.651 18.847 29.264 20.466 29.692 22.186 C 29.886 21.9 30.1 21.623 30.333 21.357 C 30.567 21.09 30.819 20.814 31.092 20.527 C 32.842 18.683 34.864 17.26 37.158 16.256 C 39.453 15.252 41.844 14.75 44.333 14.75 L 49 14.75 L 49 19.667 C 49 22.289 48.524 24.809 47.571 27.226 C 46.618 29.643 45.267 31.774 43.517 33.618 C 41.767 35.461 39.754 36.875 37.479 37.858 C 35.204 38.842 32.822 39.333 30.333 39.333 L 30.333 51.625 Z M 25.667 27.042 C 25.667 25.075 25.307 23.201 24.587 21.418 C 23.868 19.636 22.847 18.048 21.525 16.655 C 20.203 15.262 18.696 14.187 17.004 13.429 C 15.312 12.671 13.533 12.292 11.667 12.292 C 11.667 14.258 12.017 16.143 12.717 17.946 C 13.417 19.749 14.428 21.347 15.75 22.74 C 17.072 24.133 18.589 25.198 20.3 25.935 C 22.011 26.673 23.8 27.042 25.667 27.042 Z M 30.333 34.417 C 32.2 34.417 33.979 34.048 35.671 33.31 C 37.363 32.573 38.869 31.508 40.192 30.115 C 41.514 28.722 42.535 27.124 43.254 25.321 C 43.974 23.518 44.333 21.633 44.333 19.667 C 42.467 19.667 40.678 20.046 38.967 20.804 C 37.256 21.562 35.739 22.637 34.417 24.03 C 33.094 25.423 32.083 27.011 31.383 28.793 C 30.683 30.576 30.333 32.45 30.333 34.417 Z M 30.333 34.417 Z M 25.667 27.042 Z\" fill=\"rgb(58, 91, 125)\"></path></svg>',svgContentId:10743443200,withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-my5uzx\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"rRbjQOSZP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Discover our mission\"})}),className:\"framer-1n3ki0a\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"fEgIX5W26\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:\"Learn how we\u2019re dedicated to sustainability and innovation in every solution.\"})}),className:\"framer-lf5d8n\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HQueGMBsT\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.75)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vTQUvZOZ8\"},nodeId:\"qhv7PTN4K\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xaxwm3 framer-lvt0y7\",\"data-border\":true,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"qhv7PTN4K\",style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgb(59, 92, 127)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 92, 127))\"},children:\"Our Mission\"})}),className:\"framer-1e5xa4h\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"JOmmdJ5mE\",style:{\"--extracted-r6o4lv\":\"rgb(59, 92, 127)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-15lds4t\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"bdpIpVdoA\",...addPropertyOverrides({aKurNdNUg:{__framer__enter:animation1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13i2mtc\",layoutDependency:layoutDependency,layoutId:\"agsxcoL3E\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vmjwe-container\",\"data-framer-name\":\"Process\",layoutDependency:layoutDependency,layoutId:\"ajwK0BjIH-container\",name:\"Process\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(58, 91, 125)\",height:\"100%\",iconSearch:\"rotate\",iconSelection:\"Cached\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"ajwK0BjIH\",layoutId:\"ajwK0BjIH\",mirrored:false,name:\"Process\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tmmwuy\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"lKZSOleGd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Take a look into our process\"})}),className:\"framer-2tt5fj\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"BlHcg7wqR\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:\"Discover how we bring tailored, sustainable solutions to life.\"})}),className:\"framer-esby8n\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rFSpy6FsN\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.75)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TDr_QWQ0w\"},nodeId:\"Ny6FD0AV8\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2zptxe framer-lvt0y7\",\"data-border\":true,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"Ny6FD0AV8\",style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgb(59, 92, 127)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 92, 127))\"},children:\"What We Do\"})}),className:\"framer-cv3d5i\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"XzlgtgKme\",style:{\"--extracted-r6o4lv\":\"rgb(59, 92, 127)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-pw8jgu\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"kUMB9NsPg\",...addPropertyOverrides({aKurNdNUg:{__framer__enter:animation1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1byacqf\",layoutDependency:layoutDependency,layoutId:\"wW9eJ58LE\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-161j9ab-container\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"V9cN_9ia7-container\",name:\"Contact\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(58, 91, 125)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ChatBubbleOutline\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"V9cN_9ia7\",layoutId:\"V9cN_9ia7\",mirrored:false,name:\"Contact\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fljz0d\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"s4SuP6cST\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Start customizing today\"})}),className:\"framer-tcsq1a\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"gpC773bdg\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.75))\"},children:\"Partner with us to create high-quality solutions that meet your industry's needs.\"})}),className:\"framer-1sd3vp1\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kBYay7DkN\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.75)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gfTFch53n\"},nodeId:\"QGd_U8Tj5\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-t7qyiq framer-lvt0y7\",\"data-border\":true,\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"QGd_U8Tj5\",style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgb(59, 92, 127)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 92, 127))\"},children:\"Contact Us\"})}),className:\"framer-et4td5\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"SJEvdMIHc\",style:{\"--extracted-r6o4lv\":\"rgb(59, 92, 127)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-d5foV.framer-lvt0y7, .framer-d5foV .framer-lvt0y7 { display: block; }\",\".framer-d5foV.framer-e48hjy { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 1240px; }\",\".framer-d5foV .framer-1tj4uc3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1392px; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-d5foV .framer-nccsdh, .framer-d5foV .framer-15lds4t, .framer-d5foV .framer-pw8jgu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 720px; overflow: visible; padding: 0px 12px 0px 12px; position: relative; width: 1px; }\",\".framer-d5foV .framer-11tkcki, .framer-d5foV .framer-13i2mtc, .framer-d5foV .framer-1byacqf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d5foV .framer-1kfn5c7 { flex: none; height: 59px; position: relative; width: 56px; }\",\".framer-d5foV .framer-my5uzx, .framer-d5foV .framer-tmmwuy, .framer-d5foV .framer-1fljz0d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d5foV .framer-1n3ki0a, .framer-d5foV .framer-lf5d8n, .framer-d5foV .framer-2tt5fj, .framer-d5foV .framer-esby8n, .framer-d5foV .framer-tcsq1a, .framer-d5foV .framer-1sd3vp1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-d5foV .framer-xaxwm3, .framer-d5foV .framer-2zptxe, .framer-d5foV .framer-t7qyiq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 4px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-d5foV .framer-1e5xa4h, .framer-d5foV .framer-cv3d5i, .framer-d5foV .framer-et4td5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-d5foV .framer-vmjwe-container, .framer-d5foV .framer-161j9ab-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); position: relative; width: 56px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d5foV.framer-e48hjy, .framer-d5foV .framer-1tj4uc3, .framer-d5foV .framer-nccsdh, .framer-d5foV .framer-11tkcki, .framer-d5foV .framer-my5uzx, .framer-d5foV .framer-xaxwm3, .framer-d5foV .framer-15lds4t, .framer-d5foV .framer-13i2mtc, .framer-d5foV .framer-tmmwuy, .framer-d5foV .framer-2zptxe, .framer-d5foV .framer-pw8jgu, .framer-d5foV .framer-1byacqf, .framer-d5foV .framer-1fljz0d, .framer-d5foV .framer-t7qyiq { gap: 0px; } .framer-d5foV.framer-e48hjy > * { margin: 0px; margin-left: calc(72px / 2); margin-right: calc(72px / 2); } .framer-d5foV.framer-e48hjy > :first-child, .framer-d5foV .framer-1tj4uc3 > :first-child, .framer-d5foV .framer-xaxwm3 > :first-child, .framer-d5foV .framer-2zptxe > :first-child, .framer-d5foV .framer-t7qyiq > :first-child { margin-left: 0px; } .framer-d5foV.framer-e48hjy > :last-child, .framer-d5foV .framer-1tj4uc3 > :last-child, .framer-d5foV .framer-xaxwm3 > :last-child, .framer-d5foV .framer-2zptxe > :last-child, .framer-d5foV .framer-t7qyiq > :last-child { margin-right: 0px; } .framer-d5foV .framer-1tj4uc3 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-d5foV .framer-nccsdh > *, .framer-d5foV .framer-15lds4t > *, .framer-d5foV .framer-pw8jgu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-d5foV .framer-nccsdh > :first-child, .framer-d5foV .framer-11tkcki > :first-child, .framer-d5foV .framer-my5uzx > :first-child, .framer-d5foV .framer-15lds4t > :first-child, .framer-d5foV .framer-13i2mtc > :first-child, .framer-d5foV .framer-tmmwuy > :first-child, .framer-d5foV .framer-pw8jgu > :first-child, .framer-d5foV .framer-1byacqf > :first-child, .framer-d5foV .framer-1fljz0d > :first-child { margin-top: 0px; } .framer-d5foV .framer-nccsdh > :last-child, .framer-d5foV .framer-11tkcki > :last-child, .framer-d5foV .framer-my5uzx > :last-child, .framer-d5foV .framer-15lds4t > :last-child, .framer-d5foV .framer-13i2mtc > :last-child, .framer-d5foV .framer-tmmwuy > :last-child, .framer-d5foV .framer-pw8jgu > :last-child, .framer-d5foV .framer-1byacqf > :last-child, .framer-d5foV .framer-1fljz0d > :last-child { margin-bottom: 0px; } .framer-d5foV .framer-11tkcki > *, .framer-d5foV .framer-13i2mtc > *, .framer-d5foV .framer-1byacqf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-d5foV .framer-my5uzx > *, .framer-d5foV .framer-tmmwuy > *, .framer-d5foV .framer-1fljz0d > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-d5foV .framer-xaxwm3 > *, .framer-d5foV .framer-2zptxe > *, .framer-d5foV .framer-t7qyiq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-d5foV.framer-v-dctzdw .framer-1tj4uc3 { flex-direction: column; gap: 56px; justify-content: flex-start; max-width: 800px; padding: 0px 24px 0px 24px; }\",\".framer-d5foV.framer-v-dctzdw .framer-nccsdh, .framer-d5foV.framer-v-dctzdw .framer-15lds4t, .framer-d5foV.framer-v-dctzdw .framer-pw8jgu { flex: none; max-width: 600px; padding: 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d5foV.framer-v-dctzdw .framer-1tj4uc3 { gap: 0px; } .framer-d5foV.framer-v-dctzdw .framer-1tj4uc3 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-d5foV.framer-v-dctzdw .framer-1tj4uc3 > :first-child { margin-top: 0px; } .framer-d5foV.framer-v-dctzdw .framer-1tj4uc3 > :last-child { margin-bottom: 0px; } }\",'.framer-d5foV[data-border=\"true\"]::after, .framer-d5foV [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 355\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aKurNdNUg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJdJp99vv2=withCSS(Component,css,\"framer-d5foV\");export default FramerJdJp99vv2;FramerJdJp99vv2.displayName=\"Bridge\";FramerJdJp99vv2.defaultProps={height:355,width:1240};addPropertyControls(FramerJdJp99vv2,{variant:{options:[\"PN0Cubpxn\",\"aKurNdNUg\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJdJp99vv2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJdJp99vv2\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1240\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aKurNdNUg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"355\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JdJp99vv2.map", "// Generated by Framer (552ec80)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ZNhMgxFFqRgAYhgT3Y7H/OVKxpF5LwKDAXhny91WZ/lNoMg7zel.js\";import Button from\"https://framerusercontent.com/modules/zlYCXMIH6L7uN6xCqRmu/vVrfReJa7WITiScObg9d/DI8mvw2qg.js\";import Bridge from\"https://framerusercontent.com/modules/YObXYF2rJVrOnOhxOL5y/2xjsu6xjH5w4xINpUfq4/JdJp99vv2.js\";import IconLink from\"https://framerusercontent.com/modules/DH8UbZqVWnBvusi25JtF/1tTdgh2XyyLW409TchKv/YPAwvL0uW.js\";const BridgeFonts=getFonts(Bridge);const ButtonFonts=getFonts(Button);const IconLinkFonts=getFonts(IconLink);const MaterialFonts=getFonts(Material);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"oVYdTBj6x\",\"SIQlA90pk\"];const serializationHash=\"framer-lKFX1\";const variantClassNames={oVYdTBj6x:\"framer-v-104os8e\",SIQlA90pk:\"framer-v-1cho15e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:160};const transition2={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"oVYdTBj6x\",Mobile:\"SIQlA90pk\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"oVYdTBj6x\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oVYdTBj6x\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();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(serializationHash,...sharedStyleClassNames,\"framer-104os8e\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"oVYdTBj6x\",ref:ref??ref1,style:{...style},...addPropertyOverrides({SIQlA90pk:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rdscye\",layoutDependency:layoutDependency,layoutId:\"i1WFiGeFn\",style:{backgroundColor:\"rgba(58, 91, 125, 0.01)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||1148)-0-2129.8)/2+0+0),...addPropertyOverrides({SIQlA90pk:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-541vzx-container\",layoutDependency:layoutDependency,layoutId:\"kFtIbJrgu-container\",children:/*#__PURE__*/_jsx(Bridge,{height:\"100%\",id:\"kFtIbJrgu\",layoutId:\"kFtIbJrgu\",style:{width:\"100%\"},variant:\"PN0Cubpxn\",width:\"100%\",...addPropertyOverrides({SIQlA90pk:{variant:\"aKurNdNUg\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1yzivuq\",\"data-framer-name\":\"Outer Container\",layoutDependency:layoutDependency,layoutId:\"LuIGxllu7\",style:{backgroundColor:\"rgb(58, 91, 125)\",borderTopLeftRadius:64,borderTopRightRadius:64},variants:{SIQlA90pk:{borderTopLeftRadius:24,borderTopRightRadius:24}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zgikfs\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"t9DirgECy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g9whza\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Z6pjsMSVT\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13nt3ho\",\"data-framer-name\":\"Grid\",layoutDependency:layoutDependency,layoutId:\"EpEXF_AqW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3x8hit\",layoutDependency:layoutDependency,layoutId:\"dJlxY6wPn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fkcx6q\",layoutDependency:layoutDependency,layoutId:\"euebTntWS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0thcHJhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Kapra Regular\", \"Kapra Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Start a project with Enrich Foods today.\"})}),className:\"framer-1k84z7d\",\"data-framer-name\":\"Where Design Meets Comfort\",fonts:[\"CUSTOM;Kapra Regular\"],layoutDependency:layoutDependency,layoutId:\"GfcXtAQyi\",style:{\"--extracted-a0htzi\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SIQlA90pk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0thcHJhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Kapra Regular\", \"Kapra Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Start a project with Enrich Foods today.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Premium organic flours, wholesome grains, nutritious pulses, and sustainable rice, meticulously tailored to meet your brand's unique requirements.\"})}),className:\"framer-1rvhuj4\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LBGrgCqir\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SIQlA90pk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Premium organic flours, wholesome grains, nutritious pulses, and sustainable rice, meticulously tailored to meet your brand's unique requirements.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gfTFch53n\"},implicitPathVariables:undefined},{href:{webPageId:\"gfTFch53n\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1148)-0-2129.8)/2+355+0)+64+0+0+0+0+0+0+238.8,...addPropertyOverrides({SIQlA90pk:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3jrcqd-container\",layoutDependency:layoutDependency,layoutId:\"NhVQo5YkQ-container\",children:/*#__PURE__*/_jsx(Button,{Eyq3ZwfYq:\"Let's Work Together\",F96b9S4NI:false,height:\"100%\",id:\"NhVQo5YkQ\",IxBPf3dKS:resolvedLinks[0],layoutId:\"NhVQo5YkQ\",uErOa7o4Q:false,variant:\"aHkYhCKKi\",vOBikIB4L:false,width:\"100%\",...addPropertyOverrides({SIQlA90pk:{IxBPf3dKS:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xpv7dr\",\"data-framer-name\":\"Enrich-logo-full\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"FzJaiSRT5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 309 138\"><path d=\"M 185.598 5.483 C 179.594 9.73 178.184 15.797 178.184 15.797 C 178.184 15.797 185.897 16.932 189.485 12.395 C 193.072 7.858 199.289 1.597 199.289 1.597 C 199.289 1.597 191.602 1.238 185.598 5.483 Z M 155.171 30.842 C 154.018 27.047 152.919 21.093 152.919 21.093 C 152.919 21.093 149.731 25.308 149.782 30.36 C 149.832 35.411 152.689 38.564 152.689 38.564 C 152.689 38.564 156.322 34.635 155.171 30.842 Z M 159.628 27.411 C 159.628 27.411 164.45 23.774 163.923 19.323 C 163.4 14.87 163.364 8.029 163.364 8.029 C 163.364 8.029 158.979 12.076 158.027 17.702 C 157.077 23.329 159.628 27.411 159.628 27.411 Z M 175.892 10.834 C 176.294 2.133 178.682 0 178.682 0 C 178.682 0 170.251 4.005 168.846 9.388 C 167.443 14.772 169.064 20.028 169.064 20.028 C 169.249 19.904 175.572 17.741 175.892 10.833 Z M 152.779 60.207 C 149.849 39.676 161.189 20.863 181.618 17.92 C 183.941 17.585 186.726 17.278 189.614 17.399 C 191.119 15.912 196.024 11.406 200.687 10.898 C 206.279 10.289 210.587 13.014 213.957 11.938 C 217.33 10.863 219.166 8.628 219.166 8.628 C 219.166 8.628 213.989 17.641 205.872 19.795 C 199.125 21.584 192.04 19.071 189.842 18.174 C 187.201 18.067 184.516 18.196 182.391 18.502 C 163.456 21.229 154.747 38.492 155.872 57.681 C 156.525 68.845 162.094 79.734 157.853 103.791 C 159.019 80.151 154.089 69.39 152.779 60.209 Z M 5.423 119.891 C 5.258 118.587 5.091 116.362 5.091 116.362 L 5.035 116.362 C 5.035 116.362 4.871 118.614 4.704 119.892 L 4.042 125.339 L 6.088 125.339 Z M 6.973 131.953 L 6.39 127.312 L 3.737 127.312 L 3.156 131.953 L 0.751 131.953 L 3.516 113.833 L 6.641 113.833 L 9.379 131.953 Z M 17.978 132.174 C 15.601 132.174 14.217 130.758 14.217 128.285 L 14.217 117.504 C 14.217 115.029 15.601 113.612 17.978 113.612 C 20.356 113.612 21.713 115.029 21.713 117.504 L 21.713 119.557 L 19.335 119.557 L 19.335 117.642 C 19.335 116.361 18.864 115.781 17.978 115.781 C 17.092 115.781 16.595 116.362 16.595 117.642 L 16.595 128.146 C 16.595 129.424 17.092 130.009 17.978 130.009 C 18.864 130.009 19.335 129.424 19.335 128.146 L 19.335 126.228 L 21.713 126.228 L 21.713 128.284 C 21.713 130.756 20.356 132.173 17.978 132.173 Z M 28.432 121.448 C 28.432 120.17 27.851 119.557 26.966 119.557 C 26.081 119.557 25.501 120.17 25.501 121.448 L 25.501 128.146 C 25.501 129.424 26.081 130.034 26.966 130.034 C 27.851 130.034 28.432 129.424 28.432 128.146 Z M 26.966 132.174 C 24.588 132.174 23.149 130.758 23.149 128.285 L 23.149 121.309 C 23.149 118.835 24.588 117.42 26.966 117.42 C 29.343 117.42 30.782 118.835 30.782 121.309 L 30.782 128.285 C 30.782 130.758 29.343 132.174 26.966 132.174 Z M 32.523 112.723 L 34.873 112.723 L 34.873 131.953 L 32.523 131.953 Z M 41.926 131.953 L 41.926 131.063 C 41.676 131.704 40.738 132.176 39.936 132.176 C 37.694 132.176 36.782 130.786 36.782 128.285 L 36.782 117.642 L 39.132 117.642 L 39.132 128.147 C 39.132 129.424 39.63 130.037 40.487 130.037 C 41.318 130.037 41.843 129.424 41.843 128.147 L 41.843 117.642 L 44.193 117.642 L 44.193 131.953 L 41.925 131.953 Z M 56.085 131.953 L 56.085 121.448 C 56.085 120.171 55.642 119.557 54.785 119.557 C 53.955 119.557 53.486 120.171 53.486 121.448 L 53.486 131.953 L 51.136 131.953 L 51.136 121.448 C 51.136 120.171 50.693 119.557 49.835 119.557 C 49.006 119.557 48.535 120.171 48.535 121.448 L 48.535 131.953 L 46.183 131.953 L 46.183 117.642 L 48.452 117.642 L 48.452 118.532 C 48.7 117.893 49.615 117.42 50.415 117.42 C 51.742 117.42 52.461 117.865 52.904 118.78 C 53.347 117.918 54.177 117.42 55.365 117.42 C 57.606 117.42 58.435 118.808 58.435 121.309 L 58.435 131.955 L 56.085 131.955 Z M 65.626 121.448 C 65.626 120.17 65.043 119.557 64.158 119.557 C 63.274 119.557 62.693 120.17 62.693 121.448 L 62.693 128.146 C 62.693 129.424 63.274 130.034 64.157 130.034 C 65.044 130.034 65.624 129.424 65.624 128.146 L 65.624 121.448 Z M 64.684 132.174 C 63.828 132.174 62.887 131.732 62.61 131.008 L 62.61 131.952 L 60.343 131.952 L 60.343 112.723 L 62.693 112.723 L 62.693 118.531 C 62.941 117.89 63.881 117.418 64.684 117.418 C 66.926 117.418 67.976 118.808 67.976 121.309 L 67.976 128.285 C 67.976 130.786 66.925 132.174 64.684 132.174 Z M 69.799 117.642 L 72.149 117.642 L 72.149 131.953 L 69.799 131.953 Z M 69.799 112.723 L 72.149 112.723 L 72.149 115.53 L 69.799 115.53 Z M 78.594 124.756 C 78.346 125.089 78.014 125.367 77.404 125.728 C 76.297 126.395 75.773 127.006 75.773 128.341 C 75.773 129.592 76.327 130.062 77.073 130.062 C 77.956 130.062 78.594 129.368 78.594 127.896 Z M 78.925 131.952 C 78.844 131.586 78.789 131.216 78.759 130.842 C 78.262 131.676 77.348 132.174 76.27 132.174 C 74.833 132.174 73.368 131.062 73.368 128.646 C 73.368 126.311 74.307 125.173 76.325 124.145 C 77.903 123.34 78.623 122.84 78.623 121.256 C 78.623 120.311 78.346 119.532 77.432 119.532 C 76.547 119.532 76.133 120.171 76.133 121.447 L 76.133 122.283 L 73.782 122.283 L 73.782 121.448 C 73.782 118.976 75.11 117.42 77.488 117.42 C 80.42 117.42 80.971 119.447 80.971 122.005 L 80.971 126.839 C 80.971 130.035 81.001 130.924 81.221 131.953 L 78.925 131.953 Z M 93.609 131.953 L 93.249 130.925 C 92.835 131.648 91.896 132.174 90.79 132.174 C 88.52 132.174 87.277 130.758 87.277 128.285 L 87.277 117.504 C 87.277 115.029 88.687 113.612 91.066 113.612 C 93.444 113.612 94.826 115.029 94.826 117.504 L 94.826 119.557 L 92.446 119.557 L 92.446 117.642 C 92.446 116.361 91.95 115.781 91.066 115.781 C 90.18 115.781 89.655 116.362 89.655 117.642 L 89.655 128.147 C 89.655 129.424 90.152 129.981 91.038 129.981 C 91.921 129.981 92.446 129.424 92.446 128.147 L 92.446 124.784 L 91.038 124.784 L 91.038 122.699 L 94.826 122.699 L 94.826 131.953 Z M 99.029 122.727 L 99.029 131.953 L 96.68 131.953 L 96.68 117.642 L 98.974 117.642 L 98.974 119.449 C 99.473 118.142 100.772 117.476 102.155 117.53 L 102.155 120.005 C 100.385 119.725 99.03 120.615 99.03 122.727 Z M 107.657 124.756 C 107.409 125.089 107.077 125.367 106.466 125.728 C 105.361 126.395 104.836 127.006 104.836 128.341 C 104.836 129.592 105.388 130.062 106.136 130.062 C 107.019 130.062 107.657 129.368 107.657 127.896 Z M 107.987 131.952 C 107.907 131.586 107.852 131.216 107.822 130.842 C 107.325 131.676 106.412 132.174 105.333 132.174 C 103.895 132.174 102.428 131.062 102.428 128.646 C 102.428 126.311 103.37 125.173 105.388 124.145 C 106.966 123.34 107.686 122.84 107.686 121.256 C 107.686 120.311 107.409 119.532 106.495 119.532 C 105.609 119.532 105.196 120.171 105.196 121.447 L 105.196 122.283 L 102.846 122.283 L 102.846 121.448 C 102.846 118.976 104.174 117.42 106.552 117.42 C 109.484 117.42 110.035 119.447 110.035 122.005 L 110.035 126.839 C 110.035 130.035 110.064 130.924 110.286 131.953 L 107.989 131.953 Z M 111.942 117.642 L 114.294 117.642 L 114.294 131.953 L 111.941 131.953 L 111.941 117.642 Z M 111.942 112.723 L 114.294 112.723 L 114.294 115.53 L 111.941 115.53 L 111.941 112.723 Z M 121.344 131.953 L 121.344 121.448 C 121.344 120.171 120.848 119.557 119.99 119.557 C 119.16 119.557 118.636 120.171 118.636 121.448 L 118.636 131.953 L 116.285 131.953 L 116.285 117.642 L 118.552 117.642 L 118.552 118.532 C 118.802 117.893 119.742 117.42 120.542 117.42 C 122.784 117.42 123.695 118.808 123.695 121.309 L 123.695 131.955 L 121.345 131.955 Z M 130.276 113.836 L 132.654 113.836 L 132.654 131.953 L 130.276 131.953 Z M 139.954 131.953 L 139.954 121.448 C 139.954 120.171 139.458 119.557 138.6 119.557 C 137.771 119.557 137.245 120.171 137.245 121.448 L 137.245 131.953 L 134.895 131.953 L 134.895 117.642 L 137.161 117.642 L 137.161 118.532 C 137.412 117.893 138.352 117.42 139.154 117.42 C 141.393 117.42 142.305 118.808 142.305 121.309 L 142.305 131.955 L 139.955 131.955 Z M 144.545 128.174 L 144.545 119.894 L 143.439 119.894 L 143.439 117.644 L 144.545 117.644 L 144.545 114.25 L 146.895 114.25 L 146.895 117.644 L 148.831 117.644 L 148.831 119.892 L 146.895 119.892 L 146.895 127.896 C 146.895 129.203 147.392 129.843 148.831 129.731 L 148.831 131.955 C 145.761 132.204 144.545 130.592 144.545 128.175 Z M 154.971 121.448 C 154.971 120.17 154.417 119.557 153.532 119.557 C 152.647 119.557 152.095 120.17 152.095 121.448 L 152.095 123.561 L 154.971 123.561 Z M 153.56 132.174 C 151.183 132.174 149.744 130.758 149.744 128.285 L 149.744 121.309 C 149.744 118.835 151.154 117.42 153.532 117.42 C 155.91 117.42 157.348 118.835 157.348 121.309 L 157.348 125.449 L 152.095 125.449 L 152.095 128.146 C 152.095 129.424 152.674 130.034 153.56 130.034 C 154.445 130.034 154.999 129.424 154.999 128.146 L 154.999 127.34 L 157.348 127.34 L 157.348 128.284 C 157.348 130.758 155.938 132.174 153.56 132.174 Z M 161.413 122.727 L 161.413 131.953 L 159.06 131.953 L 159.06 117.642 L 161.357 117.642 L 161.357 119.449 C 161.854 118.142 163.155 117.476 164.537 117.53 L 164.537 120.005 C 162.768 119.725 161.413 120.615 161.413 122.727 Z M 170.648 131.953 L 170.648 121.448 C 170.648 120.171 170.15 119.557 169.293 119.557 C 168.463 119.557 167.939 120.171 167.939 121.448 L 167.939 131.953 L 165.588 131.953 L 165.588 117.642 L 167.856 117.642 L 167.856 118.532 C 168.104 117.893 169.045 117.42 169.846 117.42 C 172.088 117.42 173.001 118.808 173.001 121.309 L 173.001 131.955 L 170.648 131.955 Z M 179.36 124.756 C 179.111 125.089 178.777 125.367 178.17 125.728 C 177.065 126.395 176.539 127.006 176.539 128.341 C 176.539 129.592 177.093 130.062 177.84 130.062 C 178.724 130.062 179.36 129.368 179.36 127.896 Z M 179.691 131.952 C 179.61 131.586 179.555 131.216 179.525 130.842 C 179.028 131.676 178.114 132.174 177.037 132.174 C 175.597 132.174 174.133 131.062 174.133 128.646 C 174.133 126.311 175.072 125.173 177.093 124.145 C 178.669 123.34 179.388 122.84 179.388 121.256 C 179.388 120.311 179.111 119.532 178.198 119.532 C 177.313 119.532 176.899 120.171 176.899 121.447 L 176.899 122.283 L 174.548 122.283 L 174.548 121.448 C 174.548 118.976 175.876 117.42 178.253 117.42 C 181.186 117.42 181.737 119.447 181.737 122.005 L 181.737 126.839 C 181.737 130.035 181.765 130.924 181.986 131.953 L 179.691 131.953 Z M 183.866 128.174 L 183.866 119.894 L 182.76 119.894 L 182.76 117.644 L 183.866 117.644 L 183.866 114.25 L 186.218 114.25 L 186.218 117.644 L 188.152 117.644 L 188.152 119.892 L 186.218 119.892 L 186.218 127.896 C 186.218 129.203 186.713 129.843 188.152 129.731 L 188.152 131.955 C 185.082 132.204 183.866 130.592 183.866 128.175 Z M 189.315 117.642 L 191.665 117.642 L 191.665 131.953 L 189.315 131.953 Z M 189.315 112.723 L 191.665 112.723 L 191.665 115.53 L 189.315 115.53 Z M 198.689 121.448 C 198.689 120.17 198.109 119.557 197.225 119.557 C 196.339 119.557 195.757 120.17 195.757 121.448 L 195.757 128.146 C 195.757 129.424 196.339 130.034 197.225 130.034 C 198.109 130.034 198.689 129.424 198.689 128.146 Z M 197.225 132.174 C 194.844 132.174 193.407 130.758 193.407 128.285 L 193.407 121.309 C 193.407 118.835 194.844 117.42 197.225 117.42 C 199.601 117.42 201.041 118.835 201.041 121.309 L 201.041 128.285 C 201.041 130.758 199.601 132.174 197.225 132.174 Z M 207.843 131.953 L 207.843 121.448 C 207.843 120.171 207.344 119.557 206.486 119.557 C 205.658 119.557 205.133 120.171 205.133 121.448 L 205.133 131.953 L 202.781 131.953 L 202.781 117.642 L 205.048 117.642 L 205.048 118.532 C 205.299 117.893 206.24 117.42 207.038 117.42 C 209.281 117.42 210.193 118.808 210.193 121.309 L 210.193 131.955 L 207.843 131.955 Z M 216.554 124.756 C 216.303 125.089 215.971 125.367 215.362 125.728 C 214.257 126.395 213.731 127.006 213.731 128.341 C 213.731 129.592 214.285 130.062 215.032 130.062 C 215.916 130.062 216.554 129.368 216.554 127.896 Z M 216.884 131.952 C 216.803 131.586 216.747 131.216 216.718 130.842 C 216.22 131.676 215.306 132.174 214.229 132.174 C 212.79 132.174 211.325 131.062 211.325 128.646 C 211.325 126.311 212.265 125.173 214.285 124.145 C 215.861 123.34 216.582 122.84 216.582 121.256 C 216.582 120.311 216.303 119.532 215.391 119.532 C 214.505 119.532 214.093 120.171 214.093 121.447 L 214.093 122.283 L 211.74 122.283 L 211.74 121.448 C 211.74 118.976 213.068 117.42 215.445 117.42 C 218.378 117.42 218.93 119.447 218.93 122.005 L 218.93 126.839 C 218.93 130.035 218.958 130.924 219.178 131.953 L 216.884 131.953 Z M 220.838 112.723 L 223.191 112.723 L 223.191 131.953 L 220.838 131.953 Z M 233.336 132.174 C 230.96 132.174 229.575 130.758 229.575 128.285 L 229.575 117.504 C 229.575 115.029 230.96 113.612 233.336 113.612 C 235.716 113.612 237.072 115.029 237.072 117.504 L 237.072 119.557 L 234.693 119.557 L 234.693 117.642 C 234.693 116.361 234.222 115.781 233.336 115.781 C 232.451 115.781 231.956 116.362 231.956 117.642 L 231.956 128.146 C 231.956 129.424 232.451 130.009 233.336 130.009 C 234.222 130.009 234.693 129.424 234.693 128.146 L 234.693 126.228 L 237.072 126.228 L 237.072 128.284 C 237.072 130.756 235.716 132.173 233.336 132.173 Z M 243.79 121.448 C 243.79 120.17 243.209 119.557 242.326 119.557 C 241.44 119.557 240.86 120.17 240.86 121.448 L 240.86 128.146 C 240.86 129.424 241.44 130.034 242.326 130.034 C 243.209 130.034 243.79 129.424 243.79 128.146 Z M 242.326 132.174 C 239.947 132.174 238.509 130.758 238.509 128.285 L 238.509 121.309 C 238.509 118.835 239.947 117.42 242.326 117.42 C 244.703 117.42 246.143 118.835 246.143 121.309 L 246.143 128.285 C 246.143 130.758 244.703 132.174 242.326 132.174 Z M 257.784 131.953 L 257.784 121.448 C 257.784 120.171 257.342 119.557 256.484 119.557 C 255.654 119.557 255.184 120.171 255.184 121.448 L 255.184 131.953 L 252.835 131.953 L 252.835 121.448 C 252.835 120.171 252.389 119.557 251.532 119.557 C 250.705 119.557 250.234 120.171 250.234 121.448 L 250.234 131.953 L 247.882 131.953 L 247.882 117.642 L 250.151 117.642 L 250.151 118.532 C 250.399 117.893 251.312 117.42 252.115 117.42 C 253.442 117.42 254.161 117.865 254.603 118.78 C 255.045 117.918 255.876 117.42 257.064 117.42 C 259.304 117.42 260.135 118.808 260.135 121.309 L 260.135 131.955 L 257.784 131.955 Z M 267.324 121.448 C 267.324 120.17 266.741 119.557 265.856 119.557 C 264.971 119.557 264.392 120.17 264.392 121.448 L 264.392 128.146 C 264.392 129.424 264.971 130.034 265.856 130.034 C 266.741 130.034 267.324 129.424 267.324 128.146 Z M 266.382 132.174 C 265.58 132.174 264.64 131.703 264.392 131.062 L 264.392 137.233 L 262.042 137.233 L 262.042 117.642 L 264.309 117.642 L 264.309 118.586 C 264.584 117.863 265.526 117.418 266.382 117.418 C 268.623 117.418 269.674 118.808 269.674 121.309 L 269.674 128.284 C 269.674 130.785 268.623 132.174 266.382 132.174 Z M 275.95 124.756 C 275.702 125.089 275.37 125.367 274.761 125.728 C 273.655 126.395 273.129 127.006 273.129 128.341 C 273.129 129.592 273.683 130.062 274.43 130.062 C 275.314 130.062 275.95 129.368 275.95 127.896 Z M 276.284 131.952 C 276.201 131.587 276.145 131.216 276.117 130.842 C 275.618 131.676 274.706 132.174 273.628 132.174 C 272.189 132.174 270.723 131.062 270.723 128.646 C 270.723 126.311 271.665 125.173 273.683 124.145 C 275.259 123.34 275.978 122.84 275.978 121.256 C 275.978 120.311 275.702 119.532 274.789 119.532 C 273.903 119.532 273.49 120.171 273.49 121.447 L 273.49 122.283 L 271.139 122.283 L 271.139 121.448 C 271.139 118.976 272.467 117.42 274.845 117.42 C 277.776 117.42 278.327 119.447 278.327 122.005 L 278.327 126.839 C 278.327 130.035 278.358 130.924 278.578 131.953 L 276.284 131.953 Z M 285.297 131.953 L 285.297 121.448 C 285.297 120.171 284.8 119.557 283.942 119.557 C 283.113 119.557 282.587 120.171 282.587 121.448 L 282.587 131.953 L 280.237 131.953 L 280.237 117.642 L 282.506 117.642 L 282.506 118.532 C 282.754 117.893 283.694 117.42 284.496 117.42 C 286.738 117.42 287.649 118.808 287.649 121.309 L 287.649 131.955 L 285.297 131.955 Z M 293.484 133.677 C 293.068 135.758 291.908 137.289 289.834 137.289 C 289.391 137.289 289.168 137.235 288.837 137.149 L 288.837 134.899 C 289.113 134.981 289.363 134.981 289.584 134.981 C 290.635 134.981 291.023 134.149 291.215 133.204 L 291.465 131.953 L 288.642 117.642 L 291.131 117.642 L 292.24 125.505 C 292.435 126.812 292.598 129.036 292.598 129.036 L 292.655 129.036 C 292.655 129.036 292.847 126.784 293.013 125.505 L 294.119 117.642 L 296.608 117.642 Z\" fill=\"rgb(214,160,21)\"></path><path d=\"M 306.557 52.989 L 306.557 48.873 L 305.784 52.989 L 304.738 52.989 L 303.949 48.844 L 303.949 52.989 L 302.992 52.989 L 302.992 46.737 L 304.419 46.737 L 305.268 50.885 L 306.119 46.738 L 307.513 46.738 L 307.513 52.989 Z M 302.341 46.737 L 302.341 47.759 L 301.354 47.759 L 301.354 52.989 L 300.34 52.989 L 300.34 47.759 L 299.324 47.759 L 299.324 46.738 L 302.341 46.738 Z M 297.44 85.164 C 297.44 86.984 297.18 88.723 296.657 90.376 C 296.156 91.994 295.346 93.497 294.27 94.802 C 293.2 96.099 291.854 97.132 290.237 97.905 C 288.619 98.677 286.681 99.064 284.431 99.064 C 282.565 99.064 280.865 98.76 279.329 98.152 C 277.839 97.577 276.481 96.705 275.335 95.589 C 274.198 94.466 273.314 93.112 272.74 91.618 C 272.137 90.075 271.836 88.364 271.836 86.488 L 271.836 83.011 L 279.082 84.584 L 279.082 86.485 C 279.082 88.086 279.576 89.37 280.564 90.334 C 281.55 91.298 282.841 91.781 284.431 91.781 C 288.163 91.781 290.03 90.017 290.03 86.487 C 290.03 85.163 289.864 84.046 289.538 83.137 C 289.207 82.226 288.734 81.375 288.138 80.613 C 287.274 79.635 286.338 78.723 285.339 77.884 C 284.342 77.051 283.34 76.223 282.334 75.402 C 281.312 74.57 280.311 73.715 279.329 72.837 C 278.328 71.941 277.392 70.974 276.529 69.942 C 275.317 68.501 274.331 66.883 273.606 65.143 C 272.866 63.38 272.496 61.337 272.496 59.022 C 272.496 57.202 272.796 55.535 273.4 54.016 C 273.968 52.553 274.838 51.228 275.952 50.128 C 277.077 49.035 278.406 48.178 279.863 47.604 C 281.372 46.999 283.031 46.696 284.845 46.696 C 288.63 46.696 291.539 47.825 293.57 50.087 C 295.602 52.348 296.618 55.297 296.618 58.939 L 296.618 62.413 L 289.538 60.758 L 289.538 58.939 C 289.538 57.285 289.084 55.974 288.177 55.01 C 287.273 54.044 286.079 53.562 284.598 53.562 C 283.059 53.562 281.865 54.058 281.016 55.051 C 280.164 56.043 279.741 57.395 279.741 59.105 C 279.741 61.034 280.344 62.773 281.55 64.315 C 282.757 65.861 284.213 67.351 285.913 68.783 C 287.614 70.218 289.359 71.694 291.141 73.209 C 292.925 74.727 294.394 76.422 295.547 78.297 C 296.162 79.315 296.633 80.415 296.947 81.564 C 297.273 82.735 297.439 83.946 297.44 85.163 Z M 260.279 58.94 C 260.279 57.176 259.772 55.839 258.754 54.927 C 257.738 54.017 256.518 53.564 255.092 53.564 C 253.555 53.564 252.279 54.004 251.264 54.887 C 250.248 55.769 249.741 57.119 249.741 58.94 L 249.741 86.489 C 249.741 88.257 250.248 89.58 251.264 90.46 C 252.279 91.343 253.555 91.784 255.092 91.784 C 256.518 91.784 257.738 91.343 258.754 90.46 C 259.772 89.58 260.279 88.257 260.279 86.489 Z M 267.605 97.904 L 262.75 97.904 L 261.102 95.506 C 260.827 96.278 260.032 97.065 258.715 97.862 C 257.398 98.662 255.586 99.064 253.281 99.064 C 249.931 99.064 247.297 97.877 245.378 95.506 C 243.456 93.135 242.496 89.935 242.496 85.909 L 242.496 58.94 C 242.496 55.192 243.443 52.213 245.335 50.005 C 247.229 47.802 249.959 46.696 253.527 46.696 C 255.284 46.696 256.739 46.931 257.891 47.4 C 259.043 47.869 259.839 48.434 260.279 49.094 L 260.279 32.882 L 267.605 30.483 L 267.605 97.905 Z M 231.324 58.94 C 231.324 57.176 230.803 55.839 229.761 54.927 C 228.717 54.017 227.481 53.564 226.056 53.564 C 224.572 53.564 223.325 54.017 222.31 54.928 C 221.293 55.839 220.787 57.176 220.787 58.941 L 220.787 86.488 C 220.787 88.199 221.293 89.507 222.31 90.417 C 223.325 91.328 224.572 91.783 226.056 91.783 C 227.481 91.783 228.717 91.328 229.761 90.417 C 230.803 89.507 231.324 88.199 231.324 86.488 Z M 238.569 86.488 C 238.569 88.42 238.241 90.168 237.581 91.74 C 236.924 93.313 236.017 94.637 234.864 95.711 C 233.706 96.791 232.35 97.634 230.871 98.194 C 229.333 98.778 227.701 99.073 226.056 99.064 C 224.371 99.076 222.697 98.781 221.116 98.194 C 219.631 97.648 218.272 96.804 217.123 95.713 C 215.996 94.637 215.12 93.313 214.488 91.742 C 213.857 90.168 213.544 88.419 213.544 86.488 L 213.544 58.94 C 213.544 57.067 213.857 55.369 214.488 53.852 C 215.085 52.385 215.983 51.061 217.123 49.964 C 218.267 48.877 219.629 48.046 221.116 47.526 C 222.703 46.965 224.374 46.685 226.056 46.698 C 227.697 46.687 229.327 46.968 230.871 47.526 C 232.353 48.058 233.711 48.888 234.864 49.964 C 236.029 51.056 236.954 52.38 237.581 53.851 C 238.241 55.369 238.569 57.067 238.569 58.94 L 238.569 86.489 Z M 202.016 58.94 C 202.016 57.176 201.495 55.839 200.452 54.927 C 199.408 54.017 198.173 53.564 196.75 53.564 C 195.266 53.564 194.017 54.017 193.002 54.928 C 191.986 55.839 191.478 57.176 191.478 58.941 L 191.478 86.488 C 191.478 88.199 191.986 89.507 193.002 90.417 C 194.017 91.328 195.266 91.783 196.75 91.783 C 198.173 91.783 199.408 91.328 200.452 90.417 C 201.495 89.507 202.016 88.199 202.016 86.488 Z M 209.262 86.488 C 209.262 88.42 208.932 90.168 208.274 91.74 C 207.614 93.313 206.71 94.637 205.556 95.711 C 204.398 96.79 203.042 97.634 201.565 98.194 C 200.026 98.778 198.394 99.073 196.75 99.064 C 195.063 99.076 193.389 98.781 191.807 98.194 C 190.323 97.647 188.964 96.803 187.815 95.713 C 186.689 94.637 185.811 93.313 185.18 91.742 C 184.548 90.168 184.234 88.419 184.234 86.488 L 184.234 58.94 C 184.234 57.067 184.548 55.369 185.18 53.852 C 185.777 52.385 186.675 51.061 187.815 49.964 C 188.959 48.877 190.32 48.046 191.807 47.526 C 193.395 46.965 195.067 46.685 196.75 46.698 C 198.449 46.698 200.053 46.974 201.565 47.526 C 203.045 48.059 204.403 48.889 205.556 49.964 C 206.721 51.056 207.647 52.38 208.274 53.851 C 208.932 55.369 209.262 57.067 209.262 58.94 L 209.262 86.489 Z M 181.6 30.483 C 183.577 30.483 185.497 30.87 187.363 31.641 L 184.481 38.672 C 183.713 38.067 182.753 37.761 181.6 37.761 C 180.118 37.761 178.854 38.205 177.814 39.085 C 176.769 39.969 176.251 41.292 176.251 43.056 L 176.251 47.358 L 181.6 47.358 L 181.6 53.812 L 176.251 53.812 L 176.251 97.905 L 169.004 97.905 L 169.004 53.812 L 165.794 53.812 L 165.794 47.357 L 169.004 47.357 L 169.004 43.055 C 169.004 41.069 169.335 39.291 169.992 37.718 C 170.652 36.148 171.556 34.824 172.709 33.747 C 173.874 32.664 175.247 31.834 176.744 31.308 C 178.303 30.753 179.946 30.474 181.6 30.481 Z M 146.284 97.905 L 139.039 97.905 L 139.039 58.941 C 139.039 57.011 138.464 55.631 137.311 54.804 C 136.158 53.976 134.84 53.564 133.359 53.564 C 131.878 53.564 130.573 53.976 129.449 54.803 C 128.321 55.631 127.761 57.011 127.761 58.94 L 127.761 97.904 L 120.517 97.904 L 120.517 32.883 L 127.762 30.484 L 127.762 48.6 C 128.474 47.885 129.421 47.388 130.603 47.112 C 131.781 46.836 133.083 46.699 134.512 46.699 C 136.06 46.691 137.595 46.972 139.04 47.527 C 140.467 48.076 141.717 48.863 142.787 49.883 C 143.855 50.904 144.707 52.174 145.338 53.689 C 145.969 55.206 146.285 56.956 146.285 58.941 L 146.285 97.905 Z M 103.879 53.562 C 102.396 53.562 101.149 54.017 100.131 54.928 C 99.115 55.839 98.61 57.176 98.61 58.941 L 98.61 86.488 C 98.61 88.199 99.115 89.507 100.131 90.417 C 101.149 91.328 102.396 91.783 103.879 91.783 C 105.305 91.783 106.538 91.342 107.584 90.459 C 108.624 89.579 109.148 88.255 109.148 86.488 L 109.148 85.661 L 116.391 83.262 L 116.391 86.487 C 116.391 88.64 116.062 90.5 115.403 92.071 C 114.745 93.643 113.84 94.938 112.686 95.961 C 111.521 96.989 110.164 97.777 108.695 98.277 C 107.145 98.808 105.517 99.074 103.879 99.064 C 102.121 99.064 100.473 98.785 98.937 98.233 C 97.45 97.713 96.089 96.882 94.945 95.793 C 93.82 94.719 92.941 93.411 92.312 91.864 C 91.681 90.322 91.365 88.528 91.365 86.488 L 91.365 58.94 C 91.365 56.68 91.681 54.776 92.312 53.233 C 92.942 51.689 93.82 50.433 94.945 49.469 C 96.07 48.503 97.402 47.802 98.939 47.357 C 100.547 46.908 102.21 46.686 103.879 46.698 C 105.579 46.698 107.183 46.919 108.695 47.358 C 110.164 47.779 111.525 48.512 112.686 49.51 C 113.84 50.501 114.746 51.773 115.403 53.313 C 116.062 54.859 116.391 56.735 116.391 58.94 L 116.391 61.092 L 109.146 61.092 L 109.146 58.94 C 109.146 57.176 108.624 55.839 107.584 54.927 C 106.538 54.017 105.305 53.564 103.879 53.564 Z M 87.051 97.905 L 79.806 97.905 L 79.806 47.359 L 87.051 47.359 Z M 87.298 34.949 C 87.243 36.218 86.886 37.294 86.229 38.177 C 85.57 39.06 84.691 39.5 83.594 39.5 C 82.495 39.5 81.59 39.06 80.875 38.177 C 80.163 37.294 79.806 36.219 79.806 34.949 C 79.806 33.793 80.163 32.758 80.875 31.847 C 81.59 30.937 82.495 30.481 83.594 30.481 C 84.691 30.481 85.582 30.923 86.271 31.805 C 86.953 32.689 87.298 33.737 87.298 34.949 Z M 72.299 46.698 C 74.219 46.698 75.645 47.166 76.58 48.103 L 74.11 54.64 C 73.724 54.197 72.983 53.976 71.886 53.976 C 70.623 53.976 69.5 54.516 68.511 55.589 C 67.523 56.664 67.03 58.03 67.03 59.686 L 67.03 97.904 L 59.785 97.904 L 59.785 47.359 L 64.559 47.359 L 66.206 50.587 C 66.645 49.704 67.372 48.837 68.388 47.982 C 69.402 47.127 70.706 46.699 72.299 46.699 Z M 55.158 97.905 L 47.913 97.905 L 47.913 58.941 C 47.913 57.176 47.338 55.839 46.185 54.928 C 45.064 54.029 43.667 53.546 42.233 53.562 C 40.806 53.562 39.502 54.017 38.323 54.928 C 37.142 55.839 36.553 57.176 36.553 58.941 L 36.553 97.905 L 29.308 97.905 L 29.308 47.357 L 34.082 47.357 L 35.729 49.756 C 36.574 48.803 37.613 48.042 38.774 47.524 C 39.982 46.972 41.602 46.696 43.633 46.696 C 47.09 46.696 49.876 47.785 51.989 49.963 C 54.1 52.143 55.158 55.051 55.158 58.691 L 55.158 97.904 Z M 17.783 60.347 C 17.783 57.811 17.261 56.045 16.218 55.052 C 15.229 54.081 13.896 53.546 12.513 53.564 C 11.032 53.564 9.783 54.017 8.767 54.928 C 7.751 55.839 7.244 57.176 7.244 58.941 L 7.244 75.98 C 9.438 74.935 11.223 73.9 12.595 72.879 C 13.967 71.86 15.038 70.743 15.807 69.529 C 16.583 68.292 17.114 66.916 17.371 65.477 C 17.645 63.987 17.782 62.277 17.782 60.347 Z M 24.534 86.488 C 24.534 88.473 24.217 90.252 23.586 91.825 C 22.954 93.395 22.09 94.719 20.992 95.793 C 19.879 96.88 18.545 97.712 17.083 98.233 C 15.538 98.793 13.908 99.074 12.266 99.064 C 10.509 99.064 8.892 98.785 7.409 98.233 C 5.961 97.705 4.642 96.873 3.538 95.793 C 2.44 94.719 1.577 93.395 0.947 91.824 C 0.317 90.252 0 88.475 0 86.487 L 0 58.941 C 0 56.956 0.315 55.206 0.947 53.689 C 1.578 52.174 2.455 50.891 3.58 49.842 C 4.73 48.78 6.091 47.977 7.573 47.485 C 9.165 46.952 10.834 46.686 12.513 46.699 C 14.158 46.689 15.791 46.983 17.331 47.566 C 18.822 48.136 20.181 49.008 21.322 50.129 C 22.476 51.263 23.38 52.641 24.038 54.266 C 24.698 55.894 25.027 57.784 25.027 59.933 C 25.027 63.355 24.685 66.222 23.997 68.537 C 23.31 70.855 22.255 72.896 20.828 74.659 C 19.4 76.425 17.562 78.025 15.313 79.458 C 13.061 80.892 10.371 82.41 7.244 84.007 L 7.244 86.489 C 7.244 88.2 7.696 89.508 8.603 90.418 C 9.508 91.329 10.729 91.784 12.266 91.784 C 13.693 91.784 14.873 91.329 15.807 90.418 C 16.739 89.508 17.207 88.2 17.207 86.489 L 17.207 85.663 L 24.534 83.263 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10137076176,withExternalLayout:true,...addPropertyOverrides({SIQlA90pk:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 194 87\"><path d=\"M 116.529 3.457 C 112.76 6.134 111.875 9.959 111.875 9.959 C 111.875 9.959 116.717 10.674 118.97 7.814 C 121.222 4.954 125.125 1.007 125.125 1.007 C 125.125 1.007 120.299 0.78 116.529 3.457 Z M 97.426 19.444 C 96.702 17.051 96.012 13.298 96.012 13.298 C 96.012 13.298 94.011 15.955 94.043 19.14 C 94.074 22.324 95.868 24.312 95.868 24.312 C 95.868 24.312 98.149 21.835 97.426 19.444 Z M 100.224 17.281 C 100.224 17.281 103.252 14.988 102.921 12.182 C 102.593 9.375 102.57 5.062 102.57 5.062 C 102.57 5.062 99.817 7.613 99.219 11.16 C 98.623 14.707 100.224 17.281 100.224 17.281 Z M 110.435 6.83 C 110.688 1.345 112.187 0 112.187 0 C 112.187 0 106.894 2.525 106.012 5.919 C 105.131 9.313 106.149 12.627 106.149 12.627 C 106.265 12.548 110.235 11.185 110.435 6.83 Z M 95.924 37.957 C 94.085 25.013 101.204 13.153 114.03 11.298 C 115.489 11.086 117.237 10.893 119.05 10.969 C 119.995 10.032 123.075 7.191 126.003 6.87 C 129.513 6.487 132.218 8.205 134.334 7.526 C 136.452 6.848 137.604 5.439 137.604 5.439 C 137.604 5.439 134.354 11.122 129.258 12.479 C 125.022 13.608 120.573 12.023 119.194 11.457 C 117.535 11.39 115.85 11.472 114.516 11.664 C 102.628 13.384 97.16 24.267 97.866 36.364 C 98.276 43.402 101.773 50.267 99.11 65.434 C 99.842 50.53 96.747 43.746 95.924 37.958 Z M 3.41 75.583 C 3.306 74.761 3.201 73.359 3.201 73.359 L 3.166 73.359 C 3.166 73.359 3.063 74.778 2.958 75.584 L 2.542 79.018 L 3.827 79.018 Z M 4.383 83.188 L 4.017 80.262 L 2.351 80.262 L 1.986 83.188 L 0.476 83.188 L 2.212 71.764 L 4.174 71.764 L 5.893 83.188 Z M 11.292 83.327 C 9.8 83.327 8.931 82.434 8.931 80.875 L 8.931 74.079 C 8.931 72.518 9.8 71.625 11.292 71.625 C 12.785 71.625 13.637 72.518 13.637 74.079 L 13.637 75.373 L 12.144 75.373 L 12.144 74.166 C 12.144 73.358 11.848 72.992 11.292 72.992 C 10.736 72.992 10.424 73.359 10.424 74.166 L 10.424 80.787 C 10.424 81.594 10.736 81.962 11.292 81.962 C 11.848 81.962 12.144 81.594 12.144 80.787 L 12.144 79.578 L 13.637 79.578 L 13.637 80.874 C 13.637 82.433 12.785 83.326 11.292 83.326 Z M 17.855 76.565 C 17.855 75.759 17.49 75.373 16.935 75.373 C 16.379 75.373 16.015 75.759 16.015 76.565 L 16.015 80.787 C 16.015 81.594 16.379 81.978 16.935 81.978 C 17.49 81.978 17.855 81.594 17.855 80.787 Z M 16.935 83.327 C 15.442 83.327 14.539 82.434 14.539 80.875 L 14.539 76.477 C 14.539 74.918 15.442 74.025 16.935 74.025 C 18.427 74.025 19.331 74.918 19.331 76.477 L 19.331 80.875 C 19.331 82.434 18.427 83.327 16.935 83.327 Z M 20.424 71.065 L 21.899 71.065 L 21.899 83.188 L 20.424 83.188 Z M 26.327 83.188 L 26.327 82.627 C 26.171 83.031 25.581 83.328 25.078 83.328 C 23.67 83.328 23.097 82.452 23.097 80.875 L 23.097 74.166 L 24.573 74.166 L 24.573 80.788 C 24.573 81.594 24.886 81.98 25.424 81.98 C 25.945 81.98 26.275 81.594 26.275 80.788 L 26.275 74.166 L 27.751 74.166 L 27.751 83.188 L 26.326 83.188 Z M 35.217 83.188 L 35.217 76.565 C 35.217 75.76 34.939 75.373 34.4 75.373 C 33.88 75.373 33.585 75.76 33.585 76.565 L 33.585 83.188 L 32.109 83.188 L 32.109 76.565 C 32.109 75.76 31.831 75.373 31.293 75.373 C 30.772 75.373 30.476 75.76 30.476 76.565 L 30.476 83.188 L 29 83.188 L 29 74.166 L 30.425 74.166 L 30.425 74.727 C 30.58 74.324 31.155 74.025 31.657 74.025 C 32.49 74.025 32.942 74.306 33.22 74.883 C 33.498 74.34 34.019 74.025 34.765 74.025 C 36.172 74.025 36.692 74.901 36.692 76.477 L 36.692 83.189 L 35.217 83.189 Z M 41.207 76.565 C 41.207 75.759 40.841 75.373 40.286 75.373 C 39.73 75.373 39.365 75.759 39.365 76.565 L 39.365 80.787 C 39.365 81.594 39.73 81.978 40.285 81.978 C 40.842 81.978 41.206 81.594 41.206 80.787 L 41.206 76.565 Z M 40.616 83.327 C 40.078 83.327 39.488 83.049 39.313 82.592 L 39.313 83.187 L 37.89 83.187 L 37.89 71.065 L 39.365 71.065 L 39.365 74.726 C 39.521 74.322 40.111 74.025 40.616 74.025 C 42.023 74.025 42.682 74.901 42.682 76.477 L 42.682 80.875 C 42.682 82.452 42.022 83.327 40.616 83.327 Z M 43.827 74.166 L 45.302 74.166 L 45.302 83.188 L 43.827 83.188 Z M 43.827 71.065 L 45.302 71.065 L 45.302 72.834 L 43.827 72.834 Z M 49.349 78.651 C 49.193 78.86 48.984 79.036 48.602 79.263 C 47.907 79.684 47.578 80.069 47.578 80.911 C 47.578 81.699 47.925 81.996 48.394 81.996 C 48.948 81.996 49.349 81.558 49.349 80.63 Z M 49.556 83.187 C 49.506 82.957 49.471 82.723 49.452 82.488 C 49.14 83.013 48.566 83.327 47.89 83.327 C 46.987 83.327 46.068 82.626 46.068 81.103 C 46.068 79.631 46.657 78.913 47.924 78.265 C 48.915 77.758 49.367 77.442 49.367 76.444 C 49.367 75.848 49.193 75.357 48.619 75.357 C 48.063 75.357 47.804 75.76 47.804 76.564 L 47.804 77.092 L 46.327 77.092 L 46.327 76.565 C 46.327 75.006 47.161 74.025 48.654 74.025 C 50.495 74.025 50.841 75.304 50.841 76.916 L 50.841 79.964 C 50.841 81.979 50.86 82.539 50.998 83.188 L 49.556 83.188 Z M 58.776 83.188 L 58.55 82.54 C 58.289 82.995 57.7 83.327 57.006 83.327 C 55.58 83.327 54.8 82.434 54.8 80.875 L 54.8 74.079 C 54.8 72.518 55.685 71.625 57.179 71.625 C 58.672 71.625 59.54 72.518 59.54 74.079 L 59.54 75.373 L 58.046 75.373 L 58.046 74.166 C 58.046 73.358 57.734 72.992 57.179 72.992 C 56.623 72.992 56.293 73.359 56.293 74.166 L 56.293 80.788 C 56.293 81.594 56.605 81.944 57.161 81.944 C 57.716 81.944 58.046 81.594 58.046 80.788 L 58.046 78.668 L 57.161 78.668 L 57.161 77.354 L 59.54 77.354 L 59.54 83.188 Z M 62.178 77.371 L 62.178 83.188 L 60.704 83.188 L 60.704 74.166 L 62.144 74.166 L 62.144 75.305 C 62.457 74.481 63.273 74.061 64.141 74.095 L 64.141 75.655 C 63.03 75.479 62.179 76.04 62.179 77.371 Z M 67.595 78.651 C 67.439 78.86 67.231 79.036 66.847 79.263 C 66.154 79.684 65.824 80.069 65.824 80.911 C 65.824 81.699 66.171 81.996 66.641 81.996 C 67.195 81.996 67.595 81.558 67.595 80.63 Z M 67.803 83.187 C 67.752 82.957 67.717 82.723 67.699 82.488 C 67.387 83.013 66.814 83.327 66.136 83.327 C 65.234 83.327 64.313 82.626 64.313 81.103 C 64.313 79.631 64.904 78.913 66.171 78.265 C 67.161 77.758 67.614 77.442 67.614 76.444 C 67.614 75.848 67.439 75.357 66.866 75.357 C 66.31 75.357 66.05 75.76 66.05 76.564 L 66.05 77.092 L 64.575 77.092 L 64.575 76.565 C 64.575 75.006 65.409 74.025 66.902 74.025 C 68.742 74.025 69.088 75.304 69.088 76.916 L 69.088 79.964 C 69.088 81.979 69.107 82.539 69.246 83.188 L 67.804 83.188 Z M 70.286 74.166 L 71.762 74.166 L 71.762 83.188 L 70.285 83.188 L 70.285 74.166 Z M 70.286 71.065 L 71.762 71.065 L 71.762 72.834 L 70.285 72.834 L 70.285 71.065 Z M 76.188 83.188 L 76.188 76.565 C 76.188 75.76 75.877 75.373 75.338 75.373 C 74.818 75.373 74.489 75.76 74.489 76.565 L 74.489 83.188 L 73.012 83.188 L 73.012 74.166 L 74.436 74.166 L 74.436 74.727 C 74.592 74.324 75.183 74.025 75.685 74.025 C 77.093 74.025 77.665 74.901 77.665 76.477 L 77.665 83.189 L 76.189 83.189 Z M 81.796 71.766 L 83.289 71.766 L 83.289 83.188 L 81.796 83.188 Z M 87.872 83.188 L 87.872 76.565 C 87.872 75.76 87.561 75.373 87.022 75.373 C 86.502 75.373 86.172 75.76 86.172 76.565 L 86.172 83.188 L 84.696 83.188 L 84.696 74.166 L 86.119 74.166 L 86.119 74.727 C 86.276 74.324 86.867 74.025 87.37 74.025 C 88.776 74.025 89.349 74.901 89.349 76.477 L 89.349 83.189 L 87.873 83.189 Z M 90.755 80.805 L 90.755 75.585 L 90.06 75.585 L 90.06 74.167 L 90.755 74.167 L 90.755 72.027 L 92.23 72.027 L 92.23 74.167 L 93.446 74.167 L 93.446 75.584 L 92.23 75.584 L 92.23 80.63 C 92.23 81.454 92.542 81.857 93.446 81.787 L 93.446 83.189 C 91.518 83.346 90.755 82.33 90.755 80.806 Z M 97.3 76.565 C 97.3 75.759 96.953 75.373 96.397 75.373 C 95.842 75.373 95.495 75.759 95.495 76.565 L 95.495 77.897 L 97.3 77.897 Z M 96.415 83.327 C 94.922 83.327 94.019 82.434 94.019 80.875 L 94.019 76.477 C 94.019 74.918 94.904 74.025 96.397 74.025 C 97.89 74.025 98.793 74.918 98.793 76.477 L 98.793 79.087 L 95.495 79.087 L 95.495 80.787 C 95.495 81.594 95.858 81.978 96.415 81.978 C 96.971 81.978 97.318 81.594 97.318 80.787 L 97.318 80.28 L 98.793 80.28 L 98.793 80.874 C 98.793 82.434 97.908 83.327 96.415 83.327 Z M 101.345 77.371 L 101.345 83.188 L 99.868 83.188 L 99.868 74.166 L 101.31 74.166 L 101.31 75.305 C 101.622 74.481 102.439 74.061 103.306 74.095 L 103.306 75.655 C 102.196 75.479 101.345 76.04 101.345 77.371 Z M 107.143 83.188 L 107.143 76.565 C 107.143 75.76 106.831 75.373 106.292 75.373 C 105.771 75.373 105.442 75.76 105.442 76.565 L 105.442 83.188 L 103.966 83.188 L 103.966 74.166 L 105.39 74.166 L 105.39 74.727 C 105.546 74.324 106.137 74.025 106.64 74.025 C 108.047 74.025 108.62 74.901 108.62 76.477 L 108.62 83.189 L 107.143 83.189 Z M 112.613 78.651 C 112.456 78.86 112.247 79.036 111.866 79.263 C 111.172 79.684 110.842 80.069 110.842 80.911 C 110.842 81.699 111.189 81.996 111.658 81.996 C 112.213 81.996 112.613 81.558 112.613 80.63 Z M 112.82 83.187 C 112.77 82.957 112.735 82.723 112.717 82.488 C 112.404 83.013 111.831 83.327 111.154 83.327 C 110.251 83.327 109.331 82.626 109.331 81.103 C 109.331 79.631 109.921 78.913 111.189 78.265 C 112.179 77.758 112.63 77.442 112.63 76.444 C 112.63 75.848 112.456 75.357 111.883 75.357 C 111.327 75.357 111.068 75.76 111.068 76.564 L 111.068 77.092 L 109.592 77.092 L 109.592 76.565 C 109.592 75.006 110.426 74.025 111.918 74.025 C 113.759 74.025 114.105 75.304 114.105 76.916 L 114.105 79.964 C 114.105 81.979 114.123 82.539 114.262 83.188 L 112.82 83.188 Z M 115.441 80.805 L 115.441 75.585 L 114.747 75.585 L 114.747 74.167 L 115.441 74.167 L 115.441 72.027 L 116.919 72.027 L 116.919 74.167 L 118.133 74.167 L 118.133 75.584 L 116.919 75.584 L 116.919 80.63 C 116.919 81.454 117.229 81.857 118.133 81.787 L 118.133 83.189 C 116.205 83.346 115.441 82.33 115.441 80.806 Z M 118.863 74.166 L 120.339 74.166 L 120.339 83.188 L 118.863 83.188 Z M 118.863 71.065 L 120.339 71.065 L 120.339 72.834 L 118.863 72.834 Z M 124.748 76.565 C 124.748 75.759 124.384 75.373 123.829 75.373 C 123.273 75.373 122.908 75.759 122.908 76.565 L 122.908 80.787 C 122.908 81.594 123.273 81.978 123.829 81.978 C 124.384 81.978 124.748 81.594 124.748 80.787 Z M 123.829 83.327 C 122.334 83.327 121.432 82.434 121.432 80.875 L 121.432 76.477 C 121.432 74.918 122.334 74.025 123.829 74.025 C 125.321 74.025 126.225 74.918 126.225 76.477 L 126.225 80.875 C 126.225 82.434 125.321 83.327 123.829 83.327 Z M 130.495 83.188 L 130.495 76.565 C 130.495 75.76 130.182 75.373 129.643 75.373 C 129.124 75.373 128.794 75.76 128.794 76.565 L 128.794 83.188 L 127.317 83.188 L 127.317 74.166 L 128.741 74.166 L 128.741 74.727 C 128.898 74.324 129.489 74.025 129.99 74.025 C 131.398 74.025 131.971 74.901 131.971 76.477 L 131.971 83.189 L 130.495 83.189 Z M 135.964 78.651 C 135.807 78.86 135.598 79.036 135.216 79.263 C 134.522 79.684 134.192 80.069 134.192 80.911 C 134.192 81.699 134.54 81.996 135.009 81.996 C 135.564 81.996 135.964 81.558 135.964 80.63 Z M 136.172 83.187 C 136.121 82.957 136.086 82.723 136.067 82.488 C 135.755 83.013 135.181 83.327 134.504 83.327 C 133.601 83.327 132.682 82.626 132.682 81.103 C 132.682 79.631 133.272 78.913 134.54 78.265 C 135.529 77.758 135.982 77.442 135.982 76.444 C 135.982 75.848 135.807 75.357 135.234 75.357 C 134.678 75.357 134.419 75.76 134.419 76.564 L 134.419 77.092 L 132.942 77.092 L 132.942 76.565 C 132.942 75.006 133.776 74.025 135.268 74.025 C 137.11 74.025 137.456 75.304 137.456 76.916 L 137.456 79.964 C 137.456 81.979 137.474 82.539 137.612 83.188 L 136.172 83.188 Z M 138.654 71.065 L 140.131 71.065 L 140.131 83.188 L 138.654 83.188 Z M 146.501 83.327 C 145.009 83.327 144.139 82.434 144.139 80.875 L 144.139 74.079 C 144.139 72.518 145.009 71.625 146.501 71.625 C 147.995 71.625 148.846 72.518 148.846 74.079 L 148.846 75.373 L 147.352 75.373 L 147.352 74.166 C 147.352 73.358 147.057 72.992 146.501 72.992 C 145.945 72.992 145.634 73.359 145.634 74.166 L 145.634 80.787 C 145.634 81.594 145.945 81.962 146.501 81.962 C 147.057 81.962 147.352 81.594 147.352 80.787 L 147.352 79.578 L 148.846 79.578 L 148.846 80.874 C 148.846 82.433 147.995 83.326 146.501 83.326 Z M 153.064 76.565 C 153.064 75.759 152.699 75.373 152.145 75.373 C 151.589 75.373 151.225 75.759 151.225 76.565 L 151.225 80.787 C 151.225 81.594 151.589 81.978 152.145 81.978 C 152.699 81.978 153.064 81.594 153.064 80.787 Z M 152.145 83.327 C 150.651 83.327 149.748 82.434 149.748 80.875 L 149.748 76.477 C 149.748 74.918 150.651 74.025 152.145 74.025 C 153.637 74.025 154.541 74.918 154.541 76.477 L 154.541 80.875 C 154.541 82.434 153.637 83.327 152.145 83.327 Z M 161.85 83.188 L 161.85 76.565 C 161.85 75.76 161.572 75.373 161.034 75.373 C 160.513 75.373 160.217 75.76 160.217 76.565 L 160.217 83.188 L 158.743 83.188 L 158.743 76.565 C 158.743 75.76 158.463 75.373 157.924 75.373 C 157.405 75.373 157.11 75.76 157.11 76.565 L 157.11 83.188 L 155.633 83.188 L 155.633 74.166 L 157.058 74.166 L 157.058 74.727 C 157.213 74.324 157.786 74.025 158.29 74.025 C 159.124 74.025 159.575 74.306 159.853 74.883 C 160.13 74.34 160.652 74.025 161.398 74.025 C 162.804 74.025 163.326 74.901 163.326 76.477 L 163.326 83.189 L 161.85 83.189 Z M 167.839 76.565 C 167.839 75.759 167.473 75.373 166.918 75.373 C 166.362 75.373 165.998 75.759 165.998 76.565 L 165.998 80.787 C 165.998 81.594 166.362 81.978 166.918 81.978 C 167.473 81.978 167.839 81.594 167.839 80.787 Z M 167.248 83.327 C 166.745 83.327 166.154 83.03 165.998 82.626 L 165.998 86.516 L 164.523 86.516 L 164.523 74.166 L 165.947 74.166 L 165.947 74.761 C 166.119 74.305 166.71 74.025 167.248 74.025 C 168.655 74.025 169.315 74.901 169.315 76.477 L 169.315 80.874 C 169.315 82.451 168.655 83.327 167.248 83.327 Z M 173.255 78.651 C 173.099 78.86 172.891 79.036 172.508 79.263 C 171.814 79.684 171.484 80.069 171.484 80.911 C 171.484 81.699 171.832 81.996 172.301 81.996 C 172.856 81.996 173.255 81.558 173.255 80.63 Z M 173.465 83.187 C 173.413 82.957 173.378 82.723 173.36 82.488 C 173.047 83.013 172.474 83.327 171.797 83.327 C 170.894 83.327 169.973 82.626 169.973 81.103 C 169.973 79.631 170.565 78.913 171.832 78.265 C 172.821 77.758 173.273 77.442 173.273 76.444 C 173.273 75.848 173.099 75.357 172.526 75.357 C 171.97 75.357 171.71 75.76 171.71 76.564 L 171.71 77.092 L 170.235 77.092 L 170.235 76.565 C 170.235 75.006 171.068 74.025 172.561 74.025 C 174.402 74.025 174.747 75.304 174.747 76.916 L 174.747 79.964 C 174.747 81.979 174.767 82.539 174.905 83.188 L 173.465 83.188 Z M 179.124 83.188 L 179.124 76.565 C 179.124 75.76 178.811 75.373 178.273 75.373 C 177.752 75.373 177.422 75.76 177.422 76.565 L 177.422 83.188 L 175.947 83.188 L 175.947 74.166 L 177.371 74.166 L 177.371 74.727 C 177.527 74.324 178.117 74.025 178.62 74.025 C 180.028 74.025 180.6 74.901 180.6 76.477 L 180.6 83.189 L 179.124 83.189 Z M 184.264 84.275 C 184.002 85.587 183.274 86.552 181.972 86.552 C 181.694 86.552 181.554 86.518 181.346 86.464 L 181.346 85.045 C 181.519 85.097 181.676 85.097 181.815 85.097 C 182.475 85.097 182.719 84.572 182.839 83.976 L 182.996 83.188 L 181.224 74.166 L 182.786 74.166 L 183.482 79.123 C 183.605 79.947 183.707 81.349 183.707 81.349 L 183.743 81.349 C 183.743 81.349 183.863 79.929 183.968 79.123 L 184.662 74.166 L 186.225 74.166 Z\" fill=\"rgb(214,160,21)\"></path><path d=\"M 192.466 33.627 L 192.466 31.032 L 191.981 33.627 L 191.324 33.627 L 190.829 31.014 L 190.829 33.627 L 190.228 33.627 L 190.228 29.685 L 191.124 29.685 L 191.657 32.301 L 192.191 29.686 L 193.066 29.686 L 193.066 33.627 Z M 189.819 29.685 L 189.819 30.33 L 189.2 30.33 L 189.2 33.627 L 188.563 33.627 L 188.563 30.33 L 187.925 30.33 L 187.925 29.686 L 189.819 29.686 Z M 186.742 53.911 C 186.742 55.058 186.579 56.155 186.251 57.197 C 185.936 58.217 185.427 59.165 184.752 59.987 C 184.08 60.805 183.235 61.456 182.22 61.944 C 181.204 62.43 179.987 62.674 178.575 62.674 C 177.403 62.674 176.336 62.483 175.372 62.099 C 174.436 61.737 173.583 61.187 172.864 60.483 C 172.15 59.776 171.595 58.922 171.235 57.98 C 170.856 57.007 170.667 55.928 170.667 54.746 L 170.667 52.554 L 175.217 53.546 L 175.217 54.744 C 175.217 55.754 175.526 56.563 176.147 57.17 C 176.766 57.778 177.576 58.083 178.575 58.083 C 180.918 58.083 182.09 56.971 182.09 54.745 C 182.09 53.911 181.986 53.207 181.781 52.633 C 181.573 52.059 181.277 51.522 180.902 51.042 C 180.36 50.426 179.772 49.85 179.145 49.322 C 178.519 48.796 177.89 48.275 177.258 47.757 C 176.617 47.233 175.988 46.694 175.372 46.14 C 174.743 45.575 174.155 44.965 173.614 44.315 C 172.853 43.407 172.234 42.386 171.778 41.289 C 171.314 40.178 171.082 38.89 171.082 37.43 C 171.082 36.283 171.27 35.232 171.649 34.274 C 172.006 33.352 172.552 32.517 173.251 31.823 C 173.958 31.134 174.792 30.594 175.707 30.232 C 176.654 29.851 177.696 29.66 178.835 29.66 C 181.211 29.66 183.037 30.372 184.312 31.797 C 185.588 33.223 186.226 35.082 186.226 37.378 L 186.226 39.568 L 181.781 38.525 L 181.781 37.378 C 181.781 36.336 181.496 35.509 180.927 34.901 C 180.359 34.292 179.61 33.988 178.68 33.988 C 177.714 33.988 176.964 34.301 176.431 34.927 C 175.896 35.553 175.63 36.405 175.63 37.483 C 175.63 38.699 176.009 39.795 176.766 40.767 C 177.524 41.742 178.438 42.681 179.505 43.584 C 180.573 44.489 181.668 45.419 182.788 46.374 C 183.908 47.331 184.83 48.4 185.554 49.582 C 185.94 50.224 186.236 50.917 186.433 51.641 C 186.637 52.38 186.742 53.143 186.742 53.911 Z M 163.411 37.379 C 163.411 36.266 163.093 35.424 162.454 34.849 C 161.816 34.275 161.05 33.989 160.155 33.989 C 159.19 33.989 158.388 34.267 157.751 34.824 C 157.114 35.38 156.795 36.231 156.795 37.379 L 156.795 54.747 C 156.795 55.861 157.114 56.695 157.751 57.25 C 158.388 57.807 159.19 58.085 160.155 58.085 C 161.05 58.085 161.816 57.807 162.454 57.25 C 163.093 56.695 163.411 55.861 163.411 54.747 Z M 168.011 61.943 L 164.962 61.943 L 163.928 60.431 C 163.755 60.918 163.257 61.414 162.429 61.916 C 161.602 62.421 160.465 62.674 159.018 62.674 C 156.915 62.674 155.261 61.926 154.056 60.431 C 152.849 58.936 152.246 56.919 152.246 54.381 L 152.246 37.379 C 152.246 35.016 152.841 33.138 154.029 31.746 C 155.218 30.357 156.932 29.66 159.172 29.66 C 160.276 29.66 161.189 29.808 161.912 30.104 C 162.635 30.399 163.135 30.755 163.411 31.172 L 163.411 20.951 L 168.011 19.438 L 168.011 61.944 Z M 145.233 37.379 C 145.233 36.266 144.905 35.424 144.252 34.849 C 143.596 34.275 142.82 33.989 141.925 33.989 C 140.994 33.989 140.211 34.275 139.574 34.85 C 138.935 35.424 138.617 36.266 138.617 37.38 L 138.617 54.746 C 138.617 55.825 138.935 56.649 139.574 57.223 C 140.211 57.797 140.994 58.084 141.925 58.084 C 142.82 58.084 143.596 57.797 144.252 57.223 C 144.905 56.649 145.233 55.825 145.233 54.746 Z M 149.781 54.746 C 149.781 55.964 149.575 57.066 149.161 58.057 C 148.748 59.049 148.179 59.883 147.455 60.561 C 146.728 61.241 145.876 61.773 144.948 62.126 C 143.983 62.494 142.958 62.68 141.925 62.674 C 140.867 62.682 139.816 62.496 138.824 62.126 C 137.892 61.782 137.038 61.249 136.316 60.562 C 135.609 59.883 135.059 59.049 134.662 58.058 C 134.266 57.066 134.069 55.963 134.069 54.746 L 134.069 37.379 C 134.069 36.198 134.266 35.127 134.662 34.171 C 135.037 33.246 135.601 32.411 136.316 31.72 C 137.035 31.035 137.89 30.51 138.824 30.183 C 139.82 29.829 140.869 29.653 141.925 29.661 C 142.956 29.654 143.979 29.831 144.948 30.183 C 145.878 30.519 146.731 31.042 147.455 31.72 C 148.186 32.408 148.767 33.243 149.161 34.17 C 149.575 35.127 149.781 36.198 149.781 37.379 L 149.781 54.747 Z M 126.832 37.379 C 126.832 36.266 126.505 35.424 125.85 34.849 C 125.195 34.275 124.42 33.989 123.526 33.989 C 122.594 33.989 121.81 34.275 121.173 34.85 C 120.535 35.424 120.216 36.266 120.216 37.38 L 120.216 54.746 C 120.216 55.825 120.535 56.649 121.173 57.223 C 121.81 57.797 122.594 58.084 123.526 58.084 C 124.42 58.084 125.195 57.797 125.85 57.223 C 126.505 56.649 126.832 55.825 126.832 54.746 Z M 131.382 54.746 C 131.382 55.964 131.174 57.066 130.761 58.057 C 130.347 59.049 129.779 59.883 129.054 60.561 C 128.327 61.241 127.476 61.772 126.549 62.126 C 125.583 62.494 124.558 62.68 123.526 62.674 C 122.467 62.682 121.416 62.496 120.423 62.126 C 119.491 61.781 118.638 61.249 117.916 60.562 C 117.209 59.883 116.658 59.049 116.262 58.058 C 115.865 57.066 115.668 55.963 115.668 54.746 L 115.668 37.379 C 115.668 36.198 115.865 35.127 116.262 34.171 C 116.637 33.246 117.2 32.411 117.916 31.72 C 118.635 31.035 119.489 30.511 120.423 30.183 C 121.419 29.829 122.469 29.653 123.526 29.661 C 124.593 29.661 125.599 29.835 126.549 30.183 C 127.478 30.519 128.331 31.042 129.054 31.72 C 129.786 32.408 130.367 33.243 130.761 34.17 C 131.174 35.127 131.382 36.198 131.382 37.379 L 131.382 54.747 Z M 114.014 19.438 C 115.255 19.438 116.461 19.682 117.633 20.169 L 115.823 24.601 C 115.341 24.22 114.738 24.027 114.014 24.027 C 113.084 24.027 112.29 24.307 111.638 24.861 C 110.981 25.419 110.656 26.253 110.656 27.365 L 110.656 30.077 L 114.014 30.077 L 114.014 34.146 L 110.656 34.146 L 110.656 61.944 L 106.106 61.944 L 106.106 34.146 L 104.09 34.146 L 104.09 30.076 L 106.106 30.076 L 106.106 27.364 C 106.106 26.112 106.314 24.991 106.726 23.999 C 107.141 23.01 107.708 22.175 108.432 21.496 C 109.163 20.814 110.026 20.29 110.965 19.958 C 111.944 19.609 112.976 19.432 114.014 19.437 Z M 91.842 61.944 L 87.293 61.944 L 87.293 37.38 C 87.293 36.163 86.932 35.293 86.208 34.771 C 85.484 34.249 84.657 33.989 83.727 33.989 C 82.797 33.989 81.978 34.249 81.272 34.771 C 80.564 35.293 80.212 36.163 80.212 37.379 L 80.212 61.943 L 75.664 61.943 L 75.664 20.952 L 80.213 19.439 L 80.213 30.86 C 80.66 30.409 81.255 30.096 81.996 29.922 C 82.736 29.748 83.554 29.661 84.451 29.661 C 85.423 29.656 86.386 29.833 87.294 30.183 C 88.189 30.53 88.974 31.026 89.646 31.669 C 90.317 32.312 90.852 33.113 91.248 34.068 C 91.644 35.024 91.843 36.128 91.843 37.38 L 91.843 61.944 Z M 65.218 33.988 C 64.287 33.988 63.504 34.275 62.866 34.85 C 62.228 35.424 61.91 36.266 61.91 37.38 L 61.91 54.746 C 61.91 55.825 62.228 56.649 62.866 57.223 C 63.504 57.797 64.287 58.084 65.218 58.084 C 66.114 58.084 66.888 57.806 67.545 57.249 C 68.197 56.695 68.526 55.86 68.526 54.746 L 68.526 54.225 L 73.074 52.712 L 73.074 54.745 C 73.074 56.102 72.867 57.275 72.454 58.266 C 72.04 59.257 71.472 60.073 70.748 60.718 C 70.016 61.366 69.165 61.863 68.242 62.178 C 67.269 62.513 66.247 62.681 65.218 62.674 C 64.115 62.674 63.08 62.499 62.116 62.151 C 61.182 61.823 60.328 61.298 59.609 60.612 C 58.903 59.935 58.351 59.11 57.956 58.135 C 57.56 57.163 57.362 56.032 57.362 54.746 L 57.362 37.379 C 57.362 35.954 57.56 34.754 57.956 33.781 C 58.352 32.808 58.903 32.016 59.609 31.408 C 60.316 30.799 61.152 30.357 62.117 30.076 C 63.127 29.793 64.17 29.653 65.218 29.661 C 66.286 29.661 67.293 29.8 68.242 30.077 C 69.164 30.342 70.019 30.805 70.748 31.433 C 71.472 32.058 72.041 32.86 72.454 33.831 C 72.867 34.806 73.074 35.989 73.074 37.379 L 73.074 38.735 L 68.526 38.735 L 68.526 37.379 C 68.526 36.266 68.197 35.424 67.545 34.849 C 66.888 34.275 66.114 33.989 65.218 33.989 Z M 54.653 61.944 L 50.105 61.944 L 50.105 30.078 L 54.653 30.078 Z M 54.808 22.254 C 54.774 23.054 54.55 23.732 54.137 24.289 C 53.723 24.845 53.172 25.123 52.483 25.123 C 51.793 25.123 51.225 24.845 50.776 24.289 C 50.329 23.732 50.105 23.055 50.105 22.254 C 50.105 21.525 50.329 20.873 50.776 20.298 C 51.225 19.725 51.793 19.437 52.483 19.437 C 53.172 19.437 53.731 19.716 54.163 20.272 C 54.592 20.829 54.808 21.49 54.808 22.254 Z M 45.392 29.661 C 46.597 29.661 47.493 29.956 48.079 30.547 L 46.528 34.668 C 46.286 34.389 45.821 34.249 45.132 34.249 C 44.339 34.249 43.635 34.589 43.013 35.266 C 42.393 35.944 42.083 36.805 42.083 37.849 L 42.083 61.943 L 37.535 61.943 L 37.535 30.078 L 40.532 30.078 L 41.566 32.113 C 41.842 31.556 42.298 31.009 42.936 30.47 C 43.573 29.931 44.391 29.661 45.392 29.661 Z M 34.63 61.944 L 30.081 61.944 L 30.081 37.38 C 30.081 36.266 29.72 35.424 28.996 34.85 C 28.292 34.282 27.416 33.978 26.515 33.988 C 25.619 33.988 24.8 34.275 24.06 34.85 C 23.319 35.424 22.949 36.266 22.949 37.38 L 22.949 61.944 L 18.401 61.944 L 18.401 30.076 L 21.398 30.076 L 22.432 31.589 C 22.963 30.988 23.614 30.508 24.344 30.182 C 25.102 29.834 26.119 29.66 27.394 29.66 C 29.565 29.66 31.314 30.346 32.64 31.719 C 33.965 33.094 34.63 34.927 34.63 37.222 L 34.63 61.943 Z M 11.165 38.266 C 11.165 36.667 10.837 35.554 10.182 34.928 C 9.561 34.316 8.724 33.978 7.856 33.989 C 6.926 33.989 6.142 34.275 5.504 34.85 C 4.866 35.424 4.548 36.266 4.548 37.38 L 4.548 48.121 C 5.926 47.463 7.046 46.81 7.908 46.167 C 8.769 45.524 9.441 44.82 9.924 44.055 C 10.411 43.275 10.745 42.407 10.906 41.5 C 11.078 40.56 11.164 39.483 11.164 38.266 Z M 15.403 54.746 C 15.403 55.998 15.204 57.119 14.808 58.11 C 14.411 59.1 13.869 59.935 13.18 60.612 C 12.481 61.297 11.643 61.822 10.725 62.151 C 9.755 62.503 8.732 62.68 7.701 62.674 C 6.598 62.674 5.582 62.499 4.652 62.151 C 3.743 61.818 2.914 61.293 2.222 60.612 C 1.532 59.935 0.99 59.1 0.595 58.11 C 0.199 57.119 0 55.999 0 54.745 L 0 37.38 C 0 36.128 0.198 35.024 0.595 34.068 C 0.991 33.113 1.541 32.304 2.248 31.643 C 2.969 30.974 3.824 30.467 4.755 30.157 C 5.754 29.821 6.802 29.654 7.856 29.661 C 8.889 29.655 9.914 29.84 10.881 30.208 C 11.817 30.567 12.67 31.117 13.386 31.824 C 14.111 32.539 14.679 33.408 15.092 34.432 C 15.506 35.459 15.713 36.65 15.713 38.005 C 15.713 40.162 15.498 41.969 15.066 43.429 C 14.635 44.89 13.972 46.177 13.077 47.289 C 12.18 48.402 11.026 49.41 9.614 50.314 C 8.2 51.218 6.512 52.175 4.548 53.182 L 4.548 54.747 C 4.548 55.825 4.832 56.65 5.401 57.224 C 5.97 57.798 6.736 58.085 7.701 58.085 C 8.597 58.085 9.338 57.798 9.924 57.224 C 10.509 56.65 10.803 55.825 10.803 54.747 L 10.803 54.226 L 15.403 52.713 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:9482237478}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ya90t\",layoutDependency:layoutDependency,layoutId:\"q5qxfBqZ5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d3k2g9\",layoutDependency:layoutDependency,layoutId:\"DvzRyqXxf\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1abo7f0\",layoutDependency:layoutDependency,layoutId:\"r688GOZjg\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aul3eh\",layoutDependency:layoutDependency,layoutId:\"d3EYNuGUc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.85))\"},children:\"Premium organic grains, flours, pulses, and sustainable rice\u2014crafted for quality and certified you can trust.\"})}),className:\"framer-b4zzd5\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"buEFn0uWs\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.85)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lr93v\",\"data-framer-name\":\"Certifications\",layoutDependency:layoutDependency,layoutId:\"yUJYB7KV4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/Q6tK78u0woAiSTubdFuriYug.png\"},className:\"framer-f1rj7t\",\"data-framer-name\":\"image 187\",layoutDependency:layoutDependency,layoutId:\"O01IDcCh3\",style:{filter:\"grayscale(0) saturate(1)\",WebkitFilter:\"grayscale(0) saturate(1)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/O4WBOWYCFu71Ff8y7tigaED9AJ8.png\"},className:\"framer-1lstu0\",\"data-framer-name\":\"image 188\",layoutDependency:layoutDependency,layoutId:\"ombjYLAt8\",style:{filter:\"grayscale(0) saturate(1)\",WebkitFilter:\"grayscale(0) saturate(1)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hPfLFH2nhOrMWFzsgwwxESOZZw.png\"},className:\"framer-1e510ia\",\"data-framer-name\":\"image 220\",layoutDependency:layoutDependency,layoutId:\"iohE9r34e\",style:{filter:\"grayscale(0) invert(1) saturate(2)\",WebkitFilter:\"grayscale(0) invert(1) saturate(2)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/CqiiMUlGhijgRmLzQ54VFPA97E.png\"},className:\"framer-125si6p\",\"data-framer-name\":\"image 186\",layoutDependency:layoutDependency,layoutId:\"T59kuPzjh\",style:{filter:\"grayscale(0) saturate(1)\",WebkitFilter:\"grayscale(0) saturate(1)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"62px\",src:\"https://framerusercontent.com/images/fjoAs55ZAUnjFXqSpGJNvIVxTQ.png\",srcSet:\"https://framerusercontent.com/images/fjoAs55ZAUnjFXqSpGJNvIVxTQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/fjoAs55ZAUnjFXqSpGJNvIVxTQ.png 768w\"},className:\"framer-tb3ujj\",\"data-framer-name\":\"image 190\",layoutDependency:layoutDependency,layoutId:\"tVAcFwZBq\",style:{filter:\"grayscale(0) saturate(1)\",WebkitFilter:\"grayscale(0) saturate(1)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:184,intrinsicWidth:184,pixelHeight:184,pixelWidth:184,src:\"https://framerusercontent.com/images/8DagGidHAMghfm1SD22qRNY4kOQ.png\"},className:\"framer-g4qch9\",\"data-framer-name\":\"USA Grown\",layoutDependency:layoutDependency,layoutId:\"DfcqLl9zR\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:818,intrinsicWidth:804,pixelHeight:818,pixelWidth:804,sizes:\"40px\",src:\"https://framerusercontent.com/images/dAJBdfJB6A2VxOi83ddfWavCR0.png\",srcSet:\"https://framerusercontent.com/images/dAJBdfJB6A2VxOi83ddfWavCR0.png 804w\"},className:\"framer-2zrd7m\",\"data-framer-name\":\"Vegan Certified\",layoutDependency:layoutDependency,layoutId:\"xAX7KJP23\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:184,intrinsicWidth:206,pixelHeight:184,pixelWidth:206,src:\"https://framerusercontent.com/images/91GpLqvAWqFesV87Ld1KsRQ4Og.png\"},className:\"framer-sd592a\",\"data-framer-name\":\"Image (23)\",layoutDependency:layoutDependency,layoutId:\"IvP0F7_49\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:265,intrinsicWidth:810,pixelHeight:265,pixelWidth:810,sizes:\"97px\",src:\"https://framerusercontent.com/images/5ZfDaN84qfVt5nKxqbrtZR3oSY.png\",srcSet:\"https://framerusercontent.com/images/5ZfDaN84qfVt5nKxqbrtZR3oSY.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ZfDaN84qfVt5nKxqbrtZR3oSY.png 810w\"},className:\"framer-1fue0i3\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"pHHGLR6Ic\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5mr572\",layoutDependency:layoutDependency,layoutId:\"K6oOaxgnS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vTQUvZOZ8\"},nodeId:\"ZuAHHw2PZ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gxlzg\",\"data-styles-preset\":\"lNoMg7zel\",children:\"Mission Statement\"})})})}),className:\"framer-1hebyut\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZuAHHw2PZ\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WbiavqaKf\"},nodeId:\"lPmrw80gh\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gxlzg\",\"data-styles-preset\":\"lNoMg7zel\",children:\"Columbia Grain\"})})})}),className:\"framer-1n0h1kb\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lPmrw80gh\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TDr_QWQ0w\"},nodeId:\"WQsQSO0mD\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gxlzg\",\"data-styles-preset\":\"lNoMg7zel\",children:\"What We Do\"})})})}),className:\"framer-gt28b8\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WQsQSO0mD\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cuct7_bPB\"},nodeId:\"Tq7gHtZDE\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gxlzg\",\"data-styles-preset\":\"lNoMg7zel\",children:\"Products\"})})})}),className:\"framer-d9q0z\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Tq7gHtZDE\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zp_6utqfm\"},nodeId:\"FzGItlkfz\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gxlzg\",\"data-styles-preset\":\"lNoMg7zel\",children:\"FAQ\"})})})}),className:\"framer-1of2pjj\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FzGItlkfz\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gfTFch53n\"},nodeId:\"ZlCgEJP8o\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gxlzg\",\"data-styles-preset\":\"lNoMg7zel\",children:\"Contact Us\"})})})}),className:\"framer-1yr3jt2\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZlCgEJP8o\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L19MimtBC\"},nodeId:\"EP6EW_vnO\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gxlzg\",\"data-styles-preset\":\"lNoMg7zel\",children:\"Terms & Conditions\"})})})}),className:\"framer-1kkh72k\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EP6EW_vnO\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OHyGRvish\"},nodeId:\"ZaXaP7Ijl\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-gxlzg\",\"data-styles-preset\":\"lNoMg7zel\",children:\"Privacy Policy\"})})})}),className:\"framer-1qckf3g\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZaXaP7Ijl\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dn3c5p\",layoutDependency:layoutDependency,layoutId:\"Miecrn3JO\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-srd84g\",layoutDependency:layoutDependency,layoutId:\"r1WmgbvKZ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1392px) - 100px) / 3, 1px), 312px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1148)-0-2129.8)/2+355+0)+64+0+326.8+0+1+40+0+0+0+0,...addPropertyOverrides({SIQlA90pk:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 800px) - 48px, 312px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ohmo5o-container\",layoutDependency:layoutDependency,layoutId:\"F6hP7ePt3-container\",children:/*#__PURE__*/_jsx(IconLink,{hdyI26J7x:\"https://www.google.com/maps?sca_esv=1da11bb882cbd233&output=search&q=1300+SW+5th+Ave,+Portland,+OR+97201&source=lnms&fbs=AEQNm0Aa4sjWe7Rqy32pFwRj0UkW1DRbm01j6DCVS0r1sTxn7lWrPPt54xvTeoI9jYBmanbcnj_OgzaZVVS-VpZSx-qF5Ty48PrXY2_X99PvPX5emHfq9VuWcToZcT2Mn2fvwtdnmp0CtlDOx2jathnl0MLuBXQTdTIQVRVJfbkXT_RonXUy-DK29W05W0T7KP63Oy_0YgV3JA6zbkYaeM010VWLn-Fl7g&entry=mc&ved=1t:200715&ictx=111\",height:\"100%\",id:\"F6hP7ePt3\",j9gKzeX0r:\"1300 SW 5th Ave, Portland, OR 97201\",layoutId:\"F6hP7ePt3\",Re485wdQR:\"LocationOn\",style:{width:\"100%\"},variant:\"DcKtG5yUn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1392px) - 100px) / 3, 1px), 312px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1148)-0-2129.8)/2+355+0)+64+0+326.8+0+1+40+0+0+0+38,...addPropertyOverrides({SIQlA90pk:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 800px) - 48px, 312px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lns7yh-container\",layoutDependency:layoutDependency,layoutId:\"TU0bf3L45-container\",children:/*#__PURE__*/_jsx(IconLink,{hdyI26J7x:\"tel:503-686-4237\",height:\"100%\",id:\"TU0bf3L45\",j9gKzeX0r:\"503-686-4237\",layoutId:\"TU0bf3L45\",Re485wdQR:\"Phone\",style:{width:\"100%\"},variant:\"DcKtG5yUn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1392px) - 100px) / 3, 1px), 312px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1148)-0-2129.8)/2+355+0)+64+0+326.8+0+1+40+0+0+0+76,...addPropertyOverrides({SIQlA90pk:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 800px) - 48px, 312px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wa4vc4-container\",layoutDependency:layoutDependency,layoutId:\"zXpglISpH-container\",children:/*#__PURE__*/_jsx(IconLink,{hdyI26J7x:\"mailto:contact@enrich-foods.com\",height:\"100%\",id:\"zXpglISpH\",j9gKzeX0r:\"contact@enrich-foods.com\",layoutId:\"zXpglISpH\",Re485wdQR:\"Email\",style:{width:\"100%\"},variant:\"DcKtG5yUn\",width:\"100%\",...addPropertyOverrides({SIQlA90pk:{hdyI26J7x:\"mailto:contact@contact@enrich-foods.com\"}},baseVariant,gestureVariant)})})})]})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7320jy\",layoutDependency:layoutDependency,layoutId:\"yHkwnGmDu\",style:{backgroundColor:\"rgba(255, 255, 255, 0.1)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1txh1ei\",layoutDependency:layoutDependency,layoutId:\"Uazi8Rwe5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:\"\\xa9 2024 Enrich Foods\"})}),className:\"framer-1rj3q2m\",\"data-framer-name\":\"Furnique is a testament to bespoke craftsmanship, where every piece tells a story of innovation and elegance. Our passion lies in curating timeless furniture designs that resonate with discerning tastes. With meticulous attention to detail, we craft pieces that transform spaces into personalized sanctuaries of comfort and style.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NDz1LeHfX\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ydqbt\",layoutDependency:layoutDependency,layoutId:\"A5quuM1jt\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/enrich.foods/\",nodeId:\"WUZ0cN_zM\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jg9nnn framer-160j9zm\",layoutDependency:layoutDependency,layoutId:\"WUZ0cN_zM\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4rsoqd-container\",layoutDependency:layoutDependency,layoutId:\"Pui7NHMZE-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Instagram\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Pui7NHMZE\",layoutId:\"Pui7NHMZE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/enrich-foods-llc/\",nodeId:\"Rop69ND9d\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gg03xf framer-160j9zm\",layoutDependency:layoutDependency,layoutId:\"Rop69ND9d\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1teu84u-container\",layoutDependency:layoutDependency,layoutId:\"PJVZX5wYF-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LinkedIn\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"PJVZX5wYF\",layoutId:\"PJVZX5wYF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/profile.php?id=61568293602289\",nodeId:\"z_L8ppQ3X\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tlf2q6 framer-160j9zm\",layoutDependency:layoutDependency,layoutId:\"z_L8ppQ3X\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k11fcg-container\",layoutDependency:layoutDependency,layoutId:\"W7L4k3Akh-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Facebook\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"W7L4k3Akh\",layoutId:\"W7L4k3Akh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lKFX1.framer-160j9zm, .framer-lKFX1 .framer-160j9zm { display: block; }\",\".framer-lKFX1.framer-104os8e { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1392px; }\",\".framer-lKFX1 .framer-1rdscye { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-lKFX1 .framer-541vzx-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-lKFX1 .framer-1yzivuq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 0px 24px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-lKFX1 .framer-zgikfs { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1392px; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-lKFX1 .framer-g9whza { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-13nt3ho { align-content: center; align-items: center; 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-lKFX1 .framer-3x8hit { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lKFX1 .framer-fkcx6q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-1k84z7d { flex: none; height: auto; max-width: 596px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lKFX1 .framer-1rvhuj4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-lKFX1 .framer-3jrcqd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lKFX1 .framer-xpv7dr { flex: none; height: 138px; position: relative; width: 309px; }\",\".framer-lKFX1 .framer-18ya90t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-1d3k2g9, .framer-lKFX1 .framer-7320jy { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-1abo7f0 { 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: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-1aul3eh { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; max-width: 33%; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lKFX1 .framer-b4zzd5, .framer-lKFX1 .framer-1hebyut, .framer-lKFX1 .framer-1n0h1kb, .framer-lKFX1 .framer-gt28b8, .framer-lKFX1 .framer-d9q0z, .framer-lKFX1 .framer-1of2pjj, .framer-lKFX1 .framer-1yr3jt2, .framer-lKFX1 .framer-1kkh72k, .framer-lKFX1 .framer-1qckf3g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lKFX1 .framer-1lr93v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-f1rj7t { aspect-ratio: 1 / 1; flex: none; height: 40px; position: relative; width: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-lKFX1 .framer-1lstu0 { aspect-ratio: 1.3888889201629329 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 44px; }\",\".framer-lKFX1 .framer-1e510ia { aspect-ratio: 0.875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 38px; }\",\".framer-lKFX1 .framer-125si6p { aspect-ratio: 0.7882352934943305 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 34px; }\",\".framer-lKFX1 .framer-tb3ujj { aspect-ratio: 1.460992947931864 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 62px; }\",\".framer-lKFX1 .framer-g4qch9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 40px; }\",\".framer-lKFX1 .framer-2zrd7m { aspect-ratio: 0.9828850855745721 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); overflow: visible; position: relative; width: 40px; }\",\".framer-lKFX1 .framer-sd592a { aspect-ratio: 1.1195652173913044 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 40px; }\",\".framer-lKFX1 .framer-1fue0i3 { aspect-ratio: 3.056603773584906 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 97px; }\",\".framer-lKFX1 .framer-5mr572 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 152px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lKFX1 .framer-dn3c5p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 312px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lKFX1 .framer-srd84g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-ohmo5o-container, .framer-lKFX1 .framer-lns7yh-container, .framer-lKFX1 .framer-wa4vc4-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-1txh1ei { 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: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lKFX1 .framer-1rj3q2m { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lKFX1 .framer-15ydqbt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lKFX1 .framer-1jg9nnn, .framer-lKFX1 .framer-gg03xf, .framer-lKFX1 .framer-1tlf2q6 { 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; text-decoration: none; width: min-content; }\",\".framer-lKFX1 .framer-4rsoqd-container, .framer-lKFX1 .framer-1teu84u-container, .framer-lKFX1 .framer-1k11fcg-container { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lKFX1.framer-104os8e, .framer-lKFX1 .framer-1yzivuq, .framer-lKFX1 .framer-zgikfs, .framer-lKFX1 .framer-g9whza, .framer-lKFX1 .framer-3x8hit, .framer-lKFX1 .framer-fkcx6q, .framer-lKFX1 .framer-18ya90t, .framer-lKFX1 .framer-1aul3eh, .framer-lKFX1 .framer-1lr93v, .framer-lKFX1 .framer-5mr572, .framer-lKFX1 .framer-dn3c5p, .framer-lKFX1 .framer-srd84g, .framer-lKFX1 .framer-1txh1ei, .framer-lKFX1 .framer-15ydqbt, .framer-lKFX1 .framer-1jg9nnn, .framer-lKFX1 .framer-gg03xf, .framer-lKFX1 .framer-1tlf2q6 { gap: 0px; } .framer-lKFX1.framer-104os8e > *, .framer-lKFX1 .framer-18ya90t > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lKFX1.framer-104os8e > :first-child, .framer-lKFX1 .framer-zgikfs > :first-child, .framer-lKFX1 .framer-g9whza > :first-child, .framer-lKFX1 .framer-3x8hit > :first-child, .framer-lKFX1 .framer-fkcx6q > :first-child, .framer-lKFX1 .framer-18ya90t > :first-child, .framer-lKFX1 .framer-1aul3eh > :first-child, .framer-lKFX1 .framer-5mr572 > :first-child, .framer-lKFX1 .framer-dn3c5p > :first-child, .framer-lKFX1 .framer-srd84g > :first-child { margin-top: 0px; } .framer-lKFX1.framer-104os8e > :last-child, .framer-lKFX1 .framer-zgikfs > :last-child, .framer-lKFX1 .framer-g9whza > :last-child, .framer-lKFX1 .framer-3x8hit > :last-child, .framer-lKFX1 .framer-fkcx6q > :last-child, .framer-lKFX1 .framer-18ya90t > :last-child, .framer-lKFX1 .framer-1aul3eh > :last-child, .framer-lKFX1 .framer-5mr572 > :last-child, .framer-lKFX1 .framer-dn3c5p > :last-child, .framer-lKFX1 .framer-srd84g > :last-child { margin-bottom: 0px; } .framer-lKFX1 .framer-1yzivuq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-lKFX1 .framer-1yzivuq > :first-child, .framer-lKFX1 .framer-1lr93v > :first-child, .framer-lKFX1 .framer-1txh1ei > :first-child, .framer-lKFX1 .framer-15ydqbt > :first-child, .framer-lKFX1 .framer-1jg9nnn > :first-child, .framer-lKFX1 .framer-gg03xf > :first-child, .framer-lKFX1 .framer-1tlf2q6 > :first-child { margin-left: 0px; } .framer-lKFX1 .framer-1yzivuq > :last-child, .framer-lKFX1 .framer-1lr93v > :last-child, .framer-lKFX1 .framer-1txh1ei > :last-child, .framer-lKFX1 .framer-15ydqbt > :last-child, .framer-lKFX1 .framer-1jg9nnn > :last-child, .framer-lKFX1 .framer-gg03xf > :last-child, .framer-lKFX1 .framer-1tlf2q6 > :last-child { margin-right: 0px; } .framer-lKFX1 .framer-zgikfs > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-lKFX1 .framer-g9whza > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-lKFX1 .framer-3x8hit > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-lKFX1 .framer-fkcx6q > *, .framer-lKFX1 .framer-5mr572 > *, .framer-lKFX1 .framer-dn3c5p > *, .framer-lKFX1 .framer-srd84g > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-lKFX1 .framer-1aul3eh > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-lKFX1 .framer-1lr93v > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-lKFX1 .framer-1txh1ei > *, .framer-lKFX1 .framer-15ydqbt > *, .framer-lKFX1 .framer-1jg9nnn > *, .framer-lKFX1 .framer-gg03xf > *, .framer-lKFX1 .framer-1tlf2q6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-lKFX1.framer-v-1cho15e .framer-1yzivuq { padding: 56px 0px 24px 0px; }\",\".framer-lKFX1.framer-v-1cho15e .framer-zgikfs { max-width: 800px; padding: 0px 24px 0px 24px; }\",\".framer-lKFX1.framer-v-1cho15e .framer-13nt3ho { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-lKFX1.framer-v-1cho15e .framer-3x8hit { flex: none; max-width: unset; order: 1; width: 100%; }\",\".framer-lKFX1.framer-v-1cho15e .framer-1k84z7d { max-width: unset; }\",\".framer-lKFX1.framer-v-1cho15e .framer-xpv7dr { height: 87px; order: 0; width: 194px; }\",\".framer-lKFX1.framer-v-1cho15e .framer-1abo7f0 { flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-lKFX1.framer-v-1cho15e .framer-1aul3eh { align-self: unset; flex: none; height: min-content; max-width: unset; width: 100%; }\",\".framer-lKFX1.framer-v-1cho15e .framer-1e510ia { height: var(--framer-aspect-ratio-supported, 44px); }\",\".framer-lKFX1.framer-v-1cho15e .framer-tb3ujj { height: var(--framer-aspect-ratio-supported, 42px); }\",\".framer-lKFX1.framer-v-1cho15e .framer-2zrd7m { height: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-lKFX1.framer-v-1cho15e .framer-5mr572, .framer-lKFX1.framer-v-1cho15e .framer-dn3c5p { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lKFX1.framer-v-1cho15e .framer-13nt3ho, .framer-lKFX1.framer-v-1cho15e .framer-1abo7f0 { gap: 0px; } .framer-lKFX1.framer-v-1cho15e .framer-13nt3ho > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-lKFX1.framer-v-1cho15e .framer-13nt3ho > :first-child, .framer-lKFX1.framer-v-1cho15e .framer-1abo7f0 > :first-child { margin-top: 0px; } .framer-lKFX1.framer-v-1cho15e .framer-13nt3ho > :last-child, .framer-lKFX1.framer-v-1cho15e .framer-1abo7f0 > :last-child { margin-bottom: 0px; } .framer-lKFX1.framer-v-1cho15e .framer-1abo7f0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1148\n * @framerIntrinsicWidth 1392\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SIQlA90pk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrepNjYJbz=withCSS(Component,css,\"framer-lKFX1\");export default FramerrepNjYJbz;FramerrepNjYJbz.displayName=\"Footer\";FramerrepNjYJbz.defaultProps={height:1148,width:1392};addPropertyControls(FramerrepNjYJbz,{variant:{options:[\"oVYdTBj6x\",\"SIQlA90pk\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerrepNjYJbz,[{explicitInter:true,fonts:[{family:\"Kapra Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/G5dQXjdXWtZjclVSSUrKAqIV2w.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\"}]},...BridgeFonts,...ButtonFonts,...IconLinkFonts,...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrepNjYJbz\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1392\",\"framerIntrinsicHeight\":\"1148\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SIQlA90pk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"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", "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", "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", "_", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "icon", "iconLeft", "iconRight", "id", "link", "newTab", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Eyq3ZwfYq", "IxBPf3dKS", "F96b9S4NI", "XiuHxhXfL", "uErOa7o4Q", "vOBikIB4L", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerDI8mvw2qg", "withCSS", "DI8mvw2qg_default", "addPropertyControls", "ControlType", "addFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "MaterialFonts", "getFonts", "Icon", "MaterialControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "text", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "hdyI26J7x", "j9gKzeX0r", "Re485wdQR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerYPAwvL0uW", "withCSS", "YPAwvL0uW_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "aBlNcdXwr", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapnhql6q", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerU2EMzl5Fp", "withCSS", "U2EMzl5Fp_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "css", "FramerHLENTjBby", "withCSS", "HLENTjBby_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "SVG", "css", "FramerVv7lXSsrv", "withCSS", "Vv7lXSsrv_default", "addPropertyControls", "ControlType", "addFonts", "CaretFonts", "getFonts", "Vv7lXSsrv_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "DApvjrdfG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerKP_ZF1Jqr", "withCSS", "KP_ZF1Jqr_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vA7MqLUpv", "JnHpBOP7u", "LzGt9vwIs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapst8rel", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramersCxGUNjJo", "withCSS", "sCxGUNjJo_default", "addPropertyControls", "ControlType", "addFonts", "NavIconFonts", "getFonts", "U2EMzl5Fp_default", "NavTabFonts", "sCxGUNjJo_default", "TriggerFonts", "KP_ZF1Jqr_default", "LinksProductFonts", "HLENTjBby_default", "IconLinkFonts", "YPAwvL0uW_default", "NavTabControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "hover", "id", "navLinkState", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UQ2Rqivg5", "ESjGGHCMV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "aBlNcdXwrcspmp1", "args", "aBlNcdXwr196r1tr", "aBlNcdXwr1kbllqy", "LzGt9vwIs1v3u1jf", "PWSlWeqS61649ovo", "overlay", "loadMore", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "router", "useRouter", "ref2", "ref3", "isDisplayed4", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "l", "AnimatePresence", "Floating", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerreAKa0Irg", "withCSS", "reAKa0Irg_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "MaterialFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "SVG", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerJdJp99vv2", "withCSS", "JdJp99vv2_default", "addPropertyControls", "ControlType", "addFonts", "BridgeFonts", "getFonts", "JdJp99vv2_default", "ButtonFonts", "DI8mvw2qg_default", "IconLinkFonts", "YPAwvL0uW_default", "MaterialFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "ResolveLinks", "resolvedLinks", "SVG", "Image2", "Link", "css", "FramerrepNjYJbz", "withCSS", "repNjYJbz_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
