{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js", "ssg:https://framerusercontent.com/modules/GEJGKbsHnLfnlxsmqQYA/5lt4YpahD9viJdo9UrTM/fAhXUYNLP.js", "ssg:https://framerusercontent.com/modules/bjpe238HoYcnEdXDTrTx/aQh7reMQfLukQ9iEnkR4/jkG7maMBL.js", "ssg:https://framerusercontent.com/modules/Iowxv9IojR4hPFeQOTMH/NBPFYJ3QnTQ1WbIeD5RQ/yXqenWA21.js", "ssg:https://framerusercontent.com/modules/epyC0VXLWjtN9O9BTlm4/mQFGUrTm74iVCglfdnhS/sPcPd63_9.js", "ssg:https://framerusercontent.com/modules/876i9yzTe3I5H1yyh9j1/9fv6wf96aifE4LysmwkX/e_G_MyF5o.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useCallback,useMemo,useState}from\"react\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};/**\n * FORMSPARK\n *\n * @framerIntrinsicWidth 550\n * @framerIntrinsicHeight 290\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ const FormSpark=withCSS(function FormSpark({formId,withName,nameField:name,withEmail,email,withMessage,message,layout,inputs,button,style,gap,onSubmit,...props}){const[nameValue,setName]=useState(name===null||name===void 0?void 0:name.value);const[emailValue,setEmail]=useState(email===null||email===void 0?void 0:email.value);const[messageValue,setMessage]=useState(message===null||message===void 0?void 0:message.value);const[isNameError,setNameError]=useState(false);const[isEmailError,setEmailError]=useState(false);const[isMessageError,setMessageError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const gridTemplateRows=useMemo(()=>{const rows=[];if(withName||withMessage){rows.push(\"max-content\");}if(withMessage){rows.push(\"1fr\");}return[...rows,\"max-content\"].join(\" \");},[withName,withEmail,withMessage]);const gridTemplateColumns=useMemo(()=>{const cols=[];if((withName&&!withEmail||withEmail&&!withName)&&!withMessage&&layout===\"horizontal\"){return\"1fr max-content\";}return\"1fr\";},[withName,withEmail,withMessage,layout]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(()=>{let error=false;setNameError(false);setEmailError(false);setMessageError(false);if(withName&&!nameValue){setNameError(true);error=true;}if(withEmail&&(!emailValue||!validateEmail(emailValue))){setEmailError(true);error=true;}if(withMessage&&!messageValue){setMessageError(true);error=true;}return error;},[validateEmail,withName,withEmail,withMessage,nameValue,emailValue,messageValue,]);const handleSubmit=useCallback(event=>{setLoading(true);event.preventDefault();if(validateForm()){setLoading(false);}else{const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://submit-form.com/${formId}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{setSuccess(true);onSubmit();}).catch(()=>setLoading(false));}},[formId,onSubmit,validateForm]);const handleNameChange=useCallback(event=>{setNameError(false);setName(event.target.value);},[]);const handleEmailChange=useCallback(event=>{setEmailError(false);setEmail(event.target.value);},[]);const handleMessageChange=useCallback(event=>{setMessageError(false);setMessage(event.target.value);},[]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,flexDirection:\"column\",\"--framer-formspark-placeholder-color\":inputs.placeholderColor},children:isSuccess?/*#__PURE__*/ _jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:0.3},children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/ _jsxs(\"form\",{style:{display:\"grid\",gridTemplateRows,gridTemplateColumns,gap,width:\"100%\",height:\"100%\"},onSubmit:handleSubmit,method:\"POST\",children:[(withName||withEmail)&&/*#__PURE__*/ _jsxs(\"div\",{style:{width:\"100%\",display:\"grid\",gridAutoFlow:layout===\"horizontal\"?\"column\":\"row\",gap},children:[withName&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"text\",name:\"name\",placeholder:name.placeholder,value:isCanvas?name.value:nameValue,onChange:handleNameChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isNameError?inputs.error:\"transparent\"}`}}),withEmail&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"email\",name:\"email\",placeholder:email.placeholder,value:isCanvas?email.value:emailValue,onChange:handleEmailChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isEmailError?inputs.error:\"transparent\"}`}})]}),withMessage&&/*#__PURE__*/ _jsx(\"textarea\",{className:\"framer-formspark-input\",placeholder:message.placeholder,name:\"message\",value:isCanvas?message.value:messageValue,onChange:handleMessageChange,style:{...defaultStyle,minHeight:0,padding:paddingValue,resize:\"vertical\",borderRadius,background:inputs.fill,fontFamily,fontWeight,fontSize,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isMessageError?inputs.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,cursor:\"pointer\",color:button.color,zIndex:1},transition:{type:\"ease\",duration:0.3},whileHover:{opacity:0.8}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})}));},[\".framer-formspark-input::placeholder { color: var(--framer-formspark-placeholder-color) !important; }\",]);FormSpark.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15,nameField:{value:undefined,placeholder:\"Name\"},email:{value:undefined,placeholder:\"Email\"},message:{value:undefined,placeholder:\"Message\"},inputs:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},layout:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},button:{label:\"Sign Up\",fontWeight:600,fill:\"#000\",color:\"#FFF\"}};addPropertyControls(FormSpark,{formId:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,description:\"Create a [FormSpark](https://formspark.io/) account, add a new form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/formspark/)\"},withName:{title:\"Name\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},nameField:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Name\"},value:{title:\"Value\",type:ControlType.String,defaultValue:\"\"}},hidden:props=>!props.withName},withEmail:{title:\"Email\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},email:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Email\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withEmail},withMessage:{title:\"Message\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},message:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Message\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withMessage},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,defaultValue:\"horizontal\"},inputs:{title:\"Inputs\",type:ControlType.Object,controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},placeholderColor:{title:\"Placeholder\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.5)\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",display:\"inline-block\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default FormSpark;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FormSpark\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"290\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"550\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FormSpark.map", "// Generated by Framer (7f988a2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-5j5FX .framer-styles-preset-r38dyo:not(.rich-text-wrapper), .framer-5j5FX .framer-styles-preset-r38dyo.rich-text-wrapper a { --framer-link-current-text-color: var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, #f9f9f9); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: rgba(249, 249, 249, 0.85); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-afb1a708-0f29-41f5-9e7c-9d3c96c73aa5, #b5b5b5); --framer-link-text-decoration: none; }\"];export const className=\"framer-5j5FX\";\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 (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,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/GEJGKbsHnLfnlxsmqQYA/5lt4YpahD9viJdo9UrTM/fAhXUYNLP.js\";const serializationHash=\"framer-Now7d\";const variantClassNames={SoE61Hnwk:\"framer-v-1ym284v\"};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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:\"SoE61Hnwk\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ym284v\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SoE61Hnwk\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(180deg, var(--token-a3f7876c-86de-4d3a-9478-b1d6406428ac, rgb(21, 21, 21)) /* {\"name\":\"black\"} */ 34.17080848243889%, rgb(26, 26, 26) 100%)',...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-bfe7l7\",\"data-framer-name\":\"COMPASS 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:96,layoutDependency:layoutDependency,layoutId:\"Mb7OIXUon\",svg:'<svg width=\"96\" height=\"15\" viewBox=\"0 0 96 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_28_75)\">\\n<path d=\"M6.87709 14.4197C5.50255 14.4197 4.33091 14.1775 3.36219 13.6931C2.40655 13.1955 1.67346 12.4296 1.16291 11.3953C0.652367 10.3609 0.397095 9.04507 0.397095 7.44773C0.397095 5.09099 0.966549 3.34307 2.10546 2.20398C3.25746 1.0518 4.85455 0.475708 6.89673 0.475708C8.02255 0.475708 9.03055 0.665556 9.92073 1.04525C10.824 1.42495 11.5309 1.99449 12.0415 2.75389C12.4882 3.39061 12.7444 4.17982 12.81 5.12152C12.8292 5.39699 12.6031 5.62125 12.3269 5.62125H11.0884C10.8122 5.62125 10.5922 5.39663 10.5622 5.12212C10.5072 4.61825 10.3654 4.18235 10.1367 3.81442C9.83564 3.32998 9.40364 2.96338 8.84073 2.71461C8.29091 2.46584 7.64946 2.34146 6.91637 2.34146C6 2.34146 5.22109 2.52476 4.57964 2.89137C3.95128 3.24488 3.47346 3.78169 3.14619 4.5018C2.832 5.22192 2.67491 6.13843 2.67491 7.25133V7.6834C2.67491 8.7963 2.832 9.71281 3.14619 10.4329C3.47346 11.153 3.95128 11.6899 4.57964 12.0434C5.208 12.3838 5.98691 12.554 6.91637 12.554C7.67564 12.554 8.33673 12.4362 8.89964 12.2005C9.46255 11.9517 9.89455 11.5851 10.1956 11.1007C10.4343 10.7327 10.5823 10.2968 10.6397 9.79289C10.6709 9.51852 10.8908 9.29384 11.1669 9.29384H12.3269C12.6031 9.29384 12.8291 9.51809 12.81 9.79357C12.7445 10.7371 12.4883 11.5329 12.0415 12.1808C11.5309 12.9402 10.824 13.5032 9.92073 13.8698C9.03055 14.2364 8.016 14.4197 6.87709 14.4197ZM21.1843 14.4197C19.7967 14.4197 18.5923 14.1644 17.5712 13.6538C16.5632 13.1432 15.7843 12.3707 15.2345 11.3363C14.6978 10.302 14.4294 9.00579 14.4294 7.44773C14.4294 5.87657 14.6978 4.58036 15.2345 3.55911C15.7843 2.52476 16.5632 1.75227 17.5712 1.24165C18.5923 0.731021 19.7967 0.475708 21.1843 0.475708C22.5981 0.475708 23.809 0.731021 24.817 1.24165C25.825 1.75227 26.5974 2.52476 27.1341 3.55911C27.6839 4.58036 27.9589 5.87657 27.9589 7.44773C27.9589 9.00579 27.6839 10.302 27.1341 11.3363C26.5974 12.3707 25.825 13.1432 24.817 13.6538C23.809 14.1644 22.5981 14.4197 21.1843 14.4197ZM21.1843 12.554C21.9043 12.554 22.5392 12.4558 23.089 12.2594C23.6519 12.063 24.1232 11.7619 24.5029 11.356C24.8956 10.9501 25.1901 10.4395 25.3865 9.8241C25.596 9.20873 25.7007 8.49516 25.7007 7.6834V7.25133C25.7007 6.41338 25.596 5.68672 25.3865 5.07135C25.1901 4.45598 24.8956 3.94535 24.5029 3.53947C24.1232 3.13359 23.6519 2.83245 23.089 2.63605C22.5392 2.43966 21.9043 2.34146 21.1843 2.34146C20.4774 2.34146 19.8425 2.43966 19.2796 2.63605C18.7298 2.83245 18.2585 3.13359 17.8658 3.53947C17.4861 3.94535 17.1981 4.45598 17.0018 5.07135C16.8054 5.68672 16.7072 6.41338 16.7072 7.25133V7.6834C16.7072 8.49516 16.8054 9.20873 17.0018 9.8241C17.1981 10.4395 17.4861 10.9501 17.8658 11.356C18.2585 11.7619 18.7298 12.063 19.2796 12.2594C19.8425 12.4558 20.4774 12.554 21.1843 12.554ZM30.7987 14.1841C30.5226 14.1841 30.2987 13.9602 30.2987 13.6841V1.21138C30.2987 0.935239 30.5226 0.711382 30.7987 0.711382H33.37C33.5875 0.711382 33.78 0.851976 33.8462 1.05914L36.3467 8.88141C36.4252 9.11708 36.5038 9.38549 36.5823 9.68663C36.6609 9.98777 36.7329 10.2758 36.7983 10.5508C36.8677 10.7935 36.9217 11.0107 36.9604 11.2024C36.9692 11.2459 37.0072 11.2774 37.0515 11.2774V11.2774C37.0977 11.2774 37.1366 11.2433 37.1435 11.1976C37.1708 11.0181 37.2128 10.8091 37.2696 10.5704C37.3351 10.2955 37.4005 10.0074 37.466 9.70627C37.5445 9.40513 37.6231 9.12363 37.7016 8.86177L40.2211 1.05777C40.2877 0.851302 40.4799 0.711382 40.6969 0.711382H43.2103C43.4865 0.711382 43.7103 0.93524 43.7103 1.21138V13.6841C43.7103 13.9602 43.4865 14.1841 43.2103 14.1841H42.0307C41.7546 14.1841 41.5307 13.9602 41.5307 13.6841V6.79962C41.5307 6.30209 41.5372 5.78492 41.5503 5.2481C41.5634 4.71129 41.5765 4.2334 41.5896 3.81442C41.6002 3.4767 41.6065 3.23681 41.6085 3.09475C41.6092 3.04747 41.5709 3.0092 41.5236 3.0092V3.0092C41.4822 3.0092 41.4469 3.03875 41.4381 3.0792C41.406 3.22832 41.3452 3.45375 41.2558 3.7555C41.1642 4.09592 41.066 4.46252 40.9612 4.85531C40.8565 5.2481 40.7583 5.58852 40.6667 5.87657L38.0502 13.8401C37.9828 14.0454 37.7912 14.1841 37.5752 14.1841H36.355C36.1391 14.1841 35.9476 14.0455 35.8801 13.8405L33.2638 5.89621C33.1852 5.64744 33.1001 5.35285 33.0085 5.01243C32.9169 4.67201 32.8252 4.32505 32.7336 3.97154C32.6489 3.64495 32.5755 3.3463 32.5132 3.07559C32.5042 3.03675 32.4697 3.0092 32.4298 3.0092V3.0092C32.3813 3.0092 32.3426 3.0496 32.3443 3.09809C32.3551 3.39538 32.3605 3.75199 32.3605 4.16793C32.3736 4.62619 32.3867 5.09099 32.3998 5.56234C32.4129 6.02059 32.4194 6.43302 32.4194 6.79962V13.6841C32.4194 13.9602 32.1956 14.1841 31.9194 14.1841H30.7987ZM47.2089 14.1841C46.9327 14.1841 46.7089 13.9602 46.7089 13.6841V1.21138C46.7089 0.935239 46.9327 0.711382 47.2089 0.711382H53.4245C54.3801 0.711382 55.1722 0.888137 55.8006 1.24165C56.4289 1.59516 56.9002 2.08615 57.2144 2.71461C57.5416 3.32998 57.7053 4.06319 57.7053 4.91423C57.7053 5.76528 57.5351 6.51812 57.1947 7.17277C56.8544 7.81433 56.3569 8.31186 55.7024 8.66537C55.0609 9.01888 54.2754 9.19564 53.346 9.19564H49.4081C49.132 9.19564 48.9081 9.4195 48.9081 9.69564V13.6841C48.9081 13.9602 48.6843 14.1841 48.4081 14.1841H47.2089ZM48.9081 6.81025C48.9081 7.08639 49.132 7.31025 49.4081 7.31025H53.2478C53.9416 7.31025 54.4849 7.10076 54.8776 6.68179C55.2835 6.26281 55.4864 5.68017 55.4864 4.93387C55.4864 4.43634 55.4013 4.01736 55.2311 3.67694C55.0609 3.32343 54.8122 3.05503 54.4849 2.87173C54.1576 2.68842 53.7452 2.59677 53.2478 2.59677H49.4081C49.132 2.59677 48.9081 2.82063 48.9081 3.09677V6.81025ZM57.8924 14.1841C57.5401 14.1841 57.2983 13.8295 57.4269 13.5016L62.317 1.02887C62.3921 0.837364 62.5768 0.711382 62.7825 0.711382H64.9089C65.1144 0.711382 65.2989 0.837086 65.3742 1.02829L70.2825 13.501C70.4116 13.829 70.1697 14.1841 69.8172 14.1841H68.5386C68.3316 14.1841 68.146 14.0565 68.0718 13.8631L66.9971 11.0614L61.3222 9.19564L60.6153 11.0614L59.5406 13.8631C59.4664 14.0565 59.2808 14.1841 59.0737 14.1841H57.8924ZM61.3222 9.19564L66.9971 11.0614L66.2706 9.19564L64.7586 5.2481C64.7193 5.13027 64.6604 4.9666 64.5818 4.75712C64.5033 4.54763 64.4182 4.3185 64.3266 4.06973C64.248 3.82097 64.1629 3.5722 64.0713 3.32343C63.9997 3.08478 63.9335 2.86788 63.8728 2.67273C63.8624 2.63921 63.8314 2.61641 63.7963 2.61641V2.61641C63.7613 2.61641 63.7303 2.63908 63.7197 2.67244C63.6443 2.90907 63.552 3.18499 63.4429 3.50019C63.3251 3.84061 63.2073 4.16793 63.0895 4.48216C62.9847 4.79639 62.8931 5.05171 62.8146 5.2481L61.3222 9.19564ZM77.0766 14.4197C76.3435 14.4197 75.6366 14.3412 74.9558 14.1841C74.2751 14.04 73.6729 13.8044 73.1493 13.477C72.6256 13.1366 72.2133 12.7111 71.9122 12.2005C71.6111 11.6768 71.4606 11.0548 71.4606 10.3347C71.4606 10.2622 71.4606 10.1952 71.4606 10.1338C71.4606 10.1237 71.4619 10.1108 71.4634 10.1009V10.1009C71.4792 10.0014 71.5619 9.9223 71.6627 9.9223H73.5151C73.6059 9.9223 73.6771 9.99173 73.6627 10.0814V10.0814C73.6613 10.0903 73.6598 10.1036 73.6598 10.1127C73.6598 10.1852 73.6598 10.2461 73.6598 10.2955C73.6598 10.7799 73.8038 11.1923 74.0918 11.5327C74.3798 11.8732 74.7791 12.1285 75.2896 12.2987C75.8133 12.4689 76.4089 12.554 77.0766 12.554C77.4431 12.554 77.7966 12.5344 78.1369 12.4951C78.4773 12.4427 78.7849 12.3707 79.0598 12.279C79.3478 12.1743 79.5966 12.0499 79.806 11.9059C80.0155 11.7488 80.1791 11.5655 80.2969 11.356C80.4147 11.1465 80.4736 10.9043 80.4736 10.6293C80.4736 10.2103 80.3493 9.86338 80.1006 9.58843C79.8649 9.31348 79.5376 9.08435 79.1187 8.90105C78.7129 8.71775 78.2482 8.55408 77.7246 8.41006C77.214 8.26604 76.6838 8.12201 76.134 7.97799C75.5842 7.83397 75.0475 7.66376 74.5238 7.46737C74.0133 7.27097 73.5486 7.0353 73.1296 6.76034C72.7238 6.4723 72.3966 6.11879 72.1478 5.69981C71.9122 5.26774 71.7944 4.74402 71.7944 4.12865C71.7944 3.53947 71.9187 3.01575 72.1675 2.55749C72.4162 2.09924 72.7762 1.71954 73.2475 1.4184C73.7187 1.10417 74.2816 0.868498 74.9362 0.711382C75.5907 0.554266 76.3304 0.475708 77.1551 0.475708C77.862 0.475708 78.5296 0.554266 79.158 0.711382C79.7864 0.855405 80.3362 1.08453 80.8075 1.39876C81.2787 1.713 81.6453 2.11233 81.9071 2.59677C82.182 3.08121 82.3195 3.6573 82.3195 4.32505V4.32505C82.3195 4.45521 82.214 4.56072 82.0838 4.56072H80.3951C80.2541 4.56072 80.1398 4.44641 80.1398 4.30541V4.30541C80.1398 3.88643 80.0155 3.53292 79.7667 3.24488C79.518 2.95683 79.1711 2.73425 78.726 2.57713C78.2809 2.42002 77.7638 2.34146 77.1747 2.34146C76.4809 2.34146 75.8984 2.41347 75.4271 2.55749C74.9558 2.68842 74.5958 2.87827 74.3471 3.12704C74.1115 3.36271 73.9936 3.65076 73.9936 3.99118C73.9936 4.37087 74.118 4.6851 74.3667 4.93387C74.6155 5.16955 74.9427 5.37249 75.3486 5.5427C75.7675 5.7129 76.2322 5.87002 76.7427 6.01404C77.2664 6.14497 77.7965 6.289 78.3333 6.44611C78.8831 6.59013 79.4133 6.76034 79.9238 6.95674C80.4475 7.15313 80.9122 7.39535 81.318 7.6834C81.7369 7.97145 82.0707 8.3315 82.3195 8.76357C82.5682 9.18255 82.6926 9.69972 82.6926 10.3151C82.6926 11.284 82.4504 12.0761 81.966 12.6915C81.4816 13.2937 80.814 13.7324 79.9631 14.0073C79.1253 14.2823 78.1631 14.4197 77.0766 14.4197ZM90.0349 14.4197C89.3018 14.4197 88.5949 14.3412 87.9142 14.1841C87.2335 14.04 86.6313 13.8044 86.1076 13.477C85.584 13.1366 85.1716 12.7111 84.8705 12.2005C84.5695 11.6768 84.4189 11.0548 84.4189 10.3347C84.4189 10.2622 84.4189 10.1952 84.4189 10.1338C84.4189 10.1237 84.4202 10.1108 84.4218 10.1009V10.1009C84.4375 10.0014 84.5203 9.9223 84.621 9.9223H86.4734C86.5642 9.9223 86.6354 9.99173 86.6211 10.0814V10.0814C86.6196 10.0903 86.6182 10.1036 86.6182 10.1127C86.6182 10.1852 86.6182 10.2461 86.6182 10.2955C86.6182 10.7799 86.7622 11.1923 87.0502 11.5327C87.3382 11.8732 87.7375 12.1285 88.248 12.2987C88.7716 12.4689 89.3673 12.554 90.0349 12.554C90.4015 12.554 90.7549 12.5344 91.0953 12.4951C91.4356 12.4427 91.7433 12.3707 92.0182 12.279C92.3062 12.1743 92.5549 12.0499 92.7644 11.9059C92.9738 11.7488 93.1375 11.5655 93.2553 11.356C93.3731 11.1465 93.432 10.9043 93.432 10.6293C93.432 10.2103 93.3076 9.86338 93.0589 9.58843C92.8233 9.31348 92.496 9.08435 92.0771 8.90105C91.6713 8.71775 91.2066 8.55408 90.6829 8.41006C90.1724 8.26604 89.6422 8.12201 89.0924 7.97799C88.5426 7.83397 88.0058 7.66376 87.4822 7.46737C86.9716 7.27097 86.5069 7.0353 86.088 6.76034C85.6822 6.4723 85.3549 6.11879 85.1062 5.69981C84.8706 5.26774 84.7527 4.74402 84.7527 4.12865C84.7527 3.53947 84.8771 3.01575 85.1258 2.55749C85.3746 2.09924 85.7346 1.71954 86.2058 1.4184C86.6771 1.10417 87.24 0.868498 87.8946 0.711382C88.5491 0.554266 89.2887 0.475708 90.1135 0.475708C90.8204 0.475708 91.488 0.554266 92.1164 0.711382C92.7447 0.855405 93.2946 1.08453 93.7658 1.39876C94.2371 1.713 94.6036 2.11233 94.8655 2.59677C95.1404 3.08121 95.2778 3.6573 95.2778 4.32505V4.32505C95.2778 4.45521 95.1723 4.56072 95.0421 4.56072H93.3535C93.2125 4.56072 93.0982 4.44641 93.0982 4.30541V4.30541C93.0982 3.88643 92.9738 3.53292 92.7251 3.24488C92.4764 2.95683 92.1295 2.73425 91.6844 2.57713C91.2393 2.42002 90.7222 2.34146 90.1331 2.34146C89.4393 2.34146 88.8567 2.41347 88.3855 2.55749C87.9142 2.68842 87.5542 2.87827 87.3055 3.12704C87.0698 3.36271 86.952 3.65076 86.952 3.99118C86.952 4.37087 87.0764 4.6851 87.3251 4.93387C87.5738 5.16955 87.9011 5.37249 88.3069 5.5427C88.7258 5.7129 89.1906 5.87002 89.7011 6.01404C90.2247 6.14497 90.7549 6.289 91.2916 6.44611C91.8415 6.59013 92.3716 6.76034 92.8822 6.95674C93.4058 7.15313 93.8706 7.39535 94.2764 7.6834C94.6953 7.97145 95.0291 8.3315 95.2778 8.76357C95.5266 9.18255 95.6509 9.69972 95.6509 10.3151C95.6509 11.284 95.4087 12.0761 94.9244 12.6915C94.44 13.2937 93.7724 13.7324 92.9215 14.0073C92.0836 14.2823 91.1215 14.4197 90.0349 14.4197Z\" fill=\"white\" fill-opacity=\"0.1\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_28_75\">\\n<rect width=\"96\" height=\"14.7296\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qipv1q\",\"data-framer-name\":\"Frame 21\",layoutDependency:layoutDependency,layoutId:\"fclf9rZXv\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:736,intrinsicWidth:736,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+66+0),pixelHeight:736,pixelWidth:736,sizes:\"108px\",src:\"https://framerusercontent.com/images/wkzUL5qNmE7jMIm4xyE6zdawFw.png\",srcSet:\"https://framerusercontent.com/images/wkzUL5qNmE7jMIm4xyE6zdawFw.png?scale-down-to=512 512w,https://framerusercontent.com/images/wkzUL5qNmE7jMIm4xyE6zdawFw.png 736w\"},className:\"framer-1yawicy\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"gy6PVUQ2R\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x0b0mx\",\"data-framer-name\":\"Frame 21\",layoutDependency:layoutDependency,layoutId:\"q_l5nRFu6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Bz6tQxaqj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"For Schools\"})})})}),className:\"framer-yey6fn\",\"data-framer-name\":\"For Schools\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"W3hHtWcwV\",style:{\"--extracted-r6o4lv\":\"rgb(224, 224, 224)\",\"--framer-paragraph-spacing\":\"8px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qibsVk9bV\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"For Students\"})})})}),className:\"framer-16n431\",\"data-framer-name\":\"For Students\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fJ5qf7Odo\",style:{\"--extracted-r6o4lv\":\"rgb(224, 224, 224)\",\"--framer-paragraph-spacing\":\"8px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nPnfVxlN7\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Purpose\"})})})}),className:\"framer-10jk2wv\",\"data-framer-name\":\"Purpose\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E4x91cGTQ\",style:{\"--extracted-r6o4lv\":\"rgb(224, 224, 224)\",\"--framer-paragraph-spacing\":\"8px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pl9Y3vYh2\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Mentors\"})})})}),className:\"framer-19aanxz\",\"data-framer-name\":\"About\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rCkLXVgLQ\",style:{\"--extracted-r6o4lv\":\"rgb(224, 224, 224)\",\"--framer-paragraph-spacing\":\"8px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fI9RW2lFm\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Donate\"})})})}),className:\"framer-1an74jb\",\"data-framer-name\":\"Donate\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FKLVuksEX\",style:{\"--extracted-r6o4lv\":\"rgb(224, 224, 224)\",\"--framer-paragraph-spacing\":\"8px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v9wh0u\",\"data-framer-name\":\"Frame 22\",layoutDependency:layoutDependency,layoutId:\"e2BjQS8TM\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jxs4E29O5\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Contact\"})})})}),className:\"framer-y6bgqp\",\"data-framer-name\":\"Apply\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Pf8hYXQoJ\",style:{\"--extracted-r6o4lv\":\"rgb(224, 224, 224)\",\"--framer-paragraph-spacing\":\"8px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Now7d.framer-1cgxhn, .framer-Now7d .framer-1cgxhn { display: block; }\",\".framer-Now7d.framer-1ym284v { height: 240px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-Now7d .framer-bfe7l7 { flex: none; height: 15px; left: calc(50% - 96px / 2); position: absolute; top: calc(83.06866943836212% - 15px / 2); width: 96px; }\",\".framer-Now7d .framer-qipv1q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 66px; width: 76%; }\",\".framer-Now7d .framer-1yawicy { aspect-ratio: 1 / 1; flex: none; height: 108px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 108px); }\",\".framer-Now7d .framer-1x0b0mx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 79%; }\",\".framer-Now7d .framer-yey6fn, .framer-Now7d .framer-16n431, .framer-Now7d .framer-10jk2wv, .framer-Now7d .framer-19aanxz, .framer-Now7d .framer-1an74jb, .framer-Now7d .framer-y6bgqp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Now7d .framer-1v9wh0u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Now7d .framer-qipv1q, .framer-Now7d .framer-1x0b0mx, .framer-Now7d .framer-1v9wh0u { gap: 0px; } .framer-Now7d .framer-qipv1q > *, .framer-Now7d .framer-1x0b0mx > *, .framer-Now7d .framer-1v9wh0u > * { margin: 0px; margin-left: calc(72px / 2); margin-right: calc(72px / 2); } .framer-Now7d .framer-qipv1q > :first-child, .framer-Now7d .framer-1x0b0mx > :first-child, .framer-Now7d .framer-1v9wh0u > :first-child { margin-left: 0px; } .framer-Now7d .framer-qipv1q > :last-child, .framer-Now7d .framer-1x0b0mx > :last-child, .framer-Now7d .framer-1v9wh0u > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 240\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjkG7maMBL=withCSS(Component,css,\"framer-Now7d\");export default FramerjkG7maMBL;FramerjkG7maMBL.displayName=\"Footer\";FramerjkG7maMBL.defaultProps={height:240,width:1200};addFonts(FramerjkG7maMBL,[{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\":\"FramerjkG7maMBL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"240\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jkG7maMBL.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-500\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-QKqwU .framer-styles-preset-15zku3n:not(.rich-text-wrapper), .framer-QKqwU .framer-styles-preset-15zku3n.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.5px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-a3f7876c-86de-4d3a-9478-b1d6406428ac, #151515); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-QKqwU\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/GEJGKbsHnLfnlxsmqQYA/5lt4YpahD9viJdo9UrTM/fAhXUYNLP.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Iowxv9IojR4hPFeQOTMH/NBPFYJ3QnTQ1WbIeD5RQ/yXqenWA21.js\";const cycleOrder=[\"pgBdvTSi7\",\"cSpOicl8o\",\"BVMhnkXyd\"];const serializationHash=\"framer-YC8dR\";const variantClassNames={BVMhnkXyd:\"framer-v-a4ktgc\",cSpOicl8o:\"framer-v-14lpyqr\",pgBdvTSi7:\"framer-v-7vwtwk\"};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:40,delay:0,mass:1,stiffness:400,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={\"Phone Open\":\"BVMhnkXyd\",Desktop:\"pgBdvTSi7\",Phone:\"cSpOicl8o\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"pgBdvTSi7\"};};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:\"pgBdvTSi7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapu1z0ry=activeVariantCallback(async(...args)=>{setVariant(\"BVMhnkXyd\");});const onTap1fst5bh=activeVariantCallback(async(...args)=>{setVariant(\"cSpOicl8o\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"cSpOicl8o\",\"BVMhnkXyd\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7vwtwk\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"pgBdvTSi7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(4px)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,WebkitBackdropFilter:\"blur(4px)\",...style},variants:{BVMhnkXyd:{background:\"conic-gradient(from 90deg at 50% 50%, rgba(21, 21, 21, 0.67) 205.52153716216216deg, rgba(21, 21, 21, 0.66) 360deg)\"}},...addPropertyOverrides({BVMhnkXyd:{\"data-framer-name\":\"Phone Open\"},cSpOicl8o:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7szu1u\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"d_HN9Psp3\",...addPropertyOverrides({BVMhnkXyd:{\"data-highlight\":true,onTap:onTap1fst5bh},cSpOicl8o:{\"data-highlight\":true,onTap:onTapu1z0ry}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1gyic45 framer-13me2mv\",\"data-framer-name\":\"COMPASS 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:176,layoutDependency:layoutDependency,layoutId:\"vYdZ9Dyf9\",svg:'<svg width=\"176\" height=\"27\" viewBox=\"0 0 176 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_18_19)\">\\n<path d=\"M12.608 26.432C10.088 26.432 7.94003 25.988 6.16403 25.1C4.41203 24.188 3.06803 22.784 2.13203 20.888C1.19603 18.992 0.728027 16.58 0.728027 13.652C0.728027 9.33201 1.77203 6.12801 3.86003 4.04001C5.97203 1.92801 8.90003 0.872009 12.644 0.872009C14.708 0.872009 16.556 1.22001 18.188 1.91601C19.844 2.61201 21.14 3.65601 22.076 5.04801C22.96 6.30769 23.437 7.89297 23.507 9.80385C23.5171 10.0798 23.2922 10.304 23.016 10.304H19.912C19.6359 10.304 19.4138 10.0799 19.3983 9.8042C19.3363 8.70291 19.0649 7.76551 18.584 6.99201C18.032 6.10401 17.24 5.43201 16.208 4.97601C15.2 4.52001 14.024 4.29201 12.68 4.29201C11 4.29201 9.57203 4.62801 8.39603 5.30001C7.24403 5.94801 6.36803 6.93201 5.76803 8.25201C5.19203 9.57201 4.90403 11.252 4.90403 13.292V14.084C4.90403 16.124 5.19203 17.804 5.76803 19.124C6.36803 20.444 7.24403 21.428 8.39603 22.076C9.54803 22.7 10.976 23.012 12.68 23.012C14.072 23.012 15.284 22.796 16.316 22.364C17.348 21.908 18.14 21.236 18.692 20.348C19.1938 19.5745 19.477 18.6371 19.5417 17.5358C19.5579 17.2601 19.7799 17.036 20.056 17.036H23.016C23.2922 17.036 23.5171 17.2602 23.507 17.5362C23.437 19.4489 22.9601 21.0462 22.076 22.328C21.14 23.72 19.844 24.752 18.188 25.424C16.556 26.096 14.696 26.432 12.608 26.432ZM38.8379 26.432C36.2939 26.432 34.0859 25.964 32.2139 25.028C30.3659 24.092 28.9379 22.676 27.9299 20.78C26.9459 18.884 26.4539 16.508 26.4539 13.652C26.4539 10.772 26.9459 8.39601 27.9299 6.52401C28.9379 4.62801 30.3659 3.21201 32.2139 2.27601C34.0859 1.34001 36.2939 0.872009 38.8379 0.872009C41.4299 0.872009 43.6499 1.34001 45.4979 2.27601C47.3459 3.21201 48.7619 4.62801 49.7459 6.52401C50.7539 8.39601 51.2579 10.772 51.2579 13.652C51.2579 16.508 50.7539 18.884 49.7459 20.78C48.7619 22.676 47.3459 24.092 45.4979 25.028C43.6499 25.964 41.4299 26.432 38.8379 26.432ZM38.8379 23.012C40.1579 23.012 41.3219 22.832 42.3299 22.472C43.3619 22.112 44.2259 21.56 44.9219 20.816C45.6419 20.072 46.1819 19.136 46.5419 18.008C46.9259 16.88 47.1179 15.572 47.1179 14.084V13.292C47.1179 11.756 46.9259 10.424 46.5419 9.29601C46.1819 8.16801 45.6419 7.23201 44.9219 6.48801C44.2259 5.74401 43.3619 5.19201 42.3299 4.83201C41.3219 4.47201 40.1579 4.29201 38.8379 4.29201C37.5419 4.29201 36.3779 4.47201 35.3459 4.83201C34.3379 5.19201 33.4739 5.74401 32.7539 6.48801C32.0579 7.23201 31.5299 8.16801 31.1699 9.29601C30.8099 10.424 30.6299 11.756 30.6299 13.292V14.084C30.6299 15.572 30.8099 16.88 31.1699 18.008C31.5299 19.136 32.0579 20.072 32.7539 20.816C33.4739 21.56 34.3379 22.112 35.3459 22.472C36.3779 22.832 37.5419 23.012 38.8379 23.012ZM56.0476 26C55.7715 26 55.5476 25.7762 55.5476 25.5V1.80401C55.5476 1.52787 55.7715 1.30401 56.0476 1.30401H61.4825C61.7 1.30401 61.8926 1.44459 61.9588 1.65175L66.6356 16.28C66.7796 16.712 66.9236 17.204 67.0676 17.756C67.2116 18.308 67.3436 18.836 67.4636 19.34C67.5908 19.7849 67.6898 20.1831 67.7608 20.5345C67.7769 20.6141 67.8465 20.672 67.9278 20.672C68.0124 20.672 68.0838 20.6094 68.0965 20.5257C68.1464 20.1967 68.2235 19.8135 68.3276 19.376C68.4476 18.872 68.5676 18.344 68.6876 17.792C68.8316 17.24 68.9756 16.724 69.1196 16.244L73.8318 1.65037C73.8985 1.44392 74.0907 1.30401 74.3076 1.30401H79.6356C79.9118 1.30401 80.1356 1.52787 80.1356 1.80401V25.5C80.1356 25.7762 79.9118 26 79.6356 26H76.6396C76.3635 26 76.1396 25.7762 76.1396 25.5V12.464C76.1396 11.552 76.1516 10.604 76.1756 9.62001C76.1996 8.63601 76.2236 7.76001 76.2476 6.99201C76.267 6.37298 76.2785 5.93326 76.2823 5.67285C76.2835 5.58616 76.2133 5.51601 76.1266 5.51601C76.0508 5.51601 75.9859 5.57018 75.9699 5.64434C75.9109 5.91768 75.7995 6.3309 75.6356 6.88401C75.4676 7.50801 75.2876 8.18001 75.0956 8.90001C74.9036 9.62001 74.7236 10.244 74.5556 10.772L69.6646 25.6561C69.5972 25.8613 69.4056 26 69.1896 26H66.3494C66.1335 26 65.942 25.8615 65.8745 25.6564L60.9836 10.808C60.8396 10.352 60.6836 9.81201 60.5156 9.18801C60.3476 8.56401 60.1796 7.92801 60.0116 7.28001C59.8564 6.68137 59.7217 6.13393 59.6075 5.63771C59.5911 5.56652 59.5278 5.51601 59.4547 5.51601C59.3658 5.51601 59.2947 5.59008 59.298 5.67898C59.3177 6.22391 59.3276 6.87759 59.3276 7.64001C59.3516 8.48001 59.3756 9.33201 59.3996 10.196C59.4236 11.036 59.4356 11.792 59.4356 12.464V25.5C59.4356 25.7762 59.2118 26 58.9356 26H56.0476ZM86.1329 26C85.8568 26 85.6329 25.7762 85.6329 25.5V1.80401C85.6329 1.52787 85.8568 1.30401 86.1329 1.30401H97.9449C99.6969 1.30401 101.149 1.62801 102.301 2.27601C103.453 2.92401 104.317 3.82401 104.893 4.97601C105.493 6.10401 105.793 7.44801 105.793 9.00801C105.793 10.568 105.481 11.948 104.857 13.148C104.233 14.324 103.321 15.236 102.121 15.884C100.945 16.532 99.5049 16.856 97.8009 16.856H90.1649C89.8888 16.856 89.6649 17.0799 89.6649 17.356V25.5C89.6649 25.7762 89.4411 26 89.1649 26H86.1329ZM89.6649 12.9C89.6649 13.1762 89.8888 13.4 90.1649 13.4H97.6209C98.8929 13.4 99.8889 13.016 100.609 12.248C101.353 11.48 101.725 10.412 101.725 9.04401C101.725 8.13201 101.569 7.36401 101.257 6.74001C100.945 6.09201 100.489 5.60001 99.8889 5.26401C99.2889 4.92801 98.5329 4.76001 97.6209 4.76001H90.1649C89.8888 4.76001 89.6649 4.98387 89.6649 5.26001V12.9ZM105.525 26C105.173 26 104.931 25.6454 105.06 25.3175L114.352 1.62148C114.427 1.42998 114.611 1.30401 114.817 1.30401H119.283C119.489 1.30401 119.674 1.4297 119.749 1.62089L129.075 25.3169C129.204 25.6449 128.962 26 128.61 26H125.368C125.161 26 124.975 25.8724 124.901 25.6791L122.828 20.276L112.424 16.856L111.128 20.276L109.055 25.6791C108.981 25.8724 108.795 26 108.588 26H105.525ZM112.424 16.856L122.828 20.276L121.496 16.856L118.724 9.62001C118.652 9.40401 118.544 9.10401 118.4 8.72001C118.256 8.33601 118.1 7.91601 117.932 7.46001C117.788 7.00401 117.632 6.54801 117.464 6.09201C117.333 5.65456 117.212 5.25697 117.1 4.89926C117.081 4.83781 117.024 4.79601 116.96 4.79601C116.896 4.79601 116.839 4.83757 116.819 4.89873C116.681 5.33248 116.512 5.83823 116.312 6.41601C116.096 7.04001 115.88 7.64001 115.664 8.21601C115.472 8.79201 115.304 9.26001 115.16 9.62001L112.424 16.856ZM141.307 26.432C139.963 26.432 138.667 26.288 137.419 26C136.171 25.736 135.067 25.304 134.107 24.704C133.147 24.08 132.391 23.3 131.839 22.364C131.287 21.404 131.011 20.264 131.011 18.944C131.011 18.811 131.011 18.6882 131.011 18.5757C131.011 18.5573 131.013 18.5336 131.016 18.5154C131.045 18.3329 131.197 18.188 131.382 18.188H134.778C134.944 18.188 135.075 18.3153 135.048 18.4796C135.046 18.496 135.043 18.5204 135.043 18.537C135.043 18.6699 135.043 18.7816 135.043 18.872C135.043 19.76 135.307 20.516 135.835 21.14C136.363 21.764 137.095 22.232 138.031 22.544C138.991 22.856 140.083 23.012 141.307 23.012C141.979 23.012 142.627 22.976 143.251 22.904C143.875 22.808 144.439 22.676 144.943 22.508C145.471 22.316 145.927 22.088 146.311 21.824C146.695 21.536 146.995 21.2 147.211 20.816C147.427 20.432 147.535 19.988 147.535 19.484C147.535 18.716 147.307 18.08 146.851 17.576C146.419 17.072 145.819 16.652 145.051 16.316C144.307 15.98 143.455 15.68 142.495 15.416C141.559 15.152 140.587 14.888 139.579 14.624C138.571 14.36 137.587 14.048 136.627 13.688C135.691 13.328 134.839 12.896 134.071 12.392C133.327 11.864 132.727 11.216 132.271 10.448C131.839 9.65601 131.623 8.69601 131.623 7.56801C131.623 6.48801 131.851 5.52801 132.307 4.68801C132.763 3.84801 133.423 3.15201 134.287 2.60001C135.151 2.02401 136.183 1.59201 137.383 1.30401C138.583 1.01601 139.939 0.872009 141.451 0.872009C142.747 0.872009 143.971 1.01601 145.123 1.30401C146.275 1.56801 147.283 1.98801 148.147 2.56401C149.011 3.14001 149.683 3.87201 150.163 4.76001C150.667 5.64801 150.919 6.70401 150.919 7.92801C150.919 8.1666 150.726 8.36001 150.487 8.36001H147.391C147.133 8.36001 146.923 8.15048 146.923 7.89201C146.923 7.12401 146.695 6.47601 146.239 5.94801C145.783 5.42001 145.147 5.01201 144.331 4.72401C143.515 4.43601 142.567 4.29201 141.487 4.29201C140.215 4.29201 139.147 4.42401 138.283 4.68801C137.419 4.92801 136.759 5.27601 136.303 5.73201C135.871 6.16401 135.655 6.69201 135.655 7.31601C135.655 8.01201 135.883 8.58801 136.339 9.04401C136.795 9.47601 137.395 9.84801 138.139 10.16C138.907 10.472 139.759 10.76 140.695 11.024C141.655 11.264 142.627 11.528 143.611 11.816C144.619 12.08 145.591 12.392 146.527 12.752C147.487 13.112 148.339 13.556 149.083 14.084C149.851 14.612 150.463 15.272 150.919 16.064C151.375 16.832 151.603 17.78 151.603 18.908C151.603 20.684 151.159 22.136 150.271 23.264C149.383 24.368 148.159 25.172 146.599 25.676C145.063 26.18 143.299 26.432 141.307 26.432ZM165.064 26.432C163.72 26.432 162.424 26.288 161.176 26C159.928 25.736 158.824 25.304 157.864 24.704C156.904 24.08 156.148 23.3 155.596 22.364C155.044 21.404 154.768 20.264 154.768 18.944C154.768 18.811 154.768 18.6882 154.768 18.5757C154.768 18.5573 154.77 18.5336 154.773 18.5154C154.802 18.3329 154.954 18.188 155.139 18.188H158.535C158.701 18.188 158.832 18.3153 158.805 18.4796C158.803 18.496 158.8 18.5204 158.8 18.537C158.8 18.6699 158.8 18.7816 158.8 18.872C158.8 19.76 159.064 20.516 159.592 21.14C160.12 21.764 160.852 22.232 161.788 22.544C162.748 22.856 163.84 23.012 165.064 23.012C165.736 23.012 166.384 22.976 167.008 22.904C167.632 22.808 168.196 22.676 168.7 22.508C169.228 22.316 169.684 22.088 170.068 21.824C170.452 21.536 170.752 21.2 170.968 20.816C171.184 20.432 171.292 19.988 171.292 19.484C171.292 18.716 171.064 18.08 170.608 17.576C170.176 17.072 169.576 16.652 168.808 16.316C168.064 15.98 167.212 15.68 166.252 15.416C165.316 15.152 164.344 14.888 163.336 14.624C162.328 14.36 161.344 14.048 160.384 13.688C159.448 13.328 158.596 12.896 157.828 12.392C157.084 11.864 156.484 11.216 156.028 10.448C155.596 9.65601 155.38 8.69601 155.38 7.56801C155.38 6.48801 155.608 5.52801 156.064 4.68801C156.52 3.84801 157.18 3.15201 158.044 2.60001C158.908 2.02401 159.94 1.59201 161.14 1.30401C162.34 1.01601 163.696 0.872009 165.208 0.872009C166.504 0.872009 167.728 1.01601 168.88 1.30401C170.032 1.56801 171.04 1.98801 171.904 2.56401C172.768 3.14001 173.44 3.87201 173.92 4.76001C174.424 5.64801 174.676 6.70401 174.676 7.92801C174.676 8.1666 174.483 8.36001 174.244 8.36001H171.148C170.89 8.36001 170.68 8.15048 170.68 7.89201C170.68 7.12401 170.452 6.47601 169.996 5.94801C169.54 5.42001 168.904 5.01201 168.088 4.72401C167.272 4.43601 166.324 4.29201 165.244 4.29201C163.972 4.29201 162.904 4.42401 162.04 4.68801C161.176 4.92801 160.516 5.27601 160.06 5.73201C159.628 6.16401 159.412 6.69201 159.412 7.31601C159.412 8.01201 159.64 8.58801 160.096 9.04401C160.552 9.47601 161.152 9.84801 161.896 10.16C162.664 10.472 163.516 10.76 164.452 11.024C165.412 11.264 166.384 11.528 167.368 11.816C168.376 12.08 169.348 12.392 170.284 12.752C171.244 13.112 172.096 13.556 172.84 14.084C173.608 14.612 174.22 15.272 174.676 16.064C175.132 16.832 175.36 17.78 175.36 18.908C175.36 20.684 174.916 22.136 174.028 23.264C173.14 24.368 171.916 25.172 170.356 25.676C168.82 26.18 167.056 26.432 165.064 26.432Z\" fill=\"#F9F9F9\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_18_19\">\\n<rect width=\"176\" height=\"27\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t2yhn5\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"Lb76qVFA6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rg9bzs\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"MBmks3Ghq\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{BVMhnkXyd:{backgroundColor:\"var(--token-afb1a708-0f29-41f5-9e7c-9d3c96c73aa5, rgb(181, 181, 181))\",rotate:-45},cSpOicl8o:{backgroundColor:\"var(--token-afb1a708-0f29-41f5-9e7c-9d3c96c73aa5, rgb(181, 181, 181))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-82yi4w\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"b8ewAf4RH\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{BVMhnkXyd:{backgroundColor:\"var(--token-afb1a708-0f29-41f5-9e7c-9d3c96c73aa5, rgb(181, 181, 181))\",rotate:45},cSpOicl8o:{backgroundColor:\"var(--token-afb1a708-0f29-41f5-9e7c-9d3c96c73aa5, rgb(181, 181, 181))\"}}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3bcymq\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"Mxe8WJO9r\",style:{opacity:1},variants:{cSpOicl8o:{opacity:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Home\"})})})}),className:\"framer-dptvhh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q6UGg7tsn\",style:{\"--extracted-r6o4lv\":\"var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BVMhnkXyd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Home\"})})})})},cSpOicl8o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Bz6tQxaqj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Schools\"})})})}),className:\"framer-1myvp7h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WjHUAtFMD\",style:{\"--extracted-r6o4lv\":\"var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BVMhnkXyd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Bz6tQxaqj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Schools\"})})})})},cSpOicl8o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Bz6tQxaqj\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Schools\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qibsVk9bV\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Students\"})})})}),className:\"framer-1l49mtp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OSWYrbdA4\",style:{\"--extracted-r6o4lv\":\"var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BVMhnkXyd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qibsVk9bV\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Students\"})})})})},cSpOicl8o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qibsVk9bV\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Students\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pl9Y3vYh2\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Mentors\"})})})}),className:\"framer-12qgt58\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I_YZyo8u2\",style:{\"--extracted-r6o4lv\":\"var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nPnfVxlN7\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Purpose\"})})})}),className:\"framer-pn02o9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OY1tDL9U_\",style:{\"--extracted-r6o4lv\":\"var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BVMhnkXyd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nPnfVxlN7\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Purpose\"})})})})},cSpOicl8o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nPnfVxlN7\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Purpose\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fI9RW2lFm\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Donate\"})})})}),className:\"framer-sxsuw0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VGZpBsi0Y\",style:{\"--extracted-r6o4lv\":\"var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15zku3n\",\"data-styles-preset\":\"yXqenWA21\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jxs4E29O5\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-r38dyo\",\"data-styles-preset\":\"fAhXUYNLP\",children:\"Contact\"})})})}),className:\"framer-butx6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hKTQ1IR3k\",style:{\"--extracted-r6o4lv\":\"var(--token-1ca97603-959c-48e9-a9ff-1bba05c2bf2f, rgb(249, 249, 249))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1scuo03\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"SA6FJBxCs\"})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YC8dR.framer-13me2mv, .framer-YC8dR .framer-13me2mv { display: block; }\",\".framer-YC8dR.framer-7vwtwk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 64px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YC8dR .framer-7szu1u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 10px 24px; position: relative; width: min-content; }\",\".framer-YC8dR .framer-1gyic45 { aspect-ratio: 6.518518518518518 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); position: relative; text-decoration: none; width: 137px; }\",\".framer-YC8dR .framer-t2yhn5 { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-YC8dR .framer-1rg9bzs { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YC8dR .framer-82yi4w { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YC8dR .framer-3bcymq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: visible; padding: 0px 24px 0px 10px; position: relative; width: min-content; }\",\".framer-YC8dR .framer-dptvhh, .framer-YC8dR .framer-1myvp7h, .framer-YC8dR .framer-1l49mtp, .framer-YC8dR .framer-12qgt58, .framer-YC8dR .framer-pn02o9, .framer-YC8dR .framer-sxsuw0, .framer-YC8dR .framer-butx6 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-YC8dR .framer-1scuo03 { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YC8dR .framer-7szu1u, .framer-YC8dR .framer-3bcymq { gap: 0px; } .framer-YC8dR .framer-7szu1u > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-YC8dR .framer-7szu1u > :first-child, .framer-YC8dR .framer-3bcymq > :first-child { margin-left: 0px; } .framer-YC8dR .framer-7szu1u > :last-child, .framer-YC8dR .framer-3bcymq > :last-child { margin-right: 0px; } .framer-YC8dR .framer-3bcymq > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } }\",\".framer-YC8dR.framer-v-14lpyqr.framer-7vwtwk { flex-direction: column; width: 390px; }\",\".framer-YC8dR.framer-v-14lpyqr .framer-7szu1u, .framer-YC8dR.framer-v-a4ktgc .framer-7szu1u { cursor: pointer; gap: unset; justify-content: space-between; padding: 10px; width: 100%; }\",\".framer-YC8dR.framer-v-14lpyqr .framer-t2yhn5, .framer-YC8dR.framer-v-a4ktgc .framer-t2yhn5 { height: 44px; width: 44px; }\",\".framer-YC8dR.framer-v-14lpyqr .framer-3bcymq { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; padding: 20px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YC8dR.framer-v-14lpyqr.framer-7vwtwk, .framer-YC8dR.framer-v-14lpyqr .framer-7szu1u, .framer-YC8dR.framer-v-14lpyqr .framer-3bcymq { gap: 0px; } .framer-YC8dR.framer-v-14lpyqr.framer-7vwtwk > *, .framer-YC8dR.framer-v-14lpyqr.framer-7vwtwk > :first-child, .framer-YC8dR.framer-v-14lpyqr.framer-7vwtwk > :last-child, .framer-YC8dR.framer-v-14lpyqr .framer-7szu1u > *, .framer-YC8dR.framer-v-14lpyqr .framer-7szu1u > :first-child, .framer-YC8dR.framer-v-14lpyqr .framer-7szu1u > :last-child { margin: 0px; } .framer-YC8dR.framer-v-14lpyqr .framer-3bcymq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YC8dR.framer-v-14lpyqr .framer-3bcymq > :first-child { margin-top: 0px; } .framer-YC8dR.framer-v-14lpyqr .framer-3bcymq > :last-child { margin-bottom: 0px; } }\",\".framer-YC8dR.framer-v-a4ktgc.framer-7vwtwk { flex-direction: column; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 16px; width: 390px; }\",\".framer-YC8dR.framer-v-a4ktgc .framer-1rg9bzs, .framer-YC8dR.framer-v-a4ktgc .framer-82yi4w { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-YC8dR.framer-v-a4ktgc .framer-3bcymq { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; padding: 20px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YC8dR.framer-v-a4ktgc.framer-7vwtwk, .framer-YC8dR.framer-v-a4ktgc .framer-7szu1u, .framer-YC8dR.framer-v-a4ktgc .framer-3bcymq { gap: 0px; } .framer-YC8dR.framer-v-a4ktgc.framer-7vwtwk > *, .framer-YC8dR.framer-v-a4ktgc.framer-7vwtwk > :first-child, .framer-YC8dR.framer-v-a4ktgc.framer-7vwtwk > :last-child, .framer-YC8dR.framer-v-a4ktgc .framer-7szu1u > *, .framer-YC8dR.framer-v-a4ktgc .framer-7szu1u > :first-child, .framer-YC8dR.framer-v-a4ktgc .framer-7szu1u > :last-child { margin: 0px; } .framer-YC8dR.framer-v-a4ktgc .framer-3bcymq > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YC8dR.framer-v-a4ktgc .framer-3bcymq > :first-child { margin-top: 0px; } .framer-YC8dR.framer-v-a4ktgc .framer-3bcymq > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"cSpOicl8o\":{\"layout\":[\"fixed\",\"fixed\"]},\"BVMhnkXyd\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersPcPd63_9=withCSS(Component,css,\"framer-YC8dR\");export default FramersPcPd63_9;FramersPcPd63_9.displayName=\"Navigation\";FramersPcPd63_9.defaultProps={height:64,width:1200};addPropertyControls(FramersPcPd63_9,{variant:{options:[\"pgBdvTSi7\",\"cSpOicl8o\",\"BVMhnkXyd\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersPcPd63_9,[{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),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersPcPd63_9\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cSpOicl8o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BVMhnkXyd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sPcPd63_9.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Archivo-500\",\"GF;Archivo-700\",\"GF;Archivo-700italic\",\"GF;Archivo-500italic\"]);export const fonts=[{family:\"Archivo\",style:\"normal\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp9R1oJ0vyVQ.woff2\",weight:\"500\"},{family:\"Archivo\",style:\"normal\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp9R1oJ0vyVQ.woff2\",weight:\"700\"},{family:\"Archivo\",style:\"italic\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBmtBdpBU7iVdxQ.woff2\",weight:\"700\"},{family:\"Archivo\",style:\"italic\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCzsxdpBU7iVdxQ.woff2\",weight:\"500\"}];export const css=['.framer-6MGcM .framer-styles-preset-rjc5jj:not(.rich-text-wrapper), .framer-6MGcM .framer-styles-preset-rjc5jj.rich-text-wrapper h1 { --framer-font-family: \"Archivo\", \"Archivo Placeholder\", sans-serif; --framer-font-family-bold: \"Archivo\", \"Archivo Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Archivo\", \"Archivo Placeholder\", sans-serif; --framer-font-family-italic: \"Archivo\", \"Archivo Placeholder\", sans-serif; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.6px; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-a3f7876c-86de-4d3a-9478-b1d6406428ac, #151515); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-6MGcM\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "emailRegex", "validateEmail", "email", "FormSpark", "withCSS", "formId", "withName", "name", "withEmail", "withMessage", "message", "layout", "inputs", "button", "style", "gap", "onSubmit", "props", "nameValue", "setName", "ye", "emailValue", "setEmail", "messageValue", "setMessage", "isNameError", "setNameError", "isEmailError", "setEmailError", "isMessageError", "setMessageError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "gridTemplateRows", "rows", "gridTemplateColumns", "cols", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "error", "handleSubmit", "event", "data", "entries", "handleNameChange", "handleEmailChange", "handleMessageChange", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "FormSpark_default", "fontStore", "fonts", "css", "className", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "t", "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", "u", "cx", "serializationHash", "SVG", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "css", "FramerjkG7maMBL", "withCSS", "jkG7maMBL_default", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapu1z0ry", "args", "onTap1fst5bh", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "RichText2", "css", "FramersPcPd63_9", "withCSS", "sPcPd63_9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className"]
}
