{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js", "ssg:https://framerusercontent.com/modules/aFk77Fc0mab7er384vbg/7bm3i6rlCs2dfzjvvZNJ/bm8zYlgoi.js", "ssg:https://framerusercontent.com/modules/92lzTmOKahekTz4sIVfO/PvQWh68UmGc3KvjHVq4P/C84fmMRAO.js", "ssg:https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/6iIIX4SzvuX6GX8XtSv5/SVG_Prod.js", "ssg:https://framerusercontent.com/modules/2pAu2MKywsS4Tf6I6BcT/hLXq0KByfDv2HCi1pnjO/nLdbnsnvm.js", "ssg:https://framerusercontent.com/modules/vhDETzau4L9GAhKKqqfL/2HRrYCM5EgH6V4pN7GBC/HI4DXx8uB.js", "ssg:https://framerusercontent.com/modules/7odZreY6gDhglr1Fcj7R/S3UYCNTEbLmUTq9HZqbg/Counter.js", "ssg:https://framerusercontent.com/modules/zp4ZZniKRDsqgijsgR05/LCemxy5FCEQtyNKq6Xzy/jui6Drl4E.js", "ssg:https://framerusercontent.com/modules/78sMB7QRSExHhgMEREEL/8qPYLrZ0Rd01d2TYY19L/lxHQab_4K.js", "ssg:https://framerusercontent.com/modules/LavRLndRHZV25aPIMsyq/sjAi5r371FuVEhGGzacP/nzPqs1kAY.js", "ssg:https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL-0.js", "ssg:https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL-1.js", "ssg:https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js", "ssg:https://framerusercontent.com/modules/hZgldAhVCN98bJaueCXW/QDOBQ7iQnDUeembDNySq/ueiKkVaj3.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);// resolve immediately if it exists\nconst current=element.current;if(current)resolve(current);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>({current:null}));},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{ref.current?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (8dd9d28)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-ugb7X\";const variantClassNames={Br0xSe2nR:\"framer-v-14d48ns\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image1,image2,image3,image4,width,...props})=>{return{...props,bQspCtjNI:image2??props.bQspCtjNI??{pixelHeight:5165,pixelWidth:3443,src:\"https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg 3443w\"},GF0qnEJdU:image1??props.GF0qnEJdU??{pixelHeight:5165,pixelWidth:3443,src:\"https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg 3443w\"},Sf2AaiLP4:image4??props.Sf2AaiLP4??{pixelHeight:5165,pixelWidth:3443,src:\"https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg 3443w\"},vfTeak1wj:image3??props.vfTeak1wj??{pixelHeight:5165,pixelWidth:3443,src:\"https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg 3443w\"}};};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,GF0qnEJdU,bQspCtjNI,vfTeak1wj,Sf2AaiLP4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Br0xSe2nR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14d48ns\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Br0xSe2nR\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||940)-0-940)/2+0+0)),pixelHeight:5165,pixelWidth:3443,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(GF0qnEJdU)},className:\"framer-gp5kj5\",layoutDependency:layoutDependency,layoutId:\"UTwYpFS1L\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||940)-0-940)/2+235+0)),pixelHeight:5165,pixelWidth:3443,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(bQspCtjNI)},className:\"framer-1s8jzlh\",layoutDependency:layoutDependency,layoutId:\"fv8kg8iFe\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||940)-0-940)/2+470+0)),pixelHeight:5165,pixelWidth:3443,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(vfTeak1wj)},className:\"framer-ggtkm8\",layoutDependency:layoutDependency,layoutId:\"O9L76j0kF\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||940)-0-940)/2+705+0)),pixelHeight:5165,pixelWidth:3443,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Sf2AaiLP4)},className:\"framer-b1bm7q\",layoutDependency:layoutDependency,layoutId:\"ECGSWcodf\"})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ugb7X.framer-1w870yl, .framer-ugb7X .framer-1w870yl { display: block; }\",\".framer-ugb7X.framer-14d48ns { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 940px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 235px; }\",\".framer-ugb7X .framer-gp5kj5, .framer-ugb7X .framer-1s8jzlh, .framer-ugb7X .framer-ggtkm8, .framer-ugb7X .framer-b1bm7q { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 235px); overflow: hidden; position: relative; width: 100%; z-index: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 940\n * @framerIntrinsicWidth 235\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GF0qnEJdU\":\"image1\",\"bQspCtjNI\":\"image2\",\"vfTeak1wj\":\"image3\",\"Sf2AaiLP4\":\"image4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerbm8zYlgoi=withCSS(Component,css,\"framer-ugb7X\");export default Framerbm8zYlgoi;Framerbm8zYlgoi.displayName=\"Images - Gallery - Homepage\";Framerbm8zYlgoi.defaultProps={height:940,width:235};addPropertyControls(Framerbm8zYlgoi,{GF0qnEJdU:{__defaultAssetReference:\"data:framer/asset-reference,fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?originalFilename=photo-1585128792020-803d29415281%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw1fHxpbnRlcmlvcnxlbnwwfHx8fDE3MTc5OTIyNDJ8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},bQspCtjNI:{__defaultAssetReference:\"data:framer/asset-reference,fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?originalFilename=photo-1585128792020-803d29415281%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw1fHxpbnRlcmlvcnxlbnwwfHx8fDE3MTc5OTIyNDJ8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 2\",type:ControlType.ResponsiveImage},vfTeak1wj:{__defaultAssetReference:\"data:framer/asset-reference,fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?originalFilename=photo-1585128792020-803d29415281%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw1fHxpbnRlcmlvcnxlbnwwfHx8fDE3MTc5OTIyNDJ8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 3\",type:ControlType.ResponsiveImage},Sf2AaiLP4:{__defaultAssetReference:\"data:framer/asset-reference,fdOdRFRgl4kMfIvO7R0Ibtg5II.jpg?originalFilename=photo-1585128792020-803d29415281%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw1fHxpbnRlcmlvcnxlbnwwfHx8fDE3MTc5OTIyNDJ8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image 4\",type:ControlType.ResponsiveImage}});addFonts(Framerbm8zYlgoi,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerbm8zYlgoi\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"GF0qnEJdU\\\":\\\"image1\\\",\\\"bQspCtjNI\\\":\\\"image2\\\",\\\"vfTeak1wj\\\":\\\"image3\\\",\\\"Sf2AaiLP4\\\":\\\"image4\\\"}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"940\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"235\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bm8zYlgoi.map", "// Generated by Framer (ad88b1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/mjYEBoe1nnFmTvONIYKF/KoL1VSsaOsyIBySU5Mdh/bPDtyZ2bo.js\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const enabledGestures={iiOcnuDnE:{hover:true}};const cycleOrder=[\"iiOcnuDnE\",\"lYmjm4rSa\"];const serializationHash=\"framer-nS0jT\";const variantClassNames={iiOcnuDnE:\"framer-v-1k47lv9\",lYmjm4rSa:\"framer-v-aozyhr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:88,delay:0,mass:1.7,stiffness:500,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={bounce:0,delay:0,duration:1.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const 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={Hover:\"iiOcnuDnE\",Text:\"lYmjm4rSa\"};const getProps=({badgePadding,height,id,image,text,title,width,...props})=>{return{...props,aUWyHBU5y:title??props.aUWyHBU5y??\"Project Completed\",LkY2g1GIq:text??props.LkY2g1GIq??\"Over 1000 successful projects completed, showcasing our extensive experience and portfolio.\",pjYGU6sPZ:image??props.pjYGU6sPZ??{pixelHeight:1440,pixelWidth:1440,src:\"https://framerusercontent.com/images/Pu7K7ef2KUr9FKm1lTvxAuscq6Y.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Pu7K7ef2KUr9FKm1lTvxAuscq6Y.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Pu7K7ef2KUr9FKm1lTvxAuscq6Y.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Pu7K7ef2KUr9FKm1lTvxAuscq6Y.webp 1440w\"},SFAvjF6qv:badgePadding??props.SFAvjF6qv??\"0px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"iiOcnuDnE\"};};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,pjYGU6sPZ,aUWyHBU5y,LkY2g1GIq,SFAvjF6qv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iiOcnuDnE\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1k47lv9\",className,classNames),\"data-framer-name\":\"Hover\",layoutDependency:layoutDependency,layoutId:\"iiOcnuDnE\",ref:refBinding,style:{backgroundColor:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"iiOcnuDnE-hover\":{\"data-framer-name\":undefined},lYmjm4rSa:{\"data-framer-name\":\"Text\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-p5ygit\",layoutDependency:layoutDependency,layoutId:\"jHUcdrHGT\",style:{\"--rfuaov\":numberToPixelString(SFAvjF6qv)},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1440,pixelWidth:1440,sizes:`calc(${Math.max(0,((componentViewport?.height||500)-30-47.2)/1)*1} * 1.0165 - ${SFAvjF6qv*2}px)`,...toResponsiveImage(pjYGU6sPZ),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1v3se7x\",layoutDependency:layoutDependency,layoutId:\"bnwn2yCN9\",...addPropertyOverrides({\"iiOcnuDnE-hover\":{background:{alt:\"\",fit:\"fit\",pixelHeight:1440,pixelWidth:1440,sizes:`calc(${Math.max(0,((componentViewport?.height||500)-30-142.2)/1)*1} * 1.0165 - ${SFAvjF6qv*2}px)`,...toResponsiveImage(pjYGU6sPZ),...{positionX:\"center\",positionY:\"center\"}}},lYmjm4rSa:{background:{alt:\"\",fit:\"fit\",pixelHeight:1440,pixelWidth:1440,sizes:`calc(${Math.max(0,((componentViewport?.height||500)-30-142.2)/1)*1} * 1.0165 - ${SFAvjF6qv*2}px)`,...toResponsiveImage(pjYGU6sPZ),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-13wtcle\",\"data-framer-appear-id\":\"13wtcle\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"EaGeExoku\",optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1dgkp69\",\"data-styles-preset\":\"bPDtyZ2bo\",style:{\"--framer-text-alignment\":\"center\"},children:\"Project Completed\"})}),className:\"framer-1igs951\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ukhs6_EuY\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:aUWyHBU5y,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(9, 43, 73)))\"},children:\"Over 1000 successful projects completed, showcasing our extensive experience and portfolio.\"})}),className:\"framer-1r8su11\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"EuMGpLO2e\",style:{\"--extracted-r6o4lv\":\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(9, 43, 73))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:LkY2g1GIq,variants:{\"iiOcnuDnE-hover\":{opacity:.8},lYmjm4rSa:{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nS0jT.framer-1wftgc4, .framer-nS0jT .framer-1wftgc4 { display: block; }\",\".framer-nS0jT.framer-1k47lv9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 500px; justify-content: center; overflow: hidden; padding: 15px; position: relative; width: 460px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nS0jT .framer-p5ygit { align-content: center; align-items: center; aspect-ratio: 1.016548463356974 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: var(--rfuaov); position: relative; width: var(--framer-aspect-ratio-supported, 430px); }\",\".framer-nS0jT .framer-1v3se7x { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-nS0jT .framer-13wtcle { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nS0jT .framer-1igs951 { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-nS0jT .framer-1r8su11 { --framer-text-wrap: balance; flex: none; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nS0jT.framer-v-aozyhr.framer-1k47lv9 { cursor: unset; }\",\".framer-nS0jT.framer-v-aozyhr .framer-p5ygit, .framer-nS0jT.framer-v-1k47lv9.hover .framer-p5ygit { width: var(--framer-aspect-ratio-supported, 392px); }\",\".framer-nS0jT.framer-v-aozyhr .framer-1r8su11, .framer-nS0jT.framer-v-1k47lv9.hover .framer-1r8su11 { height: auto; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 500\n * @framerIntrinsicWidth 460\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"lYmjm4rSa\":{\"layout\":[\"fixed\",\"fixed\"]},\"IDCpIRV9b\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pjYGU6sPZ\":\"image\",\"aUWyHBU5y\":\"title\",\"LkY2g1GIq\":\"text\",\"SFAvjF6qv\":\"badgePadding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerC84fmMRAO=withCSS(Component,css,\"framer-nS0jT\");export default FramerC84fmMRAO;FramerC84fmMRAO.displayName=\"Homepage - Reasons to Believe\";FramerC84fmMRAO.defaultProps={height:500,width:460};addPropertyControls(FramerC84fmMRAO,{variant:{options:[\"iiOcnuDnE\",\"lYmjm4rSa\"],optionTitles:[\"Hover\",\"Text\"],title:\"Variant\",type:ControlType.Enum},pjYGU6sPZ:{__defaultAssetReference:\"data:framer/asset-reference,Pu7K7ef2KUr9FKm1lTvxAuscq6Y.webp?originalFilename=Price_Promise_Badge_YELLOW.webp&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},aUWyHBU5y:{defaultValue:\"Project Completed\",displayTextArea:false,title:\"Title\",type:ControlType.String},LkY2g1GIq:{defaultValue:\"Over 1000 successful projects completed, showcasing our extensive experience and portfolio.\",displayTextArea:true,title:\"Text\",type:ControlType.String},SFAvjF6qv:{defaultValue:\"0px\",title:\"Badge Padding\",type:ControlType.Padding}});addFonts(FramerC84fmMRAO,[{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:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerC84fmMRAO\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"pjYGU6sPZ\\\":\\\"image\\\",\\\"aUWyHBU5y\\\":\\\"title\\\",\\\"LkY2g1GIq\\\":\\\"text\\\",\\\"SFAvjF6qv\\\":\\\"badgePadding\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lYmjm4rSa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IDCpIRV9b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"460\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"500\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./C84fmMRAO.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */function SVG(props){const[customSvgElement,setCustomSvgElement]=useState(null);useEffect(()=>{const svgContent=props.customSvgCode;processCustomSVGContent(svgContent);});const processCustomSVGContent=svgContent=>{const replacements=[[/width=\"[^\"]*\"/,'width=\"100%\"'],[/height=\"[^\"]*\"/,'height=\"100%\"']];const hasCustomStroke=svgContent.includes('stroke=\"');const hasCustomStrokeWidth=svgContent.includes('stroke-width=\"');const hasLineCap=svgContent.includes('stroke-linecap=\"');const hasLineJoin=svgContent.includes('stroke-linejoin=\"');if(svgContent.includes(\"<circle\")){const circleFillRegex=/<circle[^>]*fill=\"([^\"]*)\"/;const match=svgContent.match(circleFillRegex);if(match){const updatedCircle=match[0].replace(match[1],props.customColor);svgContent=svgContent.replace(circleFillRegex,updatedCircle);}else{replacements.push([/<circle/g,`<circle fill=\"${props.customColor}\"`]);}}if(hasCustomStroke){if(!hasLineCap){replacements.push([/<path/g,`<path stroke=\"${props.customColor}\"`]);}else{replacements.push([/<path/g,`<path stroke=\"${props.customColor}\" stroke-linecap=\"${props.lineCap}\"`]);}if(hasCustomStrokeWidth){replacements.push([/stroke-width=\"(?!0\\b)\\d+(\\.\\d+)?\"/g,`stroke-width=\"${props.customStrokeWidth}\"`]);}}else{replacements.push([/<path/g,`<path fill=\"${props.customColor}\"`]);}if(svgContent.includes('overflow=\"')){replacements.push([/overflow=\"[^\"]*\"/,`overflow=\"visible\"`]);}else{replacements.push([/<svg/,`<svg overflow=\"visible\"`]);}if(!hasLineJoin){replacements.push([/<path/g,`<path stroke-linejoin=\"${props.lineJoin}\"`]);}else{replacements.push([/stroke-linejoin=\"[^\"]*\"/,`stroke-linejoin=\"${props.lineJoin}\"`]);}replacements.forEach(([regex,replacement])=>{svgContent=svgContent.replace(regex,replacement);});setCustomSvgElement(svgContent);};const customContainerStyle={padding:`${props.customPadding}px`,display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",overflow:\"visible\"};const accessibilityProps={role:\"img\",...props.title&&{\"aria-label\":props.title},...props.description&&{\"aria-description\":props.description}};return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:customSvgElement},style:customContainerStyle,...accessibilityProps});}SVG.displayName=\"SVG\";SVG.defaultProps={customSvgCode:`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_967_124)\"> <path d=\"M18 6.09674C18 6.0348 18.0246 5.97539 18.0684 5.93159L23.6013 0.398708C23.7484 0.251575 24 0.35578 24 0.563858V11.9033C24 11.9652 23.9754 12.0246 23.9316 12.0684L18 18V6.09674Z\" fill=\"white\"/> <path d=\"M6 18V6.56386C6 6.35578 5.74843 6.25158 5.60129 6.39871L0.0684074 11.9316C0.0246069 11.9754 0 12.0348 0 12.0967V23.7664C0 23.8954 0.104567 24 0.233557 24H11.9033C11.9652 24 12.0246 23.9754 12.0684 23.9316L18 18H6Z\" fill=\"white\"/> </g> <defs> <clipPath id=\"clip0_967_124\"> <rect width=\"24\" height=\"24\" fill=\"white\"/> </clipPath> </defs> </svg>`,customColor:\"#ffffff\",customPadding:0,customStrokeWidth:2,lineCap:\"butt\",lineJoin:\"miter\",title:\"\",description:\"\"};addPropertyControls(SVG,{customSvgCode:{type:ControlType.String,title:\"SVG Code\",displayTextArea:false},customColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"#ffffff\"},customPadding:{type:ControlType.Number,title:\"Padding\",defaultValue:0,min:0,step:1,displayStepper:true},customStrokeWidth:{type:ControlType.Number,title:\"Stroke\",defaultValue:2,min:0,step:.1,displayStepper:true,hidden:props=>!props.customSvgCode.includes('stroke=\"')},lineCap:{type:ControlType.Enum,title:\"Line Cap\",options:[\"butt\",\"round\",\"square\"],optionTitles:[\"Butt\",\"Round\",\"Square\"],defaultValue:\"butt\",hidden:props=>!props.customSvgCode.includes('stroke=\"')},lineJoin:{type:ControlType.Enum,title:\"Line Join\",options:[\"round\",\"miter\",\"bevel\"],optionTitles:[\"Round\",\"Miter\",\"Bevel\"],defaultValue:\"miter\",hidden:props=>!props.customSvgCode.includes('stroke=\"')},title:{type:ControlType.String,title:\"Title\",defaultValue:\"\",placeholder:\"Icon name...\"},description:{type:ControlType.String,title:\"Description\",defaultValue:\"\",placeholder:\"Icon purpose...\",description:\"More components at [Framer University](https://frameruni.link/cc).\"}});export default SVG;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SVG\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SVG_Prod.map", "// Generated by Framer (55cf326)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/6iIIX4SzvuX6GX8XtSv5/SVG_Prod.js\";const SVGFonts=getFonts(SVG);const serializationHash=\"framer-MrEQZ\";const variantClassNames={nb0FzMKv6:\"framer-v-b8t8u1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"nb0FzMKv6\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-b8t8u1\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nb0FzMKv6\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-74vtra-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uu8JlKvAQ-container\",nodeId:\"uu8JlKvAQ\",rendersWithMotion:true,scopeId:\"nLdbnsnvm\",children:/*#__PURE__*/_jsx(SVG,{customColor:\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(9, 43, 73))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"526\" height=\"54\" viewBox=\"0 0 526 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.21891 30.3567V22.0967C7.21891 19.5067 7.07891 10.9667 7.00891 9.84668C6.79891 5.78667 5.67891 5.64668 3.36891 5.64668H1.12891C0.63891 5.64668 0.63891 5.57668 0.63891 5.01668V3.40668C0.63891 2.98668 0.70891 2.77667 1.19891 2.77667C2.10891 2.77667 5.46891 2.98668 12.1189 2.98668C14.3589 2.98668 18.5589 2.77667 23.3189 2.77667C28.3589 2.77667 32.8389 3.26667 35.2889 4.66668C39.2789 6.83667 40.6789 10.0567 40.6789 14.1867C40.6789 18.8067 37.8789 23.2867 30.4589 25.7367V25.8767C39.1389 28.1167 43.6889 32.3167 43.6889 39.7367C43.6889 43.5167 41.5889 48.6967 38.2289 50.3767C35.3589 51.8467 30.4589 52.9667 21.7789 52.9667C21.1489 52.9667 19.3289 52.8267 17.3689 52.7567C15.3389 52.6167 13.1689 52.5467 11.8389 52.5467C8.33891 52.5467 6.02891 52.6167 4.48891 52.6167C3.01891 52.6867 2.24891 52.7567 1.75891 52.7567C1.05891 52.7567 0.98891 52.5467 0.98891 51.9867V50.4467C0.98891 50.0267 1.05891 49.8867 1.68891 49.8867H4.13891C6.23891 49.8867 6.58891 49.0467 6.86891 46.9467C7.07891 45.3367 7.21891 36.0967 7.21891 30.3567ZM17.4389 19.6467V24.9667C20.3089 25.2467 24.7889 24.8267 26.8189 23.0067C29.1289 20.9767 30.1789 17.8267 30.1789 14.7467C30.1789 12.0867 29.3389 9.28667 27.3089 7.67667C24.9289 5.78667 21.4989 5.15667 20.7289 5.15667C19.2589 5.15667 17.7189 5.22667 17.6489 6.34667C17.5089 7.74667 17.4389 13.8367 17.4389 19.6467ZM17.4389 27.3467V41.2067C17.4389 47.8567 18.9789 50.5867 22.6889 50.5867C27.6589 50.5867 32.3489 48.1367 32.3489 39.3867C32.3489 33.7167 29.8289 30.0067 26.0489 28.5367C22.5489 27.2067 19.1889 27.3467 17.4389 27.3467ZM84.1106 50.7967L74.3106 53.2467C73.8906 53.3867 73.4006 53.5267 72.7706 53.5267C72.0706 53.5267 71.6506 53.1767 71.5806 52.6867L71.1606 48.9067H70.7406C69.3406 51.3567 65.2806 53.5267 61.5006 53.5267C58.7006 53.5267 56.6006 53.5267 54.1506 50.3067C51.2106 46.3867 51.4906 44.1467 51.4906 38.1267L51.5606 35.0467C51.5606 32.3867 51.5606 29.5867 51.4906 28.0467C51.4206 26.3667 49.9506 25.7367 49.1106 25.5967C47.9206 25.3867 47.5706 25.4567 47.5706 25.1067V23.7067C47.5706 23.2867 47.7106 23.1467 48.3406 23.1467H58.5606C58.9806 23.1467 59.2606 23.0767 59.5406 23.0067C59.8206 23.0067 60.1006 22.9367 60.3106 22.9367C60.8006 22.9367 61.1506 23.2867 61.0806 23.7767C61.0106 24.4067 60.8006 27.6967 60.8006 33.2267V37.0067C60.8006 39.8067 60.3806 45.0567 62.1306 47.7867C63.1806 49.3967 64.3006 49.2567 65.5606 49.2567C66.7506 49.2567 68.2906 48.3467 69.3406 47.0167C69.9706 46.3167 70.4606 45.1967 70.4606 44.4967L70.3906 28.0467C70.3906 26.2967 69.1306 25.7367 67.3806 25.5967C66.5406 25.5267 66.1906 25.4567 66.1906 25.1067V23.7767C66.1906 23.2167 66.3306 23.1467 67.0306 23.1467H77.4606C77.9506 23.1467 78.3006 23.0767 78.6506 23.0067C79.0006 23.0067 79.2806 22.9367 79.4906 22.9367C79.9106 22.9367 80.1906 23.2867 80.1206 23.6367C80.0506 24.2667 79.7006 26.0867 79.7006 33.1567V38.3367C79.7006 41.6967 79.7006 45.1267 79.8406 46.3867C80.0506 48.5567 80.8206 48.8367 81.1006 48.8367C81.5206 48.8367 82.5706 48.8367 83.4106 48.6267C83.9706 48.4867 84.1806 48.6267 84.2506 48.9067L84.4606 50.2367C84.5306 50.5867 84.3906 50.7267 84.1106 50.7967ZM99.7119 11.8767C99.7119 14.1167 98.1719 16.5667 94.3919 16.6367C91.5919 16.7067 89.4919 14.8167 89.4919 12.0867C89.4919 9.84668 91.8019 7.81667 94.7419 7.81667C98.0319 7.81667 99.7119 9.91667 99.7119 11.8767ZM104.612 52.0567C104.612 52.5467 104.472 52.7567 103.982 52.7567C103.422 52.7567 100.202 52.5467 94.1119 52.5467C90.0519 52.5467 87.3219 52.7567 86.5519 52.7567C86.2019 52.7567 85.9919 52.6167 85.9919 52.0567V50.6567C85.9919 50.2367 86.2019 50.0967 86.6919 50.0967H89.2819C90.0519 50.0967 90.5419 49.8167 90.6119 48.6967C90.7519 46.5967 90.7519 44.4267 90.7519 42.4667L90.6119 32.6667C90.6119 30.7067 90.1919 29.3067 87.2519 28.2567C86.4819 27.9767 86.4119 27.6967 86.4119 27.2767V26.5067C86.4119 26.2967 86.5519 26.1567 87.1819 25.9467L97.6119 22.5867C98.3819 22.3067 99.0119 22.1667 99.5019 22.1667C100.062 22.1667 100.272 22.5167 100.202 23.0067C100.062 24.1967 100.062 28.6067 100.062 34.7667V42.2567C100.062 44.9867 100.062 47.5067 100.132 48.2767C100.272 49.6067 100.622 50.0967 101.392 50.0967H103.912C104.472 50.0967 104.612 50.3067 104.612 50.7267V52.0567ZM120.085 25.4567V38.5467C120.085 41.3467 120.085 45.8967 120.295 47.9267C120.365 49.1167 120.575 50.0967 122.045 50.0967H124.425C125.055 50.0967 125.195 50.3067 125.195 50.7267V52.0567C125.195 52.4767 125.055 52.7567 124.775 52.7567C124.285 52.7567 121.205 52.5467 115.675 52.5467C109.795 52.5467 106.995 52.7567 106.365 52.7567C106.015 52.7567 105.875 52.4767 105.875 51.9167V50.7267C105.875 50.2367 106.015 50.0967 106.785 50.0967H108.885C109.655 50.0967 110.775 49.6067 110.775 47.0867V24.8267C110.775 19.8567 110.775 14.1867 110.635 12.3667C110.495 9.98667 109.025 9.00667 106.785 8.30667L105.525 7.88668C105.035 7.67667 104.965 7.46667 104.965 7.11667V6.06667C104.965 5.85667 105.105 5.57668 105.595 5.50667C108.745 4.87667 116.025 2.49667 118.055 1.44668C118.825 1.09668 119.245 0.956673 119.595 0.956673C120.015 0.956673 120.295 1.30667 120.225 2.21667C120.155 6.06667 120.085 20.6267 120.085 25.4567ZM148.717 23.0767L148.437 8.93667C148.367 6.97668 147.597 5.85667 143.887 4.94668C143.467 4.87667 143.397 4.73667 143.397 4.45667V3.12667C143.397 2.84667 143.537 2.63667 143.957 2.56667C148.087 2.21667 153.477 1.79667 155.787 1.30667C156.767 1.09668 157.047 0.956673 157.607 0.956673C158.027 0.956673 158.307 1.44668 158.237 2.21667C157.957 5.71667 157.817 15.8667 157.817 25.7367V41.2067C157.817 43.7967 157.817 46.5267 158.517 47.6467C159.077 48.5567 159.987 48.6267 161.667 48.4167C162.437 48.3467 162.717 48.5567 162.787 48.9067L162.997 49.9567C163.067 50.3767 162.927 50.5867 162.507 50.7267L152.007 53.3867C151.587 53.5267 151.237 53.3167 151.027 52.7567L149.907 49.2567C147.667 51.8467 143.537 53.5267 140.527 53.5267C136.887 53.5267 135.487 53.2467 132.197 50.1667C129.467 47.7167 127.787 44.8467 127.787 40.2267C127.787 34.6267 128.767 30.9867 132.687 26.6467C135.417 23.6367 138.637 22.1667 143.047 22.1667C145.357 22.1667 147.387 22.5867 148.717 23.0767ZM148.857 44.1467L148.647 31.4067C148.647 30.1467 148.577 28.9567 148.087 28.0467C147.037 26.1567 144.727 24.8967 142.767 24.8967C141.507 24.8967 140.177 25.3867 139.127 26.8567C137.447 29.1667 136.887 31.5467 136.887 34.9067C136.887 43.1667 140.457 48.9067 144.797 48.9067C146.687 48.9067 147.457 48.2067 148.157 47.5067C148.717 46.9467 148.857 45.6867 148.857 44.1467ZM202.452 31.7567V39.5267C202.452 42.2567 202.662 46.8067 202.732 47.4367C202.942 49.6767 203.992 49.8867 205.112 49.8867H207.142C207.632 49.8867 207.632 50.0967 207.632 50.3767V52.1267C207.632 52.5467 207.632 52.7567 207.142 52.7567C206.302 52.7567 203.572 52.5467 196.992 52.5467C189.712 52.5467 187.542 52.7567 186.772 52.7567C186.492 52.7567 186.352 52.5467 186.352 52.0567V50.3767C186.352 50.0967 186.422 49.8867 186.842 49.8867H189.292C191.112 49.8867 191.672 49.1867 191.742 48.2767C191.812 47.2967 191.952 41.7667 191.952 35.2567V32.2467C190.832 30.0767 179.632 9.63667 177.882 7.25668C177.042 6.20667 175.362 5.64668 174.242 5.64668H173.192C172.772 5.64668 172.702 5.43667 172.702 5.15667V3.19667C172.702 2.91667 172.772 2.77667 173.192 2.77667C173.822 2.77667 177.112 2.98668 183.342 2.98668C190.552 2.98668 193.072 2.77667 193.772 2.77667C194.192 2.77667 194.262 2.91667 194.262 3.26667V5.01668C194.262 5.36667 194.192 5.64668 193.772 5.64668H192.162C191.182 5.64668 190.482 6.34667 190.482 7.46667C190.482 8.72667 198.812 24.7567 200.702 28.8167C202.802 24.9667 211.202 10.1967 211.202 8.02667C211.202 6.83667 210.012 5.64668 208.542 5.64668H206.652C206.232 5.64668 206.162 5.43667 206.162 5.01668V3.19667C206.162 2.91667 206.232 2.77667 206.652 2.77667C207.352 2.77667 210.222 2.98668 215.402 2.98668C220.232 2.98668 221.772 2.77667 222.402 2.77667C222.892 2.77667 222.962 2.91667 222.962 3.33668V5.01668C222.962 5.43667 222.892 5.64668 222.402 5.64668H221.142C220.302 5.64668 218.202 6.06667 217.152 7.32667C216.242 8.44667 205.322 26.3667 202.452 31.7567ZM231.656 53.5267C226.546 53.5267 223.046 52.4767 219.476 48.4167C216.816 45.4767 215.766 41.7667 215.766 37.3567C215.766 34.2067 217.516 29.0267 221.786 25.7367C225.356 22.9367 228.926 22.1667 232.216 22.1667C237.046 22.1667 240.336 23.6367 243.486 26.5767C246.916 29.6567 248.316 33.4367 248.316 37.7067C248.316 41.7667 246.566 45.6867 243.836 48.6267C240.476 52.1267 236.416 53.5267 231.656 53.5267ZM232.076 50.5867C235.926 50.5867 237.676 44.9167 237.676 37.2167C237.676 29.0967 234.876 25.1067 231.796 25.1067C230.046 25.1067 228.926 25.5967 228.016 26.9967C226.616 29.1667 225.706 32.1767 225.706 37.8467C225.706 41.9067 226.056 44.5667 227.456 47.5767C228.366 49.4667 229.486 50.5867 232.076 50.5867ZM287.753 50.7967L277.953 53.2467C277.533 53.3867 277.043 53.5267 276.413 53.5267C275.713 53.5267 275.293 53.1767 275.223 52.6867L274.803 48.9067H274.383C272.983 51.3567 268.923 53.5267 265.143 53.5267C262.343 53.5267 260.243 53.5267 257.793 50.3067C254.853 46.3867 255.133 44.1467 255.133 38.1267L255.203 35.0467C255.203 32.3867 255.203 29.5867 255.133 28.0467C255.063 26.3667 253.593 25.7367 252.753 25.5967C251.563 25.3867 251.213 25.4567 251.213 25.1067V23.7067C251.213 23.2867 251.353 23.1467 251.983 23.1467H262.203C262.623 23.1467 262.903 23.0767 263.183 23.0067C263.463 23.0067 263.743 22.9367 263.953 22.9367C264.443 22.9367 264.793 23.2867 264.723 23.7767C264.653 24.4067 264.443 27.6967 264.443 33.2267V37.0067C264.443 39.8067 264.023 45.0567 265.773 47.7867C266.823 49.3967 267.943 49.2567 269.203 49.2567C270.393 49.2567 271.933 48.3467 272.983 47.0167C273.613 46.3167 274.103 45.1967 274.103 44.4967L274.033 28.0467C274.033 26.2967 272.773 25.7367 271.023 25.5967C270.183 25.5267 269.833 25.4567 269.833 25.1067V23.7767C269.833 23.2167 269.973 23.1467 270.673 23.1467H281.103C281.593 23.1467 281.943 23.0767 282.293 23.0067C282.643 23.0067 282.923 22.9367 283.133 22.9367C283.553 22.9367 283.833 23.2867 283.763 23.6367C283.693 24.2667 283.343 26.0867 283.343 33.1567V38.3367C283.343 41.6967 283.343 45.1267 283.483 46.3867C283.693 48.5567 284.463 48.8367 284.743 48.8367C285.163 48.8367 286.213 48.8367 287.053 48.6267C287.613 48.4867 287.823 48.6267 287.893 48.9067L288.103 50.2367C288.173 50.5867 288.033 50.7267 287.753 50.7967ZM303.494 34.0667V47.2267C303.494 49.3967 304.194 50.0967 305.664 50.0967H308.534C308.954 50.0967 309.024 50.3067 309.024 50.7267V52.1267C309.024 52.5467 308.954 52.7567 308.674 52.7567C308.254 52.7567 305.034 52.5467 298.734 52.5467C293.344 52.5467 290.404 52.7567 289.984 52.7567C289.704 52.7567 289.564 52.6167 289.564 52.0567V50.7267C289.564 50.2367 289.704 50.0967 290.334 50.0967H292.364C293.414 50.0967 294.044 49.6767 294.184 48.4167C294.324 46.4567 294.324 44.0067 294.324 40.5067V34.6967C294.324 31.6867 293.624 30.4267 291.524 29.2367L290.334 28.5367C289.914 28.3267 289.774 28.1867 289.774 27.9067V27.2767C289.774 26.9967 289.914 26.8567 290.334 26.7167L300.134 22.4467C300.554 22.3067 300.834 22.1667 301.254 22.1667C301.744 22.1667 302.024 22.5867 302.094 23.0067L302.724 28.4667H303.214C305.384 23.8467 308.464 21.7467 311.544 21.7467C313.644 21.7467 315.254 23.3567 315.254 25.8067C315.254 27.6967 313.084 29.7967 310.774 29.7967C309.794 29.7967 308.884 29.5867 308.254 29.1667C307.694 28.8167 307.064 28.6767 306.504 28.6767C305.804 28.6767 305.104 29.0267 304.684 29.9367C303.774 31.8267 303.494 33.1567 303.494 34.0667ZM335.863 44.6367L343.913 11.8767C344.613 9.14668 342.793 8.37667 341.743 8.37667H338.593C337.893 8.37667 337.753 8.23668 337.893 7.81667L338.313 6.13667C338.453 5.71667 338.593 5.64668 339.433 5.64668C340.273 5.64668 342.513 5.57668 344.543 5.43667C347.483 5.36667 350.703 5.22667 352.803 5.22667C362.743 5.22667 372.333 6.20667 378.213 12.0167C382.553 16.4267 383.463 20.4167 383.463 24.6867C383.463 38.4067 374.783 45.3367 370.513 47.7867C361.203 53.1067 351.753 52.7567 346.783 52.7567C344.893 52.7567 340.623 52.5467 338.663 52.5467C331.313 52.5467 329.283 52.7567 328.723 52.7567C328.233 52.7567 328.093 52.5467 328.163 52.0567L328.583 50.5167C328.653 50.2367 328.793 50.0267 329.283 50.0267H330.683C332.503 50.0267 334.743 49.1167 335.863 44.6367ZM354.133 8.86668L345.313 45.1267C345.033 46.3867 344.823 47.3667 344.823 48.0667C344.823 49.3267 346.993 50.0267 348.253 50.0267C354.623 50.0267 360.153 48.2067 364.913 44.4267C369.533 40.7867 373.663 32.9467 373.663 24.8967C373.663 20.3467 371.913 15.9367 369.043 13.2067C366.663 10.8967 365.403 9.84668 363.023 9.07667C360.013 8.09667 357.703 8.02667 356.723 8.02667C355.603 8.02667 354.273 8.16668 354.133 8.86668ZM394.496 52.5467H388.476C387.986 52.5467 387.706 52.2667 387.846 51.9167L391.206 40.5767C392.396 36.6567 394.566 29.7267 394.566 28.3967C394.566 27.6967 394.076 27.0667 393.376 27.0667C392.256 27.0667 389.736 29.3767 388.756 30.9167C388.476 31.3367 388.196 31.4067 387.916 31.1967L387.216 30.7067C387.006 30.5667 387.006 30.3567 387.216 29.8667C388.336 27.8367 392.326 22.6567 398.416 22.6567C401.146 22.6567 402.056 24.1267 402.056 25.4567C402.056 26.7167 400.726 30.1467 399.046 34.6967L399.816 35.1167C401.566 31.2667 405.766 22.6567 410.876 22.6567C412.906 22.6567 414.866 24.1967 414.866 26.4367C414.866 28.8867 412.976 30.9867 411.716 30.9867C410.806 30.9867 410.036 30.8467 409.406 30.4267C408.846 30.0767 408.356 29.5867 407.446 29.5867C405.276 29.5867 401.496 35.1167 399.956 38.6867C399.256 40.3667 398.486 42.3967 397.646 44.9867L395.406 52.0567C395.266 52.4067 394.916 52.5467 394.496 52.5467ZM434.573 44.7767L435.693 45.5467C435.973 45.7567 435.973 45.9667 435.833 46.2467C434.573 48.7667 429.323 53.2467 422.463 53.2467C417.703 53.2467 414.273 50.3767 414.273 45.4067C414.273 40.2267 416.513 32.8067 422.743 27.5567C426.173 24.6167 430.303 22.6567 434.433 22.6567C438.283 22.6567 439.893 24.8267 439.893 27.4867C439.893 31.4067 437.583 34.2767 433.523 36.5867C429.673 38.7567 425.893 39.4567 423.233 39.6667C422.953 40.2967 422.673 42.1167 422.673 44.0767C422.673 46.5267 424.073 48.6267 426.453 48.6267C429.883 48.6267 432.403 46.7367 434.013 44.9867C434.153 44.7767 434.363 44.6367 434.573 44.7767ZM423.793 37.0767C424.983 37.1467 428.133 36.2367 430.163 34.2767C431.283 33.2267 432.403 30.8467 432.403 28.5367C432.403 27.4167 432.123 26.1567 430.513 26.1567C427.853 26.1567 424.843 32.5267 423.793 37.0767ZM467.379 22.3067H472.349C472.839 22.3067 473.049 22.6567 472.909 23.1467C471.859 26.1567 468.499 35.3967 467.939 37.7067C467.659 38.8967 465.209 46.7367 465.209 47.7867C465.209 48.3467 465.489 48.6267 466.049 48.6267C467.169 48.6267 469.409 45.4067 469.969 44.7067C470.319 44.2867 470.459 44.2867 470.669 44.4267L471.509 44.9867C471.719 45.1267 471.649 45.4067 471.439 45.8967C470.739 47.2967 466.889 53.2467 460.379 53.2467C458.279 53.2467 457.509 52.1267 457.509 51.0067C457.509 50.0967 457.859 48.8367 460.239 41.9067L459.609 41.5567C456.879 45.7567 452.259 53.2467 445.679 53.2467C443.789 53.2467 440.849 50.5867 440.849 47.7867C440.849 38.9667 449.529 22.6567 459.539 22.6567C462.689 22.6567 464.089 23.9867 464.999 25.1067L466.119 23.0767C466.469 22.5167 466.889 22.3067 467.379 22.3067ZM449.179 45.4767C449.179 47.0167 449.739 47.5767 450.859 47.5767C452.749 47.5767 459.259 38.4067 460.589 35.5367C461.429 33.6467 462.199 31.2667 462.199 28.8167C462.199 27.2767 460.519 25.6667 459.119 25.6667C457.439 25.6667 455.689 27.1367 453.869 30.4267C450.369 36.6567 449.179 42.0467 449.179 45.4767ZM481.77 52.5467H475.89C475.33 52.5467 475.05 52.1967 475.26 51.6367L479.81 38.4067C481.28 34.0667 483.1 29.4467 483.03 28.3967C483.03 27.9067 482.89 27.4167 482.19 27.4167C481.28 27.4167 477.99 30.9167 477.43 31.7567C477.22 32.0367 476.94 32.0367 476.66 31.7567L475.89 31.0567C475.68 30.8467 475.61 30.6367 475.75 30.4267C476.8 28.7467 481.84 22.6567 487.44 22.6567C490.45 22.6567 491.36 23.7067 491.36 25.3867C491.36 27.4867 487.58 35.3967 487.02 36.8667L487.72 37.3567C490.59 32.5267 495.98 22.6567 502.63 22.6567C504.94 22.6567 507.04 24.4067 507.04 26.0867C507.04 28.1867 504.31 34.9767 503.47 37.1467L504.1 37.6367C507.88 31.9667 512.78 22.6567 519.64 22.6567C522.58 22.6567 523.91 25.2467 523.91 26.5767C523.91 28.8867 522.02 34.2767 520.27 39.2467C518.87 43.2367 517.61 46.3167 517.61 47.2967C517.68 47.8567 517.96 48.2767 518.45 48.2767C520.13 48.2767 523.07 43.8667 523.42 43.3067C523.63 42.9567 523.84 42.9567 523.98 43.0267L524.96 43.7267C525.24 43.9367 525.24 44.1467 525.03 44.6367C524.82 45.1267 519.99 53.2467 512.29 53.2467C509.98 53.2467 509.14 51.8467 509.07 50.7267C509 49.3967 510.26 45.4767 512.85 38.6867C515.02 32.9467 515.65 30.9867 515.65 29.7267C515.65 28.9567 515.23 28.3967 514.39 28.3967C513.27 28.3967 508.44 34.2767 503.96 40.9967C503.47 41.7667 502.42 43.5167 501.58 45.9667L499.41 52.1267C499.27 52.4767 498.99 52.5467 498.43 52.5467H492.48C491.85 52.5467 491.57 52.2667 491.78 51.6367L495.98 40.0167C497.73 35.1867 499.2 30.9167 499.2 29.7967C499.2 29.0267 498.99 28.3967 498.01 28.3967C496.82 28.3967 491.99 33.9967 488 40.0867C487.09 41.4167 486.04 43.3767 485.06 45.8967L482.75 52.0567C482.61 52.4767 482.26 52.5467 481.77 52.5467Z\" fill=\"black\"/> </svg>',description:\"\",height:\"100%\",id:\"uu8JlKvAQ\",layoutId:\"uu8JlKvAQ\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},title:\"\",width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MrEQZ.framer-1x7x3i4, .framer-MrEQZ .framer-1x7x3i4 { display: block; }\",\".framer-MrEQZ.framer-b8t8u1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 92px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 844px; }\",\".framer-MrEQZ .framer-74vtra-container { flex: none; height: 92px; position: relative; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 92\n * @framerIntrinsicWidth 844\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernLdbnsnvm=withCSS(Component,css,\"framer-MrEQZ\");export default FramernLdbnsnvm;FramernLdbnsnvm.displayName=\"Build Your Dream Graphic\";FramernLdbnsnvm.defaultProps={height:92,width:844};addFonts(FramernLdbnsnvm,[{explicitInter:true,fonts:[]},...SVGFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernLdbnsnvm\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"92\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"844\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nLdbnsnvm.map", "// Generated by Framer (55cf326)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Button from\"https://framerusercontent.com/modules/o6uBqw89K7kSDSyQGi6q/63c1oYcQaQTfPAhKx1UJ/bfFy6UW0C.js\";import BuildYourDreamGraphic from\"https://framerusercontent.com/modules/2pAu2MKywsS4Tf6I6BcT/hLXq0KByfDv2HCi1pnjO/nLdbnsnvm.js\";const BuildYourDreamGraphicFonts=getFonts(BuildYourDreamGraphic);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const ImageWithFX=withFX(Image);const ButtonFonts=getFonts(Button);const cycleOrder=[\"aUFgbSAeE\",\"oWAus52ce\",\"A4StmHmPc\"];const serializationHash=\"framer-rP52N\";const variantClassNames={A4StmHmPc:\"framer-v-zai37d\",aUFgbSAeE:\"framer-v-1eg6tzm\",oWAus52ce:\"framer-v-1lugct2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={delay:0,duration:1.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:190};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition3={delay:0,duration:30,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1520,y:0};const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const transition4={delay:2,duration:1.5,ease:[.5,0,.88,.77],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"aUFgbSAeE\",Phone:\"A4StmHmPc\",Tablet:\"oWAus52ce\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"aUFgbSAeE\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aUFgbSAeE\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"A4StmHmPc\")return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1eg6tzm\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"aUFgbSAeE\",ref:refBinding,style:{background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(173, 218, 255) 100%)\",...style},...addPropertyOverrides({A4StmHmPc:{\"data-framer-name\":\"Phone\"},oWAus52ce:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:959.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-608),pixelHeight:3e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.05)`,src:\"https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp 4000w\"},className:\"framer-1rfbpcr\",\"data-framer-name\":\"BKG\",layoutDependency:layoutDependency,layoutId:\"cVAKYDWtd\",transformTemplate:transformTemplate1,...addPropertyOverrides({A4StmHmPc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:959.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||420)-420),pixelHeight:3e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 2.0476)`,src:\"https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp 4000w\"}},oWAus52ce:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:959.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-550),pixelHeight:3e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.291)`,src:\"https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ek9HUNLPbyQvk0Jt8kPx7fTiRxg.webp 4000w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:\"848px\",y:(componentViewport?.y||0)+(componentViewport?.height||550)-608+253,...addPropertyOverrides({A4StmHmPc:{height:92,width:\"358px\",y:(componentViewport?.y||0)+(componentViewport?.height||420)-420+144},oWAus52ce:{height:94,width:\"623px\",y:(componentViewport?.y||0)+(componentViewport?.height||550)-550+228}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-18k5dl2-container\",\"data-framer-appear-id\":\"18k5dl2\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"INJxwAoQi-container\",nodeId:\"INJxwAoQi\",optimized:true,rendersWithMotion:true,scopeId:\"HI4DXx8uB\",...addPropertyOverrides({A4StmHmPc:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(BuildYourDreamGraphic,{height:\"100%\",id:\"INJxwAoQi\",layoutId:\"INJxwAoQi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({A4StmHmPc:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.65,background:{alt:\"\",fit:\"fill\",intrinsicHeight:637,intrinsicWidth:803.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-608+608-619.8604),pixelHeight:1274,pixelWidth:1607,sizes:\"528.2565px\",src:\"https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=512 512w,https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp 1607w\"},className:\"framer-102qjva\",\"data-framer-name\":\"Cloud3\",layoutDependency:layoutDependency,layoutId:\"rhYCHNGhy\",style:{opacity:.65},...addPropertyOverrides({A4StmHmPc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:637,intrinsicWidth:803.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||420)-420+420-619.8604),pixelHeight:1274,pixelWidth:1607,sizes:\"528.2565px\",src:\"https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=512 512w,https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp 1607w\"}},oWAus52ce:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:637,intrinsicWidth:803.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-550+550-619.8604),pixelHeight:1274,pixelWidth:1607,sizes:\"528.2565px\",src:\"https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=512 512w,https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/gnHEImsFdbsQsdjX4qlOWhMkQ50.webp 1607w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.65,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-608+608-901.7606),pixelHeight:2048,pixelWidth:2048,sizes:\"1343.5269px\",src:\"https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp 2048w\"},className:\"framer-1uv14bf\",\"data-framer-name\":\"Cloud2\",layoutDependency:layoutDependency,layoutId:\"rJE0bys_d\",style:{opacity:.65},...addPropertyOverrides({A4StmHmPc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||420)-420+420-901.7606),pixelHeight:2048,pixelWidth:2048,sizes:\"1343.5269px\",src:\"https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp 2048w\"}},oWAus52ce:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-550+550-901.7606),pixelHeight:2048,pixelWidth:2048,sizes:\"1343.5269px\",src:\"https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3AGoR4RQNRook7T0PefnWlOxEv4.webp 2048w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.65,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-608+-198.8058),pixelHeight:2048,pixelWidth:2048,sizes:\"964.4315px\",src:\"https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp 2048w\"},className:\"framer-1cfhzck\",\"data-framer-name\":\"Cloud1\",layoutDependency:layoutDependency,layoutId:\"EmpS4aCqt\",style:{opacity:.65},transformTemplate:transformTemplate3,...addPropertyOverrides({A4StmHmPc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||420)-420+-286.4096),pixelHeight:2048,pixelWidth:2048,sizes:\"964.4315px\",src:\"https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp 2048w\"}},oWAus52ce:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-550+-225.8325),pixelHeight:2048,pixelWidth:2048,sizes:\"964.4315px\",src:\"https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/X1ijMQfyrGv6IX80BGHnnVQRfhs.webp 2048w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:539.5,intrinsicWidth:959.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-608),pixelHeight:3e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.05)`,src:\"https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=512 512w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp 4000w\"},className:\"framer-1hxb58h\",\"data-framer-name\":\"House Overlay\",layoutDependency:layoutDependency,layoutId:\"EQBOfyvKx\",transformTemplate:transformTemplate1,...addPropertyOverrides({A4StmHmPc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:539.5,intrinsicWidth:959.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||420)-420),pixelHeight:3e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 2.0476)`,src:\"https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=512 512w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp 4000w\"}},oWAus52ce:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:539.5,intrinsicWidth:959.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||550)-550),pixelHeight:3e3,pixelWidth:4e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.291)`,src:\"https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=512 512w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/X6KNNC3xHQejE04wDui9CjJdZB8.webp 4000w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gtnwn0\",\"data-framer-name\":\"Gradient Overlay\",layoutDependency:layoutDependency,layoutId:\"UYjrNsp_M\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 76.80503941441442%, rgb(255, 210, 10) 100%)\"}}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(componentViewport?.height||550)-113,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-jr6b8v-container\",\"data-framer-appear-id\":\"jr6b8v\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"jUdeN9XJ0-container\",nodeId:\"jUdeN9XJ0\",optimized:true,rendersWithMotion:true,scopeId:\"HI4DXx8uB\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"jUdeN9XJ0\",layoutId:\"jUdeN9XJ0\",QPXgBsk7h:\"Explore Floorplans\",qVb0y816T:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\",style:{height:\"100%\"},T5oKm0XoU:resolvedLinks[0],v8l3fDUO_:\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(9, 43, 73))\",variant:\"K68bklrBb\",width:\"100%\",yJToRdUW8:\"ArrowRight\",...addPropertyOverrides({oWAus52ce:{T5oKm0XoU:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rP52N.framer-10bwdv4, .framer-rP52N .framer-10bwdv4 { display: block; }\",\".framer-rP52N.framer-1eg6tzm { height: 550px; overflow: hidden; position: relative; width: 1156px; }\",\".framer-rP52N .framer-1rfbpcr, .framer-rP52N .framer-1hxb58h { aspect-ratio: 1.9013157894736843 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 639px); left: 50%; overflow: visible; position: absolute; width: 105%; }\",\".framer-rP52N .framer-18k5dl2-container { flex: none; height: 128px; left: calc(50.00000000000002% - 848px / 2); position: absolute; top: calc(52.13815789473687% - 128px / 2); width: 848px; }\",\".framer-rP52N .framer-102qjva { aspect-ratio: 1.26138147566719 / 1; bottom: 201px; flex: none; height: var(--framer-aspect-ratio-supported, 419px); overflow: visible; position: absolute; right: -597px; width: 528px; }\",\".framer-rP52N .framer-1uv14bf { aspect-ratio: 1 / 1; bottom: -441px; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 1344px); overflow: visible; position: absolute; right: -937px; width: 1344px; }\",\".framer-rP52N .framer-1cfhzck { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 965px); overflow: visible; position: absolute; right: -320px; top: 47%; width: 964px; }\",\".framer-rP52N .framer-gtnwn0 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-rP52N .framer-jr6b8v-container { bottom: 65px; flex: none; height: 48px; left: 50%; position: absolute; width: auto; }\",\".framer-rP52N.framer-v-1lugct2.framer-1eg6tzm { width: 810px; }\",\".framer-rP52N.framer-v-1lugct2 .framer-1rfbpcr, .framer-rP52N.framer-v-1lugct2 .framer-1hxb58h { height: var(--framer-aspect-ratio-supported, 550px); width: 129%; }\",\".framer-rP52N.framer-v-1lugct2 .framer-18k5dl2-container { height: 94px; left: calc(50.02391200382594% - 623px / 2); top: calc(50.00000000000002% - 94px / 2); width: 623px; }\",\".framer-rP52N.framer-v-1lugct2 .framer-1cfhzck { height: var(--framer-aspect-ratio-supported, 964px); }\",\".framer-rP52N.framer-v-zai37d.framer-1eg6tzm { height: 420px; width: 390px; }\",\".framer-rP52N.framer-v-zai37d .framer-1rfbpcr, .framer-rP52N.framer-v-zai37d .framer-1hxb58h { height: var(--framer-aspect-ratio-supported, 420px); width: 205%; }\",\".framer-rP52N.framer-v-zai37d .framer-18k5dl2-container { height: auto; left: 50%; top: 45%; width: 358px; }\",\".framer-rP52N.framer-v-zai37d .framer-gtnwn0 { bottom: 0px; left: 0px; right: 0px; top: unset; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 550\n * @framerIntrinsicWidth 1156\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"oWAus52ce\":{\"layout\":[\"fixed\",\"fixed\"]},\"A4StmHmPc\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerHI4DXx8uB=withCSS(Component,css,\"framer-rP52N\");export default FramerHI4DXx8uB;FramerHI4DXx8uB.displayName=\"Hero 2.0\";FramerHI4DXx8uB.defaultProps={height:550,width:1156};addPropertyControls(FramerHI4DXx8uB,{variant:{options:[\"aUFgbSAeE\",\"oWAus52ce\",\"A4StmHmPc\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHI4DXx8uB,[{explicitInter:true,fonts:[]},...BuildYourDreamGraphicFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHI4DXx8uB\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1156\",\"framerIntrinsicHeight\":\"550\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oWAus52ce\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A4StmHmPc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HI4DXx8uB.map", "// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";import{useInView,useMotionValue,useSpring}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function Counter({decimal,value,decimalValue,direction,stiffness,damping,prefix,prefixText,suffix,suffixText,color,fontStyle}){const initialValue=0;const ref=useRef(null);const updatedDecimalValue=decimal===true?decimalValue:value;const motionValue=useMotionValue(direction===\"down\"?updatedDecimalValue:initialValue);const springValue=useSpring(motionValue,{damping:damping,stiffness:stiffness});const isInView=useInView(ref,{once:true,margin:\"-100px\"});useEffect(()=>{if(isInView){motionValue.set(direction===\"down\"?initialValue:updatedDecimalValue);}},[motionValue,isInView]);useEffect(()=>springValue.on(\"change\",latest=>{if(ref.current){ref.current.textContent=Intl.NumberFormat(\"en-US\").format(latest.toFixed(decimal===true?2:0));}}),[springValue]);return /*#__PURE__*/_jsxs(_Fragment,{children:[prefix?/*#__PURE__*/_jsx(\"span\",{style:{...fontStyle,color:color},children:prefixText}):null,/*#__PURE__*/_jsx(\"span\",{ref:ref,style:{...fontStyle,color:color},children:initialValue}),suffix?/*#__PURE__*/_jsx(\"span\",{style:{...fontStyle,color:color},children:suffixText}):null]});}Counter.defaultProps={decimal:false,value:100,decimalValue:100,direction:\"up\",stiffness:300,damping:100,prefix:false,prefixText:\"\",suffix:false,suffixText:\"\",color:\"#000000\",fontStyle:\"\"};addPropertyControls(Counter,{decimal:{title:\"Decimal\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},value:{title:\"Value\",type:ControlType.Number,min:0,max:1e3,hidden(props){return props.decimal===true;}},decimalValue:{title:\"Value\",type:ControlType.Number,min:0,max:1e3,step:.01,hidden(props){return props.decimal===false;}},prefix:{title:\"Prefix\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},prefixText:{title:\"Prefix Value\",type:ControlType.String,hidden(props){return props.prefix===false;}},suffix:{title:\"Suffix\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},suffixText:{title:\"Suffix Value\",type:ControlType.String,hidden(props){return props.suffix===false;}},direction:{title:\"Direction\",type:ControlType.Enum,options:[\"up\",\"down\"]},stiffness:{title:\"Stiffness\",type:ControlType.Number,min:1,max:1e3},damping:{title:\"Damping\",type:ControlType.Number,min:0,max:100},color:{title:\"Color\",type:ControlType.Color},fontStyle:{title:\"Font Style\",type:\"font\",controls:\"extended\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,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 Counter from\"https://framerusercontent.com/modules/7odZreY6gDhglr1Fcj7R/S3UYCNTEbLmUTq9HZqbg/Counter.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/reurUagTbeQFF9LOHK3S/I6kQgrmR74ajmi9JJSGu/QObON56vl.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kbJpD7LV8mgu1HbNbrvA/LALx9FPTDHjmYJd4M952/WiSN4khPl.js\";const CounterFonts=getFonts(Counter);const cycleOrder=[\"pmN_X2nC0\",\"HMxqrceSk\",\"A8gs08Ov6\"];const serializationHash=\"framer-kWaVc\";const variantClassNames={A8gs08Ov6:\"framer-v-1feuvsw\",HMxqrceSk:\"framer-v-1fth57z\",pmN_X2nC0:\"framer-v-eza6g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"pmN_X2nC0\",\"Variant 2\":\"HMxqrceSk\",Static:\"A8gs08Ov6\"};const getProps=({height,id,staticTitle,suffix,text,title,value,width,...props})=>{return{...props,aUWyHBU5y:title??props.aUWyHBU5y??\"Project Completed\",conep8VZj:suffix??props.conep8VZj??\"+\",LkY2g1GIq:text??props.LkY2g1GIq??\"Over 1000 successful projects completed, showcasing our extensive experience and portfolio.\",OlAf4EeGX:staticTitle??props.OlAf4EeGX??\"1000\",RoUY3ecLs:value??props.RoUY3ecLs??100,variant:humanReadableVariantMap[props.variant]??props.variant??\"pmN_X2nC0\"};};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,RoUY3ecLs,conep8VZj,OlAf4EeGX,aUWyHBU5y,LkY2g1GIq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pmN_X2nC0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"A8gs08Ov6\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"A8gs08Ov6\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-eza6g\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"pmN_X2nC0\",ref:refBinding,style:{backgroundColor:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(247, 246, 233))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({A8gs08Ov6:{\"data-framer-name\":\"Static\"},HMxqrceSk:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-97lshm\",layoutDependency:layoutDependency,layoutId:\"EBhqX3aId\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-48yxub-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"xW8aXkccu-container\",nodeId:\"xW8aXkccu\",rendersWithMotion:true,scopeId:\"jui6Drl4E\",children:/*#__PURE__*/_jsx(Counter,{color:\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(0, 0, 0))\",damping:55,decimal:false,decimalValue:99.99,direction:\"up\",fontStyle:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"120px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.09em\",lineHeight:\"1em\"},height:\"100%\",id:\"xW8aXkccu\",layoutId:\"xW8aXkccu\",prefix:false,prefixText:\"$\",stiffness:170,suffix:false,suffixText:\"\",value:RoUY3ecLs,width:\"100%\",...addPropertyOverrides({HMxqrceSk:{fontStyle:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"70px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.09em\",lineHeight:\"1em\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(243, 172, 133)))\"},children:\"+\"})}),className:\"framer-129k7qz\",fonts:[\"FS;Clash Display-medium\"],layoutDependency:layoutDependency,layoutId:\"i1Vpx7wqs\",style:{\"--extracted-r6o4lv\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(243, 172, 133))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:conep8VZj,variants:{A8gs08Ov6:{\"--extracted-r6o4lv\":\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(9, 43, 73))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({A8gs08Ov6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(9, 43, 73)))\"},children:\"1000\"})}),fonts:[\"Inter-Medium\"],text:OlAf4EeGX},HMxqrceSk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(243, 172, 133)))\"},children:\"+\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(243, 172, 133)))\"},children:\"+\"})}),className:\"framer-1ank1el\",fonts:[\"FS;Clash Display-medium\"],layoutDependency:layoutDependency,layoutId:\"NuajF9Urj\",style:{\"--extracted-r6o4lv\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(243, 172, 133))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:conep8VZj,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z4jo2z\",layoutDependency:layoutDependency,layoutId:\"KJZG93Xby\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-14mrivg\",\"data-styles-preset\":\"WiSN4khPl\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20)))\"},children:\"Project Completed\"})}),className:\"framer-mqdvnw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sB1Qz_0yl\",style:{\"--extracted-a0htzi\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:aUWyHBU5y,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b995d8\",\"data-styles-preset\":\"QObON56vl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20)))\"},children:\"Over 1000 successful projects completed, showcasing our extensive experience and portfolio.\"})}),className:\"framer-1m6yltw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"avLAxlyB0\",style:{\"--extracted-r6o4lv\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.8},text:LkY2g1GIq,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kWaVc.framer-ksv4m0, .framer-kWaVc .framer-ksv4m0 { display: block; }\",\".framer-kWaVc.framer-eza6g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 17px; position: relative; width: 460px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kWaVc .framer-97lshm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kWaVc .framer-48yxub-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kWaVc .framer-129k7qz { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kWaVc .framer-1ank1el { flex: 0.5 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kWaVc .framer-z4jo2z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 221px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kWaVc .framer-mqdvnw, .framer-kWaVc .framer-1m6yltw { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-kWaVc.framer-v-1feuvsw.framer-eza6g { width: 370px; }\",\".framer-kWaVc.framer-v-1feuvsw .framer-97lshm { gap: 0px; }\",\".framer-kWaVc.framer-v-1feuvsw .framer-129k7qz { flex: 1.5 0 0px; }\",\".framer-kWaVc.framer-v-1feuvsw .framer-z4jo2z { height: 181px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 385\n * @framerIntrinsicWidth 460\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HMxqrceSk\":{\"layout\":[\"fixed\",\"auto\"]},\"A8gs08Ov6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"RoUY3ecLs\":\"value\",\"conep8VZj\":\"suffix\",\"OlAf4EeGX\":\"staticTitle\",\"aUWyHBU5y\":\"title\",\"LkY2g1GIq\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerjui6Drl4E=withCSS(Component,css,\"framer-kWaVc\");export default Framerjui6Drl4E;Framerjui6Drl4E.displayName=\"Stats\";Framerjui6Drl4E.defaultProps={height:385,width:460};addPropertyControls(Framerjui6Drl4E,{variant:{options:[\"pmN_X2nC0\",\"HMxqrceSk\",\"A8gs08Ov6\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Static\"],title:\"Variant\",type:ControlType.Enum},RoUY3ecLs:{defaultValue:100,max:1e3,min:0,title:\"Value\",type:ControlType.Number},conep8VZj:{defaultValue:\"+\",displayTextArea:false,title:\"Suffix\",type:ControlType.String},OlAf4EeGX:{defaultValue:\"1000\",displayTextArea:false,title:\"Static Title\",type:ControlType.String},aUWyHBU5y:{defaultValue:\"Project Completed\",displayTextArea:false,title:\"Title\",type:ControlType.String},LkY2g1GIq:{defaultValue:\"Over 1000 successful projects completed, showcasing our extensive experience and portfolio.\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(Framerjui6Drl4E,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2GQIT54GKQY3JRFTSHS4ARTRNRQISSAA/3CIP5EBHRRHE5FVQU3VFROPUERNDSTDF/JTSL5QESUXATU47LCPUNHZQBDDIWDOSW.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]},...CounterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerjui6Drl4E\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"385\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"460\",\"framerVariables\":\"{\\\"RoUY3ecLs\\\":\\\"value\\\",\\\"conep8VZj\\\":\\\"suffix\\\",\\\"OlAf4EeGX\\\":\\\"staticTitle\\\",\\\"aUWyHBU5y\\\":\\\"title\\\",\\\"LkY2g1GIq\\\":\\\"text\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HMxqrceSk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A8gs08Ov6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/9Apczu34NEqn7lYKndFK/xHbdbbL8fbYAMUlDTNtP/fjyVc4jD3.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/reurUagTbeQFF9LOHK3S/I6kQgrmR74ajmi9JJSGu/QObON56vl.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/9hT60vCdP7Ikxtdy3YNS/yDUafPP18Ha58Uxr7vws/vxzeyTQBQ.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={K1f6Ir67W:{hover:true}};const cycleOrder=[\"Hh9DX99k5\",\"K1f6Ir67W\"];const serializationHash=\"framer-VESmk\";const variantClassNames={Hh9DX99k5:\"framer-v-ot2hgr\",K1f6Ir67W:\"framer-v-1mv7ito\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:0,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={Collapsed:\"K1f6Ir67W\",Open:\"Hh9DX99k5\"};const getProps=({answer,height,id,link,question,width,...props})=>{return{...props,ESW2fZSUY:link??props.ESW2fZSUY,UkcAZJv33:answer??props.UkcAZJv33??\"We offer a range of interior design services including space planning, 3D rendering, furniture selection, color consultation, lighting design, custom cabinetry, and full project management from concept to completion.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Hh9DX99k5\",zNMII1rLe:question??props.zNMII1rLe??\"What services do you offer?\"};};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,zNMII1rLe,UkcAZJv33,ESW2fZSUY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Hh9DX99k5\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapr8qkvi=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"K1f6Ir67W\");});const onTapalqo87=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Hh9DX99k5\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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,...addPropertyOverrides({K1f6Ir67W:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ot2hgr\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Hh9DX99k5\",onTap:onTapr8qkvi,ref:refBinding,style:{backdropFilter:\"blur(5px)\",WebkitBackdropFilter:\"blur(5px)\",...style},...addPropertyOverrides({\"K1f6Ir67W-hover\":{\"data-framer-name\":undefined},K1f6Ir67W:{\"data-framer-name\":\"Collapsed\",onTap:onTapalqo87}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tmj7s8\",\"data-framer-name\":\"Question Wrapper\",layoutDependency:layoutDependency,layoutId:\"DisT7hLT4\",style:{backgroundColor:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(248, 248, 245))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1v525k0\",\"data-styles-preset\":\"fjyVc4jD3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20)))\"},children:\"What services do you offer?\"})}),className:\"framer-ugkaah\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VloaajuSd\",style:{\"--extracted-r6o4lv\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:zNMII1rLe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wgm4pp\",layoutDependency:layoutDependency,layoutId:\"CCBj9accU\",style:{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(243, 172, 133))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},variants:{\"K1f6Ir67W-hover\":{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(243, 172, 133))\"},K1f6Ir67W:{backgroundColor:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l0o8ir-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yVmzxVwMu-container\",nodeId:\"yVmzxVwMu\",rendersWithMotion:true,scopeId:\"lxHQab_4K\",style:{rotate:-180},variants:{K1f6Ir67W:{rotate:-45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"X\",id:\"yVmzxVwMu\",layoutId:\"yVmzxVwMu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"K1f6Ir67W-hover\":{color:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"},K1f6Ir67W:{color:\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(0, 0, 0))\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10y21n4\",layoutDependency:layoutDependency,layoutId:\"ytbLqJdXJ\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,opacity:1},variants:{K1f6Ir67W:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b995d8\",\"data-styles-preset\":\"QObON56vl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20)))\"},children:/*#__PURE__*/_jsx(Link,{href:ESW2fZSUY,motionChild:true,nodeId:\"Pje0H9gvZ\",openInNewTab:false,scopeId:\"lxHQab_4K\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14lygn9\",\"data-styles-preset\":\"vxzeyTQBQ\",children:\"We offer a range of interior design services including space planning, 3D rendering, furniture selection, color consultation, lighting design, custom cabinetry, and full project management from concept to completion.\"})})})}),className:\"framer-1tr2ftx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Pje0H9gvZ\",style:{\"--extracted-r6o4lv\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},text:UkcAZJv33,variants:{K1f6Ir67W:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VESmk.framer-18lhcdz, .framer-VESmk .framer-18lhcdz { display: block; }\",\".framer-VESmk.framer-ot2hgr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-VESmk .framer-tmj7s8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px; position: relative; width: 100%; z-index: 4; }\",\".framer-VESmk .framer-ugkaah { --framer-text-wrap-override: balance; flex: 0.95 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-VESmk .framer-1wgm4pp { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 42px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 42px; }\",\".framer-VESmk .framer-l0o8ir-container { flex: none; height: 22px; position: relative; width: 22px; }\",\".framer-VESmk .framer-10y21n4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-VESmk .framer-1tr2ftx { --framer-text-wrap-override: balance; flex: 1 0 0px; height: auto; max-width: 800px; position: relative; width: 1px; }\",\".framer-VESmk.framer-v-1mv7ito.framer-ot2hgr { gap: 0px; }\",\".framer-VESmk.framer-v-1mv7ito .framer-10y21n4 { height: 1px; overflow: hidden; padding: 0px 20px 0px 20px; will-change: var(--framer-will-change-override, transform); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 204\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"K1f6Ir67W\":{\"layout\":[\"fixed\",\"auto\"]},\"o6v3xqAT2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zNMII1rLe\":\"question\",\"UkcAZJv33\":\"answer\",\"ESW2fZSUY\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerlxHQab_4K=withCSS(Component,css,\"framer-VESmk\");export default FramerlxHQab_4K;FramerlxHQab_4K.displayName=\"FAQ - Single\";FramerlxHQab_4K.defaultProps={height:204,width:800};addPropertyControls(FramerlxHQab_4K,{variant:{options:[\"Hh9DX99k5\",\"K1f6Ir67W\"],optionTitles:[\"Open\",\"Collapsed\"],title:\"Variant\",type:ControlType.Enum},zNMII1rLe:{defaultValue:\"What services do you offer?\",displayTextArea:true,title:\"Question\",type:ControlType.String},UkcAZJv33:{defaultValue:\"We offer a range of interior design services including space planning, 3D rendering, furniture selection, color consultation, lighting design, custom cabinetry, and full project management from concept to completion.\",displayTextArea:true,title:\"Answer\",type:ControlType.String},ESW2fZSUY:{title:\"Link? \",type:ControlType.Link}});addFonts(FramerlxHQab_4K,[{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),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlxHQab_4K\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"800\",\"framerIntrinsicHeight\":\"204\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K1f6Ir67W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o6v3xqAT2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"zNMII1rLe\\\":\\\"question\\\",\\\"UkcAZJv33\\\":\\\"answer\\\",\\\"ESW2fZSUY\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lxHQab_4K.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";const VideoFonts=getFonts(Video);const cycleOrder=[\"AGdkxTPwU\",\"RULpVtSG6\",\"O6yFYKRSg\"];const serializationHash=\"framer-JUPna\";const variantClassNames={AGdkxTPwU:\"framer-v-vwmuc5\",O6yFYKRSg:\"framer-v-m6j408\",RULpVtSG6:\"framer-v-d5my9o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -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={\"Variant 1\":\"AGdkxTPwU\",\"Variant 2\":\"RULpVtSG6\",\"Variant 3\":\"O6yFYKRSg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"AGdkxTPwU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AGdkxTPwU\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-vwmuc5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"AGdkxTPwU\",ref:refBinding,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({O6yFYKRSg:{\"data-framer-name\":\"Variant 3\"},RULpVtSG6:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h88yoc-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FdEptDb9b-container\",nodeId:\"FdEptDb9b\",rendersWithMotion:true,scopeId:\"nzPqs1kAY\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"FdEptDb9b\",isMixedBorderRadius:false,layoutId:\"FdEptDb9b\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/IBxZL8cFJJBHvZQjXtc4fdm2Y.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1umdg9k\",\"data-framer-name\":\"Text Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"hv7DHRvwi\",style:{backdropFilter:\"blur(7px)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(7px)\"},transformTemplate:transformTemplate1,...addPropertyOverrides({O6yFYKRSg:{transformTemplate:undefined},RULpVtSG6:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1elnfng\",layoutDependency:layoutDependency,layoutId:\"kSj79n75c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238)))\"},children:\"Your Vision,\"})}),className:\"framer-14id8bc\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"UjENXFjj_\",style:{\"--extracted-r6o4lv\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238)))\"},children:\"Our Expertise\"})}),className:\"framer-dakk2m\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"k_LX5K_dt\",style:{\"--extracted-r6o4lv\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JUPna.framer-12qfg80, .framer-JUPna .framer-12qfg80 { display: block; }\",\".framer-JUPna.framer-vwmuc5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 885px; justify-content: flex-end; overflow: hidden; padding: 10px; position: relative; width: 498px; will-change: var(--framer-will-change-override, transform); }\",\".framer-JUPna .framer-1h88yoc-container { flex: none; height: 105%; left: calc(50.00000000000002% - 105% / 2); position: absolute; top: calc(49.91530208921515% - 105% / 2); width: 105%; z-index: 1; }\",\".framer-JUPna .framer-1umdg9k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 20px; position: absolute; top: 86%; width: 328px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-JUPna .framer-1elnfng { 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-JUPna .framer-14id8bc, .framer-JUPna .framer-dakk2m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JUPna.framer-v-d5my9o.framer-vwmuc5 { height: 650px; width: 730px; }\",\".framer-JUPna.framer-v-d5my9o .framer-1h88yoc-container { bottom: 0px; height: unset; left: 0px; right: 0px; top: -1px; width: unset; }\",\".framer-JUPna.framer-v-d5my9o .framer-1umdg9k { bottom: 18px; left: 186px; top: unset; width: 49%; }\",\".framer-JUPna.framer-v-m6j408.framer-vwmuc5 { aspect-ratio: 0.5625 / 1; height: var(--framer-aspect-ratio-supported, 649px); width: 365px; }\",\".framer-JUPna.framer-v-m6j408 .framer-1h88yoc-container { left: calc(49.58904109589044% - 105% / 2); top: calc(49.76887519260403% - 105% / 2); }\",\".framer-JUPna.framer-v-m6j408 .framer-1umdg9k { height: 16%; left: calc(50.13698630136989% - 309px / 2); top: calc(85.6702619414484% - 16.178736517719567% / 2); width: 309px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 885.5\n * @framerIntrinsicWidth 498\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"RULpVtSG6\":{\"layout\":[\"fixed\",\"fixed\"]},\"O6yFYKRSg\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernzPqs1kAY=withCSS(Component,css,\"framer-JUPna\");export default FramernzPqs1kAY;FramernzPqs1kAY.displayName=\"Reel - Card\";FramernzPqs1kAY.defaultProps={height:885.5,width:498};addPropertyControls(FramernzPqs1kAY,{variant:{options:[\"AGdkxTPwU\",\"RULpVtSG6\",\"O6yFYKRSg\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernzPqs1kAY,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernzPqs1kAY\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"498\",\"framerIntrinsicHeight\":\"885.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RULpVtSG6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O6yFYKRSg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nzPqs1kAY.map", "var t,e=Object.create,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,s=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(t,e)=>function(){return e||(0,t[i(t)[0]])((e={exports:{}}).exports,e),e.exports;},u=(t,e,s,o)=>{if(e&&\"object\"==typeof e||\"function\"==typeof e)for(let u of i(e))a.call(t,u)||u===s||r(t,u,{get:()=>e[u],enumerable:!(o=n(e,u))||o.enumerable});return t;},l=(t,n,i)=>(i=null!=t?e(s(t)):{},u(// If the importer is in node compatibility mode or this is not an ESM\n    // file that has been converted to a CommonJS file using a Babel-\n    // compatible transform (i.e. \"__esModule\" has not been set), then set\n    // \"default\" to the CommonJS \"module.exports\" for node compatibility.\n    !n&&t&&t.__esModule?i:r(i,\"default\",{value:t,enumerable:!0}),t)),h=o({\"../../../node_modules/dataloader/index.js\"(t,e){var r,n=/* @__PURE__ */function(){function t(t,e){if(\"function\"!=typeof t)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: \"+t+\".\");this._batchLoadFn=t,this._maxBatchSize=function(t){if(!(!t||!1!==t.batch))return 1;var e=t&&t.maxBatchSize;if(void 0===e)return 1/0;if(\"number\"!=typeof e||e<1)throw TypeError(\"maxBatchSize must be a positive number: \"+e);return e;}(e),this._batchScheduleFn=function(t){var e=t&&t.batchScheduleFn;if(void 0===e)return i;if(\"function\"!=typeof e)throw TypeError(\"batchScheduleFn must be a function: \"+e);return e;}(e),this._cacheKeyFn=function(t){var e=t&&t.cacheKeyFn;if(void 0===e)return function(t){return t;};if(\"function\"!=typeof e)throw TypeError(\"cacheKeyFn must be a function: \"+e);return e;}(e),this._cacheMap=function(t){if(!(!t||!1!==t.cache))return null;var e=t&&t.cacheMap;if(void 0===e)return /* @__PURE__ */new Map;if(null!==e){var r=[\"get\",\"set\",\"delete\",\"clear\"].filter(function(t){return e&&\"function\"!=typeof e[t];});if(0!==r.length)throw TypeError(\"Custom cacheMap missing methods: \"+r.join(\", \"));}return e;}(e),this._batch=null,this.name=e&&e.name?e.name:null;}var e=t.prototype;return e.load=function(t){if(null==t)throw TypeError(\"The loader.load() function must be called with a value, but got: \"+String(t)+\".\");var e=function(t){var e=t._batch;if(null!==e&&!e.hasDispatched&&e.keys.length<t._maxBatchSize)return e;var r={hasDispatched:!1,keys:[],callbacks:[]};return t._batch=r,t._batchScheduleFn(function(){(function(t,e){var r;if(e.hasDispatched=!0,0===e.keys.length){a(e);return;}try{r=t._batchLoadFn(e.keys);}catch(r){return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: \"+String(r)+\".\"));}if(!r||\"function\"!=typeof r.then)return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: \"+String(r)+\".\"));r.then(function(t){if(!o(t))throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: \"+String(t)+\".\");if(t.length!==e.keys.length)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\\n\\nKeys:\\n\"+String(e.keys)+\"\\n\\nValues:\\n\"+String(t));a(e);for(var r=0;r<e.callbacks.length;r++){var n=t[r];n instanceof Error?e.callbacks[r].reject(n):e.callbacks[r].resolve(n);}}).catch(function(r){s(t,e,r);});})(t,r);}),r;}(this),r=this._cacheMap,n=this._cacheKeyFn(t);if(r){var i=r.get(n);if(i){var u=e.cacheHits||(e.cacheHits=[]);return new Promise(function(t){u.push(function(){t(i);});});}}e.keys.push(t);var l=new Promise(function(t,r){e.callbacks.push({resolve:t,reject:r});});return r&&r.set(n,l),l;},e.loadMany=function(t){if(!o(t))throw TypeError(\"The loader.loadMany() function must be called with Array<key> but got: \"+t+\".\");for(var e=[],r=0;r<t.length;r++)e.push(this.load(t[r]).catch(function(t){return t;}));return Promise.all(e);},e.clear=function(t){var e=this._cacheMap;if(e){var r=this._cacheKeyFn(t);e.delete(r);}return this;},e.clearAll=function(){var t=this._cacheMap;return t&&t.clear(),this;},e.prime=function(t,e){var r=this._cacheMap;if(r){var n,i=this._cacheKeyFn(t);void 0===r.get(i)&&(e instanceof Error?(n=Promise.reject(e)).catch(function(){}):n=Promise.resolve(e),r.set(i,n));}return this;},t;}(),i=\"object\"==typeof process&&\"function\"==typeof process.nextTick?function(t){r||(r=Promise.resolve()),r.then(function(){process.nextTick(t);});}:\"function\"==typeof setImmediate?function(t){setImmediate(t);}:function(t){setTimeout(t);};function s(t,e,r){a(e);for(var n=0;n<e.keys.length;n++)t.clear(e.keys[n]),e.callbacks[n].reject(r);}function a(t){if(t.cacheHits)for(var e=0;e<t.cacheHits.length;e++)t.cacheHits[e]();}function o(t){return\"object\"==typeof t&&null!==t&&\"number\"==typeof t.length&&(0===t.length||t.length>0&&Object.prototype.hasOwnProperty.call(t,t.length-1));}e.exports=n;}}),c=l(h()),f={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},g=class{getOffset(){return this.offset;}ensureLength(t){let e=this.bytes.length;if(!(this.offset+t<=e))throw Error(\"Reading out of bounds\");}readUint8(){let t=f.Uint8;this.ensureLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=f.Uint16;this.ensureLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=f.Uint32;this.ensureLength(t);let e=this.view.getUint32(this.offset);return this.offset+=t,e;}readUint64(){let t=this.readBigUint64();return Number(t);}readBigUint64(){let t=f.BigUint64;this.ensureLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=f.Int8;this.ensureLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=f.Int16;this.ensureLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=f.Int32;this.ensureLength(t);let e=this.view.getInt32(this.offset);return this.offset+=t,e;}readInt64(){let t=this.readBigInt64();return Number(t);}readBigInt64(){let t=f.BigInt64;this.ensureLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=f.Float32;this.ensureLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=f.Float64;this.ensureLength(t);let e=this.view.getFloat64(this.offset);return this.offset+=t,e;}readBytes(t){let e=this.offset,r=e+t,n=this.bytes.subarray(e,r);return this.offset=r,n;}readString(){let t=this.readUint32(),e=this.readBytes(t);return this.decoder.decode(e);}readJson(){let t=this.readString();return JSON.parse(t);}constructor(t){this.bytes=t,this.offset=0,this.view=d(this.bytes),this.decoder=new TextDecoder;}};function d(t){return new DataView(t.buffer,t.byteOffset,t.byteLength);}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as p}from\"framer\";// ../../library/src/utils/utils.ts\nvar y=\"undefined\"!=typeof window,v=y&&\"function\"==typeof window.requestIdleCallback;// src/code-generation/components/cms/bundled/assert.ts\nfunction w(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function m(t){throw Error(`Unexpected value: ${t}`);}// src/code-generation/components/cms/bundled/BufferWriter.ts\nvar I=1024,b=1.5,U=t=>2**t-1,S=t=>-(2**(t-1)),k=t=>2**(t-1)-1,L={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:S(8),Int16:S(16),Int32:S(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},B={Uint8:U(8),Uint16:U(16),Uint32:U(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:k(8),Int16:k(16),Int32:k(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function E(t,e,r,n){w(t>=e,t,\"outside lower bound for\",n),w(t<=r,t,\"outside upper bound for\",n);}var M=class{getOffset(){return this.offset;}slice(t=0,e=this.offset){return this.bytes.slice(t,e);}subarray(t=0,e=this.offset){return this.bytes.subarray(t,e);}ensureLength(t){let e=this.bytes.length;if(this.offset+t<=e)return;let r=new Uint8Array(Math.ceil(e*b)+t);r.set(this.bytes),this.bytes=r,this.view=d(r);}writeUint8(t){E(t,L.Uint8,B.Uint8,\"Uint8\");let e=f.Uint8;this.ensureLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){E(t,L.Uint16,B.Uint16,\"Uint16\");let e=f.Uint16;this.ensureLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){E(t,L.Uint32,B.Uint32,\"Uint32\");let e=f.Uint32;this.ensureLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){E(t,L.Uint64,B.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){E(t,L.BigUint64,B.BigUint64,\"BigUint64\");let e=f.BigUint64;this.ensureLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){E(t,L.Int8,B.Int8,\"Int8\");let e=f.Int8;this.ensureLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){E(t,L.Int16,B.Int16,\"Int16\");let e=f.Int16;this.ensureLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){E(t,L.Int32,B.Int32,\"Int32\");let e=f.Int32;this.ensureLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){E(t,L.Int64,B.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){E(t,L.BigInt64,B.BigInt64,\"BigInt64\");let e=f.BigInt64;this.ensureLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=f.Float32;this.ensureLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=f.Float64;this.ensureLength(e),this.view.setFloat64(this.offset,t),this.offset+=e;}writeBytes(t){let e=t.length;this.ensureLength(e),this.bytes.set(t,this.offset),this.offset+=e;}encodeString(t){let e=this.encodedStrings.get(t);if(e)return e;let r=this.encoder.encode(t);return this.encodedStrings.set(t,r),r;}writeString(t){let e=this.encodeString(t),r=e.length;this.writeUint32(r),this.writeBytes(e);}writeJson(t){let e=JSON.stringify(t);this.writeString(e);}constructor(){this.offset=0,this.bytes=new Uint8Array(I),this.view=d(this.bytes),this.encoder=new TextEncoder,this.encodedStrings=/* @__PURE__ */new Map;}};// src/utils/typeChecks.ts\nfunction F(t){return Number.isFinite(t);}function T(t){return null===t;}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar N=class t{static fromString(e){let[r,n,i]=e.split(\"/\").map(Number);return w(F(r),\"Invalid chunkId\"),w(F(n),\"Invalid offset\"),w(F(i),\"Invalid length\"),new t(r,n,i);}toString(){return`${this.chunkId}/${this.offset}/${this.length}`;}static read(e){let r=e.readUint16(),n=e.readUint32(),i=e.readUint32();return new t(r,n,i);}write(t){t.writeUint16(this.chunkId),t.writeUint32(this.offset),t.writeUint32(this.length);}compare(t){return this.chunkId<t.chunkId?-1:this.chunkId>t.chunkId?1:this.offset<t.offset?-1:this.offset>t.offset?1:(w(this.length===t.length),0);}constructor(t,e,r){this.chunkId=t,this.offset=e,this.length=r;}};// src/code-generation/components/cms/bundled/models/DatabaseValueModel.ts\nimport{ControlType as A}from\"framer\";function O(t){if(T(t))return 0/* Null */;switch(t.type){case A.Array:return 1/* Array */;case A.Boolean:return 2/* Boolean */;case A.Color:return 3/* Color */;case A.Date:return 4/* Date */;case A.Enum:return 5/* Enum */;case A.File:return 6/* File */;case A.ResponsiveImage:return 10/* ResponsiveImage */;case A.Link:return 7/* Link */;case A.Number:return 8/* Number */;case A.Object:return 9/* Object */;case A.RichText:return 11/* RichText */;case A.String:return 12/* String */;default:m(t);}}function x(e){let r=e.readUint16(),n=[];for(let i=0;i<r;i++){let r=t.read(e);n.push(r);}return{type:A.Array,value:n};}function P(e,r){for(let n of(e.writeUint16(r.value.length),r.value))t.write(e,n);}function q(e,r,n){let i=e.value.length,s=r.value.length;if(i<s)return -1;if(i>s)return 1;for(let s=0;s<i;s++){let i=e.value[s],a=r.value[s],o=t.compare(i,a,n);if(0!==o)return o;}return 0;}function R(t){return{type:A.Boolean,value:0!==t.readUint8()};}function _(t,e){t.writeUint8(e.value?1:0);}function D(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function j(t){return{type:A.Color,value:t.readString()};}function C(t,e){t.writeString(e.value);}function J(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function W(t){let e=t.readInt64(),r=new Date(e);return{type:A.Date,value:r.toISOString()};}function $(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);}function z(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}function G(t){return{type:A.Enum,value:t.readString()};}function K(t,e){t.writeString(e.value);}function H(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function V(t){return{type:A.File,value:t.readString()};}function X(t,e){t.writeString(e.value);}function Q(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function Y(t){return{type:A.Link,value:t.readJson()};}function Z(t,e){t.writeJson(e.value);}function tt(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function te(t){return{type:A.Number,value:t.readFloat64()};}function tr(t,e){t.writeFloat64(e.value);}function tn(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function ti(e){let r=e.readUint16(),n={};for(let i=0;i<r;i++){let r=e.readString();n[r]=t.read(e);}return{type:A.Object,value:n};}function ts(e,r){let n=Object.entries(r.value);for(let[r,i]of(e.writeUint16(n.length),n))e.writeString(r),t.write(e,i);}function ta(e,r,n){let i=Object.keys(e.value).sort(),s=Object.keys(r.value).sort();if(i.length<s.length)return -1;if(i.length>s.length)return 1;for(let a=0;a<i.length;a++){let o=i[a],u=s[a];if(o<u)return -1;if(o>u)return 1;let l=e.value[o]??null,h=r.value[u]??null,c=t.compare(l,h,n);if(0!==c)return c;}return 0;}function to(t){return{type:A.ResponsiveImage,value:t.readJson()};}function tu(t,e){t.writeJson(e.value);}function tl(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function th(t){return{type:A.RichText,value:t.readUint32()};}function tc(t,e){t.writeUint32(e.value);}function tf(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}function tg(t){return{type:A.String,value:t.readString()};}function td(t,e){t.writeString(e.value);}function tp(t,e,r){let n=t.value,i=e.value;return(0/* CaseInsensitive */===r.type&&(n=t.value.toLowerCase(),i=e.value.toLowerCase()),n<i)?-1:n>i?1:0;}(t=>{t.read=function(t){let e=t.readUint8();switch(e){case 0/* Null */:return null;case 1/* Array */:return x(t);case 2/* Boolean */:return R(t);case 3/* Color */:return j(t);case 4/* Date */:return W(t);case 5/* Enum */:return G(t);case 6/* File */:return V(t);case 7/* Link */:return Y(t);case 8/* Number */:return te(t);case 9/* Object */:return ti(t);case 10/* ResponsiveImage */:return to(t);case 11/* RichText */:return th(t);case 12/* String */:return tg(t);default:m(e);}},t.write=function(t,e){let r=O(e);if(t.writeUint8(r),!T(e))switch(e.type){case A.Array:return P(t,e);case A.Boolean:return _(t,e);case A.Color:return C(t,e);case A.Date:return $(t,e);case A.Enum:return K(t,e);case A.File:return X(t,e);case A.Link:return Z(t,e);case A.Number:return tr(t,e);case A.Object:return ts(t,e);case A.ResponsiveImage:return tu(t,e);case A.RichText:return tc(t,e);case A.String:return td(t,e);default:m(e);}},t.compare=function(t,e,r){let n=O(t),i=O(e);if(n<i)return -1;if(n>i)return 1;if(T(t)||T(e))return 0;switch(t.type){case A.Array:return w(e.type===A.Array),q(t,e,r);case A.Boolean:return w(e.type===A.Boolean),D(t,e);case A.Color:return w(e.type===A.Color),J(t,e);case A.Date:return w(e.type===A.Date),z(t,e);case A.Enum:return w(e.type===A.Enum),H(t,e);case A.File:return w(e.type===A.File),Q(t,e);case A.Link:return w(e.type===A.Link),tt(t,e);case A.Number:return w(e.type===A.Number),tn(t,e);case A.Object:return w(e.type===A.Object),ta(t,e,r);case A.ResponsiveImage:return w(e.type===A.ResponsiveImage),tl(t,e);case A.RichText:return w(e.type===A.RichText),tf(t,e);case A.String:return w(e.type===A.String),tp(t,e,r);default:m(t);}};})(t||(t={}));// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar ty=class e{sortEntries(){this.entries.sort((e,r)=>{for(let n=0;n<this.fieldNames.length;n++){let i=e.values[n],s=r.values[n],a=t.compare(i,s,this.options.collation);if(0!==a)return a;}return e.pointer.compare(r.pointer);});}static deserialize(r){let n=new g(r),i=n.readJson(),s=n.readUint8(),a=[];for(let t=0;t<s;t++){let t=n.readString();a.push(t);}let o=new e(a,{collation:i}),u=n.readUint32();for(let e=0;e<u;e++){let e=[];for(let r=0;r<s;r++){let r=t.read(n);e.push(r);}let r=N.read(n);o.entries.push({values:e,pointer:r});}return o;}serialize(){let e=new M;for(let t of(e.writeJson(this.options.collation),e.writeUint8(this.fieldNames.length),this.fieldNames))e.writeString(t);for(let r of(this.sortEntries(),e.writeUint32(this.entries.length),this.entries)){let{values:n,pointer:i}=r;for(let r of n)t.write(e,r);i.write(e);}return e.subarray();}addItem(t,e){let r=this.fieldNames.map(e=>t.getField(e)??null);this.entries.push({values:r,pointer:e});}constructor(t,e){this.fieldNames=t,this.options=e,this.entries=[];}},tv=3,tw=250,tm=[408,// Request Timeout\n429,// Too Many Requests\n500,// Internal Server Error\n502,// Bad Gateway\n503,// Service Unavailable\n504],tI=async(t,e)=>{let r=0;for(;;){try{let n=await fetch(t,e);if(!tm.includes(n.status)||++r>tv)return n;}catch(t){if(e?.signal?.aborted||++r>tv)throw t;}await tb(r);}};async function tb(t){let e=Math.floor(tw*(Math.random()+1)*2**(t-1));await new Promise(t=>{setTimeout(t,e);});}// src/code-generation/components/cms/bundled/rangeRequest.ts\nasync function tU(t,e){let r=tL(e),n=[],i=0;for(let t of r)n.push(`${t.from}-${t.to-1}`),i+=t.to-t.from;let s=new URL(t),a=n.join(\",\");s.searchParams.set(\"range\",a);let o=await tI(s);if(200!==o.status)throw Error(`Request failed: ${o.status} ${o.statusText}`);let u=await o.arrayBuffer(),l=new Uint8Array(u);if(l.length!==i)throw Error(\"Request failed: Unexpected response length\");let h=new tS,c=0;for(let t of r){let e=t.to-t.from,r=c+e,n=l.subarray(c,r);h.write(t.from,n),c=r;}return e.map(t=>h.read(t.from,t.to-t.from));}var tS=class{read(t,e){for(let r of this.chunks){if(t<r.start)break;if(t>r.end)continue;if(t+e>r.end)break;let n=t-r.start,i=n+e;return r.data.slice(n,i);}throw Error(\"Missing data\");}write(t,e){let r=t,n=r+e.length,i=0,s=this.chunks.length;for(;i<s;i++){let t=this.chunks[i];if(w(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=tk(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(w(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=tk(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){this.chunks=[];}};function tk(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function tL(t){w(t.length>0,\"Must have at least one range\");let e=[...t].sort((t,e)=>t.from-e.from),r=[];for(let t of e){let e=r.length-1,n=r[e];n&&t.from<=n.to?r[e]={from:n.from,to:Math.max(n.to,t.to)}:r.push(t);}return r;}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nvar tB=class{async loadModel(){let[t]=await tU(this.options.url,[this.options.range]);return w(t,\"Failed to load model\"),ty.deserialize(t);}async getModel(){return this.modelPromise??=this.loadModel(),this.model??=await this.modelPromise,this.model;}async lookupItems(t){w(t.length===this.fields.length,\"Invalid query length\");let e=await this.getModel(),r=t.reduce((t,e,r)=>t.flatMap(t=>{switch(e.type){case\"All\"/* All */:return[t];case\"Equals\"/* Equals */:return this.queryEquals(t,e,r);case\"NotEquals\"/* NotEquals */:return this.queryNotEquals(t,e,r);case\"LessThan\"/* LessThan */:return this.queryLessThan(t,e,r);case\"GreaterThan\"/* GreaterThan */:return this.queryGreaterThan(t,e,r);case\"Contains\"/* Contains */:return this.queryContains(t,e,r);case\"StartsWith\"/* StartsWith */:return this.queryStartsWith(t,e,r);case\"EndsWith\"/* EndsWith */:return this.queryEndsWith(t,e,r);default:m(e);}}),[e.entries]),n=[];for(let t of r)for(let e of t){let t={};for(let r=0;r<this.options.fieldNames.length;r++){let n=this.options.fieldNames[r],i=e.values[r];t[n]=i;}n.push({pointer:e.pointer.toString(),data:t});}return n;}queryEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=t.slice(n,i+1);return s.length>0?[s]:[];}queryNotEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=[],a=t.slice(0,n);a.length>0&&s.push(a);let o=t.slice(i+1);return o.length>0&&s.push(o),s;}queryLessThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getRightMost(t,r,e.value),i=t.slice(0,n+1);return i.length>0?[i]:[];}let i=this.getLeftMost(t,r,e.value),s=t.slice(0,i);return s.length>0?[s]:[];}queryGreaterThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getLeftMost(t,r,e.value),i=t.slice(n);return i.length>0?[i]:[];}let i=this.getRightMost(t,r,e.value),s=t.slice(i+1);return s.length>0?[s]:[];}queryContains(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.includes(n);});}queryStartsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.startsWith(n);});}queryEndsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.endsWith(n);});}/**\n   * Returns the index of the left most entry that is equal to the target.\n   *\n   * ```text\n   *   Left most\n   *       \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the left most entry that is equal to the target.\n   */getLeftMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];0>t.compare(u,n,this.collation)?i=a+1:s=a;}return i;}/**\n   * Returns the index of the right most entry that is equal to the target.\n   *\n   * ```text\n   *              Right most\n   *                   \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the right most entry that is equal to the target.\n   */getRightMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];t.compare(u,n,this.collation)>0?s=a:i=a+1;}return s-1;}/**\n   * Finds all items that are matching the predicate and groups adjacent items together.\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param predicate The predicate to match the values against.\n   * @returns An array of chunks that match the predicate.\n   */findItems(t,e,r){let n=[],i=0;for(let s=0;s<t.length;s++){let a=t[s],o=a.values[e],u=r(o);if(!u){if(i<s){let e=t.slice(i,s);n.push(e);}i=s+1;}}if(i<t.length){let e=t.slice(i);n.push(e);}return n;}constructor(t){this.options=t,this.supportedLookupTypes=[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */],this.collation=this.options.collation;let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];w(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r;}},tE=class e{static read(r){let n=new e,i=r.readUint16();for(let e=0;e<i;e++){let e=r.readString(),i=t.read(r);n.setField(e,i);}return n;}write(e){for(let[r,n]of(e.writeUint16(this.fields.size),this.fields))e.writeString(r),t.write(e,n);}getData(){let t={};for(let[e,r]of this.fields)t[e]=r;return t;}setField(t,e){this.fields.set(t,e);}getField(t){return this.fields.get(t);}constructor(){this.fields=/* @__PURE__ */new Map;}},tM=class{scanItems(){return this.itemsPromise??=tI(this.url).then(async t=>{if(!t.ok)throw Error(`Request failed: ${t.status} ${t.statusText}`);let e=await t.arrayBuffer(),r=new Uint8Array(e),n=new g(r),i=[],s=n.readUint32();for(let t=0;t<s;t++){let t=n.getOffset(),e=tE.read(n),r=n.getOffset()-t,s=new N(this.id,t,r),a=s.toString(),o={pointer:a,data:e.getData()};this.itemLoader.prime(a,o),i.push(o);}return i;}),this.itemsPromise;}resolveItem(t){return this.itemLoader.load(t);}constructor(t,e){this.id=t,this.url=e,this.itemLoader=new c.default(async t=>{let e=t.map(t=>{let e=N.fromString(t);return{from:e.offset,to:e.offset+e.length};}),r=await tU(this.url,e);return r.map((e,r)=>{let n=new g(e),i=tE.read(n),s=t[r];return w(s,\"Missing pointer\"),{pointer:s,data:i.getData()};});});}},tF=class{async scanItems(){let t=await Promise.all(this.chunks.map(async t=>t.scanItems()));return t.flat();}async resolveItems(t){return Promise.all(t.map(t=>{let e=N.fromString(t),r=this.chunks[e.chunkId];return w(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=N.fromString(t.pointer),n=N.fromString(e.pointer);return r.compare(n);}compareValues(e,r,n){return t.compare(e,r,n);}constructor(t){this.options=t,this.schema=this.options.schema,this.indexes=this.options.indexes,this.resolveRichText=this.options.resolveRichText,this.chunks=this.options.chunks.map((t,e)=>new tM(e,t));}};export{tF as DatabaseCollection,tB as DatabaseDictionaryIndex};\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseDictionaryIndex\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let e=[];export async function resolveRichText(t){let i=e[t];if(i)return await i();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b5638f1)\nimport{addPropertyControls as e,ControlType as t,QueryCache as l,QueryEngine as r}from\"framer\";import{DatabaseCollection as a,DatabaseDictionaryIndex as i}from\"./Mk7d8DOIL-0.js\";import{resolveRichText as m}from\"./Mk7d8DOIL-1.js\";let o={fXCYBDsfB:{isNullable:!0,type:t.String},gR4udPBbf:{isNullable:!0,type:t.String},id:{isNullable:!1,type:t.String},ndTBjgL1E:{isNullable:!0,type:t.Date},nextItemId:{isNullable:!0,type:t.String},pN5tXQLqL:{isNullable:!0,type:t.Number},previousItemId:{isNullable:!0,type:t.String},SpUO_NPqd:{isNullable:!0,type:t.String}},n=[\"id\"],d={type:1},c=[\"previousItemId\"],u=[\"nextItemId\"],f=[\"id\",\"gR4udPBbf\"],s=[\"gR4udPBbf\",\"id\"],p=[\"SpUO_NPqd\"],g={type:0},y=[\"gR4udPBbf\"],L=[\"fXCYBDsfB\"],I=[\"pN5tXQLqL\"],w=[\"ndTBjgL1E\"],N=new r,h=new l(N),S={collectionByLocaleId:{default:new a({chunks:[new URL(\"./Mk7d8DOIL-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[new i({collation:d,collectionSchema:o,fieldNames:n,range:{from:0,to:457},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:d,collectionSchema:o,fieldNames:c,range:{from:457,to:913},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:d,collectionSchema:o,fieldNames:u,range:{from:913,to:1365},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:d,collectionSchema:o,fieldNames:f,range:{from:1365,to:11122},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:d,collectionSchema:o,fieldNames:s,range:{from:11122,to:20879},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:g,collectionSchema:o,fieldNames:p,range:{from:20879,to:21394},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:g,collectionSchema:o,fieldNames:y,range:{from:21394,to:30893},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:g,collectionSchema:o,fieldNames:L,range:{from:30893,to:40606},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:g,collectionSchema:o,fieldNames:I,range:{from:40606,to:40980},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:g,collectionSchema:o,fieldNames:w,range:{from:40980,to:41354},url:new URL(\"./Mk7d8DOIL-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/Tgzgx4lGSoBoFUURI3ZW/BFTRB5Hiyr1kgCs9K9bO/Mk7d8DOIL.js\").href.replace(\"/modules/\",\"/cms/\")})],resolveRichText:m,schema:o})},displayName:\"Google Reviews\"};export default S;e(S,{SpUO_NPqd:{defaultValue:\"\",title:\"Client Name\",type:t.String},gR4udPBbf:{title:\"Slug\",type:t.String},fXCYBDsfB:{defaultValue:\"\",title:\"Comment\",type:t.String},pN5tXQLqL:{defaultValue:0,title:\"Rating (Stars)\",type:t.Number},ndTBjgL1E:{title:\"Date\",type:t.Date},previousItemId:{dataIdentifier:\"local-module:collection/Mk7d8DOIL:default\",title:\"Previous\",type:t.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/Mk7d8DOIL:default\",title:\"Next\",type:t.CollectionReference}});export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,t){let[l]=await h.get({from:{data:S,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"gR4udPBbf\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.gR4udPBbf;},async getRecordIdBySlug(e,t){let[l]=await h.get({from:{data:S,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"gR4udPBbf\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerCollectionUtils\":\"1\",\"framerSlug\":\"gR4udPBbf\",\"framerContractVersion\":\"1\",\"framerData\":\"\",\"framerRecordIdKey\":\"id\",\"framerColorSyntax\":\"false\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerCollectionId\":\"Mk7d8DOIL\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import Button from\"#framer/local/canvasComponent/bfFy6UW0C/bfFy6UW0C.js\";import ImagesGalleryHomepage from\"#framer/local/canvasComponent/bm8zYlgoi/bm8zYlgoi.js\";import HomepageReasonsToBelieve from\"#framer/local/canvasComponent/C84fmMRAO/C84fmMRAO.js\";import Testimonial from\"#framer/local/canvasComponent/GOhistHzi/GOhistHzi.js\";import Hero20 from\"#framer/local/canvasComponent/HI4DXx8uB/HI4DXx8uB.js\";import Stats from\"#framer/local/canvasComponent/jui6Drl4E/jui6Drl4E.js\";import FAQSingle from\"#framer/local/canvasComponent/lxHQab_4K/lxHQab_4K.js\";import ReelCard from\"#framer/local/canvasComponent/nzPqs1kAY/nzPqs1kAY.js\";import GoogleReviews from\"#framer/local/collection/Mk7d8DOIL/Mk7d8DOIL.js\";import*as sharedStyle1 from\"#framer/local/css/hD5Aqu3oV/hD5Aqu3oV.js\";import*as sharedStyle from\"#framer/local/css/HvbIeng7X/HvbIeng7X.js\";import*as sharedStyle3 from\"#framer/local/css/mm5SHyilU/mm5SHyilU.js\";import*as sharedStyle5 from\"#framer/local/css/pOjALZ8om/pOjALZ8om.js\";import*as sharedStyle2 from\"#framer/local/css/WiSN4khPl/WiSN4khPl.js\";import*as sharedStyle4 from\"#framer/local/css/X7ylXautb/X7ylXautb.js\";import metadataProvider from\"#framer/local/webPageMetadata/ueiKkVaj3/ueiKkVaj3.js\";const Hero20Fonts=getFonts(Hero20);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const HomepageReasonsToBelieveFonts=getFonts(HomepageReasonsToBelieve);const StatsFonts=getFonts(Stats);const ReelCardFonts=getFonts(ReelCard);const SlideshowFonts=getFonts(Slideshow);const ButtonFonts=getFonts(Button);const MotionSectionWithFX=withFX(motion.section);const ImagesGalleryHomepageFonts=getFonts(ImagesGalleryHomepage);const ContainerWithFX=withFX(Container);const TestimonialFonts=getFonts(Testimonial);const TickerFonts=getFonts(Ticker);const FAQSingleFonts=getFonts(FAQSingle);const breakpoints={ePjBTtXEX:\"(min-width: 810px) and (max-width: 1199px)\",gVM634JVz:\"(min-width: 1200px)\",n9gLl4Eao:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-GkhDr\";const variantClassNames={ePjBTtXEX:\"framer-v-7hwwvd\",gVM634JVz:\"framer-v-zgsw7e\",n9gLl4Eao:\"framer-v-otwvw4\"};const transition1={delay:.1,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.6,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition3={bounce:.2,delay:0,duration:.8,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:.2,delay:0,duration:1,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 animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:170};const transition5={damping:100,delay:0,mass:1,stiffness:362,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:170};const toString=value=>{return typeof value===\"string\"?value:String(value);};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;try{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition6={delay:2,duration:1.5,ease:[.5,0,.88,.77],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"gVM634JVz\",Phone:\"n9gLl4Eao\",Tablet:\"ePjBTtXEX\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"gVM634JVz\"};};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,SpUO_NPqdFsM6Ywu5W,ndTBjgL1EFsM6Ywu5W,fXCYBDsfBFsM6Ywu5W,gR4udPBbfFsM6Ywu5W,idFsM6Ywu5W,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const elementId=useRouteElementId(\"m04bTWYA6\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"oyBPQkJiF\");const ref2=React.useRef(null);const activeLocaleCode=useLocaleCode();const elementId2=useRouteElementId(\"pnXnRv6H0\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"n9gLl4Eao\")return true;return false;};const elementId3=useRouteElementId(\"FfLvExVMz\");const ref4=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"gVM634JVz\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-zgsw7e\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{height:420,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1bc58lb-container\",\"data-framer-appear-id\":\"1bc58lb\",initial:animation1,nodeId:\"fL4Sw9bDJ\",optimized:true,rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{variant:\"oWAus52ce\"},n9gLl4Eao:{variant:\"A4StmHmPc\"}},children:/*#__PURE__*/_jsx(Hero20,{height:\"100%\",id:\"fL4Sw9bDJ\",layoutId:\"fL4Sw9bDJ\",style:{height:\"100%\",width:\"100%\"},variant:\"aUFgbSAeE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1sv2b1r\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-13gsh6\",\"data-framer-name\":\"Section - About\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1srw2nl\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{height:325,width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px)`,y:undefined},n9gLl4Eao:{height:360,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:330,width:`max((${componentViewport?.width||\"100vw\"} - 110px) / 4, 1px)`,y:(componentViewport?.y||0)+0+550+0+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1jvfj55-container\",\"data-framer-appear-id\":\"1jvfj55\",initial:animation3,nodeId:\"vlJdcGIp7\",optimized:true,rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{SFAvjF6qv:\"30px\",variant:\"lYmjm4rSa\"},n9gLl4Eao:{variant:\"lYmjm4rSa\"}},children:/*#__PURE__*/_jsx(HomepageReasonsToBelieve,{aUWyHBU5y:\"Our Price Promise\",height:\"100%\",id:\"vlJdcGIp7\",layoutId:\"vlJdcGIp7\",LkY2g1GIq:\"Other builders don\u2019t do this. Once your home breaks ground, the price will not change.\",pjYGU6sPZ:addImageAlt({pixelHeight:2854,pixelWidth:2400,src:\"https://framerusercontent.com/images/EJIhno7sow26FrKb4XJ3ez4D4.webp\",srcSet:\"https://framerusercontent.com/images/EJIhno7sow26FrKb4XJ3ez4D4.webp?scale-down-to=1024 861w,https://framerusercontent.com/images/EJIhno7sow26FrKb4XJ3ez4D4.webp?scale-down-to=2048 1722w,https://framerusercontent.com/images/EJIhno7sow26FrKb4XJ3ez4D4.webp 2400w\"},\"\"),SFAvjF6qv:\"45px\",style:{height:\"100%\",width:\"100%\"},variant:\"iiOcnuDnE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{height:325,width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px)`,y:undefined},n9gLl4Eao:{height:360,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:330,width:`max((${componentViewport?.width||\"100vw\"} - 110px) / 4, 1px)`,y:(componentViewport?.y||0)+0+550+0+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1t1kij6-container\",\"data-framer-appear-id\":\"1t1kij6\",initial:animation3,nodeId:\"rCcFEtHnf\",optimized:true,rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{SFAvjF6qv:\"30px\",variant:\"lYmjm4rSa\"},n9gLl4Eao:{variant:\"lYmjm4rSa\"}},children:/*#__PURE__*/_jsx(HomepageReasonsToBelieve,{aUWyHBU5y:\"Easy Custom Homes\",height:\"100%\",id:\"rCcFEtHnf\",layoutId:\"rCcFEtHnf\",LkY2g1GIq:\"We provide you with professionally curated, on-trend design selections because your home should be uniquely you.\",pjYGU6sPZ:addImageAlt({pixelHeight:4416,pixelWidth:4416,src:\"https://framerusercontent.com/images/72KkjcjqCE9ud6pXTfO8A5hktCg.webp\",srcSet:\"https://framerusercontent.com/images/72KkjcjqCE9ud6pXTfO8A5hktCg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/72KkjcjqCE9ud6pXTfO8A5hktCg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/72KkjcjqCE9ud6pXTfO8A5hktCg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/72KkjcjqCE9ud6pXTfO8A5hktCg.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/72KkjcjqCE9ud6pXTfO8A5hktCg.webp 4416w\"},\"\"),SFAvjF6qv:\"45px\",style:{height:\"100%\",width:\"100%\"},variant:\"iiOcnuDnE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{height:325,width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px)`,y:undefined},n9gLl4Eao:{height:360,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:330,width:`max((${componentViewport?.width||\"100vw\"} - 110px) / 4, 1px)`,y:(componentViewport?.y||0)+0+550+0+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1xvzjk3-container\",\"data-framer-appear-id\":\"1xvzjk3\",initial:animation3,nodeId:\"SDr5cOeCY\",optimized:true,rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{SFAvjF6qv:\"10px\",variant:\"lYmjm4rSa\"},n9gLl4Eao:{variant:\"lYmjm4rSa\"}},children:/*#__PURE__*/_jsx(HomepageReasonsToBelieve,{aUWyHBU5y:\"Quality Guarantee\",height:\"100%\",id:\"SDr5cOeCY\",layoutId:\"SDr5cOeCY\",LkY2g1GIq:\"We stand by our commitment to quality every step of the way, from the initial plans to long after you've moved into your dream home.\",pjYGU6sPZ:addImageAlt({pixelHeight:2610,pixelWidth:3544,src:\"https://framerusercontent.com/images/7MkrbD02hh2BKb3OOMTrwp0HMXE.webp\",srcSet:\"https://framerusercontent.com/images/7MkrbD02hh2BKb3OOMTrwp0HMXE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/7MkrbD02hh2BKb3OOMTrwp0HMXE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/7MkrbD02hh2BKb3OOMTrwp0HMXE.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/7MkrbD02hh2BKb3OOMTrwp0HMXE.webp 3544w\"},\"\"),SFAvjF6qv:\"20px\",style:{height:\"100%\",width:\"100%\"},variant:\"iiOcnuDnE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{height:325,width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px)`,y:undefined},n9gLl4Eao:{height:360,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:330,width:`max((${componentViewport?.width||\"100vw\"} - 110px) / 4, 1px)`,y:(componentViewport?.y||0)+0+550+0+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1q5p7et-container\",\"data-framer-appear-id\":\"1q5p7et\",initial:animation3,nodeId:\"MdHtf7GKo\",optimized:true,rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{SFAvjF6qv:\"30px\",variant:\"lYmjm4rSa\"},n9gLl4Eao:{variant:\"lYmjm4rSa\"}},children:/*#__PURE__*/_jsx(HomepageReasonsToBelieve,{aUWyHBU5y:\"Celebrating 20 Years\",height:\"100%\",id:\"MdHtf7GKo\",layoutId:\"MdHtf7GKo\",LkY2g1GIq:\"Since 2005, we've turned dreams into homes with unmatched craftsmanship and dedication to the families we serve.\",pjYGU6sPZ:addImageAlt({pixelHeight:4035,pixelWidth:4018,src:\"https://framerusercontent.com/images/ZRhYkzIDTcfExCsRWToib39INp8.webp\",srcSet:\"https://framerusercontent.com/images/ZRhYkzIDTcfExCsRWToib39INp8.webp?scale-down-to=1024 1019w,https://framerusercontent.com/images/ZRhYkzIDTcfExCsRWToib39INp8.webp?scale-down-to=2048 2039w,https://framerusercontent.com/images/ZRhYkzIDTcfExCsRWToib39INp8.webp 4018w\"},\"\"),SFAvjF6qv:\"40px\",style:{height:\"100%\",width:\"100%\"},variant:\"iiOcnuDnE\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19vjbb4\",\"data-framer-name\":\"Statistics\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-r8wsxx\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hpb5xe\",\"data-framer-name\":\"Statistics\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,width:`max((${componentViewport?.width||\"100vw\"} - 130px) / 3, 200px)`,y:(componentViewport?.y||0)+0+550+0+0+0+350+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-255ypw-container\",nodeId:\"ka23v_n79\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{variant:\"HMxqrceSk\"},n9gLl4Eao:{variant:\"A8gs08Ov6\"}},children:/*#__PURE__*/_jsx(Stats,{aUWyHBU5y:\"Homes Built\",conep8VZj:\"+\",height:\"100%\",id:\"ka23v_n79\",layoutId:\"ka23v_n79\",LkY2g1GIq:\"Built with excellent quality and to last for generations.\",OlAf4EeGX:\"1000\",RoUY3ecLs:1e3,style:{width:\"100%\"},variant:\"pmN_X2nC0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,width:`max((${componentViewport?.width||\"100vw\"} - 130px) / 3, 200px)`,y:(componentViewport?.y||0)+0+550+0+0+0+350+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5mypus-container\",nodeId:\"SQjvmxdqj\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{variant:\"HMxqrceSk\"},n9gLl4Eao:{OlAf4EeGX:\"20\",variant:\"A8gs08Ov6\"}},children:/*#__PURE__*/_jsx(Stats,{aUWyHBU5y:\"Years of Expertise\",conep8VZj:\"+\",height:\"100%\",id:\"SQjvmxdqj\",layoutId:\"SQjvmxdqj\",LkY2g1GIq:\"Backed by a skilled team with a rich history of crafting beautiful homes since 2005.\",OlAf4EeGX:\"1000\",RoUY3ecLs:20,style:{width:\"100%\"},variant:\"pmN_X2nC0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,width:`max((${componentViewport?.width||\"100vw\"} - 130px) / 3, 200px)`,y:(componentViewport?.y||0)+0+550+0+0+0+350+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eryah1-container\",nodeId:\"YYIVtplfu\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{variant:\"HMxqrceSk\"},n9gLl4Eao:{variant:\"A8gs08Ov6\"}},children:/*#__PURE__*/_jsx(Stats,{aUWyHBU5y:\"5 Star Reviews\",conep8VZj:\"+\",height:\"100%\",id:\"YYIVtplfu\",layoutId:\"YYIVtplfu\",LkY2g1GIq:\"Honored to have delivered dream homes to families, each one a testament to our commitment.\\n\",OlAf4EeGX:\"350\",RoUY3ecLs:350,style:{width:\"100%\"},variant:\"pmN_X2nC0\",width:\"100%\"})})})})})]})})})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dxy08\",\"data-framer-name\":\"Section - Why Choose Us\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{height:554,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:undefined},n9gLl4Eao:{height:885,width:\"370px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:854.5,width:\"503px\",y:(componentViewport?.y||0)+0+550+0+810+40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16bzacd-container\",nodeId:\"t3CPZjmiE\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{variant:\"RULpVtSG6\"},n9gLl4Eao:{style:{width:\"100%\"},variant:\"O6yFYKRSg\"}},children:/*#__PURE__*/_jsx(ReelCard,{height:\"100%\",id:\"t3CPZjmiE\",layoutId:\"t3CPZjmiE\",style:{height:\"100%\",width:\"100%\"},variant:\"AGdkxTPwU\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rfiqnt\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w2sj0u\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{text:toString(\"Quality Materials, Lasting Comfort.\")},n9gLl4Eao:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qo0s7g\",\"data-styles-preset\":\"HvbIeng7X\",style:{\"--framer-text-alignment\":\"center\"},children:\"Quality Materials, Lasting Comfort.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qo0s7g\",\"data-styles-preset\":\"HvbIeng7X\",children:\"Quality Materials, Lasting Comfort.\"})}),className:\"framer-18igtig\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vrh19v\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t3g5ze\",\"data-styles-preset\":\"hD5Aqu3oV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"At Brown Haven Homes, quality is built into every home we craft, using premium materials to create exceptional custom homes across North Georgia, Western North Carolina, South Carolina, and Tennessee.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t3g5ze\",\"data-styles-preset\":\"hD5Aqu3oV\",style:{\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"At Brown Haven Homes, quality is built into every home we craft, using premium materials to create exceptional custom homes across North Georgia, Western North Carolina, South Carolina, and Tennessee.\"})}),className:\"framer-1sbj2vh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zoj7tz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vTP6tv2ql\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{itemAmount:3}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",id:\"vTP6tv2ql\",intervalControl:1.5,itemAmount:4,layoutId:\"vTP6tv2ql\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40.75,intrinsicWidth:75,pixelHeight:163,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5ydE4FPw5hFkH5LFML0xI7JqCQc.webp\"},className:\"framer-19df872\",\"data-framer-name\":\"2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40.75,intrinsicWidth:75,pixelHeight:163,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1aWwnRMR0zHjVmJuhWNbfZ6nFA.webp\"},className:\"framer-b4z4n8\",\"data-framer-name\":\"3\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40.75,intrinsicWidth:75,pixelHeight:163,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wuRGUDhQ2lMDR52lzova8WpaVo.webp\"},className:\"framer-1c4vwq7\",\"data-framer-name\":\"4\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40.75,intrinsicWidth:75,pixelHeight:163,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/J1jvjDUvLdqJhQRTjX1F4eecFE.webp\"},className:\"framer-1qyczxn\",\"data-framer-name\":\"5\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40.75,intrinsicWidth:75,pixelHeight:163,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dGd7J0bK0QUKX64H3TteUiAJOU.webp\"},className:\"framer-1eeri58\",\"data-framer-name\":\"6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40.75,intrinsicWidth:75,pixelHeight:163,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pRJ03iqk9jAfDy68isljKdf95Q.webp\"},className:\"framer-1dnmtd4\",\"data-framer-name\":\"7\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40.75,intrinsicWidth:75,pixelHeight:163,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3lv20nH53yjvCBtjZA2XSvEYky4.webp\"},className:\"framer-d7e0wh\",\"data-framer-name\":\"8\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rpbwx2\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"evY_CdCvT\"},implicitPathVariables:undefined},{href:{webPageId:\"evY_CdCvT\"},implicitPathVariables:undefined},{href:{webPageId:\"evY_CdCvT\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+550+0+810+40+0+130+25+279+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i74zl7-container\",nodeId:\"YjPRoIwt4\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{T5oKm0XoU:resolvedLinks[1]},n9gLl4Eao:{T5oKm0XoU:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"YjPRoIwt4\",layoutId:\"YjPRoIwt4\",QPXgBsk7h:\"Start Your Design Journey\",qVb0y816T:\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(17, 25, 33))\",T5oKm0XoU:resolvedLinks[0],v8l3fDUO_:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(254, 209, 9))\",variant:\"mOlvOFMPI\",width:\"100%\",yJToRdUW8:\"ArrowDown\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bifgfb\",\"data-framer-name\":\"Financing\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-14mrivg\",\"data-styles-preset\":\"WiSN4khPl\",style:{\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Financing made simple.\"})})}),viewBox:\"0 0 680 27\"},n9gLl4Eao:{viewBox:\"0 0 342 31\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-14mrivg\",\"data-styles-preset\":\"WiSN4khPl\",style:{\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Financing made simple. \"})})}),className:\"framer-14j8un4\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1t3g5ze\",\"data-styles-preset\":\"hD5Aqu3oV\",style:{\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:[\"At Brown Haven Homes, building your dream home is an adventure\u2014not a hassle. Explore our \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"A8SStBfcM\"},motionChild:true,nodeId:\"D5KATjCTN\",openInNewTab:false,scopeId:\"ueiKkVaj3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xsewqw\",\"data-styles-preset\":\"mm5SHyilU\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"},children:\"exclusive home financing options\"})})}),\" and start your journey today.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1t3g5ze\",\"data-styles-preset\":\"hD5Aqu3oV\",style:{\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:[\"At Brown Haven Homes, building your dream home is an adventure\u2014not a hassle. Explore our \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"A8SStBfcM\"},motionChild:true,nodeId:\"D5KATjCTN\",openInNewTab:false,scopeId:\"ueiKkVaj3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xsewqw\",\"data-styles-preset\":\"mm5SHyilU\",children:\"exclusive home financing options\"})}),\" and start your journey today.\"]})}),className:\"framer-szblx5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12sl4rs\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"A8SStBfcM\"},implicitPathVariables:undefined},{href:{webPageId:\"A8SStBfcM\"},implicitPathVariables:undefined},{href:{webPageId:\"A8SStBfcM\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+550+0+810+40+0+532+25+224.5+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mgw7gi-container\",nodeId:\"umoaCfubU\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{T5oKm0XoU:resolvedLinks1[1]},n9gLl4Eao:{T5oKm0XoU:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"umoaCfubU\",layoutId:\"umoaCfubU\",QPXgBsk7h:\"Financing Options\",qVb0y816T:\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(17, 25, 33))\",T5oKm0XoU:resolvedLinks1[0],v8l3fDUO_:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(254, 209, 9))\",variant:\"qafDGgH_d\",width:\"100%\",yJToRdUW8:\"ArrowDown\"})})})})})})})]})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-vacmzj\",\"data-framer-name\":\"Section - Gallery\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-149l52o\",\"data-framer-name\":\"Container\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2bh9md\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wbj7w7\",\"data-framer-name\":\"Heading Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-qrpho1\",\"data-styles-preset\":\"X7ylXautb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:\"Get inspired with our custom home plans.\"})}),className:\"framer-1tght8v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+550+0+1819.5+0+0+249.5+0+85,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q77dbt-container\",nodeId:\"jTsVwMeGZ\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{T5oKm0XoU:resolvedLinks2[1]},n9gLl4Eao:{T5oKm0XoU:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"jTsVwMeGZ\",layoutId:\"jTsVwMeGZ\",QPXgBsk7h:\"Explore Home Plans\",qVb0y816T:\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(17, 25, 33))\",T5oKm0XoU:resolvedLinks2[0],v8l3fDUO_:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(254, 209, 9))\",variant:\"qafDGgH_d\",width:\"100%\",yJToRdUW8:\"ArrowDown\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c7eiqs\",\"data-framer-name\":\"Image Columns\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"128.2887px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1584.5,width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 2.8841, 1px)`,y:(componentViewport?.y||0)+0+550+0+1819.5+0+0+-12.64+-463.61,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40}}]}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{bounce:.2,damping:100,delay:0,duration:.3,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:150,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:300}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-141rygs-container\",\"data-framer-name\":\"Column 1\",name:\"Column 1\",nodeId:\"tFnIL51Z1\",rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(ImagesGalleryHomepage,{bQspCtjNI:addImageAlt({pixelHeight:3280,pixelWidth:4928,src:\"https://framerusercontent.com/images/ok3JRDmtMXnqBOAR4PaSIekJoKQ.jpg\",srcSet:\"https://framerusercontent.com/images/ok3JRDmtMXnqBOAR4PaSIekJoKQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ok3JRDmtMXnqBOAR4PaSIekJoKQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ok3JRDmtMXnqBOAR4PaSIekJoKQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ok3JRDmtMXnqBOAR4PaSIekJoKQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/ok3JRDmtMXnqBOAR4PaSIekJoKQ.jpg 4928w\"},\"\"),GF0qnEJdU:addImageAlt({pixelHeight:4672,pixelWidth:7008,src:\"https://framerusercontent.com/images/lNv9nQLaCONfZCXjhP5fIt0iyKQ.jpg\",srcSet:\"https://framerusercontent.com/images/lNv9nQLaCONfZCXjhP5fIt0iyKQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lNv9nQLaCONfZCXjhP5fIt0iyKQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lNv9nQLaCONfZCXjhP5fIt0iyKQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/lNv9nQLaCONfZCXjhP5fIt0iyKQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/lNv9nQLaCONfZCXjhP5fIt0iyKQ.jpg 7008w\"},\"\"),height:\"100%\",id:\"tFnIL51Z1\",layoutId:\"tFnIL51Z1\",name:\"Column 1\",Sf2AaiLP4:addImageAlt({pixelHeight:3948,pixelWidth:5272,src:\"https://framerusercontent.com/images/rgQZ48A2mFaiNGpYQQ4JzPx9dM.jpg\",srcSet:\"https://framerusercontent.com/images/rgQZ48A2mFaiNGpYQQ4JzPx9dM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rgQZ48A2mFaiNGpYQQ4JzPx9dM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rgQZ48A2mFaiNGpYQQ4JzPx9dM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/rgQZ48A2mFaiNGpYQQ4JzPx9dM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/rgQZ48A2mFaiNGpYQQ4JzPx9dM.jpg 5272w\"},\"\"),style:{height:\"100%\",width:\"100%\"},vfTeak1wj:addImageAlt({pixelHeight:3280,pixelWidth:4928,src:\"https://framerusercontent.com/images/v6i3AczxC1opl5xgUC6o3vAZisw.jpg\",srcSet:\"https://framerusercontent.com/images/v6i3AczxC1opl5xgUC6o3vAZisw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/v6i3AczxC1opl5xgUC6o3vAZisw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/v6i3AczxC1opl5xgUC6o3vAZisw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/v6i3AczxC1opl5xgUC6o3vAZisw.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/v6i3AczxC1opl5xgUC6o3vAZisw.jpg 4928w\"},\"\"),width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"128.2887px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1584.5,width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 2.8841, 1px)`,y:(componentViewport?.y||0)+0+550+0+1819.5+0+0+-12.64+-463.61,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40}}]}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{bounce:.2,damping:100,delay:0,duration:.3,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:150,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:300}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-epgrn8-container\",\"data-framer-name\":\"Column 2\",name:\"Column 2\",nodeId:\"lqYUF8RGN\",rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(ImagesGalleryHomepage,{bQspCtjNI:addImageAlt({pixelHeight:3281,pixelWidth:4930,src:\"https://framerusercontent.com/images/PJ7StVeOe0Wdwzmq4HoRNltoDE.jpeg\",srcSet:\"https://framerusercontent.com/images/PJ7StVeOe0Wdwzmq4HoRNltoDE.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/PJ7StVeOe0Wdwzmq4HoRNltoDE.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PJ7StVeOe0Wdwzmq4HoRNltoDE.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PJ7StVeOe0Wdwzmq4HoRNltoDE.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PJ7StVeOe0Wdwzmq4HoRNltoDE.jpeg 4930w\"},\"\"),GF0qnEJdU:addImageAlt({pixelHeight:3280,pixelWidth:4928,src:\"https://framerusercontent.com/images/565GFhDf9DieJAV5lfU3zxzdxE.jpg\",srcSet:\"https://framerusercontent.com/images/565GFhDf9DieJAV5lfU3zxzdxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/565GFhDf9DieJAV5lfU3zxzdxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/565GFhDf9DieJAV5lfU3zxzdxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/565GFhDf9DieJAV5lfU3zxzdxE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/565GFhDf9DieJAV5lfU3zxzdxE.jpg 4928w\"},\"\"),height:\"100%\",id:\"lqYUF8RGN\",layoutId:\"lqYUF8RGN\",name:\"Column 2\",Sf2AaiLP4:addImageAlt({pixelHeight:3640,pixelWidth:5464,src:\"https://framerusercontent.com/images/PtAOKuXrWb01jpVF16iuIu7Do.jpg\",srcSet:\"https://framerusercontent.com/images/PtAOKuXrWb01jpVF16iuIu7Do.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PtAOKuXrWb01jpVF16iuIu7Do.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PtAOKuXrWb01jpVF16iuIu7Do.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PtAOKuXrWb01jpVF16iuIu7Do.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PtAOKuXrWb01jpVF16iuIu7Do.jpg 5464w\"},\"\"),style:{height:\"100%\",width:\"100%\"},vfTeak1wj:addImageAlt({pixelHeight:3280,pixelWidth:4928,src:\"https://framerusercontent.com/images/NS6uwpEkiA3HAiebe23G4hecVM.jpeg\",srcSet:\"https://framerusercontent.com/images/NS6uwpEkiA3HAiebe23G4hecVM.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/NS6uwpEkiA3HAiebe23G4hecVM.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NS6uwpEkiA3HAiebe23G4hecVM.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NS6uwpEkiA3HAiebe23G4hecVM.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/NS6uwpEkiA3HAiebe23G4hecVM.jpeg 4928w\"},\"\"),width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"128.2887px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1584.5,width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 2.8841, 1px)`,y:(componentViewport?.y||0)+0+550+0+1819.5+0+0+-12.64+-463.61,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40}}]}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{bounce:.2,damping:100,delay:0,duration:.3,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:150,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:300}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-ce65sm-container\",\"data-framer-name\":\"Column 3\",name:\"Column 3\",nodeId:\"JUGX5I5TS\",rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(ImagesGalleryHomepage,{bQspCtjNI:addImageAlt({pixelHeight:2235,pixelWidth:3973,src:\"https://framerusercontent.com/images/EZE1cj7kamiaV7izVVZot1SRzY.jpg\",srcSet:\"https://framerusercontent.com/images/EZE1cj7kamiaV7izVVZot1SRzY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EZE1cj7kamiaV7izVVZot1SRzY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EZE1cj7kamiaV7izVVZot1SRzY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/EZE1cj7kamiaV7izVVZot1SRzY.jpg 3973w\"},\"\"),GF0qnEJdU:addImageAlt({pixelHeight:2250,pixelWidth:4e3,src:\"https://framerusercontent.com/images/auedpfz8SsxhxAs2FLFRBHpWi7s.jpg\",srcSet:\"https://framerusercontent.com/images/auedpfz8SsxhxAs2FLFRBHpWi7s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/auedpfz8SsxhxAs2FLFRBHpWi7s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/auedpfz8SsxhxAs2FLFRBHpWi7s.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/auedpfz8SsxhxAs2FLFRBHpWi7s.jpg 4000w\"},\"\"),height:\"100%\",id:\"JUGX5I5TS\",layoutId:\"JUGX5I5TS\",name:\"Column 3\",Sf2AaiLP4:addImageAlt({pixelHeight:3350,pixelWidth:5956,src:\"https://framerusercontent.com/images/PSUhqF9sPpy47u6iW42e5LNi4I.jpg\",srcSet:\"https://framerusercontent.com/images/PSUhqF9sPpy47u6iW42e5LNi4I.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PSUhqF9sPpy47u6iW42e5LNi4I.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PSUhqF9sPpy47u6iW42e5LNi4I.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PSUhqF9sPpy47u6iW42e5LNi4I.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PSUhqF9sPpy47u6iW42e5LNi4I.jpg 5956w\"},\"\"),style:{height:\"100%\",width:\"100%\"},vfTeak1wj:addImageAlt({pixelHeight:2250,pixelWidth:4e3,src:\"https://framerusercontent.com/images/2v1lhWZsTOJZg69iIQ9CDyLa85E.jpg\",srcSet:\"https://framerusercontent.com/images/2v1lhWZsTOJZg69iIQ9CDyLa85E.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2v1lhWZsTOJZg69iIQ9CDyLa85E.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2v1lhWZsTOJZg69iIQ9CDyLa85E.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2v1lhWZsTOJZg69iIQ9CDyLa85E.jpg 4000w\"},\"\"),width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1h669ov\",\"data-framer-name\":\"Section - Reviews\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j9pk32\",\"data-framer-name\":\"Heading Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qo0s7g\",\"data-styles-preset\":\"HvbIeng7X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"Reviews\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qo0s7g\",\"data-styles-preset\":\"HvbIeng7X\",style:{\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"Reviews\"})}),className:\"framer-7ld3cl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k6glz8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"U9CD7hElM\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{alignment:\"center\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:5,fadeWidth:20,overflow:false},gap:20,speed:60}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:5,fadeWidth:20,overflow:false},gap:10,height:\"100%\",hoverFactor:0,id:\"U9CD7hElM\",layoutId:\"U9CD7hElM\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rzyomb\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"FsM6Ywu5W\",data:GoogleReviews,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"FsM6Ywu5W\",name:\"SpUO_NPqd\",type:\"Identifier\"},{collection:\"FsM6Ywu5W\",name:\"ndTBjgL1E\",type:\"Identifier\"},{collection:\"FsM6Ywu5W\",name:\"fXCYBDsfB\",type:\"Identifier\"},{collection:\"FsM6Ywu5W\",name:\"gR4udPBbf\",type:\"Identifier\"},{collection:\"FsM6Ywu5W\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({fXCYBDsfB:fXCYBDsfBFsM6Ywu5W,gR4udPBbf:gR4udPBbfFsM6Ywu5W,id:idFsM6Ywu5W,ndTBjgL1E:ndTBjgL1EFsM6Ywu5W,SpUO_NPqd:SpUO_NPqdFsM6Ywu5W},index)=>{SpUO_NPqdFsM6Ywu5W??=\"\";fXCYBDsfBFsM6Ywu5W??=\"\";gR4udPBbfFsM6Ywu5W??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`FsM6Ywu5W-${idFsM6Ywu5W}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{gR4udPBbf:gR4udPBbfFsM6Ywu5W},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y24bjh\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:566,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p57804-container\",inComponentSlot:true,nodeId:\"ImlhHw1ru\",rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(Testimonial,{ANZSbcG4p:toDateString(ndTBjgL1EFsM6Ywu5W,{dateStyle:\"medium\",display:\"date\",locale:\"\"},activeLocaleCode),FgPXlQnwL:addImageAlt({pixelHeight:134,pixelWidth:134,src:\"https://framerusercontent.com/images/UvQnCHTBcj1vv8usk9zjowtIY.webp\"},\"\"),height:\"100%\",id:\"ImlhHw1ru\",layoutId:\"ImlhHw1ru\",oR7UZONeM:fXCYBDsfBFsM6Ywu5W,style:{height:\"100%\"},Tphzp740b:SpUO_NPqdFsM6Ywu5W,variant:\"CSMcsUne_\",width:\"100%\"})})})})})},idFsM6Ywu5W);})})})})})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qoqmd2\",\"data-framer-name\":\"Section - FAQ\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ggfyd\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nfvef\",\"data-framer-name\":\"Heading Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"Your questions, \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(254, 209, 9))\"},children:\"answered.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"Your questions, \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(254, 209, 9))\"},children:\"answered.\"})]})}),className:\"framer-2y7yy3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+550+0+3401.5+28+0+0+92.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1msl16f-container\",nodeId:\"oKTDwz6Fx\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{T5oKm0XoU:resolvedLinks3[1]},n9gLl4Eao:{T5oKm0XoU:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"oKTDwz6Fx\",layoutId:\"oKTDwz6Fx\",QPXgBsk7h:\"Design Your Dream Home\",qVb0y816T:\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(17, 25, 33))\",T5oKm0XoU:resolvedLinks3[0],v8l3fDUO_:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(254, 209, 9))\",variant:\"mOlvOFMPI\",width:\"100%\",yJToRdUW8:\"ArrowDown\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16t3bak\",\"data-framer-name\":\"FAQ List\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZHfFADa7A\"},implicitPathVariables:undefined},{href:{webPageId:\"ZHfFADa7A\"},implicitPathVariables:undefined},{href:{webPageId:\"ZHfFADa7A\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"366px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:204,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+550+0+3401.5+28+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9edpkr-container\",nodeId:\"UQO0fZHp5\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{ESW2fZSUY:resolvedLinks4[1]},n9gLl4Eao:{ESW2fZSUY:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(FAQSingle,{ESW2fZSUY:resolvedLinks4[0],height:\"100%\",id:\"UQO0fZHp5\",layoutId:\"UQO0fZHp5\",style:{width:\"100%\"},UkcAZJv33:\"Visit our \u201CWhere We Build\u201D page for a full map of our locations, including North Georgia, Western North Carolina, South Carolina, and Tennessee.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"Where do you build? \"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LDpT1HaOj\"},implicitPathVariables:undefined},{href:{webPageId:\"LDpT1HaOj\"},implicitPathVariables:undefined},{href:{webPageId:\"LDpT1HaOj\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"366px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:204,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+550+0+3401.5+28+0+0+214,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sxpbd9-container\",nodeId:\"hdZ2XvPyW\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{ESW2fZSUY:resolvedLinks5[1]},n9gLl4Eao:{ESW2fZSUY:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(FAQSingle,{ESW2fZSUY:resolvedLinks5[0],height:\"100%\",id:\"hdZ2XvPyW\",layoutId:\"hdZ2XvPyW\",style:{width:\"100%\"},UkcAZJv33:\"During your first appointment, you'll discover what's possible for your custom home while touring our Design Studio and completed homes. Our thorough process is why half our clients commit to building with us right at this initial meeting - they find exactly what they're looking for and get all their questions answered.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"What should we expect at the initial meeting?\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZHfFADa7A\"},implicitPathVariables:undefined},{href:{webPageId:\"ZHfFADa7A\"},implicitPathVariables:undefined},{href:{webPageId:\"ZHfFADa7A\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"366px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:204,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+550+0+3401.5+28+0+0+428,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r0vdpp-container\",nodeId:\"qyesNfqBi\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{ESW2fZSUY:resolvedLinks6[1]},n9gLl4Eao:{ESW2fZSUY:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(FAQSingle,{ESW2fZSUY:resolvedLinks6[0],height:\"100%\",id:\"qyesNfqBi\",layoutId:\"qyesNfqBi\",style:{width:\"100%\"},UkcAZJv33:\"Either works! We\u2019re here to help whether you\u2019ve already chosen land or need assistance finding the perfect site. Our Land Specialists know the local area and will help with everything from site selection to property placement.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"Should we purchase property before or after the home is purchased?\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"366px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:204,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+550+0+3401.5+28+0+0+642,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kkfosk-container\",nodeId:\"oBgw9cwc8\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{ESW2fZSUY:resolvedLinks7[1]},n9gLl4Eao:{ESW2fZSUY:resolvedLinks7[2]}},children:/*#__PURE__*/_jsx(FAQSingle,{ESW2fZSUY:resolvedLinks7[0],height:\"100%\",id:\"oBgw9cwc8\",layoutId:\"oBgw9cwc8\",style:{width:\"100%\"},UkcAZJv33:\"We believe building a Brown Haven Home means choosing a trusted partner with a fixed-price guarantee, dedicated Design Studios, and a team that keeps your expectations in focus.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"What makes Brown Haven Homes different from other custom home builders?\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":zweLh5wqB\",webPageId:\"G3Rq4HqpE\"},implicitPathVariables:undefined},{href:{hash:\":zweLh5wqB\",webPageId:\"G3Rq4HqpE\"},implicitPathVariables:undefined},{href:{hash:\":zweLh5wqB\",webPageId:\"G3Rq4HqpE\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"366px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:204,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+550+0+3401.5+28+0+0+856,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s717ax-container\",nodeId:\"DZN3VmV82\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{ESW2fZSUY:resolvedLinks8[1]},n9gLl4Eao:{ESW2fZSUY:resolvedLinks8[2]}},children:/*#__PURE__*/_jsx(FAQSingle,{ESW2fZSUY:resolvedLinks8[0],height:\"100%\",id:\"DZN3VmV82\",layoutId:\"DZN3VmV82\",style:{width:\"100%\"},UkcAZJv33:\"Our process includes selecting a plan, securing your site, financing, making selections, and walking you through every milestone from start to finish. For a full overview, see our \u201CWhat to Expect\u201D guide.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"How does the building process work?\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"366px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:204,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+550+0+3401.5+28+0+0+1070,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xb8eqj-container\",nodeId:\"zEis2mzHw\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{ESW2fZSUY:resolvedLinks9[1]},n9gLl4Eao:{ESW2fZSUY:resolvedLinks9[2]}},children:/*#__PURE__*/_jsx(FAQSingle,{ESW2fZSUY:resolvedLinks9[0],height:\"100%\",id:\"zEis2mzHw\",layoutId:\"zEis2mzHw\",style:{width:\"100%\"},UkcAZJv33:\"We offer multiple pricing options to fit your budget. Visit our floor plan page to explore what's included with each option and choose the perfect fit for your new home.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"What does the base price of the home include?\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LDpT1HaOj\"},implicitPathVariables:undefined},{href:{webPageId:\"LDpT1HaOj\"},implicitPathVariables:undefined},{href:{webPageId:\"LDpT1HaOj\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{y:undefined},n9gLl4Eao:{width:\"366px\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:204,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+550+0+3401.5+28+0+0+1284,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d6d86z-container\",nodeId:\"SSqgSjzS2\",scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ePjBTtXEX:{ESW2fZSUY:resolvedLinks10[1]},n9gLl4Eao:{ESW2fZSUY:resolvedLinks10[2]}},children:/*#__PURE__*/_jsx(FAQSingle,{ESW2fZSUY:resolvedLinks10[0],height:\"100%\",id:\"SSqgSjzS2\",layoutId:\"SSqgSjzS2\",style:{width:\"100%\"},UkcAZJv33:\"We estimate a minimum of six months, with a typical timeframe of about eight months from start to finish, including financing. While delays can sometimes happen due to weather or approvals, we\u2019ll provide regular updates and support throughout.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"What is the time frame of the build?\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-i81338 hidden-zgsw7e hidden-7hwwvd\",\"data-framer-name\":\"Bottom Bar Enter Trigger\",id:elementId3,ref:ref4})]})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{height:48,width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation8,className:\"framer-19nr0cm-container hidden-zgsw7e hidden-7hwwvd\",\"data-framer-appear-id\":\"19nr0cm\",initial:animation1,nodeId:\"mBM90Jq1H\",optimized:true,rendersWithMotion:true,scopeId:\"ueiKkVaj3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{n9gLl4Eao:{T5oKm0XoU:resolvedLinks11[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"mBM90Jq1H\",layoutId:\"mBM90Jq1H\",QPXgBsk7h:\"Explore Floorplans\",qVb0y816T:\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(9, 43, 73))\",style:{height:\"100%\",width:\"100%\"},T5oKm0XoU:resolvedLinks11[0],v8l3fDUO_:\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(9, 43, 73))\",variant:\"YMmYyT5wk\",width:\"100%\",yJToRdUW8:\"ArrowUpRight\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GkhDr.framer-3hkk98, .framer-GkhDr .framer-3hkk98 { display: block; }\",\".framer-GkhDr.framer-zgsw7e { align-content: center; align-items: center; background-color: var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, #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-GkhDr .framer-1bc58lb-container { aspect-ratio: 2.1818181818181817 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 550px); position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GkhDr .framer-1sv2b1r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-13gsh6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-1srw2nl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 330px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-1jvfj55-container, .framer-GkhDr .framer-1t1kij6-container, .framer-GkhDr .framer-1xvzjk3-container, .framer-GkhDr .framer-1q5p7et-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GkhDr .framer-19vjbb4 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 51px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkhDr .framer-r8wsxx { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-hpb5xe { display: grid; flex: none; gap: 25px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-255ypw-container, .framer-GkhDr .framer-5mypus-container, .framer-GkhDr .framer-eryah1-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-GkhDr .framer-dxy08 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-16bzacd-container { align-self: stretch; flex: none; height: auto; position: sticky; top: 65px; width: 503px; z-index: 1; }\",\".framer-GkhDr .framer-1rfiqnt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-GkhDr .framer-w2sj0u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 25px 25px 0px 0px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-18igtig, .framer-GkhDr .framer-1sbj2vh, .framer-GkhDr .framer-2y7yy3 { --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-GkhDr .framer-vrh19v { align-content: flex-start; align-items: flex-start; background-color: var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, #f8f8f5); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 25px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkhDr .framer-zoj7tz-container { flex: none; height: 75px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-19df872, .framer-GkhDr .framer-b4z4n8, .framer-GkhDr .framer-1c4vwq7, .framer-GkhDr .framer-1qyczxn, .framer-GkhDr .framer-1eeri58, .framer-GkhDr .framer-1dnmtd4, .framer-GkhDr .framer-d7e0wh { height: 75px; overflow: visible; position: relative; width: 75px; }\",\".framer-GkhDr .framer-1rpbwx2, .framer-GkhDr .framer-12sl4rs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-1i74zl7-container, .framer-GkhDr .framer-1mgw7gi-container, .framer-GkhDr .framer-q77dbt-container, .framer-GkhDr .framer-1msl16f-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GkhDr .framer-1bifgfb { align-content: flex-start; align-items: flex-start; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #000000); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 25px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkhDr .framer-14j8un4, .framer-GkhDr .framer-szblx5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GkhDr .framer-vacmzj { align-content: center; align-items: center; background-color: var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-149l52o { align-content: center; align-items: center; aspect-ratio: 1.7721518987341771 / 1; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #2f372c); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 632px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-GkhDr .framer-2bh9md { -webkit-mask: radial-gradient(50% 50% at 50% 50%, #000000 19.314822635135133%, rgba(0,0,0,0) 100%) add; background-color: #092c4a; flex: none; height: 65%; left: calc(50.00000000000002% - 85% / 2); mask: radial-gradient(50% 50% at 50% 50%, #000000 19.314822635135133%, rgba(0,0,0,0) 100%) add; overflow: visible; position: absolute; top: calc(50.00000000000002% - 65% / 2); width: 85%; z-index: 2; }\",\".framer-GkhDr .framer-1wbj7w7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-GkhDr .framer-1tght8v { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-GkhDr .framer-1c7eiqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 104%; justify-content: center; left: calc(50.00000000000002% - 104.01785714285714% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 104% / 2); width: 104%; z-index: 1; }\",\".framer-GkhDr .framer-141rygs-container, .framer-GkhDr .framer-ce65sm-container { aspect-ratio: 0.23887661722940992 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 1626px); position: relative; width: 1px; z-index: 1; }\",\".framer-GkhDr .framer-epgrn8-container { aspect-ratio: 0.238561060271379 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 1628px); position: relative; width: 1px; z-index: 1; }\",\".framer-GkhDr .framer-1h669ov { 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; overflow: visible; padding: 50px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-1j9pk32 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-GkhDr .framer-7ld3cl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-GkhDr .framer-k6glz8-container { flex: none; height: 580px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-1rzyomb { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-GkhDr .framer-y24bjh { 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; padding: 0px; position: relative; width: min-content; }\",\".framer-GkhDr .framer-p57804-container { flex: none; height: 566px; position: relative; width: auto; }\",\".framer-GkhDr .framer-1qoqmd2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 28px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-GkhDr .framer-2ggfyd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1680px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-GkhDr .framer-1nfvef { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1680px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-GkhDr .framer-16t3bak { 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-GkhDr .framer-9edpkr-container, .framer-GkhDr .framer-1sxpbd9-container, .framer-GkhDr .framer-1r0vdpp-container, .framer-GkhDr .framer-kkfosk-container, .framer-GkhDr .framer-1s717ax-container, .framer-GkhDr .framer-xb8eqj-container, .framer-GkhDr .framer-1d6d86z-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-GkhDr .framer-i81338 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-GkhDr .framer-19nr0cm-container { flex: none; height: 48px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-GkhDr.framer-zgsw7e { width: 810px; } .framer-GkhDr .framer-1bc58lb-container { aspect-ratio: 1.4727272727272727 / 1; } .framer-GkhDr .framer-1srw2nl { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 660px; } .framer-GkhDr .framer-1jvfj55-container, .framer-GkhDr .framer-1t1kij6-container, .framer-GkhDr .framer-1xvzjk3-container, .framer-GkhDr .framer-1q5p7et-container { align-self: start; flex: none; justify-self: start; width: 100%; } .framer-GkhDr .framer-dxy08 { flex-direction: column; padding: 8px 40px 8px 40px; } .framer-GkhDr .framer-16bzacd-container { align-self: unset; height: 554px; position: relative; top: unset; width: 100%; } .framer-GkhDr .framer-1rfiqnt { flex: none; width: 100%; } .framer-GkhDr .framer-w2sj0u { padding: 0px; } .framer-GkhDr .framer-18igtig { --framer-text-wrap-override: balance; } .framer-GkhDr .framer-14j8un4 { white-space: pre; } .framer-GkhDr .framer-149l52o { height: var(--framer-aspect-ratio-supported, 412px); } .framer-GkhDr .framer-2bh9md { height: 808px; left: 51px; top: calc(55.78703703703706% - 808px / 2); width: 86%; } .framer-GkhDr .framer-1wbj7w7 { max-width: 550px; } .framer-GkhDr .framer-141rygs-container, .framer-GkhDr .framer-ce65sm-container { height: var(--framer-aspect-ratio-supported, 1060px); } .framer-GkhDr .framer-epgrn8-container { height: var(--framer-aspect-ratio-supported, 1061px); } .framer-GkhDr .framer-1qoqmd2 { padding: 14px 40px 14px 40px; }}\",\"@media (max-width: 809px) { .framer-GkhDr.framer-zgsw7e { width: 390px; } .framer-GkhDr .framer-1bc58lb-container { aspect-ratio: 0.9285714285714286 / 1; height: var(--framer-aspect-ratio-supported, 215px); } .framer-GkhDr .framer-1sv2b1r { gap: 50px; overflow: hidden; padding: 10px 0px 25px 0px; } .framer-GkhDr .framer-13gsh6 { order: 1; padding: 0px 10px 0px 10px; } .framer-GkhDr .framer-1srw2nl { flex-direction: column; height: min-content; } .framer-GkhDr .framer-1jvfj55-container, .framer-GkhDr .framer-1t1kij6-container, .framer-GkhDr .framer-1xvzjk3-container, .framer-GkhDr .framer-1q5p7et-container { flex: none; height: 360px; width: 100%; } .framer-GkhDr .framer-19vjbb4 { justify-content: flex-start; } .framer-GkhDr .framer-hpb5xe { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-GkhDr .framer-255ypw-container, .framer-GkhDr .framer-5mypus-container, .framer-GkhDr .framer-eryah1-container { align-self: unset; height: auto; } .framer-GkhDr .framer-dxy08 { flex-direction: column; order: 2; padding: 0px 10px 0px 10px; width: 390px; } .framer-GkhDr .framer-16bzacd-container { align-self: unset; position: relative; top: unset; width: 100%; } .framer-GkhDr .framer-1rfiqnt, .framer-GkhDr .framer-16t3bak { flex: none; width: 100%; } .framer-GkhDr .framer-w2sj0u { align-content: center; align-items: center; padding: 0px; } .framer-GkhDr .framer-vrh19v { gap: 21px; } .framer-GkhDr .framer-14j8un4 { white-space: pre; } .framer-GkhDr .framer-vacmzj { order: 3; padding: 0px 10px 0px 10px; width: 390px; } .framer-GkhDr .framer-149l52o { aspect-ratio: unset; height: 390px; order: 0; } .framer-GkhDr .framer-2bh9md { bottom: -15px; height: unset; left: -285px; top: -15px; width: 256%; } .framer-GkhDr .framer-1wbj7w7 { padding: 10px; } .framer-GkhDr .framer-1c7eiqs { overflow: visible; top: calc(50.07407407407409% - 104% / 2); } .framer-GkhDr .framer-141rygs-container, .framer-GkhDr .framer-ce65sm-container { height: var(--framer-aspect-ratio-supported, 837px); } .framer-GkhDr .framer-epgrn8-container { height: var(--framer-aspect-ratio-supported, 838px); } .framer-GkhDr .framer-1h669ov { order: 4; padding: 30px 0px 0px 0px; width: 390px; } .framer-GkhDr .framer-1j9pk32 { align-content: center; align-items: center; } .framer-GkhDr .framer-7ld3cl { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-GkhDr .framer-1qoqmd2 { order: 5; padding: 17px 12px 40px 12px; width: 390px; } .framer-GkhDr .framer-2ggfyd { flex-direction: column; gap: 40px; } .framer-GkhDr .framer-1nfvef { align-content: center; align-items: center; flex: none; width: 100%; } .framer-GkhDr .framer-19nr0cm-container { order: 0; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5940.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ePjBTtXEX\":{\"layout\":[\"fixed\",\"auto\"]},\"n9gLl4Eao\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"m04bTWYA6\":{\"pattern\":\":m04bTWYA6\",\"name\":\"gallery\"},\"oyBPQkJiF\":{\"pattern\":\":oyBPQkJiF\",\"name\":\"reviews\"},\"pnXnRv6H0\":{\"pattern\":\":pnXnRv6H0\",\"name\":\"faq\"},\"FfLvExVMz\":{\"pattern\":\":FfLvExVMz\",\"name\":\"mobile-bar-exit\"}}\n * @framerResponsiveScreen\n */const FramerueiKkVaj3=withCSS(Component,css,\"framer-GkhDr\");export default FramerueiKkVaj3;FramerueiKkVaj3.displayName=\"Home\";FramerueiKkVaj3.defaultProps={height:5940.5,width:1200};addFonts(FramerueiKkVaj3,[{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:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...Hero20Fonts,...HomepageReasonsToBelieveFonts,...StatsFonts,...ReelCardFonts,...SlideshowFonts,...ButtonFonts,...ImagesGalleryHomepageFonts,...TestimonialFonts,...TickerFonts,...FAQSingleFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerueiKkVaj3\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ePjBTtXEX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n9gLl4Eao\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"m04bTWYA6\\\":{\\\"pattern\\\":\\\":m04bTWYA6\\\",\\\"name\\\":\\\"gallery\\\"},\\\"oyBPQkJiF\\\":{\\\"pattern\\\":\\\":oyBPQkJiF\\\",\\\"name\\\":\\\"reviews\\\"},\\\"pnXnRv6H0\\\":{\\\"pattern\\\":\\\":pnXnRv6H0\\\",\\\"name\\\":\\\"faq\\\"},\\\"FfLvExVMz\\\":{\\\"pattern\\\":\\\":FfLvExVMz\\\",\\\"name\\\":\\\"mobile-bar-exit\\\"}}\",\"framerIntrinsicHeight\":\"5940.5\",\"framerResponsiveScreen\":\"\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "playOffscreen", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "item", "setDelta", "delta", "transition", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image1", "image2", "image3", "image4", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "GF0qnEJdU", "bQspCtjNI", "vfTeak1wj", "Sf2AaiLP4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "Framerbm8zYlgoi", "withCSS", "bm8zYlgoi_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "toResponsiveImage", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "badgePadding", "height", "id", "image", "text", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "pjYGU6sPZ", "aUWyHBU5y", "LkY2g1GIq", "SFAvjF6qv", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "RichText2", "css", "FramerC84fmMRAO", "withCSS", "C84fmMRAO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SVG", "props", "customSvgElement", "setCustomSvgElement", "ye", "ue", "svgContent", "processCustomSVGContent", "replacements", "hasCustomStroke", "hasCustomStrokeWidth", "hasLineCap", "hasLineJoin", "circleFillRegex", "match", "updatedCircle", "regex", "replacement", "customContainerStyle", "accessibilityProps", "p", "addPropertyControls", "ControlType", "SVG_Prod_default", "SVGFonts", "getFonts", "SVG_Prod_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG_Prod_default", "css", "FramernLdbnsnvm", "withCSS", "nLdbnsnvm_default", "addFonts", "SVGFonts", "BuildYourDreamGraphicFonts", "getFonts", "nLdbnsnvm_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "ImageWithFX", "Image2", "ButtonFonts", "bfFy6UW0C_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "animation", "animation1", "transformTemplate2", "transition3", "animation2", "transformTemplate3", "transition4", "animation3", "animation4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "css", "FramerHI4DXx8uB", "withCSS", "HI4DXx8uB_default", "addPropertyControls", "ControlType", "addFonts", "Counter", "decimal", "value", "decimalValue", "direction", "stiffness", "damping", "prefix", "prefixText", "suffix", "suffixText", "color", "fontStyle", "ref", "pe", "updatedDecimalValue", "motionValue", "useMotionValue", "springValue", "useSpring", "isInView", "useInView", "ue", "latest", "u", "l", "p", "addPropertyControls", "ControlType", "props", "CounterFonts", "getFonts", "Counter", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "staticTitle", "suffix", "text", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "RoUY3ecLs", "conep8VZj", "OlAf4EeGX", "aUWyHBU5y", "LkY2g1GIq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "Framerjui6Drl4E", "withCSS", "jui6Drl4E_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "link", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "zNMII1rLe", "UkcAZJv33", "ESW2fZSUY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapr8qkvi", "args", "onTapalqo87", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "css", "FramerlxHQab_4K", "withCSS", "lxHQab_4K_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "VideoFonts", "getFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramernzPqs1kAY", "withCSS", "nzPqs1kAY_default", "addPropertyControls", "ControlType", "addFonts", "t", "e", "r", "n", "i", "s", "a", "o", "u", "l", "h", "c", "f", "g", "d", "y", "window", "v", "w", "m", "I", "b", "U", "S", "k", "L", "B", "E", "M", "F", "T", "N", "O", "ControlType", "x", "P", "q", "R", "_", "D", "j", "C", "J", "W", "$", "z", "G", "K", "H", "V", "X", "Q", "Y", "Z", "tt", "te", "tr", "tn", "ti", "ts", "ta", "to", "tu", "tl", "th", "tc", "tf", "tg", "td", "tp", "ty", "tv", "tw", "tm", "tI", "tb", "tU", "tL", "tS", "tk", "tB", "tE", "tM", "tF", "e", "resolveRichText", "t", "i", "o", "ControlType", "n", "d", "c", "u", "f", "s", "p", "g", "y", "L", "I", "w", "N", "QueryEngine", "h", "QueryCache", "S", "tF", "tB", "resolveRichText", "Mk7d8DOIL_default", "addPropertyControls", "Hero20Fonts", "getFonts", "HI4DXx8uB_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "HomepageReasonsToBelieveFonts", "C84fmMRAO_default", "StatsFonts", "jui6Drl4E_default", "ReelCardFonts", "nzPqs1kAY_default", "SlideshowFonts", "Slideshow", "ButtonFonts", "bfFy6UW0C_default", "MotionSectionWithFX", "withFX", "motion", "ImagesGalleryHomepageFonts", "bm8zYlgoi_default", "ContainerWithFX", "TestimonialFonts", "GOhistHzi_default", "TickerFonts", "Ticker", "FAQSingleFonts", "lxHQab_4K_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "addImageAlt", "image", "alt", "transition3", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "toString", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition6", "animation8", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "SpUO_NPqdFsM6Ywu5W", "ndTBjgL1EFsM6Ywu5W", "fXCYBDsfBFsM6Ywu5W", "gR4udPBbfFsM6Ywu5W", "idFsM6Ywu5W", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "activeLocaleCode", "useLocaleCode", "elementId2", "ref3", "isDisplayed", "elementId3", "ref4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "x", "RichText2", "Image2", "ResolveLinks", "resolvedLinks", "Link", "resolvedLinks1", "resolvedLinks2", "ChildrenCanSuspend", "Mk7d8DOIL_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "css", "FramerueiKkVaj3", "withCSS", "ueiKkVaj3_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
