{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/utils.js@^0.9.0", "ssg:https://framerusercontent.com/modules/nJJp9ttPkzOj6hpWSNG0/3jx9Y4dqMT6p8uKPyKU2/SignInWithGoogleOverride.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js", "ssg:https://framerusercontent.com/modules/vQ84Qg0Ms8Wvh9vmVwCt/H1vjYdcCayFqqhvkdsvh/KBSisKHoN.js", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/q7hLKh3B1YsHVx4vXzJC/uodEDgtdqoQydfHOWg7L/AEKXNmIrV.js", "ssg:https://framerusercontent.com/modules/xJG2NqzTpGyzJuuMLAGn/eL5SnfpByq64kBYzdOK8/dJcakxTq7.js", "ssg:https://framerusercontent.com/modules/ohZ0FFDqi1S5jXvsmWHw/GvIDf7XHRpwYDCGsWgUV/YkMCRAtSS.js", "ssg:https://framerusercontent.com/modules/dGEGEhFakZBoAXyK6sVd/GXFIyMuokKNmw0JowOs8/e0d19A7to.js", "ssg:https://framerusercontent.com/modules/ne6s2YEOIchm7oXNAKmD/qVoD6AlpfmE0PK64x56I/YkMCRAtSS.js", "ssg:https://framerusercontent.com/modules/r6gRX2tma2ChXl4JNspO/fCkUPBH4qViGbzgMs7sU/Cle71crKY.js", "ssg:https://framerusercontent.com/modules/4UYnhmk6fDrJNtKtH2qb/CV8IbL1m9T8pfFr6lYWO/QdP4GmBu2.js", "ssg:https://framerusercontent.com/modules/AsbSC7MMVsFDnzhZO9us/Rbemme6sCyyAiTbK6bRQ/bSo1bPMeZ.js", "ssg:https://framerusercontent.com/modules/mwqU78Xf52v9ti4U1FsI/gDtp57UVZGMqIiRu2P7R/ioOMklMUU.js", "ssg:https://framerusercontent.com/modules/c3l10NFtrqdhjjoyStQs/YiY9BOJDns5JctBByPn1/wGeGZtsVE.js", "ssg:https://framerusercontent.com/modules/iKgTvAGU2A7EHwjH3zEO/yhgB4WLaaWgPE2UwrvNI/L3YwPuRmH.js"],
  "sourcesContent": ["export const centerContent = {\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const autoSizingText = {\n    width: \"max-content\",\n    wordBreak: \"break-word\",\n    overflowWrap: \"break-word\",\n    overflow: \"hidden\",\n    whiteSpace: \"pre-wrap\",\n    flexShrink: 0\n};\nexport const defaultContainerStyles = {\n    ...centerContent,\n    overflow: \"hidden\"\n};\nexport const containerStyles = defaultContainerStyles;\nexport const randomColor = ()=>\"#\" + Math.floor(Math.random() * 16777215).toString(16)\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"centerContent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"autoSizingText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultContainerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomColor\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState}from\"react\";import{motion,AnimatePresence}from\"framer-motion\";import{createPortal}from\"react-dom\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";export function withRotate(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withHover(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1.05}});};}export function withRandomColor(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}import React from\"react\";/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */function _interopDefaultLegacy(e){return e&&typeof e===\"object\"&&\"default\"in e?e:{default:e};}var React__default=/*#__PURE__*/_interopDefaultLegacy(React);function useLoadGsiScript(options={}){const{nonce,onScriptLoadSuccess,onScriptLoadError}=options;const[scriptLoadedSuccessfully,setScriptLoadedSuccessfully]=React.useState(false);const onScriptLoadSuccessRef=React.useRef(onScriptLoadSuccess);onScriptLoadSuccessRef.current=onScriptLoadSuccess;const onScriptLoadErrorRef=React.useRef(onScriptLoadError);onScriptLoadErrorRef.current=onScriptLoadError;React.useEffect(()=>{const scriptTag=document.createElement(\"script\");scriptTag.src=\"https://accounts.google.com/gsi/client\";scriptTag.async=true;scriptTag.defer=true;scriptTag.nonce=nonce;scriptTag.onload=()=>{var _a;setScriptLoadedSuccessfully(true);(_a=onScriptLoadSuccessRef.current)===null||_a===void 0?void 0:_a.call(onScriptLoadSuccessRef);};scriptTag.onerror=()=>{var _a;setScriptLoadedSuccessfully(false);(_a=onScriptLoadErrorRef.current)===null||_a===void 0?void 0:_a.call(onScriptLoadErrorRef);};document.body.appendChild(scriptTag);return()=>{document.body.removeChild(scriptTag);};},[nonce]);return scriptLoadedSuccessfully;}const GoogleOAuthContext=/*#__PURE__*/React.createContext(null);function GoogleOAuthProvider({clientId,nonce,onScriptLoadSuccess,onScriptLoadError,children}){const scriptLoadedSuccessfully=useLoadGsiScript({nonce,onScriptLoadSuccess,onScriptLoadError});const contextValue=React.useMemo(()=>({clientId,scriptLoadedSuccessfully}),[clientId,scriptLoadedSuccessfully]);return React__default[\"default\"].createElement(GoogleOAuthContext.Provider,{value:contextValue},children);}// function GoogleOAuthProvider({\n//     clientId,\n//     nonce,\n//     onScriptLoadSuccess,\n//     onScriptLoadError,\n//     children,\n// }) {\n//     const scriptLoadedSuccessfully = useLoadGsiScript({\n//         nonce,\n//         onScriptLoadSuccess,\n//         onScriptLoadError,\n//     })\n//     const contextValue = React.useMemo(\n//         () => ({\n//             clientId,\n//             scriptLoadedSuccessfully,\n//         }),\n//         [clientId, scriptLoadedSuccessfully]\n//     )\n//     return React__default[\"default\"].createElement(\n//         GoogleOAuthContext.Provider,\n//         { value: contextValue },\n//         children\n//     )\n// }\nfunction useGoogleOAuth(){const context=React.useContext(GoogleOAuthContext);if(!context){throw new Error(\"Google OAuth components must be used within GoogleOAuthProvider\");}return context;}function extractClientId(credentialResponse){var _a;const clientId=(_a=credentialResponse===null||credentialResponse===void 0?void 0:credentialResponse.clientId)!==null&&_a!==void 0?_a:credentialResponse===null||credentialResponse===void 0?void 0:credentialResponse.client_id;return clientId;}const containerHeightMap={large:40,medium:32,small:20};function GoogleLogin({onSuccess,onError,useOneTap,promptMomentNotification,type=\"standard\",theme=\"outline\",size=\"large\",text,shape,logo_alignment,width,locale,click_listener,containerProps,...props}){const btnContainerRef=React.useRef(null);const{clientId,scriptLoadedSuccessfully}=useGoogleOAuth();const onSuccessRef=React.useRef(onSuccess);onSuccessRef.current=onSuccess;const onErrorRef=React.useRef(onError);onErrorRef.current=onError;const promptMomentNotificationRef=React.useRef(promptMomentNotification);promptMomentNotificationRef.current=promptMomentNotification;React.useEffect(()=>{var _a,_b,_c,_d,_e,_f,_g,_h,_j;if(!scriptLoadedSuccessfully)return;(_c=(_b=(_a=window===null||window===void 0?void 0:window.google)===null||_a===void 0?void 0:_a.accounts)===null||_b===void 0?void 0:_b.id)===null||_c===void 0?void 0:_c.initialize({client_id:clientId,callback:credentialResponse=>{var _a;if(!(credentialResponse===null||credentialResponse===void 0?void 0:credentialResponse.credential)){return(_a=onErrorRef.current)===null||_a===void 0?void 0:_a.call(onErrorRef);}const{credential,select_by}=credentialResponse;onSuccessRef.current({credential,clientId:extractClientId(credentialResponse),select_by});},...props});(_f=(_e=(_d=window===null||window===void 0?void 0:window.google)===null||_d===void 0?void 0:_d.accounts)===null||_e===void 0?void 0:_e.id)===null||_f===void 0?void 0:_f.renderButton(btnContainerRef.current,{type,theme,size,text,shape,logo_alignment,width,locale,click_listener});if(useOneTap)(_j=(_h=(_g=window===null||window===void 0?void 0:window.google)===null||_g===void 0?void 0:_g.accounts)===null||_h===void 0?void 0:_h.id)===null||_j===void 0?void 0:_j.prompt(promptMomentNotificationRef.current);return()=>{var _a,_b,_c;if(useOneTap)(_c=(_b=(_a=window===null||window===void 0?void 0:window.google)===null||_a===void 0?void 0:_a.accounts)===null||_b===void 0?void 0:_b.id)===null||_c===void 0?void 0:_c.cancel();};// eslint-disable-next-line react-hooks/exhaustive-deps\n},[clientId,scriptLoadedSuccessfully,useOneTap,type,theme,size,text,shape,logo_alignment,width,locale]);return React__default[\"default\"].createElement(\"div\",{...containerProps,ref:btnContainerRef,style:{height:containerHeightMap[size],...containerProps===null||containerProps===void 0?void 0:containerProps.style}});}function googleLogout(){var _a,_b,_c;(_c=(_b=(_a=window===null||window===void 0?void 0:window.google)===null||_a===void 0?void 0:_a.accounts)===null||_b===void 0?void 0:_b.id)===null||_c===void 0?void 0:_c.disableAutoSelect();}/* eslint-disable import/export */function useGoogleLogin({flow=\"implicit\",scope=\"\",onSuccess,onError,onNonOAuthError,overrideScope,state,...props}){const{clientId,scriptLoadedSuccessfully}=useGoogleOAuth();const clientRef=React.useRef();const onSuccessRef=React.useRef(onSuccess);onSuccessRef.current=onSuccess;const onErrorRef=React.useRef(onError);onErrorRef.current=onError;const onNonOAuthErrorRef=React.useRef(onNonOAuthError);onNonOAuthErrorRef.current=onNonOAuthError;React.useEffect(()=>{var _a,_b;if(!scriptLoadedSuccessfully)return;const clientMethod=flow===\"implicit\"?\"initTokenClient\":\"initCodeClient\";const client=(_b=(_a=window===null||window===void 0?void 0:window.google)===null||_a===void 0?void 0:_a.accounts)===null||_b===void 0?void 0:_b.oauth2[clientMethod]({client_id:clientId,scope:overrideScope?scope:`openid profile email ${scope}`,callback:response=>{var _a,_b;if(response.error)return(_a=onErrorRef.current)===null||_a===void 0?void 0:_a.call(onErrorRef,response);(_b=onSuccessRef.current)===null||_b===void 0?void 0:_b.call(onSuccessRef,response);},error_callback:nonOAuthError=>{var _a;(_a=onNonOAuthErrorRef.current)===null||_a===void 0?void 0:_a.call(onNonOAuthErrorRef,nonOAuthError);},state,...props});clientRef.current=client;// eslint-disable-next-line react-hooks/exhaustive-deps\n},[clientId,scriptLoadedSuccessfully,flow,scope,state]);const loginImplicitFlow=React.useCallback(overrideConfig=>{var _a;return(_a=clientRef.current)===null||_a===void 0?void 0:_a.requestAccessToken(overrideConfig);},[]);const loginAuthCodeFlow=React.useCallback(()=>{var _a;return(_a=clientRef.current)===null||_a===void 0?void 0:_a.requestCode();},[]);return flow===\"implicit\"?loginImplicitFlow:loginAuthCodeFlow;}function useGoogleOneTapLogin({onSuccess,onError,promptMomentNotification,cancel_on_tap_outside,prompt_parent_id,state_cookie_domain,hosted_domain,use_fedcm_for_prompt=false,disabled,auto_select}){const{clientId,scriptLoadedSuccessfully}=useGoogleOAuth();const onSuccessRef=React.useRef(onSuccess);onSuccessRef.current=onSuccess;const onErrorRef=React.useRef(onError);onErrorRef.current=onError;const promptMomentNotificationRef=React.useRef(promptMomentNotification);promptMomentNotificationRef.current=promptMomentNotification;React.useEffect(()=>{var _a,_b,_c,_d,_e,_f,_g,_h,_j;if(!scriptLoadedSuccessfully)return;if(disabled){(_c=(_b=(_a=window===null||window===void 0?void 0:window.google)===null||_a===void 0?void 0:_a.accounts)===null||_b===void 0?void 0:_b.id)===null||_c===void 0?void 0:_c.cancel();return;}(_f=(_e=(_d=window===null||window===void 0?void 0:window.google)===null||_d===void 0?void 0:_d.accounts)===null||_e===void 0?void 0:_e.id)===null||_f===void 0?void 0:_f.initialize({client_id:clientId,callback:credentialResponse=>{var _a;if(!(credentialResponse===null||credentialResponse===void 0?void 0:credentialResponse.credential)){return(_a=onErrorRef.current)===null||_a===void 0?void 0:_a.call(onErrorRef);}const{credential,select_by}=credentialResponse;onSuccessRef.current({credential,clientId:extractClientId(credentialResponse),select_by});},hosted_domain,cancel_on_tap_outside,prompt_parent_id,state_cookie_domain,use_fedcm_for_prompt,auto_select});(_j=(_h=(_g=window===null||window===void 0?void 0:window.google)===null||_g===void 0?void 0:_g.accounts)===null||_h===void 0?void 0:_h.id)===null||_j===void 0?void 0:_j.prompt(promptMomentNotificationRef.current);return()=>{var _a,_b,_c;(_c=(_b=(_a=window===null||window===void 0?void 0:window.google)===null||_a===void 0?void 0:_a.accounts)===null||_b===void 0?void 0:_b.id)===null||_c===void 0?void 0:_c.cancel();};},[clientId,scriptLoadedSuccessfully,cancel_on_tap_outside,prompt_parent_id,state_cookie_domain,hosted_domain,use_fedcm_for_prompt,disabled,auto_select]);}/**\n * Checks if the user granted all the specified scope or scopes\n * @returns True if all the scopes are granted\n */function hasGrantedAllScopesGoogle(tokenResponse,firstScope,...restScopes){var _a,_b,_c;if(!(window===null||window===void 0?void 0:window.google))return false;return((_c=(_b=(_a=window===null||window===void 0?void 0:window.google)===null||_a===void 0?void 0:_a.accounts)===null||_b===void 0?void 0:_b.oauth2)===null||_c===void 0?void 0:_c.hasGrantedAllScopes(tokenResponse,firstScope,...restScopes))||false;}/**\n * Checks if the user granted any of the specified scope or scopes.\n * @returns True if any of the scopes are granted\n */function hasGrantedAnyScopeGoogle(tokenResponse,firstScope,...restScopes){var _a,_b,_c;if(!(window===null||window===void 0?void 0:window.google))return false;return((_c=(_b=(_a=window===null||window===void 0?void 0:window.google)===null||_a===void 0?void 0:_a.accounts)===null||_b===void 0?void 0:_b.oauth2)===null||_c===void 0?void 0:_c.hasGrantedAnyScope(tokenResponse,firstScope,...restScopes))||false;}// interface GoogleOAuthProviderProps extends UseLoadGsiScriptOptions {\n//     clientId: string\n//     children: ReactNode\n// }\n// declare function GoogleOAuthProviderInner({\n//     clientId,\n//     nonce,\n//     onScriptLoadSuccess,\n//     onScriptLoadError,\n//     children,\n// }: GoogleOAuthProviderProps): JSX.Element\nconst Modal=({isOpen,onClose})=>{// removed onRetry from props\nif(!isOpen)return null;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(AnimatePresence,{children:/*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:overlayStyle,onClick:onClose,children:/*#__PURE__*/_jsx(motion.div,{initial:{opacity:0,scale:.95,y:-20},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-20},style:modalStyle,onClick:e=>e.stopPropagation(),children:/*#__PURE__*/_jsxs(\"div\",{style:modalContentStyle,children:[/*#__PURE__*/_jsx(\"div\",{style:iconContainerStyle,children:/*#__PURE__*/_jsx(motion.div,{initial:{scale:0},animate:{scale:1},transition:{type:\"spring\",stiffness:260,damping:20},children:/*#__PURE__*/_jsx(\"div\",{style:iconCircleStyle,children:/*#__PURE__*/_jsx(\"svg\",{width:\"32\",height:\"32\",viewBox:\"0 0 24 24\",fill:\"none\",stroke:\"currentColor\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"})})})})}),/*#__PURE__*/_jsx(\"h3\",{style:titleStyle,children:\"Email Access Required\"}),/*#__PURE__*/_jsx(\"p\",{style:descriptionStyle,children:\"To help manage your inbox effectively, we need permission to access your Gmail messages. Your data remains secure and private.\"}),/*#__PURE__*/_jsx(motion.button,{whileHover:{scale:1.02},whileTap:{scale:.98},style:primaryButtonStyle,onClick:onClose,children:\"Okay\"})]})})})}),document.body);};const ButtonContainer=({buttonText,children})=>{const[showScopeModal,setShowScopeModal]=useState(false);const login=useGoogleLogin({flow:\"auth-code\",ux_mode:\"popup\",scope:\"https://www.googleapis.com/auth/gmail.modify\",callback:async response=>{if(!hasGrantedAllScopesGoogle(response,\"https://www.googleapis.com/auth/gmail.modify\")){setShowScopeModal(true);return;}const authCode=response.code;try{const res=await fetch(\"https://api.duetmail.com/google/oauth/callback\",{method:\"POST\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\",\"X-Requested-With\":\"XmlHttpRequest\"},credentials:\"include\",body:new URLSearchParams({code:authCode})});if(res.ok){document.getElementById(\"redirectButton\")?.click();}else{console.error(\"Google Authentication failed\");}}catch(error){console.error(\"Error during Google auth\",error);}}});const handleButtonClick=()=>{if(buttonText&&window.dataLayer){window.dataLayer.push({event:\"google_signin_click\",button_text:buttonText});}login();};return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{style:containerStyle,onClick:handleButtonClick,children:children}),/*#__PURE__*/_jsx(Modal,{isOpen:showScopeModal,onClose:()=>setShowScopeModal(false)})]});};export function withGoogleSignIn(Component){return props=>{return /*#__PURE__*/_jsx(GoogleOAuthProvider,{clientId:\"352404623033-ifu3kp69ib5pd0hksmde0anf2m6j3a75.apps.googleusercontent.com\",children:/*#__PURE__*/_jsx(ButtonContainer,{buttonText:props.buttonText,children:/*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1.05}})})});};}// Styles\nconst containerStyle={width:\"100%\",height:\"100%\",border:0,padding:0,margin:0};const overlayStyle={position:\"fixed\",top:0,left:0,right:0,bottom:0,backgroundColor:\"rgba(0, 0, 0, 0.4)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",padding:\"1rem\",zIndex:9999,backdropFilter:\"blur(4px)\"};const modalStyle={backgroundColor:\"white\",borderRadius:\"16px\",boxShadow:\"0 25px 50px -12px rgba(0, 0, 0, 0.25)\",padding:\"2rem\",maxWidth:\"360px\",width:\"100%\",position:\"relative\"};const modalContentStyle={display:\"flex\",flexDirection:\"column\",alignItems:\"center\",textAlign:\"center\"};const iconContainerStyle={marginBottom:\"1.5rem\"};const iconCircleStyle={width:\"64px\",height:\"64px\",borderRadius:\"50%\",backgroundColor:\"#f0f6ff\",color:\"#1a73e8\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"};const titleStyle={fontSize:\"1.25rem\",fontWeight:600,marginBottom:\"0.75rem\",color:\"#1a1a1a\",letterSpacing:\"-0.01em\"};const descriptionStyle={color:\"#666666\",marginBottom:\"1.75rem\",lineHeight:\"1.5\",fontSize:\"0.9375rem\"};const primaryButtonStyle={padding:\"0.75rem 2rem\",backgroundColor:\"#1a73e8\",color:\"white\",border:\"none\",borderRadius:\"12px\",fontWeight:500,cursor:\"pointer\",transition:\"all 0.2s ease\",fontSize:\"0.9375rem\",boxShadow:\"0 2px 4px rgba(26, 115, 232, 0.2)\"};const secondaryButtonStyle={padding:\"0.5rem 1.5rem\",backgroundColor:\"white\",color:\"#666666\",border:\"1px solid #e0e0e0\",borderRadius:\"8px\",fontWeight:500,cursor:\"pointer\",transition:\"background-color 0.2s\"};\nexport const __FramerMetadata__ = {\"exports\":{\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withGoogleSignIn\":{\"type\":\"reactHoc\",\"name\":\"withGoogleSignIn\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SignInWithGoogleOverride.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);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\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};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 [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (9ae859a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/q7hLKh3B1YsHVx4vXzJC/uodEDgtdqoQydfHOWg7L/AEKXNmIrV.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xJG2NqzTpGyzJuuMLAGn/eL5SnfpByq64kBYzdOK8/dJcakxTq7.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/ohZ0FFDqi1S5jXvsmWHw/GvIDf7XHRpwYDCGsWgUV/YkMCRAtSS.js\";import BackgroundShadowGlow from\"https://framerusercontent.com/modules/dGEGEhFakZBoAXyK6sVd/GXFIyMuokKNmw0JowOs8/e0d19A7to.js\";const BackgroundShadowGlowFonts=getFonts(BackgroundShadowGlow);const PhosphorFonts=getFonts(Phosphor);const Phosphor1Controls=getPropertyControls(Phosphor1);const enabledGestures={C0mKnEEym:{hover:true},FKj23fHQU:{hover:true},kc8p8HEZ3:{hover:true},o7bPsG2Qv:{hover:true},r6pw7cyGh:{hover:true},y7jkUGwDV:{hover:true}};const cycleOrder=[\"C0mKnEEym\",\"FKj23fHQU\",\"y7jkUGwDV\",\"o7bPsG2Qv\",\"r6pw7cyGh\",\"kc8p8HEZ3\",\"vfQu3eK45\",\"WbXk__BoZ\"];const serializationHash=\"framer-Q6njm\";const variantClassNames={C0mKnEEym:\"framer-v-12eve4n\",FKj23fHQU:\"framer-v-1hahunc\",kc8p8HEZ3:\"framer-v-ywrdqw\",o7bPsG2Qv:\"framer-v-v444f2\",r6pw7cyGh:\"framer-v-28pen0\",vfQu3eK45:\"framer-v-1rdbwkh\",WbXk__BoZ:\"framer-v-1o0qx9r\",y7jkUGwDV:\"framer-v-1qeujp3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Primary/M/Light\":\"C0mKnEEym\",\"Primary/S/Light\":\"y7jkUGwDV\",\"Secondary/M/Dark\":\"FKj23fHQU\",\"Secondary/S/Dark\":\"o7bPsG2Qv\",\"Small Button\":\"kc8p8HEZ3\",\"Variant 8\":\"WbXk__BoZ\",Chip:\"r6pw7cyGh\",Label:\"vfQu3eK45\"};const getProps=({buttonText,height,id,leftIcon,link,rightIcon,showDotIcon,showLeftIcon,showRightIcon,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,A_uo7acWc:link!==null&&link!==void 0?link:props.A_uo7acWc,azytMMpbR:(_ref=rightIcon!==null&&rightIcon!==void 0?rightIcon:props.azytMMpbR)!==null&&_ref!==void 0?_ref:\"Plus\",fYAA_3jhc:(_ref1=buttonText!==null&&buttonText!==void 0?buttonText:props.fYAA_3jhc)!==null&&_ref1!==void 0?_ref1:\"Button\",ofur0GZ09:showLeftIcon!==null&&showLeftIcon!==void 0?showLeftIcon:props.ofur0GZ09,SUGCfrBRb:showRightIcon!==null&&showRightIcon!==void 0?showRightIcon:props.SUGCfrBRb,TcpWZBmn7:showDotIcon!==null&&showDotIcon!==void 0?showDotIcon:props.TcpWZBmn7,TTyG_VJ5d:(_ref2=leftIcon!==null&&leftIcon!==void 0?leftIcon:props.TTyG_VJ5d)!==null&&_ref2!==void 0?_ref2:\"Plus\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"C0mKnEEym\"};};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,A_uo7acWc,fYAA_3jhc,TcpWZBmn7,ofur0GZ09,TTyG_VJ5d,SUGCfrBRb,azytMMpbR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"C0mKnEEym\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"WbXk__BoZ\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:A_uo7acWc,nodeId:\"C0mKnEEym\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-12eve4n\",className,classNames)} framer-1b6f77m`,\"data-border\":true,\"data-framer-name\":\"Primary/M/Light\",layoutDependency:layoutDependency,layoutId:\"C0mKnEEym\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-db6cbb3d-c62d-4ea4-a451-f621c9643547, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-9d5dbed7-e725-4d5f-acbc-91eef67d33c9, rgb(235, 235, 235))\",borderBottomLeftRadius:800,borderBottomRightRadius:800,borderTopLeftRadius:800,borderTopRightRadius:800,boxShadow:\"0px 2px 5px 0px rgba(0,0,0,0.25)\",...style},variants:{\"C0mKnEEym-hover\":{\"--border-color\":\"var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21))\",backgroundColor:\"var(--token-db6cbb3d-c62d-4ea4-a451-f621c9643547, rgb(255, 255, 255))\",boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 0.15)\"},\"FKj23fHQU-hover\":{\"--border-color\":\"var(--token-6ed4d08e-d314-471f-a6fb-a43df73b6fad, rgb(104, 101, 100))\",backgroundColor:\"var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21))\",boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 0.15)\"},\"kc8p8HEZ3-hover\":{\"--border-color\":\"var(--token-6ed4d08e-d314-471f-a6fb-a43df73b6fad, rgb(104, 101, 100))\",backgroundColor:\"var(--token-0d0dea3e-7cce-43bd-b7f0-0fc6732c7375, rgb(0, 0, 0))\",boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 0.15)\"},\"o7bPsG2Qv-hover\":{\"--border-color\":\"var(--token-ca9f8302-835d-463f-ab9c-31a29fc0924c, rgb(144, 142, 142))\",backgroundColor:\"var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21))\",boxShadow:\"none\"},\"r6pw7cyGh-hover\":{\"--border-color\":\"var(--token-6ed4d08e-d314-471f-a6fb-a43df73b6fad, rgb(104, 101, 100))\",boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 0.15)\"},\"y7jkUGwDV-hover\":{\"--border-color\":\"var(--token-6baedbc3-30f2-40bc-9f77-86e02fea1a25, rgb(52, 50, 50))\",boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 0.15)\"},FKj23fHQU:{\"--border-color\":\"var(--token-6baedbc3-30f2-40bc-9f77-86e02fea1a25, rgb(52, 50, 50))\",backgroundColor:\"var(--token-0d0dea3e-7cce-43bd-b7f0-0fc6732c7375, rgb(0, 0, 0))\"},kc8p8HEZ3:{\"--border-color\":\"var(--token-6baedbc3-30f2-40bc-9f77-86e02fea1a25, rgb(52, 50, 50))\",backgroundColor:\"var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21))\"},o7bPsG2Qv:{\"--border-color\":\"var(--token-6baedbc3-30f2-40bc-9f77-86e02fea1a25, rgb(52, 50, 50))\",backgroundColor:\"var(--token-0d0dea3e-7cce-43bd-b7f0-0fc6732c7375, rgb(0, 0, 0))\"},r6pw7cyGh:{\"--border-color\":\"var(--token-6baedbc3-30f2-40bc-9f77-86e02fea1a25, rgb(52, 50, 50))\",backgroundColor:\"var(--token-0d0dea3e-7cce-43bd-b7f0-0fc6732c7375, rgb(0, 0, 0))\"},vfQu3eK45:{\"--border-color\":\"var(--token-6ed4d08e-d314-471f-a6fb-a43df73b6fad, rgb(104, 101, 100))\",backgroundColor:\"var(--token-0d0dea3e-7cce-43bd-b7f0-0fc6732c7375, rgb(0, 0, 0))\",boxShadow:\"0px 0px 0px 4px rgba(255, 255, 255, 0.15)\"},WbXk__BoZ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-0d0dea3e-7cce-43bd-b7f0-0fc6732c7375, rgb(0, 0, 0))\",boxShadow:\"none\"}},...addPropertyOverrides({\"C0mKnEEym-hover\":{\"data-framer-name\":undefined},\"FKj23fHQU-hover\":{\"data-framer-name\":undefined},\"kc8p8HEZ3-hover\":{\"data-framer-name\":undefined},\"o7bPsG2Qv-hover\":{\"data-framer-name\":undefined},\"r6pw7cyGh-hover\":{\"data-framer-name\":undefined},\"y7jkUGwDV-hover\":{\"data-framer-name\":undefined},FKj23fHQU:{\"data-framer-name\":\"Secondary/M/Dark\"},kc8p8HEZ3:{\"data-framer-name\":\"Small Button\"},o7bPsG2Qv:{\"data-framer-name\":\"Secondary/S/Dark\"},r6pw7cyGh:{\"data-framer-name\":\"Chip\"},vfQu3eK45:{\"data-framer-name\":\"Label\"},WbXk__BoZ:{\"data-framer-name\":\"Variant 8\"},y7jkUGwDV:{\"data-framer-name\":\"Primary/S/Light\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||48)-0,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0,...addPropertyOverrides({kc8p8HEZ3:{height:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||32)-0},o7bPsG2Qv:{height:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-0},r6pw7cyGh:{height:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||32)-0},vfQu3eK45:{height:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||32)-0},y7jkUGwDV:{height:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-v4hwov-container\",layoutDependency:layoutDependency,layoutId:\"rTcJ66V3g-container\",children:/*#__PURE__*/_jsx(BackgroundShadowGlow,{height:\"100%\",id:\"rTcJ66V3g\",layoutId:\"rTcJ66V3g\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),TcpWZBmn7&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gqjlrs\",\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"lDsqzc2D2\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4t39gz\",\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"Vsc1ZHoo6\",style:{backgroundColor:\"var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,boxShadow:\"0px 4px 4px 0px rgba(80, 80, 80, 0.25)\"},variants:{FKj23fHQU:{backgroundColor:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},kc8p8HEZ3:{backgroundColor:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},o7bPsG2Qv:{backgroundColor:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},r6pw7cyGh:{backgroundColor:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},vfQu3eK45:{backgroundColor:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},WbXk__BoZ:{backgroundColor:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"}}})}),ofur0GZ09&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11al7dn-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"r8i8PkpeY-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21))\",height:\"100%\",iconSearch:\"House\",iconSelection:TTyG_VJ5d,id:\"r8i8PkpeY\",layoutId:\"r8i8PkpeY\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"o7bPsG2Qv-hover\":{color:\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\"},\"r6pw7cyGh-hover\":{color:\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\"},FKj23fHQU:{color:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},kc8p8HEZ3:{color:\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},o7bPsG2Qv:{color:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},r6pw7cyGh:{color:\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},vfQu3eK45:{color:\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},WbXk__BoZ:{color:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xbhpzi\",\"data-styles-preset\":\"dJcakxTq7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21)))\"},children:\"Button\"})}),className:\"framer-7b7z46\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I8587:93290;6039:4507\",style:{\"--extracted-r6o4lv\":\"var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21))\",\"--framer-paragraph-spacing\":\"0px\"},text:fYAA_3jhc,variants:{\"r6pw7cyGh-hover\":{\"--extracted-r6o4lv\":\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\"},FKj23fHQU:{\"--extracted-r6o4lv\":\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},kc8p8HEZ3:{\"--extracted-r6o4lv\":\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},o7bPsG2Qv:{\"--extracted-r6o4lv\":\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},r6pw7cyGh:{\"--extracted-r6o4lv\":\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},vfQu3eK45:{\"--extracted-r6o4lv\":\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},WbXk__BoZ:{\"--extracted-r6o4lv\":\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"r6pw7cyGh-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226)))\"},children:\"Button\"})})},FKj23fHQU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xbhpzi\",\"data-styles-preset\":\"dJcakxTq7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214)))\"},children:\"Button\"})})},kc8p8HEZ3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173)))\"},children:\"Button\"})})},o7bPsG2Qv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-z33ecz\",\"data-styles-preset\":\"AEKXNmIrV\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214)))\"},children:\"Button\"})})},r6pw7cyGh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173)))\"},children:\"Button\"})})},vfQu3eK45:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173)))\"},children:\"Button\"})})},WbXk__BoZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xbhpzi\",\"data-styles-preset\":\"dJcakxTq7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214)))\"},children:\"Button\"})})},y7jkUGwDV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-z33ecz\",\"data-styles-preset\":\"AEKXNmIrV\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)}),SUGCfrBRb&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5x8jiv-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"EvqBEximC-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, rgb(23, 22, 21))\",height:\"100%\",iconSearch:\"House\",iconSelection:azytMMpbR,id:\"EvqBEximC\",layoutId:\"EvqBEximC\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"o7bPsG2Qv-hover\":{color:\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\"},\"r6pw7cyGh-hover\":{color:\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\"},FKj23fHQU:{color:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},kc8p8HEZ3:{color:\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},o7bPsG2Qv:{color:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"},r6pw7cyGh:{color:\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},vfQu3eK45:{color:\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\"},WbXk__BoZ:{color:\"var(--token-e01b0a8b-4210-4c5e-ad31-153e895d29ab, rgb(214, 215, 214))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Q6njm.framer-1b6f77m, .framer-Q6njm .framer-1b6f77m { display: block; }\",\".framer-Q6njm.framer-12eve4n { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 48px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Q6njm .framer-v4hwov-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-Q6njm .framer-1gqjlrs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: center; overflow: visible; padding: 0px 2px 0px 2px; position: relative; width: min-content; }\",\".framer-Q6njm .framer-4t39gz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 6px); position: relative; width: 6px; }\",\".framer-Q6njm .framer-11al7dn-container, .framer-Q6njm .framer-5x8jiv-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-Q6njm .framer-7b7z46 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Q6njm.framer-12eve4n, .framer-Q6njm .framer-1gqjlrs { gap: 0px; } .framer-Q6njm.framer-12eve4n > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-Q6njm.framer-12eve4n > :first-child, .framer-Q6njm .framer-1gqjlrs > :first-child { margin-left: 0px; } .framer-Q6njm.framer-12eve4n > :last-child, .framer-Q6njm .framer-1gqjlrs > :last-child { margin-right: 0px; } .framer-Q6njm .framer-1gqjlrs > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-Q6njm.framer-v-1qeujp3.framer-12eve4n, .framer-Q6njm.framer-v-v444f2.framer-12eve4n { height: 40px; padding: 0px 24px 0px 24px; }\",\".framer-Q6njm.framer-v-1qeujp3 .framer-11al7dn-container, .framer-Q6njm.framer-v-1qeujp3 .framer-5x8jiv-container, .framer-Q6njm.framer-v-v444f2 .framer-11al7dn-container, .framer-Q6njm.framer-v-v444f2 .framer-5x8jiv-container, .framer-Q6njm.framer-v-28pen0 .framer-11al7dn-container, .framer-Q6njm.framer-v-28pen0 .framer-5x8jiv-container, .framer-Q6njm.framer-v-ywrdqw .framer-11al7dn-container, .framer-Q6njm.framer-v-ywrdqw .framer-5x8jiv-container, .framer-Q6njm.framer-v-1rdbwkh .framer-11al7dn-container, .framer-Q6njm.framer-v-1rdbwkh .framer-5x8jiv-container { width: 16px; }\",\".framer-Q6njm.framer-v-28pen0.framer-12eve4n { gap: 4px; height: 32px; padding: 0px 12px 0px 12px; }\",\".framer-Q6njm.framer-v-28pen0 .framer-1gqjlrs { padding: 0px 4px 0px 4px; }\",\".framer-Q6njm.framer-v-28pen0 .framer-4t39gz { height: var(--framer-aspect-ratio-supported, 4px); width: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Q6njm.framer-v-28pen0.framer-12eve4n { gap: 0px; } .framer-Q6njm.framer-v-28pen0.framer-12eve4n > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Q6njm.framer-v-28pen0.framer-12eve4n > :first-child { margin-left: 0px; } .framer-Q6njm.framer-v-28pen0.framer-12eve4n > :last-child { margin-right: 0px; } }\",\".framer-Q6njm.framer-v-ywrdqw.framer-12eve4n { gap: 4px; height: 32px; padding: 0px 16px 0px 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Q6njm.framer-v-ywrdqw.framer-12eve4n { gap: 0px; } .framer-Q6njm.framer-v-ywrdqw.framer-12eve4n > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Q6njm.framer-v-ywrdqw.framer-12eve4n > :first-child { margin-left: 0px; } .framer-Q6njm.framer-v-ywrdqw.framer-12eve4n > :last-child { margin-right: 0px; } }\",\".framer-Q6njm.framer-v-1rdbwkh.framer-12eve4n { cursor: unset; gap: 4px; height: 32px; padding: 0px 16px 0px 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Q6njm.framer-v-1rdbwkh.framer-12eve4n { gap: 0px; } .framer-Q6njm.framer-v-1rdbwkh.framer-12eve4n > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Q6njm.framer-v-1rdbwkh.framer-12eve4n > :first-child { margin-left: 0px; } .framer-Q6njm.framer-v-1rdbwkh.framer-12eve4n > :last-child { margin-right: 0px; } }\",\".framer-Q6njm.framer-v-1o0qx9r.framer-12eve4n { cursor: unset; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-Q6njm[data-border=\"true\"]::after, .framer-Q6njm [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\n * @framerIntrinsicWidth 89\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"FKj23fHQU\":{\"layout\":[\"auto\",\"fixed\"]},\"y7jkUGwDV\":{\"layout\":[\"auto\",\"fixed\"]},\"o7bPsG2Qv\":{\"layout\":[\"auto\",\"fixed\"]},\"r6pw7cyGh\":{\"layout\":[\"auto\",\"fixed\"]},\"kc8p8HEZ3\":{\"layout\":[\"auto\",\"fixed\"]},\"vfQu3eK45\":{\"layout\":[\"auto\",\"fixed\"]},\"WbXk__BoZ\":{\"layout\":[\"auto\",\"fixed\"]},\"Apg_bsgX8\":{\"layout\":[\"auto\",\"fixed\"]},\"DVIhhtrwF\":{\"layout\":[\"auto\",\"fixed\"]},\"PeWOXtcnS\":{\"layout\":[\"auto\",\"fixed\"]},\"pZtb07F4o\":{\"layout\":[\"auto\",\"fixed\"]},\"Js5EqaUy9\":{\"layout\":[\"auto\",\"fixed\"]},\"S5OuX8f0l\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"A_uo7acWc\":\"link\",\"fYAA_3jhc\":\"buttonText\",\"TcpWZBmn7\":\"showDotIcon\",\"ofur0GZ09\":\"showLeftIcon\",\"TTyG_VJ5d\":\"leftIcon\",\"SUGCfrBRb\":\"showRightIcon\",\"azytMMpbR\":\"rightIcon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKBSisKHoN=withCSS(Component,css,\"framer-Q6njm\");export default FramerKBSisKHoN;FramerKBSisKHoN.displayName=\"Buttons/Main Buttons\";FramerKBSisKHoN.defaultProps={height:48,width:89};addPropertyControls(FramerKBSisKHoN,{variant:{options:[\"C0mKnEEym\",\"FKj23fHQU\",\"y7jkUGwDV\",\"o7bPsG2Qv\",\"r6pw7cyGh\",\"kc8p8HEZ3\",\"vfQu3eK45\",\"WbXk__BoZ\"],optionTitles:[\"Primary/M/Light\",\"Secondary/M/Dark\",\"Primary/S/Light\",\"Secondary/S/Dark\",\"Chip\",\"Small Button\",\"Label\",\"Variant 8\"],title:\"Variant\",type:ControlType.Enum},A_uo7acWc:{title:\"Link\",type:ControlType.Link},fYAA_3jhc:{defaultValue:\"Button\",displayTextArea:false,title:\"Button Text\",type:ControlType.String},TcpWZBmn7:{defaultValue:false,title:\"Show Dot Icon\",type:ControlType.Boolean},ofur0GZ09:{defaultValue:false,title:\"Show Left Icon\",type:ControlType.Boolean},TTyG_VJ5d:(Phosphor1Controls===null||Phosphor1Controls===void 0?void 0:Phosphor1Controls[\"iconSelection\"])&&{...Phosphor1Controls[\"iconSelection\"],defaultValue:\"Plus\",description:undefined,hidden:undefined,title:\"-> Left Icon\"},SUGCfrBRb:{defaultValue:false,title:\"Show Right Icon\",type:ControlType.Boolean},azytMMpbR:(Phosphor1Controls===null||Phosphor1Controls===void 0?void 0:Phosphor1Controls[\"iconSelection\"])&&{...Phosphor1Controls[\"iconSelection\"],defaultValue:\"Plus\",description:undefined,hidden:undefined,title:\"-> Right Icon\"}});addFonts(FramerKBSisKHoN,[{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\"}]},...BackgroundShadowGlowFonts,...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKBSisKHoN\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"A_uo7acWc\\\":\\\"link\\\",\\\"fYAA_3jhc\\\":\\\"buttonText\\\",\\\"TcpWZBmn7\\\":\\\"showDotIcon\\\",\\\"ofur0GZ09\\\":\\\"showLeftIcon\\\",\\\"TTyG_VJ5d\\\":\\\"leftIcon\\\",\\\"SUGCfrBRb\\\":\\\"showRightIcon\\\",\\\"azytMMpbR\\\":\\\"rightIcon\\\"}\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"FKj23fHQU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"y7jkUGwDV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"o7bPsG2Qv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"r6pw7cyGh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kc8p8HEZ3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"vfQu3eK45\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"WbXk__BoZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Apg_bsgX8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"DVIhhtrwF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PeWOXtcnS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"pZtb07F4o\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Js5EqaUy9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"S5OuX8f0l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"89\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KBSisKHoN.map", "let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);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\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};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 [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (9ae859a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-semibold\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6U2SGH566NSNERG6RGEV3DSNEK7DL2RF/JRDYRKMSAW2H35IWEQIPL67HAJQ35MG5/JNU3GNMUBPWW6V6JTED3S27XL5HN7NM5.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-Omiu2 .framer-styles-preset-z33ecz:not(.rich-text-wrapper), .framer-Omiu2 .framer-styles-preset-z33ecz.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fada631e-78d1-46d3-a547-b747f5a8f45f, #171615); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Omiu2\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9ae859a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-semibold\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6U2SGH566NSNERG6RGEV3DSNEK7DL2RF/JRDYRKMSAW2H35IWEQIPL67HAJQ35MG5/JNU3GNMUBPWW6V6JTED3S27XL5HN7NM5.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-ayeBR .framer-styles-preset-xbhpzi:not(.rich-text-wrapper), .framer-ayeBR .framer-styles-preset-xbhpzi.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, #e2e2e2); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-ayeBR\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9ae859a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-medium\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-ZL0TM .framer-styles-preset-15sva52:not(.rich-text-wrapper), .framer-ZL0TM .framer-styles-preset-15sva52.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, #adadad); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-ZL0TM .framer-styles-preset-15sva52:not(.rich-text-wrapper), .framer-ZL0TM .framer-styles-preset-15sva52.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, #adadad); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ZL0TM .framer-styles-preset-15sva52:not(.rich-text-wrapper), .framer-ZL0TM .framer-styles-preset-15sva52.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, #adadad); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-ZL0TM\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (56d1180)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-OcWAz\";const variantClassNames={\"I8587:93290;6094:415\":\"framer-v-vugtub\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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:\"I8587:93290;6094:415\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-vugtub\",className,classNames),\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"I8587:93290;6094:415\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l23rxo\",\"data-border\":true,\"data-framer-name\":\"shadowGlow\",layoutDependency:layoutDependency,layoutId:\"I8587:93290;6094:415;6094:301\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.3)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:800,borderBottomRightRadius:800,borderTopLeftRadius:800,borderTopRightRadius:800,filter:\"blur(2px)\",WebkitFilter:\"blur(2px)\"}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OcWAz.framer-1bxjg4j, .framer-OcWAz .framer-1bxjg4j { display: block; }\",\".framer-OcWAz.framer-vugtub { height: 40px; overflow: visible; position: relative; width: 97px; }\",\".framer-OcWAz .framer-1l23rxo { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",'.framer-OcWAz[data-border=\"true\"]::after, .framer-OcWAz [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 40\n * @framerIntrinsicWidth 97\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framere0d19A7to=withCSS(Component,css,\"framer-OcWAz\");export default Framere0d19A7to;Framere0d19A7to.displayName=\"Background/Shadow Glow\";Framere0d19A7to.defaultProps={height:40,width:97};addFonts(Framere0d19A7to,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere0d19A7to\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"97\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e0d19A7to.map", "// Generated by Framer (9ae859a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-medium\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-ZL0TM .framer-styles-preset-15sva52:not(.rich-text-wrapper), .framer-ZL0TM .framer-styles-preset-15sva52.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, #adadad); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-ZL0TM .framer-styles-preset-15sva52:not(.rich-text-wrapper), .framer-ZL0TM .framer-styles-preset-15sva52.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, #adadad); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ZL0TM .framer-styles-preset-15sva52:not(.rich-text-wrapper), .framer-ZL0TM .framer-styles-preset-15sva52.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, #adadad); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-ZL0TM\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2ca17d4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ne6s2YEOIchm7oXNAKmD/qVoD6AlpfmE0PK64x56I/YkMCRAtSS.js\";const enabledGestures={\"I5751:35026;5751:34979\":{hover:true},xLW6aoOUq:{hover:true}};const cycleOrder=[\"I5751:35026;5751:34979\",\"xLW6aoOUq\"];const serializationHash=\"framer-M26wp\";const variantClassNames={\"I5751:35026;5751:34979\":\"framer-v-8pg99y\",xLW6aoOUq:\"framer-v-943ebr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Primary/M\":\"I5751:35026;5751:34979\",\"Secondary/M\":\"xLW6aoOUq\"};const getProps=({height,id,link,linkText,width,...props})=>{return{...props,UseLa1h42:link??props.UseLa1h42,V3PIw72E2:linkText??props.V3PIw72E2??\"Link\",variant:humanReadableVariantMap[props.variant]??props.variant??\"I5751:35026;5751:34979\"};};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,V3PIw72E2,UseLa1h42,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I5751:35026;5751:34979\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];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(Link,{href:UseLa1h42,motionChild:true,nodeId:\"I5751:35026;5751:34979\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-8pg99y\",className,classNames)} framer-1uqr9rh`,\"data-framer-name\":\"Primary/M\",layoutDependency:layoutDependency,layoutId:\"I5751:35026;5751:34979\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"I5751:35026;5751:34979-hover\":{\"data-framer-name\":undefined},\"xLW6aoOUq-hover\":{\"data-framer-name\":undefined},xLW6aoOUq:{\"data-framer-name\":\"Secondary/M\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173)))\"},children:\"Link\"})}),className:\"framer-fh2rv\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I5751:35026;5751:34979;5726:33969\",style:{\"--extracted-r6o4lv\":\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\",\"--framer-paragraph-spacing\":\"0px\"},text:V3PIw72E2,variants:{\"I5751:35026;5751:34979-hover\":{\"--extracted-r6o4lv\":\"var(--token-db6cbb3d-c62d-4ea4-a451-f621c9643547, rgb(255, 255, 255))\"},\"xLW6aoOUq-hover\":{\"--extracted-r6o4lv\":\"var(--token-db6cbb3d-c62d-4ea4-a451-f621c9643547, rgb(255, 255, 255))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"I5751:35026;5751:34979-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-db6cbb3d-c62d-4ea4-a451-f621c9643547, rgb(255, 255, 255)))\"},children:\"Link\"})})},\"xLW6aoOUq-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-db6cbb3d-c62d-4ea4-a451-f621c9643547, rgb(255, 255, 255)))\"},children:\"Link\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-M26wp.framer-1uqr9rh, .framer-M26wp .framer-1uqr9rh { display: block; }\",\".framer-M26wp.framer-8pg99y { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 48px; justify-content: flex-start; overflow: visible; padding: 0px 16px 0px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-M26wp .framer-fh2rv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-M26wp.framer-8pg99y { gap: 0px; } .framer-M26wp.framer-8pg99y > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-M26wp.framer-8pg99y > :first-child { margin-left: 0px; } .framer-M26wp.framer-8pg99y > :last-child { margin-right: 0px; } }\",\".framer-M26wp.framer-v-943ebr.framer-8pg99y { height: min-content; padding: 0px; }\",\".framer-M26wp.framer-v-943ebr .framer-fh2rv { cursor: pointer; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 58.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"xLW6aoOUq\":{\"layout\":[\"auto\",\"auto\"]},\"cYGrSSoqb\":{\"layout\":[\"auto\",\"fixed\"]},\"ar2Ef44db\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"V3PIw72E2\":\"linkText\",\"UseLa1h42\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCle71crKY=withCSS(Component,css,\"framer-M26wp\");export default FramerCle71crKY;FramerCle71crKY.displayName=\"Buttons/Text Links\";FramerCle71crKY.defaultProps={height:48,width:58.5};addPropertyControls(FramerCle71crKY,{variant:{options:[\"I5751:35026;5751:34979\",\"xLW6aoOUq\"],optionTitles:[\"Primary/M\",\"Secondary/M\"],title:\"Variant\",type:ControlType.Enum},V3PIw72E2:{defaultValue:\"Link\",displayTextArea:false,title:\"Link Text\",type:ControlType.String},UseLa1h42:{title:\"Link\",type:ControlType.Link}});addFonts(FramerCle71crKY,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCle71crKY\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"48\",\"framerIntrinsicWidth\":\"58.5\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"V3PIw72E2\\\":\\\"linkText\\\",\\\"UseLa1h42\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xLW6aoOUq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cYGrSSoqb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ar2Ef44db\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cle71crKY.map", "// Generated by Framer (b6cf623)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"WRWi3A8kt\",\"h8eyM3fWm\",\"Fd4PRpJsH\"];const serializationHash=\"framer-OZn8I\";const variantClassNames={Fd4PRpJsH:\"framer-v-1l84719\",h8eyM3fWm:\"framer-v-1dj0mle\",WRWi3A8kt:\"framer-v-qyc7cg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Dark Mode\":\"h8eyM3fWm\",\"Icon Only\":\"Fd4PRpJsH\",Primary:\"WRWi3A8kt\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WRWi3A8kt\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WRWi3A8kt\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"h8eyM3fWm\",\"Fd4PRpJsH\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"h8eyM3fWm\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"Fd4PRpJsH\")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:{webPageId:\"xNglRLpPp\"},motionChild:true,nodeId:\"WRWi3A8kt\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-qyc7cg\",className,classNames)} framer-qmz8wl`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"WRWi3A8kt\",ref:ref??ref1,style:{...style},...addPropertyOverrides({Fd4PRpJsH:{\"data-framer-name\":\"Icon Only\"},h8eyM3fWm:{\"data-framer-name\":\"Dark Mode\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ia3li4\",\"data-framer-name\":\" 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yY0zhbcS3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 95 22\"><g><defs><linearGradient id=\"idss10813619561_1g289212725\" x1=\"0.7258226235796323\" x2=\"0.2741773764203677\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(69,48,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 21.648 2.564 L 8.14 13.791 L 2.433 11.492 Z\" fill=\"url(#idss10813619561_1g289212725)\"></path></g><g><defs><linearGradient id=\"idss10813619561_2g289212732\" x1=\"0.6551950872581713\" x2=\"0.3448049127418287\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(69,48,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 21.648 2.564 L 18.243 17.86 L 11.39 15.096 Z\" fill=\"url(#idss10813619561_2g289212732)\"></path></g><g><defs><linearGradient id=\"idss10813619561_3g-1147464968\" x1=\"0.9069998253680114\" x2=\"0.09300017463198867\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(52,39,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 21.648 2.564 L 11.39 15.096 L 10.716 19.449 L 8.14 13.791 Z\" fill=\"url(#idss10813619561_3g-1147464968)\"></path></g><g><defs><linearGradient id=\"idss10813619561_4g-289212884\" x1=\"0.9662800810855542\" x2=\"0.03371991891444581\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(69,48,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 10.716 19.449 L 11.39 15.096\" fill=\"url(#idss10813619561_4g-289212884)\"></path></g><path d=\"M 10.716 19.449 L 10.306 14.676 L 21.648 2.564 L 11.39 15.096 Z\" fill=\"rgb(0,0,160)\" opacity=\"0.35\"></path><g><defs><linearGradient id=\"idss10813619561_6g-289212853\" x1=\"1\" x2=\"0\" y1=\"0.5959455359876609\" y2=\"0.4040544640123391\"><stop offset=\"0\" stop-color=\"rgb(69,48,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 10.716 19.449 L 13.377 15.897 L 11.39 15.096 Z\" fill=\"url(#idss10813619561_6g-289212853)\"></path></g><path d=\"M 11.39 15.096 L 12.925 16.501 L 13.377 15.897 Z\" fill=\"rgb(0,0,160)\" opacity=\"0.2\"></path><path d=\"M 26.438 5.756 L 30.703 5.756 C 31.795 5.756 32.756 5.987 33.586 6.448 C 34.415 6.909 35.059 7.561 35.517 8.404 C 35.976 9.247 36.205 10.22 36.205 11.323 C 36.205 12.426 35.976 13.399 35.517 14.242 C 35.059 15.085 34.415 15.737 33.586 16.199 C 32.756 16.66 31.795 16.89 30.703 16.89 L 26.438 16.89 Z M 30.703 14.918 C 31.362 14.918 31.945 14.769 32.45 14.472 C 32.955 14.176 33.348 13.754 33.632 13.208 C 33.915 12.662 34.057 12.034 34.057 11.323 C 34.057 10.612 33.915 9.984 33.632 9.438 C 33.349 8.892 32.952 8.47 32.442 8.174 C 31.932 7.877 31.353 7.728 30.704 7.728 L 28.571 7.728 L 28.571 14.918 L 30.704 14.918 Z M 38.547 16.071 C 37.975 15.419 37.689 14.536 37.689 13.423 L 37.689 9.033 L 39.744 9.033 L 39.744 13.296 C 39.744 13.89 39.891 14.356 40.185 14.696 C 40.478 15.035 40.872 15.205 41.367 15.205 C 41.913 15.205 42.354 15.014 42.689 14.632 C 43.023 14.25 43.191 13.757 43.191 13.153 L 43.191 9.033 L 45.246 9.033 L 45.246 16.891 L 43.469 16.891 L 43.33 15.984 C 43.031 16.324 42.668 16.586 42.24 16.771 C 41.813 16.957 41.347 17.05 40.842 17.05 C 39.884 17.05 39.119 16.724 38.547 16.071 Z M 48.746 16.588 C 48.112 16.249 47.623 15.769 47.278 15.149 C 46.933 14.528 46.76 13.805 46.76 12.978 C 46.76 12.151 46.928 11.459 47.262 10.838 C 47.597 10.218 48.068 9.735 48.677 9.391 C 49.285 9.046 49.985 8.874 50.778 8.874 C 52.025 8.874 53.004 9.232 53.715 9.948 C 54.426 10.663 54.781 11.642 54.781 12.882 C 54.781 13.126 54.766 13.386 54.735 13.662 L 48.846 13.662 C 48.918 14.16 49.153 14.558 49.55 14.854 C 49.946 15.151 50.448 15.3 51.056 15.3 C 51.468 15.3 51.865 15.234 52.247 15.101 C 52.627 14.968 52.942 14.786 53.189 14.552 L 54.333 15.761 C 53.931 16.185 53.437 16.514 52.849 16.747 C 52.262 16.981 51.638 17.097 50.979 17.097 C 50.124 17.097 49.38 16.928 48.746 16.588 Z M 52.803 12.262 C 52.762 11.753 52.566 11.35 52.216 11.053 C 51.865 10.756 51.407 10.608 50.84 10.608 C 50.274 10.608 49.848 10.754 49.503 11.045 C 49.158 11.337 48.949 11.742 48.877 12.262 L 52.803 12.262 Z M 57.71 16.302 C 57.251 15.825 57.022 15.093 57.022 14.107 L 57.022 10.767 L 55.646 10.767 L 55.646 9.033 L 57.022 9.033 L 57.022 7.029 L 59.062 6.806 L 59.062 9.033 L 61.117 9.033 L 61.117 10.767 L 59.062 10.767 L 59.062 14.107 C 59.062 14.457 59.147 14.725 59.317 14.91 C 59.487 15.096 59.727 15.188 60.036 15.188 C 60.345 15.188 60.638 15.114 60.948 14.965 L 61.488 16.604 C 61.179 16.752 60.878 16.858 60.584 16.922 C 60.291 16.985 59.969 17.017 59.619 17.017 C 58.804 17.017 58.168 16.779 57.71 16.302 Z\" fill=\"rgb(0,0,98)\"></path><g><defs><linearGradient id=\"idss10813619561_9g289212749\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(69,48,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 62.941 5.756 L 64.857 5.756 L 68.783 10.846 L 72.692 5.756 L 74.624 5.756 L 74.624 16.89 L 72.492 16.89 L 72.492 9.366 L 68.999 13.868 L 68.566 13.868 L 65.073 9.366 L 65.073 16.89 L 62.941 16.89 Z\" fill=\"url(#idss10813619561_9g289212749)\"></path></g><g><defs><linearGradient id=\"idss10813619561_10g289212749\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(69,48,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 78.017 16.548 C 77.455 16.204 77.017 15.719 76.703 15.093 C 76.389 14.467 76.231 13.757 76.231 12.961 C 76.231 12.166 76.389 11.455 76.703 10.83 C 77.017 10.204 77.455 9.719 78.017 9.374 C 78.578 9.029 79.219 8.857 79.941 8.857 C 80.476 8.857 80.973 8.953 81.432 9.143 C 81.89 9.334 82.274 9.61 82.583 9.97 L 82.722 9.032 L 84.5 9.032 L 84.5 16.889 L 82.722 16.889 L 82.583 15.935 C 82.264 16.306 81.877 16.587 81.424 16.778 C 80.971 16.969 80.476 17.065 79.941 17.065 C 79.219 17.065 78.578 16.892 78.017 16.548 Z M 78.859 14.584 C 79.25 15.008 79.75 15.22 80.358 15.22 C 80.966 15.22 81.481 15.008 81.873 14.584 C 82.264 14.16 82.46 13.619 82.46 12.961 C 82.46 12.304 82.264 11.763 81.873 11.339 C 81.481 10.915 80.976 10.703 80.358 10.703 C 79.74 10.703 79.25 10.915 78.859 11.339 C 78.467 11.763 78.271 12.304 78.271 12.961 C 78.271 13.619 78.467 14.16 78.859 14.584 Z\" fill=\"url(#idss10813619561_10g289212749)\"></path></g><g><defs><linearGradient id=\"idss10813619561_11g289212749\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(69,48,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 86.617 5.947 C 86.854 5.713 87.153 5.597 87.513 5.597 C 87.874 5.597 88.175 5.713 88.417 5.947 C 88.659 6.18 88.781 6.477 88.781 6.838 C 88.781 7.198 88.659 7.477 88.417 7.704 C 88.175 7.932 87.874 8.046 87.513 8.046 C 87.153 8.046 86.854 7.932 86.617 7.704 C 86.38 7.476 86.262 7.187 86.262 6.838 C 86.262 6.488 86.38 6.18 86.617 5.947 Z M 86.478 9.033 L 88.533 9.033 L 88.533 16.89 L 86.478 16.89 Z\" fill=\"url(#idss10813619561_11g289212749)\"></path></g><g><defs><linearGradient id=\"idss10813619561_12g289212749\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(69,48,234)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(116,194,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 90.511 5.756 L 92.567 5.756 L 92.567 16.89 L 90.511 16.89 Z\" fill=\"url(#idss10813619561_12g289212749)\"></path></g></svg>',svgContentId:10813619561,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-e6ryt5\",\"data-framer-name\":\" 3\",fill:\"black\",intrinsicHeight:675,intrinsicWidth:3e3,layoutDependency:layoutDependency,layoutId:\"R8Yb4XWJJ\",svg:'<svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3000 675.39\"><defs><linearGradient id=\"a\" x1=\"491.99\" y1=\"-27.51\" x2=\"268.53\" y2=\"458.66\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#4530ea\"/><stop offset=\"1\" stop-color=\"#74c2ff\"/></linearGradient><linearGradient id=\"b\" x1=\"674.06\" y1=\"57.04\" x2=\"461.22\" y2=\"520.1\" xlink:href=\"#a\"/><linearGradient id=\"c\" x1=\"552.93\" y1=\"389.12\" x2=\"458.75\" y2=\"273.59\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#3427ea\"/><stop offset=\"1\" stop-color=\"#74c2ff\"/></linearGradient><linearGradient id=\"d\" x1=\"351.85\" y1=\"530.43\" x2=\"348.34\" y2=\"529.83\" xlink:href=\"#a\"/><linearGradient id=\"e\" x1=\"441.14\" y1=\"541.31\" x2=\"338.5\" y2=\"528.65\" xlink:href=\"#a\"/><linearGradient id=\"f\" x1=\"2172.08\" y1=\"-322.34\" x2=\"2172.08\" y2=\"1104.4\" xlink:href=\"#a\"/><linearGradient id=\"g\" x1=\"2537.87\" y1=\"-322.34\" x2=\"2537.87\" y2=\"1104.4\" xlink:href=\"#a\"/><linearGradient id=\"h\" x1=\"2763.82\" y1=\"-322.34\" x2=\"2763.82\" y2=\"1104.4\" xlink:href=\"#a\"/><linearGradient id=\"i\" x1=\"2890.71\" y1=\"-322.34\" x2=\"2890.71\" y2=\"1104.4\" xlink:href=\"#a\"/></defs><path style=\"fill:url(#a)\" d=\"M683.63 78.66 257.06 423.12 76.84 352.6 683.63 78.66z\"/><path style=\"fill:url(#b)\" d=\"M683.63 78.66 576.1 547.97l-216.41-84.8L683.63 78.66z\"/><path style=\"fill:url(#c)\" d=\"M683.63 78.66 359.69 463.17l-21.3 133.55-81.33-173.6L683.63 78.66z\"/><path style=\"fill:url(#d)\" d=\"m338.39 596.72 21.3-133.55\"/><path style=\"opacity:.35;fill:#0000a0\" d=\"m338.39 596.72-12.95-146.44L683.63 78.66 359.69 463.17l-21.3 133.55z\"/><path style=\"fill:url(#e)\" d=\"m338.39 596.72 84.04-108.96-62.74-24.59-21.3 133.55z\"/><path style=\"fill:#0000a0;opacity:.2\" d=\"m359.69 463.17 48.47 43.1 14.27-18.51-62.74-24.59z\"/><path d=\"M834.88 176.6h134.7c34.48 0 64.82 7.08 91.02 21.23 26.18 14.16 46.52 34.16 61 60.03 14.47 25.86 21.72 55.72 21.72 89.55s-7.25 63.69-21.72 89.56c-14.48 25.86-34.82 45.87-61 60.03-26.19 14.16-56.54 21.23-91.02 21.23h-134.7V176.6Zm134.7 281.11c20.81 0 39.2-4.56 55.15-13.67 15.94-9.1 28.38-22.03 37.34-38.8 8.94-16.75 13.42-36.03 13.42-57.83s-4.48-41.07-13.42-57.83c-8.95-16.76-21.48-29.69-37.58-38.8-16.11-9.11-34.4-13.66-54.9-13.66h-67.35v220.59h67.35Zm247.68 35.38c-18.06-20.01-27.09-47.09-27.09-81.25v-134.7h64.91v130.8c0 18.22 4.64 32.54 13.91 42.95 9.27 10.41 21.72 15.62 37.34 15.62 17.24 0 31.15-5.86 41.73-17.57 10.57-11.71 15.86-26.84 15.86-45.39v-126.4h64.91v241.09h-56.13l-4.39-27.82c-9.44 10.42-20.91 18.47-34.4 24.16-13.5 5.69-28.23 8.54-44.17 8.54-30.26 0-54.41-10.01-72.47-30.02Zm322.09 15.87c-20.01-10.41-35.46-25.13-46.36-44.17-10.9-19.03-16.35-41.23-16.35-66.61s5.29-46.6 15.86-65.64 25.45-33.84 44.66-44.41c19.2-10.57 41.32-15.86 66.37-15.86 39.36 0 70.28 10.98 92.73 32.94 22.45 21.96 33.67 51.98 33.67 90.04 0 7.49-.49 15.45-1.47 23.91h-185.94c2.27 15.3 9.68 27.5 22.21 36.6 12.52 9.11 28.38 13.67 47.58 13.67 13.01 0 25.54-2.03 37.58-6.1 12.03-4.07 21.96-9.68 29.77-16.84l36.11 37.09c-12.69 13.02-28.3 23.1-46.85 30.26s-38.24 10.74-59.05 10.74c-27.01 0-50.51-5.21-70.52-15.62Zm128.11-132.75c-1.3-15.62-7.49-27.98-18.54-37.09-11.07-9.1-25.55-13.66-43.44-13.66s-31.32 4.48-42.22 13.42c-10.9 8.95-17.49 21.4-19.76 37.34h123.96Zm154.95 123.96c-14.48-14.64-21.72-37.09-21.72-67.35V330.34h-43.44v-53.2h43.44v-61.49l64.42-6.83v68.32h64.91v53.2h-64.91v102.48c0 10.74 2.69 18.96 8.06 24.64 5.37 5.7 12.93 8.54 22.69 8.54s19.03-2.28 28.8-6.84l17.08 50.27c-9.76 4.56-19.28 7.81-28.55 9.76-9.27 1.95-19.44 2.93-30.5 2.93-25.71 0-45.8-7.32-60.27-21.96Z\" style=\"fill:#fff\"/><path d=\"M1987.6 176.6h60.52l123.96 156.17 123.47-156.17h61.01v341.62h-67.35V287.38l-110.3 138.11h-13.66l-110.3-138.11v230.84h-67.35V176.6Z\" style=\"fill:url(#f)\"/><path d=\"M2463.68 507.73c-17.73-10.57-31.56-25.45-41.48-44.66-9.93-19.19-14.89-40.99-14.89-65.4s4.96-46.2 14.89-65.4c9.92-19.19 23.75-34.08 41.48-44.66 17.73-10.57 37.98-15.86 60.76-15.86 16.91 0 32.61 2.93 47.09 8.78 14.47 5.86 26.6 14.32 36.36 25.38l4.39-28.8h56.13V518.2h-56.13l-4.39-29.28c-10.09 11.39-22.29 20.01-36.6 25.86-14.32 5.86-29.94 8.79-46.85 8.79-22.78 0-43.03-5.29-60.76-15.86Zm26.6-60.27c12.36 13.02 28.13 19.52 47.34 19.52s35.46-6.5 47.83-19.52c12.36-13.01 18.54-29.6 18.54-49.78s-6.18-36.76-18.54-49.78c-12.37-13.01-28.31-19.52-47.83-19.52s-34.98 6.51-47.34 19.52c-12.37 13.02-18.55 29.61-18.55 49.78s6.18 36.77 18.55 49.78Z\" style=\"fill:url(#g)\"/><path d=\"M2735.27 182.46c7.48-7.16 16.92-10.74 28.31-10.74s20.9 3.58 28.55 10.74c7.64 7.16 11.47 16.27 11.47 27.33s-3.83 19.61-11.47 26.59c-7.65 7-17.17 10.49-28.55 10.49s-20.82-3.49-28.31-10.49c-7.49-6.99-11.22-15.86-11.22-26.59s3.74-20.17 11.22-27.33Zm-4.39 94.68h64.91v241.09h-64.91V277.14Z\" style=\"fill:url(#h)\"/><path d=\"M2858.25 176.6h64.91v341.62h-64.91V176.6Z\" style=\"fill:url(#i)\"/></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-no1kh0\",\"data-framer-name\":\" 1\",fill:\"black\",intrinsicHeight:3e3,intrinsicWidth:3e3,layoutDependency:layoutDependency,layoutId:\"A90dViJSa\",svg:'<svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3000 3000.24\"><defs><linearGradient id=\"a\" x1=\"2000.23\" y1=\"-134.57\" x2=\"1000.01\" y2=\"2041.59\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#4530ea\"/><stop offset=\"1\" stop-color=\"#74c2ff\"/></linearGradient><linearGradient id=\"b\" x1=\"2815.2\" y1=\"243.85\" x2=\"1862.5\" y2=\"2316.6\" xlink:href=\"#a\"/><linearGradient id=\"c\" x1=\"2273.01\" y1=\"1730.3\" x2=\"1851.43\" y2=\"1213.16\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#3427ea\"/><stop offset=\"1\" stop-color=\"#74c2ff\"/></linearGradient><linearGradient id=\"d\" x1=\"1372.96\" y1=\"2362.84\" x2=\"1357.24\" y2=\"2360.14\" xlink:href=\"#a\"/><linearGradient id=\"e\" x1=\"1772.63\" y1=\"2411.54\" x2=\"1313.19\" y2=\"2354.86\" xlink:href=\"#a\"/></defs><path style=\"fill:url(#a)\" d=\"M2858.04 340.66 948.66 1882.52l-806.7-315.67L2858.04 340.66z\"/><path style=\"fill:url(#b)\" d=\"m2858.04 340.66-481.3 2100.68-968.68-379.56L2858.04 340.66z\"/><path style=\"fill:url(#c)\" d=\"M2858.04 340.66 1408.06 2061.78l-95.37 597.8-364.03-777.06L2858.04 340.66z\"/><path style=\"fill:url(#d)\" d=\"m1312.69 2659.58 95.37-597.8\"/><path style=\"opacity:.35;fill:#0000a0\" d=\"m1312.69 2659.58-57.96-655.49L2858.04 340.66 1408.06 2061.78l-95.37 597.8z\"/><path style=\"fill:url(#e)\" d=\"m1312.69 2659.58 376.2-487.76-280.83-110.04-95.37 597.8z\"/><path style=\"fill:#0000a0;opacity:.2\" d=\"m1408.06 2061.78 216.95 192.92 63.88-82.88-280.83-110.04z\"/></svg>',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OZn8I.framer-qmz8wl, .framer-OZn8I .framer-qmz8wl { display: block; }\",\".framer-OZn8I.framer-qyc7cg { height: 24px; overflow: hidden; position: relative; text-decoration: none; width: 95px; }\",\".framer-OZn8I .framer-1ia3li4 { flex: none; height: 22px; left: 0px; position: absolute; top: 0px; width: 95px; }\",\".framer-OZn8I .framer-e6ryt5 { aspect-ratio: 4.444444444444445 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-OZn8I .framer-no1kh0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 57px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-OZn8I.framer-v-1l84719.framer-qyc7cg { height: 63px; width: 57px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 95\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"h8eyM3fWm\":{\"layout\":[\"fixed\",\"fixed\"]},\"Fd4PRpJsH\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQdP4GmBu2=withCSS(Component,css,\"framer-OZn8I\");export default FramerQdP4GmBu2;FramerQdP4GmBu2.displayName=\"Logos/Main Logo\";FramerQdP4GmBu2.defaultProps={height:24,width:95};addPropertyControls(FramerQdP4GmBu2,{variant:{options:[\"WRWi3A8kt\",\"h8eyM3fWm\",\"Fd4PRpJsH\"],optionTitles:[\"Primary\",\"Dark Mode\",\"Icon Only\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQdP4GmBu2,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQdP4GmBu2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h8eyM3fWm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Fd4PRpJsH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"95\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QdP4GmBu2.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import ButtonsMainButtons,*as ButtonsMainButtonsInfo from\"https://framerusercontent.com/modules/vQ84Qg0Ms8Wvh9vmVwCt/H1vjYdcCayFqqhvkdsvh/KBSisKHoN.js\";import{withGoogleSignIn}from\"https://framerusercontent.com/modules/nJJp9ttPkzOj6hpWSNG0/3jx9Y4dqMT6p8uKPyKU2/SignInWithGoogleOverride.js\";import ButtonsTextLinks from\"https://framerusercontent.com/modules/r6gRX2tma2ChXl4JNspO/fCkUPBH4qViGbzgMs7sU/Cle71crKY.js\";import LogosMainLogo from\"https://framerusercontent.com/modules/4UYnhmk6fDrJNtKtH2qb/CV8IbL1m9T8pfFr6lYWO/QdP4GmBu2.js\";const LogosMainLogoFonts=getFonts(LogosMainLogo);const PhosphorFonts=getFonts(Phosphor);const ButtonsMainButtonsFonts=getFonts(ButtonsMainButtons);const ButtonsMainButtonsWithGoogleSignIn83xow4WithMappedReactProps1olpuqu=withMappedReactProps(withCodeBoundaryForOverrides(ButtonsMainButtons,{nodeId:\"O8tzhSCGT\",override:withGoogleSignIn,scopeId:\"bSo1bPMeZ\"}),ButtonsMainButtonsInfo);const ButtonsMainButtonsWithGoogleSignIn1cw6ozdWithMappedReactProps1olpuqu=withMappedReactProps(withCodeBoundaryForOverrides(ButtonsMainButtons,{nodeId:\"GvCEru6oo\",override:withGoogleSignIn,scopeId:\"bSo1bPMeZ\"}),ButtonsMainButtonsInfo);const ButtonsTextLinksFonts=getFonts(ButtonsTextLinks);const ButtonsMainButtonsWithGoogleSignIn1gnbuk8WithMappedReactProps1olpuqu=withMappedReactProps(withCodeBoundaryForOverrides(ButtonsMainButtons,{nodeId:\"j5MdZkV_b\",override:withGoogleSignIn,scopeId:\"bSo1bPMeZ\"}),ButtonsMainButtonsInfo);const ButtonsMainButtonsWithGoogleSignIn5rztgrWithMappedReactProps1olpuqu=withMappedReactProps(withCodeBoundaryForOverrides(ButtonsMainButtons,{nodeId:\"iC0cEBNgJ\",override:withGoogleSignIn,scopeId:\"bSo1bPMeZ\"}),ButtonsMainButtonsInfo);const cycleOrder=[\"tvfA_nnFB\",\"KtVbMyIlD\",\"PAafAyGbR\",\"V6Q9mXKLi\",\"xzVy4O4JP\",\"RVnv94dDp\",\"z7Z6wKUhl\",\"EGh9_N5Ux\"];const serializationHash=\"framer-XRDvA\";const variantClassNames={EGh9_N5Ux:\"framer-v-qp3xd4\",KtVbMyIlD:\"framer-v-ngm5jk\",PAafAyGbR:\"framer-v-1ruwr2t\",RVnv94dDp:\"framer-v-127ylat\",tvfA_nnFB:\"framer-v-hems8\",V6Q9mXKLi:\"framer-v-eczcrt\",xzVy4O4JP:\"framer-v-781aeq\",z7Z6wKUhl:\"framer-v-12m6fl7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Home - Desktop\":\"z7Z6wKUhl\",\"Home - Mobile/Collapsed Menu\":\"V6Q9mXKLi\",\"Home - Mobile/Expanded Menu\":\"RVnv94dDp\",\"Home - Tablet\":\"EGh9_N5Ux\",\"Legal - Desktop\":\"tvfA_nnFB\",\"Legal - Mobile/Collapsed Menu\":\"PAafAyGbR\",\"Legal - Mobile/Expanded Menu\":\"xzVy4O4JP\",\"Legal - Tablet\":\"KtVbMyIlD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tvfA_nnFB\"};};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:\"tvfA_nnFB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickw6hiag=activeVariantCallback(async(...args)=>{setVariant(\"xzVy4O4JP\");});const onClickvxy156=activeVariantCallback(async(...args)=>{setVariant(\"RVnv94dDp\");});const onClickv15vcz=activeVariantCallback(async(...args)=>{setVariant(\"PAafAyGbR\");});const onClick1jp7iaz=activeVariantCallback(async(...args)=>{setVariant(\"V6Q9mXKLi\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"PAafAyGbR\",\"V6Q9mXKLi\",\"xzVy4O4JP\",\"RVnv94dDp\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"PAafAyGbR\",\"V6Q9mXKLi\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"xzVy4O4JP\",\"RVnv94dDp\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"PAafAyGbR\",\"V6Q9mXKLi\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"EGh9_N5Ux\")return false;return true;};const router=useRouter();const isDisplayed5=()=>{if(baseVariant===\"RVnv94dDp\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"z7Z6wKUhl\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"EGh9_N5Ux\")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.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hems8\",className,classNames),\"data-framer-name\":\"Legal - Desktop\",layoutDependency:layoutDependency,layoutId:\"tvfA_nnFB\",ref:refBinding,style:{backdropFilter:\"blur(8px)\",backgroundColor:\"rgba(0, 0, 0, 0.1)\",WebkitBackdropFilter:\"blur(8px)\",...style},variants:{RVnv94dDp:{backgroundColor:\"rgba(0, 0, 0, 0.9)\"},xzVy4O4JP:{backgroundColor:\"rgba(0, 0, 0, 0.9)\"}},...addPropertyOverrides({EGh9_N5Ux:{\"data-framer-name\":\"Home - Tablet\"},KtVbMyIlD:{\"data-framer-name\":\"Legal - Tablet\"},PAafAyGbR:{\"data-framer-name\":\"Legal - Mobile/Collapsed Menu\"},RVnv94dDp:{\"data-framer-name\":\"Home - Mobile/Expanded Menu\"},V6Q9mXKLi:{\"data-framer-name\":\"Home - Mobile/Collapsed Menu\"},xzVy4O4JP:{\"data-framer-name\":\"Legal - Mobile/Expanded Menu\"},z7Z6wKUhl:{\"data-framer-name\":\"Home - Desktop\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7cvm1j\",\"data-border\":true,\"data-framer-name\":\"BG Blur\",layoutDependency:layoutDependency,layoutId:\"gKWbUNxti\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gqk8g1\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"DkLJKb2wj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bgnuj5\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"u8dX73WFm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,width:\"132px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-49)/2)+0+11,...addPropertyOverrides({EGh9_N5Ux:{height:23,width:\"102px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+12.5+0},KtVbMyIlD:{height:23,width:\"102px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+12.5+0},PAafAyGbR:{height:32,width:\"140px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)+0+20},RVnv94dDp:{height:32,width:\"140px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-426)/2+0+0)+0+0+20},V6Q9mXKLi:{height:32,width:\"140px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+0+20},xzVy4O4JP:{height:32,width:\"140px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||370)-0-370)/2+0+0)+0+0+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s16x0g-container\",layoutDependency:layoutDependency,layoutId:\"iGGC2zGlJ-container\",nodeId:\"iGGC2zGlJ\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(LogosMainLogo,{height:\"100%\",id:\"iGGC2zGlJ\",layoutId:\"iGGC2zGlJ\",style:{height:\"100%\",width:\"100%\"},variant:\"h8eyM3fWm\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6k0l8t\",\"data-framer-name\":\"Container/Mobile Buttons\",layoutDependency:layoutDependency,layoutId:\"Rb78LvB1B\",children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v3ll4-container\",\"data-framer-name\":\"Icon\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"GlLY0WYET-container\",name:\"Icon\",nodeId:\"GlLY0WYET\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"List\",id:\"GlLY0WYET\",layoutId:\"GlLY0WYET\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({PAafAyGbR:{onClick:onClickw6hiag},RVnv94dDp:{iconSelection:\"X\",onClick:onClick1jp7iaz},V6Q9mXKLi:{onClick:onClickvxy156},xzVy4O4JP:{iconSelection:\"X\",onClick:onClickv15vcz}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({PAafAyGbR:{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)+0+16},V6Q9mXKLi:{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+0+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-83xow4-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"O8tzhSCGT-container\",nodeId:\"O8tzhSCGT\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsMainButtonsWithGoogleSignIn83xow4WithMappedReactProps1olpuqu,{azytMMpbR:\"Plus\",fYAA_3jhc:\"Get started\",height:\"100%\",id:\"O8tzhSCGT\",layoutId:\"O8tzhSCGT\",ofur0GZ09:false,style:{height:\"100%\"},SUGCfrBRb:false,TcpWZBmn7:false,TTyG_VJ5d:\"Plus\",variant:\"o7bPsG2Qv\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RVnv94dDp:{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-426)/2+0+0)+0+0+16},xzVy4O4JP:{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||370)-0-370)/2+0+0)+0+0+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cw6ozd-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"GvCEru6oo-container\",nodeId:\"GvCEru6oo\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsMainButtonsWithGoogleSignIn1cw6ozdWithMappedReactProps1olpuqu,{azytMMpbR:\"Plus\",fYAA_3jhc:\"Get started\",height:\"100%\",id:\"GvCEru6oo\",layoutId:\"GvCEru6oo\",ofur0GZ09:false,style:{height:\"100%\"},SUGCfrBRb:false,TcpWZBmn7:false,TTyG_VJ5d:\"Plus\",variant:\"o7bPsG2Qv\",width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-yzvua2\",\"data-framer-name\":\"Container/Links\",layoutDependency:layoutDependency,layoutId:\"Rv1fQLpEn\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":VWP1oRbbz\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":VWP1oRbbz\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-49)/2)+.5+0,...addPropertyOverrides({KtVbMyIlD:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0},RVnv94dDp:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-426)/2+0+0)+0+82+8+0},xzVy4O4JP:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||370)-0-370)/2+0+0)+0+82+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-udu636-container\",layoutDependency:layoutDependency,layoutId:\"dk7U9nbM_-container\",nodeId:\"dk7U9nbM_\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"dk7U9nbM_\",layoutId:\"dk7U9nbM_\",style:{height:\"100%\"},UseLa1h42:resolvedLinks[0],V3PIw72E2:\"Home\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({KtVbMyIlD:{UseLa1h42:resolvedLinks[1]},RVnv94dDp:{style:{height:\"100%\",width:\"100%\"},UseLa1h42:resolvedLinks[3],V3PIw72E2:\"Features\"},xzVy4O4JP:{style:{height:\"100%\",width:\"100%\"},UseLa1h42:resolvedLinks[2]},z7Z6wKUhl:{UseLa1h42:resolvedLinks[4],V3PIw72E2:\"Features\"}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{oLxGrb6eD:\"terms\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"Jkj0P_5AQ\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"terms\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"Jkj0P_5AQ\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"terms\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"Jkj0P_5AQ\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{hash:\":zSn_kKtmS\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":zSn_kKtmS\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-49)/2)+.5+0,...addPropertyOverrides({KtVbMyIlD:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0},RVnv94dDp:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-426)/2+0+0)+0+82+8+56},xzVy4O4JP:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||370)-0-370)/2+0+0)+0+82+8+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1n7zbbs-container\",layoutDependency:layoutDependency,layoutId:\"aWDZ2X5hH-container\",nodeId:\"aWDZ2X5hH\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"aWDZ2X5hH\",layoutId:\"aWDZ2X5hH\",style:{height:\"100%\"},UseLa1h42:resolvedLinks1[0],V3PIw72E2:\"Terms\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({KtVbMyIlD:{UseLa1h42:resolvedLinks1[1]},RVnv94dDp:{style:{height:\"100%\",width:\"100%\"},UseLa1h42:resolvedLinks1[3],V3PIw72E2:\"Copilot\"},xzVy4O4JP:{style:{height:\"100%\",width:\"100%\"},UseLa1h42:resolvedLinks1[2]},z7Z6wKUhl:{UseLa1h42:resolvedLinks1[4],V3PIw72E2:\"Copilot\"}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Fl04kM3Mh\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":Fl04kM3Mh\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-49)/2)+.5+0,...addPropertyOverrides({KtVbMyIlD:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0},RVnv94dDp:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-426)/2+0+0)+0+82+8+112},xzVy4O4JP:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||370)-0-370)/2+0+0)+0+82+8+112}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-suw3w0-container\",layoutDependency:layoutDependency,layoutId:\"CTgUJyUST-container\",nodeId:\"CTgUJyUST\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"CTgUJyUST\",layoutId:\"CTgUJyUST\",style:{height:\"100%\"},V3PIw72E2:\"Privacy\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({RVnv94dDp:{style:{height:\"100%\",width:\"100%\"},UseLa1h42:resolvedLinks2[0],V3PIw72E2:\"Assistant\"},xzVy4O4JP:{style:{height:\"100%\",width:\"100%\"}},z7Z6wKUhl:{UseLa1h42:resolvedLinks2[1],V3PIw72E2:\"Assistant\"}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RVnv94dDp:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-426)/2+0+0)+0+82+8+168}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bb211g-container\",layoutDependency:layoutDependency,layoutId:\"thB4ifIFK-container\",nodeId:\"thB4ifIFK\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"thB4ifIFK\",layoutId:\"thB4ifIFK\",style:{height:\"100%\",width:\"100%\"},UseLa1h42:resolvedLinks3[0],V3PIw72E2:\"Testimonials\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({RVnv94dDp:{UseLa1h42:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({z7Z6wKUhl:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-49)/2)+.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-np934s-container\",layoutDependency:layoutDependency,layoutId:\"h8USLpBDr-container\",nodeId:\"h8USLpBDr\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"h8USLpBDr\",layoutId:\"h8USLpBDr\",style:{height:\"100%\"},UseLa1h42:resolvedLinks4[0],V3PIw72E2:\"Testimonials\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({z7Z6wKUhl:{UseLa1h42:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":R6NaltPdU\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":R6NaltPdU\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-49)/2)+.5+0,...addPropertyOverrides({KtVbMyIlD:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0},RVnv94dDp:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-426)/2+0+0)+0+82+8+224},xzVy4O4JP:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||370)-0-370)/2+0+0)+0+82+8+168}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13y3rsm-container\",layoutDependency:layoutDependency,layoutId:\"T9Q3wqGXk-container\",nodeId:\"T9Q3wqGXk\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"T9Q3wqGXk\",layoutId:\"T9Q3wqGXk\",style:{height:\"100%\"},V3PIw72E2:\"Cookies\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({RVnv94dDp:{style:{height:\"100%\",width:\"100%\"},UseLa1h42:resolvedLinks5[0],V3PIw72E2:\"Pricing\"},xzVy4O4JP:{style:{height:\"100%\",width:\"100%\"}},z7Z6wKUhl:{UseLa1h42:resolvedLinks5[1],V3PIw72E2:\"Pricing\"}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":wYoKZr6dL\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":wYoKZr6dL\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-49)/2)+.5+0,...addPropertyOverrides({KtVbMyIlD:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0},RVnv94dDp:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-426)/2+0+0)+0+82+8+280},xzVy4O4JP:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||370)-0-370)/2+0+0)+0+82+8+224}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e9j7y3-container\",layoutDependency:layoutDependency,layoutId:\"swgOOeWoI-container\",nodeId:\"swgOOeWoI\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"swgOOeWoI\",layoutId:\"swgOOeWoI\",style:{height:\"100%\"},V3PIw72E2:\"Disclaimers\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({RVnv94dDp:{style:{height:\"100%\",width:\"100%\"},UseLa1h42:resolvedLinks6[0],V3PIw72E2:\"FAQ\"},xzVy4O4JP:{style:{height:\"100%\",width:\"100%\"}},z7Z6wKUhl:{UseLa1h42:resolvedLinks6[1],V3PIw72E2:\"FAQ\"}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":VWP1oRbbz\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":VWP1oRbbz\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EGh9_N5Ux:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a9nuxs-container\",layoutDependency:layoutDependency,layoutId:\"Q6Eny8uck-container\",nodeId:\"Q6Eny8uck\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"Q6Eny8uck\",layoutId:\"Q6Eny8uck\",style:{height:\"100%\"},UseLa1h42:resolvedLinks7[0],V3PIw72E2:\"Features\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({EGh9_N5Ux:{UseLa1h42:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":zSn_kKtmS\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":zSn_kKtmS\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EGh9_N5Ux:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jm9gcp-container\",layoutDependency:layoutDependency,layoutId:\"CpFkKzLPU-container\",nodeId:\"CpFkKzLPU\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"CpFkKzLPU\",layoutId:\"CpFkKzLPU\",style:{height:\"100%\"},UseLa1h42:resolvedLinks8[0],V3PIw72E2:\"Copilot\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({EGh9_N5Ux:{UseLa1h42:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Fl04kM3Mh\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":Fl04kM3Mh\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EGh9_N5Ux:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vo82tk-container\",layoutDependency:layoutDependency,layoutId:\"ECXsAbMev-container\",nodeId:\"ECXsAbMev\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"ECXsAbMev\",layoutId:\"ECXsAbMev\",style:{height:\"100%\"},UseLa1h42:resolvedLinks9[0],V3PIw72E2:\"Assistant\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({EGh9_N5Ux:{UseLa1h42:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EGh9_N5Ux:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bhntmm-container\",layoutDependency:layoutDependency,layoutId:\"wTl2KgXTU-container\",nodeId:\"wTl2KgXTU\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"wTl2KgXTU\",layoutId:\"wTl2KgXTU\",style:{height:\"100%\"},UseLa1h42:resolvedLinks10[0],V3PIw72E2:\"Testimonials\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({EGh9_N5Ux:{UseLa1h42:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":R6NaltPdU\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":R6NaltPdU\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EGh9_N5Ux:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z3l60u-container\",layoutDependency:layoutDependency,layoutId:\"j81VKQ_cw-container\",nodeId:\"j81VKQ_cw\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"j81VKQ_cw\",layoutId:\"j81VKQ_cw\",style:{height:\"100%\"},UseLa1h42:resolvedLinks11[0],V3PIw72E2:\"Pricing\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({EGh9_N5Ux:{UseLa1h42:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":wYoKZr6dL\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":wYoKZr6dL\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EGh9_N5Ux:{height:48,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-48)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fskxm2-container\",layoutDependency:layoutDependency,layoutId:\"hWy4z8iG9-container\",nodeId:\"hWy4z8iG9\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"hWy4z8iG9\",layoutId:\"hWy4z8iG9\",style:{height:\"100%\"},UseLa1h42:resolvedLinks12[0],V3PIw72E2:\"FAQ\",variant:\"I5751:35026;5751:34979\",width:\"100%\",...addPropertyOverrides({EGh9_N5Ux:{UseLa1h42:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({z7Z6wKUhl:{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-40)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gnbuk8-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"j5MdZkV_b-container\",nodeId:\"j5MdZkV_b\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsMainButtonsWithGoogleSignIn1gnbuk8WithMappedReactProps1olpuqu,{azytMMpbR:\"Plus\",fYAA_3jhc:\"Get started\",height:\"100%\",id:\"j5MdZkV_b\",layoutId:\"j5MdZkV_b\",ofur0GZ09:false,style:{height:\"100%\"},SUGCfrBRb:false,TcpWZBmn7:false,TTyG_VJ5d:\"Plus\",variant:\"o7bPsG2Qv\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EGh9_N5Ux:{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-40)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5rztgr-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"iC0cEBNgJ-container\",nodeId:\"iC0cEBNgJ\",rendersWithMotion:true,scopeId:\"bSo1bPMeZ\",children:/*#__PURE__*/_jsx(ButtonsMainButtonsWithGoogleSignIn5rztgrWithMappedReactProps1olpuqu,{azytMMpbR:\"Plus\",fYAA_3jhc:\"Get started\",height:\"100%\",id:\"iC0cEBNgJ\",layoutId:\"iC0cEBNgJ\",ofur0GZ09:false,style:{height:\"100%\"},SUGCfrBRb:false,TcpWZBmn7:false,TTyG_VJ5d:\"Plus\",variant:\"o7bPsG2Qv\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XRDvA.framer-g8trcb, .framer-XRDvA .framer-g8trcb { display: block; }\",\".framer-XRDvA.framer-hems8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 72px; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 1440px; }\",\".framer-XRDvA .framer-7cvm1j { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-XRDvA .framer-1gqk8g1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1080px; }\",\".framer-XRDvA .framer-bgnuj5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 11px 0px 11px 0px; position: relative; width: 1px; }\",\".framer-XRDvA .framer-1s16x0g-container { flex: none; height: 27px; position: relative; width: 132px; }\",\".framer-XRDvA .framer-6k0l8t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 40px; min-width: 136px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XRDvA .framer-1v3ll4-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-XRDvA .framer-83xow4-container, .framer-XRDvA .framer-1cw6ozd-container, .framer-XRDvA .framer-1gnbuk8-container, .framer-XRDvA .framer-5rztgr-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-XRDvA .framer-yzvua2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XRDvA .framer-udu636-container, .framer-XRDvA .framer-1n7zbbs-container, .framer-XRDvA .framer-suw3w0-container, .framer-XRDvA .framer-np934s-container, .framer-XRDvA .framer-13y3rsm-container, .framer-XRDvA .framer-1e9j7y3-container, .framer-XRDvA .framer-a9nuxs-container, .framer-XRDvA .framer-jm9gcp-container, .framer-XRDvA .framer-vo82tk-container, .framer-XRDvA .framer-1bhntmm-container, .framer-XRDvA .framer-z3l60u-container, .framer-XRDvA .framer-1fskxm2-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-XRDvA .framer-bb211g-container { flex: 1 0 0px; height: 48px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XRDvA.framer-hems8, .framer-XRDvA .framer-1gqk8g1, .framer-XRDvA .framer-6k0l8t, .framer-XRDvA .framer-yzvua2 { gap: 0px; } .framer-XRDvA.framer-hems8 > *, .framer-XRDvA .framer-yzvua2 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-XRDvA.framer-hems8 > :first-child, .framer-XRDvA .framer-1gqk8g1 > :first-child, .framer-XRDvA .framer-6k0l8t > :first-child, .framer-XRDvA .framer-yzvua2 > :first-child { margin-left: 0px; } .framer-XRDvA.framer-hems8 > :last-child, .framer-XRDvA .framer-1gqk8g1 > :last-child, .framer-XRDvA .framer-6k0l8t > :last-child, .framer-XRDvA .framer-yzvua2 > :last-child { margin-right: 0px; } .framer-XRDvA .framer-1gqk8g1 > *, .framer-XRDvA .framer-6k0l8t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-XRDvA.framer-v-ngm5jk.framer-hems8, .framer-XRDvA.framer-v-qp3xd4.framer-hems8 { padding: 0px 24px 0px 24px; width: 810px; }\",\".framer-XRDvA.framer-v-ngm5jk .framer-1gqk8g1, .framer-XRDvA.framer-v-qp3xd4 .framer-1gqk8g1 { flex: 1 0 0px; gap: 0px; width: 1px; }\",\".framer-XRDvA.framer-v-ngm5jk .framer-bgnuj5, .framer-XRDvA.framer-v-qp3xd4 .framer-bgnuj5 { flex: 6 0 0px; padding: 0px; }\",\".framer-XRDvA.framer-v-ngm5jk .framer-1s16x0g-container, .framer-XRDvA.framer-v-qp3xd4 .framer-1s16x0g-container { height: 23px; order: 0; width: 102px; }\",\".framer-XRDvA.framer-v-ngm5jk .framer-yzvua2, .framer-XRDvA.framer-v-qp3xd4 .framer-yzvua2 { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XRDvA.framer-v-ngm5jk .framer-1gqk8g1, .framer-XRDvA.framer-v-ngm5jk .framer-yzvua2 { gap: 0px; } .framer-XRDvA.framer-v-ngm5jk .framer-1gqk8g1 > *, .framer-XRDvA.framer-v-ngm5jk .framer-yzvua2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-XRDvA.framer-v-ngm5jk .framer-1gqk8g1 > :first-child, .framer-XRDvA.framer-v-ngm5jk .framer-yzvua2 > :first-child { margin-left: 0px; } .framer-XRDvA.framer-v-ngm5jk .framer-1gqk8g1 > :last-child, .framer-XRDvA.framer-v-ngm5jk .framer-yzvua2 > :last-child { margin-right: 0px; } }\",\".framer-XRDvA.framer-v-1ruwr2t.framer-hems8, .framer-XRDvA.framer-v-eczcrt.framer-hems8, .framer-XRDvA.framer-v-781aeq.framer-hems8, .framer-XRDvA.framer-v-127ylat.framer-hems8 { flex-direction: column; gap: 0px; height: min-content; padding: 0px; width: 390px; }\",\".framer-XRDvA.framer-v-1ruwr2t .framer-7cvm1j, .framer-XRDvA.framer-v-eczcrt .framer-7cvm1j, .framer-XRDvA.framer-v-781aeq .framer-7cvm1j, .framer-XRDvA.framer-v-127ylat .framer-7cvm1j { order: 0; }\",\".framer-XRDvA.framer-v-1ruwr2t .framer-1gqk8g1, .framer-XRDvA.framer-v-eczcrt .framer-1gqk8g1 { order: 1; width: 100%; }\",\".framer-XRDvA.framer-v-1ruwr2t .framer-bgnuj5, .framer-XRDvA.framer-v-eczcrt .framer-bgnuj5 { height: 72px; padding: 11px 24px 11px 24px; }\",\".framer-XRDvA.framer-v-1ruwr2t .framer-1s16x0g-container, .framer-XRDvA.framer-v-eczcrt .framer-1s16x0g-container, .framer-XRDvA.framer-v-781aeq .framer-1s16x0g-container, .framer-XRDvA.framer-v-127ylat .framer-1s16x0g-container { height: 32px; order: 0; width: 140px; }\",\".framer-XRDvA.framer-v-1ruwr2t .framer-6k0l8t, .framer-XRDvA.framer-v-eczcrt .framer-6k0l8t, .framer-XRDvA.framer-v-781aeq .framer-6k0l8t, .framer-XRDvA.framer-v-127ylat .framer-6k0l8t { min-height: unset; min-width: unset; order: 2; }\",\".framer-XRDvA.framer-v-1ruwr2t .framer-83xow4-container, .framer-XRDvA.framer-v-eczcrt .framer-83xow4-container, .framer-XRDvA.framer-v-781aeq .framer-1cw6ozd-container, .framer-XRDvA.framer-v-127ylat .framer-1cw6ozd-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XRDvA.framer-v-1ruwr2t.framer-hems8 { gap: 0px; } .framer-XRDvA.framer-v-1ruwr2t.framer-hems8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XRDvA.framer-v-1ruwr2t.framer-hems8 > :first-child { margin-top: 0px; } .framer-XRDvA.framer-v-1ruwr2t.framer-hems8 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XRDvA.framer-v-eczcrt.framer-hems8 { gap: 0px; } .framer-XRDvA.framer-v-eczcrt.framer-hems8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XRDvA.framer-v-eczcrt.framer-hems8 > :first-child { margin-top: 0px; } .framer-XRDvA.framer-v-eczcrt.framer-hems8 > :last-child { margin-bottom: 0px; } }\",\".framer-XRDvA.framer-v-781aeq .framer-1gqk8g1, .framer-XRDvA.framer-v-127ylat .framer-1gqk8g1 { flex-direction: column; order: 1; width: 100%; }\",\".framer-XRDvA.framer-v-781aeq .framer-bgnuj5, .framer-XRDvA.framer-v-127ylat .framer-bgnuj5 { flex: none; height: 72px; padding: 11px 24px 11px 24px; width: 100%; }\",\".framer-XRDvA.framer-v-781aeq .framer-yzvua2, .framer-XRDvA.framer-v-127ylat .framer-yzvua2 { flex-direction: column; padding: 8px; width: 100%; }\",\".framer-XRDvA.framer-v-781aeq .framer-udu636-container, .framer-XRDvA.framer-v-781aeq .framer-1n7zbbs-container, .framer-XRDvA.framer-v-781aeq .framer-suw3w0-container, .framer-XRDvA.framer-v-781aeq .framer-13y3rsm-container, .framer-XRDvA.framer-v-781aeq .framer-1e9j7y3-container, .framer-XRDvA.framer-v-127ylat .framer-udu636-container, .framer-XRDvA.framer-v-127ylat .framer-1n7zbbs-container, .framer-XRDvA.framer-v-127ylat .framer-suw3w0-container, .framer-XRDvA.framer-v-127ylat .framer-13y3rsm-container, .framer-XRDvA.framer-v-127ylat .framer-1e9j7y3-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XRDvA.framer-v-781aeq.framer-hems8, .framer-XRDvA.framer-v-781aeq .framer-1gqk8g1, .framer-XRDvA.framer-v-781aeq .framer-yzvua2 { gap: 0px; } .framer-XRDvA.framer-v-781aeq.framer-hems8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XRDvA.framer-v-781aeq.framer-hems8 > :first-child, .framer-XRDvA.framer-v-781aeq .framer-1gqk8g1 > :first-child, .framer-XRDvA.framer-v-781aeq .framer-yzvua2 > :first-child { margin-top: 0px; } .framer-XRDvA.framer-v-781aeq.framer-hems8 > :last-child, .framer-XRDvA.framer-v-781aeq .framer-1gqk8g1 > :last-child, .framer-XRDvA.framer-v-781aeq .framer-yzvua2 > :last-child { margin-bottom: 0px; } .framer-XRDvA.framer-v-781aeq .framer-1gqk8g1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XRDvA.framer-v-781aeq .framer-yzvua2 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-XRDvA.framer-v-127ylat .framer-bb211g-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XRDvA.framer-v-127ylat.framer-hems8, .framer-XRDvA.framer-v-127ylat .framer-1gqk8g1, .framer-XRDvA.framer-v-127ylat .framer-yzvua2 { gap: 0px; } .framer-XRDvA.framer-v-127ylat.framer-hems8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XRDvA.framer-v-127ylat.framer-hems8 > :first-child, .framer-XRDvA.framer-v-127ylat .framer-1gqk8g1 > :first-child, .framer-XRDvA.framer-v-127ylat .framer-yzvua2 > :first-child { margin-top: 0px; } .framer-XRDvA.framer-v-127ylat.framer-hems8 > :last-child, .framer-XRDvA.framer-v-127ylat .framer-1gqk8g1 > :last-child, .framer-XRDvA.framer-v-127ylat .framer-yzvua2 > :last-child { margin-bottom: 0px; } .framer-XRDvA.framer-v-127ylat .framer-1gqk8g1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XRDvA.framer-v-127ylat .framer-yzvua2 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-XRDvA.framer-v-12m6fl7 .framer-1gqk8g1 { width: 1041px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XRDvA.framer-v-qp3xd4 .framer-1gqk8g1, .framer-XRDvA.framer-v-qp3xd4 .framer-yzvua2 { gap: 0px; } .framer-XRDvA.framer-v-qp3xd4 .framer-1gqk8g1 > *, .framer-XRDvA.framer-v-qp3xd4 .framer-yzvua2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-XRDvA.framer-v-qp3xd4 .framer-1gqk8g1 > :first-child, .framer-XRDvA.framer-v-qp3xd4 .framer-yzvua2 > :first-child { margin-left: 0px; } .framer-XRDvA.framer-v-qp3xd4 .framer-1gqk8g1 > :last-child, .framer-XRDvA.framer-v-qp3xd4 .framer-yzvua2 > :last-child { margin-right: 0px; } }\",'.framer-XRDvA[data-border=\"true\"]::after, .framer-XRDvA [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 72\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"KtVbMyIlD\":{\"layout\":[\"fixed\",\"fixed\"]},\"PAafAyGbR\":{\"layout\":[\"fixed\",\"auto\"]},\"V6Q9mXKLi\":{\"layout\":[\"fixed\",\"auto\"]},\"xzVy4O4JP\":{\"layout\":[\"fixed\",\"auto\"]},\"RVnv94dDp\":{\"layout\":[\"fixed\",\"auto\"]},\"z7Z6wKUhl\":{\"layout\":[\"fixed\",\"fixed\"]},\"EGh9_N5Ux\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerbSo1bPMeZ=withCSS(Component,css,\"framer-XRDvA\");export default FramerbSo1bPMeZ;FramerbSo1bPMeZ.displayName=\"Navigation/Navbar\";FramerbSo1bPMeZ.defaultProps={height:72,width:1440};addPropertyControls(FramerbSo1bPMeZ,{variant:{options:[\"tvfA_nnFB\",\"KtVbMyIlD\",\"PAafAyGbR\",\"V6Q9mXKLi\",\"xzVy4O4JP\",\"RVnv94dDp\",\"z7Z6wKUhl\",\"EGh9_N5Ux\"],optionTitles:[\"Legal - Desktop\",\"Legal - Tablet\",\"Legal - Mobile/Collapsed Menu\",\"Home - Mobile/Collapsed Menu\",\"Legal - Mobile/Expanded Menu\",\"Home - Mobile/Expanded Menu\",\"Home - Desktop\",\"Home - Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerbSo1bPMeZ,[{explicitInter:true,fonts:[]},...LogosMainLogoFonts,...PhosphorFonts,...ButtonsMainButtonsFonts,...ButtonsTextLinksFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbSo1bPMeZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"72\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KtVbMyIlD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PAafAyGbR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V6Q9mXKLi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xzVy4O4JP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RVnv94dDp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z7Z6wKUhl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EGh9_N5Ux\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bSo1bPMeZ.map", "// Generated by Framer (9e6b000)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-regular\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-1kx4U .framer-styles-preset-1k2p40a:not(.rich-text-wrapper), .framer-1kx4U .framer-styles-preset-1k2p40a.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: var(--token-ca9f8302-835d-463f-ab9c-31a29fc0924c, #908e8e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-1kx4U\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-8s3ei .framer-styles-preset-105bz71:not(.rich-text-wrapper), .framer-8s3ei .framer-styles-preset-105bz71.rich-text-wrapper a { --framer-link-current-text-color: #000000; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #adadad; --framer-link-hover-text-decoration: none; --framer-link-text-color: #adadad; --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-8s3ei\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c105afa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/mwqU78Xf52v9ti4U1FsI/gDtp57UVZGMqIiRu2P7R/ioOMklMUU.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/c3l10NFtrqdhjjoyStQs/YiY9BOJDns5JctBByPn1/wGeGZtsVE.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ne6s2YEOIchm7oXNAKmD/qVoD6AlpfmE0PK64x56I/YkMCRAtSS.js\";import ButtonsTextLinks from\"https://framerusercontent.com/modules/r6gRX2tma2ChXl4JNspO/fCkUPBH4qViGbzgMs7sU/Cle71crKY.js\";import LogosMainLogo from\"https://framerusercontent.com/modules/4UYnhmk6fDrJNtKtH2qb/CV8IbL1m9T8pfFr6lYWO/QdP4GmBu2.js\";const LogosMainLogoFonts=getFonts(LogosMainLogo);const ButtonsTextLinksFonts=getFonts(ButtonsTextLinks);const cycleOrder=[\"rS8L06ZIk\",\"Dgq_cPDaa\",\"ik935VxYF\"];const serializationHash=\"framer-ihVfe\";const variantClassNames={Dgq_cPDaa:\"framer-v-1jf6gzn\",ik935VxYF:\"framer-v-1xptb5d\",rS8L06ZIk:\"framer-v-1u5yvnc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"rS8L06ZIk\",Mobile:\"ik935VxYF\",Tablet:\"Dgq_cPDaa\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rS8L06ZIk\"};};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:\"rS8L06ZIk\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"ik935VxYF\")return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1u5yvnc\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"rS8L06ZIk\",ref:refBinding,style:{...style},...addPropertyOverrides({Dgq_cPDaa:{\"data-framer-name\":\"Tablet\"},ik935VxYF:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ca9s5o\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"CTjK7xuea\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-phe2w0\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"etHkWHS8W\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xawokx\",\"data-framer-name\":\"Col\",layoutDependency:layoutDependency,layoutId:\"BTdxdg1n_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r6l14j\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"jUma7SfWA\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g1fnge\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"bsRJq6yHQ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f9oqsv\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"gYnBcRNQ_\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:\"23px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+0+0+0+0,...addPropertyOverrides({Dgq_cPDaa:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+0+0+0+0},ik935VxYF:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+0+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1td81ya-container\",layoutDependency:layoutDependency,layoutId:\"g8S4Ejg2F-container\",nodeId:\"g8S4Ejg2F\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(LogosMainLogo,{height:\"100%\",id:\"g8S4Ejg2F\",layoutId:\"g8S4Ejg2F\",style:{height:\"100%\",width:\"100%\"},variant:\"Fd4PRpJsH\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14ob3c2\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"C3Jahqyl6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1k2p40a\",\"data-styles-preset\":\"ioOMklMUU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226)))\"},children:\"Duet Mail \u2014 The AI Email Assistant that saves you hours every week\"})}),className:\"framer-1tpdqrz\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V_2ArU9jb\",style:{\"--extracted-r6o4lv\":\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tpxgn\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"KYFhiD1hG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ubn6m\",layoutDependency:layoutDependency,layoutId:\"CSscznppV\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1k2p40a\",\"data-styles-preset\":\"ioOMklMUU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173)))\"},children:\"Duet Mail  \\xa9  2025\"})}),className:\"framer-1uy9uor\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ayA4_1Fe_\",style:{\"--extracted-r6o4lv\":\"var(--token-78bf0e11-84ca-443e-b04a-fa9b6115bc1f, rgb(173, 173, 173))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fjj7vy\",\"data-framer-name\":\"Col\",layoutDependency:layoutDependency,layoutId:\"cINfXa5xy\",children:[/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-oo2qxj\",\"data-framer-name\":\"col\",layoutDependency:layoutDependency,layoutId:\"aFUAaJQT_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226)))\"},children:\"Explore\"})}),className:\"framer-lsja4s\",\"data-framer-name\":\"Explore\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zcT1TBOYO\",style:{\"--extracted-r6o4lv\":\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":VWP1oRbbz\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":VWP1oRbbz\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":VWP1oRbbz\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+116,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+116},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+116}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nl9j06-container\",layoutDependency:layoutDependency,layoutId:\"OWPnlVll9-container\",nodeId:\"OWPnlVll9\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"OWPnlVll9\",layoutId:\"OWPnlVll9\",style:{width:\"100%\"},UseLa1h42:resolvedLinks[0],V3PIw72E2:\"Features\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{UseLa1h42:resolvedLinks[1]},ik935VxYF:{UseLa1h42:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":zSn_kKtmS\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":zSn_kKtmS\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":zSn_kKtmS\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+180,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+180},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+180}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1r14daq-container\",layoutDependency:layoutDependency,layoutId:\"stigcEjpj-container\",nodeId:\"stigcEjpj\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"stigcEjpj\",layoutId:\"stigcEjpj\",style:{width:\"100%\"},UseLa1h42:resolvedLinks1[0],V3PIw72E2:\"Copilot\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{UseLa1h42:resolvedLinks1[1]},ik935VxYF:{UseLa1h42:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Fl04kM3Mh\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":Fl04kM3Mh\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":Fl04kM3Mh\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+244,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+244},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+244}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8wu2ob-container\",layoutDependency:layoutDependency,layoutId:\"LlUzu0XVU-container\",nodeId:\"LlUzu0XVU\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"LlUzu0XVU\",layoutId:\"LlUzu0XVU\",style:{width:\"100%\"},UseLa1h42:resolvedLinks2[0],V3PIw72E2:\"Assistant\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{UseLa1h42:resolvedLinks2[1]},ik935VxYF:{UseLa1h42:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-lgntey\",\"data-framer-name\":\"col\",layoutDependency:layoutDependency,layoutId:\"Br2J3rQat\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226)))\"},children:\"Customers\"})}),className:\"framer-fls7i9\",\"data-framer-name\":\"Explore\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JDXExyqUD\",style:{\"--extracted-r6o4lv\":\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":R6NaltPdU\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":R6NaltPdU\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":R6NaltPdU\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+116,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+36},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+116}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1urdf3m-container\",layoutDependency:layoutDependency,layoutId:\"RbFjAFoA1-container\",nodeId:\"RbFjAFoA1\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"RbFjAFoA1\",layoutId:\"RbFjAFoA1\",style:{width:\"100%\"},UseLa1h42:resolvedLinks3[0],V3PIw72E2:\"Pricing\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{UseLa1h42:resolvedLinks3[1]},ik935VxYF:{UseLa1h42:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":gRMn4uCCu\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+180,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+100},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+180}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jc6vyn-container\",layoutDependency:layoutDependency,layoutId:\"dtP8_ZZf0-container\",nodeId:\"dtP8_ZZf0\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"dtP8_ZZf0\",layoutId:\"dtP8_ZZf0\",style:{width:\"100%\"},UseLa1h42:resolvedLinks4[0],V3PIw72E2:\"Testimonials\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{UseLa1h42:resolvedLinks4[1]},ik935VxYF:{UseLa1h42:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":wYoKZr6dL\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":wYoKZr6dL\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined},{href:{hash:\":wYoKZr6dL\",webPageId:\"xNglRLpPp\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+244,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+164},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+244}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h9qg6p-container\",layoutDependency:layoutDependency,layoutId:\"FiGm8rtyg-container\",nodeId:\"FiGm8rtyg\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"FiGm8rtyg\",layoutId:\"FiGm8rtyg\",style:{width:\"100%\"},UseLa1h42:resolvedLinks5[0],V3PIw72E2:\"FAQ\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{UseLa1h42:resolvedLinks5[1]},ik935VxYF:{UseLa1h42:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1blbify\",\"data-framer-name\":\"col\",layoutDependency:layoutDependency,layoutId:\"TCiznN3oF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226)))\"},children:\"Legal\"})}),className:\"framer-197qtbr\",\"data-framer-name\":\"Explore\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Tx7XscPEm\",style:{\"--extracted-r6o4lv\":\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{oLxGrb6eD:\"privacy\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"kMUKESo8a\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"privacy\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"kMUKESo8a\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"privacy\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"kMUKESo8a\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+116,...addPropertyOverrides({Dgq_cPDaa:{width:\"180px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+116},ik935VxYF:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+116}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kccq6e-container\",layoutDependency:layoutDependency,layoutId:\"klRtFrxtL-container\",nodeId:\"klRtFrxtL\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"klRtFrxtL\",layoutId:\"klRtFrxtL\",UseLa1h42:resolvedLinks6[0],V3PIw72E2:\"Privacy\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{style:{width:\"100%\"},UseLa1h42:resolvedLinks6[1]},ik935VxYF:{UseLa1h42:resolvedLinks6[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{oLxGrb6eD:\"terms\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"Jkj0P_5AQ\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"terms\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"Jkj0P_5AQ\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"terms\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"Jkj0P_5AQ\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+180,...addPropertyOverrides({Dgq_cPDaa:{width:\"180px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+180},ik935VxYF:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+180}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3mti8a-container\",layoutDependency:layoutDependency,layoutId:\"ZfdjQFvRT-container\",nodeId:\"ZfdjQFvRT\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"ZfdjQFvRT\",layoutId:\"ZfdjQFvRT\",UseLa1h42:resolvedLinks7[0],V3PIw72E2:\"Terms\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{style:{width:\"100%\"},UseLa1h42:resolvedLinks7[1]},ik935VxYF:{UseLa1h42:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{oLxGrb6eD:\"cookies\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"MysZFtJ9d\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"cookies\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"MysZFtJ9d\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"cookies\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"MysZFtJ9d\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+244,...addPropertyOverrides({Dgq_cPDaa:{width:\"180px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+244},ik935VxYF:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+244}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17k7dgv-container\",layoutDependency:layoutDependency,layoutId:\"EQy0Pek5x-container\",nodeId:\"EQy0Pek5x\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"EQy0Pek5x\",layoutId:\"EQy0Pek5x\",UseLa1h42:resolvedLinks8[0],V3PIw72E2:\"Cookies\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{style:{width:\"100%\"},UseLa1h42:resolvedLinks8[1]},ik935VxYF:{UseLa1h42:resolvedLinks8[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{oLxGrb6eD:\"disclaimer\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"K25a7ecpt\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"disclaimer\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"K25a7ecpt\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined},{href:{pathVariables:{oLxGrb6eD:\"disclaimer\"},unresolvedPathSlugs:{oLxGrb6eD:{collectionId:\"djof_tKdG\",collectionItemId:\"K25a7ecpt\"}},webPageId:\"fZ0gd3Igq\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+308,...addPropertyOverrides({Dgq_cPDaa:{width:\"180px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+308},ik935VxYF:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+308}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11e68jz-container\",layoutDependency:layoutDependency,layoutId:\"WjCyOZOYG-container\",nodeId:\"WjCyOZOYG\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"WjCyOZOYG\",layoutId:\"WjCyOZOYG\",UseLa1h42:resolvedLinks9[0],V3PIw72E2:\"Disclaimer\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{style:{width:\"100%\"},UseLa1h42:resolvedLinks9[1]},ik935VxYF:{UseLa1h42:resolvedLinks9[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-q25j2j\",\"data-framer-name\":\"col\",layoutDependency:layoutDependency,layoutId:\"FiNyfmvf7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15sva52\",\"data-styles-preset\":\"YkMCRAtSS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226)))\"},children:\"Connect\"})}),className:\"framer-bozo24\",\"data-framer-name\":\"Explore\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"heyjUJ6EZ\",style:{\"--extracted-r6o4lv\":\"var(--token-e67cab62-f01f-4ef5-bf80-b623efaf7ee2, rgb(226, 226, 226))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HDjiaG_H3\"},implicitPathVariables:undefined},{href:{webPageId:\"HDjiaG_H3\"},implicitPathVariables:undefined},{href:{webPageId:\"HDjiaG_H3\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+116,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+36},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+116}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-touxs2-container\",layoutDependency:layoutDependency,layoutId:\"jHmHT7LwN-container\",nodeId:\"jHmHT7LwN\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"jHmHT7LwN\",layoutId:\"jHmHT7LwN\",style:{width:\"100%\"},UseLa1h42:resolvedLinks10[0],V3PIw72E2:\"Blog\",variant:\"xLW6aoOUq\",width:\"100%\",...addPropertyOverrides({Dgq_cPDaa:{UseLa1h42:resolvedLinks10[1]},ik935VxYF:{UseLa1h42:resolvedLinks10[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+180,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+100},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+180}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13sbb2w-container\",layoutDependency:layoutDependency,layoutId:\"uQmzyuom1-container\",nodeId:\"uQmzyuom1\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"uQmzyuom1\",layoutId:\"uQmzyuom1\",style:{width:\"100%\"},UseLa1h42:\"https://www.linkedin.com/company/duetmail\",V3PIw72E2:\"Linkedin\",variant:\"xLW6aoOUq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+244,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+164},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+244}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-352lrj-container\",layoutDependency:layoutDependency,layoutId:\"zMr0ipXhx-container\",nodeId:\"zMr0ipXhx\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"zMr0ipXhx\",layoutId:\"zMr0ipXhx\",style:{width:\"100%\"},UseLa1h42:\"https://x.com/DuetMailApp\",V3PIw72E2:\"X\",variant:\"xLW6aoOUq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"137.5px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||360)-0-632)/2+0+0)+80+0+0+0+0+308,...addPropertyOverrides({Dgq_cPDaa:{width:\"57px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||377)-0-552)/2+0+0)+80+0+0+0+0+228},ik935VxYF:{width:`max((${componentViewport?.width||\"100vw\"} - 90px) / 4, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-724)/2+0+0)+40+0+0+172+0+0+308}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1szeqi5-container\",layoutDependency:layoutDependency,layoutId:\"HDyiZMtgt-container\",nodeId:\"HDyiZMtgt\",rendersWithMotion:true,scopeId:\"L3YwPuRmH\",children:/*#__PURE__*/_jsx(ButtonsTextLinks,{height:\"100%\",id:\"HDyiZMtgt\",layoutId:\"HDyiZMtgt\",style:{width:\"100%\"},UseLa1h42:\"https://www.instagram.com/duetmail/\",V3PIw72E2:\"Instagram\",variant:\"xLW6aoOUq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1k2p40a\",\"data-styles-preset\":\"ioOMklMUU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(173, 173, 173))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://startupfa.me/s/duet-mail?utm_source=duetmail.com\",motionChild:true,nodeId:\"C_ej0qDiF\",openInNewTab:true,scopeId:\"L3YwPuRmH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-105bz71\",\"data-styles-preset\":\"wGeGZtsVE\",children:\"Startup Fame\"})})})}),className:\"framer-1s33fls\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"C_ej0qDiF\",style:{\"--extracted-r6o4lv\":\"rgb(173, 173, 173)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ihVfe.framer-xoauxy, .framer-ihVfe .framer-xoauxy { display: block; }\",\".framer-ihVfe.framer-1u5yvnc { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-ihVfe .framer-ca9s5o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 1080px; }\",\".framer-ihVfe .framer-phe2w0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-ihVfe .framer-xawokx { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 354px; }\",\".framer-ihVfe .framer-1r6l14j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ihVfe .framer-1g1fnge { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ihVfe .framer-f9oqsv { aspect-ratio: 3.409090909090909 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); overflow: visible; position: relative; width: 75px; }\",\".framer-ihVfe .framer-1td81ya-container { flex: none; height: 21px; left: 0px; position: absolute; top: 0px; width: 23px; }\",\".framer-ihVfe .framer-14ob3c2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 9px 0px 9px 0px; position: relative; width: 100%; }\",\".framer-ihVfe .framer-1tpdqrz, .framer-ihVfe .framer-lsja4s, .framer-ihVfe .framer-fls7i9, .framer-ihVfe .framer-bozo24, .framer-ihVfe .framer-1s33fls { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ihVfe .framer-tpxgn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ihVfe .framer-ubn6m { flex: none; height: 20px; overflow: visible; position: relative; width: 100%; }\",\".framer-ihVfe .framer-1uy9uor { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ihVfe .framer-fjj7vy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ihVfe .framer-oo2qxj, .framer-ihVfe .framer-lgntey, .framer-ihVfe .framer-1blbify, .framer-ihVfe .framer-q25j2j { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ihVfe .framer-nl9j06-container, .framer-ihVfe .framer-1r14daq-container, .framer-ihVfe .framer-8wu2ob-container, .framer-ihVfe .framer-1urdf3m-container, .framer-ihVfe .framer-jc6vyn-container, .framer-ihVfe .framer-1h9qg6p-container, .framer-ihVfe .framer-touxs2-container, .framer-ihVfe .framer-13sbb2w-container, .framer-ihVfe .framer-352lrj-container, .framer-ihVfe .framer-1szeqi5-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ihVfe .framer-197qtbr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 180px; word-break: break-word; word-wrap: break-word; }\",\".framer-ihVfe .framer-1kccq6e-container, .framer-ihVfe .framer-3mti8a-container, .framer-ihVfe .framer-17k7dgv-container, .framer-ihVfe .framer-11e68jz-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ihVfe.framer-1u5yvnc, .framer-ihVfe .framer-ca9s5o, .framer-ihVfe .framer-phe2w0, .framer-ihVfe .framer-1r6l14j, .framer-ihVfe .framer-1g1fnge, .framer-ihVfe .framer-14ob3c2, .framer-ihVfe .framer-tpxgn, .framer-ihVfe .framer-fjj7vy, .framer-ihVfe .framer-oo2qxj, .framer-ihVfe .framer-lgntey, .framer-ihVfe .framer-1blbify, .framer-ihVfe .framer-q25j2j { gap: 0px; } .framer-ihVfe.framer-1u5yvnc > *, .framer-ihVfe .framer-1r6l14j > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ihVfe.framer-1u5yvnc > :first-child, .framer-ihVfe .framer-ca9s5o > :first-child, .framer-ihVfe .framer-1r6l14j > :first-child, .framer-ihVfe .framer-14ob3c2 > :first-child, .framer-ihVfe .framer-tpxgn > :first-child, .framer-ihVfe .framer-oo2qxj > :first-child, .framer-ihVfe .framer-lgntey > :first-child, .framer-ihVfe .framer-1blbify > :first-child, .framer-ihVfe .framer-q25j2j > :first-child { margin-top: 0px; } .framer-ihVfe.framer-1u5yvnc > :last-child, .framer-ihVfe .framer-ca9s5o > :last-child, .framer-ihVfe .framer-1r6l14j > :last-child, .framer-ihVfe .framer-14ob3c2 > :last-child, .framer-ihVfe .framer-tpxgn > :last-child, .framer-ihVfe .framer-oo2qxj > :last-child, .framer-ihVfe .framer-lgntey > :last-child, .framer-ihVfe .framer-1blbify > :last-child, .framer-ihVfe .framer-q25j2j > :last-child { margin-bottom: 0px; } .framer-ihVfe .framer-ca9s5o > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ihVfe .framer-phe2w0 > *, .framer-ihVfe .framer-fjj7vy > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-ihVfe .framer-phe2w0 > :first-child, .framer-ihVfe .framer-1g1fnge > :first-child, .framer-ihVfe .framer-fjj7vy > :first-child { margin-left: 0px; } .framer-ihVfe .framer-phe2w0 > :last-child, .framer-ihVfe .framer-1g1fnge > :last-child, .framer-ihVfe .framer-fjj7vy > :last-child { margin-right: 0px; } .framer-ihVfe .framer-1g1fnge > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ihVfe .framer-14ob3c2 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-ihVfe .framer-tpxgn > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ihVfe .framer-oo2qxj > *, .framer-ihVfe .framer-lgntey > *, .framer-ihVfe .framer-1blbify > *, .framer-ihVfe .framer-q25j2j > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-ihVfe.framer-v-1jf6gzn.framer-1u5yvnc { padding: 0px 40px 0px 40px; width: 810px; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-ca9s5o { width: 100%; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-phe2w0, .framer-ihVfe.framer-v-1jf6gzn .framer-1g1fnge, .framer-ihVfe.framer-v-1jf6gzn .framer-1tpdqrz { order: 0; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-xawokx { width: 143px; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-1r6l14j { gap: 14px; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-14ob3c2 { order: 1; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-ubn6m { height: 55px; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-1uy9uor { white-space: pre-wrap; width: 226px; word-break: break-word; word-wrap: break-word; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-fjj7vy { gap: 0px; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-lsja4s, .framer-ihVfe.framer-v-1jf6gzn .framer-nl9j06-container, .framer-ihVfe.framer-v-1jf6gzn .framer-1r14daq-container, .framer-ihVfe.framer-v-1jf6gzn .framer-8wu2ob-container, .framer-ihVfe.framer-v-1jf6gzn .framer-1urdf3m-container, .framer-ihVfe.framer-v-1jf6gzn .framer-jc6vyn-container, .framer-ihVfe.framer-v-1jf6gzn .framer-1h9qg6p-container, .framer-ihVfe.framer-v-1jf6gzn .framer-touxs2-container, .framer-ihVfe.framer-v-1jf6gzn .framer-13sbb2w-container, .framer-ihVfe.framer-v-1jf6gzn .framer-352lrj-container, .framer-ihVfe.framer-v-1jf6gzn .framer-1szeqi5-container { width: 57px; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-fls7i9, .framer-ihVfe.framer-v-1jf6gzn .framer-bozo24 { white-space: pre; width: auto; }\",\".framer-ihVfe.framer-v-1jf6gzn .framer-1kccq6e-container, .framer-ihVfe.framer-v-1jf6gzn .framer-3mti8a-container, .framer-ihVfe.framer-v-1jf6gzn .framer-17k7dgv-container, .framer-ihVfe.framer-v-1jf6gzn .framer-11e68jz-container { width: 180px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ihVfe.framer-v-1jf6gzn .framer-1r6l14j, .framer-ihVfe.framer-v-1jf6gzn .framer-fjj7vy { gap: 0px; } .framer-ihVfe.framer-v-1jf6gzn .framer-1r6l14j > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-ihVfe.framer-v-1jf6gzn .framer-1r6l14j > :first-child { margin-top: 0px; } .framer-ihVfe.framer-v-1jf6gzn .framer-1r6l14j > :last-child { margin-bottom: 0px; } .framer-ihVfe.framer-v-1jf6gzn .framer-fjj7vy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ihVfe.framer-v-1jf6gzn .framer-fjj7vy > :first-child { margin-left: 0px; } .framer-ihVfe.framer-v-1jf6gzn .framer-fjj7vy > :last-child { margin-right: 0px; } }\",\".framer-ihVfe.framer-v-1xptb5d.framer-1u5yvnc { width: 390px; }\",\".framer-ihVfe.framer-v-1xptb5d .framer-ca9s5o { padding: 40px 24px 40px 24px; width: 100%; }\",\".framer-ihVfe.framer-v-1xptb5d .framer-phe2w0 { flex-direction: column; padding: 0px; }\",\".framer-ihVfe.framer-v-1xptb5d .framer-xawokx { align-self: unset; gap: 0px; height: min-content; justify-content: center; order: 0; width: 100%; }\",\".framer-ihVfe.framer-v-1xptb5d .framer-1r6l14j { justify-content: flex-start; }\",\".framer-ihVfe.framer-v-1xptb5d .framer-fjj7vy { flex: none; gap: 14px; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ihVfe.framer-v-1xptb5d .framer-phe2w0, .framer-ihVfe.framer-v-1xptb5d .framer-xawokx, .framer-ihVfe.framer-v-1xptb5d .framer-fjj7vy { gap: 0px; } .framer-ihVfe.framer-v-1xptb5d .framer-phe2w0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ihVfe.framer-v-1xptb5d .framer-phe2w0 > :first-child, .framer-ihVfe.framer-v-1xptb5d .framer-xawokx > :first-child { margin-top: 0px; } .framer-ihVfe.framer-v-1xptb5d .framer-phe2w0 > :last-child, .framer-ihVfe.framer-v-1xptb5d .framer-xawokx > :last-child { margin-bottom: 0px; } .framer-ihVfe.framer-v-1xptb5d .framer-xawokx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ihVfe.framer-v-1xptb5d .framer-fjj7vy > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-ihVfe.framer-v-1xptb5d .framer-fjj7vy > :first-child { margin-left: 0px; } .framer-ihVfe.framer-v-1xptb5d .framer-fjj7vy > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 360\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Dgq_cPDaa\":{\"layout\":[\"fixed\",\"auto\"]},\"ik935VxYF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerL3YwPuRmH=withCSS(Component,css,\"framer-ihVfe\");export default FramerL3YwPuRmH;FramerL3YwPuRmH.displayName=\"Navigation/Footer\";FramerL3YwPuRmH.defaultProps={height:360,width:1280};addPropertyControls(FramerL3YwPuRmH,{variant:{options:[\"rS8L06ZIk\",\"Dgq_cPDaa\",\"ik935VxYF\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerL3YwPuRmH,[{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\"}]},...LogosMainLogoFonts,...ButtonsTextLinksFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL3YwPuRmH\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"360\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1280\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Dgq_cPDaa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ik935VxYF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./L3YwPuRmH.map"],
  "mappings": "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",
  "names": ["centerContent", "defaultContainerStyles", "centerContent", "_interopDefaultLegacy", "e", "React__default", "useLoadGsiScript", "options", "nonce", "onScriptLoadSuccess", "onScriptLoadError", "scriptLoadedSuccessfully", "setScriptLoadedSuccessfully", "onScriptLoadSuccessRef", "onScriptLoadErrorRef", "scriptTag", "_a", "GoogleOAuthContext", "GoogleOAuthProvider", "clientId", "children", "contextValue", "useGoogleOAuth", "context", "useGoogleLogin", "flow", "scope", "onSuccess", "onError", "onNonOAuthError", "overrideScope", "state", "props", "clientId", "scriptLoadedSuccessfully", "useGoogleOAuth", "clientRef", "e", "onSuccessRef", "onErrorRef", "onNonOAuthErrorRef", "_a", "_b", "clientMethod", "client", "window", "response", "nonOAuthError", "loginImplicitFlow", "overrideConfig", "loginAuthCodeFlow", "hasGrantedAllScopesGoogle", "tokenResponse", "firstScope", "restScopes", "_a", "_b", "_c", "window", "Modal", "isOpen", "onClose", "Ga", "p", "AnimatePresence", "motion", "overlayStyle", "modalStyle", "e", "u", "modalContentStyle", "iconContainerStyle", "iconCircleStyle", "titleStyle", "descriptionStyle", "primaryButtonStyle", "ButtonContainer", "buttonText", "children", "showScopeModal", "setShowScopeModal", "ye", "login", "useGoogleLogin", "response", "hasGrantedAllScopesGoogle", "authCode", "error", "l", "containerStyle", "window", "withGoogleSignIn", "Component", "props", "GoogleOAuthProvider", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "House_default", "React", "weights", "House", "props", "ref", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "KBSisKHoN_exports", "__export", "__FramerMetadata__", "KBSisKHoN_default", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "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", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "css", "Framere0d19A7to", "withCSS", "e0d19A7to_default", "addFonts", "BackgroundShadowGlowFonts", "getFonts", "e0d19A7to_default", "PhosphorFonts", "Icon", "Phosphor1Controls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "buttonText", "height", "id", "leftIcon", "link", "rightIcon", "showDotIcon", "showLeftIcon", "showRightIcon", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "A_uo7acWc", "fYAA_3jhc", "TcpWZBmn7", "ofur0GZ09", "TTyG_VJ5d", "SUGCfrBRb", "azytMMpbR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerKBSisKHoN", "withCSS", "KBSisKHoN_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "linkText", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "V3PIw72E2", "UseLa1h42", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "FramerCle71crKY", "withCSS", "Cle71crKY_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "SVG", "css", "FramerQdP4GmBu2", "withCSS", "QdP4GmBu2_default", "addPropertyControls", "ControlType", "addFonts", "LogosMainLogoFonts", "getFonts", "QdP4GmBu2_default", "PhosphorFonts", "Icon", "ButtonsMainButtonsFonts", "KBSisKHoN_default", "ButtonsMainButtonsWithGoogleSignIn83xow4WithMappedReactProps1olpuqu", "withMappedReactProps", "withCodeBoundaryForOverrides", "withGoogleSignIn", "KBSisKHoN_exports", "ButtonsMainButtonsWithGoogleSignIn1cw6ozdWithMappedReactProps1olpuqu", "ButtonsTextLinksFonts", "Cle71crKY_default", "ButtonsMainButtonsWithGoogleSignIn1gnbuk8WithMappedReactProps1olpuqu", "ButtonsMainButtonsWithGoogleSignIn5rztgrWithMappedReactProps1olpuqu", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickw6hiag", "args", "onClickvxy156", "onClickv15vcz", "onClick1jp7iaz", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "isDisplayed5", "isDisplayed6", "isDisplayed7", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "css", "FramerbSo1bPMeZ", "withCSS", "bSo1bPMeZ_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "LogosMainLogoFonts", "getFonts", "QdP4GmBu2_default", "ButtonsTextLinksFonts", "Cle71crKY_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "Link", "css", "FramerL3YwPuRmH", "withCSS", "L3YwPuRmH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
