{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mRAqF51kdjPZl2WqICwj/1mAUV8wMAOBoBvq7eHjm/JkY2iWA_0.js"],
  "sourcesContent": ["// Generated by Framer (b6cf623)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import PhotoFade from\"https://framerusercontent.com/modules/sTgXMjw9E0ie2a9xV4C4/7peeu12IHG3EEfcB5Abo/l90zNoA14.js\";import Butoon from\"#framer/local/canvasComponent/f7jHKi0oD/f7jHKi0oD.js\";import DropDown from\"#framer/local/canvasComponent/gf2kX2Ge5/gf2kX2Ge5.js\";import FormOverlay from\"#framer/local/canvasComponent/j_hDRLZxv/j_hDRLZxv.js\";import NavMenu from\"#framer/local/canvasComponent/kAlW1DzVC/kAlW1DzVC.js\";import CheckBox from\"#framer/local/canvasComponent/PdJ0edn7S/PdJ0edn7S.js\";import CTA from\"#framer/local/canvasComponent/PNJt_gOp3/PNJt_gOp3.js\";import Footer from\"#framer/local/canvasComponent/wy8FgL7YX/wy8FgL7YX.js\";import Header from\"#framer/local/canvasComponent/yvoLt_98P/yvoLt_98P.js\";import*as sharedStyle from\"#framer/local/css/hHcRTkRl5/hHcRTkRl5.js\";import*as sharedStyle1 from\"#framer/local/css/KdSnVggEn/KdSnVggEn.js\";import*as sharedStyle2 from\"#framer/local/css/PsEqeJI0C/PsEqeJI0C.js\";import metadataProvider from\"#framer/local/webPageMetadata/JkY2iWA_0/JkY2iWA_0.js\";const HeaderFonts=getFonts(Header);const NavMenuFonts=getFonts(NavMenu);const FormOverlayFonts=getFonts(FormOverlay);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ButoonFonts=getFonts(Butoon);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const PhotoFadeFonts=getFonts(PhotoFade);const CheckBoxFonts=getFonts(CheckBox);const DropDownFonts=getFonts(DropDown);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const breakpoints={Qe6wt2TfA:\"(max-width: 809px)\",tfQ6M1SrH:\"(min-width: 810px) and (max-width: 1199px)\",yIJptRyWJ:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-o0VLr\";const variantClassNames={Qe6wt2TfA:\"framer-v-1h3u1wk\",tfQ6M1SrH:\"framer-v-iwggau\",yIJptRyWJ:\"framer-v-1579adq\"};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,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:-150};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"yIJptRyWJ\",Phone:\"Qe6wt2TfA\",Tablet:\"tfQ6M1SrH\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yIJptRyWJ\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const XwImAV2Tztxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const I7dZt8dpm3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const k40uzBJMV1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const OSYiuBMEv3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"tfQ6M1SrH\",\"Qe6wt2TfA\"].includes(baseVariant))return true;return false;};const ref3=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"yIJptRyWJ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1579adq\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed(),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:106,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1y8bdrq-container\",\"data-framer-appear-id\":\"1y8bdrq\",id:\"1y8bdrq\",initial:animation1,nodeId:\"ZyRwxATwX\",optimized:true,ref:ref2,rendersWithMotion:true,scopeId:\"JkY2iWA_0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"RpHsVAq8T\"},tfQ6M1SrH:{variant:\"NUiQHESuY\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",I7dZt8dpm:I7dZt8dpm3bnx0g({overlay:overlay1}),id:\"ZyRwxATwX\",layoutId:\"ZyRwxATwX\",style:{width:\"100%\"},variant:\"vNK3gKw45\",width:\"100%\",XwImAV2Tz:XwImAV2Tztxyyif({overlay})})}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"end\",anchorRef:ref2,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1y8bdrq\",offsetX:-10.000060145743191,offsetY:-10.000019986648113,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation,className:\"framer-he6vnv hidden-1579adq\",exit:animation2,initial:animation3,ref:ref3,role:\"dialog\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:\"200px\"},tfQ6M1SrH:{width:\"200px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18uzwbc-container\",inComponentSlot:true,nodeId:\"zB7L9aJ2N\",rendersWithMotion:true,scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(NavMenu,{height:\"100%\",id:\"zB7L9aJ2N\",layoutId:\"zB7L9aJ2N\",style:{width:\"100%\"},width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-5cv96q\"),\"data-framer-portal-id\":\"1y8bdrq\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"lpQnYRZiO\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-xdldse-container\"),\"data-framer-portal-id\":\"1y8bdrq\",inComponentSlot:true,nodeId:\"R836aJ9f2\",rendersWithMotion:true,scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"OQ_t6Dzb0\"},tfQ6M1SrH:{variant:\"xKsYmxJF8\"}},children:/*#__PURE__*/_jsx(FormOverlay,{height:\"100%\",id:\"R836aJ9f2\",k40uzBJMV:k40uzBJMV1wnntms({overlay:overlay1}),layoutId:\"R836aJ9f2\",style:{height:\"100%\",width:\"100%\"},variant:\"a44L84GX7\",width:\"100%\"})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14gdzyw\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eor6f7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+0+0),pixelHeight:1435,pixelWidth:2560,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp 2560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+0),pixelHeight:1435,pixelWidth:2560,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/WEjoiYHnkRu3U6gYjwncAtl3MoE.webp 2560w\"},className:\"framer-1lw1qgb\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15dznee\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{animate:animation5,initial:animation6}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-v1ebr4\",\"data-framer-appear-id\":\"v1ebr4\",\"data-framer-name\":\"Content\",initial:animation4,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{animate:animation5,initial:animation6,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-sl7yj9\",\"data-framer-appear-id\":\"sl7yj9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1y5cyxk\",\"data-styles-preset\":\"hHcRTkRl5\",children:\"Decks\"})}),className:\"framer-1iw8cd9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ldg3t9\",\"data-styles-preset\":\"KdSnVggEn\",children:\"We are a premier provider of high quality decks. Composite Decks are a fantastic option for many, however, we also offer an array of Wood Deck options including Pressure-Treated, Mahogany, and Cedar Decks.\"})}),className:\"framer-upgwfv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ldg3t9\",\"data-styles-preset\":\"KdSnVggEn\",children:\"Beyond just the construction, we understand the power of a well-designed deck, recognizing that it extends a home\u2019s living space while simultaneously increasing its property value. With each project, we blend attention to detail with a complete understanding of our clients\u2019 needs, crafting a deck that integrates beauty, functionality, and lasting value.\"})}),className:\"framer-xv6x1d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{y:(componentViewport?.y||0)+0+106+0+0+80+0+0+366},tfQ6M1SrH:{y:(componentViewport?.y||0)+0+106+0+0+80+0+366}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+106+0+0+108.5+0+366,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1w1lgv1-container\",id:\"1w1lgv1\",nodeId:\"D_psDgvaM\",scopeId:\"JkY2iWA_0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{ffZodg0pn:\"7px 16px 7px 16px\",FwpSPg6WG:15,variant:overlay2.visible?\"lOIpDxhHk\":\"lOIpDxhHk\"},tfQ6M1SrH:{ffZodg0pn:\"7px 16px 7px 16px\",FwpSPg6WG:15}},children:/*#__PURE__*/_jsx(Butoon,{bsJIkrGvP:false,ffZodg0pn:\"11px 33px 11px 33px\",FwpSPg6WG:16,height:\"100%\",id:\"D_psDgvaM\",layoutId:\"D_psDgvaM\",MgKlmFpKS:\"Request A Free Estimate\",OSYiuBMEv:OSYiuBMEv3bnx0g({overlay:overlay2}),variant:\"lOIpDxhHk\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-dip4wy\"),\"data-framer-portal-id\":\"1w1lgv1\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"hibIrxrSc\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-15r9hjx-container\"),\"data-framer-portal-id\":\"1w1lgv1\",inComponentSlot:true,nodeId:\"tHgPuNwFB\",rendersWithMotion:true,scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"OQ_t6Dzb0\"},tfQ6M1SrH:{variant:\"xKsYmxJF8\"}},children:/*#__PURE__*/_jsx(FormOverlay,{height:\"100%\",id:\"tHgPuNwFB\",k40uzBJMV:k40uzBJMV1wnntms({overlay:overlay2}),layoutId:\"tHgPuNwFB\",style:{height:\"100%\",width:\"100%\"},variant:\"a44L84GX7\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{animate:animation5,initial:animation6,optimized:true}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048},className:\"framer-lmohjf\",\"data-framer-appear-id\":\"lmohjf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 1px)`,y:(componentViewport?.y||0)+0+106+0+0+80+449+0},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 106px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+0+80+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:433,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 180px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+0+100+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xkanyg-container\",isModuleExternal:true,nodeId:\"Y1iZEbA5m\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PhotoFade,{DGwrbsJcC:\"12px\",etuCY2pQm:addImageAlt({src:\"https://framerusercontent.com/images/peGDZ1tmJsCGf4urX3FE0hheU.png\",srcSet:\"https://framerusercontent.com/images/peGDZ1tmJsCGf4urX3FE0hheU.png?scale-down-to=1024 768w,https://framerusercontent.com/images/peGDZ1tmJsCGf4urX3FE0hheU.png 1000w\"},\"A spacious outdoor deck made of light gray composite wood with white railings featuring black balusters. The deck overlooks a lush green backyard with large evergreen trees.\"),height:\"100%\",id:\"Y1iZEbA5m\",layoutId:\"Y1iZEbA5m\",style:{height:\"100%\",width:\"100%\"},variant:\"n5YESxgCW\",width:\"100%\",wK2Kk9_Lr:addImageAlt({src:\"https://framerusercontent.com/images/BMDnLb7o8QVjoy7EnwLaZ3aLwZQ.png\",srcSet:\"https://framerusercontent.com/images/BMDnLb7o8QVjoy7EnwLaZ3aLwZQ.png?scale-down-to=1024 768w,https://framerusercontent.com/images/BMDnLb7o8QVjoy7EnwLaZ3aLwZQ.png 1000w\"},\"A backyard deck with light gray composite flooring, surrounded by white railings with black balusters. The deck includes potted plants, a glass table, wicker chairs, and a covered section attached to the house.\"),wKb3rTaCq:addImageAlt({src:\"https://framerusercontent.com/images/7w3WSJLIQUYWzFsdzDIhs8FUwVw.png\",srcSet:\"https://framerusercontent.com/images/7w3WSJLIQUYWzFsdzDIhs8FUwVw.png?scale-down-to=1024 819w,https://framerusercontent.com/images/7w3WSJLIQUYWzFsdzDIhs8FUwVw.png 1440w\"},\"Grey Trex deck with white railings looking out at a lake with a dock\")})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15h4gyo\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1li6txp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1deu7bu\",\"data-styles-preset\":\"PsEqeJI0C\",children:\"Professional  Composite Decks \"})}),className:\"framer-n2w1tb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kp9idk\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+0+0+87+0+0},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+114+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:192,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+114+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r6gnb6-container\",nodeId:\"XP0SZS5UU\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"PxsFCpYrR\"},tfQ6M1SrH:{variant:\"PxsFCpYrR\"}},children:/*#__PURE__*/_jsx(CheckBox,{hAMqoKWn2:\"Multiple tiers of composite decking products offer a wide range of durable, low-maintenance options to suit various styles, needs, and budgets.\",height:\"100%\",id:\"XP0SZS5UU\",layoutId:\"XP0SZS5UU\",r5uU5jNy1:\"Variety of Options\",style:{width:\"100%\"},variant:\"gBqeo7APf\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+0+0+87+0+212},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+114+0+212}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:192,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+114+0+212,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yzjad1-container\",nodeId:\"sY0qR8fAl\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"PxsFCpYrR\"},tfQ6M1SrH:{variant:\"PxsFCpYrR\"}},children:/*#__PURE__*/_jsx(CheckBox,{hAMqoKWn2:\"Composite deck boards won't rot, warp, or splinter. Backed by TimberTech and Trex's Limited Warrantys ranging from 25-50 years.\",height:\"100%\",id:\"sY0qR8fAl\",layoutId:\"sY0qR8fAl\",r5uU5jNy1:\"High Performance\",style:{width:\"100%\"},variant:\"gBqeo7APf\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+0+0+87+0+424},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+114+0+424}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:192,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+114+0+424,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ju1a4i-container\",nodeId:\"Vlvq9FNGW\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"PxsFCpYrR\"},tfQ6M1SrH:{variant:\"PxsFCpYrR\"}},children:/*#__PURE__*/_jsx(CheckBox,{hAMqoKWn2:\"Composite decking is crafted using a mix of recycled wood fibers and plastics, helping to reduce waste and promote sustainable practices.\",height:\"100%\",id:\"Vlvq9FNGW\",layoutId:\"Vlvq9FNGW\",r5uU5jNy1:\"Sustainably Manufactured\",style:{width:\"100%\"},variant:\"gBqeo7APf\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+0+0+87+0+636},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+114+0+636}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:192,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+114+0+636,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qvfqc6-container\",nodeId:\"srKztWd8a\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"PxsFCpYrR\"},tfQ6M1SrH:{variant:\"PxsFCpYrR\"}},children:/*#__PURE__*/_jsx(CheckBox,{hAMqoKWn2:\"Grooved-edge boards can be paired with hidden fastening systems to create a seamless, screw-free surface for a clean and professional finish.\",height:\"100%\",id:\"srKztWd8a\",layoutId:\"srKztWd8a\",r5uU5jNy1:\"Easy Installation\",style:{width:\"100%\"},variant:\"gBqeo7APf\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+0+0+87+0+848},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+114+0+848}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:192,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+114+0+848,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jfkaoa-container\",nodeId:\"Dj2KzL2oa\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"PxsFCpYrR\"},tfQ6M1SrH:{variant:\"PxsFCpYrR\"}},children:/*#__PURE__*/_jsx(CheckBox,{hAMqoKWn2:\"On-trend colors featuring refined wood grains that add beauty and luxury to any outdoor space.\",height:\"100%\",id:\"Dj2KzL2oa\",layoutId:\"Dj2KzL2oa\",r5uU5jNy1:\"Lasting Beauty\",style:{width:\"100%\"},variant:\"gBqeo7APf\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lyix2p\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-owe71j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Built a step above.\"})}),className:\"framer-1j3ht8n\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Advantages to Composite Decks\"})}),className:\"framer-1kxrnac\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b1wlv7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-abqit8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h6uynf\",\"data-framer-name\":\"Trex\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+1042+80+1160+0+389+0+0+43.75+0+-43.75),pixelHeight:97,pixelWidth:173,src:\"https://framerusercontent.com/images/gPbpTeZNvz2R6xRRPtacOj0D74c.png\"}},tfQ6M1SrH:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+593+80+0+389+0+0+0+0+0),pixelHeight:97,pixelWidth:173,src:\"https://framerusercontent.com/images/gPbpTeZNvz2R6xRRPtacOj0D74c.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+633+100+0+389+0+0+0+0+0),pixelHeight:97,pixelWidth:173,src:\"https://framerusercontent.com/images/gPbpTeZNvz2R6xRRPtacOj0D74c.png\"},className:\"framer-1etlu6s\",\"data-framer-name\":\"Trex\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+1042+80+1160+0+389+0+0+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/1RbfQuQ7ELhQu3jDguduLH4xlU.png\"}},tfQ6M1SrH:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+593+80+0+389+0+0+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/1RbfQuQ7ELhQu3jDguduLH4xlU.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+633+100+0+389+0+0+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/1RbfQuQ7ELhQu3jDguduLH4xlU.png\"},className:\"framer-msu0m\",\"data-framer-name\":\"Trex\"})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(105, 105, 105)\"},children:\"As a top Trex\\xae and TimberTech\\xae deck installer in New England, we have an unparalleled commitment to quality. Our decking offers a blend of durability, low maintenance, aesthetic versatility, environmental sustainability, cost-effectiveness, and safety, making it an ideal choice for homeowners looking to enhance their outdoor living spaces.\"})}),className:\"framer-1t3d3ob\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hle76o\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1afl2a9\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+1160+0+741+0+1},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+652+0+1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+741+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-o8r3fz-container\",nodeId:\"QAGH70pxz\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Durability and Longevity\",CbeWwYAWv:\" Our decks are made from a composite material composed of wood fibers and recycled plastic, which provides exceptional resistance to common decking issues such as splintering, cracking, and warping. This makes composite decks significantly more durable than traditional wood decks.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Resistant to Wear and Tear\",H1XRQNHxj:true,height:\"100%\",id:\"QAGH70pxz\",kWeNrh03I:false,layoutId:\"QAGH70pxz\",lbLbqLPz7:false,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Stone Pavers\",style:{width:\"100%\"},tVFUTi_SY:\"Natural stone pavers, such as flagstone or slate, offer a unique and natural appearance, though they can be more expensive and labor-intensive to install.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Composite decking is engineered to endure a variety of weather conditions, including extreme heat, cold, and moisture. Unlike traditional wood, it resists rotting, swelling, and insect damage, providing a durable and long-lasting outdoor solution.\",xHvwObRdt:\"Weather Resistance\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rb72pp\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+1160+0+741+0+166},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+652+0+166}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+741+0+166,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e6e5w1-container\",nodeId:\"qz3fCD67h\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Low Maintenance\",CbeWwYAWv:\"One of the most significant advantages of composite decking is its low maintenance requirements. Unlike traditional wood decks that require regular staining, sealing, or painting, composite decks only need periodic cleaning with soap and water to maintain their appearance and functionality.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Minimal Upkeep Required\",H1XRQNHxj:true,height:\"100%\",id:\"qz3fCD67h\",kWeNrh03I:false,layoutId:\"qz3fCD67h\",lbLbqLPz7:false,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Concrete Pavers:\",style:{width:\"100%\"},tVFUTi_SY:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Composite decking is designed to resist stains from common spills such as food, beverages, and oil, and it retains its color over time due to its fade-resistant properties. This ensures that the deck remains attractive with minimal effort.\",xHvwObRdt:\"Stain and Fade Resistance\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ueeus9\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+1160+0+741+0+331},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+652+0+331}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+741+0+331,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jsud0d-container\",nodeId:\"N3Fb65fjR\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Aesthetic Appeal\",CbeWwYAWv:\"Composite decking offers a wide range of styles, colors, and finishes that mimic the natural beauty of wood while providing the benefits of modern materials. This allows homeowners to customize their outdoor space to match their personal style and preferences.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Variety of Styles and Colors\",H1XRQNHxj:true,height:\"100%\",id:\"N3Fb65fjR\",kWeNrh03I:false,layoutId:\"N3Fb65fjR\",lbLbqLPz7:false,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Concrete Pavers:\",style:{width:\"100%\"},tVFUTi_SY:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Advances in manufacturing have allowed composite decking to achieve highly realistic wood grain finishes, providing the aesthetic appeal of natural wood without the associated maintenance challenges.\",xHvwObRdt:\"Realistic Wood Grain Finish\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iuvbqi\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+1160+0+741+0+496},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+652+0+496}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+741+0+496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dnizlj-container\",nodeId:\"mnOtrVpzQ\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Environmental Sustainability\",CbeWwYAWv:\"Composite decking is crafted using a significant percentage of recycled materials, including reclaimed wood fibers and recycled plastics. This process reduces the demand for virgin resources and diverts waste from landfills, making it an environmentally responsible choice.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Eco-Friendly Materials\",H1XRQNHxj:true,height:\"100%\",id:\"mnOtrVpzQ\",kWeNrh03I:false,layoutId:\"mnOtrVpzQ\",lbLbqLPz7:false,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Concrete Pavers:\",style:{width:\"100%\"},tVFUTi_SY:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Composite decking is produced with sustainability in mind, employing environmentally friendly manufacturing processes. These efforts minimize waste, energy consumption, and the environmental impact compared to traditional wood decking.\",xHvwObRdt:\"Sustainable Manufacturing Practices\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o0kb7m\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+1160+0+741+0+661},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+652+0+661}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+741+0+661,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dwn4wz-container\",nodeId:\"KCFTbOHpn\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Cost-Effectiveness\",CbeWwYAWv:\"Although the initial cost of composite decking may be higher than traditional wood, the reduced maintenance and longer lifespan result in significant long-term savings. Homeowners can avoid the recurring costs of staining, sealing, and replacing damaged wood boards.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Long-Term Savings\",H1XRQNHxj:true,height:\"100%\",id:\"KCFTbOHpn\",kWeNrh03I:false,layoutId:\"KCFTbOHpn\",lbLbqLPz7:false,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Concrete Pavers:\",style:{width:\"100%\"},tVFUTi_SY:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Investing in composite decking can enhance the value of a property due to its durability, low maintenance, and aesthetic appeal. Potential buyers often appreciate the benefits of composite materials, making it an attractive feature during resale.\",xHvwObRdt:\"Increased Property Value\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14sxqcf\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+0+106+0+1042+80+1160+0+741+0+826},tfQ6M1SrH:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+593+80+0+652+0+826}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,y:(componentViewport?.y||0)+0+106+0+633+100+0+741+0+826,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3uzbyj-container\",nodeId:\"FLZaxiSab\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Safety\",CbeWwYAWv:\"Composite decking is designed with a slip-resistant surface, providing added safety, particularly in wet conditions. This makes it a suitable choice for pool decks, docks, and other areas where moisture is prevalent.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Slip-Resistant Surface\",H1XRQNHxj:true,height:\"100%\",id:\"FLZaxiSab\",kWeNrh03I:false,layoutId:\"FLZaxiSab\",lbLbqLPz7:false,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Concrete Pavers:\",style:{width:\"100%\"},tVFUTi_SY:\"The composite material ensures a splinter-free surface, making it safe for children, pets, and anyone walking barefoot on the deck.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"The composite material ensures a splinter-free surface, making it safe for children, pets, and anyone walking barefoot on the deck.\",xHvwObRdt:\"Splinter-Free Experience\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z5hl1o\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{background:{alt:\"A small, square deck with light brown composite flooring and white railings. It is adjacent to a house with beige siding, overlooking a landscaped yard with a yellow house in the background.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+1042+80+1160+0+1754),pixelHeight:1333,pixelWidth:1e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,src:\"https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png\",srcSet:\"https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png?scale-down-to=1024 768w,https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png 1000w\"}},tfQ6M1SrH:{background:{alt:\"A small, square deck with light brown composite flooring and white railings. It is adjacent to a house with beige siding, overlooking a landscaped yard with a yellow house in the background.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+593+80+0+1665),pixelHeight:1333,pixelWidth:1e3,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 86px) / 2, 1px)`,src:\"https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png\",srcSet:\"https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png?scale-down-to=1024 768w,https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A small, square deck with light brown composite flooring and white railings. It is adjacent to a house with beige siding, overlooking a landscaped yard with a yellow house in the background.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+633+100+0+1754),pixelHeight:1333,pixelWidth:1e3,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 153px) / 2, 1px)`,src:\"https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png\",srcSet:\"https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png?scale-down-to=1024 768w,https://framerusercontent.com/images/aI9jLz6rjTsOJLJYsHYgbd1SEI.png 1000w\"},className:\"framer-946l2\",\"data-framer-name\":\"5\"})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E1Wx25pt7\"},implicitPathVariables:undefined},{href:{webPageId:\"E1Wx25pt7\"},implicitPathVariables:undefined},{href:{webPageId:\"E1Wx25pt7\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{y:(componentViewport?.y||0)+0+106+0+1042+80+1160+0+2176},tfQ6M1SrH:{y:(componentViewport?.y||0)+0+106+0+593+80+0+2087}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+106+0+633+100+0+2176,children:/*#__PURE__*/_jsx(Container,{className:\"framer-takwsx-container\",nodeId:\"P8U_3jQZe\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{ffZodg0pn:\"7px 16px 7px 16px\",FwpSPg6WG:15,u5PUkR5Vg:resolvedLinks[2]},tfQ6M1SrH:{ffZodg0pn:\"7px 16px 7px 16px\",FwpSPg6WG:15,u5PUkR5Vg:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Butoon,{bsJIkrGvP:true,ffZodg0pn:\"11px 33px 11px 33px\",FwpSPg6WG:16,height:\"100%\",id:\"P8U_3jQZe\",layoutId:\"P8U_3jQZe\",MgKlmFpKS:\"See The Trex Brochure\",u5PUkR5Vg:resolvedLinks[0],variant:\"lOIpDxhHk\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-aveppm\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eirqz4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9umhv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1deu7bu\",\"data-styles-preset\":\"PsEqeJI0C\",style:{\"--framer-text-alignment\":\"left\"},children:\"We Also Offer Wood Deck Options\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1deu7bu\",\"data-styles-preset\":\"PsEqeJI0C\",style:{\"--framer-text-alignment\":\"center\"},children:\"We Also Offer Wood Deck Options\"})}),className:\"framer-nnxpov\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ldg3t9\",\"data-styles-preset\":\"KdSnVggEn\",style:{\"--framer-text-alignment\":\"left\"},children:\"Each type of wood decking has its advantages and differences, including cost, appearance, durability, maintenance requirements, and environmental considerations. The choice ultimately depends on factors such as budget, aesthetic preferences, availability, and willingness to invest in long-term maintenance.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ldg3t9\",\"data-styles-preset\":\"KdSnVggEn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Each type of wood decking has its advantages and differences, including cost, appearance, durability, maintenance requirements, and environmental considerations. The choice ultimately depends on factors such as budget, aesthetic preferences, availability, and willingness to invest in long-term maintenance.\"})}),className:\"framer-2y5xo9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b7i58z\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iayqbl\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{background:{alt:\"A weathered wooden boardwalk-style deck with natural wood tones and railings on one side. The deck is surrounded by greenery, giving it a rustic, natural feel.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+0+15+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,src:\"https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png\",srcSet:\"https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png?scale-down-to=512 512w,https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png 1800w\"}},tfQ6M1SrH:{background:{alt:\"A weathered wooden boardwalk-style deck with natural wood tones and railings on one side. The deck is surrounded by greenery, giving it a rustic, natural feel.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,src:\"https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png\",srcSet:\"https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png?scale-down-to=512 512w,https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A weathered wooden boardwalk-style deck with natural wood tones and railings on one side. The deck is surrounded by greenery, giving it a rustic, natural feel.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,src:\"https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png\",srcSet:\"https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png?scale-down-to=512 512w,https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Mg6y7mbzCp7pejy0stVxmoQA.png 1800w\"},className:\"framer-1i4fqcr\",\"data-framer-name\":\"5\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tfQ6M1SrH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Pressure-Treated\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Pressure-Treated\"})}),className:\"framer-1ni1xqx\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1klv6ed\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1paa109\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,y:(componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+0+15+609+0+1},tfQ6M1SrH:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,y:(componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+583+0+1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+609+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w4yk2t-container\",nodeId:\"aKq4rnOQa\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Advantages:\",CbeWwYAWv:\"Pressure-treated wood is generally more affordable than cedar or mahogany, making it a budget-friendly option for decking.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Cost-Effective\",H1XRQNHxj:true,height:\"100%\",id:\"aKq4rnOQa\",kWeNrh03I:false,layoutId:\"aKq4rnOQa\",lbLbqLPz7:true,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Low Maintenance\",style:{width:\"100%\"},tVFUTi_SY:\"It requires minimal maintenance, typically requiring only periodic cleaning and reapplication of a protective sealant to maintain its appearance and longevity.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Treated wood is resistant to rot, decay, and insect damage due to the pressure treatment process, which involves infusing preservatives into the wood.\",xHvwObRdt:\"Durability\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-u98rfx\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,y:(componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+0+15+609+0+166},tfQ6M1SrH:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,y:(componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+583+0+166}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+609+0+166,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o3ith8-container\",nodeId:\"HoV9Cc4sF\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Differences:\",CbeWwYAWv:\"Pressure-treated wood has a greenish tint initially due to the treatment process, which fades over time to a grayish color unless stained or painted.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Appearance\",H1XRQNHxj:true,height:\"100%\",id:\"HoV9Cc4sF\",kWeNrh03I:false,layoutId:\"HoV9Cc4sF\",lbLbqLPz7:true,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Longevity\",style:{width:\"100%\"},tVFUTi_SY:\"While pressure-treated wood is durable, it may not last as long as cedar or mahogany without regular maintenance and upkeep.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Some pressure-treated wood contains chemicals that may be harmful to the environment, although newer treatments are considered safer.\",xHvwObRdt:\"Enviormental Impact\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e0c9tr\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ckiql\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{background:{alt:\"A large wooden deck with a warm natural finish, adorned with potted plants and a vibrant blue canopy. The deck is attached to a house and overlooks a wooded area with lush greenery.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+990+15+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,src:\"https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png\",srcSet:\"https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png?scale-down-to=512 512w,https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png 1800w\"}},tfQ6M1SrH:{background:{alt:\"A large wooden deck with a warm natural finish, adorned with potted plants and a vibrant blue canopy. The deck is attached to a house and overlooks a wooded area with lush greenery.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,src:\"https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png\",srcSet:\"https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png?scale-down-to=512 512w,https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A large wooden deck with a warm natural finish, adorned with potted plants and a vibrant blue canopy. The deck is attached to a house and overlooks a wooded area with lush greenery.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,src:\"https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png\",srcSet:\"https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png?scale-down-to=512 512w,https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nf3ElmLPaoNwiFeTGbp5sYGono.png 1800w\"},className:\"framer-1cjzwlk\",\"data-framer-name\":\"5\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tfQ6M1SrH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Cedar\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Cedar\"})}),className:\"framer-jsygnv\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lckayb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kz50ei\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,y:(componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+990+15+609+0+1},tfQ6M1SrH:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,y:(componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+583+0+1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+609+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ru9xyk-container\",nodeId:\"BBuLupiVh\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Advantages:\",CbeWwYAWv:\"Cedar has a rich, warm color and distinctive grain patterns, providing a visually appealing option for decking.\",f3CzNmJsE:\"Cedar wood is dimensionally stable, meaning it is less prone to warping, twisting, or cracking compared to other wood species.\",gv94DdRIG:\"Natural Beauty\",H1XRQNHxj:true,height:\"100%\",id:\"BBuLupiVh\",kWeNrh03I:true,layoutId:\"BBuLupiVh\",lbLbqLPz7:true,PIlJX03dv:\"Stability\",SmtyVmYTK:\"Aromatic Properties\",style:{width:\"100%\"},tVFUTi_SY:\"Cedar emits a pleasant aroma, which can act as a natural insect repellent and adds to the ambiance of outdoor spaces.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Cedar contains natural oils and tannins that make it resistant to rot, decay, and insect damage, reducing the need for chemical treatments.\",xHvwObRdt:\"Natural Resistance\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4rxd4h\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,y:(componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+990+15+609+0+166},tfQ6M1SrH:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,y:(componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+583+0+166}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+609+0+166,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pqdvfq-container\",nodeId:\"WrGGHAdb7\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Differences:\",CbeWwYAWv:\"Cedar is generally more expensive than pressure-treated wood but may be more affordable than mahogany.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Cost\",H1XRQNHxj:true,height:\"100%\",id:\"WrGGHAdb7\",kWeNrh03I:false,layoutId:\"WrGGHAdb7\",lbLbqLPz7:true,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Availability\",style:{width:\"100%\"},tVFUTi_SY:\"Cedar may be less readily available compared to pressure-treated wood, especially in certain regions.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"While cedar is naturally resistant to decay and insects, it still requires regular maintenance, such as staining or sealing, to prolong its lifespan and preserve its appearance.\",xHvwObRdt:\"Maintenance\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ylu8hh\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r11e59\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{background:{alt:\"A cozy wooden patio with a glass-top table and four wicker chairs, set on a polished surface glistening from recent rain. The patio is surrounded by neatly trimmed hedges and vibrant greenery in a residential setting.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+1980+15+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,src:\"https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png\",srcSet:\"https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png?scale-down-to=512 512w,https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png 1800w\"}},tfQ6M1SrH:{background:{alt:\"A cozy wooden patio with a glass-top table and four wicker chairs, set on a polished surface glistening from recent rain. The patio is surrounded by neatly trimmed hedges and vibrant greenery in a residential setting.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,src:\"https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png\",srcSet:\"https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png?scale-down-to=512 512w,https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A cozy wooden patio with a glass-top table and four wicker chairs, set on a polished surface glistening from recent rain. The patio is surrounded by neatly trimmed hedges and vibrant greenery in a residential setting.\",fit:\"fill\",intrinsicHeight:1210,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+0),pixelHeight:1200,pixelWidth:1800,sizes:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,src:\"https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png\",srcSet:\"https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png?scale-down-to=512 512w,https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vukZFnDBzc7nX9wdKvnQZax3s4.png 1800w\"},className:\"framer-1fhas1m\",\"data-framer-name\":\"5\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tfQ6M1SrH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Mahogany\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:\"Mahogany\"})}),className:\"framer-1su3a0l\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zqlhvm\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pttr52\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,y:(componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+1980+15+609+0+1},tfQ6M1SrH:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,y:(componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+583+0+1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+609+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ai1q8w-container\",nodeId:\"YTEns08Uf\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Advantages:\",CbeWwYAWv:\"Mahogany has a rich, reddish-brown color and fine grain, giving it an elegant and upscale look suitable for high-end decks.\",f3CzNmJsE:\"Mahogany requires minimal maintenance compared to other wood species, typically needing only periodic cleaning and occasional reapplication of a protective finish.\",gv94DdRIG:\"Luxurious Appearance\",H1XRQNHxj:true,height:\"100%\",id:\"YTEns08Uf\",kWeNrh03I:true,layoutId:\"YTEns08Uf\",lbLbqLPz7:true,PIlJX03dv:\"Low Maintenance\",SmtyVmYTK:\"Stability\",style:{width:\"100%\"},tVFUTi_SY:\"Mahogany wood is known for its stability and resistance to warping, shrinking, or swelling, even in humid or fluctuating weather conditions.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Mahogany is naturally resistant to rot, decay, and insect damage, making it highly durable and long-lasting.\",xHvwObRdt:\"Durability\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jhcwoc\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 70px)`,y:(componentViewport?.y||0)+0+106+0+4588+80+0+0+234+0+1980+15+609+0+166},tfQ6M1SrH:{width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 66px, 1px) - 40px) / 3, 1px) - 30px)`,y:(componentViewport?.y||0)+0+106+0+2890+80+0+234+0+15+583+0+166}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:164,width:`calc(max((max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px) - 40px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+106+0+3059+100+0+254+0+24+609+0+166,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d9d2iq-container\",nodeId:\"Uxtvv4jy_\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(DropDown,{AaI2jfMIh:true,auE7kjn6y:\"Differences:\",CbeWwYAWv:\"Mahogany is one of the most expensive decking options due to its premium quality and luxurious appearance.\",f3CzNmJsE:\"These are precast concrete blocks that come in various shapes, sizes, and colors. They are easy to install and repair.\",gv94DdRIG:\"Cost\",H1XRQNHxj:true,height:\"100%\",id:\"Uxtvv4jy_\",kWeNrh03I:false,layoutId:\"Uxtvv4jy_\",lbLbqLPz7:true,PIlJX03dv:\"Concrete Pavers:\",SmtyVmYTK:\"Environmental Considerations\",style:{width:\"100%\"},tVFUTi_SY:\"Some mahogany species are harvested from tropical rainforests, raising concerns about sustainability and environmental impact. Opting for sustainably sourced mahogany or alternative decking materials may mitigate these concerns.\",variant:\"VXzuUfmNP\",width:\"100%\",x1bMxc7_3:\"Genuine mahogany wood may be less readily available compared to pressure-treated wood or cedar, and it may require special ordering from suppliers.\",xHvwObRdt:\"Availability\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f17rg6\"})]})]})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{y:(componentViewport?.y||0)+0+8038},tfQ6M1SrH:{y:(componentViewport?.y||0)+0+4334}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:829,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4607,children:/*#__PURE__*/_jsx(Container,{className:\"framer-69g6vy-container\",nodeId:\"H4TB8thnu\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"fwXDf3kXI\"},tfQ6M1SrH:{variant:\"QMf9xAkuF\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"H4TB8thnu\",layoutId:\"H4TB8thnu\",rIjq5eGPx:\"Any questions? Don't hesitate to contact us.\",style:{width:\"100%\"},variant:\"tcJyS8Ww_\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{y:(componentViewport?.y||0)+0+8867},tfQ6M1SrH:{y:(componentViewport?.y||0)+0+5163}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:518,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5436,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dh9rvx-container\",nodeId:\"v1K882IoN\",scopeId:\"JkY2iWA_0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qe6wt2TfA:{variant:\"ZBwtN1o5z\"},tfQ6M1SrH:{variant:\"hn5nLExQJ\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"v1K882IoN\",layoutId:\"v1K882IoN\",style:{width:\"100%\"},variant:\"rTLqBdqOC\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-o0VLr.framer-1t6vz3k, .framer-o0VLr .framer-1t6vz3k { display: block; }\",\".framer-o0VLr.framer-1579adq { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-o0VLr .framer-1y8bdrq-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 8; }\",\".framer-o0VLr .framer-he6vnv { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-o0VLr .framer-18uzwbc-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-o0VLr.framer-5cv96q, .framer-o0VLr.framer-dip4wy { background-color: rgba(0, 0, 0, 0.5); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-o0VLr.framer-xdldse-container, .framer-o0VLr.framer-15r9hjx-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-o0VLr .framer-14gdzyw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-o0VLr .framer-1eor6f7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-o0VLr .framer-1lw1qgb { align-self: stretch; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-o0VLr .framer-15dznee { align-content: center; align-items: center; background-color: var(--token-f34c59d9-913f-44e9-9de6-00eaa683c143, #f2f6f9); 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-o0VLr .framer-v1ebr4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 100px 60px 100px 60px; position: relative; width: 100%; }\",\".framer-o0VLr .framer-sl7yj9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-o0VLr .framer-1iw8cd9, .framer-o0VLr .framer-upgwfv, .framer-o0VLr .framer-xv6x1d, .framer-o0VLr .framer-n2w1tb, .framer-o0VLr .framer-1j3ht8n, .framer-o0VLr .framer-1kxrnac, .framer-o0VLr .framer-1t3d3ob, .framer-o0VLr .framer-nnxpov, .framer-o0VLr .framer-2y5xo9, .framer-o0VLr .framer-1ni1xqx, .framer-o0VLr .framer-jsygnv, .framer-o0VLr .framer-1su3a0l { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-o0VLr .framer-1w1lgv1-container, .framer-o0VLr .framer-takwsx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-o0VLr .framer-lmohjf { align-content: center; align-items: center; aspect-ratio: 1.1778290993071594 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 170px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-o0VLr .framer-1xkanyg-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-o0VLr .framer-15h4gyo, .framer-o0VLr .framer-aveppm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 100px 60px 100px 60px; position: relative; width: 100%; }\",\".framer-o0VLr .framer-1li6txp, .framer-o0VLr .framer-eirqz4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-o0VLr .framer-kp9idk { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-o0VLr .framer-r6gnb6-container, .framer-o0VLr .framer-1yzjad1-container, .framer-o0VLr .framer-ju1a4i-container, .framer-o0VLr .framer-qvfqc6-container, .framer-o0VLr .framer-1jfkaoa-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-o0VLr .framer-lyix2p { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-o0VLr .framer-owe71j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-o0VLr .framer-1b1wlv7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-o0VLr .framer-abqit8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-o0VLr .framer-1h6uynf { align-content: center; align-items: center; aspect-ratio: 1.2725 / 1; background-color: #18603b; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 157px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-o0VLr .framer-1etlu6s { aspect-ratio: 2.6175 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 76px); overflow: visible; position: relative; width: 100%; }\",\".framer-o0VLr .framer-msu0m { aspect-ratio: 1.27 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 157px); overflow: visible; position: relative; width: 1px; }\",\".framer-o0VLr .framer-1hle76o, .framer-o0VLr .framer-1klv6ed, .framer-o0VLr .framer-lckayb, .framer-o0VLr .framer-zqlhvm { 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-o0VLr .framer-1afl2a9, .framer-o0VLr .framer-1rb72pp, .framer-o0VLr .framer-ueeus9, .framer-o0VLr .framer-iuvbqi, .framer-o0VLr .framer-1o0kb7m, .framer-o0VLr .framer-14sxqcf, .framer-o0VLr .framer-z5hl1o, .framer-o0VLr .framer-1paa109, .framer-o0VLr .framer-u98rfx, .framer-o0VLr .framer-e0c9tr, .framer-o0VLr .framer-1kz50ei, .framer-o0VLr .framer-4rxd4h, .framer-o0VLr .framer-ylu8hh, .framer-o0VLr .framer-1pttr52, .framer-o0VLr .framer-1jhcwoc, .framer-o0VLr .framer-1f17rg6 { background-color: rgba(0, 0, 0, 0.1); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-o0VLr .framer-o8r3fz-container, .framer-o0VLr .framer-1e6e5w1-container, .framer-o0VLr .framer-jsud0d-container, .framer-o0VLr .framer-1dnizlj-container, .framer-o0VLr .framer-1dwn4wz-container, .framer-o0VLr .framer-3uzbyj-container, .framer-o0VLr .framer-w4yk2t-container, .framer-o0VLr .framer-1o3ith8-container, .framer-o0VLr .framer-1ru9xyk-container, .framer-o0VLr .framer-pqdvfq-container, .framer-o0VLr .framer-ai1q8w-container, .framer-o0VLr .framer-1d9d2iq-container, .framer-o0VLr .framer-69g6vy-container, .framer-o0VLr .framer-1dh9rvx-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-o0VLr .framer-946l2 { aspect-ratio: 1.415 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: var(--framer-aspect-ratio-supported, 141px); overflow: visible; position: relative; width: 100%; }\",\".framer-o0VLr .framer-9umhv { 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; position: relative; width: 100%; }\",\".framer-o0VLr .framer-b7i58z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-o0VLr .framer-iayqbl, .framer-o0VLr .framer-9ckiql, .framer-o0VLr .framer-1r11e59 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-o0VLr .framer-1i4fqcr, .framer-o0VLr .framer-1cjzwlk, .framer-o0VLr .framer-1fhas1m { aspect-ratio: 1.415 / 1; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; flex: none; height: var(--framer-aspect-ratio-supported, 141px); overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-o0VLr.framer-1579adq, .framer-o0VLr .framer-he6vnv, .framer-o0VLr .framer-14gdzyw, .framer-o0VLr .framer-1eor6f7, .framer-o0VLr .framer-15dznee, .framer-o0VLr .framer-v1ebr4, .framer-o0VLr .framer-sl7yj9, .framer-o0VLr .framer-lmohjf, .framer-o0VLr .framer-15h4gyo, .framer-o0VLr .framer-1li6txp, .framer-o0VLr .framer-kp9idk, .framer-o0VLr .framer-lyix2p, .framer-o0VLr .framer-owe71j, .framer-o0VLr .framer-1b1wlv7, .framer-o0VLr .framer-abqit8, .framer-o0VLr .framer-1h6uynf, .framer-o0VLr .framer-1hle76o, .framer-o0VLr .framer-aveppm, .framer-o0VLr .framer-eirqz4, .framer-o0VLr .framer-9umhv, .framer-o0VLr .framer-b7i58z, .framer-o0VLr .framer-iayqbl, .framer-o0VLr .framer-1klv6ed, .framer-o0VLr .framer-9ckiql, .framer-o0VLr .framer-lckayb, .framer-o0VLr .framer-1r11e59, .framer-o0VLr .framer-zqlhvm { gap: 0px; } .framer-o0VLr.framer-1579adq > *, .framer-o0VLr .framer-15dznee > *, .framer-o0VLr .framer-1hle76o > *, .framer-o0VLr .framer-1klv6ed > *, .framer-o0VLr .framer-lckayb > *, .framer-o0VLr .framer-zqlhvm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-o0VLr.framer-1579adq > :first-child, .framer-o0VLr .framer-15dznee > :first-child, .framer-o0VLr .framer-sl7yj9 > :first-child, .framer-o0VLr .framer-1li6txp > :first-child, .framer-o0VLr .framer-kp9idk > :first-child, .framer-o0VLr .framer-lyix2p > :first-child, .framer-o0VLr .framer-owe71j > :first-child, .framer-o0VLr .framer-1b1wlv7 > :first-child, .framer-o0VLr .framer-1h6uynf > :first-child, .framer-o0VLr .framer-1hle76o > :first-child, .framer-o0VLr .framer-eirqz4 > :first-child, .framer-o0VLr .framer-9umhv > :first-child, .framer-o0VLr .framer-iayqbl > :first-child, .framer-o0VLr .framer-1klv6ed > :first-child, .framer-o0VLr .framer-9ckiql > :first-child, .framer-o0VLr .framer-lckayb > :first-child, .framer-o0VLr .framer-1r11e59 > :first-child, .framer-o0VLr .framer-zqlhvm > :first-child { margin-top: 0px; } .framer-o0VLr.framer-1579adq > :last-child, .framer-o0VLr .framer-15dznee > :last-child, .framer-o0VLr .framer-sl7yj9 > :last-child, .framer-o0VLr .framer-1li6txp > :last-child, .framer-o0VLr .framer-kp9idk > :last-child, .framer-o0VLr .framer-lyix2p > :last-child, .framer-o0VLr .framer-owe71j > :last-child, .framer-o0VLr .framer-1b1wlv7 > :last-child, .framer-o0VLr .framer-1h6uynf > :last-child, .framer-o0VLr .framer-1hle76o > :last-child, .framer-o0VLr .framer-eirqz4 > :last-child, .framer-o0VLr .framer-9umhv > :last-child, .framer-o0VLr .framer-iayqbl > :last-child, .framer-o0VLr .framer-1klv6ed > :last-child, .framer-o0VLr .framer-9ckiql > :last-child, .framer-o0VLr .framer-lckayb > :last-child, .framer-o0VLr .framer-1r11e59 > :last-child, .framer-o0VLr .framer-zqlhvm > :last-child { margin-bottom: 0px; } .framer-o0VLr .framer-he6vnv > *, .framer-o0VLr .framer-14gdzyw > *, .framer-o0VLr .framer-lmohjf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-o0VLr .framer-he6vnv > :first-child, .framer-o0VLr .framer-14gdzyw > :first-child, .framer-o0VLr .framer-1eor6f7 > :first-child, .framer-o0VLr .framer-v1ebr4 > :first-child, .framer-o0VLr .framer-lmohjf > :first-child, .framer-o0VLr .framer-15h4gyo > :first-child, .framer-o0VLr .framer-abqit8 > :first-child, .framer-o0VLr .framer-aveppm > :first-child, .framer-o0VLr .framer-b7i58z > :first-child { margin-left: 0px; } .framer-o0VLr .framer-he6vnv > :last-child, .framer-o0VLr .framer-14gdzyw > :last-child, .framer-o0VLr .framer-1eor6f7 > :last-child, .framer-o0VLr .framer-v1ebr4 > :last-child, .framer-o0VLr .framer-lmohjf > :last-child, .framer-o0VLr .framer-15h4gyo > :last-child, .framer-o0VLr .framer-abqit8 > :last-child, .framer-o0VLr .framer-aveppm > :last-child, .framer-o0VLr .framer-b7i58z > :last-child { margin-right: 0px; } .framer-o0VLr .framer-1eor6f7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-o0VLr .framer-v1ebr4 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-o0VLr .framer-sl7yj9 > *, .framer-o0VLr .framer-kp9idk > *, .framer-o0VLr .framer-9umhv > *, .framer-o0VLr .framer-iayqbl > *, .framer-o0VLr .framer-9ckiql > *, .framer-o0VLr .framer-1r11e59 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-o0VLr .framer-15h4gyo > *, .framer-o0VLr .framer-aveppm > * { margin: 0px; margin-left: calc(33px / 2); margin-right: calc(33px / 2); } .framer-o0VLr .framer-1li6txp > *, .framer-o0VLr .framer-eirqz4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-o0VLr .framer-lyix2p > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-o0VLr .framer-owe71j > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-o0VLr .framer-1b1wlv7 > *, .framer-o0VLr .framer-1h6uynf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-o0VLr .framer-abqit8 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-o0VLr .framer-b7i58z > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-o0VLr.framer-1579adq { width: 810px; } .framer-o0VLr .framer-v1ebr4 { align-content: flex-start; align-items: flex-start; gap: 40px; padding: 80px 33px 80px 33px; } .framer-o0VLr .framer-15h4gyo { gap: 20px; padding: 80px 33px 80px 33px; } .framer-o0VLr .framer-abqit8 { width: 100%; } .framer-o0VLr .framer-aveppm { padding: 80px 33px 80px 33px; } .framer-o0VLr .framer-eirqz4 { gap: 40px; } .framer-o0VLr .framer-iayqbl, .framer-o0VLr .framer-9ckiql, .framer-o0VLr .framer-1r11e59 { padding: 15px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-o0VLr .framer-v1ebr4, .framer-o0VLr .framer-15h4gyo, .framer-o0VLr .framer-eirqz4 { gap: 0px; } .framer-o0VLr .framer-v1ebr4 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-o0VLr .framer-v1ebr4 > :first-child, .framer-o0VLr .framer-15h4gyo > :first-child { margin-left: 0px; } .framer-o0VLr .framer-v1ebr4 > :last-child, .framer-o0VLr .framer-15h4gyo > :last-child { margin-right: 0px; } .framer-o0VLr .framer-15h4gyo > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-o0VLr .framer-eirqz4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-o0VLr .framer-eirqz4 > :first-child { margin-top: 0px; } .framer-o0VLr .framer-eirqz4 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-o0VLr.framer-1579adq { width: 390px; } .framer-o0VLr .framer-14gdzyw, .framer-o0VLr .framer-b7i58z { flex-direction: column; } .framer-o0VLr .framer-1eor6f7, .framer-o0VLr .framer-lyix2p { flex: none; width: 100%; } .framer-o0VLr .framer-v1ebr4 { flex-direction: column; gap: 33px; padding: 80px 20px 80px 20px; } .framer-o0VLr .framer-sl7yj9 { flex: none; order: 0; width: 100%; } .framer-o0VLr .framer-lmohjf { flex: none; order: 1; width: 100%; } .framer-o0VLr .framer-15h4gyo, .framer-o0VLr .framer-aveppm { flex-direction: column; padding: 80px 20px 80px 20px; } .framer-o0VLr .framer-1li6txp { flex: none; gap: 33px; width: 100%; } .framer-o0VLr .framer-abqit8 { justify-content: flex-start; width: 100%; } .framer-o0VLr .framer-1h6uynf, .framer-o0VLr .framer-msu0m { flex: none; width: 33%; } .framer-o0VLr .framer-eirqz4 { flex: none; gap: 40px; width: 100%; } .framer-o0VLr .framer-iayqbl, .framer-o0VLr .framer-9ckiql, .framer-o0VLr .framer-1r11e59 { flex: none; padding: 15px; width: 100%; } .framer-o0VLr .framer-1i4fqcr, .framer-o0VLr .framer-1cjzwlk, .framer-o0VLr .framer-1fhas1m { order: 0; } .framer-o0VLr .framer-1ni1xqx, .framer-o0VLr .framer-jsygnv, .framer-o0VLr .framer-1su3a0l { order: 1; } .framer-o0VLr .framer-1klv6ed, .framer-o0VLr .framer-lckayb, .framer-o0VLr .framer-zqlhvm { order: 4; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-o0VLr .framer-14gdzyw, .framer-o0VLr .framer-v1ebr4, .framer-o0VLr .framer-15h4gyo, .framer-o0VLr .framer-1li6txp, .framer-o0VLr .framer-aveppm, .framer-o0VLr .framer-eirqz4, .framer-o0VLr .framer-b7i58z { gap: 0px; } .framer-o0VLr .framer-14gdzyw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-o0VLr .framer-14gdzyw > :first-child, .framer-o0VLr .framer-v1ebr4 > :first-child, .framer-o0VLr .framer-15h4gyo > :first-child, .framer-o0VLr .framer-1li6txp > :first-child, .framer-o0VLr .framer-aveppm > :first-child, .framer-o0VLr .framer-eirqz4 > :first-child, .framer-o0VLr .framer-b7i58z > :first-child { margin-top: 0px; } .framer-o0VLr .framer-14gdzyw > :last-child, .framer-o0VLr .framer-v1ebr4 > :last-child, .framer-o0VLr .framer-15h4gyo > :last-child, .framer-o0VLr .framer-1li6txp > :last-child, .framer-o0VLr .framer-aveppm > :last-child, .framer-o0VLr .framer-eirqz4 > :last-child, .framer-o0VLr .framer-b7i58z > :last-child { margin-bottom: 0px; } .framer-o0VLr .framer-v1ebr4 > *, .framer-o0VLr .framer-15h4gyo > *, .framer-o0VLr .framer-1li6txp > *, .framer-o0VLr .framer-aveppm > * { margin: 0px; margin-bottom: calc(33px / 2); margin-top: calc(33px / 2); } .framer-o0VLr .framer-eirqz4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-o0VLr .framer-b7i58z > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4432\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tfQ6M1SrH\":{\"layout\":[\"fixed\",\"auto\"]},\"Qe6wt2TfA\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerJkY2iWA_0=withCSS(Component,css,\"framer-o0VLr\");export default FramerJkY2iWA_0;FramerJkY2iWA_0.displayName=\"Patios\";FramerJkY2iWA_0.defaultProps={height:4432,width:1200};addFonts(FramerJkY2iWA_0,[{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/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{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/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\"}]},...HeaderFonts,...NavMenuFonts,...FormOverlayFonts,...ButoonFonts,...PhotoFadeFonts,...CheckBoxFonts,...DropDownFonts,...CTAFonts,...FooterFonts,...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\":\"FramerJkY2iWA_0\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tfQ6M1SrH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Qe6wt2TfA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"4432\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderFonts", "getFonts", "yvoLt_98P_default", "NavMenuFonts", "kAlW1DzVC_default", "FormOverlayFonts", "j_hDRLZxv_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "ButoonFonts", "f7jHKi0oD_default", "MotionDivWithOptimizedAppearEffect", "motion", "PhotoFadeFonts", "l90zNoA14_default", "CheckBoxFonts", "PdJ0edn7S_default", "DropDownFonts", "gf2kX2Ge5_default", "CTAFonts", "PNJt_gOp3_default", "FooterFonts", "wy8FgL7YX_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "animation3", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation4", "transition2", "animation5", "animation6", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "XwImAV2Tztxyyif", "overlay", "loadMore", "args", "I7dZt8dpm3bnx0g", "k40uzBJMV1wnntms", "OSYiuBMEv3bnx0g", "scopingClassNames", "cx", "ref1", "pe", "ref2", "isDisplayed", "ref3", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "overlay1", "l", "ComponentViewportProvider", "PropertyOverrides2", "AnimatePresence", "Floating", "Ga", "x", "getLoadingLazyAtYPosition", "Image2", "RichText2", "overlay2", "ResolveLinks", "resolvedLinks", "css", "FramerJkY2iWA_0", "withCSS", "JkY2iWA_0_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
