{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/jMtGnPzUjq4bi8izpsU3/zeGJFmLcwPoXryY1I1ws/C3fSAhE6d.js", "ssg:https://framerusercontent.com/modules/FrXdqYuBQokhInPZGTe0/cRVmJeBxLZGGMQfI4eou/jJUJjLsG4.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (315fd46)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={br2Z16Vcv:{hover:true,pressed:true},SyRJkfVwX:{hover:true,pressed:true},T8YONNps0:{hover:true,pressed:true},TMgzw62Ne:{hover:true,pressed:true}};const cycleOrder=[\"br2Z16Vcv\",\"T8YONNps0\",\"SyRJkfVwX\",\"TMgzw62Ne\"];const serializationHash=\"framer-bo6Be\";const variantClassNames={br2Z16Vcv:\"framer-v-7n90m9\",SyRJkfVwX:\"framer-v-1ltndth\",T8YONNps0:\"framer-v-1stdt6r\",TMgzw62Ne:\"framer-v-1lyb46v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"About Large\":\"T8YONNps0\",\"Home Large\":\"br2Z16Vcv\",About:\"TMgzw62Ne\",Home:\"SyRJkfVwX\"};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:\"br2Z16Vcv\"};};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:\"br2Z16Vcv\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"br2Z16Vcv-hover\",\"br2Z16Vcv-pressed\",\"T8YONNps0-hover\",\"T8YONNps0-pressed\",\"SyRJkfVwX-hover\",\"SyRJkfVwX-pressed\",\"TMgzw62Ne-hover\",\"TMgzw62Ne-pressed\"].includes(gestureVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},...addPropertyOverrides({T8YONNps0:{href:{webPageId:\"H5BKwvdkE\"},openInNewTab:false},TMgzw62Ne:{href:\"https://jch3design.com/about\",openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-7n90m9\",className,classNames)} framer-1vwmi6`,\"data-framer-name\":\"Home Large\",layoutDependency:layoutDependency,layoutId:\"br2Z16Vcv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"br2Z16Vcv-hover\":{\"data-framer-name\":undefined},\"br2Z16Vcv-pressed\":{\"data-framer-name\":undefined},\"SyRJkfVwX-hover\":{\"data-framer-name\":undefined},\"SyRJkfVwX-pressed\":{\"data-framer-name\":undefined},\"T8YONNps0-hover\":{\"data-framer-name\":undefined},\"T8YONNps0-pressed\":{\"data-framer-name\":undefined},\"TMgzw62Ne-hover\":{\"data-framer-name\":undefined},\"TMgzw62Ne-pressed\":{\"data-framer-name\":undefined},SyRJkfVwX:{\"data-framer-name\":\"Home\"},T8YONNps0:{\"data-framer-name\":\"About Large\"},TMgzw62Ne:{\"data-framer-name\":\"About\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qp03lq\",layoutDependency:layoutDependency,layoutId:\"eCMaVhZAw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(252, 250, 252))\"},children:\"Home\"})}),className:\"framer-ogplci\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"cstJyYodC\",style:{\"--extracted-1of0zx5\":\"rgb(252, 250, 252)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SyRJkfVwX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"21.6px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(252, 250, 252))\"},children:\"Home\"})})},T8YONNps0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(252, 250, 252))\"},children:\"About\"})})},TMgzw62Ne:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"21.6px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(252, 250, 252))\"},children:\"About\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-740vk2\",\"data-framer-name\":\"bar\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Pf6i283Fp\",opacity:1,style:{backgroundColor:\"var(--token-b6e9dc6c-dbb9-41d7-b497-4d836cf59407, rgb(252, 250, 252))\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 86 4\"></svg>',svgContentId:11285628428,withExternalLayout:true,...addPropertyOverrides({\"br2Z16Vcv-hover\":{svgContentId:12020032668},\"br2Z16Vcv-pressed\":{svgContentId:12020032668},\"SyRJkfVwX-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 4\"></svg>',svgContentId:10012658309},\"SyRJkfVwX-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 4\"></svg>',svgContentId:10012658309},\"T8YONNps0-hover\":{svgContentId:12020032668},\"T8YONNps0-pressed\":{svgContentId:12020032668},\"TMgzw62Ne-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 4\"></svg>',svgContentId:10012658309},\"TMgzw62Ne-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 4\"></svg>',svgContentId:10012658309}},baseVariant,gestureVariant)})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bo6Be.framer-1vwmi6, .framer-bo6Be .framer-1vwmi6 { display: block; }\",\".framer-bo6Be.framer-7n90m9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bo6Be .framer-1qp03lq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 53px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bo6Be .framer-ogplci { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bo6Be .framer-740vk2 { flex: none; height: 4px; position: relative; width: 86px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bo6Be.framer-7n90m9, .framer-bo6Be .framer-1qp03lq { gap: 0px; } .framer-bo6Be.framer-7n90m9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bo6Be.framer-7n90m9 > :first-child { margin-left: 0px; } .framer-bo6Be.framer-7n90m9 > :last-child { margin-right: 0px; } .framer-bo6Be .framer-1qp03lq > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-bo6Be .framer-1qp03lq > :first-child { margin-top: 0px; } .framer-bo6Be .framer-1qp03lq > :last-child { margin-bottom: 0px; } }\",\".framer-bo6Be.framer-v-1ltndth.hover .framer-740vk2, .framer-bo6Be.framer-v-1ltndth.pressed .framer-740vk2, .framer-bo6Be.framer-v-1lyb46v.hover .framer-740vk2, .framer-bo6Be.framer-v-1lyb46v.pressed .framer-740vk2 { width: 65px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 53\n * @framerIntrinsicWidth 86\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"T8YONNps0\":{\"layout\":[\"auto\",\"auto\"]},\"SyRJkfVwX\":{\"layout\":[\"auto\",\"auto\"]},\"TMgzw62Ne\":{\"layout\":[\"auto\",\"auto\"]},\"Rri1gclhy\":{\"layout\":[\"auto\",\"auto\"]},\"EgeIORDyi\":{\"layout\":[\"auto\",\"auto\"]},\"rrHzY337d\":{\"layout\":[\"auto\",\"auto\"]},\"Wzc4NftI7\":{\"layout\":[\"auto\",\"auto\"]},\"C6XwdiddW\":{\"layout\":[\"auto\",\"auto\"]},\"JKG9gpzkG\":{\"layout\":[\"auto\",\"auto\"]},\"tNw76NkSx\":{\"layout\":[\"auto\",\"auto\"]},\"E0TDhfOvw\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerC3fSAhE6d=withCSS(Component,css,\"framer-bo6Be\");export default FramerC3fSAhE6d;FramerC3fSAhE6d.displayName=\"Navigation Link\";FramerC3fSAhE6d.defaultProps={height:53,width:86};addPropertyControls(FramerC3fSAhE6d,{variant:{options:[\"br2Z16Vcv\",\"T8YONNps0\",\"SyRJkfVwX\",\"TMgzw62Ne\"],optionTitles:[\"Home Large\",\"About Large\",\"Home\",\"About\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerC3fSAhE6d,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerC3fSAhE6d\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"53\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"T8YONNps0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SyRJkfVwX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TMgzw62Ne\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Rri1gclhy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EgeIORDyi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rrHzY337d\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Wzc4NftI7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"C6XwdiddW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JKG9gpzkG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tNw76NkSx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E0TDhfOvw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"86\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./C3fSAhE6d.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import NavigationLink from\"https://framerusercontent.com/modules/jMtGnPzUjq4bi8izpsU3/zeGJFmLcwPoXryY1I1ws/C3fSAhE6d.js\";const FeatherFonts=getFonts(Feather);const NavigationLinkFonts=getFonts(NavigationLink);const cycleOrder=[\"o_mRGWOVv\",\"Kjbj5lmpr\",\"d7kX_6yUu\",\"tA9BvwPYW\",\"YS2gTAVmG\"];const serializationHash=\"framer-1ZPOA\";const variantClassNames={d7kX_6yUu:\"framer-v-e4xohn\",Kjbj5lmpr:\"framer-v-gpw6c7\",o_mRGWOVv:\"framer-v-s9btg8\",tA9BvwPYW:\"framer-v-q3ao3d\",YS2gTAVmG:\"framer-v-1nqio95\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Large\":\"o_mRGWOVv\",\"Phone Open\":\"tA9BvwPYW\",Desktop:\"Kjbj5lmpr\",Phone:\"d7kX_6yUu\",Tablet:\"YS2gTAVmG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"o_mRGWOVv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"o_mRGWOVv\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickar8ghv=activeVariantCallback(async(...args)=>{setVariant(\"d7kX_6yUu\");});const onClickxz0le9=activeVariantCallback(async(...args)=>{setVariant(\"tA9BvwPYW\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"d7kX_6yUu\",\"tA9BvwPYW\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"d7kX_6yUu\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"tA9BvwPYW\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"d7kX_6yUu\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-s9btg8\",className,classNames),\"data-framer-name\":\"Desktop Large\",layoutDependency:layoutDependency,layoutId:\"o_mRGWOVv\",ref:refBinding,style:{backgroundColor:\"rgb(19, 0, 18)\",...style},...addPropertyOverrides({d7kX_6yUu:{\"data-framer-name\":\"Phone\"},Kjbj5lmpr:{\"data-framer-name\":\"Desktop\"},tA9BvwPYW:{\"data-framer-name\":\"Phone Open\"},YS2gTAVmG:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1phewxa\",layoutDependency:layoutDependency,layoutId:\"VUZtl72Kr\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"JSj3yIjCL\",scopeId:\"jJUJjLsG4\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-wrvg5j framer-15jmy4x\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:103,intrinsicWidth:235,layoutDependency:layoutDependency,layoutId:\"JSj3yIjCL\",svg:'<svg width=\"235\" height=\"103\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M117.08 27.136a9.92 9.92 0 0 0 1.392.688c.491.181.987.272 1.488.272 1.163 0 1.931-.352 2.304-1.056.373-.704.56-1.685.56-2.944V10.144a8.644 8.644 0 0 1 1.36-.16c.501-.021.907-.032 1.216-.032.341 0 .747.01 1.216.032.469.021.917.075 1.344.16v13.472c0 1.259-.107 2.421-.32 3.488-.213 1.056-.592 1.973-1.136 2.752-.544.779-1.301 1.387-2.272 1.824-.96.427-2.192.64-3.696.64-.843 0-1.733-.112-2.672-.336a8.614 8.614 0 0 1-2.544-1.072c.096-.64.299-1.301.608-1.984a6.962 6.962 0 0 1 1.152-1.792Zm15.383-16.768.224-.224h4.816v4.208c0 .448.005.848.016 1.2.01.352.016.747.016 1.184v8.8c0 .416-.006.795-.016 1.136-.011.341-.016.73-.016 1.168v4.256h-2.096c-.918 0-1.638-.267-2.16-.8-.523-.533-.784-1.264-.784-2.192V10.368Zm12.112 8.56c.117.31.197.667.24 1.072.042.405.064.747.064 1.024 0 .288-.022.624-.064 1.008a4.81 4.81 0 0 1-.24 1.072h-6.016l-1.52-.032c-.512-.01-.939-.021-1.28-.032v-4.048c.341-.01.768-.021 1.28-.032.522-.01 1.029-.016 1.52-.016.49-.01.869-.016 1.136-.016h4.88Zm1.904-8.784c.085.384.133.747.144 1.088.021.33.032.64.032.928 0 .288-.038.645-.112 1.072a6.432 6.432 0 0 1-.304 1.2h-7.68l-1.52-.032c-.512-.01-.939-.021-1.28-.032v-4.224h10.72Zm.8 17.664c0 1.408-.219 2.475-.656 3.2-.438.725-1.339 1.088-2.704 1.088h-8.16v-4.128c.693-.032 1.354-.064 1.984-.096a31.97 31.97 0 0 1 2.128-.064h7.408Zm1.607 2.288a5.33 5.33 0 0 1 .672-2.128c.384-.704.822-1.27 1.312-1.696a19.894 19.894 0 0 0 3.056 1.456 9.723 9.723 0 0 0 3.424.64c.928 0 1.595-.224 2-.672.406-.448.608-.928.608-1.44 0-.341-.112-.73-.336-1.168-.224-.448-.784-.859-1.68-1.232l-3.856-1.6c-1.322-.555-2.416-1.296-3.28-2.224-.864-.928-1.296-2.155-1.296-3.68 0-1.333.347-2.501 1.04-3.504.694-1.003 1.627-1.781 2.8-2.336 1.184-.565 2.502-.848 3.952-.848 1.515 0 2.934.197 4.256.592 1.334.395 2.416.81 3.248 1.248a5.922 5.922 0 0 1-.528 2.128 5.018 5.018 0 0 1-1.2 1.696c-.81-.384-1.76-.736-2.848-1.056-1.088-.33-2.064-.496-2.928-.496-.917 0-1.573.208-1.968.624-.384.416-.576.837-.576 1.264 0 .405.134.768.4 1.088.278.32.768.63 1.472.928l3.936 1.616c1.035.427 1.91.96 2.624 1.6.726.63 1.275 1.344 1.648 2.144.374.79.56 1.648.56 2.576 0 1.29-.314 2.459-.944 3.504-.618 1.035-1.552 1.856-2.8 2.464-1.248.597-2.805.896-4.672.896-1.29 0-2.666-.203-4.128-.608a14.577 14.577 0 0 1-3.968-1.776Zm17.813 0a5.33 5.33 0 0 1 .672-2.128c.384-.704.821-1.27 1.312-1.696a19.85 19.85 0 0 0 3.056 1.456 9.714 9.714 0 0 0 3.424.64c.928 0 1.594-.224 2-.672.405-.448.608-.928.608-1.44 0-.341-.112-.73-.336-1.168-.224-.448-.784-.859-1.68-1.232l-3.856-1.6c-1.323-.555-2.416-1.296-3.28-2.224-.864-.928-1.296-2.155-1.296-3.68 0-1.333.346-2.501 1.04-3.504.693-1.003 1.626-1.781 2.8-2.336 1.184-.565 2.501-.848 3.952-.848 1.514 0 2.933.197 4.256.592 1.333.395 2.416.81 3.248 1.248a5.963 5.963 0 0 1-.528 2.128 5.046 5.046 0 0 1-1.2 1.696c-.811-.384-1.76-.736-2.848-1.056-1.088-.33-2.064-.496-2.928-.496-.918 0-1.574.208-1.968.624-.384.416-.576.837-.576 1.264 0 .405.133.768.4 1.088.277.32.768.63 1.472.928l3.936 1.616c1.034.427 1.909.96 2.624 1.6.725.63 1.274 1.344 1.648 2.144.373.79.56 1.648.56 2.576 0 1.29-.315 2.459-.944 3.504-.619 1.035-1.552 1.856-2.8 2.464-1.248.597-2.806.896-4.672.896-1.291 0-2.667-.203-4.128-.608a14.563 14.563 0 0 1-3.968-1.776Zm19.812-19.952a8.31 8.31 0 0 1 1.344-.16c.502-.021.907-.032 1.216-.032.342 0 .747.01 1.216.032.47.021.918.075 1.344.16V32c-.426.075-.874.123-1.344.144-.469.032-.874.048-1.216.048-.309 0-.714-.016-1.216-.048a9.81 9.81 0 0 1-1.344-.144V10.144Zm21.47 8.704a9.01 9.01 0 0 0-.272-2.496c-.192-.79-.544-1.424-1.056-1.904-.512-.49-1.243-.736-2.192-.736-1.376 0-2.357.64-2.944 1.92-.576 1.28-.864 3.13-.864 5.552 0 2.283.379 3.995 1.136 5.136.768 1.13 1.851 1.696 3.248 1.696 1.109 0 2.107-.235 2.992-.704a19.13 19.13 0 0 0 2.448-1.536c.501.33.992.816 1.472 1.456.48.63.773 1.243.88 1.84-.619.608-1.387 1.173-2.304 1.696A13.57 13.57 0 0 1 207.517 32c-1.099.32-2.24.48-3.424.48-1.675 0-3.083-.325-4.224-.976a7.678 7.678 0 0 1-2.704-2.624 11.945 11.945 0 0 1-1.456-3.648 19.418 19.418 0 0 1-.432-4.08c0-2.688.427-4.875 1.28-6.56.853-1.696 1.984-2.944 3.392-3.744 1.419-.8 2.981-1.2 4.688-1.2 1.653 0 3.093.293 4.32.88 1.237.587 2.192 1.381 2.864 2.384.683 1.003 1.024 2.133 1.024 3.392 0 1.003-.261 1.723-.784 2.16-.512.437-1.227.656-2.144.656a5.94 5.94 0 0 1-1.008-.08 14.288 14.288 0 0 1-.928-.192Zm12.988-8.704c.405-.064.891-.112 1.456-.144a27.568 27.568 0 0 1 1.504-.048c.405 0 .896.016 1.472.048.587.032 1.083.09 1.488.176l6.88 21.488c-.352.203-.811.357-1.376.464a8.247 8.247 0 0 1-1.552.16c-.811 0-1.445-.187-1.904-.56-.459-.384-.843-1.125-1.152-2.224l-2.288-8.112-.864-3.168-.896-3.408h-.192a31.701 31.701 0 0 1-.432 1.968c-.181.725-.373 1.45-.576 2.176a96.626 96.626 0 0 1-.544 1.952l-3.264 11.12c-.32.075-.661.123-1.024.144-.363.032-.747.048-1.152.048-.384 0-.821-.032-1.312-.096-.48-.064-.864-.15-1.152-.256l-.192-.272 7.072-21.456Zm.384 17.28h-.528a10.35 10.35 0 0 0-.576-.016 9.545 9.545 0 0 0-.528-.016h-2.688l1.552-3.984h2.88c.192-.01.384-.016.576-.016.192-.01.363-.016.512-.016h2.336c.16 0 .331.005.512.016.192 0 .384.005.576.016h2.976l1.296 3.984h-2.704a9.88 9.88 0 0 0-.528.016c-.192 0-.389.005-.592.016h-5.072Zm-93.99 20.434c0-.624-.126-1.261-.377-1.911a3.666 3.666 0 0 0-1.248-1.664c-.581-.45-1.387-.676-2.418-.676-1.508 0-2.674.646-3.497 1.937s-1.235 3.18-1.235 5.668c0 2.314.42 4.121 1.261 5.421.841 1.291 1.993 1.937 3.458 1.937.763 0 1.538-.16 2.327-.481.789-.33 1.599-.858 2.431-1.586.243.147.464.342.663.585.208.243.351.481.429.715a8.215 8.215 0 0 1-1.638 1.274 8.942 8.942 0 0 1-2.093.91 8.81 8.81 0 0 1-2.418.325c-1.179 0-2.184-.251-3.016-.754a5.98 5.98 0 0 1-2.015-2.041c-.52-.858-.901-1.829-1.144-2.912a16.15 16.15 0 0 1-.351-3.393c0-2.15.316-3.904.949-5.265.633-1.37 1.469-2.379 2.509-3.029a6.22 6.22 0 0 1 3.393-.988c1.257 0 2.336.243 3.237.728.901.485 1.595 1.1 2.08 1.846.485.745.728 1.517.728 2.314 0 .286-.074.555-.221.806-.139.251-.438.377-.897.377-.165 0-.308-.009-.429-.026a9.283 9.283 0 0 1-.468-.117ZM134.801 60a4.678 4.678 0 0 1-.949.078 4.73 4.73 0 0 1-.936-.078V41.046l.156-.156h.702c.434 0 .711.113.832.338.13.217.195.542.195.975V60Zm7.813-2.47c0 .425.018.828.052 1.209.044.381.126.715.247 1.001-.138.121-.32.221-.546.299a1.938 1.938 0 0 1-.663.117c-.364 0-.624-.104-.78-.312-.156-.208-.234-.524-.234-.949v-7.189c0-1.031-.13-1.777-.39-2.236-.26-.46-.762-.689-1.508-.689-.528 0-1.087.126-1.677.377a6.59 6.59 0 0 0-1.651.988 4.857 4.857 0 0 0-1.183 1.365V49.47c.564-.71 1.3-1.291 2.21-1.742.91-.46 1.838-.689 2.782-.689.824 0 1.478.186 1.963.559.486.364.837.854 1.053 1.469a6.06 6.06 0 0 1 .325 2.028v6.435Zm6.564 2.47a2.791 2.791 0 0 1-.429.052 5.101 5.101 0 0 1-1.053 0 2.76 2.76 0 0 1-.429-.052V49.964c0-.477-.078-.806-.234-.988-.156-.182-.438-.273-.845-.273h-.247a3.534 3.534 0 0 1-.065-1.053c.017-.113.039-.238.065-.377a7.4 7.4 0 0 1 .767-.078 7.62 7.62 0 0 1 .546-.026h.221c.537 0 .953.165 1.248.494.303.33.455.784.455 1.365V60Zm-2.717-16.12c0-.165.017-.338.052-.52.034-.19.082-.342.143-.455.121-.078.294-.139.52-.182.225-.052.437-.078.637-.078.182 0 .394.026.637.078.242.043.416.104.52.182.06.113.108.264.143.455.034.182.052.355.052.52 0 .156-.018.33-.052.52-.035.182-.083.33-.143.442-.087.078-.256.143-.507.195a3.284 3.284 0 0 1-.65.078 3.4 3.4 0 0 1-.637-.065 1.463 1.463 0 0 1-.52-.208 1.526 1.526 0 0 1-.143-.442 2.899 2.899 0 0 1-.052-.52ZM155.622 60a4.685 4.685 0 0 1-.949.078c-.373 0-.685-.026-.936-.078V41.046l.156-.156h.702c.433 0 .71.113.832.338.13.217.195.542.195.975V60Zm7.813-2.47c0 .425.017.828.052 1.209.043.381.125.715.247 1.001a1.637 1.637 0 0 1-.546.299 1.947 1.947 0 0 1-.663.117c-.364 0-.624-.104-.78-.312-.156-.208-.234-.524-.234-.949v-7.189c0-1.031-.13-1.777-.39-2.236-.26-.46-.763-.689-1.508-.689-.529 0-1.088.126-1.677.377-.59.243-1.14.572-1.651.988a4.84 4.84 0 0 0-1.183 1.365V49.47c.563-.71 1.3-1.291 2.21-1.742.91-.46 1.837-.689 2.782-.689.823 0 1.477.186 1.963.559.485.364.836.854 1.053 1.469.216.615.325 1.291.325 2.028v6.435Zm20.219-9.672c0-.624-.126-1.261-.377-1.911a3.666 3.666 0 0 0-1.248-1.664c-.581-.45-1.387-.676-2.418-.676-1.508 0-2.674.646-3.497 1.937s-1.235 3.18-1.235 5.668c0 2.314.42 4.121 1.261 5.421.841 1.291 1.993 1.937 3.458 1.937.763 0 1.538-.16 2.327-.481.789-.33 1.599-.858 2.431-1.586.243.147.464.342.663.585.208.243.351.481.429.715a8.215 8.215 0 0 1-1.638 1.274 8.942 8.942 0 0 1-2.093.91 8.81 8.81 0 0 1-2.418.325c-1.179 0-2.184-.251-3.016-.754a5.98 5.98 0 0 1-2.015-2.041c-.52-.858-.901-1.829-1.144-2.912a16.15 16.15 0 0 1-.351-3.393c0-2.15.316-3.904.949-5.265.633-1.37 1.469-2.379 2.509-3.029a6.22 6.22 0 0 1 3.393-.988c1.257 0 2.336.243 3.237.728.901.485 1.595 1.1 2.08 1.846.485.745.728 1.517.728 2.314 0 .286-.074.555-.221.806-.139.251-.438.377-.897.377-.165 0-.308-.009-.429-.026a9.283 9.283 0 0 1-.468-.117ZM191.092 60a4.678 4.678 0 0 1-.949.078 4.73 4.73 0 0 1-.936-.078V41.046l.156-.156h.702c.434 0 .711.113.832.338.13.217.195.542.195.975V60Zm7.813-2.47c0 .425.018.828.052 1.209.044.381.126.715.247 1.001-.138.121-.32.221-.546.299a1.938 1.938 0 0 1-.663.117c-.364 0-.624-.104-.78-.312-.156-.208-.234-.524-.234-.949v-7.189c0-1.031-.13-1.777-.39-2.236-.26-.46-.762-.689-1.508-.689-.528 0-1.087.126-1.677.377a6.59 6.59 0 0 0-1.651.988 4.857 4.857 0 0 0-1.183 1.365V49.47c.564-.71 1.3-1.291 2.21-1.742.91-.46 1.838-.689 2.782-.689.824 0 1.478.186 1.963.559.486.364.837.854 1.053 1.469a6.06 6.06 0 0 1 .325 2.028v6.435Zm6.564 2.47a2.791 2.791 0 0 1-.429.052 5.101 5.101 0 0 1-1.053 0 2.76 2.76 0 0 1-.429-.052V49.964c0-.477-.078-.806-.234-.988-.156-.182-.438-.273-.845-.273h-.247a3.534 3.534 0 0 1-.065-1.053c.017-.113.039-.238.065-.377a7.4 7.4 0 0 1 .767-.078 7.62 7.62 0 0 1 .546-.026h.221c.537 0 .953.165 1.248.494.303.33.455.784.455 1.365V60Zm-2.717-16.12c0-.165.017-.338.052-.52.034-.19.082-.342.143-.455.121-.078.294-.139.52-.182.225-.052.437-.078.637-.078.182 0 .394.026.637.078.242.043.416.104.52.182.06.113.108.264.143.455.034.182.052.355.052.52 0 .156-.018.33-.052.52-.035.182-.083.33-.143.442-.087.078-.256.143-.507.195a3.284 3.284 0 0 1-.65.078 3.4 3.4 0 0 1-.637-.065 1.463 1.463 0 0 1-.52-.208 1.526 1.526 0 0 1-.143-.442 2.899 2.899 0 0 1-.052-.52Zm7.497 10.335v-1.482h7.098v-.364c0-.72-.104-1.378-.312-1.976-.2-.598-.525-1.075-.975-1.43-.451-.364-1.045-.546-1.781-.546-1.023 0-1.807.438-2.353 1.313-.538.867-.806 2.01-.806 3.432v.611c0 .936.099 1.772.299 2.509.208.728.554 1.3 1.04 1.716.485.416 1.152.624 2.002.624a6.21 6.21 0 0 0 1.976-.312 9.846 9.846 0 0 0 1.794-.793c.182.165.338.377.468.637s.208.494.234.702c-.598.425-1.313.776-2.145 1.053a8.368 8.368 0 0 1-2.587.403c-.971 0-1.786-.178-2.444-.533a4.236 4.236 0 0 1-1.573-1.482 6.795 6.795 0 0 1-.845-2.158 11.986 11.986 0 0 1-.26-2.535c0-1.283.203-2.427.611-3.432.407-1.005.996-1.794 1.768-2.366.78-.58 1.72-.871 2.821-.871 1.118 0 2.045.251 2.782.754a4.572 4.572 0 0 1 1.677 2.002c.372.84.559 1.772.559 2.795 0 .33-.009.62-.026.871-.018.251-.048.537-.091.858h-8.931ZM224.989 60a4.685 4.685 0 0 1-.949.078c-.373 0-.685-.026-.936-.078V41.046l.156-.156h.702c.433 0 .71.113.832.338.13.217.195.542.195.975V60Zm7.813-2.47c0 .425.017.828.052 1.209.043.381.125.715.247 1.001a1.637 1.637 0 0 1-.546.299 1.947 1.947 0 0 1-.663.117c-.364 0-.624-.104-.78-.312-.156-.208-.234-.524-.234-.949v-7.189c0-1.031-.13-1.777-.39-2.236-.26-.46-.763-.689-1.508-.689-.529 0-1.088.126-1.677.377-.59.243-1.14.572-1.651.988a4.84 4.84 0 0 0-1.183 1.365V49.47c.563-.71 1.3-1.291 2.21-1.742.91-.46 1.837-.689 2.782-.689.823 0 1.477.186 1.963.559.485.364.836.854 1.053 1.469.216.615.325 1.291.325 2.028v6.435ZM128.856 80.848a9.01 9.01 0 0 0-.272-2.496c-.192-.79-.544-1.424-1.056-1.904-.512-.49-1.243-.736-2.192-.736-1.376 0-2.357.64-2.944 1.92-.576 1.28-.864 3.13-.864 5.552 0 2.283.379 3.995 1.136 5.136.768 1.13 1.851 1.696 3.248 1.696 1.109 0 2.107-.235 2.992-.704a19.13 19.13 0 0 0 2.448-1.536c.501.33.992.816 1.472 1.456.48.63.773 1.243.88 1.84-.619.608-1.387 1.173-2.304 1.696A13.57 13.57 0 0 1 128.392 94c-1.099.32-2.24.48-3.424.48-1.675 0-3.083-.325-4.224-.976a7.678 7.678 0 0 1-2.704-2.624 11.945 11.945 0 0 1-1.456-3.648 19.418 19.418 0 0 1-.432-4.08c0-2.688.427-4.875 1.28-6.56.853-1.696 1.984-2.944 3.392-3.744 1.419-.8 2.981-1.2 4.688-1.2 1.653 0 3.093.293 4.32.88 1.237.587 2.192 1.381 2.864 2.384.683 1.003 1.024 2.133 1.024 3.392 0 1.003-.261 1.723-.784 2.16-.512.437-1.227.656-2.144.656a5.94 5.94 0 0 1-1.008-.08 14.288 14.288 0 0 1-.928-.192Zm14.78 4.032h-.512a10.35 10.35 0 0 0-.576-.016 8.706 8.706 0 0 0-.512-.016c-.501 0-1.019.005-1.552.016-.523.01-1.035.016-1.536.016v-4.288c.501 0 1.013.005 1.536.016.533.01 1.051.016 1.552.016h.512c.192-.01.384-.016.576-.016.192-.01.363-.016.512-.016h3.696c.149 0 .32.005.512.016.192 0 .384.005.576.016h.512c.501 0 1.013-.005 1.536-.016.523-.01 1.035-.016 1.536-.016v4.288a73.02 73.02 0 0 1-1.536-.016 75.112 75.112 0 0 0-1.536-.016c-.149 0-.32.005-.512.016-.192 0-.384.005-.576.016h-4.208ZM142.068 94c-.427.075-.88.123-1.36.144-.469.032-.875.048-1.216.048-.309 0-.715-.016-1.216-.048a9.775 9.775 0 0 1-1.344-.144V72.144a8.282 8.282 0 0 1 1.344-.16c.501-.021.907-.032 1.216-.032.341 0 .747.01 1.216.032.48.021.933.075 1.36.16v6.112c0 .448-.005.848-.016 1.2-.011.341-.016.73-.016 1.168v4.224c0 .427.005.816.016 1.168s.016.752.016 1.2V94Zm6.832-6.784c0-.448.005-.848.016-1.2s.016-.741.016-1.168v-4.224c0-.437-.005-.827-.016-1.168a38.96 38.96 0 0 1-.016-1.2v-6.112a8.922 8.922 0 0 1 1.344-.16c.469-.021.875-.032 1.216-.032.309 0 .709.01 1.2.032.501.021.955.075 1.36.16V94c-.427.075-.864.123-1.312.144-.437.032-.832.048-1.184.048-.363 0-.784-.016-1.264-.048-.469-.021-.923-.07-1.36-.144v-6.784Zm14.913-15.072c.405-.064.89-.112 1.456-.144a27.568 27.568 0 0 1 1.504-.048c.405 0 .896.016 1.472.048.586.032 1.082.09 1.488.176l6.88 21.488c-.352.203-.811.357-1.376.464a8.247 8.247 0 0 1-1.552.16c-.811 0-1.446-.187-1.904-.56-.459-.384-.843-1.125-1.152-2.224l-2.288-8.112c-.246-.896-.534-1.952-.864-3.168l-.896-3.408h-.192a31.701 31.701 0 0 1-.432 1.968 88.53 88.53 0 0 1-.576 2.176c-.192.715-.374 1.365-.544 1.952l-3.264 11.12c-.32.075-.662.123-1.024.144-.363.032-.747.048-1.152.048-.384 0-.822-.032-1.312-.096-.48-.064-.864-.15-1.152-.256l-.192-.272 7.072-21.456Zm.384 17.28h-.528a10.35 10.35 0 0 0-.576-.016 9.545 9.545 0 0 0-.528-.016h-2.688l1.552-3.984h2.88c.192-.01.384-.016.576-.016.192-.01.362-.016.512-.016h2.336c.16 0 .33.005.512.016.192 0 .384.005.576.016h2.976l1.296 3.984h-2.704c-.15 0-.326.005-.528.016-.192 0-.39.005-.592.016h-5.072Zm15.11-17.184c.405-.096.928-.165 1.568-.208.64-.053 1.125-.08 1.456-.08.331 0 .768.01 1.312.032.555.021 1.109.075 1.664.16l-1.296 5.824-.336.112c.085.907.155 1.936.208 3.088a122.453 122.453 0 0 1 .192 6.464V94a9.917 9.917 0 0 1-1.232.144c-.405.032-.768.048-1.088.048-.309 0-.693-.016-1.152-.048a9.604 9.604 0 0 1-1.296-.144V72.24Zm6.288 10.304a60.887 60.887 0 0 1-1.792-4.528l-2.368-2.736 3.872-3.136 4.928 11.424c.405.939.779 1.835 1.12 2.688.352.853.645 1.579.88 2.176l2.592 2.8L190.651 94l-5.056-11.456Zm11.104-10.4v21.76c-.405.096-.939.165-1.6.208-.651.053-1.147.08-1.488.08a23.4 23.4 0 0 1-1.312-.048 18.1 18.1 0 0 1-1.648-.144l1.344-5.52.368-.112c-.085-.992-.16-2.08-.224-3.264a137.863 137.863 0 0 1-.144-3.424 148.986 148.986 0 0 1-.032-2.752v-3.904c0-1.141.229-1.941.688-2.4.469-.459 1.195-.688 2.176-.688h1.664l.208.208Zm21.689 1.808c-.053.725-.32 1.435-.8 2.128-.469.693-.965 1.21-1.488 1.552a10.545 10.545 0 0 0-2.56-1.248 8.219 8.219 0 0 0-2.72-.48c-1.077 0-2.01.256-2.8.768-.789.512-1.402 1.307-1.84 2.384-.426 1.077-.64 2.475-.64 4.192 0 2.496.459 4.32 1.376 5.472.928 1.152 2.251 1.728 3.968 1.728 1.046 0 1.984-.096 2.816-.288a54.04 54.04 0 0 0 2.064-.512l2.672 3.504c-.618.203-1.365.41-2.24.624-.864.203-1.818.368-2.864.496a25.312 25.312 0 0 1-3.328.208c-1.642 0-3.072-.261-4.288-.784-1.216-.523-2.224-1.275-3.024-2.256-.8-.981-1.397-2.165-1.792-3.552-.394-1.387-.592-2.944-.592-4.672 0-1.941.283-3.632.848-5.072.566-1.45 1.334-2.656 2.304-3.616a9.496 9.496 0 0 1 3.28-2.144c1.216-.48 2.475-.72 3.776-.72 1.462 0 2.864.213 4.208.64 1.355.416 2.576.965 3.664 1.648Zm-4.752 14.112c0-.757.027-1.557.08-2.4a11.26 11.26 0 0 1 .384-2.352l4.336 1.44v8.4l-4.8.064v-5.152Zm1.424-6.48c1.27 0 2.15.299 2.64.896.491.587.736 1.344.736 2.272v1.088h-6.304c-.821 0-1.434-.155-1.84-.464-.405-.31-.608-.87-.608-1.68 0-.341.032-.704.096-1.088.075-.384.166-.725.272-1.024h5.008Z\" fill=\"#FCFCFC\"/><path d=\"M1 30c0-7.1.002-12.323.54-16.326C2.075 9.7 3.12 7.08 5.1 5.101c1.98-1.98 4.6-3.026 8.574-3.56C17.677 1.001 22.901 1 30 1h43c7.1 0 12.323.002 16.326.54C93.3 2.075 95.92 3.12 97.9 5.1c1.98 1.98 3.025 4.6 3.56 8.574.538 4.003.54 9.227.54 16.326v43c0 7.1-.002 12.323-.54 16.326-.535 3.974-1.58 6.594-3.56 8.574-1.98 1.98-4.6 3.025-8.574 3.56-4.003.538-9.227.54-16.326.54H30c-7.1 0-12.323-.002-16.326-.54-3.974-.535-6.594-1.58-8.573-3.56-1.98-1.98-3.026-4.6-3.56-8.574C1.001 85.323 1 80.099 1 73V30Z\" fill=\"#FCFCFC\" stroke=\"#000\" stroke-width=\"2\"/><path d=\"M68.666 71.274c-2.455 7.336-7.525 17.928-14.607 18.592-10.624 1.328-23.904-4.427-26.117-29.658 0 0-.804-12.157 1.328-19.477 1.586-8.482 5.755-19.477 11.51-19.477 5.754 0 6.639 3.099 7.967 7.968 1.328 4.87 1.77 11.509 1.77 11.509m-9.295 17.263 19.92-9.738\" stroke=\"#000\" stroke-width=\"4\" stroke-linecap=\"round\"/><path d=\"M55.655 54.845c0 2.656.886 16.821.886 16.821s.442 4.87-1.771 5.755c-3.984 1.77-7.525 1.77-10.181-3.984\" stroke=\"#000\" stroke-width=\"4\" stroke-linecap=\"round\"/><path d=\"M61.263 17.06c.528-1.833 1.784-3.668 3.368-4.642 1.49-.917 2.525-1.028 4.209-.186 2.876 1.438-6.23 12.997-5.051 11.883 1.178-1.114 4.714-3.157 6.735-3.157 2.02 0 2.357 2.228 2.357 2.228.283 1.965-.863 3.556-2.694 6.313-1.928 2.217-3.237 1.712-5.556.928\" stroke=\"#000\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ks4adr\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:103,intrinsicWidth:103,layoutDependency:layoutDependency,layoutId:\"cQBkEivrW\",svg:'<svg width=\"103\" height=\"103\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 30c0-7.1.002-12.323.54-16.326C2.075 9.7 3.12 7.08 5.1 5.101c1.98-1.98 4.6-3.026 8.574-3.56C17.677 1.001 22.901 1 30 1h43c7.1 0 12.323.002 16.326.54C93.3 2.075 95.92 3.12 97.9 5.1c1.98 1.98 3.025 4.6 3.56 8.574.538 4.003.54 9.227.54 16.326v43c0 7.1-.002 12.323-.54 16.326-.535 3.974-1.58 6.594-3.56 8.574-1.98 1.98-4.6 3.025-8.574 3.56-4.003.538-9.227.54-16.326.54H30c-7.1 0-12.323-.002-16.326-.54-3.974-.535-6.594-1.58-8.573-3.56-1.98-1.98-3.026-4.6-3.56-8.574C1.001 85.323 1 80.099 1 73V30Z\" fill=\"#FCFCFC\" stroke=\"#000\" stroke-width=\"2\"/><path d=\"M68.666 71.274c-2.455 7.336-7.525 17.928-14.607 18.592-10.624 1.328-23.904-4.427-26.117-29.658 0 0-.804-12.157 1.328-19.477 1.586-8.482 5.755-19.477 11.51-19.477 5.754 0 6.639 3.099 7.967 7.968 1.328 4.87 1.77 11.509 1.77 11.509m-9.295 17.263 19.92-9.738\" stroke=\"#000\" stroke-width=\"4\" stroke-linecap=\"round\"/><path d=\"M55.655 54.845c0 2.656.886 16.821.886 16.821s.442 4.87-1.771 5.755c-3.984 1.77-7.525 1.77-10.181-3.984\" stroke=\"#000\" stroke-width=\"4\" stroke-linecap=\"round\"/><path d=\"M61.263 17.06c.528-1.833 1.784-3.668 3.368-4.642 1.49-.917 2.525-1.028 4.209-.186 2.876 1.438-6.23 12.997-5.051 11.883 1.178-1.114 4.714-3.157 6.735-3.157 2.02 0 2.357 2.228 2.357 2.228.283 1.965-.863 3.556-2.694 6.313-1.928 2.217-3.237 1.712-5.556.928\" stroke=\"#000\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-196oi03\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:103,intrinsicWidth:103,layoutDependency:layoutDependency,layoutId:\"jeO2FyAnC\",svg:'<svg width=\"103\" height=\"103\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 30c0-7.1.002-12.323.54-16.326C2.075 9.7 3.12 7.08 5.1 5.101c1.98-1.98 4.6-3.026 8.574-3.56C17.677 1.001 22.901 1 30 1h43c7.1 0 12.323.002 16.326.54C93.3 2.075 95.92 3.12 97.9 5.1c1.98 1.98 3.025 4.6 3.56 8.574.538 4.003.54 9.227.54 16.326v43c0 7.1-.002 12.323-.54 16.326-.535 3.974-1.58 6.594-3.56 8.574-1.98 1.98-4.6 3.025-8.574 3.56-4.003.538-9.227.54-16.326.54H30c-7.1 0-12.323-.002-16.326-.54-3.974-.535-6.594-1.58-8.573-3.56-1.98-1.98-3.026-4.6-3.56-8.574C1.001 85.323 1 80.099 1 73V30Z\" fill=\"#FCFCFC\" stroke=\"#000\" stroke-width=\"2\"/><path d=\"M68.666 71.274c-2.455 7.336-7.525 17.928-14.607 18.592-10.624 1.328-23.904-4.427-26.117-29.658 0 0-.804-12.157 1.328-19.477 1.586-8.482 5.755-19.477 11.51-19.477 5.754 0 6.639 3.099 7.967 7.968 1.328 4.87 1.77 11.509 1.77 11.509m-9.295 17.263 19.92-9.738\" stroke=\"#000\" stroke-width=\"4\" stroke-linecap=\"round\"/><path d=\"M55.655 54.845c0 2.656.886 16.821.886 16.821s.442 4.87-1.771 5.755c-3.984 1.77-7.525 1.77-10.181-3.984\" stroke=\"#000\" stroke-width=\"4\" stroke-linecap=\"round\"/><path d=\"M61.263 17.06c.528-1.833 1.784-3.668 3.368-4.642 1.49-.917 2.525-1.028 4.209-.186 2.876 1.438-6.23 12.997-5.051 11.883 1.178-1.114 4.714-3.157 6.735-3.157 2.02 0 2.357 2.228 2.357 2.228.283 1.965-.863 3.556-2.694 6.313-1.928 2.217-3.237 1.712-5.556.928\" stroke=\"#000\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-diypmh-container\",\"data-framer-name\":\"Hamburger\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"znJxrvj5s-container\",name:\"Hamburger\",nodeId:\"znJxrvj5s\",rendersWithMotion:true,scopeId:\"jJUJjLsG4\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-b6e9dc6c-dbb9-41d7-b497-4d836cf59407, rgb(252, 250, 252))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"znJxrvj5s\",layoutId:\"znJxrvj5s\",mirrored:false,name:\"Hamburger\",onClick:onClickar8ghv,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pceu4c-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"IAg7SU4Sp-container\",nodeId:\"IAg7SU4Sp\",rendersWithMotion:true,scopeId:\"jJUJjLsG4\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-b6e9dc6c-dbb9-41d7-b497-4d836cf59407, rgb(252, 250, 252))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"IAg7SU4Sp\",layoutId:\"IAg7SU4Sp\",mirrored:false,onClick:onClickxz0le9,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"86px\",y:(componentViewport?.y||0)+(28+((componentViewport?.height||124)-56-40)/2),...addPropertyOverrides({Kjbj5lmpr:{y:(componentViewport?.y||0)+(28+((componentViewport?.height||104)-56-40)/2)},tA9BvwPYW:{y:(componentViewport?.y||0)+28+(((componentViewport?.height||200)-72-216)/2+48+44)},YS2gTAVmG:{y:(componentViewport?.y||0)+(28+((componentViewport?.height||104)-56-40)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-g9su4-container\",layoutDependency:layoutDependency,layoutId:\"jW3GRgk6s-container\",nodeId:\"jW3GRgk6s\",rendersWithMotion:true,scopeId:\"jJUJjLsG4\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"jW3GRgk6s\",layoutId:\"jW3GRgk6s\",style:{height:\"100%\",width:\"100%\"},variant:\"br2Z16Vcv\",width:\"100%\",...addPropertyOverrides({Kjbj5lmpr:{variant:\"SyRJkfVwX\"},YS2gTAVmG:{variant:\"SyRJkfVwX\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"86px\",y:(componentViewport?.y||0)+(28+((componentViewport?.height||124)-56-40)/2),...addPropertyOverrides({Kjbj5lmpr:{y:(componentViewport?.y||0)+(28+((componentViewport?.height||104)-56-40)/2)},tA9BvwPYW:{y:(componentViewport?.y||0)+28+(((componentViewport?.height||200)-72-216)/2+88+88)},YS2gTAVmG:{y:(componentViewport?.y||0)+(28+((componentViewport?.height||104)-56-40)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16udqjm-container\",layoutDependency:layoutDependency,layoutId:\"eIGATIFue-container\",nodeId:\"eIGATIFue\",rendersWithMotion:true,scopeId:\"jJUJjLsG4\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"eIGATIFue\",layoutId:\"eIGATIFue\",style:{height:\"100%\",width:\"100%\"},variant:\"T8YONNps0\",width:\"100%\",...addPropertyOverrides({Kjbj5lmpr:{variant:\"TMgzw62Ne\"},YS2gTAVmG:{variant:\"TMgzw62Ne\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1ZPOA.framer-15jmy4x, .framer-1ZPOA .framer-15jmy4x { display: block; }\",\".framer-1ZPOA.framer-s9btg8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 28px 44px 28px 44px; position: relative; width: 1700px; }\",\".framer-1ZPOA .framer-1phewxa { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1ZPOA .framer-wrvg5j { aspect-ratio: 2.2857142857142856 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 68px); position: relative; text-decoration: none; width: 156px; }\",\".framer-1ZPOA .framer-1ks4adr, .framer-1ZPOA .framer-196oi03 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-1ZPOA .framer-diypmh-container, .framer-1ZPOA .framer-pceu4c-container { flex: none; height: 36px; position: relative; width: 36px; }\",\".framer-1ZPOA .framer-g9su4-container, .framer-1ZPOA .framer-16udqjm-container { aspect-ratio: 2.15 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 86px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1ZPOA.framer-s9btg8 { gap: 0px; } .framer-1ZPOA.framer-s9btg8 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-1ZPOA.framer-s9btg8 > :first-child { margin-left: 0px; } .framer-1ZPOA.framer-s9btg8 > :last-child { margin-right: 0px; } }\",\".framer-1ZPOA.framer-v-gpw6c7.framer-s9btg8 { gap: 36px; width: 1200px; }\",\".framer-1ZPOA.framer-v-gpw6c7 .framer-wrvg5j, .framer-1ZPOA.framer-v-1nqio95 .framer-wrvg5j { height: var(--framer-aspect-ratio-supported, 48px); width: 110px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1ZPOA.framer-v-gpw6c7.framer-s9btg8 { gap: 0px; } .framer-1ZPOA.framer-v-gpw6c7.framer-s9btg8 > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-1ZPOA.framer-v-gpw6c7.framer-s9btg8 > :first-child { margin-left: 0px; } .framer-1ZPOA.framer-v-gpw6c7.framer-s9btg8 > :last-child { margin-right: 0px; } }\",\".framer-1ZPOA.framer-v-e4xohn.framer-s9btg8 { width: 310px; }\",\".framer-1ZPOA.framer-v-q3ao3d.framer-s9btg8 { flex-direction: column; gap: 44px; padding: 28px 44px 44px 44px; width: 310px; }\",\".framer-1ZPOA.framer-v-q3ao3d .framer-1phewxa { flex: none; width: 100%; }\",\".framer-1ZPOA.framer-v-q3ao3d .framer-196oi03 { order: 2; }\",\".framer-1ZPOA.framer-v-q3ao3d .framer-pceu4c-container { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1ZPOA.framer-v-q3ao3d.framer-s9btg8 { gap: 0px; } .framer-1ZPOA.framer-v-q3ao3d.framer-s9btg8 > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-1ZPOA.framer-v-q3ao3d.framer-s9btg8 > :first-child { margin-top: 0px; } .framer-1ZPOA.framer-v-q3ao3d.framer-s9btg8 > :last-child { margin-bottom: 0px; } }\",\".framer-1ZPOA.framer-v-1nqio95.framer-s9btg8 { width: 810px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 124\n * @framerIntrinsicWidth 1700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Kjbj5lmpr\":{\"layout\":[\"fixed\",\"auto\"]},\"d7kX_6yUu\":{\"layout\":[\"fixed\",\"auto\"]},\"tA9BvwPYW\":{\"layout\":[\"fixed\",\"auto\"]},\"YS2gTAVmG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerjJUJjLsG4=withCSS(Component,css,\"framer-1ZPOA\");export default FramerjJUJjLsG4;FramerjJUJjLsG4.displayName=\"Navigation\";FramerjJUJjLsG4.defaultProps={height:124,width:1700};addPropertyControls(FramerjJUJjLsG4,{variant:{options:[\"o_mRGWOVv\",\"Kjbj5lmpr\",\"d7kX_6yUu\",\"tA9BvwPYW\",\"YS2gTAVmG\"],optionTitles:[\"Desktop Large\",\"Desktop\",\"Phone\",\"Phone Open\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerjJUJjLsG4,[{explicitInter:true,fonts:[]},...FeatherFonts,...NavigationLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjJUJjLsG4\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Kjbj5lmpr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d7kX_6yUu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tA9BvwPYW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YS2gTAVmG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1700\",\"framerIntrinsicHeight\":\"124\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jJUJjLsG4.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "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", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "RichText", "SVG", "css", "FramerC3fSAhE6d", "withCSS", "C3fSAhE6d_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "NavigationLinkFonts", "C3fSAhE6d_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickar8ghv", "args", "onClickxz0le9", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerjJUJjLsG4", "withCSS", "jJUJjLsG4_default", "addPropertyControls", "ControlType", "addFonts"]
}
