{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/0xkiWjwekn87OErRIyqu/EuZDo3hNz57mj98homxw/BuyNowButton.js", "ssg:https://framerusercontent.com/modules/fCVPRoCL8Z5jN238F4hg/HVMYybeBmfZIBfKP2jIe/BQWBct5i6.js", "ssg:https://framerusercontent.com/modules/jXUtWUSnnypSbmjGpb8B/St6beXUO2xlXXiI0Gsqj/DKMTQhHhB.js", "ssg:https://framerusercontent.com/modules/iJgM89jLDQeThMJbHxAv/aIBhqtwCEvWHCeaTp53j/nRyGRQyRJ.js", "ssg:https://framerusercontent.com/modules/ll50FDzyxiS2YmY3ptaV/nKuoQK5dfJ5gvSavmh1r/wDBT1M7dG.js", "ssg:https://framerusercontent.com/modules/lvVTjGt0Eekouv8EYEvz/K5fWGnWeOVlj77IHImbR/XKsdHXU_9.js", "ssg:https://framerusercontent.com/modules/waQd0cWcTRfEDpV2AS1I/NXbQ62ErOUs9Q42gLXCi/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{generateBuyNowCheckoutUrl,useAmountInStock}from\"https://framerusercontent.com/modules/ibjYTPLnMMPhPLNCj4uG/FaYkn76gbV6wpGuceOJy/Cart.js\";import{useProductStore,useSelectedVariant}from\"https://framerusercontent.com/modules/ajKYBgRXgNyNgL1GkpqG/VAOEK86EBZr2PlrzOKkE/ProductState.js\";import{parseShopifyData,Button,createButtonPropertyControls,Colors}from\"https://framerusercontent.com/modules/gd3dcT3w5rYoRy7ZcKte/GAdBYxoR2F2B8O0x6BCU/Shared.js\";var State;(function(State){State[\"Default\"]=\"default\";State[\"OutOfStock\"]=\"outOfStock\";})(State||(State={}));const defaultText={[\"default\"]:\"Buy Now\",[\"outOfStock\"]:\"Buy Now\"};/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerIntrinsicWidth 300\n * @framerDisableUnlink\n */export default function BuyNowButton(props){const{newTab,layer}=props;const{shopifyId,tracksInventory}=parseShopifyData(props.shopifyData);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const{quantity,selectedVariantOptions}=useProductStore(state=>state.products?.[shopifyId]||{quantity:1,selectedVariantOptions:{}});const selectedVariant=useSelectedVariant(props.shopifyData);const[inventory,inventoryIsLoading]=useAmountInStock(props.shopifyData);const state=isCanvas||!tracksInventory||inventory[selectedVariant?.id]>0||inventoryIsLoading?\"default\":\"outOfStock\";const onClick=()=>{if(selectedVariant){const windowReference=newTab?window.open():null;generateBuyNowCheckoutUrl(selectedVariant.id,quantity).then(checkoutUrl=>{if(newTab){windowReference.location=checkoutUrl;}else{window.location.href=checkoutUrl;}}).catch(console.error);}};return /*#__PURE__*/_jsx(Button,{...props,onClick:onClick,variant:state,style:{cursor:state===\"default\"?\"pointer\":undefined,userSelect:\"none\",...props.style},children:props.text[state]});}BuyNowButton.displayName=\"Buy Now Button\";addPropertyControls(BuyNowButton,{shopifyData:{type:ControlType.String,defaultValue:\"\",placeholder:\"Shopify Data\",preventLocalization:true},newTab:{type:ControlType.Boolean,defaultValue:true},text:{type:ControlType.Object,defaultValue:defaultText,controls:{[\"default\"]:{type:ControlType.String,defaultValue:defaultText[\"default\"],placeholder:\"Default Text\"},[\"outOfStock\"]:{type:ControlType.String,defaultValue:defaultText[\"outOfStock\"],placeholder:\"Out of Stock Text\",title:\"Out of Stock\"}}},...createButtonPropertyControls({opacity:true,variants:[{id:\"default\",title:\"Default\",...Colors.Primary,opacity:1},{id:\"outOfStock\",title:\"Out of Stock\",opacity:.5}]})});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BuyNowButton\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BuyNowButton.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={EPFneNBa3:{pressed:true}};const cycleOrder=[\"EPFneNBa3\",\"dHGiiMuqj\"];const serializationHash=\"framer-G3gRd\";const variantClassNames={dHGiiMuqj:\"framer-v-1lgz199\",EPFneNBa3:\"framer-v-1up81vw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.5,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={Default:\"EPFneNBa3\",Hide:\"dHGiiMuqj\"};const getProps=({click,height,id,width,...props})=>{return{...props,UTh1M4qSL:click??props.UTh1M4qSL,variant:humanReadableVariantMap[props.variant]??props.variant??\"EPFneNBa3\"};};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,UTh1M4qSL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EPFneNBa3\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapye62iy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(UTh1M4qSL){const res=await UTh1M4qSL(...args);if(res===false)return false;}});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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1up81vw\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EPFneNBa3\",onTap:onTapye62iy,ref:ref??ref1,style:{backgroundColor:\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",boxShadow:\"0px 0.7961918735236395px 0.7165726861712756px -0.75px rgba(0, 0, 0, 0.14801), 0px 2.414506143104518px 2.173055528794066px -1.5px rgba(0, 0, 0, 0.14396), 0px 6.382653521484461px 5.744388169336015px -2.25px rgba(0, 0, 0, 0.13404), 0px 20px 18px -3px rgba(0, 0, 0, 0.1)\",...style},...addPropertyOverrides({\"EPFneNBa3-pressed\":{\"data-framer-name\":undefined},dHGiiMuqj:{\"data-framer-name\":\"Hide\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iljige-container\",layoutDependency:layoutDependency,layoutId:\"TKKDwPvz7-container\",style:{opacity:1},variants:{\"EPFneNBa3-pressed\":{opacity:1},dHGiiMuqj:{opacity:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-042f3c5b-dc75-4f67-833b-b4164667f283, rgb(18, 16, 40))\",height:\"100%\",iconSearch:\"x\",iconSelection:\"House\",id:\"TKKDwPvz7\",layoutId:\"TKKDwPvz7\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-G3gRd.framer-13dr834, .framer-G3gRd .framer-13dr834 { display: block; }\",\".framer-G3gRd.framer-1up81vw { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 1px; }\",\".framer-G3gRd .framer-1iljige-container { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-G3gRd.framer-1up81vw { gap: 0px; } .framer-G3gRd.framer-1up81vw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-G3gRd.framer-1up81vw > :first-child { margin-left: 0px; } .framer-G3gRd.framer-1up81vw > :last-child { margin-right: 0px; } }\",\".framer-G3gRd.framer-v-1lgz199.framer-1up81vw { height: 1px; padding: 0px; }\",\".framer-G3gRd.framer-v-1up81vw.pressed.framer-1up81vw { height: 32px; padding: 16px; width: 32px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"dHGiiMuqj\":{\"layout\":[\"fixed\",\"fixed\"]},\"VfSrizCh7\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"UTh1M4qSL\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBQWBct5i6=withCSS(Component,css,\"framer-G3gRd\");export default FramerBQWBct5i6;FramerBQWBct5i6.displayName=\"Close cursor\";FramerBQWBct5i6.defaultProps={height:48,width:48};addPropertyControls(FramerBQWBct5i6,{variant:{options:[\"EPFneNBa3\",\"dHGiiMuqj\"],optionTitles:[\"Default\",\"Hide\"],title:\"Variant\",type:ControlType.Enum},UTh1M4qSL:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerBQWBct5i6,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBQWBct5i6\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dHGiiMuqj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VfSrizCh7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"48\",\"framerVariables\":\"{\\\"UTh1M4qSL\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BQWBct5i6.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/awD2pfVBoa16gQKgwdl0/VgxlhIjPf4LREpYHrEgP/Nj_9Ihv27.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/q7QqLMwDei9tCV6dcacD/4UjZW1LU4N4xDyFf4gLx/RqQA9cclN.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={T09jVXgNX:{hover:true}};const cycleOrder=[\"T09jVXgNX\",\"tXKeBav4k\"];const serializationHash=\"framer-OzF2S\";const variantClassNames={T09jVXgNX:\"framer-v-sw2xi9\",tXKeBav4k:\"framer-v-uzxhyq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:1,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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:\"T09jVXgNX\",Mobile:\"tXKeBav4k\"};const getProps=({height,id,image,link,text,width,...props})=>{return{...props,iH4skX3rV:text??props.iH4skX3rV??\"IN THE RYE\",siSqhXU5E:image??props.siSqhXU5E??{src:\"https://framerusercontent.com/images/YHyeFzCyAxwxoOMC9f3YLVYxQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/YHyeFzCyAxwxoOMC9f3YLVYxQ.png?scale-down-to=1024 682w,https://framerusercontent.com/images/YHyeFzCyAxwxoOMC9f3YLVYxQ.png 1000w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"T09jVXgNX\",xwGDTl4mD:link??props.xwGDTl4mD};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,siSqhXU5E,iH4skX3rV,xwGDTl4mD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"T09jVXgNX\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:xwGDTl4mD,motionChild:true,nodeId:\"T09jVXgNX\",scopeId:\"DKMTQhHhB\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-sw2xi9\",className,classNames)} framer-bnkpeq`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"T09jVXgNX\",ref:refBinding,style:{...style},...addPropertyOverrides({\"T09jVXgNX-hover\":{\"data-framer-name\":undefined},tXKeBav4k:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-1),sizes:`calc(${componentViewport?.width||\"100vw\"} + 2px)`,...toResponsiveImage(siSqhXU5E),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-1q16ggw\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"I1:432;70:2957\",...addPropertyOverrides({\"T09jVXgNX-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||402.5)*.49937888198757785-(componentViewport?.height||402.5)*1.1503/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.15)`,...toResponsiveImage(siSqhXU5E),...{positionX:\"center\",positionY:\"top\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16u8uei\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"I1:432;70:2958\",style:{backgroundColor:\"rgba(0, 0, 0, 0.32)\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-pyaw9u\",\"data-styles-preset\":\"RqQA9cclN\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255)))\"},children:\"IN THE RYE\"})}),className:\"framer-113uq1z\",\"data-framer-name\":\"IN THE RYE\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I1:432;70:2959\",style:{\"--extracted-a0htzi\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:iH4skX3rV,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dniudr\",\"data-framer-name\":\"See collections\",layoutDependency:layoutDependency,layoutId:\"oo49Ny2dA\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{\"T09jVXgNX-hover\":{opacity:1},tXKeBav4k:{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255)))\"},children:\"BEKIJKEN\"})}),className:\"framer-4xddej\",\"data-framer-name\":\"IN THE RYE\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PaAJDyUDe\",style:{\"--extracted-r6o4lv\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"T09jVXgNX-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255)))\"},children:\"Bekijken\"})})},tXKeBav4k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255)))\"},children:\"bekijken\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1o2c1we-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"SG1zTcaut-container\",nodeId:\"SG1zTcaut\",rendersWithMotion:true,scopeId:\"DKMTQhHhB\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpRight\",id:\"SG1zTcaut\",layoutId:\"SG1zTcaut\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vscluh\",\"data-border\":true,\"data-framer-name\":\"Top left border\",layoutDependency:layoutDependency,layoutId:\"FJBok3vsi\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:0},variants:{\"T09jVXgNX-hover\":{opacity:1},tXKeBav4k:{opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6x4cgy\",\"data-border\":true,\"data-framer-name\":\"Bot left border\",layoutDependency:layoutDependency,layoutId:\"tbn_4QcjF\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",opacity:0},variants:{\"T09jVXgNX-hover\":{opacity:1},tXKeBav4k:{opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-56q3q7\",\"data-border\":true,\"data-framer-name\":\"Top right border\",layoutDependency:layoutDependency,layoutId:\"MBzjjgTFE\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:0},variants:{\"T09jVXgNX-hover\":{opacity:1},tXKeBav4k:{opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ia7zln\",\"data-border\":true,\"data-framer-name\":\"Bot right border\",layoutDependency:layoutDependency,layoutId:\"GkDMZoq_u\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",opacity:0},variants:{\"T09jVXgNX-hover\":{opacity:1},tXKeBav4k:{opacity:1}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OzF2S.framer-bnkpeq, .framer-OzF2S .framer-bnkpeq { display: block; }\",\".framer-OzF2S.framer-sw2xi9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 403px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 400px; }\",\".framer-OzF2S .framer-1q16ggw { bottom: -1px; flex: none; left: -1px; position: absolute; right: -1px; top: -1px; z-index: 1; }\",\".framer-OzF2S .framer-16u8uei { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-OzF2S .framer-113uq1z, .framer-OzF2S .framer-4xddej { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-OzF2S .framer-dniudr { align-content: center; align-items: center; bottom: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-OzF2S .framer-1o2c1we-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-OzF2S .framer-vscluh { flex: none; height: 16px; left: 24px; overflow: hidden; position: absolute; top: 24px; width: 16px; z-index: 1; }\",\".framer-OzF2S .framer-6x4cgy { bottom: 24px; flex: none; height: 16px; left: 24px; overflow: hidden; position: absolute; width: 16px; z-index: 1; }\",\".framer-OzF2S .framer-56q3q7 { flex: none; height: 16px; overflow: hidden; position: absolute; right: 24px; top: 24px; width: 16px; z-index: 1; }\",\".framer-OzF2S .framer-1ia7zln { bottom: 24px; flex: none; height: 16px; overflow: hidden; position: absolute; right: 24px; width: 16px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OzF2S.framer-sw2xi9, .framer-OzF2S .framer-dniudr { gap: 0px; } .framer-OzF2S.framer-sw2xi9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OzF2S.framer-sw2xi9 > :first-child { margin-top: 0px; } .framer-OzF2S.framer-sw2xi9 > :last-child { margin-bottom: 0px; } .framer-OzF2S .framer-dniudr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-OzF2S .framer-dniudr > :first-child { margin-left: 0px; } .framer-OzF2S .framer-dniudr > :last-child { margin-right: 0px; } }\",\".framer-OzF2S.framer-v-uzxhyq.framer-sw2xi9 { aspect-ratio: 0.9937888198757764 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 403px); }\",\".framer-OzF2S.framer-v-uzxhyq .framer-dniudr { bottom: 40px; gap: 4px; left: 50%; }\",\".framer-OzF2S.framer-v-uzxhyq .framer-vscluh, .framer-OzF2S.framer-v-sw2xi9.hover .framer-vscluh { left: 16px; top: 16px; }\",\".framer-OzF2S.framer-v-uzxhyq .framer-6x4cgy, .framer-OzF2S.framer-v-sw2xi9.hover .framer-6x4cgy { bottom: 16px; left: 16px; }\",\".framer-OzF2S.framer-v-uzxhyq .framer-56q3q7, .framer-OzF2S.framer-v-sw2xi9.hover .framer-56q3q7 { right: 16px; top: 16px; }\",\".framer-OzF2S.framer-v-uzxhyq .framer-1ia7zln, .framer-OzF2S.framer-v-sw2xi9.hover .framer-1ia7zln { bottom: 16px; right: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OzF2S.framer-v-uzxhyq .framer-dniudr { gap: 0px; } .framer-OzF2S.framer-v-uzxhyq .framer-dniudr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-OzF2S.framer-v-uzxhyq .framer-dniudr > :first-child { margin-left: 0px; } .framer-OzF2S.framer-v-uzxhyq .framer-dniudr > :last-child { margin-right: 0px; } }\",\".framer-OzF2S.framer-v-sw2xi9.hover.framer-sw2xi9 { aspect-ratio: 0.9937888198757764 / 1; height: var(--framer-aspect-ratio-supported, 403px); }\",\".framer-OzF2S.framer-v-sw2xi9.hover .framer-1q16ggw { bottom: unset; height: 115%; left: calc(50.00000000000002% - 114.99999999999999% / 2); right: unset; top: calc(49.93788819875778% - 115.03105590062113% / 2); width: 115%; }\",\".framer-OzF2S.framer-v-sw2xi9.hover .framer-dniudr { bottom: 40px; gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OzF2S.framer-v-sw2xi9.hover .framer-dniudr { gap: 0px; } .framer-OzF2S.framer-v-sw2xi9.hover .framer-dniudr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-OzF2S.framer-v-sw2xi9.hover .framer-dniudr > :first-child { margin-left: 0px; } .framer-OzF2S.framer-v-sw2xi9.hover .framer-dniudr > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-OzF2S[data-border=\"true\"]::after, .framer-OzF2S [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 402.5\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tXKeBav4k\":{\"layout\":[\"fixed\",\"fixed\"]},\"qU8GnPJOr\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"siSqhXU5E\":\"image\",\"iH4skX3rV\":\"text\",\"xwGDTl4mD\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDKMTQhHhB=withCSS(Component,css,\"framer-OzF2S\");export default FramerDKMTQhHhB;FramerDKMTQhHhB.displayName=\"Card/Category\";FramerDKMTQhHhB.defaultProps={height:402.5,width:400};addPropertyControls(FramerDKMTQhHhB,{variant:{options:[\"T09jVXgNX\",\"tXKeBav4k\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},siSqhXU5E:{__defaultAssetReference:\"data:framer/asset-reference,YHyeFzCyAxwxoOMC9f3YLVYxQ.png?originalFilename=image+34.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},iH4skX3rV:{defaultValue:\"IN THE RYE\",displayTextArea:false,title:\"Text\",type:ControlType.String},xwGDTl4mD:{title:\"Link\",type:ControlType.Link}});addFonts(FramerDKMTQhHhB,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDKMTQhHhB\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"402.5\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"siSqhXU5E\\\":\\\"image\\\",\\\"iH4skX3rV\\\":\\\"text\\\",\\\"xwGDTl4mD\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tXKeBav4k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qU8GnPJOr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Tenor Sans-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Tenor Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/tenorsans/v19/bx6ANxqUneKx06UkIXISr3dyC22IyqI.woff2\",weight:\"400\"}]}];export const css=['.framer-aYzCr .framer-styles-preset-22ztjo:not(.rich-text-wrapper), .framer-aYzCr .framer-styles-preset-22ztjo.rich-text-wrapper h2 { --framer-font-family: \"Tenor Sans\", \"Tenor Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'case\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 104%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, #121212); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-aYzCr\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Switzer-regular\",\"FS;Switzer-bold\",\"FS;Switzer-bold italic\",\"FS;Switzer-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HBNTRIISA5MEXGL5WPYI7CV2HIWTDV3Q/YDPDINVT673XLXNSTMLG4JNCZZMVVNPN/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY.woff2\",weight:\"700\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LVPXCMXCWY3V7PSXRMGRQUJDAS2DT47E/BPEVRT2HG7PPVVUS7A67MZQQZW6LR6A5/A7AS3UPAGLC7MDVC67SBNTE5FGF2Z2RG.woff2\",weight:\"700\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XVUY2PHYBA6KMN4RMEMJPHQSTKCQ267G/UICOQA6KCSHFOSCPYDVVDNNCDKYFXHJB/O34WRFYO7JNWEBBA2LRV2XYRUSYXYDKH.woff2\",weight:\"400\"}]}];export const css=['.framer-193UL .framer-styles-preset-1jpt8su:not(.rich-text-wrapper), .framer-193UL .framer-styles-preset-1jpt8su.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-193UL\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,FormPlainTextInput,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/awD2pfVBoa16gQKgwdl0/VgxlhIjPf4LREpYHrEgP/Nj_9Ihv27.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/iJgM89jLDQeThMJbHxAv/aIBhqtwCEvWHCeaTp53j/nRyGRQyRJ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/ll50FDzyxiS2YmY3ptaV/nKuoQK5dfJ5gvSavmh1r/wDBT1M7dG.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"CJHJpHWdw\",\"pDWU7dR03\",\"kXVn26myY\",\"phxvZAEK7\",\"SXPF2Zf9L\",\"m8Aa6AyZl\",\"Ol4eslzo_\"];const serializationHash=\"framer-s9q7G\";const variantClassNames={CJHJpHWdw:\"framer-v-n6wybi\",kXVn26myY:\"framer-v-19w5x0s\",m8Aa6AyZl:\"framer-v-lbqtee\",Ol4eslzo_:\"framer-v-5pdkvr\",pDWU7dR03:\"framer-v-dw6zf1\",phxvZAEK7:\"framer-v-17hy99t\",SXPF2Zf9L:\"framer-v-1tdojz1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1.5,ease:[.54,-.01,0,1],type:\"tween\"};const transition2={delay:0,duration:2,ease:[.54,-.01,0,1],type:\"tween\"};const transition3={delay:0,duration:.5,ease:[0,0,0,1],type:\"tween\"};const transition4={delay:0,duration:1,ease:[0,0,0,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={\"Mobile - hide\":\"Ol4eslzo_\",\"Mobile - show\":\"m8Aa6AyZl\",\"Show state 1\":\"phxvZAEK7\",\"Show state 2\":\"pDWU7dR03\",Close:\"kXVn26myY\",Hide:\"CJHJpHWdw\",Mobile:\"SXPF2Zf9L\"};const getProps=({defaultCursor,height,hideCursor,id,image,width,...props})=>{return{...props,B_o6_knQK:image??props.B_o6_knQK??{src:\"https://framerusercontent.com/images/FSoJpjbIFiAu0xVnpFQX23yTDI.jpeg\",srcSet:\"https://framerusercontent.com/images/FSoJpjbIFiAu0xVnpFQX23yTDI.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/FSoJpjbIFiAu0xVnpFQX23yTDI.jpeg 1067w\"},bxKrzUjVg:defaultCursor??props.bxKrzUjVg,Isw5OR78_:hideCursor??props.Isw5OR78_,variant:humanReadableVariantMap[props.variant]??props.variant??\"CJHJpHWdw\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,B_o6_knQK,bxKrzUjVg,Isw5OR78_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CJHJpHWdw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1xljzhi=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"phxvZAEK7\"),5e3);});const onAppear18nl2g0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"pDWU7dR03\"),700);});const onAppeare3kjc7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"m8Aa6AyZl\"),5e3);});const onTapep5dpo=activeVariantCallback(async(...args)=>{setVariant(\"kXVn26myY\");});const onTap2ss3w5=activeVariantCallback(async(...args)=>{setVariant(\"Ol4eslzo_\");});useOnVariantChange(baseVariant,{default:onAppear1xljzhi,kXVn26myY:undefined,m8Aa6AyZl:undefined,Ol4eslzo_:undefined,pDWU7dR03:undefined,phxvZAEK7:onAppear18nl2g0,SXPF2Zf9L:onAppeare3kjc7});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"SXPF2Zf9L\",\"m8Aa6AyZl\",\"Ol4eslzo_\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"phxvZAEK7\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"phxvZAEK7\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({kXVn26myY:{value:transition3},m8Aa6AyZl:{value:transition4},Ol4eslzo_:{value:transition3},pDWU7dR03:{value:transition2},phxvZAEK7:{value:transition2},SXPF2Zf9L:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-n6wybi\",className,classNames),\"data-framer-name\":\"Hide\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CJHJpHWdw\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},...addPropertyOverrides({kXVn26myY:{\"data-framer-name\":\"Close\",\"data-highlight\":undefined},m8Aa6AyZl:{\"data-framer-name\":\"Mobile - show\",\"data-highlight\":undefined},Ol4eslzo_:{\"data-framer-name\":\"Mobile - hide\",\"data-highlight\":undefined},pDWU7dR03:{\"data-framer-name\":\"Show state 2\",\"data-highlight\":undefined},phxvZAEK7:{\"data-framer-name\":\"Show state 1\"},SXPF2Zf9L:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-r3jbey\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"pDiMc9MIo\",style:{backgroundColor:\"rgba(0, 0, 0, 0.6)\",opacity:0},variants:{pDWU7dR03:{opacity:1},phxvZAEK7:{opacity:1}},...addPropertyOverrides({pDWU7dR03:{\"data-framer-cursor\":bxKrzUjVg,\"data-highlight\":true,onTap:onTapep5dpo},phxvZAEK7:{\"data-framer-cursor\":bxKrzUjVg}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u1el8w\",\"data-framer-cursor\":Isw5OR78_,\"data-framer-name\":\"Modal\",layoutDependency:layoutDependency,layoutId:\"AOUi3_f7i\",style:{boxShadow:\"none\",opacity:0,scale:1},variants:{kXVn26myY:{scale:.8},m8Aa6AyZl:{boxShadow:\"0px -3px 20px 0px rgba(0, 0, 0, 0.15)\",opacity:1,scale:1},Ol4eslzo_:{boxShadow:\"0px -3px 20px 0px rgba(0, 0, 0, 0.15)\",scale:.8},pDWU7dR03:{opacity:1},phxvZAEK7:{opacity:1,scale:1},SXPF2Zf9L:{boxShadow:\"0px -3px 20px 0px rgba(0, 0, 0, 0.15)\",scale:1}},children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-i4t2e1\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"LL0Xicr68\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||819)-304+0+0),pixelHeight:1112,pixelWidth:920,sizes:\"222px\",...toResponsiveImage(B_o6_knQK)},className:\"framer-1nz89kr\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"P0_PPwBn3\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ep3ikd\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"hYdASD0yJ\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mtkgb6\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"AN9_ippK6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1frvu7m\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"c8VBv5rVO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18)))\"},children:\"First timer?\"})}),className:\"framer-nc9rrf\",\"data-framer-name\":\"welcome!\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FmW7TzvGN\",style:{\"--extracted-r6o4lv\":\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kXVn26myY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18)))\"},children:\"Welkom\"})})},m8Aa6AyZl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18)))\"},children:\"Welkom\"})})},Ol4eslzo_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18)))\"},children:\"Welkom\"})})},pDWU7dR03:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18)))\"},children:\"Welkom\"})})},phxvZAEK7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18)))\"},children:\"Welkom\"})})},SXPF2Zf9L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18)))\"},children:\"Welkom\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14diex4\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eYKqDSNa8\",onTap:onTapep5dpo,...addPropertyOverrides({m8Aa6AyZl:{onTap:onTap2ss3w5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kemmnx-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PPI6OHfdE-container\",nodeId:\"PPI6OHfdE\",rendersWithMotion:true,scopeId:\"XKsdHXU_9\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-042f3c5b-dc75-4f67-833b-b4164667f283, rgb(18, 16, 40))\",height:\"100%\",iconSearch:\"x\",iconSelection:\"House\",id:\"PPI6OHfdE\",layoutId:\"PPI6OHfdE\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-22ztjo\",\"data-styles-preset\":\"nRyGRQyRJ\",children:\"Waarmee kunnen wij u van dienst zijn?\"})}),className:\"framer-5peku2\",\"data-framer-name\":\"Sign up to newsletter for 15% off your first order!\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jmk0ku76S\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yoqx8o\",\"data-framer-name\":\"Form\",layoutDependency:layoutDependency,layoutId:\"a0p6Kk8DA\",children:[/*#__PURE__*/_jsx(FormContainer,{className:\"framer-15vaz1c\",layoutDependency:layoutDependency,layoutId:\"eWdFmdPyp\",nodeId:\"eWdFmdPyp\",children:formState=>/*#__PURE__*/_jsx(_Fragment,{children:isDisplayed1()&&/*#__PURE__*/_jsx(motion.label,{className:\"framer-u4hfag\",layoutDependency:layoutDependency,layoutId:\"c4Gqz54oF\",children:isDisplayed2()&&/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-r0o2f7\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"uWPTUxXMC\",placeholder:\"Your Email\",required:true,style:{\"--framer-input-background\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-0f17aa3d-5b0d-42ea-94bf-e1b3d46f9595, rgb(237, 237, 237))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-39536026-6dde-4716-bacf-8dcac8c53cfe, rgb(143, 143, 143))\"},type:\"email\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1jpt8su\",\"data-styles-preset\":\"wDBT1M7dG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-39536026-6dde-4716-bacf-8dcac8c53cfe, rgb(143, 143, 143)))\"},children:\"Mist u een bepaalde dienst of heeft u speciale wensen? Neem dan contact met ons op en we zullen ons best doen om u van dienst te kunnen zijn.\"})}),className:\"framer-1w7h4xg\",\"data-framer-name\":\"By signing up you are agreeing to our\\xa0terms.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JQnrRfrz0\",style:{\"--extracted-r6o4lv\":\"var(--token-39536026-6dde-4716-bacf-8dcac8c53cfe, rgb(143, 143, 143))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-s9q7G.framer-1cg9q8t, .framer-s9q7G .framer-1cg9q8t { display: block; }\",\".framer-s9q7G.framer-n6wybi { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 819px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-s9q7G .framer-r3jbey { bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-s9q7G .framer-u1el8w { align-content: center; align-items: center; bottom: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 280px; justify-content: center; overflow: visible; padding: 0px; pointer-events: none; position: absolute; right: -48px; width: 580px; z-index: 1; }\",\".framer-s9q7G .framer-i4t2e1 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; min-height: 280px; overflow: hidden; padding: 0px; position: absolute; right: 123px; top: 0px; width: 222px; z-index: 1; }\",\".framer-s9q7G .framer-1nz89kr { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-s9q7G .framer-1ep3ikd { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; justify-content: flex-start; overflow: hidden; padding: 16px 18px 16px 18px; position: absolute; right: 0px; top: 0px; width: 358px; z-index: 1; }\",\".framer-s9q7G .framer-mtkgb6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-s9q7G .framer-1frvu7m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-s9q7G .framer-nc9rrf { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-s9q7G .framer-14diex4 { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; z-index: 1; }\",\".framer-s9q7G .framer-kemmnx-container { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-s9q7G .framer-5peku2, .framer-s9q7G .framer-1w7h4xg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-s9q7G .framer-yoqx8o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-s9q7G .framer-15vaz1c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; min-height: 100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-s9q7G .framer-u4hfag { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-s9q7G .framer-r0o2f7 { --framer-input-focused-border-color: var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, #121212); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-transition: all 0.4s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-family: \"Geist\"; --framer-input-font-letter-spacing: -0.03em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: none; height: 48px; position: relative; width: 100%; }',\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-s9q7G.framer-n6wybi, .framer-s9q7G .framer-u1el8w, .framer-s9q7G .framer-i4t2e1, .framer-s9q7G .framer-1ep3ikd, .framer-s9q7G .framer-1frvu7m, .framer-s9q7G .framer-yoqx8o, .framer-s9q7G .framer-15vaz1c, .framer-s9q7G .framer-u4hfag { gap: 0px; } .framer-s9q7G.framer-n6wybi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-s9q7G.framer-n6wybi > :first-child, .framer-s9q7G .framer-u1el8w > :first-child, .framer-s9q7G .framer-i4t2e1 > :first-child, .framer-s9q7G .framer-1frvu7m > :first-child { margin-left: 0px; } .framer-s9q7G.framer-n6wybi > :last-child, .framer-s9q7G .framer-u1el8w > :last-child, .framer-s9q7G .framer-i4t2e1 > :last-child, .framer-s9q7G .framer-1frvu7m > :last-child { margin-right: 0px; } .framer-s9q7G .framer-u1el8w > *, .framer-s9q7G .framer-i4t2e1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-s9q7G .framer-1ep3ikd > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-s9q7G .framer-1ep3ikd > :first-child, .framer-s9q7G .framer-yoqx8o > :first-child, .framer-s9q7G .framer-15vaz1c > :first-child, .framer-s9q7G .framer-u4hfag > :first-child { margin-top: 0px; } .framer-s9q7G .framer-1ep3ikd > :last-child, .framer-s9q7G .framer-yoqx8o > :last-child, .framer-s9q7G .framer-15vaz1c > :last-child, .framer-s9q7G .framer-u4hfag > :last-child { margin-bottom: 0px; } .framer-s9q7G .framer-1frvu7m > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-s9q7G .framer-yoqx8o > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-s9q7G .framer-15vaz1c > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-s9q7G .framer-u4hfag > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-s9q7G.framer-v-dw6zf1 .framer-r3jbey { cursor: pointer; pointer-events: auto; }\",\".framer-s9q7G.framer-v-dw6zf1 .framer-u1el8w { pointer-events: auto; right: 24px; }\",\".framer-s9q7G.framer-v-dw6zf1 .framer-i4t2e1, .framer-s9q7G.framer-v-19w5x0s .framer-i4t2e1 { left: 0px; right: unset; }\",\".framer-s9q7G.framer-v-dw6zf1 .framer-15vaz1c, .framer-s9q7G.framer-v-17hy99t .framer-u4hfag { min-height: 48px; }\",\".framer-s9q7G.framer-v-19w5x0s .framer-u1el8w, .framer-s9q7G.framer-v-17hy99t .framer-u1el8w { right: 24px; }\",\".framer-s9q7G.framer-v-17hy99t .framer-r3jbey { pointer-events: auto; }\",\".framer-s9q7G.framer-v-17hy99t .framer-15vaz1c { min-height: unset; }\",\".framer-s9q7G.framer-v-1tdojz1.framer-n6wybi, .framer-s9q7G.framer-v-lbqtee.framer-n6wybi, .framer-s9q7G.framer-v-5pdkvr.framer-n6wybi { justify-content: flex-end; width: 390px; }\",\".framer-s9q7G.framer-v-1tdojz1 .framer-u1el8w { bottom: -60px; left: 0px; right: 0px; width: unset; }\",\".framer-s9q7G.framer-v-1tdojz1 .framer-1ep3ikd, .framer-s9q7G.framer-v-lbqtee .framer-1ep3ikd, .framer-s9q7G.framer-v-5pdkvr .framer-1ep3ikd { bottom: unset; flex: 1 0 0px; height: 280px; position: relative; right: unset; top: unset; width: 1px; }\",\".framer-s9q7G.framer-v-lbqtee .framer-u1el8w { bottom: 0px; left: 0px; pointer-events: auto; right: 0px; width: unset; }\",\".framer-s9q7G.framer-v-lbqtee .framer-15vaz1c { order: 1; }\",\".framer-s9q7G.framer-v-lbqtee .framer-1w7h4xg { order: 0; }\",\".framer-s9q7G.framer-v-5pdkvr .framer-u1el8w { bottom: 0px; left: 0px; right: 0px; width: unset; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 819\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pDWU7dR03\":{\"layout\":[\"fixed\",\"fixed\"]},\"kXVn26myY\":{\"layout\":[\"fixed\",\"fixed\"]},\"phxvZAEK7\":{\"layout\":[\"fixed\",\"fixed\"]},\"SXPF2Zf9L\":{\"layout\":[\"fixed\",\"fixed\"]},\"m8Aa6AyZl\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ol4eslzo_\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"B_o6_knQK\":\"image\",\"bxKrzUjVg\":\"defaultCursor\",\"Isw5OR78_\":\"hideCursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXKsdHXU_9=withCSS(Component,css,\"framer-s9q7G\");export default FramerXKsdHXU_9;FramerXKsdHXU_9.displayName=\"Pop-Up Modal\";FramerXKsdHXU_9.defaultProps={height:819,width:1200};addPropertyControls(FramerXKsdHXU_9,{variant:{options:[\"CJHJpHWdw\",\"pDWU7dR03\",\"kXVn26myY\",\"phxvZAEK7\",\"SXPF2Zf9L\",\"m8Aa6AyZl\",\"Ol4eslzo_\"],optionTitles:[\"Hide\",\"Show state 2\",\"Close\",\"Show state 1\",\"Mobile\",\"Mobile - show\",\"Mobile - hide\"],title:\"Variant\",type:ControlType.Enum},B_o6_knQK:{__defaultAssetReference:\"data:framer/asset-reference,FSoJpjbIFiAu0xVnpFQX23yTDI.jpeg?originalFilename=IMG_6073.jpeg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},bxKrzUjVg:{title:\"Default cursor\",type:ControlType.CustomCursor},Isw5OR78_:{title:\"Hide cursor\",type:ControlType.CustomCursor}});addFonts(FramerXKsdHXU_9,[{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\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4mJPby1QNtA.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXKsdHXU_9\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pDWU7dR03\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kXVn26myY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"phxvZAEK7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SXPF2Zf9L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m8Aa6AyZl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ol4eslzo_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerVariables\":\"{\\\"B_o6_knQK\\\":\\\"image\\\",\\\"bxKrzUjVg\\\":\\\"defaultCursor\\\",\\\"Isw5OR78_\\\":\\\"hideCursor\\\"}\",\"framerIntrinsicHeight\":\"819\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XKsdHXU_9.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,useSiteRefs,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import BuyNowButton from\"https://framerusercontent.com/modules/0xkiWjwekn87OErRIyqu/EuZDo3hNz57mj98homxw/BuyNowButton.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import PriceLabel from\"https://framerusercontent.com/modules/Ncx6rwHWSXe5kU34gWm3/Uh3d9bpMGLct9de8PuK2/ProductInfoLabel.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import CloseCursor from\"#framer/local/canvasComponent/BQWBct5i6/BQWBct5i6.js\";import CardCategory from\"#framer/local/canvasComponent/DKMTQhHhB/DKMTQhHhB.js\";import ImageGallery from\"#framer/local/canvasComponent/GJSRppQIZ/GJSRppQIZ.js\";import CardProduct from\"#framer/local/canvasComponent/Oo4eIeNf4/Oo4eIeNf4.js\";import Primary from\"#framer/local/canvasComponent/T7B8ZLANm/T7B8ZLANm.js\";import SectionFAQ from\"#framer/local/canvasComponent/tO37PobPm/tO37PobPm.js\";import SectionTitle from\"#framer/local/canvasComponent/U750b7d1S/U750b7d1S.js\";import SectionUSP from\"#framer/local/canvasComponent/vO8SbxoqA/vO8SbxoqA.js\";import Reviews2 from\"#framer/local/canvasComponent/x7wI9ve9N/x7wI9ve9N.js\";import PopUpModal from\"#framer/local/canvasComponent/XKsdHXU_9/XKsdHXU_9.js\";import CardBlog from\"#framer/local/canvasComponent/XWq4WYgWr/XWq4WYgWr.js\";import Diensten from\"#framer/local/collection/X5XmX7wsR/X5XmX7wsR.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/zXPft6HIo/zXPft6HIo.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/BRLBAwiOF/BRLBAwiOF.js\";import*as sharedStyle2 from\"#framer/local/css/dzOmMdH8G/dzOmMdH8G.js\";import*as sharedStyle8 from\"#framer/local/css/ER6cKbqiI/ER6cKbqiI.js\";import*as sharedStyle3 from\"#framer/local/css/mKbz5HYBr/mKbz5HYBr.js\";import*as sharedStyle from\"#framer/local/css/Nj_9Ihv27/Nj_9Ihv27.js\";import*as sharedStyle4 from\"#framer/local/css/nRyGRQyRJ/nRyGRQyRJ.js\";import*as sharedStyle9 from\"#framer/local/css/NyafyNEtO/NyafyNEtO.js\";import*as sharedStyle10 from\"#framer/local/css/Rl9G6kuBZ/Rl9G6kuBZ.js\";import*as sharedStyle5 from\"#framer/local/css/RqQA9cclN/RqQA9cclN.js\";import*as sharedStyle7 from\"#framer/local/css/sF9GczCqw/sF9GczCqw.js\";import*as sharedStyle1 from\"#framer/local/css/zqpFtVfxQ/zqpFtVfxQ.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const PopUpModalFonts=getFonts(PopUpModal);const VideoFonts=getFonts(Video);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const PrimaryFonts=getFonts(Primary);const MotionSectionWithFX=withFX(motion.section);const SectionTitleFonts=getFonts(SectionTitle);const CardProductFonts=getFonts(CardProduct);const ImageWithFX=withFX(Image);const ImageGalleryFonts=getFonts(ImageGallery);const PriceLabelFonts=getFonts(PriceLabel);const PhosphorFonts=getFonts(Phosphor);const BuyNowButtonFonts=getFonts(BuyNowButton);const Reviews2Fonts=getFonts(Reviews2);const CardCategoryFonts=getFonts(CardCategory);const CardBlogFonts=getFonts(CardBlog);const SectionFAQFonts=getFonts(SectionFAQ);const SectionUSPFonts=getFonts(SectionUSP);const CloseCursorFonts=getFonts(CloseCursor);const breakpoints={vdvksf8uI:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\",wXXfDJ9Mf:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-y9WEN\";const variantClassNames={vdvksf8uI:\"framer-v-108efd3\",WQLkyLRf1:\"framer-v-72rtr7\",wXXfDJ9Mf:\"framer-v-1bhf7wz\"};const transition1={bounce:0,delay:0,duration:2.5,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1.3,skewX:0,skewY:0,x:0,y:80};const transition2={bounce:0,delay:.5,duration:1.5,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:37};const transition3={bounce:0,delay:.6,duration:1.5,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:0,delay:.9,duration:1.5,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={bounce:0,delay:1,duration:1.5,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:0,delay:1.1,duration:1.5,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition7={bounce:0,delay:0,duration:.7,type:\"spring\"};const animation8={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"vdvksf8uI\",Tablet:\"wXXfDJ9Mf\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const transition8={bounce:0,delay:0,duration:1,type:\"spring\"};const cursor={component:CloseCursor,transition:transition8,variant:\"EPFneNBa3\"};const cursor1={alignment:\"center\",component:CloseCursor,offset:{x:0,y:0},placement:\"bottom\",transition:transition8,variant:\"dHGiiMuqj\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,YTmNHTtrPm1lcf5qvb,a95X3ao06m1lcf5qvb,EPjrey5orm1lcf5qvb,AvcsLfxBim1lcf5qvb,SVaazMnkUm1lcf5qvb,idm1lcf5qvb,a95X3ao06kozss4NpW,EPjrey5orkozss4NpW,BPWIGpjDkkozss4NpW,naUGb6nWFkozss4NpW,AvcsLfxBikozss4NpW,YTmNHTtrPkozss4NpW,kenUl72Iokozss4NpW,idkozss4NpW,XYdMP8pbjuCOWJJJ44,ahD4W6UkCuCOWJJJ44,gyg_cuNHQuCOWJJJ44,iT69EjVbEuCOWJJJ44,siENxjQTLuCOWJJJ44,CNTNAZQOvuCOWJJJ44,iduCOWJJJ44,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"Q34gewy0m\");const dynamicRef=useSiteRefs();const router=useRouter();const elementId1=useRouteElementId(\"Q0wvfGH2K\");const ref1=React.useRef(null);const elementId2=useRouteElementId(\"HsvylLAri\");useCustomCursors({ehu2ge:cursor,v88t3f:cursor1});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w7mkce-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xUeqeoF0h\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"xUeqeoF0h\",intensity:10,layoutId:\"xUeqeoF0h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ngi8nl\",\"data-framer-name\":\"Header change trigger\",id:elementId,ref:dynamicRef(elementId)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wbwsvm-container\",layoutScroll:true,nodeId:\"bZefmX_hd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{variant:\"SXPF2Zf9L\"}},children:/*#__PURE__*/_jsx(PopUpModal,{bxKrzUjVg:\"ehu2ge\",height:\"100%\",id:\"bZefmX_hd\",Isw5OR78_:\"v88t3f\",layoutId:\"bZefmX_hd\",style:{height:\"100%\",width:\"100%\"},variant:\"CJHJpHWdw\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:150,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1j3e5ou\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-p8fl2k-container\",\"data-framer-appear-id\":\"p8fl2k\",initial:animation1,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rwHsfwRTB\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{srcFile:\"https://framerusercontent.com/assets/WilzlQaIhoEFh1Yo04eJK25TyZY.mp4\"},wXXfDJ9Mf:{srcFile:\"https://framerusercontent.com/assets/WilzlQaIhoEFh1Yo04eJK25TyZY.mp4\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(18, 18, 18, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"rwHsfwRTB\",isMixedBorderRadius:false,layoutId:\"rwHsfwRTB\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/yH94dB7cqSkjaSZgattwUCJQ.mp4\",srcType:\"Upload\",srcUrl:\"https://videos.pexels.com/video-files/6895615/6895615-hd_1920_1080_25fps.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mewm9f\",\"data-framer-name\":\"Bot Gradient overlay\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oegacz\",\"data-framer-name\":\"Overlay\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t8t68m\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13r3q4h\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pn51yy\",\"data-framer-name\":\"Sub heading\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l99lvi\",\"data-styles-preset\":\"Nj_9Ihv27\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\"},children:\"MIJNSCHOONMAKER.COM\"})}),className:\"framer-11cw9ks\",\"data-framer-appear-id\":\"11cw9ks\",\"data-framer-name\":\"Your premier guide to uncovering the charm, elegance, and timeless allure of the world\u2019s most captivating clothes, where every piece holds a story.\",fonts:[\"Inter\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pbhpwv\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1brb7kk\",\"data-framer-name\":\"Text 1\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-6vl5z2\",\"data-styles-preset\":\"zqpFtVfxQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\"},children:\"ONLINE BEREKENEN\"})}),className:\"framer-ieojcf\",\"data-framer-appear-id\":\"ieojcf\",\"data-framer-name\":\"Your premier guide to uncovering the charm, elegance, and timeless allure of the world\u2019s most captivating clothes, where every piece holds a story.\",fonts:[\"Inter\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ijgo43\",\"data-framer-name\":\"Text 2\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-6vl5z2\",\"data-styles-preset\":\"zqpFtVfxQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\"},children:\"& BESTELLEN\"})}),className:\"framer-1ngn41o\",\"data-framer-appear-id\":\"1ngn41o\",\"data-framer-name\":\"Your premier guide to uncovering the charm, elegance, and timeless allure of the world\u2019s most captivating clothes, where every piece holds a story.\",fonts:[\"Inter\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qma6kl\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1haqb9g\",\"data-framer-name\":\"Text 1\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8zvfs6\",\"data-styles-preset\":\"dzOmMdH8G\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\"},children:\"Als klant kunt u zelf de prijs voor het ramen wassen berekenen en direct uw bestelling plaatsen in onze dienstenwebshop.\"})}),className:\"framer-166bg8i\",\"data-framer-appear-id\":\"166bg8i\",\"data-framer-name\":\"Your premier guide to uncovering the charm, elegance, and timeless allure of the world\u2019s most captivating clothes, where every piece holds a story.\",fonts:[\"Inter\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},wXXfDJ9Mf:{width:`min((${componentViewport?.width||\"100vw\"} - 48px) * 0.3, 500px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min((${componentViewport?.width||\"100vw\"} - 80px) * 0.3, 500px)`,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1vl3xdl-container\",\"data-framer-appear-id\":\"1vl3xdl\",initial:animation3,nodeId:\"J0p1az7R8\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Primary,{B4MeRSzJa:\"https://mijn.dienstencrm.nl/api/view/31/\",height:\"100%\",id:\"J0p1az7R8\",layoutId:\"J0p1az7R8\",NiGgx5Fbm:true,style:{width:\"100%\"},variant:\"MFekaQ3Il\",width:\"100%\",zWNWP6OAK:\"DIENSTENWEBSHOP\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h9t1ui\",\"data-framer-name\":\"Top Gradient overlay\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-ynhltd\",\"data-framer-name\":\"Products\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined},{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined},{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},wXXfDJ9Mf:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:87,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18u6gys-container\",nodeId:\"CrjaH802g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{dllaJRYsc:resolvedLinks[2],MHfVbVuOs:false},wXXfDJ9Mf:{dllaJRYsc:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(SectionTitle,{aVGLcCrgw:\"var(--token-0f17aa3d-5b0d-42ea-94bf-e1b3d46f9595, rgb(237, 237, 237))\",bLkE7KvSP:\"Diensten\",dllaJRYsc:resolvedLinks[0],gPTlRgtu1:true,gx8VuxENC:\"Meest gekozen\",height:\"100%\",id:\"CrjaH802g\",layoutId:\"CrjaH802g\",mBhQympEN:\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",MHfVbVuOs:true,MpCJsr_QX:\"BEKIJK ALLE DIENSTEN\",style:{width:\"100%\"},variant:\"uu476ynRi\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7f7rvc\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wc8e0u\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wXXfDJ9Mf:{query:{from:{alias:\"m1lcf5qvb\",data:Diensten,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"m1lcf5qvb\",name:\"YTmNHTtrP\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"a95X3ao06\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"EPjrey5or\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"AvcsLfxBi\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"SVaazMnkU\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"m1lcf5qvb\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"m1lcf5qvb\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"m1lcf5qvb\",data:Diensten,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"m1lcf5qvb\",name:\"YTmNHTtrP\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"a95X3ao06\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"EPjrey5or\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"AvcsLfxBi\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"SVaazMnkU\",type:\"Identifier\"},{collection:\"m1lcf5qvb\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"m1lcf5qvb\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"m1lcf5qvb\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({a95X3ao06:a95X3ao06m1lcf5qvb,AvcsLfxBi:AvcsLfxBim1lcf5qvb,EPjrey5or:EPjrey5orm1lcf5qvb,id:idm1lcf5qvb,SVaazMnkU:SVaazMnkUm1lcf5qvb,YTmNHTtrP:YTmNHTtrPm1lcf5qvb},index)=>{YTmNHTtrPm1lcf5qvb??=\"\";AvcsLfxBim1lcf5qvb??=\"\";SVaazMnkUm1lcf5qvb??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`m1lcf5qvb-${idm1lcf5qvb}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{YTmNHTtrP:YTmNHTtrPm1lcf5qvb},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{YTmNHTtrP:YTmNHTtrPm1lcf5qvb},webPageId:\"v_vvTX_a0\"},motionChild:true,nodeId:\"sOksFuQ33\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1t67vuz framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`},wXXfDJ9Mf:{width:`max(max((${componentViewport?.width||\"100vw\"} - 72px) / 2, 50px), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:565,width:`max(max((${componentViewport?.width||\"100vw\"} - 128px) / 3, 50px), 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v43v84-container\",nodeId:\"uYewIH8kt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardProduct,{dNpVHsQxo:YTmNHTtrPm1lcf5qvb,dOpzamPTr:toResponsiveImage(a95X3ao06m1lcf5qvb),gLN7pNAv7:toResponsiveImage(EPjrey5orm1lcf5qvb),height:\"100%\",id:\"uYewIH8kt\",layoutId:\"uYewIH8kt\",O1tRDJbWW:SVaazMnkUm1lcf5qvb,RSXStMYOW:AvcsLfxBim1lcf5qvb,style:{width:\"100%\"},width:\"100%\"})})})})})})})},idm1lcf5qvb);})})})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-9yq7n8\",\"data-framer-name\":\"Parallax section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u3sp1\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y3ey9i\",\"data-framer-name\":\"Parallax trigger\",id:elementId1,ref:ref1}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{background:{alt:\"\",fit:\"fill\",pixelHeight:760,pixelWidth:1140,positionX:\"38.3%\",positionY:\"48%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg\",srcSet:\"https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg 1140w\"}},wXXfDJ9Mf:{background:{alt:\"\",fit:\"fill\",pixelHeight:760,pixelWidth:1140,positionX:\"37.6%\",positionY:\"44.6%\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg\",srcSet:\"https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg 1140w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:120}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:760,pixelWidth:1140,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg\",srcSet:\"https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lqdWD6ZfbiDSI7XyppzB6KCKEOw.jpg 1140w\"},className:\"framer-1mzk276\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g1lusa\",\"data-framer-name\":\"Overlay\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v96vw3\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-pnokt6\",\"data-styles-preset\":\"mKbz5HYBr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\"},children:\"\u201CWij ontzorgen onze klanten en zetten ons in voor maximale tevredenheid.\u201D\"})}),className:\"framer-1esddj0\",\"data-framer-name\":\"Embrace independence and redefine your fashion\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"k8I2f2yIt\"},implicitPathVariables:undefined},{href:{webPageId:\"k8I2f2yIt\"},implicitPathVariables:undefined},{href:{webPageId:\"k8I2f2yIt\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bbprkv-container\",nodeId:\"VKAjXYdkk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{B4MeRSzJa:resolvedLinks1[2]},wXXfDJ9Mf:{B4MeRSzJa:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Primary,{B4MeRSzJa:resolvedLinks1[0],height:\"100%\",id:\"VKAjXYdkk\",layoutId:\"VKAjXYdkk\",NiGgx5Fbm:false,variant:\"cHtPsKwjs\",width:\"100%\",zWNWP6OAK:\"OVER ONS\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a73vo3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"kozss4NpW\",data:Diensten,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"kozss4NpW\",name:\"a95X3ao06\",type:\"Identifier\"},{collection:\"kozss4NpW\",name:\"EPjrey5or\",type:\"Identifier\"},{collection:\"kozss4NpW\",name:\"BPWIGpjDk\",type:\"Identifier\"},{collection:\"kozss4NpW\",name:\"naUGb6nWF\",type:\"Identifier\"},{collection:\"kozss4NpW\",name:\"AvcsLfxBi\",type:\"Identifier\"},{collection:\"kozss4NpW\",name:\"YTmNHTtrP\",type:\"Identifier\"},{collection:\"kozss4NpW\",name:\"kenUl72Io\",type:\"Identifier\"},{collection:\"kozss4NpW\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({a95X3ao06:a95X3ao06kozss4NpW,AvcsLfxBi:AvcsLfxBikozss4NpW,BPWIGpjDk:BPWIGpjDkkozss4NpW,EPjrey5or:EPjrey5orkozss4NpW,id:idkozss4NpW,kenUl72Io:kenUl72Iokozss4NpW,naUGb6nWF:naUGb6nWFkozss4NpW,YTmNHTtrP:YTmNHTtrPkozss4NpW},index1)=>{AvcsLfxBikozss4NpW??=\"\";YTmNHTtrPkozss4NpW??=\"\";kenUl72Iokozss4NpW??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`kozss4NpW-${idkozss4NpW}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{YTmNHTtrP:YTmNHTtrPkozss4NpW},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17ckqt3\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1hwblmc\",\"data-framer-name\":\"Full section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{height:800,width:componentViewport?.width||\"100vw\"},wXXfDJ9Mf:{height:800,width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:950,width:`calc(${componentViewport?.width||\"100vw\"} / 2)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t1hrc1-container\",nodeId:\"BBjYgAwvR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{style:{width:\"100%\"},variant:\"mVWNHL7FU\"}},children:/*#__PURE__*/_jsx(ImageGallery,{d4wUil95n:toResponsiveImage(BPWIGpjDkkozss4NpW),height:\"100%\",id:\"BBjYgAwvR\",JYcFIzp_9:toResponsiveImage(naUGb6nWFkozss4NpW),layoutId:\"BBjYgAwvR\",N4n_yeQ19:toResponsiveImage(a95X3ao06kozss4NpW),R9r47h2qR:toResponsiveImage(EPjrey5orkozss4NpW),style:{height:\"100%\",width:\"100%\"},variant:\"hAfsU5l8x\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-elp4yt\",\"data-framer-name\":\"Description\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2pw9rw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kqllyr\",\"data-framer-name\":\"Section title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jmljg0\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-22ztjo\",\"data-styles-preset\":\"nRyGRQyRJ\",style:{\"--framer-text-alignment\":\"left\"},children:\"UITGELICHTE DIENST\"})}),className:\"framer-25t1a\",\"data-framer-name\":\"What Our Customers Said\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r9v0lu\",\"data-framer-name\":\"Border\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-be3wzx\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-crf9hi\",\"data-framer-name\":\"Main info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-enr3pi\",\"data-framer-name\":\"Title & Price\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyaw9u\",\"data-styles-preset\":\"RqQA9cclN\",children:\"Glasbewassing\"})}),className:\"framer-1ypg3vp\",fonts:[\"Inter\"],text:AvcsLfxBikozss4NpW,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u3s9vt\",\"data-framer-name\":\"Price\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b3hfd8-container\",\"data-framer-name\":\"Compare-at Price\",isAuthoredByUser:true,isModuleExternal:true,name:\"Compare-at Price\",nodeId:\"nakYeVubk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PriceLabel,{color:\"var(--token-39536026-6dde-4716-bacf-8dcac8c53cfe, rgb(143, 143, 143))\",currency:\"USD\",currencyFormat:{decimals:\"auto\",formatted:true,locale:\"\",location:\"after\",style:\"symbol\"},decoration:\"strikethrough\",font:{fontFamily:'\"Geist\", \"Geist Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.4em\"},height:\"100%\",htmlTag:\"p\",id:\"nakYeVubk\",layoutId:\"nakYeVubk\",name:\"Compare-at Price\",prefix:\"\",selectable:true,shopifyData:YTmNHTtrPkozss4NpW,suffix:\"\",textWhenZero:\"Free\",type:\"compareAtPrice\",whenZero:\"hide\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-le23qz\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t4yp42\",\"data-framer-name\":\"Stars\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b5hpwm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Q2DYJ9dzc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(141, 130, 114)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"Q2DYJ9dzc\",layoutId:\"Q2DYJ9dzc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nkn558-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LFCs5I_uC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(140, 129, 113)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"LFCs5I_uC\",layoutId:\"LFCs5I_uC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bylvmf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sMMLynnDo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(140, 129, 113)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"sMMLynnDo\",layoutId:\"sMMLynnDo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bi1275-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mfMj3Z1Ly\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(141, 130, 114)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"mfMj3Z1Ly\",layoutId:\"mfMj3Z1Ly\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-luzb4r-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"N4iImAzG9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(141, 130, 114)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"N4iImAzG9\",layoutId:\"N4iImAzG9\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1unp7gh\",\"data-framer-name\":\"Amount\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8zvfs6\",\"data-styles-preset\":\"dzOmMdH8G\",style:{\"--framer-text-color\":\"var(--token-8a595f6e-b052-4140-845b-dae94a89b4ad, rgb(75, 75, 75))\"},children:\"(\"})}),className:\"framer-311x2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8zvfs6\",\"data-styles-preset\":\"dzOmMdH8G\",style:{\"--framer-text-color\":\"var(--token-8a595f6e-b052-4140-845b-dae94a89b4ad, rgb(75, 75, 75))\"},children:\"92\"})}),className:\"framer-1q3jfni\",\"data-framer-name\":\"Amount\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8zvfs6\",\"data-styles-preset\":\"dzOmMdH8G\",style:{\"--framer-text-color\":\"var(--token-8a595f6e-b052-4140-845b-dae94a89b4ad, rgb(75, 75, 75))\"},children:\")\"})}),className:\"framer-6g2s8s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5o35ug\",\"data-border\":true,\"data-framer-name\":\"Benefits\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3h7jy\",\"data-framer-name\":\"Benefit 1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w9wopp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QdIaU3WtK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Sparkle\",id:\"QdIaU3WtK\",layoutId:\"QdIaU3WtK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8zvfs6\",\"data-styles-preset\":\"dzOmMdH8G\",children:\"Perfectie\"})}),className:\"framer-l50eoj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bafu5r\",\"data-framer-name\":\"Benefit 2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tdk5hu-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aoffqODRt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Handshake\",id:\"aoffqODRt\",layoutId:\"aoffqODRt\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8zvfs6\",\"data-styles-preset\":\"dzOmMdH8G\",children:\"Betrouwbaarheid\"})}),className:\"framer-b32yr0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p3omxf\",\"data-framer-name\":\"Benefit 3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tl0u6m-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PXW1boQRK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"DiamondsFour\",id:\"PXW1boQRK\",layoutId:\"PXW1boQRK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8zvfs6\",\"data-styles-preset\":\"dzOmMdH8G\",children:\"Exclusiviteit\"})}),className:\"framer-1htn60i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://mijn.dienstencrm.nl/api/view/31/\",motionChild:true,nodeId:\"x6PLSEMQw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cgtjyw framer-lux5qc\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9e2mor-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"P3RN8AZIq\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation8,children:/*#__PURE__*/_jsx(BuyNowButton,{bgBlur:0,border:{defaultColor:\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",style:\"solid\",width:\"1px\"},color:{defaultColor:\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\",outOfStockColor:\"var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, rgb(255, 255, 255))\"},fill:{defaultColor:\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",defaultColorA:\"rgb(243, 243, 243)\",defaultColorB:\"rgb(212, 212, 212)\",gradientAngle:0,type:\"color\"},font:{fontFamily:'\"Geist\", \"Geist Placeholder\", sans-serif',fontFeatureSettings:\"'ss02' on\",fontSize:\"14px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"1.4em\"},height:\"100%\",id:\"P3RN8AZIq\",layoutId:\"P3RN8AZIq\",newTab:true,opacity:{default:1,outOfStock:.5},padding:\"10px\",radius:\"0px\",shopifyData:\"\",style:{height:\"100%\",width:\"100%\"},text:{default:\"DIENSTENWEBSHOP\",outOfStock:\"DIENSTENWEBSHOP\"},transition:{bounce:0,delay:0,duration:.2,type:\"spring\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hl5abi\",\"data-framer-name\":\"Description\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-gkpuje\",\"data-styles-preset\":\"BRLBAwiOF\",style:{\"--framer-text-alignment\":\"left\"},children:\"omschrijving\"})}),className:\"framer-62xekk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/RezGgC4kMg0LcralWp4R/YouTube.js:Youtube\":componentPresets.props[\"QCtriU0yw\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:kenUl72Iokozss4NpW,className:\"framer-ehxbu2\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1w0zkup\",h1:\"framer-styles-preset-6vl5z2\",h2:\"framer-styles-preset-pnokt6\",h3:\"framer-styles-preset-pyaw9u\",h4:\"framer-styles-preset-m3m4x3\",h5:\"framer-styles-preset-gkpuje\",h6:\"framer-styles-preset-evg6ec\",img:\"framer-styles-preset-191dz39\",p:\"framer-styles-preset-8zvfs6\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]})})})},idkozss4NpW);})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1154,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j7o3ux-container\",nodeId:\"KRgJEycVw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{variant:\"xdnjmUiW9\"},wXXfDJ9Mf:{variant:\"FbujCyXr2\"}},children:/*#__PURE__*/_jsx(Reviews2,{B6geEFByi:\"Wij zijn ontzettend tevreden over onze glazenwasser Robin! Elke keer weer zien de ramen er stralend schoon uit en blijft het resultaat lang mooi. Bovendien is de service vriendelijk en betrouwbaar. Echt een aanrader voor iedereen die van blinkende ramen houdt!\",BJx9_6jvJ:\"Er wordt keurig aangekondigd wanneer werkzaamheden gaan plaatsvinden. Uitvoering is verschrikkelijk netjes en de uitvoerder is uitermate vriendelijk.\\nOc23\",cdGh_acPB:\"Rolf Akker\",ClKSfFGNe:\"Goede ervaring met dit bedrijf. Komt op tijd en maakt de gemaakte afspraken ook daadwerkelijk waar. Ramen zijn keurig gelapt.\\n\\n\\n\",ej6E3FbXH:\"Komt eens in de zoveel tijd langs om mijn ramen te wassen. Vantevoren een bericht dat de ramen en ventilatieroosters e.d. ff dicht moeten. Laatst was ik niet thuis waardoor dit niet kon, de afspraak werd zonder problemen een week verzet. Ramen worden goed schoon en laat alles altijd netjes achter. Zelf zou ik het absoluut niet beter kunnen!\\n\\n\",FcY5JXGW2:\"Een absolute aanrader dit bedrijf. Onzettend precies wordt alles schoongemaakt. Ze komen om de paar maanden voor alle ramen binnen en buiten en 1x per jaar om alle boeidelen te doen. Voor ons geen ander meer. We zijn heel erg blij met Robin. Afspraak is afspraak en je krijgt de factuur netjes met een iDEAL betaallink. Hoeveel gemak wil je hebben?\\n\\n\",height:\"100%\",id:\"KRgJEycVw\",iZeR4xnuu:\"G Cornelisse\",j0P2TCOFC:\"J.T.M de Hosson\",layoutId:\"KRgJEycVw\",LXVYx1Gcv:\"Edwin Kerkstra\",rWnJrM8pr:\"Gerard Walter\",style:{width:\"100%\"},v1pnM1qGe:\"mijnschoonmaker.com is highly recommended: extremely professional, with its own equipment and softened water, smudge marks and stains don\u2019t get left behind, accurate, and efficient and also exceptionally friendly. What more could an ordinary person possibly wish for. Yes, many in Hollandia are familiar with 'fixing & patching', but window cleaning at the utmost level does only mijnschoonmaker.com as the very best.\",variant:\"DGaEog1i7\",width:\"100%\",WWluGJ_x_:\"Johan van Weeren\"})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1p0lwrz\",\"data-framer-name\":\"Category\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hj2bzy\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined},{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined},{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:`max(${componentViewport?.width||\"100vw\"} / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v5q2sl-container\",nodeId:\"y8D2UrhhP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{variant:\"tXKeBav4k\",xwGDTl4mD:resolvedLinks2[2]},wXXfDJ9Mf:{xwGDTl4mD:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(CardCategory,{height:\"100%\",id:\"y8D2UrhhP\",iH4skX3rV:\"GLASBEWASSING\",layoutId:\"y8D2UrhhP\",siSqhXU5E:addImageAlt({pixelHeight:1532,pixelWidth:2048,src:\"https://framerusercontent.com/images/pYlcoL8YIV7jgdL2CfeJMhMngOY.jpg\",srcSet:\"https://framerusercontent.com/images/pYlcoL8YIV7jgdL2CfeJMhMngOY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pYlcoL8YIV7jgdL2CfeJMhMngOY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pYlcoL8YIV7jgdL2CfeJMhMngOY.jpg 2048w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"T09jVXgNX\",width:\"100%\",xwGDTl4mD:resolvedLinks2[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined},{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined},{href:{webPageId:\"kU_YyXmw6\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:357,width:`max(${componentViewport?.width||\"100vw\"} / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yrg6eq-container\",nodeId:\"CWVLvIU2g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{variant:\"tXKeBav4k\",xwGDTl4mD:resolvedLinks3[2]},wXXfDJ9Mf:{xwGDTl4mD:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(CardCategory,{height:\"100%\",id:\"CWVLvIU2g\",iH4skX3rV:\"OVERIGE DIENSTEN\",layoutId:\"CWVLvIU2g\",siSqhXU5E:addImageAlt({pixelHeight:2301,pixelWidth:4096,src:\"https://framerusercontent.com/images/jQlA9irg3xkTO10ds8nDCFB7ZU.jpeg\",srcSet:\"https://framerusercontent.com/images/jQlA9irg3xkTO10ds8nDCFB7ZU.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/jQlA9irg3xkTO10ds8nDCFB7ZU.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jQlA9irg3xkTO10ds8nDCFB7ZU.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/jQlA9irg3xkTO10ds8nDCFB7ZU.jpeg 4096w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"T09jVXgNX\",width:\"100%\",xwGDTl4mD:resolvedLinks3[0]})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:`max(${componentViewport?.width||\"100vw\"} / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q5jka3-container\",nodeId:\"Hno5XALkr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{variant:\"tXKeBav4k\"}},children:/*#__PURE__*/_jsx(CardCategory,{height:\"100%\",id:\"Hno5XALkr\",iH4skX3rV:\"PRODUCTEN\",layoutId:\"Hno5XALkr\",siSqhXU5E:addImageAlt({pixelHeight:1098,pixelWidth:800,src:\"https://framerusercontent.com/images/gHf8eDBc7CCTvxPD0l3LeXNKs.jpg\",srcSet:\"https://framerusercontent.com/images/gHf8eDBc7CCTvxPD0l3LeXNKs.jpg?scale-down-to=1024 746w,https://framerusercontent.com/images/gHf8eDBc7CCTvxPD0l3LeXNKs.jpg 800w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"T09jVXgNX\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1pl0vl6\",\"data-framer-name\":\"Blog\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sZ1aQpQ4R\"},implicitPathVariables:undefined},{href:{webPageId:\"sZ1aQpQ4R\"},implicitPathVariables:undefined},{href:{webPageId:\"sZ1aQpQ4R\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},wXXfDJ9Mf:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:87,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v8quho-container\",nodeId:\"NC8bz5H4r\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{dllaJRYsc:resolvedLinks4[2]},wXXfDJ9Mf:{dllaJRYsc:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(SectionTitle,{aVGLcCrgw:\"var(--token-0f17aa3d-5b0d-42ea-94bf-e1b3d46f9595, rgb(237, 237, 237))\",bLkE7KvSP:\"BLOGS\",dllaJRYsc:resolvedLinks4[0],gPTlRgtu1:false,gx8VuxENC:\"\",height:\"100%\",id:\"NC8bz5H4r\",layoutId:\"NC8bz5H4r\",mBhQympEN:\"var(--token-3645be23-813b-4ebc-8a5d-f42091fa4f2d, rgb(18, 18, 18))\",MHfVbVuOs:true,MpCJsr_QX:\"BEKIJK ALLES\",style:{width:\"100%\"},variant:\"uu476ynRi\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yunnuw\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wXXfDJ9Mf:{query:{from:{alias:\"uCOWJJJ44\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"uCOWJJJ44\",name:\"XYdMP8pbj\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"ahD4W6UkC\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"gyg_cuNHQ\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"iT69EjVbE\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"siENxjQTL\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"CNTNAZQOv\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"uCOWJJJ44\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"uCOWJJJ44\",name:\"XYdMP8pbj\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"ahD4W6UkC\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"gyg_cuNHQ\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"iT69EjVbE\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"siENxjQTL\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"CNTNAZQOv\",type:\"Identifier\"},{collection:\"uCOWJJJ44\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({ahD4W6UkC:ahD4W6UkCuCOWJJJ44,CNTNAZQOv:CNTNAZQOvuCOWJJJ44,gyg_cuNHQ:gyg_cuNHQuCOWJJJ44,id:iduCOWJJJ44,iT69EjVbE:iT69EjVbEuCOWJJJ44,siENxjQTL:siENxjQTLuCOWJJJ44,XYdMP8pbj:XYdMP8pbjuCOWJJJ44},index2)=>{XYdMP8pbjuCOWJJJ44??=\"\";gyg_cuNHQuCOWJJJ44??=\"\";iT69EjVbEuCOWJJJ44??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`uCOWJJJ44-${iduCOWJJJ44}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{XYdMP8pbj:XYdMP8pbjuCOWJJJ44},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{XYdMP8pbj:XYdMP8pbjuCOWJJJ44},webPageId:\"W4eteA_wz\"},motionChild:true,nodeId:\"dT14hkjRK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1727snp framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`},wXXfDJ9Mf:{width:`max(max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 50px), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:396,width:`max((${componentViewport?.width||\"100vw\"} - 112px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5598kr-container\",nodeId:\"tTZ3cyrp3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardBlog,{height:\"100%\",HIqGULpPf:siENxjQTLuCOWJJJ44,id:\"tTZ3cyrp3\",IXlOxWxrc:iT69EjVbEuCOWJJJ44,layoutId:\"tTZ3cyrp3\",qKwzwsbZj:enumToDisplayNameFunctions[\"CNTNAZQOv\"]?.(CNTNAZQOvuCOWJJJ44,activeLocale),style:{width:\"100%\"},THSKdVeb3:toResponsiveImage(ahD4W6UkCuCOWJJJ44),variant:\"td0YEB0ky\",width:\"100%\",XuYiC4iKp:gyg_cuNHQuCOWJJJ44})})})})})})})},iduCOWJJJ44);})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:690,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-6iw59n-container\",nodeId:\"lP3MxJmBN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{variant:\"qKIyag6nL\"},wXXfDJ9Mf:{variant:\"Xo775Zn0h\"}},children:/*#__PURE__*/_jsx(SectionFAQ,{height:\"100%\",id:\"lP3MxJmBN\",layoutId:\"lP3MxJmBN\",style:{width:\"100%\"},variant:\"PbD7yILph\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:301,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-njnden-container\",nodeId:\"T_jQJH7mh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vdvksf8uI:{variant:\"awIr0V_Xg\"},wXXfDJ9Mf:{variant:\"t2kqQ4Kb8\"}},children:/*#__PURE__*/_jsx(SectionUSP,{aO1ExLpAp:\"Sparkle\",CpO5P7YbP:\"Service die net dat stapje verder gaat.\",Dl53U5zZk:\"Altijd streven naar het hoogste niveau van kwaliteit en detail.\",fhlXBWAZE:\"Afspraken nakomen en klanten volledig ontzorgen.        \",G9S3FskeS:\"Perfectie\",Gf5VluQc4:\"Handshake\",height:\"100%\",id:\"T_jQJH7mh\",KRmazmUyj:\"Betrouwbaarheid\",layoutId:\"T_jQJH7mh\",o0AGfHNv2:\"DiamondsFour\",style:{width:\"100%\"},variant:\"IZpSVcCuK\",width:\"100%\",Y_GNmak_Q:\"Exclusiviteit\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mj78s8\",\"data-framer-name\":\"Footer trigger\",id:elementId2,ref:dynamicRef(elementId2)})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-y9WEN.framer-lux5qc, .framer-y9WEN .framer-lux5qc { display: block; }\",\".framer-y9WEN.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-y9WEN .framer-w7mkce-container, .framer-y9WEN .framer-bbprkv-container, .framer-y9WEN .framer-b3hfd8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-y9WEN .framer-ngi8nl { background-color: var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, #ffffff); flex: none; height: 270px; left: 0px; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 480px; z-index: 0; }\",\".framer-y9WEN .framer-wbwsvm-container { flex: none; height: 100vh; left: 0px; pointer-events: none; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-y9WEN .framer-1j3e5ou { align-content: center; align-items: center; background-color: var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; pointer-events: auto; position: sticky; top: 0px; width: 100%; }\",\".framer-y9WEN .framer-p8fl2k-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-y9WEN .framer-1mewm9f { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); bottom: 0px; flex: none; height: 348px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-y9WEN .framer-oegacz { background-color: rgba(18, 18, 18, 0.1); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-y9WEN .framer-1t8t68m { align-content: flex-end; align-items: flex-end; bottom: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 40px; overflow: hidden; padding: 0px; position: absolute; right: 40px; z-index: 1; }\",\".framer-y9WEN .framer-13r3q4h { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-y9WEN .framer-pn51yy, .framer-y9WEN .framer-1brb7kk, .framer-y9WEN .framer-ijgo43, .framer-y9WEN .framer-1haqb9g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-11cw9ks, .framer-y9WEN .framer-ieojcf, .framer-y9WEN .framer-1ngn41o, .framer-y9WEN .framer-166bg8i { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: 1 0 0px; height: auto; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-y9WEN .framer-pbhpwv { 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-y9WEN .framer-qma6kl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 500px; overflow: hidden; padding: 0px; position: relative; width: 30%; }\",\".framer-y9WEN .framer-1vl3xdl-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-y9WEN .framer-1h9t1ui { background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); flex: none; height: 174px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-y9WEN .framer-ynhltd { align-content: center; align-items: center; background-color: var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-y9WEN .framer-18u6gys-container, .framer-y9WEN .framer-1j7o3ux-container, .framer-y9WEN .framer-1v8quho-container, .framer-y9WEN .framer-6iw59n-container, .framer-y9WEN .framer-njnden-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-y9WEN .framer-7f7rvc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1wc8e0u { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1t67vuz { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-y9WEN .framer-v43v84-container, .framer-y9WEN .framer-5598kr-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-y9WEN .framer-9yq7n8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-y9WEN .framer-u3sp1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-y9WEN .framer-y3ey9i { background-color: #ffffff; flex: none; height: 200vh; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-y9WEN .framer-1mzk276 { flex: none; height: 130%; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 130% / 2); z-index: 1; }\",\".framer-y9WEN .framer-g1lusa { background-color: rgba(18, 18, 18, 0.25); bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-y9WEN .framer-v96vw3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 40px; overflow: visible; padding: 0px; position: absolute; right: 40px; top: 50%; transform: translateY(-50%); z-index: 1; }\",\".framer-y9WEN .framer-1esddj0 { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25); width: 100%; }\",\".framer-y9WEN .framer-a73vo3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-y9WEN .framer-17ckqt3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1hwblmc { align-content: flex-start; align-items: flex-start; background-color: var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-y9WEN .framer-t1hrc1-container { flex: none; height: 95vh; position: sticky; top: 64px; width: 50%; z-index: 1; }\",\".framer-y9WEN .framer-elp4yt { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 50%; }\",\".framer-y9WEN .framer-2pw9rw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1kqllyr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1jmljg0 { 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: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-25t1a { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; min-width: 240px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-y9WEN .framer-r9v0lu { background-color: var(--token-0f17aa3d-5b0d-42ea-94bf-e1b3d46f9595, #ededed); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-y9WEN .framer-be3wzx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-crf9hi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-enr3pi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1ypg3vp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-y9WEN .framer-1u3s9vt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-y9WEN .framer-le23qz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1t4yp42, .framer-y9WEN .framer-1unp7gh { 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-y9WEN .framer-b5hpwm-container, .framer-y9WEN .framer-nkn558-container, .framer-y9WEN .framer-1bylvmf-container, .framer-y9WEN .framer-bi1275-container, .framer-y9WEN .framer-luzb4r-container, .framer-y9WEN .framer-w9wopp-container, .framer-y9WEN .framer-tdk5hu-container, .framer-y9WEN .framer-tl0u6m-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-y9WEN .framer-311x2, .framer-y9WEN .framer-1q3jfni, .framer-y9WEN .framer-6g2s8s, .framer-y9WEN .framer-l50eoj, .framer-y9WEN .framer-b32yr0, .framer-y9WEN .framer-1htn60i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-y9WEN .framer-5o35ug { --border-bottom-width: 0px; --border-color: var(--token-0f17aa3d-5b0d-42ea-94bf-e1b3d46f9595, #ededed); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-3h7jy, .framer-y9WEN .framer-bafu5r, .framer-y9WEN .framer-1p3omxf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 150px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-y9WEN .framer-1cgtjyw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-y9WEN .framer-9e2mor-container { flex: 1 0 0px; height: 44px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-y9WEN .framer-hl5abi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-62xekk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; -webkit-user-select: auto; flex: none; height: auto; position: relative; user-select: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-y9WEN .framer-ehxbu2 { --framer-paragraph-spacing: 0px; -webkit-user-select: auto; flex: none; height: auto; position: relative; user-select: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-y9WEN .framer-1p0lwrz { align-content: center; align-items: center; background-color: var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-hj2bzy { 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: 100%; }\",\".framer-y9WEN .framer-v5q2sl-container, .framer-y9WEN .framer-1yrg6eq-container, .framer-y9WEN .framer-1q5jka3-container { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 400px); position: relative; width: 1px; }\",\".framer-y9WEN .framer-1pl0vl6 { align-content: center; align-items: center; background-color: var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1yunnuw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-y9WEN .framer-1727snp { 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-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-y9WEN .framer-mj78s8 { background-color: var(--token-de5d165b-432a-4c03-a65c-95c0d73af0b4, #ffffff); bottom: 0px; flex: none; height: 120vh; left: 0px; opacity: 0; overflow: hidden; position: absolute; right: 0px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-y9WEN.framer-72rtr7, .framer-y9WEN .framer-1j3e5ou, .framer-y9WEN .framer-1t8t68m, .framer-y9WEN .framer-13r3q4h, .framer-y9WEN .framer-pn51yy, .framer-y9WEN .framer-pbhpwv, .framer-y9WEN .framer-1brb7kk, .framer-y9WEN .framer-ijgo43, .framer-y9WEN .framer-qma6kl, .framer-y9WEN .framer-1haqb9g, .framer-y9WEN .framer-ynhltd, .framer-y9WEN .framer-7f7rvc, .framer-y9WEN .framer-1t67vuz, .framer-y9WEN .framer-9yq7n8, .framer-y9WEN .framer-u3sp1, .framer-y9WEN .framer-v96vw3, .framer-y9WEN .framer-a73vo3, .framer-y9WEN .framer-17ckqt3, .framer-y9WEN .framer-1hwblmc, .framer-y9WEN .framer-elp4yt, .framer-y9WEN .framer-2pw9rw, .framer-y9WEN .framer-1kqllyr, .framer-y9WEN .framer-1jmljg0, .framer-y9WEN .framer-be3wzx, .framer-y9WEN .framer-crf9hi, .framer-y9WEN .framer-enr3pi, .framer-y9WEN .framer-1u3s9vt, .framer-y9WEN .framer-le23qz, .framer-y9WEN .framer-1t4yp42, .framer-y9WEN .framer-1unp7gh, .framer-y9WEN .framer-3h7jy, .framer-y9WEN .framer-bafu5r, .framer-y9WEN .framer-1p3omxf, .framer-y9WEN .framer-1cgtjyw, .framer-y9WEN .framer-hl5abi, .framer-y9WEN .framer-1p0lwrz, .framer-y9WEN .framer-hj2bzy, .framer-y9WEN .framer-1pl0vl6, .framer-y9WEN .framer-1yunnuw, .framer-y9WEN .framer-1727snp { gap: 0px; } .framer-y9WEN.framer-72rtr7 > *, .framer-y9WEN .framer-1j3e5ou > *, .framer-y9WEN .framer-pbhpwv > *, .framer-y9WEN .framer-elp4yt > *, .framer-y9WEN .framer-1p0lwrz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-y9WEN.framer-72rtr7 > :first-child, .framer-y9WEN .framer-1j3e5ou > :first-child, .framer-y9WEN .framer-13r3q4h > :first-child, .framer-y9WEN .framer-pbhpwv > :first-child, .framer-y9WEN .framer-qma6kl > :first-child, .framer-y9WEN .framer-ynhltd > :first-child, .framer-y9WEN .framer-7f7rvc > :first-child, .framer-y9WEN .framer-v96vw3 > :first-child, .framer-y9WEN .framer-a73vo3 > :first-child, .framer-y9WEN .framer-17ckqt3 > :first-child, .framer-y9WEN .framer-elp4yt > :first-child, .framer-y9WEN .framer-2pw9rw > :first-child, .framer-y9WEN .framer-1kqllyr > :first-child, .framer-y9WEN .framer-be3wzx > :first-child, .framer-y9WEN .framer-crf9hi > :first-child, .framer-y9WEN .framer-enr3pi > :first-child, .framer-y9WEN .framer-hl5abi > :first-child, .framer-y9WEN .framer-1p0lwrz > :first-child, .framer-y9WEN .framer-1pl0vl6 > :first-child { margin-top: 0px; } .framer-y9WEN.framer-72rtr7 > :last-child, .framer-y9WEN .framer-1j3e5ou > :last-child, .framer-y9WEN .framer-13r3q4h > :last-child, .framer-y9WEN .framer-pbhpwv > :last-child, .framer-y9WEN .framer-qma6kl > :last-child, .framer-y9WEN .framer-ynhltd > :last-child, .framer-y9WEN .framer-7f7rvc > :last-child, .framer-y9WEN .framer-v96vw3 > :last-child, .framer-y9WEN .framer-a73vo3 > :last-child, .framer-y9WEN .framer-17ckqt3 > :last-child, .framer-y9WEN .framer-elp4yt > :last-child, .framer-y9WEN .framer-2pw9rw > :last-child, .framer-y9WEN .framer-1kqllyr > :last-child, .framer-y9WEN .framer-be3wzx > :last-child, .framer-y9WEN .framer-crf9hi > :last-child, .framer-y9WEN .framer-enr3pi > :last-child, .framer-y9WEN .framer-hl5abi > :last-child, .framer-y9WEN .framer-1p0lwrz > :last-child, .framer-y9WEN .framer-1pl0vl6 > :last-child { margin-bottom: 0px; } .framer-y9WEN .framer-1t8t68m > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-y9WEN .framer-1t8t68m > :first-child, .framer-y9WEN .framer-pn51yy > :first-child, .framer-y9WEN .framer-1brb7kk > :first-child, .framer-y9WEN .framer-ijgo43 > :first-child, .framer-y9WEN .framer-1haqb9g > :first-child, .framer-y9WEN .framer-1t67vuz > :first-child, .framer-y9WEN .framer-9yq7n8 > :first-child, .framer-y9WEN .framer-u3sp1 > :first-child, .framer-y9WEN .framer-1hwblmc > :first-child, .framer-y9WEN .framer-1jmljg0 > :first-child, .framer-y9WEN .framer-1u3s9vt > :first-child, .framer-y9WEN .framer-le23qz > :first-child, .framer-y9WEN .framer-1t4yp42 > :first-child, .framer-y9WEN .framer-1unp7gh > :first-child, .framer-y9WEN .framer-3h7jy > :first-child, .framer-y9WEN .framer-bafu5r > :first-child, .framer-y9WEN .framer-1p3omxf > :first-child, .framer-y9WEN .framer-1cgtjyw > :first-child, .framer-y9WEN .framer-hj2bzy > :first-child, .framer-y9WEN .framer-1yunnuw > :first-child, .framer-y9WEN .framer-1727snp > :first-child { margin-left: 0px; } .framer-y9WEN .framer-1t8t68m > :last-child, .framer-y9WEN .framer-pn51yy > :last-child, .framer-y9WEN .framer-1brb7kk > :last-child, .framer-y9WEN .framer-ijgo43 > :last-child, .framer-y9WEN .framer-1haqb9g > :last-child, .framer-y9WEN .framer-1t67vuz > :last-child, .framer-y9WEN .framer-9yq7n8 > :last-child, .framer-y9WEN .framer-u3sp1 > :last-child, .framer-y9WEN .framer-1hwblmc > :last-child, .framer-y9WEN .framer-1jmljg0 > :last-child, .framer-y9WEN .framer-1u3s9vt > :last-child, .framer-y9WEN .framer-le23qz > :last-child, .framer-y9WEN .framer-1t4yp42 > :last-child, .framer-y9WEN .framer-1unp7gh > :last-child, .framer-y9WEN .framer-3h7jy > :last-child, .framer-y9WEN .framer-bafu5r > :last-child, .framer-y9WEN .framer-1p3omxf > :last-child, .framer-y9WEN .framer-1cgtjyw > :last-child, .framer-y9WEN .framer-hj2bzy > :last-child, .framer-y9WEN .framer-1yunnuw > :last-child, .framer-y9WEN .framer-1727snp > :last-child { margin-right: 0px; } .framer-y9WEN .framer-13r3q4h > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-y9WEN .framer-pn51yy > *, .framer-y9WEN .framer-1brb7kk > *, .framer-y9WEN .framer-ijgo43 > *, .framer-y9WEN .framer-1haqb9g > *, .framer-y9WEN .framer-1t67vuz > *, .framer-y9WEN .framer-3h7jy > *, .framer-y9WEN .framer-bafu5r > *, .framer-y9WEN .framer-1p3omxf > *, .framer-y9WEN .framer-1727snp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-y9WEN .framer-qma6kl > *, .framer-y9WEN .framer-a73vo3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-y9WEN .framer-ynhltd > *, .framer-y9WEN .framer-7f7rvc > *, .framer-y9WEN .framer-v96vw3 > *, .framer-y9WEN .framer-2pw9rw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-y9WEN .framer-9yq7n8 > *, .framer-y9WEN .framer-u3sp1 > *, .framer-y9WEN .framer-1hwblmc > *, .framer-y9WEN .framer-1t4yp42 > *, .framer-y9WEN .framer-1unp7gh > *, .framer-y9WEN .framer-hj2bzy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-y9WEN .framer-17ckqt3 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-y9WEN .framer-1kqllyr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-y9WEN .framer-1jmljg0 > *, .framer-y9WEN .framer-1yunnuw > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-y9WEN .framer-be3wzx > *, .framer-y9WEN .framer-crf9hi > *, .framer-y9WEN .framer-hl5abi > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-y9WEN .framer-enr3pi > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-y9WEN .framer-1u3s9vt > *, .framer-y9WEN .framer-1cgtjyw > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-y9WEN .framer-le23qz > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-y9WEN .framer-1pl0vl6 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-y9WEN[data-border=\"true\"]::after, .framer-y9WEN [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-y9WEN.framer-72rtr7 { width: 810px; } .framer-y9WEN .framer-1t8t68m { left: 24px; right: 24px; } .framer-y9WEN .framer-ynhltd, .framer-y9WEN .framer-1pl0vl6 { padding: 100px 24px 100px 24px; } .framer-y9WEN .framer-1wc8e0u { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-y9WEN .framer-1hwblmc, .framer-y9WEN .framer-1cgtjyw { flex-direction: column; } .framer-y9WEN .framer-t1hrc1-container { height: 800px; position: relative; top: unset; width: 100%; } .framer-y9WEN .framer-elp4yt { padding: 40px 24px 40px 24px; width: 100%; } .framer-y9WEN .framer-9e2mor-container { flex: none; width: 100%; } .framer-y9WEN .framer-v5q2sl-container, .framer-y9WEN .framer-1yrg6eq-container, .framer-y9WEN .framer-1q5jka3-container { height: var(--framer-aspect-ratio-supported, 270px); } .framer-y9WEN .framer-1yunnuw { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-y9WEN .framer-1727snp { align-self: start; flex: none; justify-self: start; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-y9WEN .framer-1hwblmc, .framer-y9WEN .framer-1cgtjyw, .framer-y9WEN .framer-1yunnuw { gap: 0px; } .framer-y9WEN .framer-1hwblmc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-y9WEN .framer-1hwblmc > :first-child, .framer-y9WEN .framer-1cgtjyw > :first-child { margin-top: 0px; } .framer-y9WEN .framer-1hwblmc > :last-child, .framer-y9WEN .framer-1cgtjyw > :last-child { margin-bottom: 0px; } .framer-y9WEN .framer-1cgtjyw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-y9WEN .framer-1yunnuw > *, .framer-y9WEN .framer-1yunnuw > :first-child, .framer-y9WEN .framer-1yunnuw > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-y9WEN.framer-72rtr7 { width: 390px; } .framer-y9WEN .framer-1j3e5ou { height: 90vh; } .framer-y9WEN .framer-1t8t68m { bottom: 20px; flex-direction: column; left: 20px; right: 20px; } .framer-y9WEN .framer-13r3q4h, .framer-y9WEN .framer-9e2mor-container, .framer-y9WEN .framer-1727snp { flex: none; width: 100%; } .framer-y9WEN .framer-qma6kl { max-width: unset; width: 100%; } .framer-y9WEN .framer-ynhltd, .framer-y9WEN .framer-1pl0vl6 { padding: 100px 20px 100px 20px; } .framer-y9WEN .framer-1wc8e0u { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-y9WEN .framer-1t67vuz { align-self: unset; } .framer-y9WEN .framer-9yq7n8, .framer-y9WEN .framer-1hwblmc, .framer-y9WEN .framer-1cgtjyw, .framer-y9WEN .framer-hj2bzy { flex-direction: column; } .framer-y9WEN .framer-u3sp1 { height: 1px; width: 100%; } .framer-y9WEN .framer-v96vw3 { left: 20px; right: 20px; top: 50%; } .framer-y9WEN .framer-t1hrc1-container { height: auto; position: relative; top: unset; width: 100%; } .framer-y9WEN .framer-elp4yt { padding: 40px 20px 40px 20px; width: 100%; } .framer-y9WEN .framer-5o35ug { gap: 0px; justify-content: center; width: min-content; } .framer-y9WEN .framer-v5q2sl-container, .framer-y9WEN .framer-1yrg6eq-container, .framer-y9WEN .framer-1q5jka3-container { flex: none; height: var(--framer-aspect-ratio-supported, 393px); width: 100%; } .framer-y9WEN .framer-1yunnuw { flex-direction: column; gap: 32px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-y9WEN .framer-1t8t68m, .framer-y9WEN .framer-1wc8e0u, .framer-y9WEN .framer-9yq7n8, .framer-y9WEN .framer-1hwblmc, .framer-y9WEN .framer-5o35ug, .framer-y9WEN .framer-1cgtjyw, .framer-y9WEN .framer-hj2bzy, .framer-y9WEN .framer-1yunnuw { gap: 0px; } .framer-y9WEN .framer-1t8t68m > *, .framer-y9WEN .framer-1wc8e0u > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-y9WEN .framer-1t8t68m > :first-child, .framer-y9WEN .framer-1wc8e0u > :first-child, .framer-y9WEN .framer-9yq7n8 > :first-child, .framer-y9WEN .framer-1hwblmc > :first-child, .framer-y9WEN .framer-1cgtjyw > :first-child, .framer-y9WEN .framer-hj2bzy > :first-child, .framer-y9WEN .framer-1yunnuw > :first-child { margin-top: 0px; } .framer-y9WEN .framer-1t8t68m > :last-child, .framer-y9WEN .framer-1wc8e0u > :last-child, .framer-y9WEN .framer-9yq7n8 > :last-child, .framer-y9WEN .framer-1hwblmc > :last-child, .framer-y9WEN .framer-1cgtjyw > :last-child, .framer-y9WEN .framer-hj2bzy > :last-child, .framer-y9WEN .framer-1yunnuw > :last-child { margin-bottom: 0px; } .framer-y9WEN .framer-9yq7n8 > *, .framer-y9WEN .framer-1hwblmc > *, .framer-y9WEN .framer-hj2bzy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-y9WEN .framer-5o35ug > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-y9WEN .framer-5o35ug > :first-child { margin-left: 0px; } .framer-y9WEN .framer-5o35ug > :last-child { margin-right: 0px; } .framer-y9WEN .framer-1cgtjyw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-y9WEN .framer-1yunnuw > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6883.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wXXfDJ9Mf\":{\"layout\":[\"fixed\",\"auto\"]},\"vdvksf8uI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Q34gewy0m\":{\"pattern\":\":Q34gewy0m\",\"name\":\"header-change\"},\"Q0wvfGH2K\":{\"pattern\":\":Q0wvfGH2K\",\"name\":\"parallax-image-1\"},\"HsvylLAri\":{\"pattern\":\":HsvylLAri\",\"name\":\"footer-trigger\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-y9WEN\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6883.5,width:1200};addFonts(FrameraugiA20Il,[{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\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4mJPby1QNtA.woff2\",weight:\"400\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2\",weight:\"500\"}]},...SmoothScrollFonts,...PopUpModalFonts,...VideoFonts,...PrimaryFonts,...SectionTitleFonts,...CardProductFonts,...ImageGalleryFonts,...PriceLabelFonts,...PhosphorFonts,...BuyNowButtonFonts,...Reviews2Fonts,...CardCategoryFonts,...CardBlogFonts,...SectionFAQFonts,...SectionUSPFonts,...CloseCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"QCtriU0yw\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"QCtriU0yw\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wXXfDJ9Mf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vdvksf8uI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"6883.5\",\"framerScrollSections\":\"{\\\"Q34gewy0m\\\":{\\\"pattern\\\":\\\":Q34gewy0m\\\",\\\"name\\\":\\\"header-change\\\"},\\\"Q0wvfGH2K\\\":{\\\"pattern\\\":\\\":Q0wvfGH2K\\\",\\\"name\\\":\\\"parallax-image-1\\\"},\\\"HsvylLAri\\\":{\\\"pattern\\\":\\\":HsvylLAri\\\",\\\"name\\\":\\\"footer-trigger\\\"}}\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["State", "defaultText", "BuyNowButton", "props", "newTab", "layer", "shopifyId", "tracksInventory", "parseShopifyData", "isCanvas", "RenderTarget", "quantity", "selectedVariantOptions", "useProductStore", "state", "selectedVariant", "useSelectedVariant", "inventory", "inventoryIsLoading", "useAmountInStock", "p", "Button", "windowReference", "window", "generateBuyNowCheckoutUrl", "checkoutUrl", "addPropertyControls", "ControlType", "createButtonPropertyControls", "Colors", "PhosphorFonts", "getFonts", "Icon", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UTh1M4qSL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapye62iy", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "ComponentViewportProvider", "css", "FramerBQWBct5i6", "withCSS", "BQWBct5i6_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "link", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "siSqhXU5E", "iH4skX3rV", "xwGDTl4mD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerDKMTQhHhB", "withCSS", "DKMTQhHhB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transition4", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "defaultCursor", "height", "hideCursor", "id", "image", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "B_o6_knQK", "bxKrzUjVg", "Isw5OR78_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1xljzhi", "args", "onAppear18nl2g0", "onAppeare3kjc7", "onTapep5dpo", "onTap2ss3w5", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "FormContainer", "formState", "l", "FormPlainTextInput2", "css", "FramerXKsdHXU_9", "withCSS", "XKsdHXU_9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SmoothScrollFonts", "getFonts", "SmoothScroll_Prod_default", "PopUpModalFonts", "XKsdHXU_9_default", "VideoFonts", "Video", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "PrimaryFonts", "T7B8ZLANm_default", "MotionSectionWithFX", "withFX", "motion", "SectionTitleFonts", "U750b7d1S_default", "CardProductFonts", "Oo4eIeNf4_default", "ImageWithFX", "Image2", "ImageGalleryFonts", "GJSRppQIZ_default", "PriceLabelFonts", "ProductInfoLabel_default", "PhosphorFonts", "Icon", "BuyNowButtonFonts", "BuyNowButton", "Reviews2Fonts", "x7wI9ve9N_default", "CardCategoryFonts", "DKMTQhHhB_default", "CardBlogFonts", "XWq4WYgWr_default", "SectionFAQFonts", "tO37PobPm_default", "SectionUSPFonts", "vO8SbxoqA_default", "CloseCursorFonts", "BQWBct5i6_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition7", "animation8", "addImageAlt", "image", "alt", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition8", "cursor", "BQWBct5i6_default", "cursor1", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "YTmNHTtrPm1lcf5qvb", "a95X3ao06m1lcf5qvb", "EPjrey5orm1lcf5qvb", "AvcsLfxBim1lcf5qvb", "SVaazMnkUm1lcf5qvb", "idm1lcf5qvb", "a95X3ao06kozss4NpW", "EPjrey5orkozss4NpW", "BPWIGpjDkkozss4NpW", "naUGb6nWFkozss4NpW", "AvcsLfxBikozss4NpW", "YTmNHTtrPkozss4NpW", "kenUl72Iokozss4NpW", "idkozss4NpW", "XYdMP8pbjuCOWJJJ44", "ahD4W6UkCuCOWJJJ44", "gyg_cuNHQuCOWJJJ44", "iT69EjVbEuCOWJJJ44", "siENxjQTLuCOWJJJ44", "CNTNAZQOvuCOWJJJ44", "iduCOWJJJ44", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "dynamicRef", "useSiteRefs", "router", "useRouter", "elementId1", "ref1", "elementId2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "SmoothScroll_Prod_default", "PropertyOverrides2", "XKsdHXU_9_default", "MotionSectionWithFX", "ContainerWithOptimizedAppearEffect", "Video", "RichTextWithOptimizedAppearEffect", "x", "T7B8ZLANm_default", "ResolveLinks", "resolvedLinks", "U750b7d1S_default", "ChildrenCanSuspend", "X5XmX7wsR_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "Oo4eIeNf4_default", "ImageWithFX", "RichText2", "resolvedLinks1", "collection1", "paginationInfo1", "loadMore1", "index1", "GJSRppQIZ_default", "ProductInfoLabel_default", "Icon", "BuyNowButton", "ComponentPresetsProvider", "x7wI9ve9N_default", "resolvedLinks2", "DKMTQhHhB_default", "resolvedLinks3", "resolvedLinks4", "zXPft6HIo_default", "collection2", "paginationInfo2", "loadMore2", "index2", "XWq4WYgWr_default", "enumToDisplayNameFunctions", "tO37PobPm_default", "vO8SbxoqA_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "SmoothScrollFonts", "PopUpModalFonts", "VideoFonts", "PrimaryFonts", "SectionTitleFonts", "CardProductFonts", "ImageGalleryFonts", "PriceLabelFonts", "PhosphorFonts", "BuyNowButtonFonts", "Reviews2Fonts", "CardCategoryFonts", "CardBlogFonts", "SectionFAQFonts", "SectionUSPFonts", "CloseCursorFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
