{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/DVYtI0I60utFDv4RKjrL/vS0JVzPfVZXqcrY9nI7B/AutoCopyright_Prod.js", "ssg:https://framerusercontent.com/modules/hPbOdPnbTEbH801w8SjV/VRuXdKyGZyzb78fPSrwx/TchXoxMlz.js", "ssg:https://framerusercontent.com/modules/zdL3ma1gNAEqu8YIzoqh/gXTQbnmDlkfA8ihUnG6E/IfbaphPIS.js", "ssg:https://framerusercontent.com/modules/fJvtIYogdXBn8pFppUQQ/9gNAtzoYas67ctzowcgq/zvMc6veL7.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";const currentYear=new Date().getFullYear();/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-auto\n * @framerSupportedLayoutHeight any-prefer-auto\n */export default function AutoCopyright(props){const{name,statement,dateRange,startYear,font,color,fontSize}=props;const yearDisplay=dateRange?`${startYear}-${currentYear}`:currentYear;let displayText=`\\xa9 ${yearDisplay} ${name.trim()}`;if(statement.trim()){displayText+=` ${statement.trim()}`;}const textStyle={fontSize:`${fontSize}px`,color:color,...font};return /*#__PURE__*/_jsx(\"div\",{style:textStyle,children:displayText});}AutoCopyright.defaultProps={name:\"Your Name\",statement:\"All rights reserved.\",dateRange:false,startYear:currentYear-1,color:\"#999999\",fontSize:14,font:{family:\"Inter\"}};AutoCopyright.displayName=\"Auto Copyright\";addPropertyControls(AutoCopyright,{font:{type:ControlType.Font,title:\"Font\",defaultValue:\"Inter\",controls:\"extended\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#999999\"},dateRange:{type:ControlType.Boolean,title:\"Date Range\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},startYear:{type:ControlType.Number,title:\"Start Year\",min:1e3,max:currentYear-1,defaultValue:currentYear-2,displayStepper:true,hidden:({dateRange})=>!dateRange},name:{type:ControlType.String,title:\"Name\",defaultValue:\"Your Name\"},statement:{type:ControlType.String,title:\"Statement\",defaultValue:\"All rights reserved.\",description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AutoCopyright\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-auto\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"any-prefer-auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AutoCopyright_Prod.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AutoCopyright from\"https://framerusercontent.com/modules/DVYtI0I60utFDv4RKjrL/vS0JVzPfVZXqcrY9nI7B/AutoCopyright_Prod.js\";import NavHeaderAbout from\"https://framerusercontent.com/modules/ei7jiNk5oHiZG1HAhScl/jP5bzIsp9CANGfCM6b2D/fsuP1g_zG.js\";import NavHeaderContact from\"https://framerusercontent.com/modules/b9eR1qNPjA0NShQTYEqY/yCybEYBmYvOTYxko7MZt/M2Gy6FkZx.js\";import SGDLogo from\"https://framerusercontent.com/modules/TSgxO7KxpGzQlphYEYce/9NIBLsm3LRh8byK7MLm2/mjgNeflWu.js\";import NavHeaderHome from\"https://framerusercontent.com/modules/gCZ8WeQaDbRp464vsoZb/Hf7Y4uV600DPTD94QVHK/OYOLYovCL.js\";const SGDLogoFonts=getFonts(SGDLogo);const NavHeaderHomeFonts=getFonts(NavHeaderHome);const NavHeaderAboutFonts=getFonts(NavHeaderAbout);const NavHeaderContactFonts=getFonts(NavHeaderContact);const AutoCopyrightFonts=getFonts(AutoCopyright);const cycleOrder=[\"wpDVhC4CN\",\"bfnh8_dJQ\",\"DrZrYy1r3\"];const serializationHash=\"framer-3qi00\";const variantClassNames={bfnh8_dJQ:\"framer-v-k7wfz6\",DrZrYy1r3:\"framer-v-15rsgp4\",wpDVhC4CN:\"framer-v-1xss7f8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"wpDVhC4CN\",Mobile:\"DrZrYy1r3\",Tablet:\"bfnh8_dJQ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"wpDVhC4CN\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wpDVhC4CN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"DrZrYy1r3\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"DrZrYy1r3\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xss7f8\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"wpDVhC4CN\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({bfnh8_dJQ:{\"data-framer-name\":\"Tablet\"},DrZrYy1r3:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10dg3mb\",layoutDependency:layoutDependency,layoutId:\"Go5fdlAsr\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2gtv7t\",layoutDependency:layoutDependency,layoutId:\"s6F0OvmVE\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-unu1pb-container\",layoutDependency:layoutDependency,layoutId:\"mKH4GtyvH-container\",children:/*#__PURE__*/_jsx(SGDLogo,{height:\"100%\",id:\"mKH4GtyvH\",layoutId:\"mKH4GtyvH\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10sps16\",layoutDependency:layoutDependency,layoutId:\"ZPozmc2fY\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvZGdlciBMaWdodA==\",\"--framer-font-family\":'\"Rodger Light\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113)))\"},children:\"\\xa92023 Sam Gardiner Design. \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvZGdlciBMaWdodA==\",\"--framer-font-family\":'\"Rodger Light\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113)))\"},children:\"All Rights Reserved. \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvZGdlciBMaWdodA==\",\"--framer-font-family\":'\"Rodger Light\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113)))\"},children:\"National Trust Photography \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvZGdlciBMaWdodA==\",\"--framer-font-family\":'\"Rodger Light\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-14qxiz, var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113)))\"},children:\"by Mike Henton\"})]}),className:\"framer-6j06h4\",fonts:[\"CUSTOM;Rodger Light\"],layoutDependency:layoutDependency,layoutId:\"s56M6z4Dj\",style:{\"--extracted-14qxiz\":\"var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113))\",\"--extracted-1iakedh\":\"var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113))\",\"--extracted-2gxw0f\":\"var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113))\",\"--extracted-r6o4lv\":\"var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aksqac\",layoutDependency:layoutDependency,layoutId:\"oFFZDRnT1\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16q9s6e-container\",layoutDependency:layoutDependency,layoutId:\"oOQeYQbQ1-container\",children:/*#__PURE__*/_jsx(NavHeaderHome,{FmG6F9bxg:\"Home\",height:\"100%\",id:\"oOQeYQbQ1\",layoutId:\"oOQeYQbQ1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pyen6f-container\",layoutDependency:layoutDependency,layoutId:\"W5fznqbuW-container\",children:/*#__PURE__*/_jsx(NavHeaderAbout,{FmG6F9bxg:\"About\",height:\"100%\",id:\"W5fznqbuW\",layoutId:\"W5fznqbuW\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13250g6-container\",layoutDependency:layoutDependency,layoutId:\"fgM4mP9v2-container\",children:/*#__PURE__*/_jsx(NavHeaderContact,{FmG6F9bxg:\"Contact\",height:\"100%\",id:\"fgM4mP9v2\",layoutId:\"fgM4mP9v2\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ohvuf3\",layoutDependency:layoutDependency,layoutId:\"B5Ey9lmaz\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.pinterest.co.uk/samgardinerdesign/\",nodeId:\"JUbdRqd5z\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-hvnwex framer-1jor7t1\",\"data-framer-name\":\"Pinterest Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"JUbdRqd5z\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.997 0 C 5.374 0 0 5.374 0 11.997 C 0 17.079 3.166 21.424 7.628 23.176 C 7.523 22.224 7.43 20.764 7.669 19.73 C 7.885 18.796 9.077 13.767 9.077 13.767 C 9.077 13.767 8.72 13.048 8.72 11.985 C 8.72 10.315 9.69 9.071 10.893 9.071 C 11.915 9.071 12.412 9.842 12.412 10.759 C 12.412 11.787 11.758 13.329 11.419 14.754 C 11.139 15.945 12.02 16.921 13.194 16.921 C 15.326 16.921 16.968 14.672 16.968 11.425 C 16.968 8.551 14.906 6.542 11.956 6.542 C 8.539 6.542 6.536 9.1 6.536 11.752 C 6.536 12.786 6.933 13.889 7.43 14.491 C 7.529 14.608 7.541 14.713 7.511 14.836 C 7.418 15.215 7.219 16.027 7.178 16.197 C 7.126 16.419 7.003 16.465 6.775 16.354 C 5.274 15.659 4.34 13.463 4.34 11.705 C 4.34 7.92 7.091 4.445 12.266 4.445 C 16.43 4.445 19.666 7.412 19.666 11.378 C 19.666 15.344 17.061 18.843 13.44 18.843 C 12.225 18.843 11.08 18.212 10.689 17.464 C 10.689 17.464 10.087 19.754 9.941 20.314 C 9.672 21.354 8.936 22.662 8.452 23.463 C 9.573 23.813 10.771 24 12.003 24 C 18.632 24 24 18.626 24 12.003 C 24 5.379 18.626 0 11.997 0 Z\" fill=\"rgb(59,84,128)\"></path></svg>',svgContentId:9225681643,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/samgardinerdesign/\",nodeId:\"TA90VPFEl\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1g5ttdz framer-1jor7t1\",\"data-framer-name\":\"Instagram Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"TA90VPFEl\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.03211 0.0893848C5.75859 0.148072 4.88415 0.353478 4.12121 0.652784C3.3348 0.957959 2.66576 1.37464 1.99673 2.03781C1.33356 2.70684 0.922746 3.37588 0.617571 4.16229C0.324134 4.92523 0.124598 5.79967 0.0659102 7.07319C0.00722274 8.35258 -0.0045151 8.76339 0.00135364 12.0205C0.00722238 15.2777 0.0248283 15.6885 0.0835157 16.9679C0.142203 18.2414 0.347609 19.1159 0.646915 19.8788C0.952089 20.6652 1.36877 21.3342 2.03194 22.0033C2.70098 22.6664 3.37001 23.0772 4.16229 23.3824C4.92523 23.6759 5.79967 23.8813 7.07319 23.9341C8.35258 23.9928 8.76339 24.0045 12.0205 23.9986C15.2777 23.9928 15.6885 23.9752 16.9679 23.9165C18.2414 23.8578 19.1159 23.6524 19.8788 23.3531C20.6652 23.042 21.3342 22.6312 22.0033 21.9681C22.6664 21.299 23.0773 20.63 23.3824 19.8377C23.6759 19.0748 23.8813 18.2003 23.9341 16.9268C23.9928 15.6474 24.0045 15.2366 23.9986 11.9795C23.9928 8.72231 23.9752 8.31149 23.9165 7.03211C23.8578 5.75272 23.6524 4.88415 23.3531 4.12121C23.042 3.3348 22.6312 2.66576 21.9681 1.99673C21.299 1.33356 20.63 0.922746 19.8377 0.617572C19.0748 0.324134 18.2003 0.118729 16.9268 0.0659098C15.6474 0.0072224 15.2366 -0.00451508 11.9795 0.00135366C8.72231 0.00722241 8.3115 0.0189599 7.03211 0.0835161M7.17296 21.7685C6.00508 21.7157 5.37125 21.522 4.94283 21.3577C4.3853 21.1406 3.98036 20.8823 3.56368 20.4657C3.14113 20.049 2.88291 19.6499 2.66576 19.0865C2.50144 18.664 2.3019 18.0301 2.24908 16.8623C2.1904 15.6005 2.17866 15.219 2.17279 12.0147C2.16692 8.81034 2.17279 8.43474 2.23148 7.16709C2.28429 5.99921 2.47796 5.36539 2.64229 4.93697C2.85943 4.37357 3.11766 3.97449 3.53434 3.55781C3.95102 3.13526 4.35009 2.87704 4.91349 2.65989C5.33604 2.49557 5.96987 2.29603 7.13775 2.24321C8.4054 2.18453 8.78099 2.17279 11.9853 2.16692C15.1897 2.16105 15.5653 2.16692 16.8329 2.22561C18.0008 2.27843 18.6346 2.47209 19.0572 2.63642C19.6206 2.85356 20.0196 3.11179 20.4363 3.52847C20.8589 3.94515 21.1171 4.34422 21.3342 4.90762C21.4986 5.33017 21.6981 5.964 21.7509 7.13188C21.8096 8.39952 21.8272 8.77513 21.8331 11.9795C21.8389 15.1838 21.8331 15.5594 21.7744 16.827C21.7216 17.9949 21.5279 18.6346 21.3636 19.0572C21.1464 19.6147 20.8882 20.0196 20.4657 20.4363C20.049 20.853 19.6499 21.1171 19.0865 21.3342C18.664 21.4986 18.0301 21.6981 16.8623 21.7509C15.5946 21.8096 15.219 21.8213 12.0147 21.8272C8.81034 21.8331 8.43474 21.8272 7.16709 21.7685M16.9444 5.58253C16.9444 6.37481 17.59 7.02037 18.3881 7.02037C19.1804 7.02037 19.826 6.37481 19.826 5.57666C19.826 4.78438 19.1804 4.13882 18.3823 4.13882C17.59 4.13882 16.9444 4.78438 16.9444 5.58253ZM5.83489 12.0088C5.84076 15.4127 8.60493 18.1651 12.0029 18.1534C15.4068 18.1475 18.1592 15.3833 18.1534 11.9853C18.1475 8.58733 15.3833 5.82902 11.9795 5.83488C8.57559 5.84075 5.82315 8.60493 5.83489 12.0088ZM7.99458 12.0088C7.99458 9.80215 9.77868 8.00632 11.9853 8.00045C14.192 8.00045 15.9878 9.78455 15.9937 11.9912C15.9937 14.1978 14.2096 15.9937 12.0029 15.9995C9.79628 15.9995 8.00045 14.2154 7.99458 12.0088Z\" fill=\"#3B5480\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yyobnp\",layoutDependency:layoutDependency,layoutId:\"A5L4PC1_k\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ds0kxf-container\",layoutDependency:layoutDependency,layoutId:\"oQzrOF25e-container\",children:/*#__PURE__*/_jsx(SGDLogo,{height:\"100%\",id:\"oQzrOF25e\",layoutId:\"oQzrOF25e\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5aycaf\",layoutDependency:layoutDependency,layoutId:\"vlw1tuSmm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sw0b2t-container\",layoutDependency:layoutDependency,layoutId:\"FK1ErI0Vl-container\",children:/*#__PURE__*/_jsx(AutoCopyright,{color:\"var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113))\",dateRange:false,font:{fontFamily:'\"Rodger Light\", \"Rodger Light Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"FK1ErI0Vl\",layoutId:\"FK1ErI0Vl\",name:\"Sam Gardiner Design\",startYear:2023,statement:\"All rights reserved.\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JvZGdlciBMaWdodA==\",\"--framer-font-family\":'\"Rodger Light\", \"Rodger Light Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113)))\"},children:\"National Trust Photography by Mike Henton\"})}),className:\"framer-dt97cn\",fonts:[\"CUSTOM;Rodger Light\"],layoutDependency:layoutDependency,layoutId:\"CTBmx6sMi\",style:{\"--extracted-r6o4lv\":\"var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, rgb(36, 75, 113))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11nhyhf-container\",layoutDependency:layoutDependency,layoutId:\"fX97L1Pm0-container\",children:/*#__PURE__*/_jsx(NavHeaderHome,{FmG6F9bxg:\"Home\",height:\"100%\",id:\"fX97L1Pm0\",layoutId:\"fX97L1Pm0\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6fxp02-container\",layoutDependency:layoutDependency,layoutId:\"i_MBSdimK-container\",children:/*#__PURE__*/_jsx(NavHeaderAbout,{FmG6F9bxg:\"About\",height:\"100%\",id:\"i_MBSdimK\",layoutId:\"i_MBSdimK\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-41rj9a-container\",layoutDependency:layoutDependency,layoutId:\"KyKvkbBWG-container\",children:/*#__PURE__*/_jsx(NavHeaderContact,{FmG6F9bxg:\"Contact\",height:\"100%\",id:\"KyKvkbBWG\",layoutId:\"KyKvkbBWG\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.pinterest.co.uk/samgardinerdesign/\",nodeId:\"klq4lqi8A\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-4ym6a8 framer-1jor7t1\",\"data-framer-name\":\"Pinterest Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"klq4lqi8A\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.997 0 C 5.374 0 0 5.374 0 11.997 C 0 17.079 3.166 21.424 7.628 23.176 C 7.523 22.224 7.43 20.764 7.669 19.73 C 7.885 18.796 9.077 13.767 9.077 13.767 C 9.077 13.767 8.72 13.048 8.72 11.985 C 8.72 10.315 9.69 9.071 10.893 9.071 C 11.915 9.071 12.412 9.842 12.412 10.759 C 12.412 11.787 11.758 13.329 11.419 14.754 C 11.139 15.945 12.02 16.921 13.194 16.921 C 15.326 16.921 16.968 14.672 16.968 11.425 C 16.968 8.551 14.906 6.542 11.956 6.542 C 8.539 6.542 6.536 9.1 6.536 11.752 C 6.536 12.786 6.933 13.889 7.43 14.491 C 7.529 14.608 7.541 14.713 7.511 14.836 C 7.418 15.215 7.219 16.027 7.178 16.197 C 7.126 16.419 7.003 16.465 6.775 16.354 C 5.274 15.659 4.34 13.463 4.34 11.705 C 4.34 7.92 7.091 4.445 12.266 4.445 C 16.43 4.445 19.666 7.412 19.666 11.378 C 19.666 15.344 17.061 18.843 13.44 18.843 C 12.225 18.843 11.08 18.212 10.689 17.464 C 10.689 17.464 10.087 19.754 9.941 20.314 C 9.672 21.354 8.936 22.662 8.452 23.463 C 9.573 23.813 10.771 24 12.003 24 C 18.632 24 24 18.626 24 12.003 C 24 5.379 18.626 0 11.997 0 Z\" fill=\"rgb(59,84,128)\"></path></svg>',svgContentId:9225681643,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/samgardinerdesign/\",nodeId:\"hlYWzS92s\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-3rp1u0 framer-1jor7t1\",\"data-framer-name\":\"Instagram Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"hlYWzS92s\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.03211 0.0893848C5.75859 0.148072 4.88415 0.353478 4.12121 0.652784C3.3348 0.957959 2.66576 1.37464 1.99673 2.03781C1.33356 2.70684 0.922746 3.37588 0.617571 4.16229C0.324134 4.92523 0.124598 5.79967 0.0659102 7.07319C0.00722274 8.35258 -0.0045151 8.76339 0.00135364 12.0205C0.00722238 15.2777 0.0248283 15.6885 0.0835157 16.9679C0.142203 18.2414 0.347609 19.1159 0.646915 19.8788C0.952089 20.6652 1.36877 21.3342 2.03194 22.0033C2.70098 22.6664 3.37001 23.0772 4.16229 23.3824C4.92523 23.6759 5.79967 23.8813 7.07319 23.9341C8.35258 23.9928 8.76339 24.0045 12.0205 23.9986C15.2777 23.9928 15.6885 23.9752 16.9679 23.9165C18.2414 23.8578 19.1159 23.6524 19.8788 23.3531C20.6652 23.042 21.3342 22.6312 22.0033 21.9681C22.6664 21.299 23.0773 20.63 23.3824 19.8377C23.6759 19.0748 23.8813 18.2003 23.9341 16.9268C23.9928 15.6474 24.0045 15.2366 23.9986 11.9795C23.9928 8.72231 23.9752 8.31149 23.9165 7.03211C23.8578 5.75272 23.6524 4.88415 23.3531 4.12121C23.042 3.3348 22.6312 2.66576 21.9681 1.99673C21.299 1.33356 20.63 0.922746 19.8377 0.617572C19.0748 0.324134 18.2003 0.118729 16.9268 0.0659098C15.6474 0.0072224 15.2366 -0.00451508 11.9795 0.00135366C8.72231 0.00722241 8.3115 0.0189599 7.03211 0.0835161M7.17296 21.7685C6.00508 21.7157 5.37125 21.522 4.94283 21.3577C4.3853 21.1406 3.98036 20.8823 3.56368 20.4657C3.14113 20.049 2.88291 19.6499 2.66576 19.0865C2.50144 18.664 2.3019 18.0301 2.24908 16.8623C2.1904 15.6005 2.17866 15.219 2.17279 12.0147C2.16692 8.81034 2.17279 8.43474 2.23148 7.16709C2.28429 5.99921 2.47796 5.36539 2.64229 4.93697C2.85943 4.37357 3.11766 3.97449 3.53434 3.55781C3.95102 3.13526 4.35009 2.87704 4.91349 2.65989C5.33604 2.49557 5.96987 2.29603 7.13775 2.24321C8.4054 2.18453 8.78099 2.17279 11.9853 2.16692C15.1897 2.16105 15.5653 2.16692 16.8329 2.22561C18.0008 2.27843 18.6346 2.47209 19.0572 2.63642C19.6206 2.85356 20.0196 3.11179 20.4363 3.52847C20.8589 3.94515 21.1171 4.34422 21.3342 4.90762C21.4986 5.33017 21.6981 5.964 21.7509 7.13188C21.8096 8.39952 21.8272 8.77513 21.8331 11.9795C21.8389 15.1838 21.8331 15.5594 21.7744 16.827C21.7216 17.9949 21.5279 18.6346 21.3636 19.0572C21.1464 19.6147 20.8882 20.0196 20.4657 20.4363C20.049 20.853 19.6499 21.1171 19.0865 21.3342C18.664 21.4986 18.0301 21.6981 16.8623 21.7509C15.5946 21.8096 15.219 21.8213 12.0147 21.8272C8.81034 21.8331 8.43474 21.8272 7.16709 21.7685M16.9444 5.58253C16.9444 6.37481 17.59 7.02037 18.3881 7.02037C19.1804 7.02037 19.826 6.37481 19.826 5.57666C19.826 4.78438 19.1804 4.13882 18.3823 4.13882C17.59 4.13882 16.9444 4.78438 16.9444 5.58253ZM5.83489 12.0088C5.84076 15.4127 8.60493 18.1651 12.0029 18.1534C15.4068 18.1475 18.1592 15.3833 18.1534 11.9853C18.1475 8.58733 15.3833 5.82902 11.9795 5.83488C8.57559 5.84075 5.82315 8.60493 5.83489 12.0088ZM7.99458 12.0088C7.99458 9.80215 9.77868 8.00632 11.9853 8.00045C14.192 8.00045 15.9878 9.78455 15.9937 11.9912C15.9937 14.1978 14.2096 15.9937 12.0029 15.9995C9.79628 15.9995 8.00045 14.2154 7.99458 12.0088Z\" fill=\"#3B5480\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3qi00.framer-1jor7t1, .framer-3qi00 .framer-1jor7t1 { display: block; }\",\".framer-3qi00.framer-1xss7f8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 1200px; }\",\".framer-3qi00 .framer-10dg3mb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: 101px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 390px; }\",\".framer-3qi00 .framer-2gtv7t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60px; }\",\".framer-3qi00 .framer-unu1pb-container { flex: none; height: 45px; position: relative; width: 45px; }\",\".framer-3qi00 .framer-10sps16 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 58px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 140px; }\",\".framer-3qi00 .framer-6j06h4, .framer-3qi00 .framer-dt97cn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3qi00 .framer-aksqac { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 101px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60px; }\",\".framer-3qi00 .framer-16q9s6e-container, .framer-3qi00 .framer-1pyen6f-container, .framer-3qi00 .framer-13250g6-container { flex: none; height: 20px; position: relative; width: 100%; }\",\".framer-3qi00 .framer-1ohvuf3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 81px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; }\",\".framer-3qi00 .framer-hvnwex, .framer-3qi00 .framer-4ym6a8, .framer-3qi00 .framer-3rp1u0 { flex: none; height: 24px; position: relative; text-decoration: none; width: 24px; }\",\".framer-3qi00 .framer-1g5ttdz { flex: none; height: 24px; position: relative; text-decoration: none; width: 100%; }\",\".framer-3qi00 .framer-1yyobnp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 60px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 676px; }\",\".framer-3qi00 .framer-ds0kxf-container { flex: none; height: 60px; position: relative; width: 60px; }\",\".framer-3qi00 .framer-5aycaf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 31px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 249px; }\",\".framer-3qi00 .framer-1sw0b2t-container { flex: none; height: auto; position: relative; width: 249px; }\",\".framer-3qi00 .framer-11nhyhf-container { flex: none; height: 26px; position: relative; width: 46px; }\",\".framer-3qi00 .framer-6fxp02-container { flex: none; height: 26px; position: relative; width: 40px; }\",\".framer-3qi00 .framer-41rj9a-container { flex: none; height: 26px; position: relative; width: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3qi00.framer-1xss7f8, .framer-3qi00 .framer-10dg3mb, .framer-3qi00 .framer-2gtv7t, .framer-3qi00 .framer-10sps16, .framer-3qi00 .framer-aksqac, .framer-3qi00 .framer-1ohvuf3, .framer-3qi00 .framer-5aycaf { gap: 0px; } .framer-3qi00.framer-1xss7f8 > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-3qi00.framer-1xss7f8 > :first-child, .framer-3qi00 .framer-10dg3mb > :first-child, .framer-3qi00 .framer-2gtv7t > :first-child { margin-left: 0px; } .framer-3qi00.framer-1xss7f8 > :last-child, .framer-3qi00 .framer-10dg3mb > :last-child, .framer-3qi00 .framer-2gtv7t > :last-child { margin-right: 0px; } .framer-3qi00 .framer-10dg3mb > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-3qi00 .framer-2gtv7t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3qi00 .framer-10sps16 > *, .framer-3qi00 .framer-1ohvuf3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3qi00 .framer-10sps16 > :first-child, .framer-3qi00 .framer-aksqac > :first-child, .framer-3qi00 .framer-1ohvuf3 > :first-child, .framer-3qi00 .framer-5aycaf > :first-child { margin-top: 0px; } .framer-3qi00 .framer-10sps16 > :last-child, .framer-3qi00 .framer-aksqac > :last-child, .framer-3qi00 .framer-1ohvuf3 > :last-child, .framer-3qi00 .framer-5aycaf > :last-child { margin-bottom: 0px; } .framer-3qi00 .framer-aksqac > *, .framer-3qi00 .framer-5aycaf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-3qi00.framer-v-k7wfz6.framer-1xss7f8 { width: 810px; }\",\".framer-3qi00.framer-v-15rsgp4.framer-1xss7f8 { height: 101px; width: 390px; }\",\".framer-3qi00.framer-v-15rsgp4 .framer-10dg3mb, .framer-3qi00.framer-v-15rsgp4 .framer-6j06h4 { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bfnh8_dJQ\":{\"layout\":[\"fixed\",\"auto\"]},\"DrZrYy1r3\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTchXoxMlz=withCSS(Component,css,\"framer-3qi00\");export default FramerTchXoxMlz;FramerTchXoxMlz.displayName=\"Navigation Footer\";FramerTchXoxMlz.defaultProps={height:80,width:1200};addPropertyControls(FramerTchXoxMlz,{variant:{options:[\"wpDVhC4CN\",\"bfnh8_dJQ\",\"DrZrYy1r3\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerTchXoxMlz,[{explicitInter:true,fonts:[{family:\"Rodger Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/pKpUELGc6EFBUW3fwIufo4WWU.otf\"}]},...SGDLogoFonts,...NavHeaderHomeFonts,...NavHeaderAboutFonts,...NavHeaderContactFonts,...AutoCopyrightFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTchXoxMlz\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bfnh8_dJQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DrZrYy1r3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"80\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TchXoxMlz.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Recoleta SemiBold\",\"CUSTOM;Ogg Text Medium\",\"CUSTOM;Recoleta Medium\"]);export const fonts=[{family:\"Recoleta SemiBold\",url:\"https://framerusercontent.com/assets/iLUSuAXEYehwW2fxqC4rHKnvdtA.otf\"},{family:\"Ogg Text Medium\",url:\"https://framerusercontent.com/assets/Y6w4zhJRaTKrAeXR5vT3bTYwfVE.otf\"},{family:\"Recoleta Medium\",url:\"https://framerusercontent.com/assets/WO9jezEKl6oVxX2F19EqI91SuG8.otf\"}];export const css=['.framer-lRS9v .framer-styles-preset-jsa4g5:not(.rich-text-wrapper), .framer-lRS9v .framer-styles-preset-jsa4g5.rich-text-wrapper h1 { --framer-font-family: \"Recoleta SemiBold\", \"Recoleta SemiBold Placeholder\", sans-serif; --framer-font-family-bold: \"Ogg Text Medium\", \"Ogg Text Medium Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Recoleta Medium\", \"Recoleta Medium Placeholder\", sans-serif; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #244b71; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-lRS9v\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"CUSTOM;Recoleta Medium\"]);export const fonts=[{family:\"Recoleta Medium\",moduleAsset:{localModuleIdentifier:\"local-module:css/zvMc6veL7:default\",url:\"https://framerusercontent.com/assets/WO9jezEKl6oVxX2F19EqI91SuG8.otf\"},url:\"https://framerusercontent.com/assets/WO9jezEKl6oVxX2F19EqI91SuG8.otf\"}];export const css=['.framer-E8VgH .framer-styles-preset-wr8i1a:not(.rich-text-wrapper), .framer-E8VgH .framer-styles-preset-wr8i1a.rich-text-wrapper p { --framer-font-family: \"Recoleta Medium\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, #244b71); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-E8VgH .framer-styles-preset-wr8i1a:not(.rich-text-wrapper), .framer-E8VgH .framer-styles-preset-wr8i1a.rich-text-wrapper p { --framer-font-family: \"Recoleta Medium\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, #244b71); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-E8VgH .framer-styles-preset-wr8i1a:not(.rich-text-wrapper), .framer-E8VgH .framer-styles-preset-wr8i1a.rich-text-wrapper p { --framer-font-family: \"Recoleta Medium\", sans-serif; --framer-font-size: 11px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-28afe8f2-7f1f-4c5f-8f87-b49b85579a31, #244b71); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-E8VgH\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["currentYear", "AutoCopyright", "props", "name", "statement", "dateRange", "startYear", "font", "color", "fontSize", "displayText", "textStyle", "p", "addPropertyControls", "ControlType", "SGDLogoFonts", "getFonts", "mjgNeflWu_default", "NavHeaderHomeFonts", "OYOLYovCL_default", "NavHeaderAboutFonts", "fsuP1g_zG_default", "NavHeaderContactFonts", "M2Gy6FkZx_default", "AutoCopyrightFonts", "AutoCopyright", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Link", "SVG", "css", "FramerTchXoxMlz", "withCSS", "TchXoxMlz_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className"]
}
