{
  "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/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js", "ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/jS5S7kdGCfke02SY6Sm8/esiHpheQuoKh1pBJdgfp/iMl6M3CYC.js", "ssg:https://framerusercontent.com/modules/TPUUft5OBqzAKWK3RMwJ/Lxt2m7VhdyOh1nhkyTJi/hTOWQ1Uif.js", "ssg:https://framerusercontent.com/modules/xuUIoSJciN7ZozhaixXd/fZJKHLeYkKANzNgLqfYG/XfLbZAWoJ.js", "ssg:https://framerusercontent.com/modules/7bxTY5cjUyyGDLZ9q1x8/IAHllBVmjQGZ555aZIio/KvlQnnU9v.js", "ssg:https://framerusercontent.com/modules/OHSGF6KScc89zOZuYe1i/0x827HR30ceSDZhTxJTK/UfePj1JfO.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{useCallback,useMemo,useState}from\"react\";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\";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 mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var ref;const[,domain,parameters]=(ref=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&ref!==void 0?ref:[null,null,null];return[domain,new URLSearchParams(parameters)];};/**\n * MAILCHIMP\n *\n * @framerIntrinsicWidth 430\n * @framerIntrinsicHeight 52\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight auto\n */ const Mailchimp=withCSS(function Mailchimp({url,input,button,layout,style,gap,onSubmit,...props}){const[email1,setEmail]=useState(input.value);const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);return false;}return true;},[]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleSubmit=useCallback(()=>{event.preventDefault();const[domain,parameters]=parseMailChimpUrl(url);if(!validateForm(email1)||!domain||!parameters){setLoading(false);}else{parameters.set(\"MERGE0\",email1) // MERGE0 being Mailchimp's email field name\n;fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{setSuccess(true);onSubmit();}).catch(()=>{setLoading(false);});}},[url,email1]);const handleClick=useCallback(()=>{setLoading(true);},[]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,\"--framer-mailchimp-placeholder-color\":input.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:{width:\"100%\",display:\"grid\",gap,gridTemplateColumns:layout===\"vertical\"?\"1fr\":\"1fr max-content\",gridTemplateRows:layout===\"vertical\"?\"1fr 1fr\":\"1fr\"},onSubmit:handleSubmit,method:\"POST\",children:[/*#__PURE__*/ _jsx(\"div\",{style:{position:\"absolute\",visibility:\"hidden\"},\"aria-hidden\":\"true\",children:/*#__PURE__*/ _jsx(\"input\",{type:\"text\",name:\"b_1487cc549a49109c00fe60a80_93cd7be172\",tabIndex:-1})}),/*#__PURE__*/ _jsx(\"input\",{type:\"email\",name:\"email\",placeholder:input.placeholder,value:isCanvas?input.value:email1,className:\"framer-mailchimp-input\",onChange:handleChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:input.fill,color:input.color,boxShadow:`inset 0 0 0 1px ${isError?input.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,onClick:handleClick,style:{...defaultStyle,cursor:\"pointer\",borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,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-mailchimp-input::placeholder { color: var(--framer-mailchimp-placeholder-color) !important; }\",]);Mailchimp.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};addPropertyControls(Mailchimp,{url:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,description:\"Create a [Mailchimp](https://mailchimp.com/) account and copy your embedded form URL. [Learn more\u2026](https://www.framer.com/sites/integrations/mailchimp/)\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"email@framer.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},value:{title:\"Value\",type:ControlType.String},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},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\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default Mailchimp;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Mailchimp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"52\",\"framerIntrinsicWidth\":\"430\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mailchimp.map", "function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{lenis.current.raf(time);requestAnimationFrame(raf);};requestAnimationFrame(raf);return()=>{lenis.current.destroy();lenis.current=null;};},[]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"style\",{children:`\n      html.lenis {\n        height: auto;\n      }\n\n      .lenis.lenis-smooth {\n        scroll-behavior: auto !important;\n      }\n\n      .lenis.lenis-smooth [data-lenis-prevent] {\n        overscroll-behavior: contain;\n      }\n\n      .lenis.lenis-stopped {\n        overflow: hidden;\n      }\n\n      .lenis.lenis-scrolling iframe {\n        pointer-events: none;\n      }\n    `})});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (705c3f6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={baxg7DL1z:{hover:true},bLm5KpepQ:{hover:true,pressed:true},fol7oUH5P:{hover:true},iE5S1KVpo:{hover:true},LcT2PuccO:{hover:true,pressed:true},UuJfi_j5a:{hover:true,pressed:true}};const cycleOrder=[\"baxg7DL1z\",\"iE5S1KVpo\",\"fol7oUH5P\",\"LcT2PuccO\",\"UuJfi_j5a\",\"bLm5KpepQ\"];const serializationHash=\"framer-8JKMZ\";const variantClassNames={baxg7DL1z:\"framer-v-1v5ckce\",bLm5KpepQ:\"framer-v-10coc4a\",fol7oUH5P:\"framer-v-uib9qf\",iE5S1KVpo:\"framer-v-15s3xyz\",LcT2PuccO:\"framer-v-1w8inq7\",UuJfi_j5a:\"framer-v-1sblb5s\"};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={delay:0,duration:.3,ease:[.5,0,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Nav Facebook\":\"UuJfi_j5a\",\"Nav Instagram\":\"bLm5KpepQ\",\"Nav Untapped\":\"LcT2PuccO\",Facebook:\"iE5S1KVpo\",Instagram:\"fol7oUH5P\",Untapped:\"baxg7DL1z\"};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:\"baxg7DL1z\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"baxg7DL1z\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"iE5S1KVpo-hover\",\"fol7oUH5P-hover\",\"UuJfi_j5a-hover\",\"bLm5KpepQ-hover\",\"UuJfi_j5a-pressed\",\"bLm5KpepQ-pressed\"].includes(gestureVariant))return false;if([\"iE5S1KVpo\",\"fol7oUH5P\",\"UuJfi_j5a\",\"bLm5KpepQ\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"iE5S1KVpo-hover\",\"UuJfi_j5a-hover\",\"UuJfi_j5a-pressed\"].includes(gestureVariant))return true;if([\"iE5S1KVpo\",\"UuJfi_j5a\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"fol7oUH5P-hover\",\"bLm5KpepQ-hover\",\"bLm5KpepQ-pressed\"].includes(gestureVariant))return true;if([\"fol7oUH5P\",\"bLm5KpepQ\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://untappd.com/2RowBrewing\",...addPropertyOverrides({bLm5KpepQ:{href:\"https://www.instagram.com/2rowbrewing/?hl=en\",openInNewTab:true},fol7oUH5P:{href:\"https://www.instagram.com/2rowbrewing/?hl=en\",openInNewTab:true},iE5S1KVpo:{href:\"https://www.facebook.com/bestutahbeer\",openInNewTab:true},UuJfi_j5a:{href:\"https://www.facebook.com/bestutahbeer\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1v5ckce\",className,classNames)} framer-5c0x1p`,\"data-border\":true,\"data-framer-name\":\"Untapped\",layoutDependency:layoutDependency,layoutId:\"baxg7DL1z\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-191ef001-d596-40bc-a5b3-7d2e487fd712, rgb(229, 57, 23))\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60,boxShadow:\"none\",...style},variants:{\"baxg7DL1z-hover\":{boxShadow:'5px 5px 0px 0px var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)) /* {\"name\":\"Stout Black\"} */'},\"bLm5KpepQ-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\"},\"bLm5KpepQ-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\"},\"fol7oUH5P-hover\":{boxShadow:'5px 5px 0px 0px var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)) /* {\"name\":\"Stout Black\"} */'},\"iE5S1KVpo-hover\":{boxShadow:'5px 5px 0px 0px var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)) /* {\"name\":\"Stout Black\"} */'},\"LcT2PuccO-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\"},\"LcT2PuccO-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\"},\"UuJfi_j5a-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\"},\"UuJfi_j5a-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\"},bLm5KpepQ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\"},fol7oUH5P:{backgroundColor:\"var(--token-5ca508cf-f274-46fe-afce-f6d5d1264eed, rgb(242, 146, 12))\"},iE5S1KVpo:{backgroundColor:\"var(--token-361e0f3a-08d4-4914-af33-00945cfc1a2f, rgb(229, 96, 0))\"},LcT2PuccO:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\"},UuJfi_j5a:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\"}},...addPropertyOverrides({\"baxg7DL1z-hover\":{\"data-framer-name\":undefined},\"bLm5KpepQ-hover\":{\"data-framer-name\":undefined},\"bLm5KpepQ-pressed\":{\"data-framer-name\":undefined},\"fol7oUH5P-hover\":{\"data-framer-name\":undefined},\"iE5S1KVpo-hover\":{\"data-framer-name\":undefined},\"LcT2PuccO-hover\":{\"data-framer-name\":undefined},\"LcT2PuccO-pressed\":{\"data-framer-name\":undefined},\"UuJfi_j5a-hover\":{\"data-framer-name\":undefined},\"UuJfi_j5a-pressed\":{\"data-framer-name\":undefined},bLm5KpepQ:{\"data-framer-name\":\"Nav Instagram\"},fol7oUH5P:{\"data-framer-name\":\"Instagram\"},iE5S1KVpo:{\"data-framer-name\":\"Facebook\"},LcT2PuccO:{\"data-framer-name\":\"Nav Untapped\"},UuJfi_j5a:{\"data-framer-name\":\"Nav Facebook\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m4pzoe\",\"data-framer-name\":\"Untappd Icon\",layoutDependency:layoutDependency,layoutId:\"GmQHKCJJ3\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-16eglfw\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"k2wl4cAYn-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 25\"><path d=\"M 13.293 14.523 L 6.378 24.27 C 6.204 24.514 5.968 24.706 5.695 24.826 C 5.422 24.946 5.122 24.989 4.827 24.951 C 3.887 24.818 2.993 24.457 2.222 23.897 C 1.451 23.337 0.827 22.596 0.402 21.737 C 0.272 21.465 0.217 21.163 0.243 20.863 C 0.268 20.562 0.374 20.274 0.547 20.029 L 7.459 10.287 C 7.788 9.823 8.219 9.443 8.719 9.177 L 10.079 8.455 C 10.353 8.305 10.598 8.105 10.801 7.866 C 11.462 7.109 13.234 5.127 16.376 1.925 L 16.431 1.68 C 16.437 1.652 16.451 1.626 16.471 1.605 C 16.491 1.584 16.517 1.569 16.544 1.562 L 16.716 1.518 C 16.753 1.508 16.785 1.486 16.807 1.455 C 16.829 1.424 16.839 1.386 16.836 1.347 L 16.809 1.135 C 16.807 1.114 16.81 1.093 16.816 1.072 C 16.823 1.052 16.833 1.033 16.847 1.017 C 16.861 1.001 16.878 0.988 16.897 0.979 C 16.916 0.97 16.937 0.965 16.958 0.964 C 17.394 0.986 17.811 1.152 18.146 1.436 C 18.518 1.665 18.807 2.012 18.967 2.422 C 18.973 2.443 18.975 2.464 18.972 2.486 C 18.97 2.507 18.963 2.528 18.952 2.546 C 18.942 2.565 18.927 2.581 18.91 2.593 C 18.893 2.606 18.874 2.615 18.853 2.62 L 18.646 2.673 C 18.61 2.682 18.579 2.704 18.557 2.735 C 18.535 2.766 18.524 2.803 18.527 2.841 L 18.527 3.02 C 18.529 3.05 18.523 3.079 18.51 3.105 C 18.496 3.131 18.476 3.153 18.451 3.168 L 18.23 3.3 C 16.262 7.339 14.975 9.675 14.48 10.549 C 14.331 10.824 14.232 11.123 14.189 11.433 L 13.945 12.968 C 13.849 13.53 13.626 14.063 13.293 14.523 Z\" fill=\"rgb(255,245,230)\"></path></svg>',svgContentId:1495536902,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15aa2wx\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EtmW6AfgH-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 18\"><path d=\"M 14.558 13.041 L 7.574 3.305 C 7.242 2.841 6.806 2.462 6.301 2.196 L 4.928 1.475 C 4.651 1.325 4.404 1.126 4.199 0.887 C 4.034 0.701 3.799 0.436 3.496 0.104 C 3.485 0.091 3.47 0.082 3.455 0.076 C 3.439 0.07 3.422 0.068 3.405 0.07 C 3.389 0.072 3.373 0.078 3.359 0.088 C 3.345 0.097 3.334 0.11 3.325 0.124 C 2.267 2.152 1.561 3.423 1.232 3.982 C 1.128 4.163 1.058 4.363 1.026 4.57 C 0.956 5.008 0.956 5.454 1.026 5.891 L 1.026 5.968 C 1.116 6.531 1.337 7.066 1.67 7.53 L 8.654 17.266 C 8.828 17.511 9.065 17.703 9.34 17.824 C 9.615 17.945 9.917 17.989 10.215 17.952 C 11.168 17.822 12.074 17.461 12.856 16.901 C 13.638 16.342 14.272 15.599 14.702 14.739 C 14.832 14.469 14.887 14.169 14.862 13.87 C 14.837 13.571 14.732 13.285 14.558 13.041 Z\" fill=\"rgb(255,245,230)\"></path></svg>',svgContentId:3240249694,withExternalLayout:true,...addPropertyOverrides({LcT2PuccO:{svgContentId:652860568}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-l5r8zj\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sTMY0xBzh-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4 6\"><path d=\"M 0.248 2.61 L 0.451 2.662 C 0.486 2.672 0.518 2.694 0.539 2.724 C 0.561 2.755 0.571 2.792 0.568 2.829 L 0.568 3.007 C 0.566 3.036 0.572 3.065 0.585 3.091 C 0.598 3.117 0.618 3.139 0.643 3.153 L 0.86 3.285 C 1.224 4.027 1.559 4.705 1.874 5.331 C 1.88 5.345 1.89 5.357 1.902 5.366 C 1.914 5.376 1.929 5.382 1.944 5.384 C 1.959 5.387 1.974 5.385 1.988 5.38 C 2.003 5.375 2.016 5.366 2.026 5.354 C 2.535 4.797 3.152 4.135 3.876 3.37 C 3.905 3.339 3.921 3.298 3.921 3.256 C 3.921 3.213 3.905 3.172 3.876 3.142 C 3.509 2.759 3.122 2.358 2.704 1.929 L 2.641 1.678 C 2.635 1.649 2.622 1.623 2.602 1.603 C 2.582 1.582 2.557 1.568 2.53 1.561 L 2.361 1.517 C 2.325 1.507 2.293 1.485 2.272 1.454 C 2.25 1.423 2.24 1.385 2.243 1.347 L 2.261 1.134 C 2.263 1.113 2.26 1.092 2.254 1.072 C 2.248 1.052 2.238 1.034 2.224 1.018 C 2.211 1.002 2.195 0.989 2.176 0.98 C 2.158 0.971 2.138 0.966 2.117 0.964 C 1.687 0.985 1.276 1.149 0.946 1.432 C 0.58 1.66 0.296 2.004 0.139 2.411 C 0.132 2.431 0.13 2.453 0.132 2.474 C 0.134 2.495 0.14 2.516 0.151 2.535 C 0.161 2.553 0.175 2.57 0.191 2.583 C 0.208 2.595 0.227 2.605 0.248 2.61 Z\" fill=\"rgb(255,245,230)\"></path></svg>',svgContentId:1205666307,withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iznxte\",\"data-framer-name\":\"FB Icon\",layoutDependency:layoutDependency,layoutId:\"isCSNTaMs\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rj03jz\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"boj6HG93v\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11 20\"><path d=\"M 11 0 L 8 0 C 6.674 0 5.402 0.527 4.465 1.465 C 3.527 2.402 3 3.674 3 5 L 3 8 L 0 8 L 0 12 L 3 12 L 3 20 L 7 20 L 7 12 L 10 12 L 11 8 L 7 8 L 7 5 C 7 4.735 7.105 4.48 7.293 4.293 C 7.48 4.105 7.735 4 8 4 L 11 4 Z\" fill=\"rgb(255,245,230)\"></path></svg>',svgContentId:3360204848,withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bzdyf2\",\"data-framer-name\":\"Instagram Icon\",layoutDependency:layoutDependency,layoutId:\"ChO58bPrB\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7thbsk\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZRLtv5XnK\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 15 0 L 5 0 C 2.239 0 0 2.239 0 5 L 0 15 C 0 17.761 2.239 20 5 20 L 15 20 C 17.761 20 20 17.761 20 15 L 20 5 C 20 2.239 17.761 0 15 0 Z\" fill=\"rgb(255,245,230)\"></path></svg>',svgContentId:2151524632,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15sy4ub\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iMdFBQfi5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 9 4.37 C 9.123 5.202 8.981 6.052 8.594 6.799 C 8.206 7.546 7.593 8.151 6.842 8.53 C 6.09 8.908 5.238 9.04 4.408 8.906 C 3.577 8.772 2.81 8.38 2.215 7.785 C 1.62 7.19 1.228 6.423 1.094 5.592 C 0.96 4.762 1.092 3.91 1.47 3.158 C 1.849 2.407 2.454 1.794 3.201 1.406 C 3.948 1.019 4.798 0.877 5.63 1 C 6.479 1.126 7.265 1.521 7.872 2.128 C 8.479 2.735 8.874 3.521 9 4.37 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(242,146,12)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:4227005989,withExternalLayout:true,...addPropertyOverrides({\"bLm5KpepQ-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 9 4.37 C 9.123 5.202 8.981 6.052 8.594 6.799 C 8.206 7.546 7.593 8.151 6.842 8.53 C 6.09 8.908 5.238 9.04 4.408 8.906 C 3.577 8.772 2.81 8.38 2.215 7.785 C 1.62 7.19 1.228 6.423 1.094 5.592 C 0.96 4.762 1.092 3.91 1.47 3.158 C 1.849 2.407 2.454 1.794 3.201 1.406 C 3.948 1.019 4.798 0.877 5.63 1 C 6.479 1.126 7.265 1.521 7.872 2.128 C 8.479 2.735 8.874 3.521 9 4.37 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20)) /* {&quot;name&quot;:&quot;Carmel Body&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:1844281291},\"bLm5KpepQ-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 9 4.37 C 9.123 5.202 8.981 6.052 8.594 6.799 C 8.206 7.546 7.593 8.151 6.842 8.53 C 6.09 8.908 5.238 9.04 4.408 8.906 C 3.577 8.772 2.81 8.38 2.215 7.785 C 1.62 7.19 1.228 6.423 1.094 5.592 C 0.96 4.762 1.092 3.91 1.47 3.158 C 1.849 2.407 2.454 1.794 3.201 1.406 C 3.948 1.019 4.798 0.877 5.63 1 C 6.479 1.126 7.265 1.521 7.872 2.128 C 8.479 2.735 8.874 3.521 9 4.37 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20)) /* {&quot;name&quot;:&quot;Carmel Body&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:1844281291},bLm5KpepQ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 9 4.37 C 9.123 5.202 8.981 6.052 8.594 6.799 C 8.206 7.546 7.593 8.151 6.842 8.53 C 6.09 8.908 5.238 9.04 4.408 8.906 C 3.577 8.772 2.81 8.38 2.215 7.785 C 1.62 7.19 1.228 6.423 1.094 5.592 C 0.96 4.762 1.092 3.91 1.47 3.158 C 1.849 2.407 2.454 1.794 3.201 1.406 C 3.948 1.019 4.798 0.877 5.63 1 C 6.479 1.126 7.265 1.521 7.872 2.128 C 8.479 2.735 8.874 3.521 9 4.37 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)) /* {&quot;name&quot;:&quot;Stout Black&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:2748222094}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ekw9so\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"F6rZRqUD3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3 3\"><path d=\"M 1.5 1.5 L 1.51 1.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(242,146,12)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:591741616,withExternalLayout:true,...addPropertyOverrides({\"bLm5KpepQ-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3 3\"><path d=\"M 1.5 1.5 L 1.51 1.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20)) /* {&quot;name&quot;:&quot;Carmel Body&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:3190497394},\"bLm5KpepQ-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3 3\"><path d=\"M 1.5 1.5 L 1.51 1.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20)) /* {&quot;name&quot;:&quot;Carmel Body&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:3190497394},bLm5KpepQ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3 3\"><path d=\"M 1.5 1.5 L 1.51 1.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)) /* {&quot;name&quot;:&quot;Stout Black&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:307234107}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8JKMZ.framer-5c0x1p, .framer-8JKMZ .framer-5c0x1p { display: block; }\",\".framer-8JKMZ.framer-1v5ckce { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 60px; }\",\".framer-8JKMZ .framer-1m4pzoe { flex: none; height: 25px; overflow: visible; position: relative; width: 30px; }\",\".framer-8JKMZ .framer-16eglfw { flex: none; height: 25px; left: 1px; position: absolute; top: calc(48.00000000000002% - 25px / 2); width: 19px; }\",\".framer-8JKMZ .framer-15aa2wx { bottom: 0px; flex: none; height: 18px; position: absolute; right: 0px; width: 15px; }\",\".framer-8JKMZ .framer-l5r8zj { flex: none; height: 6px; left: 11px; position: absolute; top: 0px; width: 4px; }\",\".framer-8JKMZ .framer-1iznxte { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-8JKMZ .framer-1rj03jz { flex: none; height: 20px; left: calc(50.00000000000002% - 11px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 11px; }\",\".framer-8JKMZ .framer-1bzdyf2 { flex: none; height: 20px; overflow: hidden; position: relative; width: 20px; }\",\".framer-8JKMZ .framer-7thbsk { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-8JKMZ .framer-15sy4ub { flex: none; height: 10px; left: calc(50.00000000000002% - 10px / 2); position: absolute; top: calc(50.00000000000002% - 10px / 2); width: 10px; }\",\".framer-8JKMZ .framer-ekw9so { flex: none; height: 3px; left: 14px; position: absolute; top: 3px; width: 3px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8JKMZ.framer-1v5ckce { gap: 0px; } .framer-8JKMZ.framer-1v5ckce > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-8JKMZ.framer-1v5ckce > :first-child { margin-top: 0px; } .framer-8JKMZ.framer-1v5ckce > :last-child { margin-bottom: 0px; } }\",\".framer-8JKMZ.framer-v-15s3xyz.framer-1v5ckce, .framer-8JKMZ.framer-v-uib9qf.framer-1v5ckce, .framer-8JKMZ.framer-v-1v5ckce.hover.framer-1v5ckce { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 60px); }\",\".framer-8JKMZ.framer-v-1w8inq7.framer-1v5ckce, .framer-8JKMZ.framer-v-1sblb5s.framer-1v5ckce, .framer-8JKMZ.framer-v-10coc4a.framer-1v5ckce { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-8JKMZ.framer-v-1w8inq7 .framer-1m4pzoe { aspect-ratio: 1.2 / 1; height: var(--framer-aspect-ratio-supported, 25px); }\",\".framer-8JKMZ.framer-v-1w8inq7 .framer-16eglfw, .framer-8JKMZ.framer-v-1w8inq7 .framer-l5r8zj { top: -1px; }\",\".framer-8JKMZ.framer-v-1w8inq7 .framer-15aa2wx { bottom: 1px; }\",'.framer-8JKMZ[data-border=\"true\"]::after, .framer-8JKMZ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"iE5S1KVpo\":{\"layout\":[\"fixed\",\"fixed\"]},\"fol7oUH5P\":{\"layout\":[\"fixed\",\"fixed\"]},\"LcT2PuccO\":{\"layout\":[\"fixed\",\"fixed\"]},\"UuJfi_j5a\":{\"layout\":[\"fixed\",\"fixed\"]},\"bLm5KpepQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"lw1nHa4E6\":{\"layout\":[\"fixed\",\"fixed\"]},\"N_m6TAALd\":{\"layout\":[\"fixed\",\"fixed\"]},\"tXRBcpzKo\":{\"layout\":[\"fixed\",\"fixed\"]},\"ionX40ELt\":{\"layout\":[\"fixed\",\"fixed\"]},\"gOOgu2X6_\":{\"layout\":[\"fixed\",\"fixed\"]},\"TrfQ7C9FD\":{\"layout\":[\"fixed\",\"fixed\"]},\"TqzdAnJAm\":{\"layout\":[\"fixed\",\"fixed\"]},\"GCLHajHX8\":{\"layout\":[\"fixed\",\"fixed\"]},\"OS2Itf7Qv\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriMl6M3CYC=withCSS(Component,css,\"framer-8JKMZ\");export default FrameriMl6M3CYC;FrameriMl6M3CYC.displayName=\"Social Link\";FrameriMl6M3CYC.defaultProps={height:60,width:60};addPropertyControls(FrameriMl6M3CYC,{variant:{options:[\"baxg7DL1z\",\"iE5S1KVpo\",\"fol7oUH5P\",\"LcT2PuccO\",\"UuJfi_j5a\",\"bLm5KpepQ\"],optionTitles:[\"Untapped\",\"Facebook\",\"Instagram\",\"Nav Untapped\",\"Nav Facebook\",\"Nav Instagram\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameriMl6M3CYC,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriMl6M3CYC\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"60\",\"framerIntrinsicWidth\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iE5S1KVpo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fol7oUH5P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LcT2PuccO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UuJfi_j5a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bLm5KpepQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lw1nHa4E6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N_m6TAALd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tXRBcpzKo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ionX40ELt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gOOgu2X6_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TrfQ7C9FD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TqzdAnJAm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GCLHajHX8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OS2Itf7Qv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iMl6M3CYC.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Herbus Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Herbus Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/boC0yIa4VsSSndWOOPnHMGGx4o.woff2\"}]}];export const css=['.framer-rBoGJ .framer-styles-preset-zxvz99:not(.rich-text-wrapper), .framer-rBoGJ .framer-styles-preset-zxvz99.rich-text-wrapper h3 { --framer-font-family: \"Herbus Bold\", \"Herbus Bold Placeholder\", sans-serif; --framer-font-size: 100px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 85%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, #190e00); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-rBoGJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Herbus Bold\"]);export const fonts=[{family:\"Herbus Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/boC0yIa4VsSSndWOOPnHMGGx4o.woff2\"}];export const css=['.framer-oWXJX .framer-styles-preset-1aaj1pj:not(.rich-text-wrapper), .framer-oWXJX .framer-styles-preset-1aaj1pj.rich-text-wrapper h5 { --framer-font-family: \"Herbus Bold\", \"Herbus Bold Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 95%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, #190e00); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-oWXJX\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2a6858f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Mailchimp from\"https://framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/nfLUe6B43pLcsFMnYitT/orxi3ggvxThO039MWnAA/ghrfR8mWx.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/cRwGKNY4rygQdnNpBIeM/huUrPH5mvsN4EJElF37a/GiFR5s8o7.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/TPUUft5OBqzAKWK3RMwJ/Lxt2m7VhdyOh1nhkyTJi/hTOWQ1Uif.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xuUIoSJciN7ZozhaixXd/fZJKHLeYkKANzNgLqfYG/XfLbZAWoJ.js\";import SocialLink from\"https://framerusercontent.com/modules/jS5S7kdGCfke02SY6Sm8/esiHpheQuoKh1pBJdgfp/iMl6M3CYC.js\";import Link from\"https://framerusercontent.com/modules/WU231abgoIT2xIAU8qkw/qcq8gxPo0Wbl62P5JQcO/WHQ2Z6Y9J.js\";const LinkFonts=getFonts(Link);const SocialLinkFonts=getFonts(SocialLink);const MailchimpFonts=getFonts(Mailchimp);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"f0Ce7qnjy\",\"J53X7lGnr\",\"nKFXy_8Cq\"];const serializationHash=\"framer-3WyDf\";const variantClassNames={f0Ce7qnjy:\"framer-v-ojv0qg\",J53X7lGnr:\"framer-v-11so2r1\",nKFXy_8Cq:\"framer-v-z8hpg5\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const transition2={damping:20,delay:.25,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,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(React.Fragment);const humanReadableVariantMap={Desktop:\"f0Ce7qnjy\",Mobile:\"nKFXy_8Cq\",Tablet:\"J53X7lGnr\"};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:\"f0Ce7qnjy\"};};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:\"f0Ce7qnjy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.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.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ojv0qg\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"f0Ce7qnjy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 244, 229)\",...style},...addPropertyOverrides({J53X7lGnr:{\"data-framer-name\":\"Tablet\"},nKFXy_8Cq:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ceqhlc\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"CjxgHXFdC\",style:{backgroundColor:\"rgb(255, 244, 229)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oh8ug\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"v_moM4sLm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-noxlcd\",\"data-framer-name\":\"Hours & Links\",layoutDependency:layoutDependency,layoutId:\"sJxFEkQxG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jblgjc\",\"data-border\":true,\"data-framer-name\":\"Hours\",layoutDependency:layoutDependency,layoutId:\"sE5osVTTD\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 244, 229)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6yaop3\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"HIV5NqsiC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h5,{className:\"framer-styles-preset-1aaj1pj\",\"data-styles-preset\":\"XfLbZAWoJ\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-as4nhg, var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)))\"},children:\"Taproom\"}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-14bv5g2, var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)))\"},children:\"Hours\"})]})}),className:\"framer-6vxqo3\",\"data-framer-name\":\"TAPROOM HOURS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"L4O2UkhHE\",style:{\"--extracted-14bv5g2\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",\"--extracted-as4nhg\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{nKFXy_8Cq:{\"--extracted-1eung3n\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nKFXy_8Cq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{style:{\"--font-selector\":\"Q1VTVE9NO0hlcmJ1cyBCb2xk\",\"--framer-font-family\":'\"Herbus Bold\", \"Herbus Bold Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"95%\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)))\"},children:[\"Taproom\",/*#__PURE__*/_jsx(motion.br,{}),\"Hours\"]})}),fonts:[\"CUSTOM;Herbus Bold\"],viewBox:\"0 0 336.4 152\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4u01bk\",\"data-framer-name\":\"Schedule\",layoutDependency:layoutDependency,layoutId:\"YC3jq_OB4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10pjkhc\",\"data-framer-name\":\"Underline\",layoutDependency:layoutDependency,layoutId:\"Yx62yKSue\",style:{backgroundColor:\"rgba(25, 14, 0, 0.1)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14ha5il\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"VLMGYSZgI\",style:{backgroundColor:\"rgb(25, 14, 0)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f926nx\",\"data-framer-name\":\"Frame 682\",layoutDependency:layoutDependency,layoutId:\"URPEyms8Z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-15h939s\",\"data-styles-preset\":\"GiFR5s8o7\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20)))\"},children:\"Mon - Thu:\"})}),className:\"framer-82pius\",\"data-framer-name\":\"Mon - Thu:\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nfBp34A4X\",style:{\"--extracted-1w1cjl5\":\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-15h939s\",\"data-styles-preset\":\"GiFR5s8o7\",children:\"11AM - 11PM\"})}),className:\"framer-15kejay\",\"data-framer-name\":\"11AM - 11PM\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OdnJBkRTQ\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-163cxcl\",\"data-framer-name\":\"Underline\",layoutDependency:layoutDependency,layoutId:\"swySxQ5ve\",style:{backgroundColor:\"rgba(25, 14, 0, 0.1)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ihqh0x\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"sTegXUYmV\",style:{backgroundColor:\"rgb(25, 14, 0)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3eeejs\",\"data-framer-name\":\"Frame 683\",layoutDependency:layoutDependency,layoutId:\"hxulScr35\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-15h939s\",\"data-styles-preset\":\"GiFR5s8o7\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20)))\"},children:\"Fri - Sat:\"})}),className:\"framer-19kbuxg\",\"data-framer-name\":\"Fri - Sat:\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aydBLKcT0\",style:{\"--extracted-1w1cjl5\":\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-15h939s\",\"data-styles-preset\":\"GiFR5s8o7\",children:\"11AM - 12AM\"})}),className:\"framer-8b64by\",\"data-framer-name\":\"11AM - 12PM\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FV_EUbxK8\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ya601t\",\"data-framer-name\":\"Underline\",layoutDependency:layoutDependency,layoutId:\"DF2Zbt89y\",style:{backgroundColor:\"rgba(25, 14, 0, 0.1)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18hel6q\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"iGbwY_cxL\",style:{backgroundColor:\"rgb(25, 14, 0)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1otye2m\",\"data-framer-name\":\"Frame 684\",layoutDependency:layoutDependency,layoutId:\"VWoK4_ZRd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-15h939s\",\"data-styles-preset\":\"GiFR5s8o7\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20)))\"},children:\"Sun:\"})}),className:\"framer-1jjlshy\",\"data-framer-name\":\"Sun:\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E68bEmNsx\",style:{\"--extracted-1w1cjl5\":\"var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-15h939s\",\"data-styles-preset\":\"GiFR5s8o7\",children:\"11AM - 10PM\"})}),className:\"framer-ctkpkj\",\"data-framer-name\":\"11AM - 10PM\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OfYtyx6rS\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ns74cj\",\"data-border\":true,\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"WsdF3GrTW\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 244, 229)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xu55q8\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"W8Zxgnn4W\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+80+-3.25+0+0,...addPropertyOverrides({J53X7lGnr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0+60+30+0+0},nKFXy_8Cq:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jqdzh3-container\",layoutDependency:layoutDependency,layoutId:\"xrQ6MiAZw-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"xrQ6MiAZw\",layoutId:\"xrQ6MiAZw\",variant:\"fDNDovE8r\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+80+-3.25+0+54,...addPropertyOverrides({J53X7lGnr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0+60+30+0+54},nKFXy_8Cq:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dv0dv9-container\",layoutDependency:layoutDependency,layoutId:\"YjVcupwfH-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"YjVcupwfH\",layoutId:\"YjVcupwfH\",variant:\"eBWfCrYqx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+80+-3.25+0+108,...addPropertyOverrides({J53X7lGnr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0+60+30+0+108},nKFXy_8Cq:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k1vu3z-container\",layoutDependency:layoutDependency,layoutId:\"T31hrzLpP-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"T31hrzLpP\",layoutId:\"T31hrzLpP\",variant:\"eyyl26_z3\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+80+-3.25+0+162,...addPropertyOverrides({J53X7lGnr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0+60+30+0+162},nKFXy_8Cq:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1guvkes-container\",layoutDependency:layoutDependency,layoutId:\"oOLJiTH_4-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"oOLJiTH_4\",layoutId:\"oOLJiTH_4\",variant:\"XOLMAuBEt\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+80+-3.25+0+216,...addPropertyOverrides({J53X7lGnr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0+60+30+0+216},nKFXy_8Cq:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18vitxy-container\",layoutDependency:layoutDependency,layoutId:\"t3lWMUDHV-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"t3lWMUDHV\",layoutId:\"t3lWMUDHV\",variant:\"C7MZ8qhxm\",width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sgdu7r\",\"data-border\":true,\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"smTK_XlOZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"60px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+393.5+30,...addPropertyOverrides({J53X7lGnr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+420+30},nKFXy_8Cq:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dzy46y-container\",layoutDependency:layoutDependency,layoutId:\"pacMHYflJ-container\",children:/*#__PURE__*/_jsx(SocialLink,{height:\"100%\",id:\"pacMHYflJ\",layoutId:\"pacMHYflJ\",style:{height:\"100%\",width:\"100%\"},variant:\"baxg7DL1z\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"60px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+393.5+30,...addPropertyOverrides({J53X7lGnr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+420+30},nKFXy_8Cq:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oiii45-container\",layoutDependency:layoutDependency,layoutId:\"jmT83FGb6-container\",children:/*#__PURE__*/_jsx(SocialLink,{height:\"100%\",id:\"jmT83FGb6\",layoutId:\"jmT83FGb6\",style:{height:\"100%\",width:\"100%\"},variant:\"iE5S1KVpo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"60px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+393.5+30,...addPropertyOverrides({J53X7lGnr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+420+30},nKFXy_8Cq:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1naglqc-container\",layoutDependency:layoutDependency,layoutId:\"s2DsZC_Jc-container\",children:/*#__PURE__*/_jsx(SocialLink,{height:\"100%\",id:\"s2DsZC_Jc\",layoutId:\"s2DsZC_Jc\",style:{height:\"100%\",width:\"100%\"},variant:\"fol7oUH5P\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mx85tl\",\"data-border\":true,\"data-framer-name\":\"Newsletter Signup\",layoutDependency:layoutDependency,layoutId:\"yalusBnxA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-zxvz99\",\"data-styles-preset\":\"hTOWQ1Uif\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-5ca508cf-f274-46fe-afce-f6d5d1264eed, rgb(242, 146, 12)))\"},children:\"Never miss a Sip\"})}),className:\"framer-qfe489\",\"data-framer-name\":\"Never miss a Sip\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YCyDDrJAX\",style:{\"--extracted-a0htzi\":\"var(--token-5ca508cf-f274-46fe-afce-f6d5d1264eed, rgb(242, 146, 12))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{nKFXy_8Cq:{\"--extracted-1eung3n\":\"var(--token-5ca508cf-f274-46fe-afce-f6d5d1264eed, rgb(242, 146, 12))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({J53X7lGnr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{className:\"framer-styles-preset-zxvz99\",\"data-styles-preset\":\"hTOWQ1Uif\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-5ca508cf-f274-46fe-afce-f6d5d1264eed, rgb(242, 146, 12)))\"},children:[\"Never miss\",/*#__PURE__*/_jsx(motion.br,{}),\"a Sip\"]})})},nKFXy_8Cq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-a3p4dd\",\"data-styles-preset\":\"ghrfR8mWx\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-5ca508cf-f274-46fe-afce-f6d5d1264eed, rgb(242, 146, 12)))\"},children:\"Never miss a Sip\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ihmm2p-container\",layoutDependency:layoutDependency,layoutId:\"I5kRfjYhM-container\",children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,button:{color:\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",fill:\"var(--token-5ca508cf-f274-46fe-afce-f6d5d1264eed, rgb(242, 146, 12))\",fontWeight:600,label:\"Sign Up\"},font:true,fontFamily:\"Cooper Md BT Medium\",fontSize:16,fontWeight:400,gap:10,height:\"100%\",id:\"I5kRfjYhM\",input:{color:\"var(--token-8fee4c50-4086-4388-96c0-1505211bde5d, rgb(255, 244, 229))\",error:\"var(--token-191ef001-d596-40bc-a5b3-7d2e487fd712, rgb(229, 57, 23))\",fill:\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",placeholder:\"Email Address\",placeholderColor:\"var(--token-0a633021-d213-4ea8-9faa-14fefed38236, rgb(229, 210, 184))\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"I5kRfjYhM\",padding:15,paddingBottom:15,paddingLeft:30,paddingPerSide:true,paddingRight:30,paddingTop:15,style:{width:\"100%\"},topLeftRadius:10,topRightRadius:10,url:\"https://website.us22.list-manage.com/subscribe/post?u=e5f360fb6ba1de877990ef922&amp;id=51c00a53c7&amp;f_id=00f5c5e1f0\",width:\"100%\",...addPropertyOverrides({nKFXy_8Cq:{layout:\"vertical\"}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15neio7\",\"data-framer-name\":\"Brand Moment\",layoutDependency:layoutDependency,layoutId:\"gP6iYRgFW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qa4bye\",\"data-border\":true,\"data-framer-name\":\"BG Stripes\",layoutDependency:layoutDependency,layoutId:\"A16NwdJX4\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},transformTemplate:transformTemplate1,...addPropertyOverrides({nKFXy_8Cq:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lsf0wy\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"nDQsnvQ6a\",style:{backgroundColor:\"var(--token-191ef001-d596-40bc-a5b3-7d2e487fd712, rgb(229, 57, 23))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-375p2d\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"yFUzB8zFA\",style:{backgroundColor:\"var(--token-361e0f3a-08d4-4914-af33-00945cfc1a2f, rgb(229, 96, 0))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16hq34v\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"CWTWnziyh\",style:{backgroundColor:\"var(--token-5ca508cf-f274-46fe-afce-f6d5d1264eed, rgb(242, 146, 12))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bp557t\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"hnkWc9_oK\",style:{backgroundColor:\"var(--token-8fee4c50-4086-4388-96c0-1505211bde5d, rgb(255, 244, 229))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zs4ppl\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"JNc5_Fe8g\",style:{backgroundColor:\"var(--token-a757f46a-5dfe-4881-8575-abde507523bd, rgb(87, 175, 219))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oa98bi\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"YYUu60CZO\",style:{backgroundColor:\"var(--token-b65aed62-c1e9-4d0d-96a9-3bce83ccf892, rgb(18, 125, 178))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xydpao\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"JkY1TOvFQ\",style:{backgroundColor:\"var(--token-236e65b0-524b-414e-9373-e5dc44a079ee, rgb(23, 78, 153))\"}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qn80kb\",\"data-framer-name\":\"Workmark Wrapper\",layoutDependency:layoutDependency,layoutId:\"t5_YTnsly\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-iaw3ph\",\"data-framer-name\":\"Footer_Wordmark\",fill:\"black\",intrinsicHeight:424,intrinsicWidth:972,layoutDependency:layoutDependency,layoutId:\"rqaW5Hu5h\",svg:'<svg width=\"972\" height=\"424\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M76.69 204.882h141.14c3.489 0 6.14-.792 7.946-2.387 1.799-1.591 3.269-4.431 4.396-8.527h5.408v63.769h-5.408c-1.127-4.095-2.594-6.935-4.396-8.526-1.803-1.592-4.454-2.388-7.946-2.388H38.151c-5.747 0-9.638.683-11.667 2.048-2.025 1.365-3.549 4.315-4.56 8.866H16.51c-.11-5.683-.166-9.322-.166-10.914 0-14.546 1.63-26.538 4.902-35.974 6.645-19.091 19.043-35.289 37.192-48.586 9.352-6.819 24.624-15.116 45.813-24.891l28.565-13.125c13.402-6.252 23.065-12.707 28.981-19.356 5.913-6.648 8.872-14.525 8.872-23.62 0-10.346-3.524-18.215-10.565-23.618-7.04-5.397-17.269-8.103-30.678-8.103-16.343 0-31.555 4.039-45.64 12.106-13.635 7.731-20.453 15.688-20.453 23.872 0 1.935.901 5.514 2.708 10.741l-3.719 3.926-44.964-48.933 4.058-3.752c4.28 2.047 7.436 3.07 9.461 3.07 1.803 0 3.383-.397 4.736-1.192 1.354-.796 4.11-3.07 8.281-6.82C68.688 20.859 99.278 10 135.682 10c26.14 0 47.046 6.48 62.71 19.44 15.887 13.185 23.833 30.748 23.833 52.686s-7.603 39.444-22.818 53.541c-10.027 9.206-23.497 17.62-40.398 25.234l-26.031 11.766c-2.707 1.362-8.846 3.975-18.425 7.841-11.723 4.774-19.948 8.668-24.68 11.682-4.733 3.013-9.126 7.246-13.18 12.7l-.003-.008Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M86.132 194.882c-3.324 2.68-6.467 6.011-9.428 9.994l-.006.006h141.133c3.365 0 5.95-.736 7.75-2.22.066-.054.131-.11.196-.167 1.799-1.591 3.269-4.431 4.396-8.527h5.408v63.769h-5.408c-1.127-4.095-2.594-6.935-4.396-8.526a7.538 7.538 0 0 0-.196-.167c-1.797-1.48-4.382-2.221-7.75-2.221H38.151c-5.747 0-9.638.683-11.667 2.048a7.06 7.06 0 0 0-.123.085c-1.948 1.389-3.423 4.276-4.413 8.677l-.024.104H16.51l-.023-1.207c-.095-4.994-.143-8.231-.143-9.707 0-.562.002-1.12.007-1.674.121-13.795 1.749-25.229 4.895-34.3 6.645-19.091 19.043-35.289 37.192-48.586 9.352-6.819 24.624-15.116 45.813-24.891l28.565-13.125c13.402-6.252 23.065-12.707 28.981-19.356 5.913-6.648 8.872-14.525 8.872-23.62 0-10.346-3.524-18.215-10.565-23.618-7.04-5.397-17.269-8.103-30.678-8.103-16.343 0-31.555 4.039-45.64 12.106-13.635 7.731-20.453 15.688-20.453 23.872 0 .312.024.667.07 1.064.244 2.067 1.123 5.292 2.638 9.677l-3.719 3.926-44.964-48.933 4.058-3.752.017.008c3.877 1.853 6.83 2.864 8.855 3.035.206.018.402.026.59.026 1.802 0 3.382-.396 4.735-1.191 1.354-.796 4.11-3.07 8.281-6.82C68.688 20.859 99.278 10 135.682 10c26.14 0 47.046 6.48 62.71 19.44 15.887 13.185 23.833 30.748 23.833 52.686s-7.603 39.444-22.818 53.541c-10.027 9.206-23.497 17.62-40.398 25.234l-26.031 11.766c-2.707 1.362-8.846 3.975-18.425 7.841-11.723 4.774-19.948 8.668-24.68 11.682a41.321 41.321 0 0 0-3.741 2.692Zm32.18-5.107c-4.619 1.881-8.584 3.583-11.93 5.107h111.449c.66 0 1.115-.05 1.403-.1a7.23 7.23 0 0 0 .107-.198c.332-.644.756-1.691 1.191-3.27l2.022-7.346h23.027v83.769h-23.027l-2.022-7.345c-.435-1.582-.859-2.629-1.191-3.272a9.158 9.158 0 0 0-.105-.196 8.307 8.307 0 0 0-1.405-.101H38.151c-2.53 0-4.319.155-5.5.362l-.175.032c-.229.567-.51 1.434-.79 2.688l-1.739 7.832H6.701l-.19-9.807c-.108-5.65-.167-9.398-.167-11.107 0-15.194 1.689-28.396 5.454-39.251l.004-.01c7.385-21.219 21.134-39.011 40.726-53.366l.01-.007.009-.007c10.186-7.426 26.202-16.058 47.515-25.891l28.551-13.118c12.864-6.004 21.111-11.757 25.714-16.93 4.244-4.773 6.342-10.268 6.342-16.973 0-7.81-2.5-12.495-6.648-15.68m-35.709 124.185c9.277-3.744 15.744-6.478 18.961-8.075l25.843-11.682.002-.001c17.547-7.905 32.012-16.848 43.052-26.984l.016-.015.017-.015c17.334-16.061 26.022-36.261 26.022-60.877 0-24.7-9.111-45.164-27.446-60.38l-.012-.01C186.849 6.91 163.472 0 135.682 0 97.126 0 64.118 11.567 37.306 35.046l-.049.042-.048.044c-2.032 1.827-3.646 3.227-4.87 4.235a37.98 37.98 0 0 1-1.469 1.162 11.163 11.163 0 0 1-.793-.229c-1.021-.331-2.452-.905-4.346-1.811l-6.122-2.93L3.25 50.69l58.962 64.165L77.474 98.74l-1.982-5.736c-.85-2.461-1.43-4.37-1.785-5.783-.313-1.241-.365-1.76-.373-1.78.055-2.29 2.26-7.644 15.385-15.085l.019-.01.019-.011c12.562-7.196 26.06-10.784 40.669-10.784 12.273 0 19.988 2.508 24.594 6.038\" fill=\"#1A0F00\"/><path d=\"M310.466 169.332v68.048c0 3.003.632 5.334 1.908 6.985 1.273 1.652 3.45 2.929 6.528 3.83v4.807H262.73v-4.807c3.167-.997 5.362-2.302 6.596-3.904 1.23-1.599 1.845-3.905 1.845-6.911V63.732c0-3.102-.615-5.457-1.845-7.06-1.23-1.598-3.425-2.903-6.596-3.904v-4.806h112.609c13.71 0 24.589.902 32.633 2.705 8.044 1.804 15.053 4.959 21.033 9.465 6.942 5.209 12.13 12.268 15.558 21.18 3.252 8.616 4.878 17.829 4.878 27.639 0 33.45-16.308 53.025-48.919 58.733l34.94 56.632c6.154 9.913 10.66 16.297 13.519 19.151 2.856 2.854 6.352 4.431 10.483 4.732v4.806h-65.025v-4.806c4.474-.799 6.715-2.603 6.715-5.408 0-1.803-2.064-6.157-6.188-13.067l-36.45-60.385h-48.047l-.003-.007Zm0-33.8h60.65c8.966 0 15.296-.3 18.986-.901 3.694-.602 7.08-1.85 10.154-3.756 6.68-4.106 10.02-11.516 10.02-22.232s-3.34-18.121-10.02-22.23c-3.163-2.003-6.527-3.28-10.087-3.831-3.562-.548-9.91-.828-19.053-.828h-60.65v53.778Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M401.15 243.005c.003-.07.004-.142.004-.214 0-1.803-2.064-6.157-6.188-13.067l-36.45-60.385h-48.047l-.003-.007v68.048c0 2.253.356 4.128 1.073 5.622.238.496.517.951.835 1.363 1.273 1.652 3.45 2.929 6.528 3.83v4.807H262.73v-4.807c3.167-.997 5.362-2.302 6.596-3.904a7.28 7.28 0 0 0 .787-1.289c.705-1.471 1.058-3.345 1.058-5.622V63.732c0-2.355-.355-4.279-1.063-5.77a7.17 7.17 0 0 0-.782-1.29c-1.23-1.598-3.425-2.903-6.596-3.904v-4.806h112.609c13.71 0 24.589.902 32.633 2.705 8.044 1.804 15.053 4.959 21.033 9.465 6.942 5.209 12.13 12.268 15.558 21.18 3.252 8.616 4.878 17.829 4.878 27.639 0 29.735-12.887 48.506-38.659 56.318-3.219.976-6.639 1.781-10.26 2.415l34.94 56.632c5.841 9.41 10.198 15.64 13.071 18.689.154.163.303.317.448.462 2.856 2.854 6.352 4.431 10.483 4.732v4.806h-65.025v-4.806c4.36-.779 6.599-2.511 6.711-5.194Zm42.809-23.963.007.012c6.237 10.048 10.171 15.43 12.08 17.335l.004.005c1.11 1.108 2.333 1.7 4.14 1.831l9.274.675v24.105h-85.025v-23.178l4.362-.779a144.25 144.25 0 0 0-2.422-4.199l-33.508-55.51h-32.405v58.041c0 .324.014.586.032.791.285.123.682.271 1.216.428l7.188 2.106v22.297H252.73V240.86l6.997-2.203a12.587 12.587 0 0 0 1.416-.529c.016-.2.028-.448.028-.748V63.732c0-.367-.015-.664-.036-.9-.333-.15-.795-.332-1.415-.528l-6.99-2.206V37.962h122.609c14.03 0 25.743.912 34.821 2.948 9.288 2.082 17.63 5.788 24.853 11.228 8.587 6.446 14.851 15.1 18.884 25.584l.011.03.011.03c3.705 9.815 5.522 20.232 5.522 31.169 0 18.323-4.483 34.088-14.547 46.17-7.319 8.787-17.052 14.98-28.704 18.914l27.769 45.007Zm-52.632 25.233Zm-1.225-109.644c3.694-.602 7.08-1.85 10.154-3.756 6.68-4.106 10.02-11.516 10.02-22.232s-3.34-18.121-10.02-22.23c-3.163-2.003-6.527-3.28-10.087-3.831-3.562-.548-9.91-.828-19.053-.828h-60.65v53.778h60.65c8.966 0 15.296-.3 18.986-.901Zm-69.636-9.099h50.65c8.965 0 14.569-.314 17.378-.771l.002-.001c2.45-.398 4.583-1.201 6.491-2.385l.017-.01.016-.01c2.684-1.65 5.256-5.051 5.256-13.712 0-8.658-2.57-12.06-5.259-13.714l-.054-.033-.054-.034c-2.046-1.294-4.117-2.063-6.266-2.397-2.721-.418-8.367-.71-17.527-.71h-50.65v33.777Z\" fill=\"#1A0F00\"/><path d=\"M561.238 44.355c31.399 0 56.295 9.665 74.674 28.99 19.439 20.229 29.158 46.368 29.158 78.41 0 19.628-4.661 37.955-13.982 54.977-18.209 33.251-48.071 49.87-89.589 49.87-31.138 0-55.896-9.662-74.278-28.99-9.854-10.313-17.333-22.684-22.433-37.103-4.489-12.714-6.729-26.086-6.729-40.105 0-20.527 4.615-39.303 13.851-56.331 17.679-32.544 47.456-49.12 89.324-49.722l.004.004Zm.13 34.85c-17.159 0-31.456 5.803-42.896 17.407-13.551 13.708-20.327 31.66-20.327 53.87 0 22.21 6.776 40.165 20.327 53.87 11.437 11.603 25.829 17.407 43.161 17.407 17.333 0 31.675-5.804 43.028-17.407 6.775-6.904 11.967-15.356 15.576-25.361 3.167-8.906 4.75-18.104 4.75-27.611 0-23.207-6.775-41.467-20.326-54.772-11.529-11.402-25.96-17.202-43.293-17.407v.004Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M561.234 44.351c-41.868.601-71.645 17.178-89.324 49.722-9.236 17.028-13.851 35.804-13.851 56.331 0 14.019 2.24 27.391 6.729 40.105 5.1 14.419 12.579 26.79 22.433 37.103 18.382 19.328 43.14 28.99 74.278 28.99 41.518 0 71.38-16.619 89.589-49.87 9.321-17.022 13.982-35.349 13.982-54.977 0-32.042-9.719-58.181-29.158-78.41-18.379-19.325-43.275-28.99-74.674-28.99l-.004-.004Zm4.237-9.94-.119-.12-4.262.061c-44.911.645-78.307 18.756-97.967 54.947l-.004.006c-10.076 18.581-15.06 39.01-15.06 61.099 0 15.105 2.418 29.607 7.299 43.434l.002.006c5.536 15.65 13.727 29.263 24.624 40.669 20.587 21.641 48.142 32.089 81.515 32.089 22.098 0 41.692-4.429 58.399-13.728 16.755-9.326 30.053-23.246 39.961-41.339 10.136-18.511 15.211-38.493 15.211-59.78 0-34.218-10.455-62.963-31.929-85.32-19.728-20.733-45.97-31.178-77.67-32.024Zm-3.918 54.794h-.185c-14.639 0-26.321 4.839-35.775 14.428l-.01.009c-11.417 11.549-17.438 26.829-17.438 46.84 0 20.011 6.022 35.294 17.437 46.839l.006.005.006.006c9.428 9.566 21.194 14.427 36.039 14.427 14.845 0 26.545-4.859 35.88-14.4l.005-.006.006-.006c5.667-5.774 10.13-12.951 13.299-21.73 2.777-7.817 4.164-15.874 4.164-24.237 0-21.16-6.107-36.615-17.332-47.636l-.013-.013-.013-.013c-9.485-9.38-21.279-14.274-36.076-14.513Zm9.815-9.217a72.87 72.87 0 0 0-10-.787v.004c-17.159 0-31.456 5.803-42.896 17.407-13.551 13.708-20.327 31.66-20.327 53.87 0 22.21 6.776 40.165 20.327 53.87 11.437 11.603 25.829 17.407 43.161 17.407 17.333 0 31.675-5.804 43.028-17.407 6.775-6.904 11.967-15.356 15.576-25.361 3.167-8.906 4.75-18.104 4.75-27.611 0-23.207-6.775-41.467-20.326-54.772-9.236-9.133-20.333-14.672-33.293-16.62Z\" fill=\"#1A0F00\"/><path d=\"M806.087 108.52 764.94 227.014c-2.379 6.009-3.566 9.818-3.566 11.417 0 4.608 3.251 7.862 9.761 9.764v4.807h-57.956v-4.807c5.892-1.298 8.839-4.703 8.839-10.213 0-1.504-1.233-5.956-3.697-13.369L666.73 73.348c-2.552-7.512-4.86-12.59-6.927-15.247-2.072-2.652-5.083-4.431-9.041-5.333v-4.806h62.572v4.806c-5.538 1.404-8.309 4.357-8.309 8.863 0 2.306.703 5.61 2.114 9.913l35.591 108.508 38.539-109.11c1.671-4.703 2.505-7.811 2.505-9.311 0-4.605-2.947-7.558-8.836-8.863v-4.806h65.411v4.806c-5.984 1.804-8.97 5.058-8.97 9.765 0 1.602.746 4.608 2.244 9.011l36.736 108.508 35.479-106.704c1.844-5.305 2.777-9.259 2.777-11.865 0-4.407-3.166-7.307-9.503-8.711v-4.806h61.893v4.806c-4.396 1.404-7.429 3.208-9.097 5.407-1.665 2.204-3.874 7.264-6.606 15.172l-51.587 151.266c-2.464 7.211-3.694 12.017-3.694 14.418 0 4.909 3.118 7.961 9.359 9.164v4.806h-58.709v-4.806c6.153-1.1 9.232-4.453 9.232-10.065 0-1.9-1.361-6.405-4.09-13.521l-39.73-116.093h.004Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M806.085 108.525 764.94 227.014c-2.379 6.009-3.566 9.818-3.566 11.417 0 1.71.447 3.233 1.343 4.571 1.519 2.266 4.324 3.997 8.418 5.193v4.807h-57.956v-4.807c3.826-.842 6.41-2.574 7.752-5.193.725-1.415 1.087-3.088 1.087-5.02 0-1.504-1.233-5.956-3.697-13.369L666.73 73.348c-2.552-7.512-4.86-12.59-6.927-15.247a34.028 34.028 0 0 0-.111-.14c-2.067-2.575-5.042-4.307-8.93-5.193v-4.806h62.572v4.806c-3.859.979-6.375 2.71-7.545 5.194-.509 1.08-.764 2.303-.764 3.669 0 2.306.703 5.61 2.114 9.913l35.591 108.508 38.539-109.11c1.671-4.703 2.505-7.811 2.505-9.311 0-1.369-.26-2.592-.781-3.67-1.231-2.545-3.917-4.276-8.055-5.193v-4.806h65.411v4.806c-3.801 1.146-6.393 2.877-7.778 5.194-.795 1.33-1.192 2.854-1.192 4.57 0 1.603.746 4.61 2.244 9.012l36.736 108.508 35.479-106.704c1.844-5.305 2.777-9.259 2.777-11.865 0-1.305-.277-2.477-.832-3.517-1.32-2.476-4.21-4.206-8.671-5.194v-4.806h61.893v4.806c-4.253 1.358-7.23 3.09-8.93 5.194a8.2 8.2 0 0 0-.167.213c-1.665 2.204-3.874 7.264-6.606 15.172l-51.587 151.266c-2.464 7.211-3.694 12.017-3.694 14.418 0 1.496.29 2.819.868 3.97 1.322 2.627 4.151 4.358 8.491 5.194v4.806h-58.709v-4.806c4.096-.732 6.83-2.463 8.199-5.194.688-1.371 1.033-2.995 1.033-4.871 0-1.9-1.361-6.405-4.09-13.521l-39.728-116.088Zm-.069 30.683-31.7 91.289-.078.198c-1.146 2.895-1.938 5.093-2.428 6.662-.044.14-.084.272-.121.395.507.253 1.238.549 2.252.845l7.194 2.103v22.302h-77.956v-22.843l7.848-1.73c.409-.089.714-.183.933-.263-.098-.45-.259-1.1-.504-1.986-.549-1.984-1.409-4.755-2.612-8.377L657.261 76.564c-2.543-7.486-4.411-11.11-5.344-12.313-.384-.49-1.197-1.236-3.377-1.733l-7.778-1.772V37.962h82.572v22.587l-7.542 1.913c-.256.064-.477.13-.665.19.17 1.096.589 2.954 1.513 5.775l.001.002v.002l26.439 80.603 28.763-81.43.003-.01c.745-2.096 1.261-3.712 1.589-4.898-.194-.054-.413-.11-.66-.165l-7.837-1.736V37.962h85.411v22.236l-7.114 2.145c-.797.24-1.354.476-1.725.666.036.163.08.351.133.565.282 1.132.749 2.697 1.447 4.748l.002.008 27.182 80.285 26.096-78.487.022-.065c1.197-3.44 1.783-5.734 2.043-7.123-.388-.131-.878-.27-1.487-.405l-7.836-1.736V37.965h81.893v22.11l-6.957 2.223c-1.684.537-2.803 1.058-3.504 1.475-.421.25-.623.422-.69.484a10.1 10.1 0 0 0-.471.814 37.027 37.027 0 0 0-1.21 2.55c-.958 2.198-2.095 5.166-3.41 8.97a7.247 7.247 0 0 0-.009.026l-51.576 151.232c-1.187 3.474-2.02 6.207-2.547 8.262a35.07 35.07 0 0 0-.458 2.006c.292.087.655.177 1.099.262l8.108 1.562v23.064h-78.709v-23.177l8.24-1.473c.386-.069.689-.144.92-.213a29.16 29.16 0 0 0-.522-1.918c-.582-1.926-1.51-4.58-2.833-8.031l-.065-.17-30.395-88.815Zm-32.22-78.042a1.33 1.33 0 0 0 .003-.023l-.003.023Zm-2.469 177.985a.234.234 0 0 1 .006-.04l-.006.04Z\" fill=\"#1A0F00\"/><path d=\"M114.148 349.538c5.598 2.454 9.716 4.905 12.349 7.356 4.927 4.647 7.387 10.907 7.387 18.776 0 10.585-4.185 18.744-12.551 24.487-7.422 5.1-17.643 7.647-30.664 7.647H10.004v-2.709c2.36-.58 4.03-1.419 5.012-2.519.975-1.096 1.466-2.645 1.466-4.647v-88.656c0-1.998-.47-3.515-1.413-4.548-.944-1.029-2.633-1.899-5.062-2.614v-2.709h79.347c13.901 0 24.09 2.388 30.569 7.162 6.881 5.033 10.324 11.94 10.324 20.714 0 5.164-1.198 9.39-3.595 12.679-2.396 3.289-6.563 6.486-12.501 9.581h-.003Zm-29.35-9.486c6.482 0 11.067-.788 13.767-2.369 2.696-1.585 4.047-4.308 4.047-8.18 0-3.873-1.333-6.501-3.998-8.082-2.668-1.584-7.273-2.373-13.82-2.373H43.603v21.004h41.196Zm-41.193 48.102h42.208c13.628 0 20.443-4.743 20.443-14.228s-6.811-14.228-20.443-14.228H43.605v28.456Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.482 309.273c0-1.998-.47-3.515-1.413-4.548-.944-1.029-2.633-1.899-5.062-2.614v-2.709h79.347c13.901 0 24.09 2.388 30.569 7.162 6.881 5.033 10.324 11.94 10.324 20.714 0 5.164-1.198 9.39-3.595 12.679-.767 1.053-1.715 2.096-2.845 3.13-2.4 2.195-5.619 4.347-9.656 6.451h-.003l.003.001.001.001c4.277 1.875 7.69 3.748 10.236 5.621a23.845 23.845 0 0 1 2.109 1.733c4.927 4.647 7.387 10.907 7.387 18.776 0 10.585-4.185 18.744-12.551 24.487-7.422 5.1-17.643 7.647-30.664 7.647H10.004v-2.709c2.36-.58 4.03-1.419 5.012-2.519.975-1.096 1.466-2.645 1.466-4.647v-88.656Zm-10 86.389v-84.164l-6.475-1.905v-20.191h89.347c14.639 0 27.435 2.438 36.486 9.101 9.535 6.979 14.407 16.927 14.407 28.775 0 6.707-1.57 13.157-5.512 18.567a29.069 29.069 0 0 1-2.393 2.866c.332.284.655.572.968.863l.024.023.024.022c7.262 6.849 10.526 15.919 10.526 26.051 0 13.713-5.673 25.029-16.888 32.729l-.003.003c-9.681 6.65-22.146 9.402-36.324 9.402H.004v-20.55l6.478-1.592Zm47.12-65.61h31.196c2.876 0 5.042-.178 6.606-.447l.333-.06a19.222 19.222 0 0 0-.27-.048c-1.572-.27-3.759-.449-6.672-.449H53.602v1.004Zm-10 10v-21.004h41.193c6.546 0 11.15.789 13.82 2.373 2.664 1.581 3.997 4.209 3.997 8.082 0 3.872-1.351 6.595-4.047 8.18-2.7 1.581-7.285 2.369-13.767 2.369H43.602Zm10.003 38.102h32.208c5.962 0 8.654-1.093 9.62-1.765.36-.251.461-.422.526-.558.088-.184.296-.73.296-1.905s-.208-1.722-.296-1.906c-.065-.135-.165-.306-.526-.557-.964-.671-3.656-1.765-9.62-1.765H53.605v8.456Zm32.208 10c13.628 0 20.443-4.743 20.443-14.228s-6.811-14.228-20.443-14.228H43.605v28.456h42.208Z\" fill=\"#1A0F00\"/><path d=\"M171.594 363.281v34.567c0 1.998.47 3.526 1.421 4.587.94 1.065 2.626 1.949 5.061 2.656v2.709h-40.08v-2.709c2.361-.58 4.029-1.418 5.012-2.518.975-1.096 1.467-2.645 1.467-4.647V309.27c0-1.999-.47-3.516-1.414-4.548-.944-1.03-2.633-1.9-5.061-2.614v-2.709h74.285c9.652 0 17.008.467 22.065 1.4 5.061.938 9.582 2.632 13.565 5.083 8.165 5.099 12.247 13.421 12.247 24.972 0 8.778-2.517 15.628-7.539 20.569-5.03 4.933-13.141 8.502-24.341 10.695l21.457 28.586c3.912 5.277 7.033 8.866 9.362 10.766a17.008 17.008 0 0 0 7.946 3.621v2.709h-47.668v-2.709c3.513-.902 5.269-2.348 5.269-4.343 0-1.418-1.081-3.572-3.244-6.468l-22.645-30.999h-27.165Zm6.192-19.649h40.889c6.21 0 10.794-.644 13.767-1.935 4.181-1.744 6.273-5.192 6.273-10.355 0-4.58-1.467-7.774-4.4-9.581-2.937-1.804-8.15-2.709-15.64-2.709h-40.889v24.583-.003Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M223.699 397.8c-.537-1.017-1.302-2.191-2.295-3.52l-22.645-30.999h-27.165v34.567c0 1.998.47 3.526 1.421 4.587.94 1.065 2.626 1.949 5.061 2.656v2.709h-40.08v-2.709c2.361-.58 4.029-1.418 5.012-2.518.975-1.096 1.467-2.645 1.467-4.647V309.27c0-1.999-.47-3.516-1.414-4.548-.944-1.03-2.633-1.9-5.061-2.614v-2.709h74.285c9.652 0 17.008.467 22.065 1.4 5.061.938 9.582 2.632 13.565 5.083 8.165 5.099 12.247 13.421 12.247 24.972 0 8.778-2.517 15.628-7.539 20.569-3.303 3.24-7.935 5.891-13.898 7.95-3.117 1.077-6.598 1.992-10.443 2.745l21.457 28.586c2.122 2.862 4.011 5.227 5.667 7.096 1.398 1.577 2.629 2.8 3.695 3.67a17.008 17.008 0 0 0 7.946 3.621v2.709h-47.668v-2.709c3.513-.902 5.269-2.348 5.269-4.343 0-.767-.316-1.749-.949-2.948Zm8.743-56.103c4.181-1.744 6.273-5.192 6.273-10.355 0-4.58-1.467-7.774-4.4-9.581-2.937-1.804-8.15-2.709-15.64-2.709h-40.889v24.58h40.889c6.21 0 10.794-.644 13.767-1.935Zm-44.656-8.065h30.889c5.867 0 8.755-.661 9.783-1.107l.067-.029.068-.029.03-.012c.044-.207.092-.562.092-1.113 0-.575-.043-.978-.087-1.243-.396-.137-1.076-.332-2.134-.516-1.865-.323-4.433-.531-7.819-.531h-30.889v4.58Zm77.632 60.085a7 7 0 0 0 3.342 1.522l8.287 1.441v21.12h-67.668v-20.466l1.576-.405-17.275-23.648h-12.086V395.7l6.482 1.882V417.8h-60.08v-20.55l6.479-1.591v-84.164L128 309.59v-20.191h84.285c9.831 0 17.913.465 23.881 1.567l.005.001c6.151 1.139 11.852 3.24 16.985 6.398l.028.017.029.018c11.709 7.314 16.949 19.255 16.949 33.454 0 10.768-3.151 20.443-10.526 27.698l-.005.005-.005.005c-3.942 3.866-8.915 6.854-14.642 9.149l12.77 17.013.018.024c3.857 5.202 6.354 7.914 7.646 8.969Z\" fill=\"#1A0F00\"/><path d=\"M308.109 388.154h71.963c2.089 0 3.694-.445 4.807-1.336 1.11-.888 2.004-2.508 2.682-4.86h2.831v32.035h-2.831c-.607-2.26-1.488-3.855-2.633-4.792-1.148-.934-2.771-1.401-4.859-1.401H274.504v-2.709c2.361-.58 4.029-1.418 5.012-2.518.975-1.096 1.466-2.645 1.466-4.647V309.27c0-1.998-.47-3.515-1.413-4.548-.944-1.029-2.633-1.899-5.062-2.614v-2.709h102.427c2.156 0 3.792-.449 4.909-1.354 1.11-.902 2.004-2.518 2.682-4.838h2.733v32.034h-2.733c-.678-2.348-1.572-3.971-2.682-4.859-1.117-.891-2.753-1.337-4.909-1.337h-68.825v23.809h42.713c2.088 0 3.693-.449 4.806-1.355 1.11-.902 2.036-2.518 2.785-4.838h2.729v31.264h-2.729c-.678-2.288-1.572-3.89-2.682-4.813-1.117-.923-2.753-1.383-4.909-1.383h-42.713v26.425Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M351.142 361.732a16.832 16.832 0 0 0-.32-.003h-42.713v26.425h71.963c.108 0 .215-.001.32-.003 1.934-.044 3.431-.488 4.487-1.333 1.11-.888 2.004-2.508 2.682-4.86h2.831v32.035h-2.831c-.607-2.26-1.488-3.855-2.633-4.792-1.088-.885-2.602-1.35-4.536-1.397a17.075 17.075 0 0 0-.323-.004H274.504v-2.709c2.361-.58 4.029-1.418 5.012-2.518.975-1.096 1.466-2.645 1.466-4.647V309.27c0-1.998-.47-3.515-1.413-4.548-.944-1.029-2.633-1.899-5.062-2.614v-2.709h102.427c.109 0 .217-.001.324-.003 1.996-.044 3.525-.492 4.585-1.351 1.11-.902 2.004-2.518 2.682-4.838h2.733v32.034h-2.733c-.678-2.348-1.572-3.971-2.682-4.859-1.06-.846-2.589-1.29-4.585-1.333a11.572 11.572 0 0 0-.324-.004h-68.825v23.809h42.713c.108 0 .215-.001.32-.004 1.933-.044 3.431-.492 4.486-1.351 1.11-.902 2.036-2.518 2.785-4.838h2.729v31.264h-2.729c-.678-2.288-1.572-3.89-2.682-4.813-1.061-.877-2.591-1.336-4.589-1.38Zm-2.031 9.997h-31.002v6.425h60.142l1.788-6.196h20.353v52.035h-20.496l-1.666-6.193H264.504v-20.549l6.478-1.592v-84.164l-6.475-1.905v-20.191H375.22l1.811-6.192h20.227v52.034h-20.252l-1.791-6.196h-4.073v48.88h-20.193l-1.838-6.196Zm1.254-42.684h-32.256v3.809h31.026l1.23-3.809Zm29.958 88.766Z\" fill=\"#1A0F00\"/><path d=\"m501.501 332.502-24.826 58.945c-1.215 2.903-1.823 5.291-1.823 7.161 0 3.615 2.226 5.808 6.683 6.582v2.614h-42.239v-2.614c4.047-.969 6.075-3.158 6.075-6.582 0-1.743-.611-4.127-1.823-7.161l-29.982-73.944c-2.294-5.676-4.242-9.471-5.825-11.37-1.587-1.907-3.969-3.244-7.139-4.018v-2.709h43.087v2.709c-4.185 1.294-6.273 3.324-6.273 6.097 0 1.355.671 3.678 2.021 6.967l21.33 51.2 21.178-50.814c1.283-3.031 1.926-5.355 1.926-6.967 0-3.226-2.262-5.387-6.786-6.487v-2.709h50.454v2.709c-4.387 1.355-6.581 3.615-6.581 6.777 0 1.421.576 3.519 1.724 6.291l20.673 51.2 20.672-51.684c.881-2.257 1.319-4.223 1.319-5.903 0-1.804-.474-3.193-1.421-4.163-.944-.969-2.665-1.803-5.164-2.518v-2.709h44.155v2.709c-3.308 1.16-5.726 2.628-7.245 4.407-1.517 1.772-3.425 5.436-5.719 10.985l-30.388 73.944c-1.082 2.649-1.623 4.972-1.623 6.967 0 3.745 2.294 6.002 6.882 6.776v2.614h-43.957v-2.614c4.319-1.16 6.475-3.515 6.475-7.066 0-.902-.743-3.13-2.227-6.677l-23.613-58.945Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M527.317 397.804c-.137-1.054-.871-3.175-2.203-6.357l-23.613-58.945-24.826 58.945c-1.047 2.502-1.644 4.621-1.789 6.357a9.753 9.753 0 0 0-.034.804c0 3.615 2.226 5.808 6.683 6.582v2.614h-42.239v-2.614c4.047-.969 6.075-3.158 6.075-6.582 0-.254-.013-.522-.039-.804-.152-1.649-.749-3.766-1.784-6.357l-29.982-73.944c-1.358-3.359-2.594-6.059-3.705-8.097-.766-1.407-1.474-2.498-2.12-3.273-1.587-1.907-3.969-3.244-7.139-4.018v-2.709h43.087v2.709c-4.185 1.294-6.273 3.324-6.273 6.097 0 .338.041.736.125 1.194.252 1.379.883 3.304 1.896 5.773l21.33 51.2 21.178-50.814c1.083-2.559 1.711-4.614 1.88-6.163a7.45 7.45 0 0 0 .046-.804c0-3.226-2.262-5.387-6.786-6.487v-2.709h50.454v2.709c-4.387 1.355-6.581 3.615-6.581 6.777 0 .162.007.334.022.514.117 1.396.685 3.322 1.702 5.777l20.673 51.2 20.672-51.684c.776-1.989 1.209-3.752 1.3-5.293.013-.207.019-.411.019-.61 0-1.804-.474-3.193-1.421-4.163-.944-.969-2.665-1.803-5.164-2.518v-2.709h44.155v2.709c-3.308 1.16-5.726 2.628-7.245 4.407-.584.682-1.225 1.643-1.924 2.884-1.118 1.986-2.383 4.686-3.795 8.101l-30.388 73.944c-.973 2.383-1.509 4.503-1.606 6.357-.011.206-.017.41-.017.61 0 3.745 2.294 6.002 6.882 6.776v2.614h-43.957v-2.614c4.319-1.16 6.475-3.515 6.475-7.066 0-.093-.008-.2-.024-.32Zm41.505-2.577a16.407 16.407 0 0 0-.184.466l6.185 1.044v21.067h-63.957v-20.283l5.345-1.435a96.06 96.06 0 0 0-.322-.779l-.029-.071-14.591-36.421-15.37 36.494a34.021 34.021 0 0 0-.187.457l5.823 1.012v21.026h-62.239v-20.502l5.302-1.27a33.96 33.96 0 0 0-.328-.853l-29.976-73.929c-1.078-2.668-2.015-4.744-2.806-6.288a25.931 25.931 0 0 0-.991-1.781 9.558 9.558 0 0 0-.316-.482c-.052-.073-.087-.119-.105-.143-.106-.087-.582-.418-1.848-.727l-7.626-1.863v-20.56h63.087v20.083l-5.126 1.586.116.283 12.09 29.022 11.956-28.688.011-.025.122-.292-5.773-1.404v-20.569h70.454v20.087l-5.665 1.749.047.114.017.042 11.373 28.167 11.294-28.237-5.844-1.671v-20.251h64.155v19.8l-6.691 2.346c-1.147.403-1.918.782-2.408 1.08a3.312 3.312 0 0 0-.55.394 6.666 6.666 0 0 0-.346.51c-.248.393-.565.943-.948 1.68-.772 1.482-1.697 3.494-2.775 6.102l-.004.009-30.372 73.904ZM400.1 312.578l-.016-.016.016.016Zm37.291 82.76-.022.01.022-.01Zm45.247-.146.027.01-.027-.01Zm83.185-.02.025.01-.025-.01Z\" fill=\"#1A0F00\"/><path d=\"M644.621 309.266v88.575c0 1.998.47 3.53 1.421 4.591.94 1.064 2.626 1.952 5.061 2.659v2.709h-40.08v-2.709c2.361-.58 4.03-1.418 5.012-2.518.976-1.096 1.467-2.645 1.467-4.647V309.27c0-1.999-.47-3.516-1.414-4.548-.943-1.03-2.633-1.9-5.061-2.614v-2.709h40.08v2.709c-2.435.644-4.121 1.5-5.061 2.564-.951 1.065-1.421 2.592-1.421 4.591l-.004.003Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M651.107 299.399v2.709c-2.435.644-4.121 1.5-5.061 2.564-.951 1.065-1.421 2.592-1.421 4.591l-.004.003v88.575c0 1.998.47 3.53 1.421 4.591.94 1.064 2.626 1.952 5.061 2.659v2.709h-40.08v-2.709c2.361-.58 4.03-1.418 5.012-2.518.976-1.096 1.467-2.645 1.467-4.647V309.27c0-1.999-.47-3.516-1.414-4.548-.943-1.03-2.633-1.9-5.061-2.614v-2.709h40.08Zm-43.605 12.096-6.475-1.905v-20.191h60.08v20.409l-6.482 1.714v1.881l-.004.003V395.7l6.482 1.882V417.8h-60.08v-20.55l6.479-1.591v-84.164Z\" fill=\"#1A0F00\"/><path d=\"M689.818 397.845c0 1.998.487 3.543 1.47 4.636.976 1.096 2.647 1.966 5.005 2.61v2.709h-37.648v-2.709c2.36-.58 4.029-1.418 5.011-2.518.976-1.096 1.467-2.645 1.467-4.647V309.27c0-1.999-.47-3.516-1.414-4.548-.943-1.03-2.633-1.9-5.061-2.614v-2.709h43.537v2.709c-2.973.711-4.457 1.97-4.457 3.774 0 1.549 1.078 3.356 3.241 5.421l60.812 57.686v-59.716c0-1.998-.474-3.529-1.421-4.597-.943-1.061-2.633-1.917-5.061-2.564v-2.71h37.652v2.71c-2.428.643-4.118 1.499-5.061 2.564-.944 1.064-1.414 2.592-1.414 4.59v88.575c0 1.998.47 3.53 1.414 4.591.943 1.064 2.633 1.952 5.061 2.659v2.709h-40.603v-2.709c2.972-.573 4.457-1.758 4.457-3.554 0-.895-.407-1.825-1.216-2.783-.813-.959-2.665-2.851-5.567-5.666l-60.204-56.717v61.474Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M706.293 397.455V417.8h-57.648v-20.55l6.478-1.591v-84.164l-6.475-1.905v-20.191h63.537v18.76l39.596 37.561v-34.197l-6.482-1.728v-20.393h57.652v20.404l-6.475 1.716v84.18l6.475 1.887V417.8h-60.603v-18.203l-42.53-40.067v36.158l6.475 1.767Zm-16.475.39c0 1.998.487 3.543 1.47 4.636.976 1.096 2.647 1.966 5.005 2.61v2.709h-37.648v-2.709c2.36-.58 4.029-1.418 5.011-2.518.976-1.096 1.467-2.645 1.467-4.647V309.27c0-1.999-.47-3.516-1.414-4.548-.943-1.03-2.633-1.9-5.061-2.614v-2.709h43.537v2.709c-2.973.711-4.457 1.97-4.457 3.774 0 1.053.498 2.225 1.497 3.517.47.608 1.051 1.243 1.744 1.904l60.812 57.686v-59.716c0-1.998-.474-3.529-1.421-4.597-.943-1.061-2.633-1.917-5.061-2.564v-2.71h37.652v2.71c-2.428.643-4.118 1.499-5.061 2.564-.944 1.064-1.414 2.592-1.414 4.59v88.575c0 1.998.47 3.53 1.414 4.591.943 1.064 2.633 1.952 5.061 2.659v2.709h-40.603v-2.709c2.972-.573 4.457-1.758 4.457-3.554 0-.895-.407-1.825-1.216-2.783a26.458 26.458 0 0 0-.861-.954c-1.002-1.068-2.57-2.64-4.706-4.712l-60.204-56.717v61.474Zm60.881-2.627Zm-46.523-83.288Z\" fill=\"#1A0F00\"/><path d=\"M902.626 365.99h-25.808c-2.163 0-3.799.453-4.909 1.355-1.117.905-2.011 2.518-2.682 4.838h-2.733v-28.746h2.733c.671 2.295 1.565 3.901 2.682 4.82 1.11.916 2.746 1.376 4.909 1.376h53.942v2.808c-2.361.647-4.029 1.585-5.005 2.808-.982 1.228-1.47 2.971-1.47 5.228v22.843c0 2.001.488 3.55 1.47 4.647.976 1.1 2.648 1.97 5.005 2.613v2.225c-21.86 11.554-43.653 17.326-65.382 17.326-18.761 0-33.937-4.223-45.544-12.679-6.274-4.647-11.335-10.387-15.184-17.227-4.52-8.131-6.779-16.806-6.779-26.037 0-12.774 4.118-24.13 12.349-34.068 12.819-15.356 31.781-23.034 56.882-23.034 10.999 0 23.543 2.324 37.648 6.967 5.599 1.807 8.872 2.709 9.819 2.709 1.149 0 2.499-.516 4.047-1.549l2.428 1.259-13.508 27.292-2.429-1.16v-.58c0-2.383-2.495-4.838-7.485-7.356-9.236-4.707-19.153-7.066-29.738-7.066-12.205 0-22.218 3.193-30.039 9.581-8.228 6.712-12.339 15.745-12.339 27.101 0 10.645 3.743 19.165 11.233 25.552 7.694 6.518 18.488 9.775 32.389 9.775 13.9 0 24.39-2.355 33.498-7.066V365.99Z\" fill=\"#FFF5E6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M900.178 326.086a34.333 34.333 0 0 0-2.556-1.418c-9.236-4.707-19.153-7.066-29.738-7.066-12.205 0-22.218 3.193-30.039 9.581-8.228 6.712-12.339 15.745-12.339 27.101 0 10.645 3.743 19.165 11.233 25.552 7.694 6.518 18.488 9.775 32.389 9.775 13.9 0 24.39-2.355 33.498-7.066V365.99h-25.808c-.109 0-.217.001-.324.004-2.003.043-3.531.494-4.585 1.351-1.117.905-2.011 2.518-2.682 4.838h-2.733v-28.746h2.733c.671 2.295 1.565 3.901 2.682 4.82 1.054.87 2.582 1.329 4.585 1.373.107.002.215.003.324.003h53.942v2.808c-2.361.647-4.029 1.585-5.005 2.808-.856 1.07-1.337 2.532-1.446 4.384-.016.273-.024.554-.024.844v22.843c0 .542.036 1.051.108 1.527.193 1.281.646 2.32 1.362 3.12.769.866 1.969 1.59 3.596 2.173.439.157.909.304 1.409.44v2.225l-.709.373a173.142 173.142 0 0 1-8.561 4.182c-18.753 8.516-37.456 12.771-56.112 12.771-18.761 0-33.937-4.223-45.544-12.679-6.274-4.647-11.335-10.387-15.184-17.227-4.52-8.131-6.779-16.806-6.779-26.037 0-12.774 4.118-24.13 12.349-34.068 12.819-15.356 31.781-23.034 56.882-23.034 10.999 0 23.543 2.324 37.648 6.967 2.185.705 4.015 1.272 5.491 1.702 2.308.672 3.75 1.007 4.328 1.007 1.136 0 2.47-.505 3.998-1.516l.049-.033 2.428 1.259-13.508 27.292-2.429-1.16v-.58c0-1.934-1.643-3.915-4.929-5.938Zm7.672-31.541c-14.773-4.86-28.394-7.459-40.748-7.459-27.244 0-49.369 8.43-64.559 26.626l-.012.014-.012.015c-9.7 11.711-14.648 25.317-14.648 40.447 0 10.945 2.699 21.291 8.039 30.896l.012.023.013.022c4.536 8.062 10.537 14.87 17.946 20.358l.032.024.032.023c13.776 10.037 31.204 14.597 51.433 14.597 23.569 0 46.954-6.275 70.055-18.485l5.327-2.816v-15.885l-6.475-1.768v-19.333l6.475-1.775v-20.436h-24.971l18.571-37.521-16.382-8.494-4.144 2.764c-1.416-.397-3.395-1.001-5.984-1.837Zm-11.228 45.088-1.515-.724v-4.201a23.823 23.823 0 0 0-1.99-1.112l-.018-.009-.018-.009c-7.801-3.976-16.158-5.976-25.197-5.976-10.398 0-18.029 2.684-23.714 7.326l-.004.003c-5.719 4.666-8.66 10.76-8.66 19.353 0 7.984 2.655 13.617 7.709 17.933 3.246 2.745 7.57 4.899 13.279 6.157v-44.937h20.226l1.813 6.196h18.089Zm-19.031 39.62c5.815-.526 10.708-1.618 15.035-3.21v-.053h-14.091l-.944 3.263Z\" fill=\"#1A0F00\"/></svg>',withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3WyDf.framer-txktpw, .framer-3WyDf .framer-txktpw { display: block; }\",\".framer-3WyDf.framer-ojv0qg { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-3WyDf .framer-1ceqhlc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 514px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3WyDf .framer-oh8ug { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 45%; }\",\".framer-3WyDf .framer-noxlcd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3WyDf .framer-1jblgjc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 100%; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 1px; }\",\".framer-3WyDf .framer-6yaop3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 229px; }\",\".framer-3WyDf .framer-6vxqo3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3WyDf .framer-4u01bk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3WyDf .framer-10pjkhc, .framer-3WyDf .framer-163cxcl, .framer-3WyDf .framer-ya601t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3WyDf .framer-14ha5il, .framer-3WyDf .framer-1ihqh0x, .framer-3WyDf .framer-18hel6q { flex: none; height: 2px; position: relative; width: 0px; }\",\".framer-3WyDf .framer-f926nx, .framer-3WyDf .framer-3eeejs, .framer-3WyDf .framer-1otye2m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3WyDf .framer-82pius, .framer-3WyDf .framer-15kejay, .framer-3WyDf .framer-19kbuxg, .framer-3WyDf .framer-8b64by, .framer-3WyDf .framer-1jjlshy, .framer-3WyDf .framer-ctkpkj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3WyDf .framer-ns74cj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: 100%; justify-content: center; overflow: visible; padding: 80px; position: relative; width: min-content; }\",\".framer-3WyDf .framer-xu55q8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3WyDf .framer-1jqdzh3-container, .framer-3WyDf .framer-1dv0dv9-container, .framer-3WyDf .framer-1k1vu3z-container, .framer-3WyDf .framer-1guvkes-container, .framer-3WyDf .framer-18vitxy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3WyDf .framer-1sgdu7r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: 120px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3WyDf .framer-1dzy46y-container, .framer-3WyDf .framer-1oiii45-container, .framer-3WyDf .framer-1naglqc-container { flex: none; height: 60px; position: relative; width: 60px; }\",\".framer-3WyDf .framer-mx85tl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100%; justify-content: flex-start; overflow: visible; padding: 80px 80px 40px 80px; position: relative; width: 55%; }\",\".framer-3WyDf .framer-qfe489 { flex: none; height: auto; max-width: 720px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3WyDf .framer-1ihmm2p-container { flex: none; height: auto; position: relative; width: 90%; }\",\".framer-3WyDf .framer-15neio7 { flex: none; height: 560px; overflow: visible; position: relative; width: 100%; }\",\".framer-3WyDf .framer-1qa4bye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 100%; }\",\".framer-3WyDf .framer-1lsf0wy, .framer-3WyDf .framer-375p2d, .framer-3WyDf .framer-16hq34v, .framer-3WyDf .framer-1bp557t, .framer-3WyDf .framer-zs4ppl, .framer-3WyDf .framer-1oa98bi, .framer-3WyDf .framer-xydpao { flex: none; height: 80px; overflow: visible; position: relative; width: 100%; }\",\".framer-3WyDf .framer-1qn80kb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-3WyDf .framer-iaw3ph { aspect-ratio: 2.292452830188679 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 424px); position: relative; width: 972px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3WyDf.framer-ojv0qg, .framer-3WyDf .framer-1ceqhlc, .framer-3WyDf .framer-oh8ug, .framer-3WyDf .framer-noxlcd, .framer-3WyDf .framer-1jblgjc, .framer-3WyDf .framer-6yaop3, .framer-3WyDf .framer-4u01bk, .framer-3WyDf .framer-10pjkhc, .framer-3WyDf .framer-f926nx, .framer-3WyDf .framer-163cxcl, .framer-3WyDf .framer-3eeejs, .framer-3WyDf .framer-ya601t, .framer-3WyDf .framer-1otye2m, .framer-3WyDf .framer-ns74cj, .framer-3WyDf .framer-xu55q8, .framer-3WyDf .framer-1sgdu7r, .framer-3WyDf .framer-mx85tl, .framer-3WyDf .framer-1qa4bye, .framer-3WyDf .framer-1qn80kb { gap: 0px; } .framer-3WyDf.framer-ojv0qg > *, .framer-3WyDf .framer-oh8ug > *, .framer-3WyDf .framer-1qa4bye > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3WyDf.framer-ojv0qg > :first-child, .framer-3WyDf .framer-oh8ug > :first-child, .framer-3WyDf .framer-1jblgjc > :first-child, .framer-3WyDf .framer-6yaop3 > :first-child, .framer-3WyDf .framer-4u01bk > :first-child, .framer-3WyDf .framer-ns74cj > :first-child, .framer-3WyDf .framer-xu55q8 > :first-child, .framer-3WyDf .framer-mx85tl > :first-child, .framer-3WyDf .framer-1qa4bye > :first-child { margin-top: 0px; } .framer-3WyDf.framer-ojv0qg > :last-child, .framer-3WyDf .framer-oh8ug > :last-child, .framer-3WyDf .framer-1jblgjc > :last-child, .framer-3WyDf .framer-6yaop3 > :last-child, .framer-3WyDf .framer-4u01bk > :last-child, .framer-3WyDf .framer-ns74cj > :last-child, .framer-3WyDf .framer-xu55q8 > :last-child, .framer-3WyDf .framer-mx85tl > :last-child, .framer-3WyDf .framer-1qa4bye > :last-child { margin-bottom: 0px; } .framer-3WyDf .framer-1ceqhlc > *, .framer-3WyDf .framer-noxlcd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-3WyDf .framer-1ceqhlc > :first-child, .framer-3WyDf .framer-noxlcd > :first-child, .framer-3WyDf .framer-10pjkhc > :first-child, .framer-3WyDf .framer-f926nx > :first-child, .framer-3WyDf .framer-163cxcl > :first-child, .framer-3WyDf .framer-3eeejs > :first-child, .framer-3WyDf .framer-ya601t > :first-child, .framer-3WyDf .framer-1otye2m > :first-child, .framer-3WyDf .framer-1sgdu7r > :first-child, .framer-3WyDf .framer-1qn80kb > :first-child { margin-left: 0px; } .framer-3WyDf .framer-1ceqhlc > :last-child, .framer-3WyDf .framer-noxlcd > :last-child, .framer-3WyDf .framer-10pjkhc > :last-child, .framer-3WyDf .framer-f926nx > :last-child, .framer-3WyDf .framer-163cxcl > :last-child, .framer-3WyDf .framer-3eeejs > :last-child, .framer-3WyDf .framer-ya601t > :last-child, .framer-3WyDf .framer-1otye2m > :last-child, .framer-3WyDf .framer-1sgdu7r > :last-child, .framer-3WyDf .framer-1qn80kb > :last-child { margin-right: 0px; } .framer-3WyDf .framer-1jblgjc > *, .framer-3WyDf .framer-6yaop3 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-3WyDf .framer-4u01bk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3WyDf .framer-10pjkhc > *, .framer-3WyDf .framer-f926nx > *, .framer-3WyDf .framer-163cxcl > *, .framer-3WyDf .framer-3eeejs > *, .framer-3WyDf .framer-ya601t > *, .framer-3WyDf .framer-1otye2m > *, .framer-3WyDf .framer-1qn80kb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3WyDf .framer-ns74cj > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-3WyDf .framer-xu55q8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-3WyDf .framer-1sgdu7r > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-3WyDf .framer-mx85tl > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }\",\".framer-3WyDf.framer-v-11so2r1.framer-ojv0qg { width: 834px; }\",\".framer-3WyDf.framer-v-11so2r1 .framer-1ceqhlc, .framer-3WyDf.framer-v-z8hpg5 .framer-1ceqhlc { flex-direction: column; height: min-content; }\",\".framer-3WyDf.framer-v-11so2r1 .framer-oh8ug { height: 540px; width: 100%; }\",\".framer-3WyDf.framer-v-11so2r1 .framer-ns74cj { flex: 1 0 0px; padding: 60px; width: 1px; }\",\".framer-3WyDf.framer-v-11so2r1 .framer-mx85tl { align-content: center; align-items: center; gap: 30px; height: min-content; justify-content: center; padding: 80px 0px 80px 0px; width: 100%; }\",\".framer-3WyDf.framer-v-11so2r1 .framer-qfe489, .framer-3WyDf.framer-v-11so2r1 .framer-1ihmm2p-container, .framer-3WyDf.framer-v-z8hpg5 .framer-6yaop3, .framer-3WyDf.framer-v-z8hpg5 .framer-qfe489, .framer-3WyDf.framer-v-z8hpg5 .framer-1ihmm2p-container { width: 92%; }\",\".framer-3WyDf.framer-v-11so2r1 .framer-iaw3ph { height: var(--framer-aspect-ratio-supported, 314px); width: 720px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3WyDf.framer-v-11so2r1 .framer-1ceqhlc, .framer-3WyDf.framer-v-11so2r1 .framer-mx85tl { gap: 0px; } .framer-3WyDf.framer-v-11so2r1 .framer-1ceqhlc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3WyDf.framer-v-11so2r1 .framer-1ceqhlc > :first-child, .framer-3WyDf.framer-v-11so2r1 .framer-mx85tl > :first-child { margin-top: 0px; } .framer-3WyDf.framer-v-11so2r1 .framer-1ceqhlc > :last-child, .framer-3WyDf.framer-v-11so2r1 .framer-mx85tl > :last-child { margin-bottom: 0px; } .framer-3WyDf.framer-v-11so2r1 .framer-mx85tl > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",\".framer-3WyDf.framer-v-z8hpg5.framer-ojv0qg { width: 390px; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-oh8ug { height: min-content; width: 100%; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-noxlcd { flex: none; flex-direction: column; height: min-content; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-1jblgjc { flex: none; height: min-content; padding: 30px 0px 30px 0px; width: 100%; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-6vxqo3 { white-space: pre; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-4u01bk { width: 100%; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-f926nx { width: 64%; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-ns74cj { height: min-content; padding: 30px 15px 30px 15px; width: 100%; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-xu55q8 { align-content: center; align-items: center; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-mx85tl { align-content: center; align-items: center; gap: 30px; height: min-content; padding: 30px 0px 30px 0px; width: 100%; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-15neio7 { height: 280px; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-1qa4bye { top: 0px; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-1lsf0wy, .framer-3WyDf.framer-v-z8hpg5 .framer-375p2d, .framer-3WyDf.framer-v-z8hpg5 .framer-16hq34v, .framer-3WyDf.framer-v-z8hpg5 .framer-1bp557t, .framer-3WyDf.framer-v-z8hpg5 .framer-zs4ppl, .framer-3WyDf.framer-v-z8hpg5 .framer-1oa98bi, .framer-3WyDf.framer-v-z8hpg5 .framer-xydpao { height: 40px; }\",\".framer-3WyDf.framer-v-z8hpg5 .framer-iaw3ph { height: var(--framer-aspect-ratio-supported, 118px); width: 270px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3WyDf.framer-v-z8hpg5 .framer-1ceqhlc, .framer-3WyDf.framer-v-z8hpg5 .framer-noxlcd, .framer-3WyDf.framer-v-z8hpg5 .framer-mx85tl { gap: 0px; } .framer-3WyDf.framer-v-z8hpg5 .framer-1ceqhlc > *, .framer-3WyDf.framer-v-z8hpg5 .framer-noxlcd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3WyDf.framer-v-z8hpg5 .framer-1ceqhlc > :first-child, .framer-3WyDf.framer-v-z8hpg5 .framer-noxlcd > :first-child, .framer-3WyDf.framer-v-z8hpg5 .framer-mx85tl > :first-child { margin-top: 0px; } .framer-3WyDf.framer-v-z8hpg5 .framer-1ceqhlc > :last-child, .framer-3WyDf.framer-v-z8hpg5 .framer-noxlcd > :last-child, .framer-3WyDf.framer-v-z8hpg5 .framer-mx85tl > :last-child { margin-bottom: 0px; } .framer-3WyDf.framer-v-z8hpg5 .framer-mx85tl > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-3WyDf[data-border=\"true\"]::after, .framer-3WyDf [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1074\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"J53X7lGnr\":{\"layout\":[\"fixed\",\"auto\"]},\"nKFXy_8Cq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKvlQnnU9v=withCSS(Component,css,\"framer-3WyDf\");export default FramerKvlQnnU9v;FramerKvlQnnU9v.displayName=\"00.Footer\";FramerKvlQnnU9v.defaultProps={height:1074,width:1440};addPropertyControls(FramerKvlQnnU9v,{variant:{options:[\"f0Ce7qnjy\",\"J53X7lGnr\",\"nKFXy_8Cq\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKvlQnnU9v,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Herbus Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/boC0yIa4VsSSndWOOPnHMGGx4o.woff2\"}]},...LinkFonts,...SocialLinkFonts,...MailchimpFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKvlQnnU9v\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J53X7lGnr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nKFXy_8Cq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"1074\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KvlQnnU9v.map", "// Generated by Framer (c93245f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import SocialLink from\"https://framerusercontent.com/modules/jS5S7kdGCfke02SY6Sm8/esiHpheQuoKh1pBJdgfp/iMl6M3CYC.js\";import Link1 from\"https://framerusercontent.com/modules/WU231abgoIT2xIAU8qkw/qcq8gxPo0Wbl62P5JQcO/WHQ2Z6Y9J.js\";const FeatherFonts=getFonts(Feather);const Link1Fonts=getFonts(Link1);const SocialLinkFonts=getFonts(SocialLink);const enabledGestures={fAl26qLQg:{hover:true}};const cycleOrder=[\"fAl26qLQg\",\"vvtzCuif6\",\"TfvPUE3tT\",\"zcIopKUWk\"];const serializationHash=\"framer-aGOcI\";const variantClassNames={fAl26qLQg:\"framer-v-1eimc0t\",TfvPUE3tT:\"framer-v-p9rnes\",vvtzCuif6:\"framer-v-1fqaglg\",zcIopKUWk:\"framer-v-k5b0ld\"};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={delay:0,duration:.5,ease:[.5,0,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Mobile Active\":\"zcIopKUWk\",Desktop:\"fAl26qLQg\",Mobile:\"TfvPUE3tT\",Tablet:\"vvtzCuif6\"};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:\"fAl26qLQg\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fAl26qLQg\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapytakfd=activeVariantCallback(async(...args)=>{setVariant(\"zcIopKUWk\");});const onTap1ow6q8a=activeVariantCallback(async(...args)=>{setVariant(\"TfvPUE3tT\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"TfvPUE3tT\",\"zcIopKUWk\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"TfvPUE3tT\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.nav,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1eimc0t\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"fAl26qLQg\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"fAl26qLQg-hover\":{\"data-framer-name\":undefined},TfvPUE3tT:{\"data-framer-name\":\"Mobile\"},vvtzCuif6:{\"data-framer-name\":\"Tablet\"},zcIopKUWk:{\"data-framer-name\":\"Mobile Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w07cm1\",\"data-border\":true,\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"NKMM7BOT0\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 244, 229)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60,boxShadow:'0px 0px 0px 0px var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0)) /* {\"name\":\"Stout Black\"} */'},variants:{\"fAl26qLQg-hover\":{boxShadow:'0px 10px 0px 0px var(--token-bac1c0f7-f217-4f26-92a2-44e956d32674, rgb(102, 67, 20)) /* {\"name\":\"Carmel Body\"} */'},TfvPUE3tT:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},zcIopKUWk:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-96hp9t framer-1jdfg1f\",\"data-framer-name\":\"Logo Wrapper\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:50,intrinsicWidth:137,layoutDependency:layoutDependency,layoutId:\"m_Nom8aYu\",svg:'<svg width=\"137\" height=\"50\" viewBox=\"0 0 137 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.0687 32.1662H40.2626C40.6135 32.1662 40.88 32.0863 41.0617 31.9253C41.2426 31.7647 41.3904 31.4781 41.5038 31.0649H42.0476V37.5H41.5038C41.3904 37.0867 41.2429 36.8001 41.0617 36.6395C40.8804 36.4789 40.6138 36.3986 40.2626 36.3986H22.193C21.6151 36.3986 21.2238 36.4675 21.0197 36.6053C20.8161 36.743 20.6629 37.0407 20.5612 37.5H20.0167C20.0057 36.9265 20 36.5592 20 36.3986C20 34.9307 20.1639 33.7205 20.493 32.7683C21.1612 30.8418 22.4081 29.2072 24.2332 27.8653C25.1737 27.1772 26.7095 26.34 28.8404 25.3535L31.713 24.0291C33.0608 23.3981 34.0326 22.7468 34.6276 22.0758C35.2222 21.4048 35.5197 20.61 35.5197 19.6921C35.5197 18.6482 35.1654 17.8541 34.4573 17.3088C33.7493 16.7642 32.7207 16.4911 31.3721 16.4911C29.7286 16.4911 28.1988 16.8987 26.7824 17.7128C25.4111 18.4929 24.7255 19.296 24.7255 20.1218C24.7255 20.317 24.8161 20.6782 24.9978 21.2057L24.6239 21.6018L20.102 16.6639L20.51 16.2852C20.9405 16.4918 21.2579 16.595 21.4615 16.595C21.6428 16.595 21.8017 16.555 21.9378 16.4747C22.074 16.3944 22.3512 16.1649 22.7706 15.7866C25.264 13.5957 28.3403 12.5 32.0013 12.5C34.6301 12.5 36.7325 13.1538 38.3078 14.4618C39.9054 15.7923 40.7045 17.5647 40.7045 19.7785C40.7045 21.9923 39.9399 23.7589 38.4098 25.1815C37.4014 26.1105 36.0468 26.9595 34.3471 27.7279L31.7294 28.9153C31.4571 29.0527 30.8397 29.3164 29.8765 29.7065C28.6975 30.1883 27.8704 30.5813 27.3945 30.8853C26.9185 31.1894 26.4767 31.6166 26.0691 32.1669L26.0687 32.1662Z\" fill=\"#FFF5E6\"/>\\n<path d=\"M49.5782 28.5787V35.4457C49.5782 35.7487 49.6418 35.9839 49.7702 36.1506C49.8981 36.3172 50.1171 36.4461 50.4266 36.5371V37.0221H44.7777V36.5371C45.0962 36.4364 45.3169 36.3047 45.441 36.1431C45.5646 35.9818 45.6265 35.7491 45.6265 35.4457V17.9223C45.6265 17.6093 45.5646 17.3716 45.441 17.2099C45.3173 17.0486 45.0965 16.9169 44.7777 16.8159V16.3309H56.1022C57.481 16.3309 58.575 16.4219 59.384 16.6039C60.1929 16.7859 60.8978 17.1043 61.4992 17.5589C62.1972 18.0846 62.719 18.797 63.0638 19.6964C63.3908 20.5658 63.5543 21.4955 63.5543 22.4855C63.5543 25.861 61.9143 27.8364 58.6347 28.4124L62.1485 34.1273C62.7673 35.1277 63.2205 35.7719 63.5081 36.0599C63.7953 36.3479 64.1468 36.5071 64.5623 36.5374V37.0225H58.023V36.5374C58.473 36.4568 58.6983 36.2748 58.6983 35.9918C58.6983 35.8097 58.4908 35.3704 58.076 34.673L54.4104 28.5794H49.5786L49.5782 28.5787ZM49.5782 25.1679H55.6775C56.5792 25.1679 57.2158 25.1376 57.5869 25.0769C57.9583 25.0162 58.2988 24.8902 58.608 24.6979C59.2798 24.2835 59.6157 23.5358 59.6157 22.4544C59.6157 21.3731 59.2798 20.6257 58.608 20.211C58.2899 20.009 57.9516 19.8802 57.5936 19.8245C57.2354 19.7692 56.597 19.741 55.6775 19.741H49.5782V25.1679Z\" fill=\"#FFF5E6\"/>\\n<path d=\"M75.4226 15.9668C78.5803 15.9668 81.084 16.9422 82.9322 18.8923C84.8871 20.9337 85.8646 23.5715 85.8646 26.805C85.8646 28.7857 85.3958 30.6352 84.4585 32.3529C82.6273 35.7084 79.6242 37.3854 75.4489 37.3854C72.3175 37.3854 69.8277 36.4104 67.9791 34.46C66.9881 33.4193 66.236 32.1709 65.7231 30.7158C65.2717 29.4328 65.0464 28.0834 65.0464 26.6686C65.0464 24.5972 65.5106 22.7025 66.4393 20.9841C68.2172 17.6999 71.2118 16.0272 75.4223 15.9665L75.4226 15.9668ZM75.4358 19.4837C73.7101 19.4837 72.2724 20.0693 71.1218 21.2403C69.7591 22.6236 69.0777 24.4352 69.0777 26.6765C69.0777 28.9178 69.7591 30.7297 71.1218 32.1127C72.272 33.2837 73.7194 33.8693 75.4624 33.8693C77.2055 33.8693 78.6478 33.2837 79.7895 32.1127C80.4709 31.416 80.993 30.5631 81.3559 29.5534C81.6744 28.6548 81.8336 27.7265 81.8336 26.7671C81.8336 24.4252 81.1522 22.5826 79.7895 21.2399C78.6301 20.0893 77.1788 19.504 75.4358 19.4833V19.4837Z\" fill=\"#FFF5E6\"/>\\n<path d=\"M100.669 22.442L96.5312 34.3997C96.292 35.006 96.1725 35.3904 96.1725 35.5517C96.1725 36.0167 96.4995 36.3451 97.1542 36.5371V37.0221H91.3258V36.5371C91.9183 36.4061 92.2148 36.0624 92.2148 35.5064C92.2148 35.3547 92.0907 34.9054 91.843 34.1573L86.6547 18.8926C86.3981 18.1346 86.166 17.6221 85.958 17.3541C85.7497 17.0864 85.4469 16.9069 85.0488 16.8159V16.3309H91.3415V16.8159C90.7845 16.9576 90.5058 17.2556 90.5058 17.7103C90.5058 17.943 90.5766 18.2763 90.7184 18.7106L94.2976 29.6605L98.1733 18.65C98.3414 18.1753 98.4253 17.8616 98.4253 17.7103C98.4253 17.2456 98.1288 16.9476 97.5367 16.8159V16.3309H104.115V16.8159C103.513 16.9979 103.213 17.3262 103.213 17.8013C103.213 17.9629 103.288 18.2663 103.438 18.7106L107.133 29.6605L110.701 18.8926C110.886 18.3573 110.98 17.9583 110.98 17.6953C110.98 17.2506 110.661 16.9579 110.024 16.8162V16.3312H116.249V16.8162C115.806 16.9579 115.501 17.1399 115.334 17.3619C115.166 17.5843 114.944 18.095 114.669 18.893L109.481 34.1577C109.234 34.8854 109.11 35.3704 109.11 35.6127C109.11 36.1081 109.424 36.4161 110.051 36.5374V37.0225H104.147V36.5374C104.766 36.4264 105.075 36.0881 105.075 35.5217C105.075 35.3301 104.939 34.8754 104.664 34.1573L100.669 22.442H100.669Z\" fill=\"#FFF5E6\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4lzj6p\",\"data-framer-name\":\"Menu Wrapper\",layoutDependency:layoutDependency,layoutId:\"IUTuqSFck\",style:{backgroundColor:\"var(--token-8fee4c50-4086-4388-96c0-1505211bde5d, rgb(255, 244, 229))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({TfvPUE3tT:{\"data-highlight\":true,onTap:onTapytakfd},zcIopKUWk:{\"data-highlight\":true,onTap:onTap1ow6q8a}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d2wx5l-container\",layoutDependency:layoutDependency,layoutId:\"b4H2yRJza-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-72e47c91-66d0-463a-a1e8-351f1f943d2e, rgb(25, 14, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"b4H2yRJza\",layoutId:\"b4H2yRJza\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({zcIopKUWk:{iconSelection:\"x\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11e86w5\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"k2UFRUcgl\",style:{backdropFilter:\"blur(5px)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,WebkitBackdropFilter:\"blur(5px)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ws1vm0-container\",layoutDependency:layoutDependency,layoutId:\"k22HVapQu-container\",children:/*#__PURE__*/_jsx(Link1,{height:\"100%\",id:\"k22HVapQu\",layoutId:\"k22HVapQu\",variant:\"YV3wVcRZn\",width:\"100%\",...addPropertyOverrides({zcIopKUWk:{variant:\"Yif_LXNmj\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ad21h-container\",layoutDependency:layoutDependency,layoutId:\"YcltzPe_Y-container\",children:/*#__PURE__*/_jsx(Link1,{height:\"100%\",id:\"YcltzPe_Y\",layoutId:\"YcltzPe_Y\",variant:\"WqBUXWkWZ\",width:\"100%\",...addPropertyOverrides({zcIopKUWk:{variant:\"Y27i_BChI\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-crb57p-container\",layoutDependency:layoutDependency,layoutId:\"R63dp06yH-container\",children:/*#__PURE__*/_jsx(Link1,{height:\"100%\",id:\"R63dp06yH\",layoutId:\"R63dp06yH\",variant:\"dM7_j1WBs\",width:\"100%\",...addPropertyOverrides({zcIopKUWk:{variant:\"MI4GO96Y4\"}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-55w72x\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"OyIO8n4P4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"44px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z5zxtc-container\",layoutDependency:layoutDependency,layoutId:\"NgEQ99Qvt-container\",children:/*#__PURE__*/_jsx(SocialLink,{height:\"100%\",id:\"NgEQ99Qvt\",layoutId:\"NgEQ99Qvt\",style:{height:\"100%\",width:\"100%\"},variant:\"LcT2PuccO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"44px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j8xyuq-container\",layoutDependency:layoutDependency,layoutId:\"aXI94rS38-container\",children:/*#__PURE__*/_jsx(SocialLink,{height:\"100%\",id:\"aXI94rS38\",layoutId:\"aXI94rS38\",style:{height:\"100%\",width:\"100%\"},variant:\"UuJfi_j5a\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"44px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-orvjwx-container\",layoutDependency:layoutDependency,layoutId:\"qcKvFTz1M-container\",children:/*#__PURE__*/_jsx(SocialLink,{height:\"100%\",id:\"qcKvFTz1M\",layoutId:\"qcKvFTz1M\",style:{height:\"100%\",width:\"100%\"},variant:\"bLm5KpepQ\",width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aGOcI.framer-1jdfg1f, .framer-aGOcI .framer-1jdfg1f { display: block; }\",\".framer-aGOcI.framer-1eimc0t { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-aGOcI .framer-w07cm1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 60px; justify-content: space-between; overflow: hidden; padding: 5px 8px 5px 5px; position: relative; width: 1320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aGOcI .framer-96hp9t { flex: none; height: 50px; position: relative; text-decoration: none; width: 137px; }\",\".framer-aGOcI .framer-4lzj6p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: visible; padding: 25px 25px 25px 25px; position: relative; width: 24px; }\",\".framer-aGOcI .framer-1d2wx5l-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-aGOcI .framer-11e86w5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: 24px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-aGOcI .framer-1ws1vm0-container, .framer-aGOcI .framer-3ad21h-container, .framer-aGOcI .framer-crb57p-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-aGOcI .framer-55w72x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-aGOcI .framer-z5zxtc-container, .framer-aGOcI .framer-j8xyuq-container, .framer-aGOcI .framer-orvjwx-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); position: relative; width: 44px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aGOcI.framer-1eimc0t, .framer-aGOcI .framer-4lzj6p, .framer-aGOcI .framer-11e86w5, .framer-aGOcI .framer-55w72x { gap: 0px; } .framer-aGOcI.framer-1eimc0t > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aGOcI.framer-1eimc0t > :first-child { margin-top: 0px; } .framer-aGOcI.framer-1eimc0t > :last-child { margin-bottom: 0px; } .framer-aGOcI .framer-4lzj6p > *, .framer-aGOcI .framer-55w72x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aGOcI .framer-4lzj6p > :first-child, .framer-aGOcI .framer-11e86w5 > :first-child, .framer-aGOcI .framer-55w72x > :first-child { margin-left: 0px; } .framer-aGOcI .framer-4lzj6p > :last-child, .framer-aGOcI .framer-11e86w5 > :last-child, .framer-aGOcI .framer-55w72x > :last-child { margin-right: 0px; } .framer-aGOcI .framer-11e86w5 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }\",\".framer-aGOcI.framer-v-1fqaglg.framer-1eimc0t { cursor: unset; width: 1024px; }\",\".framer-aGOcI.framer-v-1fqaglg .framer-w07cm1 { width: 92%; }\",\".framer-aGOcI.framer-v-p9rnes.framer-1eimc0t, .framer-aGOcI.framer-v-k5b0ld.framer-1eimc0t { cursor: unset; height: min-content; justify-content: flex-start; padding: 20px 15px 0px 15px; width: 390px; }\",\".framer-aGOcI.framer-v-p9rnes .framer-w07cm1 { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; }\",\".framer-aGOcI.framer-v-p9rnes .framer-4lzj6p, .framer-aGOcI.framer-v-k5b0ld .framer-4lzj6p { cursor: pointer; height: 50px; position: absolute; right: 5px; top: 5px; width: 50px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aGOcI.framer-v-p9rnes .framer-w07cm1 { gap: 0px; } .framer-aGOcI.framer-v-p9rnes .framer-w07cm1 > *, .framer-aGOcI.framer-v-p9rnes .framer-w07cm1 > :first-child, .framer-aGOcI.framer-v-p9rnes .framer-w07cm1 > :last-child { margin: 0px; } }\",\".framer-aGOcI.framer-v-k5b0ld .framer-w07cm1 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; height: 321px; justify-content: center; width: 100%; }\",\".framer-aGOcI.framer-v-k5b0ld .framer-11e86w5 { flex-direction: column; height: min-content; padding: 0px 0px 0px 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aGOcI.framer-v-k5b0ld .framer-w07cm1, .framer-aGOcI.framer-v-k5b0ld .framer-11e86w5 { gap: 0px; } .framer-aGOcI.framer-v-k5b0ld .framer-w07cm1 > *, .framer-aGOcI.framer-v-k5b0ld .framer-11e86w5 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-aGOcI.framer-v-k5b0ld .framer-w07cm1 > :first-child, .framer-aGOcI.framer-v-k5b0ld .framer-11e86w5 > :first-child { margin-top: 0px; } .framer-aGOcI.framer-v-k5b0ld .framer-w07cm1 > :last-child, .framer-aGOcI.framer-v-k5b0ld .framer-11e86w5 > :last-child { margin-bottom: 0px; } }\",'.framer-aGOcI[data-border=\"true\"]::after, .framer-aGOcI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vvtzCuif6\":{\"layout\":[\"fixed\",\"fixed\"]},\"TfvPUE3tT\":{\"layout\":[\"fixed\",\"auto\"]},\"zcIopKUWk\":{\"layout\":[\"fixed\",\"auto\"]},\"ybOanw_Iv\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUfePj1JfO=withCSS(Component,css,\"framer-aGOcI\");export default FramerUfePj1JfO;FramerUfePj1JfO.displayName=\"00.Nav\";FramerUfePj1JfO.defaultProps={height:80,width:1440};addPropertyControls(FramerUfePj1JfO,{variant:{options:[\"fAl26qLQg\",\"vvtzCuif6\",\"TfvPUE3tT\",\"zcIopKUWk\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\",\"Mobile Active\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUfePj1JfO,[{explicitInter:true,fonts:[]},...FeatherFonts,...Link1Fonts,...SocialLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUfePj1JfO\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vvtzCuif6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TfvPUE3tT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zcIopKUWk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ybOanw_Iv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerComponentViewportWidth\":\"true\",\"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", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "ref", "domain", "parameters", "Mailchimp", "withCSS", "input", "button", "layout", "style", "gap", "onSubmit", "props", "email1", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "handleChange", "event", "handleSubmit", "response", "handleClick", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "Mailchimp_default", "t", "r", "h", "a", "c", "e", "i", "u", "p", "d", "s", "window", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "_", "M", "L", "b", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "l", "raf", "time", "p", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FrameriMl6M3CYC", "withCSS", "iMl6M3CYC_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "LinkFonts", "getFonts", "WHQ2Z6Y9J_default", "SocialLinkFonts", "iMl6M3CYC_default", "MailchimpFonts", "Mailchimp_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "SVG", "css", "FramerKvlQnnU9v", "withCSS", "KvlQnnU9v_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "Link1Fonts", "WHQ2Z6Y9J_default", "SocialLinkFonts", "iMl6M3CYC_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapytakfd", "args", "onTap1ow6q8a", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "ComponentViewportProvider", "css", "FramerUfePj1JfO", "withCSS", "UfePj1JfO_default", "addPropertyControls", "ControlType", "addFonts"]
}
