{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/3PbIzJWuNKtWvXvu6e8m/CCjxfdoYGPLKEgTq5ZPr/xdADfZFqW.js", "ssg:https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js", "ssg:https://framerusercontent.com/modules/7TXA8CDDsdsZZyYnmj6f/NwqbwiRNeH1htMgN3K55/ooMhlcF6A.js", "ssg:https://framerusercontent.com/modules/jpXXLZX5Es51ajvS0rFu/mEV3wbgFXDjWuy1CI0f7/b9lHS4FPw.js", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/V26M7CBFWaI0GKqK1hv8/lzcOx1mzjNtaLXk5Nb1o/cGMBPId_w.js", "ssg:https://framerusercontent.com/modules/J0EybBHP1xP2OUTdK7KZ/5bGwcwTpgDX7kQYpRXMG/Logo.js", "ssg:https://framerusercontent.com/modules/35BGU4Z3KUNaENrrZvx2/85f58BAX0Vo5NHsi7ML2/dwhabViyz.js", "ssg:https://framerusercontent.com/modules/jratW9D1cCyskkZHPabU/o0Qs4tiBvrhK188gjAL6/hHTn2bbOC.js", "ssg:https://framerusercontent.com/modules/2HDivEPJcEX9ZfdP5Pa4/kpIaGnxFWyGUTUr8NnOt/UdoOnEiB7.js", "ssg:https://framerusercontent.com/modules/ie7v6swXa1qlJE8agN93/Qk7ZoZSEdEJmcLHSaTjg/OOuotiQPS.js"],
  "sourcesContent": ["// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-variable-regular\",\"GF;Geist-variable-regularVF=IndnaHQiIDQwMA==\",\"GF;Geist-variable-regularVF=IndnaHQiIDQwMA==\",\"GF;Geist-variable-regularVF=IndnaHQiIDQwMA==\"]);const variationAxes=[{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyByhwUxId8gMHwbElSvO5Tc.ttf\",variationAxes,weight:\"400\"}]}];export const css=['.framer-JiPFn .framer-styles-preset-1b7ree4:not(.rich-text-wrapper), .framer-JiPFn .framer-styles-preset-1b7ree4.rich-text-wrapper p { --framer-font-family: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 400; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, #030712); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-JiPFn\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,useLocaleCode}from\"framer\";import{startTransition,useCallback,useEffect,useRef,useState}from\"react\";const fontStack=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;function formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,showMinutes,showSeconds},timeFormat,monthFormat,localCode){const date=new Date;const onlyYearIsShown=!showWeekday&&!showMonth&&showYear;switch(outputType){case\"date\":return new Intl.DateTimeFormat(localCode,{weekday:showWeekday?\"long\":undefined,day:onlyYearIsShown?undefined:\"numeric\",month:showMonth?monthFormat:undefined,year:showYear?\"numeric\":undefined}).format(date);case\"time\":return new Intl.DateTimeFormat(localCode,{hour:\"numeric\",minute:showMinutes?\"numeric\":undefined,second:showSeconds&&showMinutes?\"numeric\":undefined,hour12:timeFormat===\"12h\"}).format(date);default:return new Intl.DateTimeFormat(localCode).format(date);}}const defaultProps={height:20,width:140,outputType:\"time\",color:\"#999\",timeFormat:\"24h\",showYear:true,showMonth:true,showWeekday:true,showMinutes:true,showSeconds:true,monthFormat:\"long\",alignment:\"center\"};/**\n * TIME AND DATE\n * FORKED FROM PROTOTYPING\n *\n * @framerIntrinsicWidth 140\n * @framerIntrinsicHeight 20\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function Time(props){const mergedProps={...defaultProps,...props};const{outputType,timeFormat,showYear,showMonth,showWeekday,// showHours,\nshowMinutes,showSeconds,monthFormat,color,font,tabularFont}=mergedProps;const localCode=useLocaleCode();const getTextContent=useCallback(()=>formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,// showHours,\n    showMinutes,showSeconds},timeFormat,monthFormat,localCode),[localCode,monthFormat,outputType,showMinutes,showMonth,showSeconds,showWeekday,showYear,timeFormat]);const timeoutRef=useRef()// FIXME: With React 19, we can remove this and return a cleanup from the ref callback\n;const updateCountdown=useCallback(node=>{if(node===null){// React calls w/ `null` on unmount or if the ref function changes.\nclearTimeout(timeoutRef.current);return;}let prev;const tick=()=>{const date=new Date;const next=new Date().setSeconds(date.getSeconds()+1,0)-+date;timeoutRef.current=setTimeout(tick,next);const textContent=getTextContent();if(prev!==textContent){node.textContent=textContent;prev=textContent;}};tick();},[getTextContent]);const[visible,setIsVisible]=useState(false);const isCanvas=RenderTarget.current()===RenderTarget.canvas;useEffect(()=>{startTransition(()=>setIsVisible(true));// Don\u2019t want real time on Canvas\nif(isCanvas)return;},[isCanvas]);return /*#__PURE__*/_jsx(\"p\",{suppressHydrationWarning:true,style:{margin:0,padding:0,color,fontFamily:fontStack,fontWeight:500,fontSize:16,lineHeight:1,visibility:visible?\"visible\":\"hidden\",...font,fontVariantNumeric:tabularFont?\"tabular-nums\":\"normal\",whiteSpace:\"nowrap\"},ref:isCanvas?undefined:updateCountdown,children:getTextContent()});}Time.displayName=\"Time & Date\";addPropertyControls(Time,{outputType:{title:\"Type\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"date\",\"time\"],optionTitles:[\"Date\",\"Time\"],defaultValue:defaultProps.outputType},showWeekday:{title:\"Day\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showWeekday,hidden:props=>props.outputType!==\"date\"},showMonth:{title:\"Month\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMonth,hidden:props=>props.outputType!==\"date\"},monthFormat:{title:\"Format\",type:ControlType.Enum,options:[\"short\",\"long\",\"numeric\"],optionTitles:[\"Short\",\"Long\",\"Numeric\"],defaultValue:defaultProps.monthFormat,hidden:props=>props.outputType!==\"date\"||!props.showMonth},showYear:{title:\"Year\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showYear,hidden:props=>props.outputType!==\"date\"},timeFormat:{title:\"Format\",type:ControlType.Enum,options:[\"12h\",\"24h\"],optionTitles:[\"12h\",\"24h\"],displaySegmentedControl:true,defaultValue:defaultProps.timeFormat,hidden:props=>props.outputType!==\"time\"},// showHours: {\n//     title: \"Hours\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n//     defaultValue: defaultProps.showHours,\n//     hidden: (props) => props.outputType !== \"time\",\n// },\nshowMinutes:{title:\"Minutes\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMinutes,hidden:props=>props.outputType!==\"time\"},showSeconds:{title:\"Seconds\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showSeconds,hidden:props=>props.outputType!==\"time\"||!props.showMinutes},font:{type:ControlType.Font,controls:\"extended\"},tabularFont:{title:\"Tabular\",type:ControlType.Boolean,defaultValue:true},color:{type:ControlType.Color,defaultValue:defaultProps.color}});\nexport const __FramerMetadata__ = {\"exports\":{\"Time\":{\"type\":\"reactComponent\",\"name\":\"Time\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"20\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicWidth\":\"140\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Time.map", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-variable-regular\",\"GF;Geist-variable-regularVF=IndnaHQiIDUwMA==\",\"GF;Geist-variable-regularVF=IndnaHQiIDUwMA==\",\"GF;Geist-variable-regularVF=IndnaHQiIDUwMA==\"]);const variationAxes=[{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyByhwUxId8gMHwbElSvO5Tc.ttf\",variationAxes,weight:\"400\"}]}];export const css=['.framer-NTsIS .framer-styles-preset-1rfqqsb:not(.rich-text-wrapper), .framer-NTsIS .framer-styles-preset-1rfqqsb.rich-text-wrapper p { --framer-font-family: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 500; --framer-font-variation-axes-bold: \"wght\" 500; --framer-font-variation-axes-bold-italic: \"wght\" 500; --framer-font-variation-axes-italic: \"wght\" 500; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, #030712); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-NTsIS\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7TXA8CDDsdsZZyYnmj6f/NwqbwiRNeH1htMgN3K55/ooMhlcF6A.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/3PbIzJWuNKtWvXvu6e8m/CCjxfdoYGPLKEgTq5ZPr/xdADfZFqW.js\";const TimeDateFonts=getFonts(TimeDate);const cycleOrder=[\"xbZa7aOBZ\",\"nX3zs6Z7f\",\"P_oM4O7NI\"];const serializationHash=\"framer-DBOyH\";const variantClassNames={nX3zs6Z7f:\"framer-v-gyd6d2\",P_oM4O7NI:\"framer-v-wp5cdv\",xbZa7aOBZ:\"framer-v-11fp3ab\"};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 transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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={\"Footer 4\":\"xbZa7aOBZ\",Phone:\"P_oM4O7NI\",Tablet:\"nX3zs6Z7f\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xbZa7aOBZ\"};};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:\"xbZa7aOBZ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-11fp3ab\",className,classNames),\"data-framer-name\":\"Footer 4\",layoutDependency:layoutDependency,layoutId:\"xbZa7aOBZ\",ref:refBinding,style:{...style},...addPropertyOverrides({nX3zs6Z7f:{\"data-framer-name\":\"Tablet\"},P_oM4O7NI:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xonn6\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"LFliIaEh3\",style:{borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1enpoju\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"QonkabTCK\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-a15c699d-cfa4-4029-945e-ffe8d58c9c7e, rgb(39, 39, 42))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t5yvy3\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"EhN2GZTE5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16rbfub\",layoutDependency:layoutDependency,layoutId:\"WeF7D6_LC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1rfqqsb\",\"data-styles-preset\":\"ooMhlcF6A\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170)))\"},children:\"\\xa9 \"})}),className:\"framer-nl89qd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sStUhjSei\",style:{\"--extracted-r6o4lv\":\"var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tdba0y-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UTf2p5JMO-container\",nodeId:\"UTf2p5JMO\",rendersWithMotion:true,scopeId:\"b9lHS4FPw\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.2em\"},height:\"100%\",id:\"UTf2p5JMO\",layoutId:\"UTf2p5JMO\",monthFormat:\"long\",outputType:\"date\",showMinutes:true,showMonth:false,showSeconds:true,showWeekday:false,showYear:true,tabularFont:true,timeFormat:\"24h\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b7ree4\",\"data-styles-preset\":\"xdADfZFqW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a81a09d2-251b-41c8-b76f-02198ec1c3b5, rgb(161, 161, 170)))\"},children:\"OpenShield Inc.\"})}),className:\"framer-1909wen\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dwfvtAM8E\",style:{\"--extracted-r6o4lv\":\"var(--token-a81a09d2-251b-41c8-b76f-02198ec1c3b5, rgb(161, 161, 170))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-atqyb1\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"rDwxLuMAF\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://discord.gg/sppsj7K6FT\",motionChild:true,nodeId:\"NttKwklEt\",openInNewTab:true,scopeId:\"b9lHS4FPw\",...addPropertyOverrides({nX3zs6Z7f:{href:\"x.com/framer\"},P_oM4O7NI:{href:\"x.com/framer\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"X Twitter Link\",className:\"framer-dp1a6d framer-1h65st4\",\"data-framer-name\":\"Discord\",layoutDependency:layoutDependency,layoutId:\"NttKwklEt\",style:{opacity:.5},whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"github.com/openshieldai/openshield\",motionChild:true,nodeId:\"f5vBdXJuc\",openInNewTab:true,scopeId:\"b9lHS4FPw\",...addPropertyOverrides({nX3zs6Z7f:{href:\"https://www.instagram.com/framer/\"},P_oM4O7NI:{href:\"https://www.instagram.com/framer/\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Instagram link\",className:\"framer-il9vta framer-1h65st4\",\"data-framer-name\":\"Github\",layoutDependency:layoutDependency,layoutId:\"f5vBdXJuc\",style:{opacity:.5},whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-aaqt4r\",\"data-framer-name\":\"github\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kGv6ED8Of\",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 12 1.163 C 9.362 1.163 6.809 2.102 4.8 3.811 C 2.79 5.521 1.455 7.89 1.032 10.494 C 0.61 13.099 1.128 15.768 2.493 18.026 C 3.859 20.283 5.984 21.981 8.487 22.815 C 9.042 22.913 9.25 22.579 9.25 22.287 C 9.25 22.024 9.237 21.148 9.237 20.218 C 6.444 20.732 5.722 19.537 5.5 18.913 C 5.254 18.305 4.863 17.766 4.361 17.343 C 3.972 17.135 3.417 16.621 4.347 16.607 C 4.702 16.646 5.043 16.769 5.341 16.967 C 5.638 17.166 5.883 17.433 6.056 17.746 C 6.208 18.019 6.412 18.259 6.657 18.453 C 6.902 18.647 7.183 18.791 7.483 18.876 C 7.784 18.961 8.098 18.986 8.408 18.949 C 8.719 18.913 9.019 18.815 9.291 18.663 C 9.339 18.098 9.591 17.569 10 17.176 C 7.528 16.898 4.944 15.941 4.944 11.691 C 4.929 10.586 5.336 9.517 6.083 8.704 C 5.744 7.744 5.783 6.691 6.195 5.759 C 6.195 5.759 7.124 5.468 9.25 6.898 C 11.068 6.398 12.988 6.398 14.806 6.898 C 16.93 5.454 17.861 5.759 17.861 5.759 C 18.272 6.691 18.312 7.744 17.972 8.704 C 18.722 9.516 19.129 10.586 19.111 11.691 C 19.111 15.954 16.513 16.898 14.041 17.176 C 14.306 17.445 14.511 17.767 14.64 18.122 C 14.769 18.477 14.821 18.855 14.791 19.232 C 14.791 20.718 14.778 21.913 14.778 22.287 C 14.778 22.579 14.986 22.926 15.541 22.815 C 18.04 21.974 20.158 20.272 21.518 18.014 C 22.877 15.755 23.39 13.087 22.965 10.485 C 22.539 7.883 21.203 5.518 19.195 3.81 C 17.186 2.102 14.636 1.164 12 1.163 Z\" fill=\"var(--token-1ee1fd10-53fd-48b4-bd9b-04e9739da038, rgb(161, 161, 170)) /* {&quot;name&quot;:&quot;Footer Icon&quot;} */\"></path></svg>',svgContentId:11291891326,withExternalLayout:true})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DBOyH.framer-1h65st4, .framer-DBOyH .framer-1h65st4 { display: block; }\",\".framer-DBOyH.framer-11fp3ab { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1152px; }\",\".framer-DBOyH .framer-1xonn6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1152px; overflow: hidden; padding: 64px 40px 0px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DBOyH .framer-1enpoju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-DBOyH .framer-1t5yvy3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DBOyH .framer-16rbfub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DBOyH .framer-nl89qd, .framer-DBOyH .framer-1909wen { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DBOyH .framer-tdba0y-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DBOyH .framer-atqyb1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DBOyH .framer-dp1a6d { flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 24px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DBOyH .framer-il9vta { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; text-decoration: none; width: 24px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DBOyH .framer-aaqt4r { flex: none; height: 24px; left: 1px; position: absolute; top: 1px; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DBOyH.framer-11fp3ab, .framer-DBOyH .framer-1xonn6, .framer-DBOyH .framer-1t5yvy3, .framer-DBOyH .framer-16rbfub, .framer-DBOyH .framer-atqyb1 { gap: 0px; } .framer-DBOyH.framer-11fp3ab > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-DBOyH.framer-11fp3ab > :first-child, .framer-DBOyH .framer-1xonn6 > :first-child { margin-top: 0px; } .framer-DBOyH.framer-11fp3ab > :last-child, .framer-DBOyH .framer-1xonn6 > :last-child { margin-bottom: 0px; } .framer-DBOyH .framer-1xonn6 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-DBOyH .framer-1t5yvy3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-DBOyH .framer-1t5yvy3 > :first-child, .framer-DBOyH .framer-16rbfub > :first-child, .framer-DBOyH .framer-atqyb1 > :first-child { margin-left: 0px; } .framer-DBOyH .framer-1t5yvy3 > :last-child, .framer-DBOyH .framer-16rbfub > :last-child, .framer-DBOyH .framer-atqyb1 > :last-child { margin-right: 0px; } .framer-DBOyH .framer-16rbfub > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DBOyH .framer-atqyb1 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-DBOyH.framer-v-gyd6d2.framer-11fp3ab { width: 810px; }\",\".framer-DBOyH.framer-v-wp5cdv.framer-11fp3ab { width: 390px; }\",\".framer-DBOyH.framer-v-wp5cdv .framer-1xonn6 { padding: 64px 24px 0px 24px; }\",\".framer-DBOyH.framer-v-wp5cdv .framer-1enpoju { flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-DBOyH.framer-v-wp5cdv .framer-1t5yvy3 { flex: none; order: 0; width: 100%; }\",\".framer-DBOyH.framer-v-wp5cdv .framer-atqyb1 { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DBOyH.framer-v-wp5cdv .framer-1enpoju { gap: 0px; } .framer-DBOyH.framer-v-wp5cdv .framer-1enpoju > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-DBOyH.framer-v-wp5cdv .framer-1enpoju > :first-child { margin-top: 0px; } .framer-DBOyH.framer-v-wp5cdv .framer-1enpoju > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-DBOyH[data-border=\"true\"]::after, .framer-DBOyH [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 128\n * @framerIntrinsicWidth 1152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nX3zs6Z7f\":{\"layout\":[\"fixed\",\"auto\"]},\"P_oM4O7NI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb9lHS4FPw=withCSS(Component,css,\"framer-DBOyH\");export default Framerb9lHS4FPw;Framerb9lHS4FPw.displayName=\"Footer 4 Columns\";Framerb9lHS4FPw.defaultProps={height:128,width:1152};addPropertyControls(Framerb9lHS4FPw,{variant:{options:[\"xbZa7aOBZ\",\"nX3zs6Z7f\",\"P_oM4O7NI\"],optionTitles:[\"Footer 4\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerb9lHS4FPw,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...TimeDateFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb9lHS4FPw\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1152\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nX3zs6Z7f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P_oM4O7NI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"128\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b9lHS4FPw.map", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\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,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Material site](https://fonts.google.com/icons)\"},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},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-QT0DO\";const variantClassNames={YKFYCDq5f:\"framer-v-1b46l47\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,tf5T1agS6:click??props.tf5T1agS6};};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,tf5T1agS6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"YKFYCDq5f\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapa72clg=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(tf5T1agS6){const res=await tf5T1agS6(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:26,pixelWidth:25,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Cl8Xlngqy9hm4boTGryXjRKzXU.svg\"},className:cx(scopingClassNames,\"framer-1b46l47\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YKFYCDq5f\",onTap:onTapa72clg,ref:refBinding,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QT0DO.framer-1mq9xds, .framer-QT0DO .framer-1mq9xds { display: block; }\",\".framer-QT0DO.framer-1b46l47 { cursor: pointer; height: 25px; mix-blend-mode: difference; position: relative; width: 30px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 30\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"tf5T1agS6\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercGMBPId_w=withCSS(Component,css,\"framer-QT0DO\");export default FramercGMBPId_w;FramercGMBPId_w.displayName=\"Logo Svg Small\";FramercGMBPId_w.defaultProps={height:25,width:30};addPropertyControls(FramercGMBPId_w,{tf5T1agS6:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramercGMBPId_w,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercGMBPId_w\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"tf5T1agS6\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"25\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"30\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cGMBPId_w.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export default function Logo(props){// This is a React component containing an Example component\n// Replace <Example /> with your own code\nconst divStyle={display:\"flex\",layout:\"relative\"};return /*#__PURE__*/_jsx(\"div\",{style:divStyle,children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",zoomAndPan:\"magnify\",viewBox:\"79 145 185 26\",preserveAspectRatio:\"xMidYMid meet\",version:\"1.0\",width:\"100%\",height:\"100%\",color:props.svgColor,children:[/*#__PURE__*/_jsxs(\"defs\",{children:[/*#__PURE__*/_jsx(\"g\",{}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"336c48bc22\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 95 146.644531 L 97 146.644531 L 97 148 L 95 148 Z M 95 146.644531 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"cc26f79a1e\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 96 146.644531 L 99 146.644531 L 99 148 L 96 148 Z M 96 146.644531 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"f8757a8e29\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 102 148 L 105.46875 148 L 105.46875 151 L 102 151 Z M 102 148 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"f13678e764\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 93 146.644531 L 95 146.644531 L 95 148 L 93 148 Z M 93 146.644531 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"575898ce8c\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 91 146.644531 L 94 146.644531 L 94 148 L 91 148 Z M 91 146.644531 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"cefd956482\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 89 146.644531 L 92 146.644531 L 92 148 L 89 148 Z M 89 146.644531 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"c07eeabddd\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 80.730469 152 L 82 152 L 82 156 L 80.730469 156 Z M 80.730469 152 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"6dd98a854b\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 80.730469 150 L 82 150 L 82 153 L 80.730469 153 Z M 80.730469 150 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"479d8dbe6b\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 93 169 L 96 169 L 96 171.394531 L 93 171.394531 Z M 93 169 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"60ab20cd7d\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 104 155 L 105.46875 155 L 105.46875 158 L 104 158 Z M 104 155 \",\"clip-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"clipPath\",{id:\"07adc892e4\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 104 152 L 105.46875 152 L 105.46875 156 L 104 156 Z M 104 152 \",\"clip-rule\":\"nonzero\"})})]}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#336c48bc22)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 95.128906 147.316406 C 95.640625 147.355469 96.148438 147.40625 96.652344 147.476562 L 96.871094 146.875 C 96.316406 146.796875 95.773438 146.742188 95.238281 146.703125 Z M 95.128906 147.316406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#cc26f79a1e)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.921875 147.515625 C 97.457031 147.597656 97.992188 147.699219 98.519531 147.820312 L 98.859375 147.234375 C 98.277344 147.105469 97.707031 146.996094 97.140625 146.914062 Z M 96.921875 147.515625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 100.773438 148.457031 C 101.398438 148.667969 102.015625 148.910156 102.628906 149.175781 L 103.222656 148.675781 C 102.554688 148.382812 101.890625 148.128906 101.234375 147.90625 Z M 100.773438 148.457031 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#f8757a8e29)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 104.742188 150.222656 L 105.480469 149.800781 C 104.8125 149.425781 104.152344 149.097656 103.492188 148.796875 L 102.898438 149.296875 C 103.519531 149.578125 104.132812 149.886719 104.742188 150.222656 Z M 104.742188 150.222656 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.007812 148.414062 C 86.539062 148.25 87.109375 148.089844 87.714844 147.945312 L 87.414062 147.425781 C 86.773438 147.589844 86.171875 147.765625 85.613281 147.945312 Z M 86.007812 148.414062 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 83.859375 149.191406 C 84.40625 148.964844 85.035156 148.730469 85.734375 148.503906 L 85.34375 148.039062 C 84.597656 148.292969 83.941406 148.550781 83.382812 148.792969 Z M 83.859375 149.191406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#f13678e764)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.378906 147.257812 C 93.875 147.253906 94.371094 147.269531 94.863281 147.296875 L 94.96875 146.6875 C 94.429688 146.660156 93.898438 146.644531 93.378906 146.652344 Z M 93.378906 147.257812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.984375 147.882812 C 88.363281 147.796875 88.753906 147.71875 89.15625 147.648438 C 89.292969 147.621094 89.433594 147.597656 89.570312 147.578125 L 89.367188 147.015625 C 88.78125 147.117188 88.21875 147.234375 87.683594 147.363281 Z M 87.984375 147.882812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#575898ce8c)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.117188 146.65625 C 92.566406 146.664062 92.03125 146.695312 91.507812 146.738281 L 91.613281 147.332031 C 92.117188 147.292969 92.617188 147.269531 93.117188 147.261719 Z M 93.117188 146.65625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#cefd956482)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.839844 147.535156 C 90.34375 147.457031 90.847656 147.398438 91.347656 147.351562 L 91.246094 146.761719 C 90.691406 146.816406 90.152344 146.886719 89.632812 146.96875 Z M 89.839844 147.535156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.378906 150.027344 C 93.703125 150.03125 94.035156 150.050781 94.371094 150.078125 L 94.484375 149.441406 C 94.109375 149.417969 93.742188 149.40625 93.378906 149.40625 Z M 93.378906 150.027344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 95.910156 150.292969 C 96.253906 150.359375 96.601562 150.441406 96.949219 150.539062 L 97.351562 149.84375 C 96.949219 149.753906 96.550781 149.679688 96.15625 149.617188 Z M 95.910156 150.292969 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.976562 151.746094 C 100.324219 151.929688 100.671875 152.128906 101.023438 152.347656 L 102.210938 151.667969 C 101.757812 151.425781 101.308594 151.203125 100.859375 151.003906 Z M 99.976562 151.746094 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.214844 150.613281 C 97.574219 150.71875 97.9375 150.84375 98.304688 150.984375 L 98.910156 150.261719 C 98.476562 150.125 98.046875 150.007812 97.621094 149.90625 Z M 97.214844 150.613281 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 85.613281 151.007812 C 85.117188 151.21875 84.710938 151.417969 84.40625 151.574219 L 85.296875 152.097656 C 85.578125 151.941406 85.914062 151.769531 86.304688 151.585938 Z M 85.613281 151.007812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.113281 149.410156 C 92.730469 149.414062 92.355469 149.429688 91.988281 149.457031 L 92.097656 150.0625 C 92.429688 150.039062 92.769531 150.027344 93.113281 150.027344 Z M 93.113281 149.410156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.136719 149.878906 L 89.484375 150.476562 C 89.824219 150.390625 90.179688 150.316406 90.546875 150.253906 L 90.328125 149.652344 C 89.917969 149.71875 89.519531 149.792969 89.136719 149.878906 Z M 89.136719 149.878906 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.582031 150.289062 L 88.078125 150.878906 C 88.4375 150.757812 88.816406 150.644531 89.214844 150.539062 L 88.867188 149.941406 C 88.414062 150.046875 87.984375 150.167969 87.582031 150.289062 Z M 87.582031 150.289062 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.808594 150.972656 L 87.308594 150.375 C 86.785156 150.546875 86.308594 150.722656 85.890625 150.894531 L 86.570312 151.464844 C 86.945312 151.300781 87.359375 151.132812 87.808594 150.972656 Z M 87.808594 150.972656 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.332031 153.960938 C 97.511719 154.054688 97.660156 154.140625 97.769531 154.207031 L 98.421875 153.835938 C 98.242188 153.71875 98.0625 153.601562 97.882812 153.5 Z M 97.332031 153.960938 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.015625 152.6875 L 95.664062 153.292969 C 95.859375 153.351562 96.042969 153.410156 96.214844 153.472656 L 96.679688 152.917969 C 96.457031 152.832031 96.234375 152.753906 96.015625 152.6875 Z M 96.015625 152.6875 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 94.242188 152.332031 L 94.125 153 C 94.292969 153.015625 94.457031 153.039062 94.617188 153.0625 L 94.855469 152.414062 C 94.648438 152.378906 94.445312 152.351562 94.242188 152.332031 Z M 94.242188 152.332031 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 95.121094 152.460938 L 94.882812 153.109375 C 95.0625 153.140625 95.234375 153.179688 95.398438 153.222656 L 95.753906 152.609375 C 95.539062 152.550781 95.328125 152.5 95.121094 152.460938 Z M 95.121094 152.460938 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.367188 152.503906 C 91.15625 152.550781 90.945312 152.601562 90.742188 152.65625 L 91.125 153.316406 C 91.289062 153.265625 91.453125 153.21875 91.613281 153.179688 Z M 91.367188 152.503906 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.632812 152.453125 L 91.875 153.121094 C 92.035156 153.085938 92.195312 153.058594 92.351562 153.035156 L 92.234375 152.363281 C 92.027344 152.386719 91.828125 152.417969 91.632812 152.453125 Z M 91.632812 152.453125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.5625 153.0625 C 89.316406 153.164062 89.078125 153.269531 88.859375 153.382812 L 89.585938 153.992188 C 89.761719 153.894531 89.9375 153.800781 90.113281 153.71875 Z M 89.5625 153.0625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 92.496094 152.332031 L 92.617188 153.003906 C 92.785156 152.988281 92.949219 152.976562 93.113281 152.972656 L 93.113281 152.296875 C 92.90625 152.300781 92.699219 152.316406 92.496094 152.332031 Z M 92.496094 152.332031 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.070312 154.304688 C 89.164062 154.246094 89.253906 154.1875 89.34375 154.132812 L 88.601562 153.511719 C 88.445312 153.597656 88.296875 153.683594 88.15625 153.769531 Z M 89.070312 154.304688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.289062 148.757812 C 98.800781 148.878906 99.308594 149.023438 99.816406 149.1875 L 100.316406 148.589844 C 99.765625 148.410156 99.210938 148.257812 98.652344 148.125 Z M 98.289062 148.757812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 83.8125 149.496094 C 83.113281 149.792969 82.558594 150.0625 82.167969 150.269531 L 82.988281 150.75 C 83.320312 150.574219 83.820312 150.324219 84.46875 150.046875 Z M 83.8125 149.496094 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.320312 148.386719 L 96.558594 147.734375 C 96.070312 147.664062 95.578125 147.617188 95.082031 147.578125 L 94.964844 148.242188 C 95.417969 148.273438 95.871094 148.320312 96.320312 148.386719 Z M 96.320312 148.386719 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 102.398438 149.367188 C 101.800781 149.109375 101.199219 148.882812 100.589844 148.675781 L 100.085938 149.277344 C 100.644531 149.464844 101.195312 149.679688 101.746094 149.917969 Z M 102.398438 149.367188 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.113281 147.523438 C 92.632812 147.53125 92.148438 147.554688 91.660156 147.59375 L 91.777344 148.253906 C 92.226562 148.21875 92.671875 148.195312 93.113281 148.191406 Z M 93.113281 147.523438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.933594 147.789062 L 90.167969 148.4375 C 90.617188 148.371094 91.066406 148.316406 91.511719 148.273438 L 91.394531 147.617188 C 90.910156 147.660156 90.421875 147.714844 89.933594 147.789062 Z M 89.933594 147.789062 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 84.089844 149.382812 L 84.746094 149.933594 C 85.234375 149.730469 85.796875 149.519531 86.421875 149.320312 L 85.917969 148.722656 C 85.238281 148.9375 84.625 149.164062 84.089844 149.382812 Z M 84.089844 149.382812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.191406 148.636719 L 86.691406 149.230469 C 87.167969 149.085938 87.675781 148.941406 88.214844 148.8125 L 87.851562 148.1875 C 87.265625 148.324219 86.710938 148.476562 86.191406 148.636719 Z M 86.191406 148.636719 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.378906 149.140625 C 93.757812 149.140625 94.140625 149.152344 94.53125 149.179688 L 94.652344 148.488281 C 94.230469 148.460938 93.804688 148.453125 93.378906 148.453125 Z M 93.378906 149.140625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.246094 149.363281 C 96.65625 149.429688 97.070312 149.507812 97.492188 149.601562 L 97.875 148.933594 C 97.417969 148.835938 96.960938 148.746094 96.496094 148.679688 Z M 96.246094 149.363281 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 94.796875 149.195312 C 95.183594 149.226562 95.578125 149.269531 95.980469 149.324219 L 96.226562 148.640625 C 95.792969 148.582031 95.355469 148.535156 94.917969 148.503906 Z M 94.796875 149.195312 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 101.085938 150.816406 C 101.550781 151.023438 102.015625 151.257812 102.484375 151.511719 L 103.371094 151.003906 C 102.851562 150.722656 102.320312 150.460938 101.789062 150.226562 Z M 101.085938 150.816406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 101.515625 150.109375 C 100.984375 149.878906 100.445312 149.675781 99.902344 149.496094 L 99.363281 150.136719 C 99.84375 150.296875 100.328125 150.484375 100.816406 150.695312 Z M 101.515625 150.109375 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.628906 149.40625 C 99.140625 149.25 98.644531 149.113281 98.148438 148.996094 L 97.761719 149.667969 C 98.199219 149.773438 98.644531 149.898438 99.09375 150.042969 Z M 99.628906 149.40625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 84.695312 150.238281 C 84.085938 150.492188 83.601562 150.726562 83.257812 150.90625 L 84.132812 151.417969 C 84.433594 151.257812 84.851562 151.046875 85.386719 150.816406 Z M 84.695312 150.238281 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.113281 148.457031 C 92.6875 148.464844 92.257812 148.484375 91.824219 148.515625 L 91.945312 149.195312 C 92.324219 149.167969 92.714844 149.148438 93.113281 149.144531 Z M 93.113281 148.457031 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.878906 149.453125 L 87.398438 150.070312 C 87.8125 149.941406 88.257812 149.816406 88.730469 149.703125 L 88.355469 149.054688 C 87.835938 149.175781 87.339844 149.3125 86.878906 149.453125 Z M 86.878906 149.453125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.625 148.992188 L 89 149.640625 C 89.394531 149.550781 89.808594 149.46875 90.234375 149.398438 L 89.992188 148.730469 C 89.875 148.75 89.753906 148.769531 89.636719 148.792969 C 89.289062 148.851562 88.953125 148.917969 88.625 148.992188 Z M 88.625 148.992188 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 90.261719 148.691406 L 90.503906 149.355469 C 90.882812 149.300781 91.273438 149.25 91.675781 149.214844 L 91.558594 148.535156 C 91.128906 148.574219 90.695312 148.628906 90.261719 148.691406 Z M 90.261719 148.691406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.378906 152.027344 C 93.589844 152.027344 93.804688 152.035156 94.023438 152.050781 L 94.144531 151.351562 C 93.886719 151.332031 93.632812 151.324219 93.378906 151.324219 Z M 93.378906 152.027344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 94.289062 152.070312 C 94.507812 152.089844 94.726562 152.121094 94.945312 152.160156 L 95.199219 151.46875 C 94.933594 151.425781 94.671875 151.390625 94.414062 151.371094 Z M 94.289062 152.070312 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.101562 153.316406 C 98.296875 153.429688 98.488281 153.554688 98.679688 153.6875 L 99.703125 153.105469 C 99.425781 152.945312 99.15625 152.796875 98.882812 152.660156 Z M 98.101562 153.316406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.621094 152.535156 C 98.304688 152.386719 97.996094 152.253906 97.683594 152.132812 L 97.113281 152.8125 C 97.359375 152.921875 97.605469 153.042969 97.851562 153.179688 Z M 98.621094 152.535156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.285156 151.691406 C 96.007812 151.621094 95.734375 151.5625 95.464844 151.511719 L 95.210938 152.207031 C 95.433594 152.253906 95.660156 152.308594 95.890625 152.371094 Z M 96.285156 151.691406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.113281 151.324219 C 92.847656 151.332031 92.585938 151.34375 92.328125 151.367188 L 92.453125 152.070312 C 92.671875 152.050781 92.890625 152.035156 93.113281 152.027344 Z M 93.113281 151.324219 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.824219 152.179688 C 88.496094 152.304688 88.1875 152.4375 87.894531 152.574219 L 88.636719 153.195312 C 88.871094 153.074219 89.121094 152.957031 89.382812 152.847656 Z M 88.824219 152.179688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 90.347656 152.5 L 89.949219 151.808594 C 89.652344 151.894531 89.363281 151.984375 89.089844 152.085938 L 89.644531 152.742188 C 89.867188 152.65625 90.101562 152.574219 90.347656 152.5 Z M 90.347656 152.5 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.277344 152.253906 L 91.019531 151.550781 C 90.742188 151.605469 90.472656 151.667969 90.210938 151.734375 L 90.605469 152.417969 C 90.824219 152.359375 91.046875 152.300781 91.277344 152.253906 Z M 91.277344 152.253906 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 95.558594 151.257812 C 95.84375 151.3125 96.132812 151.375 96.421875 151.453125 L 96.8125 150.777344 C 96.476562 150.6875 96.144531 150.609375 95.816406 150.546875 Z M 95.558594 151.257812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.378906 151.054688 C 93.648438 151.054688 93.917969 151.066406 94.191406 151.082031 L 94.324219 150.339844 C 94.003906 150.3125 93.691406 150.296875 93.378906 150.292969 Z M 93.378906 151.054688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 95.550781 150.496094 C 95.226562 150.441406 94.90625 150.398438 94.589844 150.367188 L 94.460938 151.105469 C 94.734375 151.128906 95.011719 151.167969 95.292969 151.210938 Z M 95.550781 150.496094 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.5 151.800781 C 99.125 151.613281 98.753906 151.449219 98.386719 151.300781 L 97.867188 151.921875 C 98.191406 152.046875 98.515625 152.1875 98.847656 152.347656 Z M 99.5 151.800781 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.6875 151.523438 C 96.992188 151.609375 97.296875 151.707031 97.601562 151.820312 L 98.125 151.199219 C 97.773438 151.066406 97.421875 150.953125 97.078125 150.851562 Z M 96.6875 151.523438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.113281 150.292969 C 92.785156 150.292969 92.460938 150.304688 92.144531 150.328125 L 92.28125 151.101562 C 92.554688 151.078125 92.832031 151.066406 93.113281 151.058594 Z M 93.113281 150.292969 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.53125 151.777344 C 86.164062 151.945312 85.839844 152.105469 85.5625 152.253906 L 86.675781 152.902344 C 86.902344 152.773438 87.148438 152.640625 87.410156 152.511719 Z M 86.53125 151.777344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 90.90625 150.464844 L 91.191406 151.25 C 91.460938 151.199219 91.734375 151.160156 92.015625 151.128906 L 91.878906 150.347656 C 91.546875 150.375 91.222656 150.414062 90.90625 150.464844 Z M 90.90625 150.464844 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 90.929688 151.296875 L 90.640625 150.507812 C 90.289062 150.566406 89.949219 150.636719 89.621094 150.714844 L 90.074219 151.496094 C 90.351562 151.421875 90.636719 151.355469 90.929688 151.296875 Z M 90.929688 151.296875 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.644531 151.964844 L 87.992188 151.191406 C 87.558594 151.339844 87.160156 151.5 86.800781 151.65625 L 87.671875 152.386719 C 87.976562 152.242188 88.300781 152.101562 88.644531 151.964844 Z M 88.644531 151.964844 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 83.414062 157.027344 C 83.265625 156.519531 83.136719 156.007812 83.023438 155.488281 L 82.253906 155.351562 C 82.378906 155.917969 82.519531 156.476562 82.683594 157.027344 Z M 83.414062 157.027344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.203125 161.082031 C 86.011719 160.757812 85.832031 160.417969 85.65625 160.070312 L 85 160.308594 C 85.1875 160.6875 85.390625 161.058594 85.605469 161.425781 Z M 86.203125 161.082031 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.703125 159.640625 C 88.59375 159.457031 88.496094 159.269531 88.398438 159.074219 L 87.730469 159.316406 C 87.84375 159.550781 87.964844 159.773438 88.089844 159.992188 Z M 88.703125 159.640625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.96875 160.640625 C 86.8125 160.355469 86.660156 160.0625 86.519531 159.757812 L 85.910156 159.976562 C 86.078125 160.3125 86.253906 160.636719 86.433594 160.949219 Z M 86.96875 160.640625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.945312 158.140625 C 86.847656 157.867188 86.757812 157.582031 86.679688 157.292969 L 85.902344 157.292969 C 85.988281 157.628906 86.089844 157.957031 86.199219 158.269531 Z M 86.945312 158.140625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 84.960938 158.488281 C 84.8125 158.101562 84.671875 157.703125 84.546875 157.292969 L 83.773438 157.292969 C 83.914062 157.738281 84.070312 158.179688 84.242188 158.613281 Z M 84.960938 158.488281 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.292969 169.191406 C 91.898438 169.648438 92.410156 169.992188 92.785156 170.226562 L 92.789062 169.277344 C 92.472656 169.078125 92.003906 168.769531 91.441406 168.347656 Z M 91.292969 169.191406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.859375 160.125 C 87.726562 159.894531 87.597656 159.65625 87.476562 159.40625 L 86.769531 159.664062 C 86.90625 159.957031 87.050781 160.234375 87.199219 160.507812 Z M 87.859375 160.125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 83.746094 160.480469 C 83.523438 160.019531 83.316406 159.554688 83.125 159.082031 L 82.492188 159.191406 C 82.703125 159.710938 82.925781 160.210938 83.164062 160.695312 Z M 83.746094 160.480469 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 83.023438 158.828125 C 82.828125 158.324219 82.648438 157.808594 82.488281 157.292969 L 81.8125 157.292969 C 81.988281 157.859375 82.179688 158.410156 82.390625 158.941406 Z M 83.023438 158.828125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 84.074219 158.914062 L 83.394531 159.035156 C 83.578125 159.492188 83.78125 159.941406 84 160.390625 L 84.628906 160.160156 C 84.429688 159.75 84.246094 159.335938 84.074219 158.914062 Z M 84.074219 158.914062 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 85.539062 159.828125 C 85.371094 159.476562 85.210938 159.117188 85.058594 158.742188 L 84.34375 158.867188 C 84.507812 159.273438 84.6875 159.671875 84.878906 160.070312 Z M 85.539062 159.828125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.398438 155.25 C 88.390625 155.050781 88.390625 154.878906 88.394531 154.746094 L 87.746094 154.367188 C 87.734375 154.582031 87.722656 154.796875 87.726562 155.003906 Z M 88.398438 155.25 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.953125 157.027344 L 88.65625 157.027344 C 88.609375 156.832031 88.566406 156.644531 88.535156 156.460938 L 87.824219 156.335938 C 87.859375 156.570312 87.902344 156.800781 87.953125 157.027344 Z M 87.953125 157.027344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#c07eeabddd)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 81.914062 155.023438 C 81.785156 154.375 81.683594 153.722656 81.605469 153.058594 L 80.875 152.789062 C 80.957031 153.515625 81.066406 154.21875 81.203125 154.898438 Z M 81.914062 155.023438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 85.933594 158.316406 C 85.820312 157.984375 85.71875 157.644531 85.625 157.292969 L 84.824219 157.292969 C 84.949219 157.6875 85.085938 158.070312 85.226562 158.441406 Z M 85.933594 158.316406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 85.160156 154.066406 C 85.144531 153.675781 85.144531 153.273438 85.160156 152.859375 L 83.972656 152.171875 C 83.988281 152.683594 84.023438 153.1875 84.074219 153.671875 Z M 85.160156 154.066406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.285156 158.832031 C 88.195312 158.632812 88.109375 158.425781 88.035156 158.21875 L 87.308594 158.347656 C 87.402344 158.597656 87.507812 158.839844 87.617188 159.074219 Z M 88.285156 158.832031 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.535156 158.742188 L 89.171875 158.507812 C 89.101562 158.355469 89.039062 158.203125 88.980469 158.050781 L 88.300781 158.171875 C 88.371094 158.363281 88.449219 158.554688 88.535156 158.742188 Z M 88.535156 158.742188 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.289062 158.523438 C 86.402344 158.832031 86.527344 159.132812 86.65625 159.421875 L 87.363281 159.167969 C 87.25 158.917969 87.140625 158.65625 87.039062 158.394531 Z M 86.289062 158.523438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.457031 154.90625 C 87.460938 154.683594 87.472656 154.449219 87.488281 154.21875 L 86.472656 153.628906 C 86.472656 153.945312 86.480469 154.253906 86.5 154.558594 Z M 87.457031 154.90625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 83.796875 153.570312 C 83.746094 153.066406 83.714844 152.546875 83.703125 152.011719 L 82.820312 151.496094 C 82.835938 152.089844 82.875 152.679688 82.9375 153.257812 Z M 83.796875 153.570312 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#6dd98a854b)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 81.457031 150.703125 L 80.722656 150.273438 C 80.730469 151.039062 80.777344 151.777344 80.847656 152.496094 L 81.578125 152.765625 C 81.507812 152.085938 81.46875 151.398438 81.457031 150.703125 Z M 81.457031 150.703125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 82.96875 153.554688 C 83.039062 154.128906 83.132812 154.699219 83.246094 155.257812 L 84.070312 155.402344 C 83.972656 154.90625 83.890625 154.394531 83.828125 153.867188 Z M 82.96875 153.554688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 85.441406 154.453125 C 85.46875 154.871094 85.511719 155.273438 85.570312 155.667969 L 86.367188 155.808594 C 86.3125 155.464844 86.273438 155.109375 86.246094 154.746094 Z M 85.441406 154.453125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.519531 154.847656 C 86.546875 155.191406 86.589844 155.53125 86.640625 155.859375 L 87.515625 156.011719 C 87.484375 155.746094 87.46875 155.46875 87.460938 155.191406 Z M 86.519531 154.847656 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 81.886719 153.160156 C 81.964844 153.804688 82.066406 154.441406 82.195312 155.070312 L 82.964844 155.207031 C 82.851562 154.628906 82.757812 154.046875 82.691406 153.449219 Z M 81.886719 153.160156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.609375 157.027344 C 86.53125 156.722656 86.464844 156.410156 86.410156 156.085938 L 85.609375 155.945312 C 85.671875 156.316406 85.746094 156.675781 85.832031 157.027344 Z M 86.609375 157.027344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 85.558594 157.027344 C 85.472656 156.660156 85.394531 156.285156 85.335938 155.894531 L 84.410156 155.734375 C 84.507812 156.175781 84.617188 156.609375 84.742188 157.027344 Z M 85.558594 157.027344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.957031 157.292969 C 87.035156 157.566406 87.121094 157.835938 87.214844 158.09375 L 87.941406 157.964844 C 87.867188 157.746094 87.804688 157.523438 87.746094 157.292969 Z M 86.957031 157.292969 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 83.308594 155.539062 C 83.417969 156.039062 83.546875 156.535156 83.691406 157.027344 L 84.464844 157.027344 C 84.339844 156.589844 84.226562 156.144531 84.125 155.683594 Z M 83.308594 155.539062 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.207031 157.917969 L 88.886719 157.796875 C 88.828125 157.628906 88.773438 157.457031 88.726562 157.292969 L 88.019531 157.292969 C 88.074219 157.507812 88.136719 157.714844 88.207031 157.917969 Z M 88.207031 157.917969 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 90.121094 161.144531 C 90.265625 161.304688 90.414062 161.460938 90.5625 161.609375 L 90.945312 160.949219 C 90.816406 160.832031 90.695312 160.714844 90.582031 160.59375 Z M 90.121094 161.144531 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.941406 160.941406 L 90.398438 160.398438 C 90.289062 160.273438 90.1875 160.148438 90.089844 160.023438 L 89.5625 160.464844 C 89.6875 160.628906 89.8125 160.789062 89.941406 160.941406 Z M 89.941406 160.941406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.226562 160.222656 C 88.363281 160.449219 88.507812 160.667969 88.65625 160.882812 L 89.203125 160.421875 C 89.078125 160.242188 88.953125 160.0625 88.835938 159.871094 Z M 88.226562 160.222656 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.332031 160.738281 C 87.496094 161.023438 87.667969 161.296875 87.847656 161.5625 L 88.449219 161.054688 C 88.292969 160.832031 88.140625 160.597656 87.996094 160.355469 Z M 87.332031 160.738281 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.703125 166.875 C 92.132812 167.203125 92.507812 167.453125 92.796875 167.640625 L 92.804688 166.605469 C 92.527344 166.441406 92.210938 166.234375 91.855469 165.988281 Z M 91.703125 166.875 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.90625 165.699219 C 92.238281 165.933594 92.539062 166.132812 92.804688 166.296875 L 92.8125 165.007812 C 92.585938 164.875 92.351562 164.730469 92.105469 164.566406 Z M 91.90625 165.699219 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.566406 161.179688 C 86.761719 161.507812 86.964844 161.824219 87.171875 162.128906 L 87.644531 161.734375 C 87.457031 161.457031 87.277344 161.171875 87.101562 160.871094 Z M 86.566406 161.179688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.492188 168.054688 C 92.019531 168.453125 92.464844 168.753906 92.789062 168.964844 L 92.796875 167.953125 C 92.507812 167.773438 92.117188 167.515625 91.648438 167.167969 Z M 91.492188 168.054688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.503906 162.429688 C 91.714844 162.59375 91.925781 162.742188 92.136719 162.878906 L 92.300781 161.945312 C 92.125 161.839844 91.957031 161.734375 91.796875 161.625 Z M 91.503906 162.429688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 85.742188 161.65625 C 85.960938 162.023438 86.195312 162.386719 86.4375 162.742188 L 86.964844 162.300781 C 86.75 161.984375 86.539062 161.65625 86.335938 161.3125 Z M 85.742188 161.65625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.257812 167.832031 C 88.847656 167.453125 88.425781 167.039062 88 166.585938 L 87.699219 167.105469 C 88.160156 167.582031 88.613281 168.015625 89.050781 168.40625 Z M 89.257812 167.832031 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.003906 169.304688 C 90.535156 168.941406 90.015625 168.515625 89.46875 168.023438 L 89.261719 168.59375 C 89.855469 169.113281 90.410156 169.550781 90.898438 169.914062 Z M 91.003906 169.304688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 84.570312 162.023438 C 84.320312 161.59375 84.085938 161.160156 83.863281 160.722656 L 83.28125 160.933594 C 83.527344 161.414062 83.78125 161.878906 84.042969 162.328125 Z M 84.570312 162.023438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.40625 160.25 L 89.929688 159.8125 C 89.832031 159.675781 89.738281 159.539062 89.652344 159.398438 L 89.066406 159.738281 C 89.175781 159.914062 89.289062 160.085938 89.40625 160.25 Z M 89.40625 160.25 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.808594 166.382812 C 87.546875 166.101562 87.28125 165.800781 87.019531 165.488281 C 86.925781 165.382812 86.839844 165.273438 86.75 165.164062 L 86.367188 165.621094 C 86.746094 166.078125 87.128906 166.507812 87.507812 166.90625 Z M 87.808594 166.382812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 84.179688 162.554688 C 84.464844 163.023438 84.757812 163.476562 85.054688 163.902344 L 85.515625 163.519531 C 85.230469 163.101562 84.960938 162.679688 84.703125 162.253906 Z M 84.179688 162.554688 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 84.933594 162.121094 C 85.183594 162.535156 85.445312 162.941406 85.722656 163.347656 L 86.234375 162.914062 C 85.980469 162.542969 85.738281 162.167969 85.511719 161.789062 Z M 84.933594 162.121094 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.582031 164.953125 C 86.261719 164.554688 85.957031 164.148438 85.667969 163.738281 L 85.210938 164.121094 C 85.535156 164.574219 85.863281 165.007812 86.195312 165.414062 Z M 86.582031 164.953125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.960938 164.386719 L 89.304688 163.792969 C 89.0625 163.539062 88.820312 163.265625 88.578125 162.980469 L 88.167969 163.472656 C 88.433594 163.792969 88.695312 164.101562 88.960938 164.386719 Z M 88.960938 164.386719 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 90.09375 165.527344 L 90.359375 164.804688 C 90.074219 164.554688 89.785156 164.285156 89.496094 163.988281 L 89.152344 164.589844 C 89.46875 164.929688 89.785156 165.242188 90.09375 165.527344 Z M 90.09375 165.527344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.582031 162.5625 L 89.121094 161.925781 C 88.945312 161.714844 88.773438 161.496094 88.605469 161.269531 L 87.996094 161.78125 C 88.1875 162.054688 88.382812 162.3125 88.582031 162.5625 Z M 88.582031 162.5625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 90.574219 164.992188 L 90.308594 165.722656 C 90.714844 166.09375 91.105469 166.417969 91.464844 166.695312 L 91.617188 165.816406 C 91.289062 165.574219 90.9375 165.300781 90.574219 164.992188 Z M 90.574219 164.992188 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.722656 166.558594 L 89.996094 165.800781 C 89.675781 165.503906 89.347656 165.179688 89.011719 164.828125 L 88.640625 165.476562 C 89.003906 165.867188 89.367188 166.226562 89.722656 166.558594 Z M 89.722656 166.558594 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.113281 163.507812 C 91.382812 163.726562 91.652344 163.929688 91.917969 164.117188 L 92.085938 163.164062 C 91.863281 163.019531 91.636719 162.863281 91.410156 162.691406 Z M 91.113281 163.507812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.292969 162.128906 L 88.753906 162.773438 C 88.980469 163.046875 89.210938 163.304688 89.445312 163.550781 L 89.894531 162.769531 C 89.691406 162.566406 89.492188 162.351562 89.292969 162.128906 Z M 89.292969 162.128906 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 92.828125 162.234375 C 92.730469 162.183594 92.636719 162.132812 92.542969 162.082031 L 92.378906 163.035156 C 92.527344 163.128906 92.675781 163.214844 92.820312 163.292969 Z M 92.828125 162.234375 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 86.753906 164.746094 L 87.199219 164.21875 C 86.914062 163.863281 86.644531 163.5 86.386719 163.136719 L 85.875 163.566406 C 86.152344 163.964844 86.445312 164.359375 86.753906 164.746094 Z M 86.753906 164.746094 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.054688 169.007812 L 91.203125 168.164062 C 90.785156 167.84375 90.324219 167.460938 89.835938 167.023438 L 89.570312 167.753906 C 90.097656 168.234375 90.597656 168.652344 91.054688 169.007812 Z M 91.054688 169.007812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 88.449219 165.273438 L 88.824219 164.628906 C 88.546875 164.332031 88.269531 164.015625 87.996094 163.679688 L 87.542969 164.222656 C 87.617188 164.316406 87.691406 164.410156 87.769531 164.5 C 87.996094 164.769531 88.222656 165.027344 88.449219 165.273438 Z M 88.449219 165.273438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.355469 167.558594 L 89.625 166.828125 C 89.257812 166.488281 88.878906 166.121094 88.5 165.71875 L 88.136719 166.347656 C 88.550781 166.785156 88.960938 167.191406 89.355469 167.558594 Z M 89.355469 167.558594 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 87.371094 164.007812 L 87.824219 163.464844 C 87.585938 163.164062 87.351562 162.851562 87.117188 162.519531 L 86.589844 162.964844 C 86.839844 163.316406 87.097656 163.667969 87.371094 164.007812 Z M 87.371094 164.007812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 90.625 162.03125 L 90.226562 162.722656 C 90.449219 162.9375 90.671875 163.140625 90.894531 163.328125 L 91.191406 162.519531 C 91 162.367188 90.8125 162.203125 90.625 162.03125 Z M 90.625 162.03125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 89.949219 161.347656 L 89.46875 161.921875 C 89.652344 162.136719 89.84375 162.335938 90.03125 162.53125 L 90.425781 161.84375 C 90.265625 161.6875 90.105469 161.523438 89.949219 161.347656 Z M 89.949219 161.347656 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 91.015625 163.773438 L 90.667969 164.722656 C 91.015625 165.023438 91.351562 165.289062 91.667969 165.523438 L 91.867188 164.40625 C 91.589844 164.214844 91.304688 164.003906 91.015625 163.773438 Z M 91.015625 163.773438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.011719 165.769531 C 97.648438 166.152344 97.269531 166.523438 96.875 166.878906 L 97.144531 167.613281 C 97.570312 167.222656 97.980469 166.820312 98.378906 166.402344 Z M 98.011719 165.769531 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 100.132812 161.328125 C 99.945312 161.65625 99.742188 161.980469 99.527344 162.304688 L 100.0625 162.757812 C 100.296875 162.402344 100.515625 162.042969 100.730469 161.671875 Z M 100.132812 161.328125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.632812 159.882812 C 97.527344 160.066406 97.414062 160.25 97.292969 160.429688 L 97.835938 160.886719 C 97.980469 160.671875 98.117188 160.453125 98.242188 160.238281 Z M 97.632812 159.882812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.363281 160.886719 C 99.199219 161.164062 99.015625 161.441406 98.824219 161.71875 L 99.320312 162.136719 C 99.527344 161.824219 99.722656 161.507812 99.902344 161.195312 Z M 99.363281 160.886719 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.210938 162.15625 C 97.023438 162.375 96.824219 162.59375 96.609375 162.808594 L 97 163.484375 C 97.246094 163.238281 97.480469 162.988281 97.699219 162.738281 Z M 97.210938 162.15625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.507812 163.699219 C 98.246094 164.023438 97.96875 164.34375 97.675781 164.65625 L 98.0625 165.328125 C 98.378906 164.980469 98.683594 164.625 98.976562 164.261719 Z M 98.507812 163.699219 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 104.609375 152.863281 C 104.703125 152.113281 104.742188 151.496094 104.761719 151.054688 L 103.933594 151.527344 C 103.921875 151.902344 103.886719 152.460938 103.804688 153.15625 Z M 104.609375 152.863281 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.476562 160.371094 C 98.339844 160.601562 98.195312 160.832031 98.042969 161.0625 L 98.621094 161.546875 C 98.804688 161.285156 98.972656 161.019531 99.132812 160.753906 Z M 98.476562 160.371094 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 100.839844 163.757812 C 100.550781 164.179688 100.25 164.59375 99.9375 164.996094 L 100.351562 165.488281 C 100.691406 165.046875 101.015625 164.601562 101.3125 164.15625 Z M 100.839844 163.757812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.769531 165.207031 C 99.429688 165.628906 99.074219 166.042969 98.707031 166.441406 L 99.042969 167.027344 C 99.449219 166.589844 99.828125 166.148438 100.183594 165.699219 Z M 99.769531 165.207031 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.316406 164.253906 L 99.761719 164.785156 C 100.066406 164.394531 100.355469 163.996094 100.632812 163.585938 L 100.121094 163.152344 C 99.863281 163.527344 99.597656 163.898438 99.316406 164.253906 Z M 99.316406 164.253906 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.375 162.527344 C 99.15625 162.847656 98.921875 163.171875 98.675781 163.488281 L 99.140625 164.046875 C 99.410156 163.699219 99.667969 163.34375 99.914062 162.980469 Z M 99.375 162.527344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.980469 162.339844 C 93.8125 162.449219 93.664062 162.535156 93.546875 162.597656 L 93.546875 163.347656 C 93.738281 163.253906 93.925781 163.15625 94.105469 163.050781 Z M 93.980469 162.339844 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 95.742188 161.839844 L 95.394531 161.230469 C 95.246094 161.371094 95.105469 161.5 94.964844 161.617188 L 95.210938 162.296875 C 95.398438 162.148438 95.574219 161.996094 95.742188 161.839844 Z M 95.742188 161.839844 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.027344 168.074219 C 96.53125 168.507812 96.015625 168.921875 95.476562 169.320312 L 95.613281 170.085938 C 96.199219 169.65625 96.753906 169.207031 97.273438 168.75 Z M 97.027344 168.074219 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.871094 162.941406 C 97.640625 163.207031 97.394531 163.464844 97.136719 163.722656 L 97.539062 164.417969 C 97.816406 164.113281 98.082031 163.804688 98.332031 163.492188 Z M 97.871094 162.941406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 94.578125 165.738281 C 94.246094 165.949219 93.898438 166.148438 93.53125 166.34375 L 93.527344 167.714844 C 93.964844 167.441406 94.382812 167.164062 94.777344 166.875 Z M 94.578125 165.738281 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.140625 160.652344 C 97.015625 160.828125 96.878906 161.003906 96.734375 161.175781 L 97.207031 161.742188 C 97.378906 161.53125 97.535156 161.320312 97.6875 161.109375 Z M 97.140625 160.652344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.9375 160.480469 L 96.417969 160.042969 C 96.320312 160.179688 96.21875 160.3125 96.117188 160.4375 L 96.5625 160.96875 C 96.695312 160.808594 96.820312 160.644531 96.9375 160.480469 Z M 96.9375 160.480469 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.871094 162.53125 C 98.082031 162.277344 98.28125 162.023438 98.46875 161.765625 L 97.890625 161.28125 C 97.734375 161.503906 97.5625 161.726562 97.382812 161.949219 Z M 97.871094 162.53125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 94.15625 163.328125 C 93.960938 163.441406 93.753906 163.546875 93.542969 163.648438 L 93.539062 164.824219 C 93.8125 164.664062 94.078125 164.503906 94.332031 164.335938 Z M 94.15625 163.328125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 94.828125 167.164062 C 94.417969 167.460938 93.980469 167.75 93.527344 168.027344 L 93.523438 169.050781 C 94.027344 168.738281 94.515625 168.414062 94.988281 168.070312 Z M 94.828125 167.164062 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#479d8dbe6b)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 93.515625 170.628906 L 93.511719 171.476562 C 94.167969 171.089844 94.785156 170.679688 95.375 170.257812 L 95.238281 169.492188 C 94.6875 169.890625 94.113281 170.269531 93.515625 170.628906 Z M 93.515625 170.628906 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 95.226562 167.890625 C 95.691406 167.542969 96.136719 167.179688 96.566406 166.800781 L 96.28125 166.015625 C 95.898438 166.347656 95.496094 166.675781 95.066406 166.992188 Z M 95.226562 167.890625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 94.769531 165.300781 C 95.117188 165.070312 95.449219 164.832031 95.757812 164.585938 L 95.484375 163.824219 C 95.210938 164.042969 94.925781 164.253906 94.625 164.460938 Z M 94.769531 165.300781 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 94.574219 164.171875 C 94.859375 163.972656 95.128906 163.769531 95.386719 163.558594 L 95.085938 162.726562 C 94.867188 162.886719 94.640625 163.039062 94.398438 163.183594 Z M 94.574219 164.171875 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 95.425781 169.027344 C 95.949219 168.636719 96.449219 168.230469 96.929688 167.804688 L 96.664062 167.070312 C 96.21875 167.457031 95.757812 167.828125 95.277344 168.1875 Z M 95.425781 169.027344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.417969 163.003906 C 96.191406 163.222656 95.953125 163.433594 95.699219 163.644531 L 95.976562 164.410156 C 96.269531 164.167969 96.542969 163.925781 96.804688 163.675781 Z M 96.417969 163.003906 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.941406 163.914062 C 96.667969 164.171875 96.378906 164.425781 96.074219 164.671875 L 96.394531 165.554688 C 96.730469 165.25 97.050781 164.9375 97.347656 164.621094 Z M 96.941406 163.914062 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.472656 162.570312 C 96.671875 162.367188 96.859375 162.15625 97.035156 161.949219 L 96.5625 161.382812 C 96.410156 161.554688 96.25 161.722656 96.078125 161.886719 Z M 96.472656 162.570312 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.777344 166.609375 C 97.15625 166.261719 97.523438 165.902344 97.871094 165.53125 L 97.484375 164.859375 C 97.175781 165.1875 96.84375 165.507812 96.492188 165.824219 Z M 96.777344 166.609375 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 96.386719 161.175781 L 95.945312 160.648438 C 95.828125 160.785156 95.707031 160.914062 95.589844 161.039062 L 95.941406 161.648438 C 96.097656 161.496094 96.25 161.335938 96.386719 161.175781 Z M 96.386719 161.175781 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.226562 157.902344 C 98.292969 157.699219 98.351562 157.492188 98.40625 157.289062 L 97.644531 157.289062 C 97.609375 157.453125 97.566406 157.621094 97.519531 157.777344 Z M 98.226562 157.902344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.140625 158.160156 L 97.4375 158.035156 C 97.386719 158.191406 97.332031 158.34375 97.273438 158.492188 L 97.917969 158.726562 C 97.996094 158.535156 98.074219 158.347656 98.140625 158.160156 Z M 98.140625 158.160156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.375 160.007812 C 98.503906 159.773438 98.621094 159.539062 98.730469 159.304688 L 98.058594 159.058594 C 97.96875 159.257812 97.871094 159.457031 97.765625 159.65625 Z M 98.375 160.007812 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.269531 160.523438 C 99.433594 160.238281 99.585938 159.949219 99.722656 159.664062 L 98.984375 159.394531 C 98.867188 159.644531 98.742188 159.890625 98.605469 160.140625 Z M 99.269531 160.523438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 102.398438 153.667969 C 102.464844 153.132812 102.496094 152.679688 102.511719 152.335938 L 101.613281 152.847656 C 101.609375 153.171875 101.589844 153.550781 101.550781 153.976562 Z M 102.398438 153.667969 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 101.273438 154.078125 C 101.3125 153.679688 101.335938 153.316406 101.34375 153.003906 L 100.226562 153.640625 C 100.222656 153.902344 100.214844 154.179688 100.195312 154.472656 Z M 101.273438 154.078125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 100.035156 160.964844 C 100.222656 160.632812 100.394531 160.296875 100.554688 159.96875 L 99.976562 159.757812 C 99.828125 160.054688 99.671875 160.355469 99.5 160.65625 Z M 100.035156 160.964844 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 103.523438 153.261719 C 103.605469 152.605469 103.644531 152.070312 103.664062 151.679688 L 102.785156 152.183594 C 102.773438 152.523438 102.742188 152.992188 102.679688 153.570312 Z M 103.523438 153.261719 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.644531 156.0625 C 98.683594 155.796875 98.707031 155.539062 98.722656 155.292969 L 97.828125 155.617188 C 97.828125 155.820312 97.820312 156.019531 97.804688 156.214844 Z M 98.644531 156.0625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 100.859375 161.441406 C 101.066406 161.066406 101.265625 160.683594 101.453125 160.292969 L 100.804688 160.058594 C 100.636719 160.402344 100.457031 160.75 100.261719 161.097656 Z M 100.859375 161.441406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#60ab20cd7d)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 104.445312 155.308594 C 104.324219 155.851562 104.175781 156.425781 104 157.019531 L 104.597656 157.019531 C 104.78125 156.382812 104.929688 155.773438 105.046875 155.199219 Z M 104.445312 155.308594 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"g\",{\"clip-path\":\"url(#07adc892e4)\",children:/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 104.851562 153.058594 C 104.773438 153.648438 104.664062 154.308594 104.507812 155.027344 L 105.105469 154.921875 C 105.257812 154.148438 105.363281 153.449219 105.429688 152.847656 Z M 104.851562 153.058594 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"})}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 101.765625 162.273438 C 101.519531 162.703125 101.257812 163.125 100.988281 163.535156 L 101.460938 163.933594 C 101.757812 163.480469 102.035156 163.027344 102.289062 162.574219 Z M 101.765625 162.273438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.808594 158.96875 L 97.167969 158.734375 C 97.097656 158.890625 97.023438 159.039062 96.949219 159.183594 L 97.535156 159.519531 C 97.632812 159.335938 97.722656 159.152344 97.808594 158.96875 Z M 97.808594 158.96875 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 103.917969 157.285156 C 103.804688 157.65625 103.679688 158.035156 103.539062 158.417969 C 103.492188 158.550781 103.441406 158.683594 103.390625 158.8125 L 103.980469 158.917969 C 104.1875 158.359375 104.367188 157.8125 104.523438 157.285156 Z M 103.917969 157.285156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 102.417969 162.34375 C 102.683594 161.863281 102.925781 161.382812 103.148438 160.910156 L 102.582031 160.707031 C 102.367188 161.160156 102.136719 161.605469 101.894531 162.042969 Z M 102.417969 162.34375 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 101.664062 161.90625 C 101.898438 161.484375 102.121094 161.054688 102.332031 160.613281 L 101.703125 160.382812 C 101.507812 160.789062 101.304688 161.1875 101.089844 161.574219 Z M 101.664062 161.90625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 103.292969 159.066406 C 103.109375 159.542969 102.910156 160.007812 102.695312 160.464844 L 103.257812 160.667969 C 103.488281 160.164062 103.699219 159.660156 103.886719 159.171875 Z M 103.292969 159.066406 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 101.613281 157.285156 L 100.925781 157.285156 C 100.828125 157.625 100.714844 157.96875 100.585938 158.320312 L 101.214844 158.429688 C 101.367188 158.042969 101.496094 157.660156 101.613281 157.285156 Z M 101.613281 157.285156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 102.035156 155.734375 L 101.277344 155.867188 C 101.203125 156.238281 101.113281 156.625 101.003906 157.023438 L 101.695312 157.019531 C 101.828125 156.574219 101.941406 156.144531 102.035156 155.734375 Z M 102.035156 155.734375 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 100.222656 158.527344 L 99.402344 158.382812 C 99.308594 158.636719 99.207031 158.894531 99.09375 159.152344 L 99.839844 159.425781 C 99.980469 159.121094 100.105469 158.824219 100.222656 158.527344 Z M 100.222656 158.527344 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 101.332031 155.589844 L 102.097656 155.453125 C 102.214844 154.914062 102.296875 154.414062 102.359375 153.964844 L 101.523438 154.269531 C 101.480469 154.675781 101.417969 155.117188 101.332031 155.589844 Z M 101.332031 155.589844 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 103.113281 155.542969 L 102.320312 155.683594 C 102.222656 156.109375 102.109375 156.558594 101.972656 157.019531 L 102.71875 157.019531 C 102.875 156.507812 103.003906 156.011719 103.113281 155.542969 Z M 103.113281 155.542969 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.777344 155.863281 C 99.832031 155.519531 99.875 155.183594 99.902344 154.863281 L 98.992188 155.191406 C 98.980469 155.457031 98.957031 155.730469 98.921875 156.015625 Z M 99.777344 155.863281 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 99.492188 158.128906 L 100.320312 158.273438 C 100.445312 157.941406 100.554688 157.609375 100.648438 157.289062 L 99.746094 157.289062 C 99.671875 157.5625 99.585938 157.84375 99.492188 158.128906 Z M 99.492188 158.128906 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 97.816406 155.015625 C 97.820312 155.125 97.824219 155.230469 97.824219 155.335938 L 98.734375 155.003906 C 98.738281 154.828125 98.738281 154.65625 98.734375 154.492188 Z M 97.816406 155.015625 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 103.027344 159.019531 L 102.347656 158.898438 C 102.183594 159.320312 102.003906 159.738281 101.816406 160.144531 L 102.445312 160.371094 C 102.652344 159.929688 102.847656 159.480469 103.027344 159.019531 Z M 103.027344 159.019531 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 104.566406 153.160156 L 103.765625 153.453125 C 103.695312 153.980469 103.59375 154.570312 103.457031 155.210938 L 104.226562 155.078125 C 104.378906 154.378906 104.488281 153.738281 104.566406 153.160156 Z M 104.566406 153.160156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 102.636719 157.285156 L 101.890625 157.285156 C 101.769531 157.671875 101.636719 158.070312 101.480469 158.476562 L 102.179688 158.601562 C 102.222656 158.488281 102.265625 158.375 102.308594 158.261719 C 102.429688 157.929688 102.539062 157.605469 102.636719 157.285156 Z M 102.636719 157.285156 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 104.164062 155.359375 L 103.398438 155.492188 C 103.289062 155.980469 103.15625 156.492188 102.996094 157.019531 L 103.722656 157.019531 C 103.898438 156.441406 104.042969 155.886719 104.164062 155.359375 Z M 104.164062 155.359375 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 102.082031 158.851562 L 101.382812 158.730469 C 101.242188 159.085938 101.089844 159.449219 100.917969 159.816406 L 101.566406 160.050781 C 101.75 159.660156 101.921875 159.261719 102.082031 158.851562 Z M 102.082031 158.851562 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.742188 157.023438 L 99.539062 157.023438 C 99.613281 156.722656 99.679688 156.429688 99.730469 156.140625 L 98.882812 156.292969 C 98.84375 156.53125 98.796875 156.773438 98.742188 157.023438 Z M 98.742188 157.023438 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 98.488281 157.949219 L 99.226562 158.082031 C 99.316406 157.8125 99.398438 157.550781 99.46875 157.289062 L 98.679688 157.289062 C 98.625 157.507812 98.5625 157.730469 98.488281 157.949219 Z M 98.488281 157.949219 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"path\",{fill:props.svgColor,d:\"M 100.054688 155.8125 L 101.050781 155.636719 C 101.136719 155.1875 101.199219 154.765625 101.246094 154.375 L 100.175781 154.761719 C 100.148438 155.097656 100.109375 155.449219 100.054688 155.8125 Z M 100.054688 155.8125 \",\"fill-opacity\":\"1\",\"fill-rule\":\"nonzero\"}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(110.166685, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 8.117188 0.351562 C 6.636719 0.351562 5.363281 0.0273438 4.300781 -0.625 C 3.238281 -1.28125 2.417969 -2.214844 1.847656 -3.429688 C 1.277344 -4.648438 0.988281 -6.101562 0.988281 -7.789062 C 0.988281 -9.472656 1.277344 -10.929688 1.847656 -12.152344 C 2.417969 -13.378906 3.238281 -14.320312 4.300781 -14.980469 C 5.363281 -15.640625 6.636719 -15.96875 8.117188 -15.96875 C 9.613281 -15.96875 10.890625 -15.640625 11.957031 -14.980469 C 13.019531 -14.320312 13.835938 -13.378906 14.410156 -12.152344 C 14.980469 -10.929688 15.265625 -9.472656 15.265625 -7.789062 C 15.265625 -6.101562 14.980469 -4.648438 14.410156 -3.429688 C 13.835938 -2.214844 13.019531 -1.28125 11.957031 -0.625 C 10.890625 0.0273438 9.613281 0.351562 8.117188 0.351562 Z M 8.117188 -1.496094 C 9.203125 -1.496094 10.128906 -1.746094 10.898438 -2.242188 C 11.667969 -2.742188 12.261719 -3.460938 12.671875 -4.398438 C 13.082031 -5.339844 13.285156 -6.46875 13.285156 -7.789062 C 13.285156 -9.105469 13.082031 -10.238281 12.671875 -11.1875 C 12.261719 -12.132812 11.667969 -12.859375 10.898438 -13.363281 C 10.128906 -13.871094 9.203125 -14.121094 8.117188 -14.121094 C 7.046875 -14.121094 6.125 -13.871094 5.355469 -13.363281 C 4.585938 -12.859375 3.996094 -12.132812 3.585938 -11.1875 C 3.175781 -10.238281 2.96875 -9.105469 2.96875 -7.789062 C 2.96875 -6.46875 3.175781 -5.339844 3.585938 -4.398438 C 3.996094 -3.460938 4.585938 -2.742188 5.355469 -2.242188 C 6.125 -1.746094 7.046875 -1.496094 8.117188 -1.496094 Z M 8.117188 -1.496094 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(128.35804, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2.023438 0 L 2.023438 -15.617188 L 7.632812 -15.617188 C 9.378906 -15.617188 10.734375 -15.199219 11.703125 -14.363281 C 12.671875 -13.527344 13.15625 -12.371094 13.15625 -10.890625 C 13.15625 -9.890625 12.933594 -9.03125 12.496094 -8.304688 C 12.054688 -7.578125 11.425781 -7.023438 10.601562 -6.644531 C 9.78125 -6.261719 8.792969 -6.070312 7.632812 -6.070312 L 3.914062 -6.070312 L 3.914062 0 Z M 3.914062 -7.917969 L 7.632812 -7.917969 C 8.804688 -7.917969 9.691406 -8.167969 10.285156 -8.667969 C 10.878906 -9.164062 11.175781 -9.90625 11.175781 -10.890625 C 11.175781 -11.84375 10.878906 -12.5625 10.285156 -13.042969 C 9.691406 -13.527344 8.804688 -13.769531 7.632812 -13.769531 L 3.914062 -13.769531 Z M 3.914062 -7.917969 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(144.591735, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2.023438 0 L 2.023438 -15.617188 L 11.835938 -15.617188 L 11.835938 -13.769531 L 3.914062 -13.769531 L 3.914062 -8.734375 L 11.570312 -8.734375 L 11.570312 -6.929688 L 3.914062 -6.929688 L 3.914062 -1.847656 L 12.011719 -1.847656 L 12.011719 0 Z M 2.023438 0 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(159.791617, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2.023438 0 L 2.023438 -15.617188 L 4.707031 -15.617188 L 12.429688 -1.890625 L 12.429688 -15.617188 L 14.320312 -15.617188 L 14.320312 0 L 11.503906 0 L 3.914062 -13.460938 L 3.914062 0 Z M 2.023438 0 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(178.070954, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 7.390625 0.351562 C 6.1875 0.351562 5.140625 0.125 4.246094 -0.328125 C 3.351562 -0.785156 2.644531 -1.410156 2.121094 -2.210938 C 1.601562 -3.011719 1.296875 -3.9375 1.210938 -4.992188 L 3.191406 -5.125 C 3.292969 -4.347656 3.519531 -3.6875 3.871094 -3.144531 C 4.222656 -2.601562 4.695312 -2.191406 5.289062 -1.914062 C 5.882812 -1.636719 6.597656 -1.496094 7.433594 -1.496094 C 8.167969 -1.496094 8.792969 -1.589844 9.304688 -1.78125 C 9.816406 -1.972656 10.210938 -2.25 10.480469 -2.617188 C 10.753906 -2.984375 10.890625 -3.429688 10.890625 -3.960938 C 10.890625 -4.445312 10.773438 -4.871094 10.546875 -5.246094 C 10.320312 -5.621094 9.886719 -5.964844 9.25 -6.28125 C 8.613281 -6.59375 7.667969 -6.90625 6.421875 -7.214844 C 5.222656 -7.523438 4.265625 -7.859375 3.550781 -8.226562 C 2.839844 -8.59375 2.328125 -9.039062 2.011719 -9.570312 C 1.699219 -10.097656 1.539062 -10.75 1.539062 -11.527344 C 1.539062 -12.40625 1.75 -13.179688 2.167969 -13.847656 C 2.585938 -14.515625 3.183594 -15.035156 3.960938 -15.410156 C 4.738281 -15.785156 5.660156 -15.96875 6.730469 -15.96875 C 7.875 -15.96875 8.859375 -15.753906 9.679688 -15.320312 C 10.5 -14.886719 11.152344 -14.296875 11.636719 -13.550781 C 12.121094 -12.800781 12.421875 -11.953125 12.539062 -11 L 10.558594 -10.867188 C 10.472656 -11.496094 10.269531 -12.058594 9.953125 -12.550781 C 9.636719 -13.039062 9.210938 -13.425781 8.667969 -13.703125 C 8.125 -13.984375 7.464844 -14.121094 6.6875 -14.121094 C 5.71875 -14.121094 4.949219 -13.890625 4.378906 -13.429688 C 3.804688 -12.96875 3.519531 -12.363281 3.519531 -11.613281 C 3.519531 -11.128906 3.632812 -10.730469 3.859375 -10.414062 C 4.085938 -10.101562 4.496094 -9.820312 5.082031 -9.578125 C 5.667969 -9.339844 6.511719 -9.078125 7.609375 -8.800781 C 8.917969 -8.476562 9.953125 -8.089844 10.722656 -7.644531 C 11.492188 -7.195312 12.042969 -6.679688 12.375 -6.09375 C 12.703125 -5.507812 12.867188 -4.839844 12.867188 -4.089844 C 12.867188 -3.183594 12.632812 -2.394531 12.164062 -1.726562 C 11.695312 -1.058594 11.050781 -0.546875 10.230469 -0.1875 C 9.40625 0.171875 8.460938 0.351562 7.390625 0.351562 Z M 7.390625 0.351562 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(194.084694, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2.023438 0 L 2.023438 -15.617188 L 3.914062 -15.617188 L 3.914062 -8.027344 L 2.949219 -8.777344 L 12.738281 -8.777344 L 11.769531 -8.027344 L 11.769531 -15.617188 L 13.660156 -15.617188 L 13.660156 0 L 11.769531 0 L 11.769531 -7.675781 L 12.738281 -6.929688 L 2.949219 -6.929688 L 3.914062 -7.675781 L 3.914062 0 Z M 2.023438 0 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(211.704142, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2.023438 -15.617188 L 3.914062 -15.617188 L 3.914062 0 L 2.023438 0 Z M 2.023438 -15.617188 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(219.579336, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2.023438 0 L 2.023438 -15.617188 L 11.835938 -15.617188 L 11.835938 -13.769531 L 3.914062 -13.769531 L 3.914062 -8.734375 L 11.570312 -8.734375 L 11.570312 -6.929688 L 3.914062 -6.929688 L 3.914062 -1.847656 L 12.011719 -1.847656 L 12.011719 0 Z M 2.023438 0 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(234.779217, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2.023438 0 L 2.023438 -15.617188 L 3.914062 -15.617188 L 3.914062 -0.878906 L 2.96875 -1.847656 L 11.726562 -1.847656 L 11.726562 0 Z M 2.023438 0 \"})})})}),/*#__PURE__*/_jsx(\"g\",{fill:props.svgColor,\"fill-opacity\":\"1\",children:/*#__PURE__*/_jsx(\"g\",{transform:\"translate(249.47319, 166.18953)\",children:/*#__PURE__*/_jsx(\"g\",{children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2.023438 0 L 2.023438 -15.617188 L 6.863281 -15.617188 C 9.269531 -15.617188 11.121094 -14.941406 12.417969 -13.582031 C 13.714844 -12.226562 14.363281 -10.292969 14.363281 -7.789062 C 14.363281 -5.292969 13.726562 -3.371094 12.449219 -2.023438 C 11.175781 -0.675781 9.355469 0 6.996094 0 Z M 3.914062 -1.847656 L 6.863281 -1.847656 C 8.695312 -1.847656 10.074219 -2.34375 11 -3.332031 C 11.921875 -4.324219 12.382812 -5.808594 12.382812 -7.789062 C 12.382812 -9.796875 11.921875 -11.296875 11 -12.285156 C 10.074219 -13.277344 8.695312 -13.769531 6.863281 -13.769531 L 3.914062 -13.769531 Z M 3.914062 -1.847656 \"})})})})]})});}addPropertyControls(Logo,{svgColor:{type:ControlType.Color,title:\"SVG Color\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Logo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Logo.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Logo from\"https://framerusercontent.com/modules/J0EybBHP1xP2OUTdK7KZ/5bGwcwTpgDX7kQYpRXMG/Logo.js\";const LogoFonts=getFonts(Logo);const serializationHash=\"framer-8RwAu\";const variantClassNames={Rz_V__NJm:\"framer-v-3v9e2o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Rz_V__NJm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-3v9e2o\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Rz_V__NJm\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4viy3l-container\",layoutDependency:layoutDependency,layoutId:\"jNfDGJpDf-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"jNfDGJpDf\",layoutId:\"jNfDGJpDf\",style:{height:\"100%\",width:\"100%\"},svgColor:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(3, 7, 18))\",width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8RwAu.framer-1yfbk2, .framer-8RwAu .framer-1yfbk2 { display: block; }\",\".framer-8RwAu.framer-3v9e2o { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; padding: 0px; position: relative; width: 130px; }\",\".framer-8RwAu .framer-4viy3l-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8RwAu.framer-3v9e2o { gap: 0px; } .framer-8RwAu.framer-3v9e2o > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-8RwAu.framer-3v9e2o > :first-child { margin-top: 0px; } .framer-8RwAu.framer-3v9e2o > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 130\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdwhabViyz=withCSS(Component,css,\"framer-8RwAu\");export default FramerdwhabViyz;FramerdwhabViyz.displayName=\"LogoSvg\";FramerdwhabViyz.defaultProps={height:20,width:130};addFonts(FramerdwhabViyz,[{explicitInter:true,fonts:[]},...LogoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdwhabViyz\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"130\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"20\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dwhabViyz.map", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-variable-regular\",\"GF;Geist-variable-regularVF=IndnaHQiIDUwMA==\",\"GF;Geist-variable-regularVF=IndnaHQiIDUwMA==\",\"GF;Geist-variable-regularVF=IndnaHQiIDUwMA==\"]);const variationAxes=[{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyByhwUxId8gMHwbElSvO5Tc.ttf\",variationAxes,weight:\"400\"}]}];export const css=['.framer-dwQ7I .framer-styles-preset-16nhy3h:not(.rich-text-wrapper), .framer-dwQ7I .framer-styles-preset-16nhy3h.rich-text-wrapper p { --framer-font-family: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Variable\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 500; --framer-font-variation-axes-bold: \"wght\" 500; --framer-font-variation-axes-bold-italic: \"wght\" 500; --framer-font-variation-axes-italic: \"wght\" 500; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, #030712); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-dwQ7I\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c126521)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jratW9D1cCyskkZHPabU/o0Qs4tiBvrhK188gjAL6/hHTn2bbOC.js\";const FeatherFonts=getFonts(Feather);const FeatherControls=getPropertyControls(Feather);const enabledGestures={EK1GgctOD:{hover:true},iZsWnt4eb:{hover:true},RZoYm3pCT:{hover:true},xA5SWRH0V:{hover:true}};const cycleOrder=[\"iZsWnt4eb\",\"EK1GgctOD\",\"RZoYm3pCT\",\"xA5SWRH0V\"];const serializationHash=\"framer-v9MOh\";const variantClassNames={EK1GgctOD:\"framer-v-1iuswub\",iZsWnt4eb:\"framer-v-3dmjb4\",RZoYm3pCT:\"framer-v-1faxbn\",xA5SWRH0V:\"framer-v-n3b58g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};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 humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableEnumMap1={\"Alert-circle\":\"alert-circle\",\"Alert-octagon\":\"alert-octagon\",\"Alert-triangle\":\"alert-triangle\",\"Align-center\":\"align-center\",\"Align-justify\":\"align-justify\",\"Align-left\":\"align-left\",\"Align-right\":\"align-right\",\"Arrow-down-circle\":\"arrow-down-circle\",\"Arrow-down-left\":\"arrow-down-left\",\"Arrow-down-right\":\"arrow-down-right\",\"Arrow-down\":\"arrow-down\",\"Arrow-left-circle\":\"arrow-left-circle\",\"Arrow-left\":\"arrow-left\",\"Arrow-right-circle\":\"arrow-right-circle\",\"Arrow-right\":\"arrow-right\",\"Arrow-up-circle\":\"arrow-up-circle\",\"Arrow-up-left\":\"arrow-up-left\",\"Arrow-up-right\":\"arrow-up-right\",\"Arrow-up\":\"arrow-up\",\"At-sign\":\"at-sign\",\"Bar-chart-2\":\"bar-chart-2\",\"Bar-chart\":\"bar-chart\",\"Battery-charging\":\"battery-charging\",\"Bell-off\":\"bell-off\",\"Book-open\":\"book-open\",\"Camera-off\":\"camera-off\",\"Check-circle\":\"check-circle\",\"Check-square\":\"check-square\",\"Chevron-down\":\"chevron-down\",\"Chevron-left\":\"chevron-left\",\"Chevron-right\":\"chevron-right\",\"Chevron-up\":\"chevron-up\",\"Chevrons-down\":\"chevrons-down\",\"Chevrons-left\":\"chevrons-left\",\"Chevrons-right\":\"chevrons-right\",\"Chevrons-up\":\"chevrons-up\",\"Cloud-drizzle\":\"cloud-drizzle\",\"Cloud-lightning\":\"cloud-lightning\",\"Cloud-off\":\"cloud-off\",\"Cloud-rain\":\"cloud-rain\",\"Cloud-snow\":\"cloud-snow\",\"Corner-down-left\":\"corner-down-left\",\"Corner-down-right\":\"corner-down-right\",\"Corner-left-down\":\"corner-left-down\",\"Corner-left-up\":\"corner-left-up\",\"Corner-right-down\":\"corner-right-down\",\"Corner-right-up\":\"corner-right-up\",\"Corner-up-left\":\"corner-up-left\",\"Corner-up-right\":\"corner-up-right\",\"Credit-card\":\"credit-card\",\"Divide-circle\":\"divide-circle\",\"Divide-square\":\"divide-square\",\"Dollar-sign\":\"dollar-sign\",\"Download-cloud\":\"download-cloud\",\"Edit-2\":\"edit-2\",\"Edit-3\":\"edit-3\",\"External-link\":\"external-link\",\"Eye-off\":\"eye-off\",\"Fast-forward\":\"fast-forward\",\"File-minus\":\"file-minus\",\"File-plus\":\"file-plus\",\"File-text\":\"file-text\",\"Folder-minus\":\"folder-minus\",\"Folder-plus\":\"folder-plus\",\"Git-branch\":\"git-branch\",\"Git-commit\":\"git-commit\",\"Git-merge\":\"git-merge\",\"Git-pull-request\":\"git-pull-request\",\"Hard-drive\":\"hard-drive\",\"Help-circle\":\"help-circle\",\"Life-buoy\":\"life-buoy\",\"Link-2\":\"link-2\",\"Log-in\":\"log-in\",\"Log-out\":\"log-out\",\"Map-pin\":\"map-pin\",\"Maximize-2\":\"maximize-2\",\"Message-circle\":\"message-circle\",\"Message-square\":\"message-square\",\"Mic-off\":\"mic-off\",\"Minimize-2\":\"minimize-2\",\"Minus-circle\":\"minus-circle\",\"Minus-square\":\"minus-square\",\"More-horizontal\":\"more-horizontal\",\"More-vertical\":\"more-vertical\",\"Mouse-pointer\":\"mouse-pointer\",\"Navigation-2\":\"navigation-2\",\"Pause-circle\":\"pause-circle\",\"Pen-tool\":\"pen-tool\",\"Phone-call\":\"phone-call\",\"Phone-forwarded\":\"phone-forwarded\",\"Phone-incoming\":\"phone-incoming\",\"Phone-missed\":\"phone-missed\",\"Phone-off\":\"phone-off\",\"Phone-outgoing\":\"phone-outgoing\",\"Pie-chart\":\"pie-chart\",\"Play-circle\":\"play-circle\",\"Plus-circle\":\"plus-circle\",\"Plus-square\":\"plus-square\",\"Refresh-ccw\":\"refresh-ccw\",\"Refresh-cw\":\"refresh-cw\",\"Rotate-ccw\":\"rotate-ccw\",\"Rotate-cw\":\"rotate-cw\",\"Share-2\":\"share-2\",\"Shield-off\":\"shield-off\",\"Shopping-bag\":\"shopping-bag\",\"Shopping-cart\":\"shopping-cart\",\"Skip-back\":\"skip-back\",\"Skip-forward\":\"skip-forward\",\"Stop-circle\":\"stop-circle\",\"Thumbs-down\":\"thumbs-down\",\"Thumbs-up\":\"thumbs-up\",\"Toggle-left\":\"toggle-left\",\"Toggle-right\":\"toggle-right\",\"Trash-2\":\"trash-2\",\"Trending-down\":\"trending-down\",\"Trending-up\":\"trending-up\",\"Upload-cloud\":\"upload-cloud\",\"User-check\":\"user-check\",\"User-minus\":\"user-minus\",\"User-plus\":\"user-plus\",\"User-x\":\"user-x\",\"Video-off\":\"video-off\",\"Volume-1\":\"volume-1\",\"Volume-2\":\"volume-2\",\"Volume-x\":\"volume-x\",\"Wifi-off\":\"wifi-off\",\"X-circle\":\"x-circle\",\"X-octagon\":\"x-octagon\",\"X-square\":\"x-square\",\"Zap-off\":\"zap-off\",\"Zoom-in\":\"zoom-in\",\"Zoom-out\":\"zoom-out\",Activity:\"activity\",Airplay:\"airplay\",Anchor:\"anchor\",Aperture:\"aperture\",Archive:\"archive\",Award:\"award\",Battery:\"battery\",Bell:\"bell\",Bluetooth:\"bluetooth\",Bold:\"bold\",Book:\"book\",Bookmark:\"bookmark\",Box:\"box\",Briefcase:\"briefcase\",Calendar:\"calendar\",Camera:\"camera\",Cast:\"cast\",Check:\"check\",Chrome:\"chrome\",Circle:\"circle\",Clipboard:\"clipboard\",Clock:\"clock\",Cloud:\"cloud\",Code:\"code\",Codepen:\"codepen\",Codesandbox:\"codesandbox\",Coffee:\"coffee\",Columns:\"columns\",Command:\"command\",Compass:\"compass\",Copy:\"copy\",Cpu:\"cpu\",Crop:\"crop\",Crosshair:\"crosshair\",Database:\"database\",Delete:\"delete\",Disc:\"disc\",Divide:\"divide\",Download:\"download\",Dribbble:\"dribbble\",Droplet:\"droplet\",Edit:\"edit\",Eye:\"eye\",Facebook:\"facebook\",Feather:\"feather\",Figma:\"figma\",File:\"file\",Film:\"film\",Filter:\"filter\",Flag:\"flag\",Folder:\"folder\",Framer:\"framer\",Frown:\"frown\",Gift:\"gift\",Github:\"github\",Gitlab:\"gitlab\",Globe:\"globe\",Grid:\"grid\",Hash:\"hash\",Headphones:\"headphones\",Heart:\"heart\",Hexagon:\"hexagon\",Home:\"home\",Image:\"image\",Inbox:\"inbox\",Info:\"info\",Instagram:\"instagram\",Italic:\"italic\",Key:\"key\",Layers:\"layers\",Layout:\"layout\",Link:\"link\",Linkedin:\"linkedin\",List:\"list\",Loader:\"loader\",Lock:\"lock\",Mail:\"mail\",Map:\"map\",Maximize:\"maximize\",Meh:\"meh\",Menu:\"menu\",Mic:\"mic\",Minimize:\"minimize\",Minus:\"minus\",Monitor:\"monitor\",Moon:\"moon\",Move:\"move\",Music:\"music\",Navigation:\"navigation\",Octagon:\"octagon\",Package:\"package\",Paperclip:\"paperclip\",Pause:\"pause\",Percent:\"percent\",Phone:\"phone\",Play:\"play\",Plus:\"plus\",Pocket:\"pocket\",Power:\"power\",Printer:\"printer\",Radio:\"radio\",Repeat:\"repeat\",Rewind:\"rewind\",Rss:\"rss\",Save:\"save\",Scissors:\"scissors\",Search:\"search\",Send:\"send\",Server:\"server\",Settings:\"settings\",Share:\"share\",Shield:\"shield\",Shuffle:\"shuffle\",Sidebar:\"sidebar\",Slack:\"slack\",Slash:\"slash\",Sliders:\"sliders\",Smartphone:\"smartphone\",Smile:\"smile\",Speaker:\"speaker\",Square:\"square\",Star:\"star\",Sun:\"sun\",Sunrise:\"sunrise\",Sunset:\"sunset\",Tablet:\"tablet\",Tag:\"tag\",Target:\"target\",Terminal:\"terminal\",Thermometer:\"thermometer\",Tool:\"tool\",Trash:\"trash\",Trello:\"trello\",Triangle:\"triangle\",Truck:\"truck\",Tv:\"tv\",Twitch:\"twitch\",Twitter:\"twitter\",Type:\"type\",Umbrella:\"umbrella\",Underline:\"underline\",Unlock:\"unlock\",Upload:\"upload\",User:\"user\",Users:\"users\",Video:\"video\",Voicemail:\"voicemail\",Volume:\"volume\",Watch:\"watch\",Wifi:\"wifi\",Wind:\"wind\",X:\"x\",Youtube:\"youtube\",Zap:\"zap\"};const humanReadableVariantMap={\"Light - Open\":\"xA5SWRH0V\",\"Nav Link\":\"iZsWnt4eb\",Light:\"EK1GgctOD\",Open:\"RZoYm3pCT\"};const getProps=({color,distribute,height,hover,iconName,id,link,padding,tap,title,width,...props})=>{return{...props,gowgISSFf:hover??props.gowgISSFf,iEjDsnGUv:color??props.iEjDsnGUv??\"var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170))\",JWSJNbzF8:humanReadableEnumMap1[iconName]??iconName??props.JWSJNbzF8??\"chevron-down\",KVSYmIfe3:padding??props.KVSYmIfe3??\"12px\",PTEfk0Yvl:link??props.PTEfk0Yvl,SmVfMcofk:title??props.SmVfMcofk??\"Manifesto\",Sn2NtLIR5:tap??props.Sn2NtLIR5,variant:humanReadableVariantMap[props.variant]??props.variant??\"iZsWnt4eb\",ZdZ9ZfEA0:humanReadableEnumMap[distribute]??distribute??props.ZdZ9ZfEA0??\"center\"};};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,SmVfMcofk,PTEfk0Yvl,iEjDsnGUv,ZdZ9ZfEA0,KVSYmIfe3,Sn2NtLIR5,JWSJNbzF8,gowgISSFf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iZsWnt4eb\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapg6ze2i=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Sn2NtLIR5){const res=await Sn2NtLIR5(...args);if(res===false)return false;}});const onMouseEnter1ae38sf=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(gowgISSFf){const res=await gowgISSFf(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"RZoYm3pCT-hover\",\"xA5SWRH0V-hover\"].includes(gestureVariant))return true;if([\"RZoYm3pCT\",\"xA5SWRH0V\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:PTEfk0Yvl,nodeId:\"iZsWnt4eb\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-3dmjb4\",className,classNames)} framer-6xu8rw`,\"data-framer-name\":\"Nav Link\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iZsWnt4eb\",onMouseEnter:onMouseEnter1ae38sf,onTap:onTapg6ze2i,ref:ref??ref1,style:{\"--9o0bnm\":numberToPixelString(KVSYmIfe3),\"--vf04fk\":ZdZ9ZfEA0,...style},...addPropertyOverrides({\"EK1GgctOD-hover\":{\"data-framer-name\":undefined},\"iZsWnt4eb-hover\":{\"data-framer-name\":undefined},\"RZoYm3pCT-hover\":{\"data-framer-name\":undefined},\"xA5SWRH0V-hover\":{\"data-framer-name\":undefined},EK1GgctOD:{\"data-framer-name\":\"Light\"},RZoYm3pCT:{\"data-framer-name\":\"Open\"},xA5SWRH0V:{\"data-framer-name\":\"Light - Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16nhy3h\",\"data-styles-preset\":\"hHTn2bbOC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-iEjDsnGUv-UdoOnEiB7))\"},children:\"Manifesto\"})}),className:\"framer-xkikyz\",\"data-framer-name\":\"Pricing\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I2138:21196;8002:604\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-iEjDsnGUv-UdoOnEiB7)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-iEjDsnGUv-UdoOnEiB7\":iEjDsnGUv},text:SmVfMcofk,variants:{\"EK1GgctOD-hover\":{\"--extracted-r6o4lv\":\"var(--token-b5b3ef5a-d056-45ad-9307-b9c59484c5e5, rgb(24, 24, 27))\"},\"iZsWnt4eb-hover\":{\"--extracted-r6o4lv\":\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\"},\"RZoYm3pCT-hover\":{\"--extracted-r6o4lv\":\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\"},\"xA5SWRH0V-hover\":{\"--extracted-r6o4lv\":\"var(--token-b5b3ef5a-d056-45ad-9307-b9c59484c5e5, rgb(24, 24, 27))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"EK1GgctOD-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16nhy3h\",\"data-styles-preset\":\"hHTn2bbOC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b5b3ef5a-d056-45ad-9307-b9c59484c5e5, rgb(24, 24, 27)))\"},children:\"Manifesto\"})})},\"iZsWnt4eb-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16nhy3h\",\"data-styles-preset\":\"hHTn2bbOC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250)))\"},children:\"Manifesto\"})})},\"RZoYm3pCT-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16nhy3h\",\"data-styles-preset\":\"hHTn2bbOC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250)))\"},children:\"Manifesto\"})})},\"xA5SWRH0V-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16nhy3h\",\"data-styles-preset\":\"hHTn2bbOC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b5b3ef5a-d056-45ad-9307-b9c59484c5e5, rgb(24, 24, 27)))\"},children:\"Manifesto\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-651625-container\",layoutDependency:layoutDependency,layoutId:\"hooF8FA98-container\",children:/*#__PURE__*/_jsx(Feather,{color:iEjDsnGUv,height:\"100%\",iconSearch:\"Home\",iconSelection:JWSJNbzF8,id:\"hooF8FA98\",layoutId:\"hooF8FA98\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"RZoYm3pCT-hover\":{color:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\"},\"xA5SWRH0V-hover\":{color:\"var(--token-b5b3ef5a-d056-45ad-9307-b9c59484c5e5, rgb(24, 24, 27))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v9MOh.framer-6xu8rw, .framer-v9MOh .framer-6xu8rw { display: block; }\",\".framer-v9MOh.framer-3dmjb4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: var(--vf04fk); overflow: visible; padding: var(--9o0bnm); position: relative; text-decoration: none; width: min-content; }\",\".framer-v9MOh .framer-xkikyz { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-v9MOh .framer-651625-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v9MOh.framer-3dmjb4 { gap: 0px; } .framer-v9MOh.framer-3dmjb4 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-v9MOh.framer-3dmjb4 > :first-child { margin-left: 0px; } .framer-v9MOh.framer-3dmjb4 > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40.8\n * @framerIntrinsicWidth 89.4667\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"EK1GgctOD\":{\"layout\":[\"auto\",\"auto\"]},\"RZoYm3pCT\":{\"layout\":[\"auto\",\"auto\"]},\"xA5SWRH0V\":{\"layout\":[\"auto\",\"auto\"]},\"mIPNiUsgd\":{\"layout\":[\"auto\",\"auto\"]},\"q_BOuQwsE\":{\"layout\":[\"auto\",\"auto\"]},\"kFVxXXjgE\":{\"layout\":[\"auto\",\"auto\"]},\"iUr4Dojci\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"SmVfMcofk\":\"title\",\"PTEfk0Yvl\":\"link\",\"iEjDsnGUv\":\"color\",\"ZdZ9ZfEA0\":\"distribute\",\"KVSYmIfe3\":\"padding\",\"Sn2NtLIR5\":\"tap\",\"JWSJNbzF8\":\"iconName\",\"gowgISSFf\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUdoOnEiB7=withCSS(Component,css,\"framer-v9MOh\");export default FramerUdoOnEiB7;FramerUdoOnEiB7.displayName=\"Navigation/Link\";FramerUdoOnEiB7.defaultProps={height:40.8,width:89.4667};addPropertyControls(FramerUdoOnEiB7,{variant:{options:[\"iZsWnt4eb\",\"EK1GgctOD\",\"RZoYm3pCT\",\"xA5SWRH0V\"],optionTitles:[\"Nav Link\",\"Light\",\"Open\",\"Light - Open\"],title:\"Variant\",type:ControlType.Enum},SmVfMcofk:{defaultValue:\"Manifesto\",displayTextArea:false,title:\"Title\",type:ControlType.String},PTEfk0Yvl:{title:\"Link\",type:ControlType.Link},iEjDsnGUv:{defaultValue:'var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170)) /* {\"name\":\"gray/400\"} */',title:\"Color\",type:ControlType.Color},ZdZ9ZfEA0:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},KVSYmIfe3:{defaultValue:\"12px\",title:\"Padding\",type:ControlType.Padding},Sn2NtLIR5:{title:\"Tap\",type:ControlType.EventHandler},JWSJNbzF8:FeatherControls?.[\"iconSelection\"]&&{...FeatherControls[\"iconSelection\"],defaultValue:\"chevron-down\",description:undefined,hidden:undefined,title:\"Icon Name\"},gowgISSFf:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerUdoOnEiB7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUdoOnEiB7\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"89.4667\",\"framerVariables\":\"{\\\"SmVfMcofk\\\":\\\"title\\\",\\\"PTEfk0Yvl\\\":\\\"link\\\",\\\"iEjDsnGUv\\\":\\\"color\\\",\\\"ZdZ9ZfEA0\\\":\\\"distribute\\\",\\\"KVSYmIfe3\\\":\\\"padding\\\",\\\"Sn2NtLIR5\\\":\\\"tap\\\",\\\"JWSJNbzF8\\\":\\\"iconName\\\",\\\"gowgISSFf\\\":\\\"hover\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EK1GgctOD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RZoYm3pCT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xA5SWRH0V\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mIPNiUsgd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q_BOuQwsE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kFVxXXjgE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iUr4Dojci\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"40.8\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UdoOnEiB7.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import LogoSvgSmall from\"https://framerusercontent.com/modules/V26M7CBFWaI0GKqK1hv8/lzcOx1mzjNtaLXk5Nb1o/cGMBPId_w.js\";import LogoSvg from\"https://framerusercontent.com/modules/35BGU4Z3KUNaENrrZvx2/85f58BAX0Vo5NHsi7ML2/dwhabViyz.js\";import Button from\"https://framerusercontent.com/modules/rlEl2TqXJQ6fid8XyEIw/HUFOxMVyoQvM2YuUwnVG/LnHEIToru.js\";import NavigationLink from\"https://framerusercontent.com/modules/2HDivEPJcEX9ZfdP5Pa4/kpIaGnxFWyGUTUr8NnOt/UdoOnEiB7.js\";const LogoSvgFonts=getFonts(LogoSvg);const LogoSvgSmallFonts=getFonts(LogoSvgSmall);const NavigationLinkFonts=getFonts(NavigationLink);const ButtonFonts=getFonts(Button);const MaterialFonts=getFonts(Material);const cycleOrder=[\"ZK9s8BdUy\",\"oa7vk9_g5\",\"yiW6eFy2J\",\"naBjoA2Sh\",\"NbX2A09BO\"];const serializationHash=\"framer-jirUE\";const variantClassNames={naBjoA2Sh:\"framer-v-cwyxa0\",NbX2A09BO:\"framer-v-1b839il\",oa7vk9_g5:\"framer-v-mq2zej\",yiW6eFy2J:\"framer-v-1xagbaj\",ZK9s8BdUy:\"framer-v-zl4sqy\"};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 transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};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={\"Phone - Open\":\"NbX2A09BO\",Navigation:\"ZK9s8BdUy\",Phone:\"yiW6eFy2J\",Scrolled:\"naBjoA2Sh\",Tablet:\"oa7vk9_g5\"};const getProps=({height,id,linkColor1,linkColor2,linkColor3,linkColor4,width,...props})=>{return{...props,AUk9UU6Yl:linkColor4??props.AUk9UU6Yl??\"var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170))\",H6YB4C8ie:linkColor2??props.H6YB4C8ie??\"var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170))\",k1gC9dBYj:linkColor3??props.k1gC9dBYj??\"var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170))\",rAiD55CjW:linkColor1??props.rAiD55CjW??\"var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"ZK9s8BdUy\"};};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,rAiD55CjW,H6YB4C8ie,k1gC9dBYj,AUk9UU6Yl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZK9s8BdUy\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const ZD_2tdbdN14an37h=activeVariantCallback(async(...args)=>{setVariant(\"ZK9s8BdUy\");});const onClick14an37h=activeVariantCallback(async(...args)=>{setVariant(\"ZK9s8BdUy\");});const onTapqv9syt=activeVariantCallback(async(...args)=>{setVariant(\"NbX2A09BO\");});const onTaptm60jl=activeVariantCallback(async(...args)=>{setVariant(\"yiW6eFy2J\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"naBjoA2Sh\")return false;return true;};const isDisplayed1=()=>{if([\"oa7vk9_g5\",\"yiW6eFy2J\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"oa7vk9_g5\",\"yiW6eFy2J\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"yiW6eFy2J\",\"NbX2A09BO\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"naBjoA2Sh\")return true;return false;};const router=useRouter();const isDisplayed5=()=>{if([\"yiW6eFy2J\",\"NbX2A09BO\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"NbX2A09BO\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-zl4sqy\",className,classNames),\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"ZK9s8BdUy\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{NbX2A09BO:{backgroundColor:\"var(--token-c19dbab3-c931-4681-9ef6-338e89059b21, rgb(0, 0, 0))\"}},...addPropertyOverrides({naBjoA2Sh:{\"data-framer-name\":\"Scrolled\"},NbX2A09BO:{\"data-framer-name\":\"Phone - Open\"},oa7vk9_g5:{\"data-framer-name\":\"Tablet\"},yiW6eFy2J:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h83iqc\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"ESZyXX6Jd\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"none\"},variants:{naBjoA2Sh:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"none\"},NbX2A09BO:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a15c699d-cfa4-4029-945e-ffe8d58c9c7e, rgb(39, 39, 42))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,WebkitBackdropFilter:\"none\"},oa7vk9_g5:{backgroundColor:\"var(--token-d630fc97-3189-416a-b7ef-1db66d4146c3, rgb(250, 250, 250))\"},yiW6eFy2J:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a15c699d-cfa4-4029-945e-ffe8d58c9c7e, rgb(39, 39, 42))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-6bb066e2-44b7-4602-9cb5-c4b900e71ab9, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,WebkitBackdropFilter:\"blur(24px)\"}},...addPropertyOverrides({NbX2A09BO:{\"data-border\":true},yiW6eFy2J:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f8nd05\",layoutDependency:layoutDependency,layoutId:\"BofwRnacR\",children:isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"vJWu9AAY5\",scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-18t9j8a framer-1klcrsx\",layoutDependency:layoutDependency,layoutId:\"vJWu9AAY5\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,width:\"170px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+7.5+0+0,...addPropertyOverrides({NbX2A09BO:{height:16,width:\"110px\",y:(componentViewport?.y||0)+8+0+18+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14tegxd-container\",layoutDependency:layoutDependency,layoutId:\"VKr0Zp52e-container\",nodeId:\"VKr0Zp52e\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(LogoSvg,{height:\"100%\",id:\"VKr0Zp52e\",layoutId:\"VKr0Zp52e\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oa7vk9_g5:{height:25,width:\"30px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+15.5+0+0+0},yiW6eFy2J:{height:25,width:\"30px\",y:(componentViewport?.y||0)+(8+((componentViewport?.height||68)-16-52)/2)+13.5+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bq1hyd-container\",layoutDependency:layoutDependency,layoutId:\"M61XOUxWa-container\",nodeId:\"M61XOUxWa\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(LogoSvgSmall,{height:\"100%\",id:\"M61XOUxWa\",layoutId:\"M61XOUxWa\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-uq2it1\",layoutDependency:layoutDependency,layoutId:\"b6rOJP8sF\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-k2143c\",layoutDependency:layoutDependency,layoutId:\"fh5noU9qW\",style:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-6bb066e2-44b7-4602-9cb5-c4b900e71ab9, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(24px)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-164jaye\",layoutDependency:layoutDependency,layoutId:\"Les2mR2Qc\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({naBjoA2Sh:{height:25,width:\"30px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||52.8)-0-60)/2)+8+0+0+2+7.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-38apcw-container\",layoutDependency:layoutDependency,layoutId:\"s6YnDe3eX-container\",nodeId:\"s6YnDe3eX\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(LogoSvgSmall,{height:\"100%\",id:\"s6YnDe3eX\",layoutId:\"s6YnDe3eX\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"az15hUgcM\"},implicitPathVariables:undefined},{href:{webPageId:\"az15hUgcM\"},implicitPathVariables:undefined},{href:{webPageId:\"az15hUgcM\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+0+0+0,...addPropertyOverrides({naBjoA2Sh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||52.8)-0-60)/2)+8+0+0+2+0},oa7vk9_g5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-irz5sy-container\",layoutDependency:layoutDependency,layoutId:\"xZJz1dnNi-container\",nodeId:\"xZJz1dnNi\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"xZJz1dnNi\",iEjDsnGUv:rAiD55CjW,JWSJNbzF8:\"chevron-down\",KVSYmIfe3:\"8px 16px 8px 16px\",layoutId:\"xZJz1dnNi\",PTEfk0Yvl:resolvedLinks[0],SmVfMcofk:\"About\",variant:\"iZsWnt4eb\",width:\"100%\",ZdZ9ZfEA0:\"center\",...addPropertyOverrides({naBjoA2Sh:{PTEfk0Yvl:resolvedLinks[2]},oa7vk9_g5:{PTEfk0Yvl:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cbRv1iyEa\"},implicitPathVariables:undefined},{href:{webPageId:\"cbRv1iyEa\"},implicitPathVariables:undefined},{href:{webPageId:\"cbRv1iyEa\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+0+0+0,...addPropertyOverrides({naBjoA2Sh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||52.8)-0-60)/2)+8+0+0+2+0},oa7vk9_g5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-80znm0-container\",layoutDependency:layoutDependency,layoutId:\"RnFiWhejT-container\",nodeId:\"RnFiWhejT\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"RnFiWhejT\",iEjDsnGUv:H6YB4C8ie,JWSJNbzF8:\"chevron-down\",KVSYmIfe3:\"8px 16px 8px 16px\",layoutId:\"RnFiWhejT\",PTEfk0Yvl:resolvedLinks1[0],SmVfMcofk:\"Marketplace\",variant:\"iZsWnt4eb\",width:\"100%\",ZdZ9ZfEA0:\"center\",...addPropertyOverrides({naBjoA2Sh:{PTEfk0Yvl:resolvedLinks1[2]},oa7vk9_g5:{PTEfk0Yvl:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wi5PNqRCF\"},implicitPathVariables:undefined},{href:{webPageId:\"Wi5PNqRCF\"},implicitPathVariables:undefined},{href:{webPageId:\"Wi5PNqRCF\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+0+0+0,...addPropertyOverrides({naBjoA2Sh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||52.8)-0-60)/2)+8+0+0+2+0},oa7vk9_g5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hld72h-container\",layoutDependency:layoutDependency,layoutId:\"l9iuXAh7J-container\",nodeId:\"l9iuXAh7J\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"l9iuXAh7J\",iEjDsnGUv:k1gC9dBYj,JWSJNbzF8:\"chevron-down\",KVSYmIfe3:\"8px 16px 8px 16px\",layoutId:\"l9iuXAh7J\",PTEfk0Yvl:resolvedLinks2[0],SmVfMcofk:\"Pricing\",variant:\"iZsWnt4eb\",width:\"100%\",ZdZ9ZfEA0:\"center\",...addPropertyOverrides({naBjoA2Sh:{PTEfk0Yvl:resolvedLinks2[2]},oa7vk9_g5:{PTEfk0Yvl:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined},{href:{webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined},{href:{webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+0+0+0,...addPropertyOverrides({naBjoA2Sh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||52.8)-0-60)/2)+8+0+0+2+0},oa7vk9_g5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mqig3k-container\",layoutDependency:layoutDependency,layoutId:\"EaA0xSC_0-container\",nodeId:\"EaA0xSC_0\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"EaA0xSC_0\",iEjDsnGUv:AUk9UU6Yl,JWSJNbzF8:\"chevron-down\",KVSYmIfe3:\"8px 16px 8px 16px\",layoutId:\"EaA0xSC_0\",PTEfk0Yvl:resolvedLinks3[0],SmVfMcofk:\"Contact\",variant:\"iZsWnt4eb\",width:\"100%\",ZdZ9ZfEA0:\"center\",...addPropertyOverrides({naBjoA2Sh:{PTEfk0Yvl:resolvedLinks3[2]},oa7vk9_g5:{PTEfk0Yvl:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q7md1j\",layoutDependency:layoutDependency,layoutId:\"ZeroEoPVc\",children:isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17v5ox7\",layoutDependency:layoutDependency,layoutId:\"xWgcXKNrA\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+3.5+0,...addPropertyOverrides({NbX2A09BO:{y:(componentViewport?.y||0)+8+0+4+0+5.5},oa7vk9_g5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+11.5+0+0},yiW6eFy2J:{y:(componentViewport?.y||0)+(8+((componentViewport?.height||68)-16-52)/2)+4+0+5.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kr5o0t-container\",layoutDependency:layoutDependency,layoutId:\"QWBjUz0xW-container\",nodeId:\"QWBjUz0xW\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(Button,{aFimpjWgF:8,AfRSB9d3Z:\"8px 12px 8px 12px\",bztzgKMxX:8,Esjnft_6t:true,F2nNxxn1x:false,FcZacobAi:\"circle\",height:\"100%\",id:\"QWBjUz0xW\",Jirltpxn8:\"circle\",La4kcheDk:false,layoutId:\"QWBjUz0xW\",OvDYxfu6w:\"https://dash.openshield.ai/sign-up\",qKg8G3r_z:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",variant:\"Jb9orQi0P\",VU4hBLUnf:\"center\",width:\"100%\",yIvcu0ac1:\"Sign up\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":IlqkuG6zj\",webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined},{href:{hash:\":IlqkuG6zj\",webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined},{href:{hash:\":IlqkuG6zj\",webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined},{href:{hash:\":IlqkuG6zj\",webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+8+0+3.5+0,...addPropertyOverrides({NbX2A09BO:{y:(componentViewport?.y||0)+8+0+4+0+5.5},oa7vk9_g5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||48.8)-0-56)/2)+11.5+0+0},yiW6eFy2J:{y:(componentViewport?.y||0)+(8+((componentViewport?.height||68)-16-52)/2)+4+0+5.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4p2ncj-container\",layoutDependency:layoutDependency,layoutId:\"kKuB_x7Ha-container\",nodeId:\"kKuB_x7Ha\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(Button,{aFimpjWgF:8,AfRSB9d3Z:\"8px 12px 8px 12px\",bztzgKMxX:8,Esjnft_6t:true,F2nNxxn1x:false,FcZacobAi:\"circle\",height:\"100%\",id:\"kKuB_x7Ha\",Jirltpxn8:\"circle\",La4kcheDk:false,layoutId:\"kKuB_x7Ha\",OvDYxfu6w:resolvedLinks4[0],qKg8G3r_z:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",variant:\"I2138:21196;8003:10789\",VU4hBLUnf:\"center\",width:\"100%\",yIvcu0ac1:\"Book demo\",ZD_2tdbdN:ZD_2tdbdN14an37h,...addPropertyOverrides({NbX2A09BO:{OvDYxfu6w:resolvedLinks4[3]},oa7vk9_g5:{OvDYxfu6w:resolvedLinks4[1]},yiW6eFy2J:{OvDYxfu6w:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://github.com/openshieldai/openshield\",motionChild:true,nodeId:\"QrtltG18u\",scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-dxhopp framer-1klcrsx\",layoutDependency:layoutDependency,layoutId:\"QrtltG18u\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10tkktu-container\",\"data-framer-name\":\"Github Link\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tXasXTTaF-container\",name:\"Github Link\",nodeId:\"tXasXTTaF\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",whileHover:animation,children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-04aa56f3-fd20-437c-b4e5-b3730e0f658b, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"GitHub\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"tXasXTTaF\",layoutId:\"tXasXTTaF\",mirrored:false,name:\"Github Link\",onClick:onClick14an37h,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yfsyas\",layoutDependency:layoutDependency,layoutId:\"oB41rVcEQ\",...addPropertyOverrides({NbX2A09BO:{\"data-highlight\":true,onTap:onTaptm60jl},yiW6eFy2J:{\"data-highlight\":true,onTap:onTapqv9syt}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18kz7kl\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"GtqXHWJUk\",style:{backgroundColor:\"rgb(102, 102, 102)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{NbX2A09BO:{backgroundColor:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\",rotate:45},yiW6eFy2J:{backgroundColor:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yxrggj\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"kt9frpFz6\",style:{backgroundColor:\"rgb(102, 102, 102)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{NbX2A09BO:{backgroundColor:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\",rotate:-45},yiW6eFy2J:{backgroundColor:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\"}}})]})]})})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mre6dl\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"l6Uktn3Cg\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"az15hUgcM\"},implicitPathVariables:undefined},{href:{webPageId:\"az15hUgcM\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({NbX2A09BO:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+8+72+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1m824wv-container\",layoutDependency:layoutDependency,layoutId:\"QpH6AD4QI-container\",nodeId:\"QpH6AD4QI\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"QpH6AD4QI\",iEjDsnGUv:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\",JWSJNbzF8:\"chevron-down\",KVSYmIfe3:\"12px 16px 12px 16px\",layoutId:\"QpH6AD4QI\",PTEfk0Yvl:resolvedLinks5[0],SmVfMcofk:\"About\",style:{width:\"100%\"},variant:\"iZsWnt4eb\",width:\"100%\",ZdZ9ZfEA0:\"flex-start\",...addPropertyOverrides({NbX2A09BO:{PTEfk0Yvl:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cbRv1iyEa\"},implicitPathVariables:undefined},{href:{webPageId:\"cbRv1iyEa\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({NbX2A09BO:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+8+72+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cndvo7-container\",layoutDependency:layoutDependency,layoutId:\"k06OH_8bm-container\",nodeId:\"k06OH_8bm\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"k06OH_8bm\",iEjDsnGUv:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\",JWSJNbzF8:\"chevron-down\",KVSYmIfe3:\"12px 16px 12px 16px\",layoutId:\"k06OH_8bm\",PTEfk0Yvl:resolvedLinks6[0],SmVfMcofk:\"Marketplace\",style:{width:\"100%\"},variant:\"iZsWnt4eb\",width:\"100%\",ZdZ9ZfEA0:\"flex-start\",...addPropertyOverrides({NbX2A09BO:{PTEfk0Yvl:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wi5PNqRCF\"},implicitPathVariables:undefined},{href:{webPageId:\"Wi5PNqRCF\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({NbX2A09BO:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+8+72+0+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ddkqmd-container\",layoutDependency:layoutDependency,layoutId:\"CBxRi7gFJ-container\",nodeId:\"CBxRi7gFJ\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"CBxRi7gFJ\",iEjDsnGUv:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\",JWSJNbzF8:\"chevron-down\",KVSYmIfe3:\"12px 16px 12px 16px\",layoutId:\"CBxRi7gFJ\",PTEfk0Yvl:resolvedLinks7[0],SmVfMcofk:\"Pricing\",style:{width:\"100%\"},variant:\"iZsWnt4eb\",width:\"100%\",ZdZ9ZfEA0:\"flex-start\",...addPropertyOverrides({NbX2A09BO:{PTEfk0Yvl:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined},{href:{webPageId:\"pM_fBmJgd\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({NbX2A09BO:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+8+72+0+120}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wkk3x0-container\",layoutDependency:layoutDependency,layoutId:\"F0t8RPAZJ-container\",nodeId:\"F0t8RPAZJ\",rendersWithMotion:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(NavigationLink,{height:\"100%\",id:\"F0t8RPAZJ\",iEjDsnGUv:\"var(--token-82e6e4db-c5aa-43e1-99e0-e9f12d384e98, rgb(250, 250, 250))\",JWSJNbzF8:\"chevron-down\",KVSYmIfe3:\"12px 16px 12px 16px\",layoutId:\"F0t8RPAZJ\",PTEfk0Yvl:resolvedLinks8[0],SmVfMcofk:\"Contact\",style:{width:\"100%\"},variant:\"iZsWnt4eb\",width:\"100%\",ZdZ9ZfEA0:\"flex-start\",...addPropertyOverrides({NbX2A09BO:{PTEfk0Yvl:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12211g5\",layoutDependency:layoutDependency,layoutId:\"I6dyb3gZA\",transformTemplate:transformTemplate1,children:isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w871wa\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"vRYLIQ7sS\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://x.com/framer\",motionChild:true,nodeId:\"WxhwLjj5e\",openInNewTab:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-dz49in framer-1klcrsx\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"WxhwLjj5e\",style:{opacity:.5},whileHover:animation1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13k3fv3\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HjqNVof9x\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 16.641 5 L 19.095 5 L 13.735 10.93 L 20.041 19 L 15.103 19 L 11.236 14.106 L 6.811 19 L 4.356 19 L 10.09 12.657 L 4.041 5 L 9.103 5 L 12.599 9.474 Z\" fill=\"var(--token-04aa56f3-fd20-437c-b4e5-b3730e0f658b, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;white auto&quot;} */\"></path></svg>',svgContentId:11949518098,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/framer/\",motionChild:true,nodeId:\"O7ZRZiJ14\",openInNewTab:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1j25yy framer-1klcrsx\",\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"O7ZRZiJ14\",style:{opacity:.5},whileHover:animation1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ll37c0\",\"data-framer-name\":\"Instagram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DReUCIZKD\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 4 8.667 C 4 6.089 6.089 4 8.667 4 L 15.333 4 C 17.911 4 20 6.089 20 8.667 L 20 15.333 C 20 17.911 17.911 20 15.333 20 L 8.667 20 C 6.089 20 4 17.911 4 15.333 Z M 15.333 7.333 C 15.322 7.817 15.574 8.268 15.991 8.513 C 16.408 8.758 16.924 8.758 17.341 8.513 C 17.758 8.269 18.01 7.817 17.999 7.334 C 17.983 6.609 17.391 6.03 16.667 6.03 C 15.942 6.03 15.35 6.609 15.333 7.333 Z M 8.667 12 C 8.667 13.841 10.16 15.334 12.001 15.333 C 13.842 15.333 15.334 13.84 15.334 11.999 C 15.334 10.158 13.841 8.666 12 8.666 C 10.159 8.666 8.666 10.159 8.667 12 Z\" fill=\"var(--token-04aa56f3-fd20-437c-b4e5-b3730e0f658b, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;white auto&quot;} */\"></path></svg>',svgContentId:10886395287,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/framer\",motionChild:true,nodeId:\"LvdsJES8Z\",openInNewTab:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-138nnnh framer-1klcrsx\",\"data-framer-name\":\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"LvdsJES8Z\",style:{opacity:.5},whileHover:animation1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ubwk6h\",\"data-framer-name\":\"LinkedIn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"M3go0DgAi\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 4 7 C 4 5.343 5.343 4 7 4 L 17 4 C 18.657 4 20 5.343 20 7 L 20 17 C 20 18.657 18.657 20 17 20 L 7 20 C 5.343 20 4 18.657 4 17 Z M 8.85 17.393 L 8.85 10.169 L 6.434 10.169 L 6.434 17.393 Z M 7.642 9.182 C 8.484 9.182 9.009 8.628 9.009 7.934 C 8.993 7.225 8.484 6.686 7.658 6.686 C 6.831 6.686 6.291 7.225 6.291 7.934 C 6.291 8.628 6.815 9.182 7.626 9.182 Z M 10.187 17.394 C 10.187 17.394 10.187 17.394 10.187 17.393 L 10.187 17.393 Z M 12.604 17.393 L 12.604 13.359 C 12.604 13.143 12.62 12.928 12.683 12.773 C 12.858 12.342 13.256 11.895 13.923 11.895 C 14.798 11.895 15.148 12.557 15.148 13.529 L 15.148 17.393 L 17.564 17.393 L 17.564 13.251 C 17.564 11.032 16.372 9.999 14.782 9.999 C 13.5 9.999 12.925 10.699 12.604 11.192 L 12.604 10.169 L 10.187 10.169 C 10.219 10.844 10.188 17.351 10.187 17.393 Z\" fill=\"var(--token-04aa56f3-fd20-437c-b4e5-b3730e0f658b, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;white auto&quot;} */\"></path></svg>',svgContentId:9695083019,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.tiktok.com/@framer\",motionChild:true,nodeId:\"s_WH9Tra_\",openInNewTab:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-wijtlp framer-1klcrsx\",\"data-framer-name\":\"TikTok\",layoutDependency:layoutDependency,layoutId:\"s_WH9Tra_\",style:{opacity:.5},whileHover:animation1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mqof2r\",\"data-framer-name\":\"TikTok\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yYGjBJ_zH\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 17.631 7.136 C 17.514 7.077 17.401 7.012 17.29 6.941 C 16.97 6.733 16.676 6.488 16.415 6.211 C 15.763 5.478 15.519 4.734 15.429 4.213 L 15.433 4.213 C 15.358 3.78 15.389 3.501 15.394 3.501 L 12.421 3.501 L 12.421 14.79 C 12.421 14.942 12.421 15.092 12.415 15.24 C 12.415 15.258 12.413 15.275 12.412 15.295 C 12.412 15.303 12.412 15.311 12.41 15.32 L 12.41 15.326 C 12.346 16.149 11.87 16.886 11.14 17.294 C 10.765 17.503 10.342 17.613 9.91 17.613 C 8.526 17.613 7.403 16.503 7.403 15.134 C 7.403 13.764 8.526 12.655 9.91 12.655 C 10.173 12.654 10.433 12.695 10.682 12.775 L 10.686 9.802 C 9.156 9.608 7.614 10.051 6.432 11.024 C 5.919 11.462 5.489 11.983 5.159 12.566 C 5.033 12.779 4.56 13.632 4.503 15.018 C 4.467 15.805 4.707 16.62 4.822 16.956 L 4.822 16.964 C 4.894 17.162 5.173 17.839 5.629 18.409 C 5.996 18.867 6.43 19.269 6.916 19.602 L 6.916 19.595 L 6.923 19.602 C 8.362 20.563 9.958 20.5 9.958 20.5 C 10.234 20.489 11.159 20.5 12.21 20.011 C 13.375 19.468 14.038 18.661 14.038 18.661 C 14.462 18.178 14.799 17.628 15.035 17.034 C 15.304 16.34 15.394 15.507 15.394 15.174 L 15.394 9.184 C 15.43 9.206 15.91 9.518 15.91 9.518 C 15.91 9.518 16.602 9.953 17.681 10.237 C 18.456 10.439 19.499 10.481 19.499 10.481 L 19.499 7.583 C 19.133 7.622 18.391 7.508 17.631 7.136 Z\" fill=\"var(--token-04aa56f3-fd20-437c-b4e5-b3730e0f658b, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;white auto&quot;} */\"></path></svg>',svgContentId:10628106255,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/channel/UCW5gUZ7lKGrAbLOkHv2xfbw\",motionChild:true,nodeId:\"b6SwQThoz\",openInNewTab:true,scopeId:\"OOuotiQPS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1qnulju framer-1klcrsx\",\"data-framer-name\":\"YouTube\",layoutDependency:layoutDependency,layoutId:\"b6SwQThoz\",style:{opacity:.5},whileHover:animation1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1symurl\",\"data-framer-name\":\"Youtube\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"K1lWTWwjB\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},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 23 12 C 23 12 23 15.487 22.54 17.158 C 22.285 18.082 21.544 18.804 20.595 19.052 C 18.88 19.5 12 19.5 12 19.5 C 12 19.5 5.12 19.5 3.405 19.052 C 2.456 18.803 1.715 18.082 1.46 17.158 C 1 15.487 1 12 1 12 C 1 12 1 8.513 1.46 6.842 C 1.715 5.918 2.456 5.197 3.405 4.948 C 5.12 4.5 12 4.5 12 4.5 C 12 4.5 18.88 4.5 20.595 4.948 C 21.544 5.197 22.285 5.918 22.54 6.842 C 22.998 8.513 23 12 23 12 Z M 9.798 14.359 C 9.798 14.742 10.21 14.983 10.543 14.795 L 14.738 12.436 C 15.078 12.245 15.078 11.756 14.738 11.564 L 10.543 9.205 C 10.21 9.018 9.798 9.259 9.798 9.641 Z\" fill=\"var(--token-04aa56f3-fd20-437c-b4e5-b3730e0f658b, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;white auto&quot;} */\"></path></svg>',svgContentId:9970260784,withExternalLayout:true})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jirUE.framer-1klcrsx, .framer-jirUE .framer-1klcrsx { display: block; }\",\".framer-jirUE.framer-zl4sqy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-jirUE .framer-h83iqc { display: grid; flex: 1 0 0px; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: start; max-width: 1152px; overflow: visible; padding: 8px 40px 8px 40px; position: relative; width: 1px; }\",\".framer-jirUE .framer-f8nd05 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jirUE .framer-18t9j8a { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-jirUE .framer-14tegxd-container { flex: none; height: 25px; position: relative; width: 170px; }\",\".framer-jirUE .framer-1bq1hyd-container, .framer-jirUE .framer-38apcw-container { flex: none; height: 25px; position: relative; width: 30px; }\",\".framer-jirUE .framer-uq2it1 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jirUE .framer-k2143c, .framer-jirUE .framer-17v5ox7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jirUE .framer-164jaye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jirUE .framer-irz5sy-container, .framer-jirUE .framer-80znm0-container, .framer-jirUE .framer-hld72h-container, .framer-jirUE .framer-1mqig3k-container, .framer-jirUE .framer-1kr5o0t-container, .framer-jirUE .framer-4p2ncj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jirUE .framer-1q7md1j { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-end; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jirUE .framer-dxhopp { flex: none; height: 30px; overflow: visible; position: relative; text-decoration: none; width: 30px; }\",\".framer-jirUE .framer-10tkktu-container { flex: none; height: 30px; left: 0px; position: absolute; top: calc(50.00000000000002% - 30px / 2); width: 30px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-jirUE .framer-yfsyas { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 40px; }\",\".framer-jirUE .framer-18kz7kl, .framer-jirUE .framer-1yxrggj { flex: none; height: 2px; overflow: hidden; position: relative; width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-jirUE .framer-1mre6dl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-jirUE .framer-1m824wv-container, .framer-jirUE .framer-cndvo7-container, .framer-jirUE .framer-ddkqmd-container, .framer-jirUE .framer-wkk3x0-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-jirUE .framer-12211g5 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; min-height: 56px; overflow: visible; padding: 16px 24px 40px 24px; position: absolute; width: 100%; z-index: 1; }\",\".framer-jirUE .framer-1w871wa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jirUE .framer-dz49in { flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 24px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-jirUE .framer-13k3fv3, .framer-jirUE .framer-ll37c0, .framer-jirUE .framer-1symurl { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-jirUE .framer-1j25yy, .framer-jirUE .framer-138nnnh, .framer-jirUE .framer-wijtlp, .framer-jirUE .framer-1qnulju { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; text-decoration: none; width: 24px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-jirUE .framer-1ubwk6h { flex: none; height: 24px; position: absolute; right: 0px; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-jirUE .framer-1mqof2r { flex: none; height: 24px; left: calc(54.166666666666686% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jirUE.framer-zl4sqy, .framer-jirUE .framer-f8nd05, .framer-jirUE .framer-18t9j8a, .framer-jirUE .framer-uq2it1, .framer-jirUE .framer-k2143c, .framer-jirUE .framer-164jaye, .framer-jirUE .framer-1q7md1j, .framer-jirUE .framer-17v5ox7, .framer-jirUE .framer-yfsyas, .framer-jirUE .framer-1mre6dl, .framer-jirUE .framer-12211g5, .framer-jirUE .framer-1w871wa { gap: 0px; } .framer-jirUE.framer-zl4sqy > *, .framer-jirUE .framer-164jaye > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jirUE.framer-zl4sqy > :first-child, .framer-jirUE .framer-f8nd05 > :first-child, .framer-jirUE .framer-uq2it1 > :first-child, .framer-jirUE .framer-k2143c > :first-child, .framer-jirUE .framer-164jaye > :first-child, .framer-jirUE .framer-1q7md1j > :first-child, .framer-jirUE .framer-17v5ox7 > :first-child, .framer-jirUE .framer-12211g5 > :first-child, .framer-jirUE .framer-1w871wa > :first-child { margin-left: 0px; } .framer-jirUE.framer-zl4sqy > :last-child, .framer-jirUE .framer-f8nd05 > :last-child, .framer-jirUE .framer-uq2it1 > :last-child, .framer-jirUE .framer-k2143c > :last-child, .framer-jirUE .framer-164jaye > :last-child, .framer-jirUE .framer-1q7md1j > :last-child, .framer-jirUE .framer-17v5ox7 > :last-child, .framer-jirUE .framer-12211g5 > :last-child, .framer-jirUE .framer-1w871wa > :last-child { margin-right: 0px; } .framer-jirUE .framer-f8nd05 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-jirUE .framer-18t9j8a > *, .framer-jirUE .framer-yfsyas > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jirUE .framer-18t9j8a > :first-child, .framer-jirUE .framer-yfsyas > :first-child, .framer-jirUE .framer-1mre6dl > :first-child { margin-top: 0px; } .framer-jirUE .framer-18t9j8a > :last-child, .framer-jirUE .framer-yfsyas > :last-child, .framer-jirUE .framer-1mre6dl > :last-child { margin-bottom: 0px; } .framer-jirUE .framer-uq2it1 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-jirUE .framer-k2143c > *, .framer-jirUE .framer-17v5ox7 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-jirUE .framer-1q7md1j > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-jirUE .framer-1mre6dl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jirUE .framer-12211g5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jirUE .framer-1w871wa > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } }\",\".framer-jirUE.framer-v-mq2zej.framer-zl4sqy { width: 810px; }\",\".framer-jirUE.framer-v-mq2zej .framer-h83iqc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; padding: 8px 24px 8px 24px; }\",\".framer-jirUE.framer-v-mq2zej .framer-f8nd05, .framer-jirUE.framer-v-1xagbaj .framer-f8nd05 { align-self: unset; height: 25px; width: min-content; }\",\".framer-jirUE.framer-v-mq2zej .framer-uq2it1 { align-self: unset; flex: 1 0 0px; height: min-content; justify-content: flex-start; width: 1px; }\",\".framer-jirUE.framer-v-mq2zej .framer-1q7md1j, .framer-jirUE.framer-v-1b839il .framer-f8nd05 { align-self: unset; height: min-content; width: min-content; }\",\".framer-jirUE.framer-v-mq2zej .framer-10tkktu-container, .framer-jirUE.framer-v-1xagbaj .framer-10tkktu-container { height: 32px; top: calc(50.00000000000002% - 32px / 2); width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jirUE.framer-v-mq2zej .framer-h83iqc { gap: 0px; } .framer-jirUE.framer-v-mq2zej .framer-h83iqc > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-jirUE.framer-v-mq2zej .framer-h83iqc > :first-child { margin-left: 0px; } .framer-jirUE.framer-v-mq2zej .framer-h83iqc > :last-child { margin-right: 0px; } }\",\".framer-jirUE.framer-v-1xagbaj.framer-zl4sqy { padding: 8px; width: 390px; }\",\".framer-jirUE.framer-v-1xagbaj .framer-h83iqc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: unset; justify-content: space-between; padding: 4px 8px 4px 12px; }\",\".framer-jirUE.framer-v-1xagbaj .framer-1q7md1j, .framer-jirUE.framer-v-1b839il .framer-1q7md1j { align-self: unset; height: min-content; justify-content: center; width: min-content; }\",\".framer-jirUE.framer-v-1xagbaj .framer-17v5ox7, .framer-jirUE.framer-v-1b839il .framer-17v5ox7 { gap: 4px; }\",\".framer-jirUE.framer-v-1xagbaj .framer-yfsyas { aspect-ratio: 1 / 1; cursor: pointer; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jirUE.framer-v-1xagbaj .framer-h83iqc, .framer-jirUE.framer-v-1xagbaj .framer-17v5ox7 { gap: 0px; } .framer-jirUE.framer-v-1xagbaj .framer-h83iqc > *, .framer-jirUE.framer-v-1xagbaj .framer-h83iqc > :first-child, .framer-jirUE.framer-v-1xagbaj .framer-h83iqc > :last-child { margin: 0px; } .framer-jirUE.framer-v-1xagbaj .framer-17v5ox7 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-jirUE.framer-v-1xagbaj .framer-17v5ox7 > :first-child { margin-left: 0px; } .framer-jirUE.framer-v-1xagbaj .framer-17v5ox7 > :last-child { margin-right: 0px; } }\",\".framer-jirUE.framer-v-cwyxa0 .framer-k2143c { padding: 2px 2px 2px 8px; }\",\".framer-jirUE.framer-v-cwyxa0 .framer-38apcw-container { order: 0; }\",\".framer-jirUE.framer-v-cwyxa0 .framer-irz5sy-container { order: 1; }\",\".framer-jirUE.framer-v-cwyxa0 .framer-80znm0-container { order: 3; }\",\".framer-jirUE.framer-v-cwyxa0 .framer-hld72h-container { order: 4; }\",\".framer-jirUE.framer-v-cwyxa0 .framer-1mqig3k-container { order: 5; }\",\".framer-jirUE.framer-v-1b839il.framer-zl4sqy { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 20px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 8px 8px 80px 8px; width: 390px; }\",\".framer-jirUE.framer-v-1b839il .framer-h83iqc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: unset; justify-content: space-between; padding: 4px 8px 4px 12px; width: 100%; }\",\".framer-jirUE.framer-v-1b839il .framer-14tegxd-container { height: 16px; width: 110px; }\",\".framer-jirUE.framer-v-1b839il .framer-yfsyas { cursor: pointer; height: 44px; width: 44px; }\",\".framer-jirUE.framer-v-1b839il .framer-1yxrggj { left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 2px / 2); z-index: 1; }\",\".framer-jirUE.framer-v-1b839il .framer-1mre6dl { flex: none; width: 100%; }\",\".framer-jirUE.framer-v-1b839il .framer-12211g5 { min-height: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jirUE.framer-v-1b839il.framer-zl4sqy, .framer-jirUE.framer-v-1b839il .framer-h83iqc, .framer-jirUE.framer-v-1b839il .framer-17v5ox7 { gap: 0px; } .framer-jirUE.framer-v-1b839il.framer-zl4sqy > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-jirUE.framer-v-1b839il.framer-zl4sqy > :first-child { margin-top: 0px; } .framer-jirUE.framer-v-1b839il.framer-zl4sqy > :last-child { margin-bottom: 0px; } .framer-jirUE.framer-v-1b839il .framer-h83iqc > *, .framer-jirUE.framer-v-1b839il .framer-h83iqc > :first-child, .framer-jirUE.framer-v-1b839il .framer-h83iqc > :last-child { margin: 0px; } .framer-jirUE.framer-v-1b839il .framer-17v5ox7 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-jirUE.framer-v-1b839il .framer-17v5ox7 > :first-child { margin-left: 0px; } .framer-jirUE.framer-v-1b839il .framer-17v5ox7 > :last-child { margin-right: 0px; } }\",'.framer-jirUE[data-border=\"true\"]::after, .framer-jirUE [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48.8\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oa7vk9_g5\":{\"layout\":[\"fixed\",\"auto\"]},\"yiW6eFy2J\":{\"layout\":[\"fixed\",\"auto\"]},\"naBjoA2Sh\":{\"layout\":[\"fixed\",\"auto\"]},\"NbX2A09BO\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"rAiD55CjW\":\"linkColor1\",\"H6YB4C8ie\":\"linkColor2\",\"k1gC9dBYj\":\"linkColor3\",\"AUk9UU6Yl\":\"linkColor4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOOuotiQPS=withCSS(Component,css,\"framer-jirUE\");export default FramerOOuotiQPS;FramerOOuotiQPS.displayName=\"Navigation/Nav\";FramerOOuotiQPS.defaultProps={height:48.8,width:1200};addPropertyControls(FramerOOuotiQPS,{variant:{options:[\"ZK9s8BdUy\",\"oa7vk9_g5\",\"yiW6eFy2J\",\"naBjoA2Sh\",\"NbX2A09BO\"],optionTitles:[\"Navigation\",\"Tablet\",\"Phone\",\"Scrolled\",\"Phone - Open\"],title:\"Variant\",type:ControlType.Enum},rAiD55CjW:{defaultValue:'var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170)) /* {\"name\":\"gray/400\"} */',description:\"\",title:\"Link Color 1\",type:ControlType.Color},H6YB4C8ie:{defaultValue:'var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170)) /* {\"name\":\"gray/400\"} */',title:\"Link Color 2\",type:ControlType.Color},k1gC9dBYj:{defaultValue:'var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170)) /* {\"name\":\"gray/400\"} */',title:\"Link Color 3\",type:ControlType.Color},AUk9UU6Yl:{defaultValue:'var(--token-aa71baee-a45a-4978-901a-96a7f04a76f6, rgb(161, 161, 170)) /* {\"name\":\"gray/400\"} */',title:\"Link Color 4\",type:ControlType.Color}});addFonts(FramerOOuotiQPS,[{explicitInter:true,fonts:[]},...LogoSvgFonts,...LogoSvgSmallFonts,...NavigationLinkFonts,...ButtonFonts,...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOOuotiQPS\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"rAiD55CjW\\\":\\\"linkColor1\\\",\\\"H6YB4C8ie\\\":\\\"linkColor2\\\",\\\"k1gC9dBYj\\\":\\\"linkColor3\\\",\\\"AUk9UU6Yl\\\":\\\"linkColor4\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oa7vk9_g5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yiW6eFy2J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"naBjoA2Sh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NbX2A09BO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerIntrinsicHeight\":\"48.8\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OOuotiQPS.map"],
  "mappings": "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",
  "names": ["fontStore", "variationAxes", "fonts", "css", "className", "fontStack", "formatTimeOrDate", "outputType", "showYear", "showMonth", "showWeekday", "showMinutes", "showSeconds", "timeFormat", "monthFormat", "localCode", "date", "onlyYearIsShown", "defaultProps", "Time", "props", "mergedProps", "color", "font", "tabularFont", "useLocaleCode", "getTextContent", "te", "timeoutRef", "pe", "updateCountdown", "node", "prev", "tick", "next", "textContent", "visible", "setIsVisible", "ye", "isCanvas", "RenderTarget", "ue", "Z", "p", "addPropertyControls", "ControlType", "fontStore", "variationAxes", "fonts", "css", "className", "TimeDateFonts", "getFonts", "Time", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "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", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "SVG", "css", "Framerb9lHS4FPw", "withCSS", "b9lHS4FPw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "o", "e", "t", "h", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "tf5T1agS6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapa72clg", "args", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramercGMBPId_w", "withCSS", "cGMBPId_w_default", "addPropertyControls", "ControlType", "addFonts", "Logo", "props", "p", "u", "addPropertyControls", "ControlType", "LogoFonts", "getFonts", "Logo", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "ComponentViewportProvider", "Logo", "css", "FramerdwhabViyz", "withCSS", "dwhabViyz_default", "addFonts", "LogoFonts", "fontStore", "variationAxes", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "FeatherControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "color", "distribute", "height", "hover", "iconName", "id", "link", "padding", "tap", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "SmVfMcofk", "PTEfk0Yvl", "iEjDsnGUv", "ZdZ9ZfEA0", "KVSYmIfe3", "Sn2NtLIR5", "JWSJNbzF8", "gowgISSFf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapg6ze2i", "args", "onMouseEnter1ae38sf", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "css", "FramerUdoOnEiB7", "withCSS", "UdoOnEiB7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LogoSvgFonts", "getFonts", "dwhabViyz_default", "LogoSvgSmallFonts", "cGMBPId_w_default", "NavigationLinkFonts", "UdoOnEiB7_default", "ButtonFonts", "LnHEIToru_default", "MaterialFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "transition3", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "linkColor1", "linkColor2", "linkColor3", "linkColor4", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "rAiD55CjW", "H6YB4C8ie", "k1gC9dBYj", "AUk9UU6Yl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "ZD_2tdbdN14an37h", "args", "onClick14an37h", "onTapqv9syt", "onTaptm60jl", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "isDisplayed5", "isDisplayed6", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "SVG", "css", "FramerOOuotiQPS", "withCSS", "OOuotiQPS_default", "addPropertyControls", "ControlType", "addFonts"]
}
