{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Gc5hx3hz23t3MTn4ImUu/pu7A40ZNfTA3irUWL27l/Superform.js", "ssg:https://framerusercontent.com/modules/9ZDCCSVQmPsAw1lc1pNJ/4u84YUPiVYwyC4L56476/b9SmhEDKG.js", "ssg:https://framerusercontent.com/modules/ar3lbPRudV1LOPCVCfmN/eRWA4IuDyklo4ohWYHgP/X1nIqX55n.js", "ssg:https://framerusercontent.com/modules/cgQfKH1yo4LRntvSVu4c/GFuH3cwQYk9DiQlmc7Ai/Ht4cHrQgU.js", "ssg:https://framerusercontent.com/modules/hS7bwIqodBjOcQ75p8w6/EOZi4gbh3WbwEYAYBrMX/MGDq4X6ut.js", "ssg:https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js", "ssg:https://framerusercontent.com/modules/3Xi2AslpcDRhfyCVPmx3/d0Oobr5BHnVqZJQyMdGn/storage.js", "ssg:https://framer.com/m/cache-YMiL.js@b9aplVZjN51x28yfNK16", "ssg:https://framerusercontent.com/modules/uU1mtMKXsrVAg8N5hW7w/PCK1x1QLNluYNoEoapwx/cachedIndex.js", "ssg:https://framerusercontent.com/modules/K9JZRwJcE6slDAf8rUmh/mJ54py1Ecnn1RoC4N1m4/fakeResults.js", "ssg:https://framerusercontent.com/modules/TwRgbWuhHeB95MPifel4/YW8Hlm59FG3PajbrVsaR/fuzzySearch.js", "ssg:https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/C71JVnvNwV2CrPvApXBB/utils.js", "ssg:https://framerusercontent.com/modules/MyBp84Z0p9nUcMimVMnY/y5F4AGWJ6syeuoB7ebKM/useSearch.js", "ssg:https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js", "ssg:https://framerusercontent.com/modules/Gzef0nFihI9m9vZG45th/lIUxbZcreiDm2GzUkt3y/useCallbackOnMouseMove.js", "ssg:https://framerusercontent.com/modules/eAnjm75CdfYT1Zz4BIaz/7KDSfnnyD1T3Ap75L4m8/scrollIntoView.js", "ssg:https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/Xy775u0FJg3K1GQc1Cd9/SearchModal.js", "ssg:https://framerusercontent.com/modules/hqEf5wXaAewP8VPuaZ98/5A0QGVeEr2cwheQpIuEG/useViewportSizeState.js", "ssg:https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/HPzg2Uk7mwtBmDzvGbWF/Search.js", "ssg:https://framerusercontent.com/modules/4EFjWS2Nb4wxr3wneXtP/HKs1L0PqJ7HorBIxaZic/pFX5VBIgf.js", "ssg:https://framerusercontent.com/modules/4W5OaVZsnNv5ZHxLxDtt/p6hrKer7iDGpz6S9gEhf/Copyright_Year.js", "ssg:https://framerusercontent.com/modules/sBoZ5r3U3Yvn0aPG3XNm/shIbiaJkeL0IH1PkAUi4/nMR1qLACd.js", "ssg:https://framerusercontent.com/modules/u5noGSQdLym5B4Q2kTt7/obP2HpmCdSsZWJrHRlha/ujctO_0sc.js"],
  "sourcesContent": ["/*\nMIT License\nCopyright \u00A9 Joel Whitaker\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nThe Software is provided \"as is\", without warranty of any kind, express or\nimplied, including but not limited to the warranties of merchantability,\nfitness for a particular purpose and noninfringement. In no event shall the\nauthors or copyright holders be liable for any claim, damages or other\nliability, whether in an action of contract, tort or otherwise, arising from,\nout of or in connection with the Software or the use or other dealings in the\nSoftware.\n*/import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useState}from\"react\";import{addPropertyControls,ControlType,withCSS,useRouter,inferInitialRouteFromPath}from\"framer\";import{motion,useAnimationControls}from\"framer-motion\";var FieldType;(function(FieldType){FieldType[\"Text\"]=\"text\";FieldType[\"Number\"]=\"number\";FieldType[\"Email\"]=\"email\";FieldType[\"Url\"]=\"url\";FieldType[\"Tel\"]=\"tel\";FieldType[\"TextArea\"]=\"textarea\";FieldType[\"Select\"]=\"select\";FieldType[\"Checkbox\"]=\"checkbox\";FieldType[\"Radio\"]=\"radio\";FieldType[\"Time\"]=\"time\";FieldType[\"Week\"]=\"week\";FieldType[\"Month\"]=\"month\";FieldType[\"Date\"]=\"date\";FieldType[\"DateTimeLocal\"]=\"datetime-local\";FieldType[\"Password\"]=\"password\";FieldType[\"Hidden\"]=\"hidden\";})(FieldType||(FieldType={}));function isExternalURL(url){try{return!!new URL(url);}catch{}try{return!!new URL(`https://${url}`);}catch{}return false;}function hasMinMaxStep(type){return[\"time\",\"week\",\"number\",\"date\",\"datetime-local\"].includes(type);}/**\n * Increment the number whenever shipping a new version to customers.\n * This will ensure that multiple versions of this component can exist\n * in the same project without css rules overlapping. Only use valid css class characters.\n */const VERSION=\"v1\";/**\n * Superform\n * By Joel Whitaker (Alphi.dev)\n * Based on INPUT by Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */const Superform=withCSS(function Superform({url,method,contentType,redirectAs,link,inputs,button,styles,extraHeaders,extraFields,style,onSubmit}){const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[getFocus,setFocus]=useState(null);const{paddingPerSide:labelPaddingPerSide,paddingTop:labelPaddingTop,paddingRight:labelPaddingRight,paddingBottom:labelPaddingBottom,paddingLeft:labelPaddingLeft,padding:labelPadding,borderRadius:labelBorderRadius,borderObject:labelBorderObject,shadowObject:labelShadowObject}=styles.label;const{paddingPerSide:inputPaddingPerSide,paddingTop:inputPaddingTop,paddingRight:inputPaddingRight,paddingBottom:inputPaddingBottom,paddingLeft:inputPaddingLeft,padding:inputPadding,borderRadius:inputBorderRadius,borderObject:inputBorderObject,focusObject:inputFocusObject,shadowObject:inputShadowObject}=styles.input;const{paddingPerSide:buttonPaddingPerSide,paddingTop:buttonPaddingTop,paddingRight:buttonPaddingRight,paddingBottom:buttonPaddingBottom,paddingLeft:buttonPaddingLeft,padding:buttonPadding,borderRadius:buttonBorderRadius,borderObject:buttonBorderObject,shadowObject:buttonShadowObject}=styles.button;const labelPaddingValue=labelPaddingPerSide?`${labelPaddingTop}px ${labelPaddingRight}px ${labelPaddingBottom}px ${labelPaddingLeft}px`:`${labelPadding}px ${labelPadding}px ${labelPadding}px ${labelPadding}px`;const inputPaddingValue=inputPaddingPerSide?`${inputPaddingTop}px ${inputPaddingRight}px ${inputPaddingBottom}px ${inputPaddingLeft}px`:`${inputPadding}px ${inputPadding}px ${inputPadding}px ${inputPadding}px`;const buttonPaddingValue=buttonPaddingPerSide?`${buttonPaddingTop}px ${buttonPaddingRight}px ${buttonPaddingBottom}px ${buttonPaddingLeft}px`:`${buttonPadding}px ${buttonPadding}px ${buttonPadding}px ${buttonPadding}px`;const router=useRouter();const onSuccess=()=>{/* Reset */setLoading(false);setFocus(null);if(redirectAs===\"link\"&&link&&!isError){const[path,hash]=link.split(\"#\");const{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,path);if(routeId){router.navigate(routeId,hash,pathVariables);}if(isExternalURL(link)){setError(true);formControls.start(\"error\");return false;}}return;};const handleChange=useCallback(event=>{setError(false);},[]);const handleFocus=useCallback((event,input)=>{setFocus(input.name);},[]);const handleBlur=useCallback(event=>{setFocus(null);setError(false);},[]);const handleSubmit=useCallback(event=>{event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);setError(false);const headers=new Headers;if(extraHeaders){for(const[key,value]of Object.entries(extraHeaders)){headers.append(key,value);}}const formData=new FormData(event.target);let requestOptions={method:method,headers:headers};if(method===\"get\"){// Add form fields to URL for GET requests\nconst urlSearchParams=new URLSearchParams;for(const[name,value]of formData){urlSearchParams.append(name,value.toString());}const queryString=urlSearchParams.toString();url+=queryString?`?${queryString}`:\"\";}else{headers.append(\"Content-Type\",contentType);if(contentType===\"application/json\"){headers.append(\"accept\",\"application/json\");}if(contentType===\"application/x-www-form-urlencoded\"){const urlSearchParams=new URLSearchParams;for(const[name,value]of formData){urlSearchParams.append(name,value.toString());}if(extraFields){for(const[key,value]of Object.entries(extraFields)){urlSearchParams.append(key,value.toString());}}requestOptions[\"body\"]=urlSearchParams.toString();}else if(contentType===\"application/json\"){const bodyObject={};for(const[name,value]of formData){bodyObject[name]=value;}if(extraFields){for(const[key,value]of Object.entries(extraFields)){bodyObject[key]=value;}}requestOptions[\"body\"]=JSON.stringify(bodyObject);}}fetch(url,requestOptions).then(response=>{const statusCode=response.status;const contentType=response.headers.get(\"content-type\");if(contentType&&contentType.includes(\"application/json\")){return response.json().then(data=>({statusCode,data}));}else if(contentType&&contentType.includes(\"text/plain\")){return response.text().then(data=>({statusCode,data}));}else{throw new Error(\"Unsupported response type\");}}).then(({statusCode,data})=>{if(statusCode>=200&&statusCode<300){// Reset state\nsetLoading(false);event.target.reset();// Handle success\nonSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}else{// Handle errors\nlet errorMessage=\"An error occurred submitting the form\";throw new Error(errorMessage);}}).catch(error=>{console.error(error);// setError(true)\nsetLoading(false);event.target.reset();onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();// formControls.start(\"error\")\n});},[onSubmit,isLoading]);// Animation\nconst formControls=useAnimationControls();// Label Box Shadow Styles\nconst labelShadowStyles=styles.label.shadowObject?`${labelShadowObject.shadowX}px ${labelShadowObject.shadowY}px ${labelShadowObject.shadowBlur}px ${labelShadowObject.shadowColor}`:null;const labelBorderStyles=styles.label.borderObject?`inset 0 0 0 ${labelBorderObject.borderWidth}px ${labelBorderObject.borderColor}`:null;// Input Box Shadow Styles\nconst inputFocusStylesFrom=styles.input.focusObject?`inset 0 0 0 ${inputFocusObject.focusWidthFrom}px ${inputFocusObject.focusColor}`:null;const inputFocusStylesTo=styles.input.focusObject?`inset 0 0 0 ${inputFocusObject.focusWidthTo}px ${inputFocusObject.focusColor}`:null;const inputShadowStyles=styles.input.shadowObject?`${inputShadowObject.shadowX}px ${inputShadowObject.shadowY}px ${inputShadowObject.shadowBlur}px ${inputShadowObject.shadowColor}`:null;const inputBorderStyles=styles.input.borderObject?`inset 0 0 0 ${inputBorderObject.borderWidth}px ${inputBorderObject.borderColor}`:null;// Button Box Shadow Styles\nconst buttonShadowStyles=styles.button.shadowObject?`${buttonShadowObject.shadowX}px ${buttonShadowObject.shadowY}px ${buttonShadowObject.shadowBlur}px ${buttonShadowObject.shadowColor}`:null;const buttonBorderStyles=styles.button.borderObject?`inset 0 0 0 ${buttonBorderObject.borderWidth}px ${buttonBorderObject.borderColor}`:null;// Shake or wiggle as error\nconst formVariants={default:{x:0},error:{x:[0,-4,4,0],transition:{duration:.2}}};const inputVariants={default:{boxShadow:dynamicBoxShadow(inputFocusStylesFrom,inputShadowStyles,inputBorderStyles)},focused:{boxShadow:dynamicBoxShadow(inputFocusStylesTo,inputShadowStyles,inputBorderStyles)}};const label=input=>{if(!input.label){return null;}return /*#__PURE__*/_jsxs(\"label\",{htmlFor:input.name,style:{marginBottom:\"0.375rem\",alignSelf:\"flex-start\",padding:labelPaddingValue,borderRadius:labelBorderRadius,fontSize:16,...styles.label.font,background:styles.label.fill,color:styles.label.color,boxShadow:dynamicBoxShadow(labelShadowStyles,labelBorderStyles)},children:[input.label,requiredFlag(input.required)]});};const getInputSpan=input=>{return input.gridColumn>styles.form.columns?styles.form.columns:input.gridColumn;};const getButtonSpan=()=>{const totalSpan=inputs.reduce((sum,input)=>sum+Number(input.gridColumn),0);const shouldBeInline=totalSpan===styles.form.columns-1;return shouldBeInline?1:styles.form.columns;};const baseInput=input=>{return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gridColumn:`span ${getInputSpan(input)}`},children:[label(input),/*#__PURE__*/_jsx(motion.input,{name:input.name,type:input.type,defaultValue:input.value,placeholder:input.placeholder,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:event=>handleFocus(event,input),onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",required:input.required,style:{...defaultStyle,padding:inputPaddingValue,borderRadius:inputBorderRadius,fontSize:16,...styles.input.font,background:styles.input.fill,color:styles.input.color,boxShadow:dynamicBoxShadow(inputFocusStylesFrom,inputShadowStyles,inputBorderStyles)},variants:inputVariants,initial:false,animate:getFocus===input.name?\"focused\":\"default\",transition:{duration:.3},min:input.min,max:input.max,step:input.step})]});};const textareaInput=input=>{return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gridColumn:`span ${getInputSpan(input)}`},children:[label(input),/*#__PURE__*/_jsx(motion.textarea,{name:input.name,defaultValue:input.value,placeholder:input.placeholder,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:event=>handleFocus(event,input),onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",required:input.required,style:{...defaultStyle,padding:inputPaddingValue,borderRadius:inputBorderRadius,fontSize:16,...styles.input.font,background:styles.input.fill,color:styles.input.color,boxShadow:dynamicBoxShadow(inputFocusStylesFrom,inputShadowStyles,inputBorderStyles)},variants:inputVariants,initial:false,animate:getFocus===input.name?\"focused\":\"default\",transition:{duration:.3}})]});};const optionsHMTL=options=>{return options.map(option=>{return /*#__PURE__*/_jsx(\"option\",{value:option.value,children:option.text});});};const selectInput=input=>{let options=[];if(input.placeholder){options.push({text:input.placeholder,value:\"\"});}options=options.concat(input.options);return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gridColumn:`span ${getInputSpan(input)}`},children:[label(input),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\",display:\"inline-block\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{...selectChevron,borderColor:`${styles.input.color} transparent transparent transparent`}}),/*#__PURE__*/_jsx(motion.select,{name:input.name,placeholder:input.placeholder,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:event=>handleFocus(event,input),onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",required:input.required,style:{...defaultStyle,padding:inputPaddingValue,borderRadius:inputBorderRadius,fontSize:16,...styles.input.font,background:styles.input.fill,color:styles.input.color,boxShadow:dynamicBoxShadow(inputFocusStylesFrom,inputShadowStyles,inputBorderStyles)},variants:inputVariants,initial:false,animate:getFocus===input.name?\"focused\":\"default\",transition:{duration:.3},disabled:isLoading,children:optionsHMTL(options)})]})]});};function checkboxInput(input){return /*#__PURE__*/_jsx(\"div\",{style:{gridColumn:`span ${getInputSpan(input)}`},children:/*#__PURE__*/_jsxs(\"label\",{style:{display:\"flex\",alignItems:\"center\",fontSize:16,...styles.label.font,background:styles.label.fill,color:styles.label.color},children:[/*#__PURE__*/_jsx(motion.input,{name:input.name,type:\"checkbox\",value:input.value||\"on\",required:input.required,style:{margin:\"0px 8px 0px 4px\"}}),input.label]})});}function radioInput(input){return /*#__PURE__*/_jsx(\"div\",{style:{gridColumn:`span ${getInputSpan(input)}`},children:/*#__PURE__*/_jsxs(\"label\",{style:{display:\"flex\",alignItems:\"center\",fontSize:16,...styles.label.font,background:styles.label.fill,color:styles.label.color},children:[/*#__PURE__*/_jsx(motion.input,{name:input.name,type:\"radio\",value:input.value||\"on\",required:input.required,style:{margin:\"0px 8px 0px 4px\"}}),input.label]})});}const inputsHTML=inputs.map(input=>{let inputElement=null;if(input.type===\"select\"){inputElement=selectInput(input);}else if(input.type===\"textarea\"){inputElement=textareaInput(input);}else if(input.type===\"checkbox\"){inputElement=checkboxInput(input);}else if(input.type===\"radio\"){inputElement=radioInput(input);}else{inputElement=baseInput(input);}return inputElement;});return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,\"--framer-custom-placeholder-color\":styles.input.placeholderColor},variants:formVariants,animate:formControls,children:/*#__PURE__*/_jsxs(\"form\",{style:{width:\"100%\",display:\"grid\",gridTemplateColumns:styles.form.columns>1&&getButtonSpan()===1?\"1fr auto\":`repeat(${styles.form.columns}, 1fr)`,gap:`${styles.form.rowGap}px ${styles.form.columnGap}px`,background:styles.form.fill},onSubmit:handleSubmit,method:\"POST\",children:[inputsHTML,/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",gridColumn:`span ${getButtonSpan()}`},children:[!button.shouldAppear&&isLoading&&/*#__PURE__*/_jsx(Spinner,{shouldAppear:button.shouldAppear,paddingPerSide:buttonPaddingPerSide,paddingTop:buttonPaddingTop,paddingRight:buttonPaddingRight,padding:buttonPadding,color:styles.input.color}),button.shouldAppear&&/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",display:\"flex\",flexDirection:\"column\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{height:\"100%\",display:\"flex\",position:\"relative\",alignSelf:styles.button.align},children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,width:\"100%\",height:\"100%\",cursor:\"pointer\",padding:buttonPaddingValue,borderRadius:buttonBorderRadius,fontWeight:styles.button.fontWeight,fontSize:16,...styles.button.font,background:styles.button.fill,color:styles.button.color,zIndex:1,boxShadow:dynamicBoxShadow(buttonShadowStyles,buttonBorderStyles)}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius:buttonBorderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:styles.button.color,background:styles.button.fill,boxShadow:dynamicBoxShadow(buttonShadowStyles,buttonBorderStyles)},children:/*#__PURE__*/_jsx(Spinner,{color:styles.button.color})})]})})]})]})});},[`.${VERSION}.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }`]);const Spinner=props=>{const noButtonStyles=!props.shouldAppear?{position:\"absolute\",top:`calc(50% - 8px)`,right:props.inputPaddingPerSide?props.inputPaddingRight:props.inputPadding}:{};return /*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16,...noButtonStyles},initial:{rotate:0},animate:{rotate:360},transition:{duration:1,repeat:Infinity},children:/*#__PURE__*/_jsx(motion.div,{initial:{scale:0},animate:{scale:1},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",style:{fill:\"currentColor\",color:props.color},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\"})]})})});};const basePropertyControls={url:{title:\"Url\",type:ControlType.String},method:{type:ControlType.Enum,defaultValue:\"post\",options:[\"get\",\"post\",\"put\",\"patch\",\"delete\"],optionTitles:[\"Get\",\"Post\",\"Put\",\"Patch\",\"Delete\"]},contentType:{type:ControlType.Enum,defaultValue:\"application/json\",options:[\"application/json\",\"application/x-www-form-urlencoded\"],optionTitles:[\"json\",\"x-www-form-urlencoded\"],hidden:props=>props.method===\"get\"},inputs:{title:\"Inputs\",type:ControlType.Array,control:{type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String},name:{title:\"Name\",type:ControlType.String},placeholder:{title:\"Placeholder\",type:ControlType.String,hidden:props=>props.type===\"checkbox\"},type:{type:ControlType.Enum,options:Object.values(FieldType),optionTitles:Object.keys(FieldType)},options:{type:ControlType.Array,title:\"Options\",control:{type:ControlType.Object,title:\"Option\",controls:{text:{type:ControlType.String,title:\"Text\"},value:{type:ControlType.String,title:\"Value\"}}},hidden:props=>props.type!==\"select\"},min:{type:ControlType.String,hidden:props=>!hasMinMaxStep(props.type)},max:{type:ControlType.String,hidden:props=>!hasMinMaxStep(props.type)},step:{type:ControlType.Number,hidden:props=>!hasMinMaxStep(props.type)},value:{type:ControlType.String},required:{type:ControlType.Boolean},gridColumn:{title:\"Grid Col\",type:ControlType.Enum,defaultValue:1,displaySegmentedControl:true,segmentedControlDirection:\"horizontal\",options:[\"1\",\"2\",\"3\"],optionTitles:[\"1\",\"2\",\"3\"]}}}},button:{title:\"Button\",type:ControlType.Object,controls:{shouldAppear:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Submit\"}}},redirectAs:{title:\"Success\",type:ControlType.Enum,options:[\"link\",\"overlay\"],optionTitles:[\"Open Link\",\"Show Overlay\"],defaultValue:\"link\"},link:{title:\"Redirect\",type:ControlType.Link,hidden:props=>props.redirectAs===\"overlay\"},onSubmit:{title:\"Submit\",type:ControlType.EventHandler,hidden:props=>props.redirectAs===\"link\"},styles:{type:ControlType.Object,controls:{form:{type:ControlType.Object,controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#fff\"},columns:{title:\"Columns\",type:ControlType.Enum,options:[\"1\",\"2\",\"3\"],displaySegmentedControl:true},rowGap:{title:\"Row gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},columnGap:{title:\"Col Gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8}}},label:{type:ControlType.Object,controls:{font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"transparent\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},input:{type:ControlType.Object,controls:{font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},placeholderColor:{title:\"Placeholder\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},focusObject:{type:ControlType.Object,title:\"Focus\",optional:true,controls:{focusWidthFrom:{title:\"From\",type:ControlType.Number,displayStepper:true,defaultValue:0},focusWidthTo:{title:\"To\",type:ControlType.Number,displayStepper:true,defaultValue:2},focusColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#09F\"}}},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},button:{type:ControlType.Object,controls:{font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},align:{title:\"Align\",type:ControlType.Enum,segmentedControlDirection:\"vertical\",options:[\"flex-start\",\"center\",\"flex-end\",\"stretch\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Stretch\"],defaultValue:\"stretch\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}}}}};addPropertyControls(Superform,basePropertyControls);const defaultStyle={WebkitAppearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"};const containerStyles={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};const selectChevron={position:\"absolute\",top:\"50%\",right:\"12px\",transform:\"translateY(-50%)\",width:\"0\",height:\"0\",borderStyle:\"solid\",borderWidth:\"5px 5px 0 5px\",pointerEvents:\"none\"};function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}function requiredFlag(isRequired){if(isRequired){return /*#__PURE__*/_jsx(\"span\",{children:\"*\"});}return null;}Superform.defaultProps={url:\"\",styles:{form:{columns:1,rowGap:8,columnGap:8},label:{color:\"#000\"},input:{borderObject:{borderColor:\"#ccc\"}},button:{}},inputs:[{name:\"name\",label:\"Name\",placeholder:\"Jane\",type:\"text\",required:false},{name:\"email\",label:\"Email\",placeholder:\"jane@example.com\",type:\"email\",required:false},{name:\"service\",label:\"Service\",placeholder:\"- select -\",type:\"select\",required:false,options:[]},{name:\"message\",label:\"Message\",placeholder:\"\",type:\"textarea\",required:false},{name:\"terms\",label:\"I accept the terms & conditions\",type:\"checkbox\",required:false}]};export default Superform;export{basePropertyControls};\nexport const __FramerMetadata__ = {\"exports\":{\"basePropertyControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Superform\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Superform.map", "// Generated by Framer (37fb21e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Montserrat-500\",\"GF;Montserrat-700\",\"GF;Montserrat-700italic\",\"GF;Montserrat-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",weight:\"500\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aXp-p7K5ILg.woff2\",weight:\"500\"}]}];export const css=['.framer-HNqlO .framer-styles-preset-dn04q9:not(.rich-text-wrapper), .framer-HNqlO .framer-styles-preset-dn04q9.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.8em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #5b5d5f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-HNqlO .framer-styles-preset-dn04q9:not(.rich-text-wrapper), .framer-HNqlO .framer-styles-preset-dn04q9.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.8em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #5b5d5f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-HNqlO .framer-styles-preset-dn04q9:not(.rich-text-wrapper), .framer-HNqlO .framer-styles-preset-dn04q9.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #5b5d5f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-HNqlO\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (37fb21e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Montserrat-700\",\"GF;Montserrat-900\",\"GF;Montserrat-900italic\",\"GF;Montserrat-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w7Y3tcoqK5.woff2\",weight:\"900\"},{family:\"Montserrat\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aXp-p7K5ILg.woff2\",weight:\"900\"},{family:\"Montserrat\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\",weight:\"700\"}]}];export const css=['.framer-RwwGj .framer-styles-preset-hkebsh:not(.rich-text-wrapper), .framer-RwwGj .framer-styles-preset-hkebsh.rich-text-wrapper h2 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #171818; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-RwwGj .framer-styles-preset-hkebsh:not(.rich-text-wrapper), .framer-RwwGj .framer-styles-preset-hkebsh.rich-text-wrapper h2 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #171818; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-RwwGj .framer-styles-preset-hkebsh:not(.rich-text-wrapper), .framer-RwwGj .framer-styles-preset-hkebsh.rich-text-wrapper h2 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 27px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #171818; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-RwwGj\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={fsMrhMwJb:{hover:true}};const cycleOrder=[\"fsMrhMwJb\",\"l2uVOMwAw\",\"w5MuxFhYd\",\"pkEHPWxvY\",\"Alda_Dgwf\"];const serializationHash=\"framer-FqA0M\";const variantClassNames={Alda_Dgwf:\"framer-v-1uf636k\",fsMrhMwJb:\"framer-v-h66abd\",l2uVOMwAw:\"framer-v-a45xcu\",pkEHPWxvY:\"framer-v-15oixo7\",w5MuxFhYd:\"framer-v-1qmeylt\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={damping:100,delay:0,mass:1,stiffness:350,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"fsMrhMwJb\",Disabled:\"w5MuxFhYd\",Error:\"Alda_Dgwf\",Loading:\"l2uVOMwAw\",Success:\"pkEHPWxvY\"};const getProps=({fontSize,height,id,padding,successMessage,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2,_ref3,_ref4;return{...props,cW3IdWJgZ:(_ref=title!==null&&title!==void 0?title:props.cW3IdWJgZ)!==null&&_ref!==void 0?_ref:\"Subscribe\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"fsMrhMwJb\",W3Wp_z5gh:(_ref2=padding!==null&&padding!==void 0?padding:props.W3Wp_z5gh)!==null&&_ref2!==void 0?_ref2:\"18px 30px 18px 30px\",y_IDO0hTq:(_ref3=fontSize!==null&&fontSize!==void 0?fontSize:props.y_IDO0hTq)!==null&&_ref3!==void 0?_ref3:16,Z5xM5ZxKW:(_ref4=successMessage!==null&&successMessage!==void 0?successMessage:props.Z5xM5ZxKW)!==null&&_ref4!==void 0?_ref4:\"Thanks! We\u2019ll be in touch soon.\"};};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,y_IDO0hTq,cW3IdWJgZ,W3Wp_z5gh,Z5xM5ZxKW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fsMrhMwJb\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"l2uVOMwAw\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"l2uVOMwAw\")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__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-h66abd\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"fsMrhMwJb\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--141qjte\":numberToPixelString(W3Wp_z5gh),borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,opacity:1,...style},variants:{w5MuxFhYd:{opacity:.5}},...addPropertyOverrides({\"fsMrhMwJb-hover\":{\"data-framer-name\":undefined},Alda_Dgwf:{\"data-framer-name\":\"Error\"},l2uVOMwAw:{\"data-framer-name\":\"Loading\"},pkEHPWxvY:{\"data-framer-name\":\"Success\"},w5MuxFhYd:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-y_IDO0hTq-Ht4cHrQgU) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Subscribe\"})}),className:\"framer-5d1v16\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"GSHcLaY_M\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-y_IDO0hTq-Ht4cHrQgU\":y_IDO0hTq},text:cW3IdWJgZ,variants:{Alda_Dgwf:{\"--extracted-r6o4lv\":\"rgb(255, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Alda_Dgwf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 0, 0))\"},children:\"Something went wrong.\"})}),text:undefined},pkEHPWxvY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thanks! We\u2019ll be in touch soon.\"})}),text:Z5xM5ZxKW}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r7xlke\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"IA3zkdIv4\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-o5rtot\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"X0E3nFKpg\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{l2uVOMwAw:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1unotrr\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"loyhG9_Nc\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19l847r\",layoutDependency:layoutDependency,layoutId:\"otLRCD4KV\",style:{background:'linear-gradient(72deg, var(--token-1ee55703-829b-418d-bd58-dcf1f8912244, rgb(0, 176, 80)) /* {\"name\":\"Button - Green\"} */ 15.000000000000002%, #009688 45%, #02c39a 100%)'}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FqA0M.framer-1ggj4xf, .framer-FqA0M .framer-1ggj4xf { display: block; }\",\".framer-FqA0M.framer-h66abd { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: var(--141qjte); position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FqA0M .framer-5d1v16 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-FqA0M .framer-1r7xlke { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; z-index: 2; }\",\".framer-FqA0M .framer-o5rtot { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-FqA0M .framer-1unotrr { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-FqA0M .framer-19l847r { flex: none; height: 111%; left: -6px; overflow: visible; position: absolute; top: calc(49.090909090909115% - 110.9090909090909% / 2); width: 241%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FqA0M.framer-h66abd { gap: 0px; } .framer-FqA0M.framer-h66abd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FqA0M.framer-h66abd > :first-child { margin-left: 0px; } .framer-FqA0M.framer-h66abd > :last-child { margin-right: 0px; } }\",\".framer-FqA0M.framer-v-a45xcu.framer-h66abd, .framer-FqA0M.framer-v-1qmeylt.framer-h66abd, .framer-FqA0M.framer-v-15oixo7.framer-h66abd, .framer-FqA0M.framer-v-1uf636k.framer-h66abd { cursor: unset; }\",\".framer-FqA0M.framer-v-a45xcu .framer-o5rtot { overflow: hidden; }\",\".framer-FqA0M.framer-v-h66abd.hover .framer-19l847r { left: unset; right: -5px; width: 241%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 55\n * @framerIntrinsicWidth 141.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"l2uVOMwAw\":{\"layout\":[\"auto\",\"auto\"]},\"w5MuxFhYd\":{\"layout\":[\"auto\",\"auto\"]},\"pkEHPWxvY\":{\"layout\":[\"auto\",\"auto\"]},\"Alda_Dgwf\":{\"layout\":[\"auto\",\"auto\"]},\"dUHk9oTQj\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"y_IDO0hTq\":\"fontSize\",\"cW3IdWJgZ\":\"title\",\"W3Wp_z5gh\":\"padding\",\"Z5xM5ZxKW\":\"successMessage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHt4cHrQgU=withCSS(Component,css,\"framer-FqA0M\");export default FramerHt4cHrQgU;FramerHt4cHrQgU.displayName=\"Form Button\";FramerHt4cHrQgU.defaultProps={height:55,width:141.5};addPropertyControls(FramerHt4cHrQgU,{variant:{options:[\"fsMrhMwJb\",\"l2uVOMwAw\",\"w5MuxFhYd\",\"pkEHPWxvY\",\"Alda_Dgwf\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum},y_IDO0hTq:{defaultValue:16,title:\"Font Size\",type:ControlType.Number},cW3IdWJgZ:{defaultValue:\"Subscribe\",displayTextArea:false,title:\"Title\",type:ControlType.String},W3Wp_z5gh:{defaultValue:\"18px 30px 18px 30px\",title:\"Padding\",type:ControlType.Padding},Z5xM5ZxKW:{defaultValue:\"Thanks! We\u2019ll be in touch soon.\",displayTextArea:false,title:\"Success Message\",type:ControlType.String}});addFonts(FramerHt4cHrQgU,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHt4cHrQgU\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"141.5\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"55\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"l2uVOMwAw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"w5MuxFhYd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pkEHPWxvY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Alda_Dgwf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dUHk9oTQj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"y_IDO0hTq\\\":\\\"fontSize\\\",\\\"cW3IdWJgZ\\\":\\\"title\\\",\\\"W3Wp_z5gh\\\":\\\"padding\\\",\\\"Z5xM5ZxKW\\\":\\\"successMessage\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ht4cHrQgU.map", "// Generated by Framer (03f754e)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,FormContainer,FormPlainTextInput,getFonts,getFontsFromSharedStyle,Image,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Superform from\"https://framerusercontent.com/modules/Gc5hx3hz23t3MTn4ImUu/pu7A40ZNfTA3irUWL27l/Superform.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/9ZDCCSVQmPsAw1lc1pNJ/4u84YUPiVYwyC4L56476/b9SmhEDKG.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ar3lbPRudV1LOPCVCfmN/eRWA4IuDyklo4ohWYHgP/X1nIqX55n.js\";import FormButton from\"https://framerusercontent.com/modules/cgQfKH1yo4LRntvSVu4c/GFuH3cwQYk9DiQlmc7Ai/Ht4cHrQgU.js\";const FormButtonFonts=getFonts(FormButton);const SuperformFonts=getFonts(Superform);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"wPuOdwTK7\",\"DMHfYfiWe\",\"f6u9zj59q\",\"Cy1zHVbls\",\"CjzsBodHS\",\"FZodU4_Jq\",\"lt4VPJTO3\"];const serializationHash=\"framer-km1OY\";const variantClassNames={CjzsBodHS:\"framer-v-1eqzsz5\",Cy1zHVbls:\"framer-v-1lcrf5f\",DMHfYfiWe:\"framer-v-1sw7kjo\",f6u9zj59q:\"framer-v-179u768\",FZodU4_Jq:\"framer-v-pclt9p\",lt4VPJTO3:\"framer-v-1f4yaow\",wPuOdwTK7:\"framer-v-1ykbzne\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const transition2={bounce:.25,delay:0,duration:1,type:\"spring\"};const animation={opacity:1,rotate:180,rotateX:0,rotateY:0,scale:1.6,skewX:0,skewY:0,transition:transition2};const animation1={opacity:1,rotate:180,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Investor Connect Form Overlay\":\"Cy1zHVbls\",\"Investor DIY Form Overlay\":\"DMHfYfiWe\",\"Investor Matchmaker Form Overlay\":\"f6u9zj59q\",\"Private Network - Learn More\":\"FZodU4_Jq\",\"Sponsor Form\":\"lt4VPJTO3\",\"Subscribe for Free\":\"CjzsBodHS\",\"Suggest a Guest Overlay\":\"wPuOdwTK7\"};const getProps=({buttonFontSize,buttonPadding,close,height,id,inputPadding,width,wrapperPadding,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3,_ref4;return{...props,L5XrPsXW8:(_ref=inputPadding!==null&&inputPadding!==void 0?inputPadding:props.L5XrPsXW8)!==null&&_ref!==void 0?_ref:\"20px 30px 20px 30px\",tCWBEtx_f:(_ref1=buttonFontSize!==null&&buttonFontSize!==void 0?buttonFontSize:props.tCWBEtx_f)!==null&&_ref1!==void 0?_ref1:18,utsSte6Mc:close!==null&&close!==void 0?close:props.utsSte6Mc,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"wPuOdwTK7\",X2EFxNikU:(_ref3=buttonPadding!==null&&buttonPadding!==void 0?buttonPadding:props.X2EFxNikU)!==null&&_ref3!==void 0?_ref3:\"18px 30px 18px 30px\",Z896BCKPL:(_ref4=wrapperPadding!==null&&wrapperPadding!==void 0?wrapperPadding:props.Z896BCKPL)!==null&&_ref4!==void 0?_ref4:\"0px 0px 0px 0px\"};};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,utsSte6Mc,L5XrPsXW8,X2EFxNikU,tCWBEtx_f,Z896BCKPL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wPuOdwTK7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsfbu2d=activeVariantCallback(async(...args)=>{if(utsSte6Mc){const res=await utsSte6Mc(...args);if(res===false)return false;}});const onSubmitizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"CjzsBodHS\",\"FZodU4_Jq\",\"lt4VPJTO3\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"DMHfYfiWe\",\"f6u9zj59q\",\"Cy1zHVbls\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"f6u9zj59q\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"DMHfYfiWe\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"Cy1zHVbls\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"CjzsBodHS\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"CjzsBodHS\")return false;return true;};const router=useRouter();const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed7=()=>{if(baseVariant===\"FZodU4_Jq\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"lt4VPJTO3\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ykbzne\",className,classNames),\"data-framer-name\":\"Suggest a Guest Overlay\",layoutDependency:layoutDependency,layoutId:\"wPuOdwTK7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CjzsBodHS:{\"data-framer-name\":\"Subscribe for Free\"},Cy1zHVbls:{\"data-framer-name\":\"Investor Connect Form Overlay\"},DMHfYfiWe:{\"data-framer-name\":\"Investor DIY Form Overlay\"},f6u9zj59q:{\"data-framer-name\":\"Investor Matchmaker Form Overlay\"},FZodU4_Jq:{\"data-framer-name\":\"Private Network - Learn More\"},lt4VPJTO3:{\"data-framer-name\":\"Sponsor Form\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y6b357\",layoutDependency:layoutDependency,layoutId:\"KoyhQcDOP\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 18, 12, 0.91)\",WebkitBackdropFilter:\"blur(10px)\"}}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fzpjzf\",layoutDependency:layoutDependency,layoutId:\"pPWILY6Qz\",style:{\"--1bfflab\":numberToPixelString(Z896BCKPL)},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rlx8t4\",layoutDependency:layoutDependency,layoutId:\"WnawpnYyU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-hkebsh\",\"data-styles-preset\":\"X1nIqX55n\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Suggest a Medsider Guest\"})}),className:\"framer-fy7j0w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QtKHYETxT\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Cy1zHVbls:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-hkebsh\",\"data-styles-preset\":\"X1nIqX55n\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Find Your Next Investor\"})})},DMHfYfiWe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-hkebsh\",\"data-styles-preset\":\"X1nIqX55n\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Find Your Next Investor\"})})},f6u9zj59q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-hkebsh\",\"data-styles-preset\":\"X1nIqX55n\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Find Your Next Investor\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dn04q9\",\"data-styles-preset\":\"b9SmhEDKG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238)))\"},children:\"We typically interview founders and CEOs of medical device or health technology companies in the Seed to Series C range. If you have a suggestion, please enter their information below.\"})}),className:\"framer-603m7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"liWCleJUK\",style:{\"--extracted-r6o4lv\":\"var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238))\",opacity:.8},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Cy1zHVbls:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dn04q9\",\"data-styles-preset\":\"b9SmhEDKG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238)))\"},children:\"After completing the form below, we\u2019ll review your request and follow up with more details within two business days.\"})})},DMHfYfiWe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dn04q9\",\"data-styles-preset\":\"b9SmhEDKG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238)))\"},children:\"After completing the form below, we\u2019ll review your request and follow up with more details within two business days.\"})})},f6u9zj59q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dn04q9\",\"data-styles-preset\":\"b9SmhEDKG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238)))\"},children:\"After completing the form below, we\u2019ll review your request and follow up with more details within two business days.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-66at5u\",layoutDependency:layoutDependency,layoutId:\"asdcPsnQe\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/d3ad0e1b-920b-45e3-95eb-a1bc51e63903/submit\",className:\"framer-scm5hc\",layoutDependency:layoutDependency,layoutId:\"eo2tDpItz\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-xdzyqk\",layoutDependency:layoutDependency,layoutId:\"luVbEbP_P\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-yzur5r\",inputName:\"Guest First Name*\",layoutDependency:layoutDependency,layoutId:\"qwIQaFybk\",placeholder:\"Guest First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-10zdab\",inputName:\"Guest Last Name*\",layoutDependency:layoutDependency,layoutId:\"Gw2CwnF6o\",placeholder:\"Guest First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})]}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-86lim7\",layoutDependency:layoutDependency,layoutId:\"TUM7x3oN0\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1b0lt7g\",inputName:\"Guest Company Website*\",layoutDependency:layoutDependency,layoutId:\"CVXXBgRy7\",placeholder:\"Guest Company Website*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-msbqv\",layoutDependency:layoutDependency,layoutId:\"YsEWScqqz\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1o7sqk8\",inputName:\"Guest Title / Role*\",layoutDependency:layoutDependency,layoutId:\"cG3ZVaclb\",placeholder:\"Guest Title / Role*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-15okj9k\",layoutDependency:layoutDependency,layoutId:\"dlN30wjkx\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-efmqvs\",inputName:\"Guest Email*\",layoutDependency:layoutDependency,layoutId:\"viKMF1Sk9\",placeholder:\"Guest Email*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"email\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,width:`min(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1080px) - ${Z896BCKPL*2}px, 650px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-147rwof-container\",layoutDependency:layoutDependency,layoutId:\"qN9ph1yTU-container\",children:/*#__PURE__*/_jsx(FormButton,{cW3IdWJgZ:\"Submit\",height:\"100%\",id:\"qN9ph1yTU\",layoutId:\"qN9ph1yTU\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"l2uVOMwAw\",success:\"pkEHPWxvY\"},\"fsMrhMwJb\"),W3Wp_z5gh:numberToPixelString(X2EFxNikU),width:\"100%\",y_IDO0hTq:tCWBEtx_f,Z5xM5ZxKW:\"Thanks! We\u2019ll be in touch soon.\"})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/cba1d716-4008-4193-9eac-f436105bc298/submit\",className:\"framer-1cufh0x\",layoutDependency:layoutDependency,layoutId:\"POVc1Gs7k\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1ajv0ef\",layoutDependency:layoutDependency,layoutId:\"Pz0Fx7GGV\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-mazca7\",inputName:\"Guest First Name*\",layoutDependency:layoutDependency,layoutId:\"J3lmyO98o\",placeholder:\"Guest First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\",...addPropertyOverrides({f6u9zj59q:{inputName:\"First Name*\",placeholder:\"First Name*\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-vkpkme\",inputName:\"Guest Last Name*\",layoutDependency:layoutDependency,layoutId:\"RTeuslo7K\",placeholder:\"Guest First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\",...addPropertyOverrides({f6u9zj59q:{inputName:\"Last Name*\",placeholder:\"First Name*\"}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-bk7fp9\",layoutDependency:layoutDependency,layoutId:\"c0kvpxb69\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1l4vr2u\",inputName:\"Guest Company Website*\",layoutDependency:layoutDependency,layoutId:\"y1FZjQDqW\",placeholder:\"Guest Company Website*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\",...addPropertyOverrides({f6u9zj59q:{inputName:\"Company Website*\",placeholder:\"Company Website*\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-kiujoj\",layoutDependency:layoutDependency,layoutId:\"s0FNCqKT0\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-hlra5s\",inputName:\"Guest Title / Role*\",layoutDependency:layoutDependency,layoutId:\"lBDam703c\",placeholder:\"Guest Title / Role*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\",...addPropertyOverrides({f6u9zj59q:{inputName:\"Company Name*\",placeholder:\"Company Name*\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-ja1p25\",layoutDependency:layoutDependency,layoutId:\"QkQM6EM1Y\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1l9oh8p\",inputName:\"Guest Email*\",layoutDependency:layoutDependency,layoutId:\"ft7Ie0kx7\",placeholder:\"Guest Email*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"email\",...addPropertyOverrides({f6u9zj59q:{inputName:\"Email*\",placeholder:\"Email*\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,...addPropertyOverrides({f6u9zj59q:{width:`min(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1080px) - ${Z896BCKPL*2}px, 650px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14qmfux-container\",layoutDependency:layoutDependency,layoutId:\"xsgMUqQUF-container\",children:/*#__PURE__*/_jsx(FormButton,{cW3IdWJgZ:\"Submit\",height:\"100%\",id:\"xsgMUqQUF\",layoutId:\"xsgMUqQUF\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"l2uVOMwAw\",success:\"pkEHPWxvY\"},\"fsMrhMwJb\"),W3Wp_z5gh:numberToPixelString(X2EFxNikU),width:\"100%\",y_IDO0hTq:tCWBEtx_f,Z5xM5ZxKW:\"Thanks! We\u2019ll be in touch soon.\",...addPropertyOverrides({f6u9zj59q:{Z5xM5ZxKW:\"Awesome, we\u2019re excited to help you raise some capital!\"}},baseVariant,gestureVariant)})})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/2c1704a0-3d56-4c99-b9c8-c9abafb85c36/submit\",className:\"framer-13t4v0a\",layoutDependency:layoutDependency,layoutId:\"XMKLaE09g\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-nasdzs\",layoutDependency:layoutDependency,layoutId:\"wOUL9Z1vn\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-y3vvmv\",inputName:\"First Name*\",layoutDependency:layoutDependency,layoutId:\"BZn6ZgZsj\",placeholder:\"First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1y8erbb\",inputName:\"Last Name*\",layoutDependency:layoutDependency,layoutId:\"BT1vephcX\",placeholder:\"First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})]}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-fyj7kr\",layoutDependency:layoutDependency,layoutId:\"dCHaMnSVz\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-onpodv\",inputName:\"Company Website*\",layoutDependency:layoutDependency,layoutId:\"UxfmykwWr\",placeholder:\"Company Website*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-vx0rto\",layoutDependency:layoutDependency,layoutId:\"RDDuwvAWt\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-nex502\",inputName:\"Company Name*\",layoutDependency:layoutDependency,layoutId:\"IOY1wlmXu\",placeholder:\"Company Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-1518lwa\",layoutDependency:layoutDependency,layoutId:\"k8FfkusYB\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-155ra6e\",inputName:\"Email*\",layoutDependency:layoutDependency,layoutId:\"clLKCCW5l\",placeholder:\"Email*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"email\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,...addPropertyOverrides({DMHfYfiWe:{width:`min(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1080px) - ${Z896BCKPL*2}px, 650px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-op342a-container\",layoutDependency:layoutDependency,layoutId:\"fI24W4if2-container\",children:/*#__PURE__*/_jsx(FormButton,{cW3IdWJgZ:\"Submit\",height:\"100%\",id:\"fI24W4if2\",layoutId:\"fI24W4if2\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"l2uVOMwAw\",success:\"pkEHPWxvY\"},\"fsMrhMwJb\"),W3Wp_z5gh:numberToPixelString(X2EFxNikU),width:\"100%\",y_IDO0hTq:tCWBEtx_f,Z5xM5ZxKW:\"Awesome, we\u2019re excited to help you raise some capital!\"})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/7ca657c0-4f46-4f2b-af1c-97f8378612f7/submit\",className:\"framer-17sga84\",layoutDependency:layoutDependency,layoutId:\"iS83VhcUL\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1i3bpvb\",layoutDependency:layoutDependency,layoutId:\"bEQtFWIpu\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-2meoyk\",inputName:\"First Name*\",layoutDependency:layoutDependency,layoutId:\"aGGXcZimv\",placeholder:\"First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-kn8gm9\",inputName:\"Last Name*\",layoutDependency:layoutDependency,layoutId:\"gipfps1sP\",placeholder:\"First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})]}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-opicta\",layoutDependency:layoutDependency,layoutId:\"C0vVi0MsX\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-odoob1\",inputName:\"Company Website*\",layoutDependency:layoutDependency,layoutId:\"SA1hLiNcC\",placeholder:\"Company Website*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-zdf7ar\",layoutDependency:layoutDependency,layoutId:\"Hzosvm9SF\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-k9mci0\",inputName:\"Company Name*\",layoutDependency:layoutDependency,layoutId:\"ZlrJOexLV\",placeholder:\"Company Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-16jcx6c\",layoutDependency:layoutDependency,layoutId:\"vpx1eOaLV\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-9h5o9k\",inputName:\"Email*\",layoutDependency:layoutDependency,layoutId:\"nz2Jl304L\",placeholder:\"Email*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"email\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,...addPropertyOverrides({Cy1zHVbls:{width:`min(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1080px) - ${Z896BCKPL*2}px, 650px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-za7dxt-container\",layoutDependency:layoutDependency,layoutId:\"lfniWl0au-container\",children:/*#__PURE__*/_jsx(FormButton,{cW3IdWJgZ:\"Submit\",height:\"100%\",id:\"lfniWl0au\",layoutId:\"lfniWl0au\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"l2uVOMwAw\",success:\"pkEHPWxvY\"},\"fsMrhMwJb\"),W3Wp_z5gh:numberToPixelString(X2EFxNikU),width:\"100%\",y_IDO0hTq:tCWBEtx_f,Z5xM5ZxKW:\"Awesome, we\u2019re excited to help you raise some capital!\"})})})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s6jric\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YCJVODVlz\",onTap:onTapsfbu2d,style:{scale:1.4},variants:{FZodU4_Jq:{scale:1.1},lt4VPJTO3:{scale:1.1}},whileHover:animation,...addPropertyOverrides({FZodU4_Jq:{whileHover:animation1},lt4VPJTO3:{whileHover:animation1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v4zb6p\",layoutDependency:layoutDependency,layoutId:\"imdSbVrRR\",style:{rotate:45},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xwrvw6\",layoutDependency:layoutDependency,layoutId:\"bElENRzQR\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f7wp7o\",layoutDependency:layoutDependency,layoutId:\"khAXgIof3\",style:{rotate:-45},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h6ws31\",layoutDependency:layoutDependency,layoutId:\"wUDiqGb0U\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q1tdym\",layoutDependency:layoutDependency,layoutId:\"ueLJHRBwM\",style:{rotate:45},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-156s7sq\",layoutDependency:layoutDependency,layoutId:\"VbFDRJLMX\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1udff1r\",layoutDependency:layoutDependency,layoutId:\"OkcKOb4wh\",style:{\"--1bfflab\":numberToPixelString(Z896BCKPL)},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iucpl6\",layoutDependency:layoutDependency,layoutId:\"Vmds9RPXB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-hkebsh\",\"data-styles-preset\":\"X1nIqX55n\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Join Medsider as a Free Subscriber\"})}),className:\"framer-4pxv92\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sA3BtFGr_\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dn04q9\",\"data-styles-preset\":\"b9SmhEDKG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238)))\"},children:\"Subscribe to Medsider and get access to exclusive benefits for free. No spam, 100% privacy, and your email won\u2019t be shared.\"})}),className:\"framer-1s34k6q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"En70Lwmnq\",style:{\"--extracted-r6o4lv\":\"var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238))\",opacity:.8},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tnq71r\",layoutDependency:layoutDependency,layoutId:\"ae4J1TIWh\",children:[isDisplayed6()&&/*#__PURE__*/_jsx(FormContainer,{className:\"framer-1jvqn7e\",layoutDependency:layoutDependency,layoutId:\"VgXzbxmFo\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zaydzc\",layoutDependency:layoutDependency,layoutId:\"CCnwFwi__\",children:[/*#__PURE__*/_jsx(motion.label,{className:\"framer-10bam0u\",layoutDependency:layoutDependency,layoutId:\"savjCJ35Q\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-g58d00\",inputName:\"Email*\",layoutDependency:layoutDependency,layoutId:\"PwPk1LW6P\",placeholder:\"Email*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"email\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rtu7fp-container\",layoutDependency:layoutDependency,layoutId:\"twX52Lymb-container\",children:/*#__PURE__*/_jsx(FormButton,{cW3IdWJgZ:\"Subscribe\",height:\"100%\",id:\"twX52Lymb\",layoutId:\"twX52Lymb\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"l2uVOMwAw\",success:\"pkEHPWxvY\"},\"fsMrhMwJb\"),W3Wp_z5gh:numberToPixelString(X2EFxNikU),width:\"100%\",y_IDO0hTq:tCWBEtx_f,Z5xM5ZxKW:\"Thanks! We\u2019ll be in touch soon.\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC01MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"No spam, 100% privacy, and your email won't be shared.\"})}),className:\"framer-z8h1ic\",fonts:[\"GF;Montserrat-500\"],layoutDependency:layoutDependency,layoutId:\"UALZEILrV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",opacity:.8},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s1p0s\",layoutDependency:layoutDependency,layoutId:\"OEC5xNQoJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-376f1374-68e7-438e-9c05-76ad31404d78, rgb(4, 150, 136)))\"},children:'\"I get all the medical device newsletters.'}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-376f1374-68e7-438e-9c05-76ad31404d78, rgb(4, 150, 136)))\"},children:'Medsider is the best by far.\"'})]}),className:\"framer-1iv4zst\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"GznVCBOX7\",style:{\"--extracted-2gxw0f\":\"var(--token-376f1374-68e7-438e-9c05-76ad31404d78, rgb(4, 150, 136))\",\"--extracted-r6o4lv\":\"var(--token-376f1374-68e7-438e-9c05-76ad31404d78, rgb(4, 150, 136))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12fm29w\",layoutDependency:layoutDependency,layoutId:\"QC0CAfjEb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:88,intrinsicWidth:88,pixelHeight:130,pixelWidth:130,src:\"https://framerusercontent.com/images/Pge83ltiHrzQlmxmLxT5H099Pxg.png\"},className:\"framer-j3n950\",layoutDependency:layoutDependency,layoutId:\"PndIOeeZv\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ljuj8u\",layoutDependency:layoutDependency,layoutId:\"C6zRDG2y8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"21.6px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Scott B.\"})}),className:\"framer-819d48\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"i2oF1w8z_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"21.6px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Director, Johnson & Johnson\"})}),className:\"framer-17k4ilt\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"tHxlbsjZF\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2mykpk-container\",id:`${layoutId}-2mykpk`,layoutDependency:layoutDependency,layoutId:\"OrrrM7jVj-container\",ref:ref2,children:[/*#__PURE__*/_jsx(Superform,{button:{label:\"Subscribe\",shouldAppear:true},contentType:\"application/json\",height:\"100%\",id:\"OrrrM7jVj\",inputs:[{gridColumn:\"1\",label:\"\",max:\"\",min:\"\",name:\"email\",options:[],placeholder:\"Type your email...\",required:true,step:0,type:\"email\",value:\"\"}],layoutId:\"OrrrM7jVj\",link:resolvedLinks[0],method:\"post\",onSubmit:onSubmitizu9gt({overlay}),redirectAs:\"overlay\",style:{maxWidth:\"100%\",width:\"100%\"},styles:{button:{align:\"stretch\",borderRadius:500,color:\"rgb(255, 255, 255)\",fill:\"rgb(0, 176, 80)\",font:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},padding:15,paddingBottom:18,paddingLeft:30,paddingPerSide:true,paddingRight:30,paddingTop:18},form:{columnGap:8,columns:\"1\",fill:\"rgba(255, 255, 255, 0)\",rowGap:8},input:{borderRadius:500,color:\"rgb(0, 0, 0)\",fill:\"rgb(236, 241, 238)\",font:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},padding:12,paddingBottom:20,paddingLeft:30,paddingPerSide:true,paddingRight:30,paddingTop:20,placeholderColor:\"rgb(135, 135, 135)\"},label:{borderRadius:8,color:\"rgb(0, 0, 0)\",fill:\"rgba(0, 0, 0, 0)\",font:{},padding:0,paddingBottom:20,paddingLeft:30,paddingPerSide:true,paddingRight:30,paddingTop:20}},url:\"https://medsider.outseta.com/email/lists/gWKO82Wp/subscribe\",width:\"100%\",...addPropertyOverrides({CjzsBodHS:{link:resolvedLinks[1]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-2mykpk`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({CjzsBodHS:{offsetX:7110647857189178e-22,offsetY:-99.04687442102295,safeArea:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-12rc9cw\",exit:animation2,initial:animation4,layoutDependency:layoutDependency,layoutId:\"eRSfD5uPy\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},variants:{CjzsBodHS:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500}},children:isDisplayed5()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif'},children:\"Thanks! You're in!\"})}),className:\"framer-6rn8tx\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"QGU_uiDIZ\",variants:{CjzsBodHS:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CjzsBodHS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thanks for signing up! Check your email for more details.\"})}),fonts:[\"FS;Montserrat-semibold\"]}},baseVariant,gestureVariant)})})})})]})})})})})]})]}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g19e5\",layoutDependency:layoutDependency,layoutId:\"W3zQXqUvf\",style:{\"--1bfflab\":numberToPixelString(Z896BCKPL)},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pgvg51\",layoutDependency:layoutDependency,layoutId:\"fwK3NuxoS\",children:[/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/de4765b8-314c-41b3-a70e-b72c9b0f17a5/submit\",className:\"framer-8c7cjd\",layoutDependency:layoutDependency,layoutId:\"GETXmZegg\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1wis6f4\",layoutDependency:layoutDependency,layoutId:\"e1Zz3oPEi\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-45j00g\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"RgWzS7y3U\",placeholder:\"First Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-gyeczo\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"KE4ZTeCRX\",placeholder:\"Last Name*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})]}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-234t07\",layoutDependency:layoutDependency,layoutId:\"bd8y2X6qE\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-2qbyrk\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"W2z622YFn\",placeholder:\"Email*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"email\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-prwqbc\",layoutDependency:layoutDependency,layoutId:\"oyxjVy7Ul\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1tvlrid\",inputName:\"Company\",layoutDependency:layoutDependency,layoutId:\"EUKedGjfc\",placeholder:\"Company*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-8a9p01\",layoutDependency:layoutDependency,layoutId:\"LnivmzNBJ\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1onnz4g\",inputName:\"Website\",layoutDependency:layoutDependency,layoutId:\"XezlDgWX7\",placeholder:\"Website*\",required:true,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-1go9nvb\",layoutDependency:layoutDependency,layoutId:\"fWcBce4eg\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1alusje\",inputName:\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"S9SuiFX4u\",placeholder:\"LinkedIn\",required:false,style:{\"--15shd3h\":numberToPixelString(L5XrPsXW8),\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,...addPropertyOverrides({FZodU4_Jq:{width:`min(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1080px) - ${Z896BCKPL*2}px, 650px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ugfaqo-container\",layoutDependency:layoutDependency,layoutId:\"Ot26zLbqh-container\",children:/*#__PURE__*/_jsx(FormButton,{cW3IdWJgZ:\"Submit\",height:\"100%\",id:\"Ot26zLbqh\",layoutId:\"Ot26zLbqh\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"l2uVOMwAw\",success:\"pkEHPWxvY\"},\"fsMrhMwJb\"),W3Wp_z5gh:numberToPixelString(X2EFxNikU),width:\"100%\",y_IDO0hTq:18,Z5xM5ZxKW:\"Thanks! We\u2019ll be in touch soon.\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8fj0er\",layoutDependency:layoutDependency,layoutId:\"SN5zrVbFE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-hkebsh\",\"data-styles-preset\":\"X1nIqX55n\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"We\u2019re Building an Invite-Only Network for Founders and CEOs\"})}),className:\"framer-8iwmap\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ELeoWmA6p\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dn04q9\",\"data-styles-preset\":\"b9SmhEDKG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238)))\"},children:\"Please complete the form below to see if you qualify for membership at this time.\"})}),className:\"framer-estd2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xo609cFnm\",style:{\"--extracted-r6o4lv\":\"var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238))\",opacity:.8},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-g1nwj4\",layoutDependency:layoutDependency,layoutId:\"nn70v8WTZ\",style:{\"--1bfflab\":numberToPixelString(Z896BCKPL)},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lcbnk2\",layoutDependency:layoutDependency,layoutId:\"B9wDuO7z5\",children:[/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/c9bcd182-af28-45c3-842a-53752b40d129/submit\",className:\"framer-4qpr0g\",layoutDependency:layoutDependency,layoutId:\"oXQLMmwl6\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mpxnc2\",layoutDependency:layoutDependency,layoutId:\"s7wPjHsGF\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-n1p2ys\",layoutDependency:layoutDependency,layoutId:\"NR2GLWJwe\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1xxq8fj\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"HCMseCSmv\",placeholder:\"First Name*\",required:true,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-b1vgbd\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"UcJWg8cqi\",placeholder:\"Last Name*\",required:true,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"text\"})]}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-1lex6ha\",layoutDependency:layoutDependency,layoutId:\"AFh3Hqk5b\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-c930mw\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"FoZCPiXOa\",placeholder:\"Email*\",required:true,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"email\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-198pih\",layoutDependency:layoutDependency,layoutId:\"BI6jkJaJU\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-146tneu\",inputName:\"Company Website\",layoutDependency:layoutDependency,layoutId:\"IqVciwbxg\",placeholder:\"Company Website*\",required:true,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(227, 227, 227)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"50px\",\"--framer-input-border-radius-bottom-right\":\"50px\",\"--framer-input-border-radius-top-left\":\"50px\",\"--framer-input-border-radius-top-right\":\"50px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(0, 0, 0)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(135, 135, 135)\"},type:\"url\"})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,...addPropertyOverrides({lt4VPJTO3:{width:`min(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1080px) - ${Z896BCKPL*2}px, 650px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u1e5cn-container\",layoutDependency:layoutDependency,layoutId:\"NIHbavoDd-container\",children:/*#__PURE__*/_jsx(FormButton,{cW3IdWJgZ:\"Submit\",height:\"100%\",id:\"NIHbavoDd\",layoutId:\"NIHbavoDd\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{error:\"Alda_Dgwf\",incomplete:\"w5MuxFhYd\",pending:\"l2uVOMwAw\",success:\"pkEHPWxvY\"},\"fsMrhMwJb\"),W3Wp_z5gh:\"18px 30px 18px 30px\",width:\"100%\",y_IDO0hTq:18,Z5xM5ZxKW:\"Thanks! We\u2019ll be in touch soon.\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-171wf8h\",layoutDependency:layoutDependency,layoutId:\"MCBlWQa9S\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-hkebsh\",\"data-styles-preset\":\"X1nIqX55n\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Sponsor Medsider\"})}),className:\"framer-b9xc0i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lUfpny5EH\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dn04q9\",\"data-styles-preset\":\"b9SmhEDKG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238)))\"},children:\"Complete the short form below and we'll be in touch soon.\"})}),className:\"framer-10rd9bv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"R4UwhF9Hg\",style:{\"--extracted-r6o4lv\":\"var(--token-09c9bd95-0eb9-4246-8570-20fdde79012a, rgb(236, 241, 238))\",opacity:.8},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-km1OY.framer-1dv91am, .framer-km1OY .framer-1dv91am { display: block; }\",\".framer-km1OY.framer-1ykbzne { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 1024px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-km1OY .framer-y6b357 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 9; }\",\".framer-km1OY .framer-1fzpjzf, .framer-km1OY .framer-1udff1r { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1080px; overflow: hidden; padding: var(--1bfflab); position: relative; width: 1px; z-index: 9; }\",\".framer-km1OY .framer-1rlx8t4, .framer-km1OY .framer-iucpl6, .framer-km1OY .framer-8fj0er, .framer-km1OY .framer-171wf8h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-fy7j0w, .framer-km1OY .framer-603m7, .framer-km1OY .framer-4pxv92, .framer-km1OY .framer-1s34k6q, .framer-km1OY .framer-8iwmap, .framer-km1OY .framer-estd2, .framer-km1OY .framer-b9xc0i, .framer-km1OY .framer-10rd9bv { --framer-text-wrap-override: balance; -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; width: 100%; }\",\".framer-km1OY .framer-66at5u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-scm5hc, .framer-km1OY .framer-1cufh0x, .framer-km1OY .framer-13t4v0a, .framer-km1OY .framer-17sga84 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 650px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-xdzyqk, .framer-km1OY .framer-1ajv0ef, .framer-km1OY .framer-nasdzs, .framer-km1OY .framer-1i3bpvb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-km1OY .framer-yzur5r, .framer-km1OY .framer-10zdab, .framer-km1OY .framer-mazca7, .framer-km1OY .framer-vkpkme, .framer-km1OY .framer-y3vvmv, .framer-km1OY .framer-1y8erbb, .framer-km1OY .framer-2meoyk, .framer-km1OY .framer-kn8gm9 { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.4em; --framer-input-font-size: 15px; --framer-input-font-weight: 600; --framer-input-padding: var(--15shd3h); --framer-input-wrapper-height: auto; flex: 1 0 0px; height: auto; min-width: 280px; position: relative; width: 1px; }',\".framer-km1OY .framer-86lim7, .framer-km1OY .framer-msbqv, .framer-km1OY .framer-15okj9k, .framer-km1OY .framer-bk7fp9, .framer-km1OY .framer-kiujoj, .framer-km1OY .framer-ja1p25, .framer-km1OY .framer-fyj7kr, .framer-km1OY .framer-vx0rto, .framer-km1OY .framer-1518lwa, .framer-km1OY .framer-opicta, .framer-km1OY .framer-zdf7ar, .framer-km1OY .framer-16jcx6c, .framer-km1OY .framer-10bam0u, .framer-km1OY .framer-234t07, .framer-km1OY .framer-prwqbc, .framer-km1OY .framer-8a9p01, .framer-km1OY .framer-1go9nvb, .framer-km1OY .framer-1lex6ha, .framer-km1OY .framer-198pih { 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; padding: 0px; position: relative; width: 100%; }\",'.framer-km1OY .framer-1b0lt7g, .framer-km1OY .framer-1o7sqk8, .framer-km1OY .framer-efmqvs, .framer-km1OY .framer-1l4vr2u, .framer-km1OY .framer-hlra5s, .framer-km1OY .framer-1l9oh8p, .framer-km1OY .framer-onpodv, .framer-km1OY .framer-nex502, .framer-km1OY .framer-155ra6e, .framer-km1OY .framer-odoob1, .framer-km1OY .framer-k9mci0, .framer-km1OY .framer-9h5o9k, .framer-km1OY .framer-g58d00 { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.4em; --framer-input-font-size: 15px; --framer-input-font-weight: 600; --framer-input-padding: var(--15shd3h); --framer-input-wrapper-height: auto; flex: none; height: auto; min-width: 290px; position: relative; width: 100%; }',\".framer-km1OY .framer-147rwof-container, .framer-km1OY .framer-14qmfux-container, .framer-km1OY .framer-op342a-container, .framer-km1OY .framer-za7dxt-container, .framer-km1OY .framer-1rtu7fp-container, .framer-km1OY .framer-ugfaqo-container, .framer-km1OY .framer-1u1e5cn-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-km1OY .framer-1s6jric { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 17px; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 50px; top: 50px; width: 27px; z-index: 10; }\",\".framer-km1OY .framer-1v4zb6p { 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: absolute; right: -1px; top: 53%; width: 27px; z-index: 8; }\",\".framer-km1OY .framer-xwrvw6 { flex: none; height: 2px; overflow: visible; position: relative; width: 12px; z-index: 0; }\",\".framer-km1OY .framer-1f7wp7o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 24px; z-index: 8; }\",\".framer-km1OY .framer-h6ws31 { flex: none; height: 2px; overflow: visible; position: relative; width: 24px; }\",\".framer-km1OY .framer-1q1tdym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; left: -1px; overflow: visible; padding: 0px; position: absolute; top: 6px; width: 27px; z-index: 8; }\",\".framer-km1OY .framer-156s7sq { flex: none; height: 2px; overflow: visible; position: relative; width: 12px; }\",\".framer-km1OY .framer-1tnq71r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-1jvqn7e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 650px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-zaydzc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-z8h1ic { --framer-text-wrap: balance; -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-km1OY .framer-1s1p0s, .framer-km1OY .framer-mpxnc2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-1iv4zst { --framer-text-wrap: balance; -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-km1OY .framer-12fm29w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-km1OY .framer-j3n950 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-km1OY .framer-ljuj8u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-km1OY .framer-819d48, .framer-km1OY .framer-17k4ilt, .framer-km1OY .framer-6rn8tx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-km1OY .framer-2mykpk-container { flex: none; height: auto; max-width: 650px; position: relative; width: 100%; }\",\".framer-km1OY .framer-12rc9cw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-km1OY .framer-1g19e5, .framer-km1OY .framer-g1nwj4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100%; justify-content: center; max-width: 1080px; overflow: hidden; padding: var(--1bfflab); position: relative; width: 1px; z-index: 9; }\",\".framer-km1OY .framer-1pgvg51, .framer-km1OY .framer-lcbnk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-8c7cjd, .framer-km1OY .framer-4qpr0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 650px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-km1OY .framer-1wis6f4, .framer-km1OY .framer-n1p2ys { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-km1OY .framer-45j00g, .framer-km1OY .framer-gyeczo, .framer-km1OY .framer-1xxq8fj, .framer-km1OY .framer-b1vgbd { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.4em; --framer-input-font-size: 15px; --framer-input-font-weight: 600; --framer-input-padding: 20px 30px 20px 30px; --framer-input-wrapper-height: auto; flex: 1 0 0px; height: auto; min-width: 220px; position: relative; width: 1px; }','.framer-km1OY .framer-2qbyrk, .framer-km1OY .framer-1tvlrid, .framer-km1OY .framer-1onnz4g, .framer-km1OY .framer-1alusje, .framer-km1OY .framer-c930mw, .framer-km1OY .framer-146tneu { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.4em; --framer-input-font-size: 15px; --framer-input-font-weight: 600; --framer-input-padding: 20px 30px 20px 30px; --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }',\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-km1OY.framer-1ykbzne, .framer-km1OY .framer-1fzpjzf, .framer-km1OY .framer-1rlx8t4, .framer-km1OY .framer-66at5u, .framer-km1OY .framer-scm5hc, .framer-km1OY .framer-xdzyqk, .framer-km1OY .framer-86lim7, .framer-km1OY .framer-msbqv, .framer-km1OY .framer-15okj9k, .framer-km1OY .framer-1cufh0x, .framer-km1OY .framer-1ajv0ef, .framer-km1OY .framer-bk7fp9, .framer-km1OY .framer-kiujoj, .framer-km1OY .framer-ja1p25, .framer-km1OY .framer-13t4v0a, .framer-km1OY .framer-nasdzs, .framer-km1OY .framer-fyj7kr, .framer-km1OY .framer-vx0rto, .framer-km1OY .framer-1518lwa, .framer-km1OY .framer-17sga84, .framer-km1OY .framer-1i3bpvb, .framer-km1OY .framer-opicta, .framer-km1OY .framer-zdf7ar, .framer-km1OY .framer-16jcx6c, .framer-km1OY .framer-1s6jric, .framer-km1OY .framer-1v4zb6p, .framer-km1OY .framer-1f7wp7o, .framer-km1OY .framer-1q1tdym, .framer-km1OY .framer-1udff1r, .framer-km1OY .framer-iucpl6, .framer-km1OY .framer-1tnq71r, .framer-km1OY .framer-1jvqn7e, .framer-km1OY .framer-zaydzc, .framer-km1OY .framer-10bam0u, .framer-km1OY .framer-1s1p0s, .framer-km1OY .framer-12fm29w, .framer-km1OY .framer-ljuj8u, .framer-km1OY .framer-12rc9cw, .framer-km1OY .framer-1g19e5, .framer-km1OY .framer-1pgvg51, .framer-km1OY .framer-8c7cjd, .framer-km1OY .framer-1wis6f4, .framer-km1OY .framer-234t07, .framer-km1OY .framer-prwqbc, .framer-km1OY .framer-8a9p01, .framer-km1OY .framer-1go9nvb, .framer-km1OY .framer-8fj0er, .framer-km1OY .framer-g1nwj4, .framer-km1OY .framer-lcbnk2, .framer-km1OY .framer-4qpr0g, .framer-km1OY .framer-mpxnc2, .framer-km1OY .framer-n1p2ys, .framer-km1OY .framer-1lex6ha, .framer-km1OY .framer-198pih, .framer-km1OY .framer-171wf8h { gap: 0px; } .framer-km1OY.framer-1ykbzne > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-km1OY.framer-1ykbzne > :first-child, .framer-km1OY .framer-xdzyqk > :first-child, .framer-km1OY .framer-1ajv0ef > :first-child, .framer-km1OY .framer-nasdzs > :first-child, .framer-km1OY .framer-1i3bpvb > :first-child, .framer-km1OY .framer-1v4zb6p > :first-child, .framer-km1OY .framer-1f7wp7o > :first-child, .framer-km1OY .framer-1q1tdym > :first-child, .framer-km1OY .framer-12fm29w > :first-child, .framer-km1OY .framer-12rc9cw > :first-child, .framer-km1OY .framer-1wis6f4 > :first-child, .framer-km1OY .framer-n1p2ys > :first-child { margin-left: 0px; } .framer-km1OY.framer-1ykbzne > :last-child, .framer-km1OY .framer-xdzyqk > :last-child, .framer-km1OY .framer-1ajv0ef > :last-child, .framer-km1OY .framer-nasdzs > :last-child, .framer-km1OY .framer-1i3bpvb > :last-child, .framer-km1OY .framer-1v4zb6p > :last-child, .framer-km1OY .framer-1f7wp7o > :last-child, .framer-km1OY .framer-1q1tdym > :last-child, .framer-km1OY .framer-12fm29w > :last-child, .framer-km1OY .framer-12rc9cw > :last-child, .framer-km1OY .framer-1wis6f4 > :last-child, .framer-km1OY .framer-n1p2ys > :last-child { margin-right: 0px; } .framer-km1OY .framer-1fzpjzf > *, .framer-km1OY .framer-1udff1r > *, .framer-km1OY .framer-1tnq71r > *, .framer-km1OY .framer-1pgvg51 > *, .framer-km1OY .framer-lcbnk2 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-km1OY .framer-1fzpjzf > :first-child, .framer-km1OY .framer-1rlx8t4 > :first-child, .framer-km1OY .framer-66at5u > :first-child, .framer-km1OY .framer-scm5hc > :first-child, .framer-km1OY .framer-86lim7 > :first-child, .framer-km1OY .framer-msbqv > :first-child, .framer-km1OY .framer-15okj9k > :first-child, .framer-km1OY .framer-1cufh0x > :first-child, .framer-km1OY .framer-bk7fp9 > :first-child, .framer-km1OY .framer-kiujoj > :first-child, .framer-km1OY .framer-ja1p25 > :first-child, .framer-km1OY .framer-13t4v0a > :first-child, .framer-km1OY .framer-fyj7kr > :first-child, .framer-km1OY .framer-vx0rto > :first-child, .framer-km1OY .framer-1518lwa > :first-child, .framer-km1OY .framer-17sga84 > :first-child, .framer-km1OY .framer-opicta > :first-child, .framer-km1OY .framer-zdf7ar > :first-child, .framer-km1OY .framer-16jcx6c > :first-child, .framer-km1OY .framer-1s6jric > :first-child, .framer-km1OY .framer-1udff1r > :first-child, .framer-km1OY .framer-iucpl6 > :first-child, .framer-km1OY .framer-1tnq71r > :first-child, .framer-km1OY .framer-1jvqn7e > :first-child, .framer-km1OY .framer-zaydzc > :first-child, .framer-km1OY .framer-10bam0u > :first-child, .framer-km1OY .framer-1s1p0s > :first-child, .framer-km1OY .framer-ljuj8u > :first-child, .framer-km1OY .framer-1g19e5 > :first-child, .framer-km1OY .framer-1pgvg51 > :first-child, .framer-km1OY .framer-8c7cjd > :first-child, .framer-km1OY .framer-234t07 > :first-child, .framer-km1OY .framer-prwqbc > :first-child, .framer-km1OY .framer-8a9p01 > :first-child, .framer-km1OY .framer-1go9nvb > :first-child, .framer-km1OY .framer-8fj0er > :first-child, .framer-km1OY .framer-g1nwj4 > :first-child, .framer-km1OY .framer-lcbnk2 > :first-child, .framer-km1OY .framer-4qpr0g > :first-child, .framer-km1OY .framer-mpxnc2 > :first-child, .framer-km1OY .framer-1lex6ha > :first-child, .framer-km1OY .framer-198pih > :first-child, .framer-km1OY .framer-171wf8h > :first-child { margin-top: 0px; } .framer-km1OY .framer-1fzpjzf > :last-child, .framer-km1OY .framer-1rlx8t4 > :last-child, .framer-km1OY .framer-66at5u > :last-child, .framer-km1OY .framer-scm5hc > :last-child, .framer-km1OY .framer-86lim7 > :last-child, .framer-km1OY .framer-msbqv > :last-child, .framer-km1OY .framer-15okj9k > :last-child, .framer-km1OY .framer-1cufh0x > :last-child, .framer-km1OY .framer-bk7fp9 > :last-child, .framer-km1OY .framer-kiujoj > :last-child, .framer-km1OY .framer-ja1p25 > :last-child, .framer-km1OY .framer-13t4v0a > :last-child, .framer-km1OY .framer-fyj7kr > :last-child, .framer-km1OY .framer-vx0rto > :last-child, .framer-km1OY .framer-1518lwa > :last-child, .framer-km1OY .framer-17sga84 > :last-child, .framer-km1OY .framer-opicta > :last-child, .framer-km1OY .framer-zdf7ar > :last-child, .framer-km1OY .framer-16jcx6c > :last-child, .framer-km1OY .framer-1s6jric > :last-child, .framer-km1OY .framer-1udff1r > :last-child, .framer-km1OY .framer-iucpl6 > :last-child, .framer-km1OY .framer-1tnq71r > :last-child, .framer-km1OY .framer-1jvqn7e > :last-child, .framer-km1OY .framer-zaydzc > :last-child, .framer-km1OY .framer-10bam0u > :last-child, .framer-km1OY .framer-1s1p0s > :last-child, .framer-km1OY .framer-ljuj8u > :last-child, .framer-km1OY .framer-1g19e5 > :last-child, .framer-km1OY .framer-1pgvg51 > :last-child, .framer-km1OY .framer-8c7cjd > :last-child, .framer-km1OY .framer-234t07 > :last-child, .framer-km1OY .framer-prwqbc > :last-child, .framer-km1OY .framer-8a9p01 > :last-child, .framer-km1OY .framer-1go9nvb > :last-child, .framer-km1OY .framer-8fj0er > :last-child, .framer-km1OY .framer-g1nwj4 > :last-child, .framer-km1OY .framer-lcbnk2 > :last-child, .framer-km1OY .framer-4qpr0g > :last-child, .framer-km1OY .framer-mpxnc2 > :last-child, .framer-km1OY .framer-1lex6ha > :last-child, .framer-km1OY .framer-198pih > :last-child, .framer-km1OY .framer-171wf8h > :last-child { margin-bottom: 0px; } .framer-km1OY .framer-1rlx8t4 > *, .framer-km1OY .framer-scm5hc > *, .framer-km1OY .framer-86lim7 > *, .framer-km1OY .framer-msbqv > *, .framer-km1OY .framer-15okj9k > *, .framer-km1OY .framer-1cufh0x > *, .framer-km1OY .framer-bk7fp9 > *, .framer-km1OY .framer-kiujoj > *, .framer-km1OY .framer-ja1p25 > *, .framer-km1OY .framer-13t4v0a > *, .framer-km1OY .framer-fyj7kr > *, .framer-km1OY .framer-vx0rto > *, .framer-km1OY .framer-1518lwa > *, .framer-km1OY .framer-17sga84 > *, .framer-km1OY .framer-opicta > *, .framer-km1OY .framer-zdf7ar > *, .framer-km1OY .framer-16jcx6c > *, .framer-km1OY .framer-1s6jric > *, .framer-km1OY .framer-iucpl6 > *, .framer-km1OY .framer-zaydzc > *, .framer-km1OY .framer-10bam0u > *, .framer-km1OY .framer-234t07 > *, .framer-km1OY .framer-prwqbc > *, .framer-km1OY .framer-8a9p01 > *, .framer-km1OY .framer-1go9nvb > *, .framer-km1OY .framer-8fj0er > *, .framer-km1OY .framer-1lex6ha > *, .framer-km1OY .framer-198pih > *, .framer-km1OY .framer-171wf8h > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-km1OY .framer-66at5u > *, .framer-km1OY .framer-1s1p0s > *, .framer-km1OY .framer-8c7cjd > *, .framer-km1OY .framer-4qpr0g > *, .framer-km1OY .framer-mpxnc2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-km1OY .framer-xdzyqk > *, .framer-km1OY .framer-1ajv0ef > *, .framer-km1OY .framer-nasdzs > *, .framer-km1OY .framer-1i3bpvb > *, .framer-km1OY .framer-1v4zb6p > *, .framer-km1OY .framer-1f7wp7o > *, .framer-km1OY .framer-1q1tdym > *, .framer-km1OY .framer-12rc9cw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-km1OY .framer-1jvqn7e > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-km1OY .framer-12fm29w > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-km1OY .framer-ljuj8u > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-km1OY .framer-1g19e5 > *, .framer-km1OY .framer-g1nwj4 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-km1OY .framer-1wis6f4 > *, .framer-km1OY .framer-n1p2ys > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-km1OY.framer-v-1sw7kjo .framer-nasdzs, .framer-km1OY.framer-v-179u768 .framer-1ajv0ef, .framer-km1OY.framer-v-179u768 .framer-1l9oh8p, .framer-km1OY.framer-v-1lcrf5f .framer-1i3bpvb, .framer-km1OY.framer-v-1eqzsz5 .framer-y6b357, .framer-km1OY.framer-v-pclt9p .framer-8fj0er, .framer-km1OY.framer-v-1f4yaow .framer-171wf8h { order: 0; }\",\".framer-km1OY.framer-v-1sw7kjo .framer-fyj7kr, .framer-km1OY.framer-v-179u768 .framer-bk7fp9, .framer-km1OY.framer-v-1lcrf5f .framer-opicta, .framer-km1OY.framer-v-1eqzsz5 .framer-2mykpk-container { order: 3; }\",\".framer-km1OY.framer-v-1sw7kjo .framer-vx0rto, .framer-km1OY.framer-v-179u768 .framer-kiujoj, .framer-km1OY.framer-v-1lcrf5f .framer-zdf7ar, .framer-km1OY.framer-v-1eqzsz5 .framer-1udff1r { order: 2; }\",\".framer-km1OY.framer-v-1sw7kjo .framer-1518lwa, .framer-km1OY.framer-v-179u768 .framer-ja1p25, .framer-km1OY.framer-v-1lcrf5f .framer-16jcx6c, .framer-km1OY.framer-v-pclt9p .framer-8c7cjd, .framer-km1OY.framer-v-1f4yaow .framer-4qpr0g { order: 1; }\",\".framer-km1OY.framer-v-1sw7kjo .framer-op342a-container, .framer-km1OY.framer-v-179u768 .framer-14qmfux-container, .framer-km1OY.framer-v-1lcrf5f .framer-za7dxt-container, .framer-km1OY.framer-v-1eqzsz5 .framer-1s1p0s { order: 4; }\",\".framer-km1OY.framer-v-1eqzsz5 .framer-1s6jric { order: 5; }\",\".framer-km1OY.framer-v-1eqzsz5 .framer-12rc9cw { height: 78px; padding: 15px 30px 15px 30px; width: 314px; }\",\".framer-km1OY.framer-v-1eqzsz5 .framer-6rn8tx { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-km1OY.framer-v-pclt9p.framer-1ykbzne, .framer-km1OY.framer-v-1f4yaow.framer-1ykbzne { gap: 0px; }\",\".framer-km1OY.framer-v-pclt9p .framer-y6b357, .framer-km1OY.framer-v-1f4yaow .framer-y6b357 { bottom: 0px; height: unset; left: 0px; right: 0px; top: 0px; width: unset; }\",\".framer-km1OY.framer-v-pclt9p .framer-1s6jric, .framer-km1OY.framer-v-1f4yaow .framer-1s6jric { right: 30px; top: 40px; }\",\".framer-km1OY.framer-v-pclt9p .framer-45j00g, .framer-km1OY.framer-v-pclt9p .framer-gyeczo, .framer-km1OY.framer-v-pclt9p .framer-2qbyrk, .framer-km1OY.framer-v-pclt9p .framer-1tvlrid, .framer-km1OY.framer-v-pclt9p .framer-1onnz4g, .framer-km1OY.framer-v-pclt9p .framer-1alusje { --framer-input-padding: var(--15shd3h); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-km1OY.framer-v-pclt9p.framer-1ykbzne { gap: 0px; } .framer-km1OY.framer-v-pclt9p.framer-1ykbzne > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-km1OY.framer-v-pclt9p.framer-1ykbzne > :first-child { margin-left: 0px; } .framer-km1OY.framer-v-pclt9p.framer-1ykbzne > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-km1OY.framer-v-1f4yaow.framer-1ykbzne { gap: 0px; } .framer-km1OY.framer-v-1f4yaow.framer-1ykbzne > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-km1OY.framer-v-1f4yaow.framer-1ykbzne > :first-child { margin-left: 0px; } .framer-km1OY.framer-v-1f4yaow.framer-1ykbzne > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1024\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DMHfYfiWe\":{\"layout\":[\"fixed\",\"fixed\"]},\"f6u9zj59q\":{\"layout\":[\"fixed\",\"fixed\"]},\"Cy1zHVbls\":{\"layout\":[\"fixed\",\"fixed\"]},\"CjzsBodHS\":{\"layout\":[\"fixed\",\"fixed\"]},\"FZodU4_Jq\":{\"layout\":[\"fixed\",\"fixed\"]},\"lt4VPJTO3\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"utsSte6Mc\":\"close\",\"L5XrPsXW8\":\"inputPadding\",\"X2EFxNikU\":\"buttonPadding\",\"tCWBEtx_f\":\"buttonFontSize\",\"Z896BCKPL\":\"wrapperPadding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMGDq4X6ut=withCSS(Component,css,\"framer-km1OY\");export default FramerMGDq4X6ut;FramerMGDq4X6ut.displayName=\"Overlays\";FramerMGDq4X6ut.defaultProps={height:1024,width:1600};addPropertyControls(FramerMGDq4X6ut,{variant:{options:[\"wPuOdwTK7\",\"DMHfYfiWe\",\"f6u9zj59q\",\"Cy1zHVbls\",\"CjzsBodHS\",\"FZodU4_Jq\",\"lt4VPJTO3\"],optionTitles:[\"Suggest a Guest Overlay\",\"Investor DIY Form Overlay\",\"Investor Matchmaker Form Overlay\",\"Investor Connect Form Overlay\",\"Subscribe for Free\",\"Private Network - Learn More\",\"Sponsor Form\"],title:\"Variant\",type:ControlType.Enum},utsSte6Mc:{title:\"Close\",type:ControlType.EventHandler},L5XrPsXW8:{defaultValue:\"20px 30px 20px 30px\",title:\"Input Padding\",type:ControlType.Padding},X2EFxNikU:{defaultValue:\"18px 30px 18px 30px\",title:\"Button Padding\",type:ControlType.Padding},tCWBEtx_f:{defaultValue:18,title:\"Button Font Size\",type:ControlType.Number},Z896BCKPL:{defaultValue:\"0px 0px 0px 0px\",title:\"Wrapper Padding\",type:ControlType.Padding}});addFonts(FramerMGDq4X6ut,[{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:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",weight:\"500\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"}]},...FormButtonFonts,...SuperformFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMGDq4X6ut\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1600\",\"framerVariables\":\"{\\\"utsSte6Mc\\\":\\\"close\\\",\\\"L5XrPsXW8\\\":\\\"inputPadding\\\",\\\"X2EFxNikU\\\":\\\"buttonPadding\\\",\\\"tCWBEtx_f\\\":\\\"buttonFontSize\\\",\\\"Z896BCKPL\\\":\\\"wrapperPadding\\\"}\",\"framerIntrinsicHeight\":\"1024\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DMHfYfiWe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"f6u9zj59q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Cy1zHVbls\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CjzsBodHS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FZodU4_Jq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lt4VPJTO3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MGDq4X6ut.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";export function SearchIcon(props){return /*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:props.width,height:props.height,style:{...props.style,color:props.color},children:/*#__PURE__*/ _jsx(\"path\",{d:\"M232.49,215.51,185,168a92.12,92.12,0,1,0-17,17l47.53,47.54a12,12,0,0,0,17-17ZM44,112a68,68,0,1,1,68,68A68.07,68.07,0,0,1,44,112Z\",fill:\"currentColor\"})});}export function ClearIcon(props){return /*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",...props,children:[/*#__PURE__*/ _jsx(\"rect\",{width:\"256\",height:\"256\",fill:\"none\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm37.66,130.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32L139.31,128Z\",fill:\"currentColor\"})]});}export function SpinnerIcon(props){const borderWidth=3;return /*#__PURE__*/ _jsxs(\"div\",{style:{position:\"relative\",...props.style},children:[/*#__PURE__*/ _jsx(motion.div,{animate:{rotate:360},transition:{ease:\"linear\",duration:1,repeat:Infinity},style:{borderRadius:100,backgroundImage:`conic-gradient(from 270deg, transparent 0%, ${props.color} 100%)`,width:\"100%\",height:\"100%\"}}),/*#__PURE__*/ _jsx(\"div\",{style:{backgroundColor:props.backgroundColor,borderRadius:100,position:\"absolute\",top:borderWidth,left:borderWidth,bottom:borderWidth,right:borderWidth}})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"ClearIcon\":{\"type\":\"reactComponent\",\"name\":\"ClearIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"SpinnerIcon\":{\"type\":\"reactComponent\",\"name\":\"SpinnerIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchIcon\":{\"type\":\"reactComponent\",\"name\":\"SearchIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Icons.map", "export function Storage(name) {\n    this.ready = new Promise((resolve, reject)=>{\n        var request = window.indexedDB.open(location.origin);\n        request.onupgradeneeded = (e)=>{\n            this.db = e.target[\"result\"];\n            this.db.createObjectStore(\"store\");\n        };\n        request.onsuccess = (e)=>{\n            this.db = e.target[\"result\"];\n            resolve();\n        };\n        request.onerror = (e)=>{\n            this.db = e.target[\"result\"];\n            reject(e);\n        };\n    });\n}\nStorage.prototype.get = function(key) {\n    return this.ready.then(()=>{\n        return new Promise((resolve, reject)=>{\n            var request = this.getStore().get(key);\n            request.onsuccess = (e)=>resolve(e.target.result)\n            ;\n            request.onerror = reject;\n        });\n    });\n};\nStorage.prototype.getStore = function() {\n    return this.db.transaction([\n        \"store\"\n    ], \"readwrite\").objectStore(\"store\");\n};\nStorage.prototype.set = function(key, value) {\n    return this.ready.then(()=>{\n        return new Promise((resolve, reject)=>{\n            var request = this.getStore().put(value, key);\n            request.onsuccess = resolve;\n            request.onerror = reject;\n        });\n    });\n};\nStorage.prototype.delete = function(key, value) {\n    window.indexedDB.deleteDatabase(location.origin);\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"Storage\":{\"type\":\"function\"}}}", "// @ts-ignore\nimport{Storage}from\"https://framerusercontent.com/modules/3Xi2AslpcDRhfyCVPmx3/d0Oobr5BHnVqZJQyMdGn/storage.js\";export const hashCode=s=>s.split(\"\").reduce((a,b)=>{a=(a<<5)-a+b.charCodeAt(0);return a&a;},0);export function corsProxy(url){return`https://cors-anywhere.herokuapp.com/${url}`;}export async function cachedResponse(url,cache=new Storage(\"cache\")){const cacheKey=url;const data=await cache.get(cacheKey);if(data){return data;}else{var req=new XMLHttpRequest;req.open(\"GET\",url,true);req.responseType=\"blob\";return new Promise((resolve,reject)=>{req.onload=async function(){if(this.status===200){await cache.set(url,this.response);resolve(this.response);}else{reject(new Error(`Response status ${this.status} ${this.statusText}`));}};req.onerror=function(error){reject(error);};req.send();});}}export async function setCachedData(url,dataToCache,cache=new Storage(\"cache\")){const cacheKey=url;const data=await cache.set(cacheKey,dataToCache);}export async function checkForCachedData(url,cache=new Storage(\"cache\")){const cacheKey=url;const data=await cache.get(cacheKey);if(data){return data;}else{return null;}}\nexport const __FramerMetadata__ = {\"exports\":{\"hashCode\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"setCachedData\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"checkForCachedData\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"corsProxy\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"cachedResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cache.map", "import{checkForCachedData,setCachedData}from\"https://framer.com/m/cache-YMiL.js@b9aplVZjN51x28yfNK16\";const VERSION=1;const defaultLocaleId=\"default\";export function isDefaultLocaleId(localeId){return!localeId||localeId===\"default\";}const INDEX_KEY=\"searchIndexCache\";function getIndexKey(localeId){if(isDefaultLocaleId(localeId))return INDEX_KEY;return`${INDEX_KEY}-${localeId}`;}const METADATA_KEY=\"searchCacheMetadata\";function getMetadataKey(localeId){if(isDefaultLocaleId(localeId))return METADATA_KEY;return`${METADATA_KEY}-${localeId}`;}export async function getCachedIndex(localeId){// A check here for metadata can be added later if we need to\n// migrate or expire the index. Though most likely, any version change\n// should result in deleting the cache and starting again.\nconst indexKey=getIndexKey(localeId);const cachedIndex=await checkForCachedData(indexKey);if(cachedIndex){return cachedIndex;}}export function setCachedIndex(localeId,index){const indexKey=getIndexKey(localeId);setCachedData(indexKey,index);const metadata={version:VERSION,timestamp:Date.now()};const metadataKey=getMetadataKey(localeId);setCachedData(metadataKey,metadata);}\nexport const __FramerMetadata__ = {\"exports\":{\"getCachedIndex\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"setCachedIndex\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isDefaultLocaleId\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cachedIndex.map", "// Fake example data used for when the search component is in preview mode.\n// Note that the `url` value is used as a key in React, so it needs to be unique.\nexport const fakeResults={\"/\":{version:1,title:\"Example Search Result\",description:\"Description of search result.\",keywords:\"\",h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],p:[],url:\"/example-url/\",codeblock:[]},\"/example-1\":{version:1,title:\"Publish your Site to Search\",description:\"Try Site Search to instantly search your Framer site content.\",keywords:\"\",h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],p:[],url:\"/example-url/1/\",codeblock:[]},\"/example-2\":{version:1,title:\"Customise your Site Search\",description:\"Personalize everything from corner radius, to icon weight.\",keywords:\"\",h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],p:[],url:\"/example-url/2/\",codeblock:[]}};\nexport const __FramerMetadata__ = {\"exports\":{\"fakeResults\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fakeResults.map", "// This file is based on the Levenshtein algorithm. Originally from Koen but maybe he\n// got it from somewhere else.\nconst peq=new Uint32Array(65536);const myers_32=(a,b)=>{const n=a.length;const m=b.length;const lst=1<<n-1;let pv=-1;let mv=0;let sc=n;let i=n;while(i--){peq[a.charCodeAt(i)]|=1<<i;}for(i=0;i<m;i++){let eq=peq[b.charCodeAt(i)];const xv=eq|mv;eq|=(eq&pv)+pv^pv;mv|=~(eq|pv);pv&=eq;if(mv&lst){sc++;}if(pv&lst){sc--;}mv=mv<<1|1;pv=pv<<1|~(xv|mv);mv&=xv;}i=n;while(i--){peq[a.charCodeAt(i)]=0;}return sc;};const myers_x=(b,a)=>{const n=a.length;const m=b.length;const mhc=[];const phc=[];const hsize=Math.ceil(n/32);const vsize=Math.ceil(m/32);for(let i=0;i<hsize;i++){phc[i]=-1;mhc[i]=0;}let j=0;for(;j<vsize-1;j++){let mv=0;let pv=-1;const start=j*32;const vlen=Math.min(32,m)+start;for(let k=start;k<vlen;k++){peq[b.charCodeAt(k)]|=1<<k;}for(let i1=0;i1<n;i1++){const eq=peq[a.charCodeAt(i1)];const pb=phc[i1/32|0]>>>i1&1;const mb=mhc[i1/32|0]>>>i1&1;const xv=eq|mv;const xh=((eq|mb)&pv)+pv^pv|eq|mb;let ph=mv|~(xh|pv);let mh=pv&xh;if(ph>>>31^pb){phc[i1/32|0]^=1<<i1;}if(mh>>>31^mb){mhc[i1/32|0]^=1<<i1;}ph=ph<<1|pb;mh=mh<<1|mb;pv=mh|~(xv|ph);mv=ph&xv;}for(let k1=start;k1<vlen;k1++){peq[b.charCodeAt(k1)]=0;}}let mv1=0;let pv1=-1;const start1=j*32;const vlen1=Math.min(32,m-start1)+start1;for(let k2=start1;k2<vlen1;k2++){peq[b.charCodeAt(k2)]|=1<<k2;}let score=m;for(let i2=0;i2<n;i2++){const eq1=peq[a.charCodeAt(i2)];const pb1=phc[i2/32|0]>>>i2&1;const mb1=mhc[i2/32|0]>>>i2&1;const xv1=eq1|mv1;const xh1=((eq1|mb1)&pv1)+pv1^pv1|eq1|mb1;let ph1=mv1|~(xh1|pv1);let mh1=pv1&xh1;score+=ph1>>>m-1&1;score-=mh1>>>m-1&1;if(ph1>>>31^pb1){phc[i2/32|0]^=1<<i2;}if(mh1>>>31^mb1){mhc[i2/32|0]^=1<<i2;}ph1=ph1<<1|pb1;mh1=mh1<<1|mb1;pv1=mh1|~(xv1|ph1);mv1=ph1&xv1;}for(let k3=start1;k3<vlen1;k3++){peq[b.charCodeAt(k3)]=0;}return score;};const distance=(a,b)=>{if(a.length<b.length){const tmp=b;b=a;a=tmp;}if(b.length===0){return a.length;}if(a.length<=32){return myers_32(a,b);}return myers_x(a,b);};const closest=(str,arr)=>{let min_distance=Infinity;let min_index=0;for(let i=0;i<arr.length;i++){const dist=distance(str,arr[i]);if(dist<min_distance){min_distance=dist;min_index=i;}}return arr[min_index];};export{closest,distance};\nexport const __FramerMetadata__ = {\"exports\":{\"closest\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"distance\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fuzzySearch.map", "export const localStorageDebugFlag=typeof window!==\"undefined\"&&window.localStorage.getItem(\"__framerDebugSearch\")===\"true\";const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]\\d*|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}export function clampText(text,maxLength){const textLength=text.length;if(textLength<=maxLength){return text;}const slicedText=text.slice(0,maxLength);if(textLength>maxLength){return slicedText+\"\u2026\";}return slicedText;}export function isEmptyObject(object){return Object.keys(object).length===0;}export function createLogger(showOutput){function log(...data){console.log(Date.now(),...data);}function time(label){console.time(label);}function timeEnd(label){console.timeEnd(label);}function noop(){}if(!showOutput){return{log:noop,time:noop,timeEnd:noop};}return{log,time,timeEnd};}export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFontFamily(theme){var _theme_inputFont,_theme_titleFont,_theme_subtitleFont;if((_theme_inputFont=theme.inputFont)===null||_theme_inputFont===void 0?void 0:_theme_inputFont.fontFamily)return theme.inputFont.fontFamily;if((_theme_titleFont=theme.titleFont)===null||_theme_titleFont===void 0?void 0:_theme_titleFont.fontFamily)return theme.titleFont.fontFamily;if((_theme_subtitleFont=theme.subtitleFont)===null||_theme_subtitleFont===void 0?void 0:_theme_subtitleFont.fontFamily)return theme.subtitleFont.fontFamily;return DEFAULT_FONT_FAMILY;}export function animationKeyFromLayout(layout){return`${layout}Animation`;}export const safeDocument=typeof document!==\"undefined\"?document:null;export const safeWindow=typeof window!==\"undefined\"?window:null;const metaTagSelector='meta[name=\"framer-search-index\"]';export function getMetaTagContent(){const metaTag=safeDocument===null||safeDocument===void 0?void 0:safeDocument.querySelector(metaTagSelector);if(!metaTag)return undefined;const metaTagContent=metaTag.getAttribute(\"content\");return metaTagContent;}export const checkIfOverLimit=()=>{return getMetaTagContent()===\"limit-reached\";};export function stripLocaleSlugFromPath(url,localeSlug){if(!localeSlug)return url;const localeSlugWithSlash=`/${localeSlug}`;if(url.startsWith(localeSlugWithSlash)){return url.slice(localeSlugWithSlash.length);}}\nexport const __FramerMetadata__ = {\"exports\":{\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"checkIfOverLimit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"createLogger\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeDocument\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"animationKeyFromLayout\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeWindow\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"clampText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stripLocaleSlugFromPath\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMetaTagContent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFontFamily\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localStorageDebugFlag\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isEmptyObject\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "// @ts-ignore\nimport{useLocaleInfo}from\"framer\";import{clamp}from\"framer-motion\";import{useEffect,useMemo,useState}from\"react\";import{SearchResultTitleType}from\"https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/Xy775u0FJg3K1GQc1Cd9/SearchModal.js\";import{getCachedIndex,setCachedIndex,isDefaultLocaleId}from\"https://framerusercontent.com/modules/uU1mtMKXsrVAg8N5hW7w/PCK1x1QLNluYNoEoapwx/cachedIndex.js\";import{fakeResults}from\"https://framerusercontent.com/modules/K9JZRwJcE6slDAf8rUmh/mJ54py1Ecnn1RoC4N1m4/fakeResults.js\";import{distance}from\"https://framerusercontent.com/modules/TwRgbWuhHeB95MPifel4/YW8Hlm59FG3PajbrVsaR/fuzzySearch.js\";import{createLogger,localStorageDebugFlag,safeDocument,safeWindow,stripLocaleSlugFromPath}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/C71JVnvNwV2CrPvApXBB/utils.js\";const{log,time,timeEnd}=createLogger(localStorageDebugFlag);function isValidUrl(url){try{new URL(url);return true;}catch(_error){return false;}}function splitWords(text){try{// Regex lookbehind is used to ignore ampersands when splitting\n// words. For example \"H&M\" will not be split and is considered as\n// one word, but \"H & M\" will be split.\n// However, some browsers (like Safari iOS 15) don't support\n// lookbehind and will crash. When it's not supported, fallback to\n// a safer regex that always splits ampersands.\nreturn text.split(RegExp(\"[\\\\s.,;!?\\\\p{P}\\\\p{Z}]+(?<!\\\\p{L}&)(?!&\\\\p{L})\",\"u\"));}catch{log(\"Falling back to regex without lookbehind\");return text.split(RegExp(\"[\\\\s.,;!?\\\\p{P}\\\\p{Z}]+\",\"u\"));}}function getUniqueWords(str){const words=splitWords(str).filter(word=>word.trim()&&word.length>0);return new Set(words);}/**\n * Replace accented characters with equivilant non-accented versions and\n * make everything lowercase.\n */function getNormalizedString(text){if(Array.isArray(text)){return text.map(getNormalizedString);}return text.normalize(\"NFD\")// From: https://stackoverflow.com/a/37511463\n.replace(/[\\u0300-\\u036f]/g,\"\").toLowerCase();}function getNormalizedItem(item){const normalizedItem={};for(const[key,value]of Object.entries(item)){if(typeof value===\"string\"){normalizedItem[key]=getNormalizedString(value);continue;}if(Array.isArray(value)){normalizedItem[key]=getNormalizedString(value);continue;}normalizedItem[key]=value;}return normalizedItem;}function getMatchRange(currentRange,start,end){const result={...currentRange};if(start<result.start){result.start=start;}if(end>result.end){result.end=end;}return result;}/**\n * Score index item based on the contents of it's fields such as title, description, headings etc.\n *\n * Note that this does not normalize the item or query. Normalization is expected to happen\n * before passing the data into this.\n */function getScoreForSearchIndexItem(item,query,words,fullQuery){let score=0;const match={title:{start:Infinity,end:0},description:{start:Infinity,end:0}};const urlWords=getUniqueWords(item.url);// Match query based on words in the URL so that random strings inside\n// other strings are not matched.\nif(urlWords.has(query)){score+=10;}// Really boost single word queries that match single word URLs.\nif(words.size===1&&urlWords.size===1&&urlWords.values().next().value===query){score+=score*5;}// Score shorter URLs higher so `/pricing` is before `/lala/pricing`.\nif(score>0){const splitLength=item.url.split(\"/\").length;score+=clamp(10-splitLength,0,splitLength);}const titleWords=getUniqueWords(item.title);// Prefer full word matches in the title.\nif(titleWords.has(query)){score+=10;}const titleIndex=item.title.indexOf(query);if(titleIndex!==-1){score+=10;// TODO: Matches are currently not used, but they can be used in the\n// future to add text highlighting.\nmatch.title=getMatchRange(match.title,titleIndex,titleIndex+query.length);}// If the full query is close to being the heading, score this highly as\n// the user is most likely looking for that exact title.\nif(distance(item.title,fullQuery)<=2){score+=score*10;}// Fuzzy match full words in the title.\nfor(const titleWord of titleWords){const distanceScore=distance(query,titleWord);// Small distance score helps with small typos.\nif(distanceScore<=2){score+=10;}}const headings=[...item.h1,...item.h2,...item.h3,...item.h4,...item.h5,...item.h6];for(const heading of headings){const headingWords=getUniqueWords(heading);// If the full query is close to being the heading, score this highly as\n// the user is most likely looking for that exact title.\nif(distance(heading,fullQuery)<=2){score+=score*10;}// Bias headings that start with the query as this helps when\n// you know the title you are searching for.\nif(heading.startsWith(query)){score+=10;}if(headingWords.has(query)){score+=10;}if(heading.includes(query)){score+=1;}// Fuzzy match full words in headings.\nfor(const headingWord of headingWords){const distanceScore=distance(query,headingWord);if(distanceScore<=2){score+=1;}}}const descriptionIndex=item.description.indexOf(query);if(descriptionIndex!==-1){score+=10;match.description=getMatchRange(match.description,descriptionIndex,descriptionIndex+query.length);}for(const p of item.p){if(p.includes(query)){score+=.5;}}for(const codeblock of item.codeblock){// If the full query is close to being the codeblock, score this highly as\n// the user is most likely looking for that exact code.\nif(distance(codeblock,fullQuery)<=2){score*=10;}if(codeblock.includes(fullQuery)){score+=10;}if(codeblock.includes(query)){score+=.5;}}return{score,match};}function getSearchIndexItemScore(item,query){const normalizedItem=getNormalizedItem(item);const normalizedQuery=getNormalizedString(query);const queryWords=getUniqueWords(normalizedQuery);let total=0;for(const queryWord of queryWords){const{score}=getScoreForSearchIndexItem(normalizedItem,queryWord,queryWords,normalizedQuery);total+=score;}return total;}function useRawSearch(index,query,settings){const results=useMemo(()=>{if(!query||!index){return[];}const path=safeWindow===null||safeWindow===void 0?void 0:safeWindow.location.pathname;time(\"query\");// Filter the results.\nconst results=Object.values(index).map(item=>{const score=getSearchIndexItemScore(item,query);const heading=item.h1.length&&item.h1[0];const title=(settings===null||settings===void 0?void 0:settings.titleType)===SearchResultTitleType.Title?item.title:heading?heading:item.title;// Convert index item to result item.\nconst result={url:item.url,title,description:item.description,body:[...item.p,item.codeblock].join(\" \"),score};return result;}).filter(item=>item.score>settings.minimumScore||0).filter(item=>{if(!path)return true;return item.url!==path;}).sort((itemA,itemB)=>itemB.score-itemA.score);timeEnd(\"query\");return results;},[index,query]);return results;}function getIndexedScopedToUrl(index,rawUrlScope,localeSlug){const scopedIndex={};const baseScopeUrlHasVariable=rawUrlScope.includes(\":\");const urlUpToPathVariable=rawUrlScope.split(\":\")[0];const urlScope=urlUpToPathVariable.length>1?urlUpToPathVariable:\"\";for(const url in index){const strippedURL=stripLocaleSlugFromPath(url,localeSlug);if(!strippedURL.startsWith(urlScope)){continue;}if(baseScopeUrlHasVariable&&url.length<=urlScope.length){continue;}scopedIndex[url]=index[url];}return scopedIndex;}export function useSearch(query,settings){const[searchIndex,_setSearchIndex]=useState({});const[status,setStatus]=useState(\"loading\");const results=useRawSearch(searchIndex,query,settings);const{activeLocale}=useLocaleInfo();const localeId=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id;// Seperate setter function so that the URL scope is always applied\n// to indexes loaded from either the cache or network.\nfunction setSearchIndex(index,options={ignoreScope:false}){let scopedIndex=index;if(settings.urlScope&&!options.ignoreScope){scopedIndex=getIndexedScopedToUrl(index,settings.urlScope,activeLocale===null||activeLocale===void 0?void 0:activeLocale.slug);log(\"Using URL scope\",settings.urlScope);}_setSearchIndex(scopedIndex);}useEffect(()=>{async function loadSearchIndex(){setStatus(\"loading\");const metaTag=safeDocument===null||safeDocument===void 0?void 0:safeDocument.querySelector('meta[name=\"framer-search-index\"]');if(!metaTag){setStatus(\"no-meta-tag-found\");setSearchIndex(fakeResults,{ignoreScope:true});log(\"No meta tag found\");return;}const cachedIndex=await getCachedIndex(localeId);const metaTagContent=metaTag.getAttribute(\"content\");const isOverLimit=metaTagContent===\"limit-reached\";if(isOverLimit){log(\"Page limit for plan exceeded\");}// If a cached index exists, use the cached version until latest one\n// from the network loads.\nif(cachedIndex&&!isOverLimit){setSearchIndex(cachedIndex);setStatus(\"loading-with-cache\");log(\"Using cached index\");}// Return early and do not make a fetch request if the URL is not valid.\nif(!metaTagContent||!isValidUrl(metaTagContent)){log(\"Meta tag exists but URL is not valid yet\");// If there is no cached index, show the pending index message.\n// Otherwise use the cache to as the index to search.\nif(!cachedIndex){setStatus(\"pending-index-generation\");log(\"No cache to use, page reload required to check for meta tag\");}else{log(\"Continue using cache\");}return;}const searchIndexURL=getSearchIndexURL(metaTagContent,localeId);const response=await fetch(searchIndexURL);if(!response.ok){throw new Error(response.statusText);}const downloadedIndex=await response.json();setSearchIndex(downloadedIndex);setCachedIndex(localeId,downloadedIndex);setStatus(\"success\");log(\"Using downloaded index\");}loadSearchIndex().catch(error=>{// TODO: Check for error type here. If it's a network error,\n// we could do a few retries.\nsetStatus(\"error\");log(\"Failed to load search index\",error);});},[localeId]);log({status,results});return{results,status};}function getSearchIndexURL(baseURL,localeId){if(isDefaultLocaleId(localeId))return baseURL;return baseURL.replace(\".json\",`-${localeId}.json`);}\nexport const __FramerMetadata__ = {\"exports\":{\"useSearch\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchIndex\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useSearch.map", "export var Browser;(function(Browser){var isTouch=Browser.isTouch=()=>\"ontouchstart\"in window||navigator.maxTouchPoints>0;var isChrome=Browser.isChrome=()=>navigator.userAgent.toLowerCase().includes(\"chrome/\");var isWebKit=Browser.isWebKit=()=>navigator.userAgent.toLowerCase().includes(\"applewebkit/\");var isSafari=Browser.isSafari=()=>isWebKit()&&!isChrome();var isSafariDesktop=Browser.isSafariDesktop=()=>isSafari()&&!isTouch();var isWindows=Browser.isWindows=()=>/Win/.test(navigator.platform);var isMacOS=Browser.isMacOS=()=>/Mac/.test(navigator.platform);})(Browser||(Browser={}));\nexport const __FramerMetadata__ = {\"exports\":{\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./browser.map", "// From: @framerjs/fresco/src/components/utils/useCallbackOnMouseMove.ts\nimport{useRef,useCallback}from\"react\";import{Browser}from\"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";/**\n * Webkit fires mousemove events if the pointer's coordination changes relative\n * to its container (e.g. if the container scrolls), or when a modifier key is\n * pressed, mousemove would fire even if the cursor did not actually move.\n * This helper compares the cursor position between mouse events, and fire the\n * callback only when its position changes.\n */ export const useCallbackOnMouseMove=(callback,mousePositionRef)=>{const prevPositionRef=useRef(null);return useCallback(event=>{if(!Browser.isSafari())return callback(event);const ref=mousePositionRef?mousePositionRef:prevPositionRef;const{clientX,clientY}=event;const prevCursorPosition=ref.current;ref.current={x:clientX,y:clientY};// Ignore mouse moves unless we have a position. Else it might be an\n// element that appears behind the mouse without the mouse moving.\nif(!prevCursorPosition){return;}if(prevCursorPosition.x!==clientX||prevCursorPosition.y!==clientY){return callback(event);}},[mousePositionRef,callback]);};\nexport const __FramerMetadata__ = {\"exports\":{\"useCallbackOnMouseMove\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Point\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useCallbackOnMouseMove.map", "// Safari does not support `element.scrollIntoView({ block: \"nearest\" })`, so this\n// is a workaround for that.\nexport function scrollIntoView(targetElement,scrollElement,/** Additional spacing to add from the top or bottom of the scroll element viewport. */ {offsetTop,offsetBottom}){const targetElementBounds=targetElement.getBoundingClientRect();const scrollElementBounds=scrollElement.getBoundingClientRect();if(targetElementBounds.top<scrollElementBounds.top){const difference=scrollElementBounds.top-targetElementBounds.top;scrollElement.scrollTop=scrollElement.scrollTop-difference-offsetTop;}else if(targetElementBounds.bottom>scrollElementBounds.bottom){const topAligned=scrollElementBounds.top-targetElementBounds.top;const minOffset=scrollElement.scrollTop-topAligned-offsetTop;const bottomAligned=targetElementBounds.bottom-scrollElementBounds.bottom;const offset=scrollElement.scrollTop+bottomAligned+offsetBottom;scrollElement.scrollTop=Math.min(minOffset,offset);}}\nexport const __FramerMetadata__ = {\"exports\":{\"scrollIntoView\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./scrollIntoView.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useSearch}from\"https://framerusercontent.com/modules/MyBp84Z0p9nUcMimVMnY/y5F4AGWJ6syeuoB7ebKM/useSearch.js\";import React,{useEffect,useState,useMemo,forwardRef,useRef,useDeferredValue,useLayoutEffect,useCallback,useImperativeHandle}from\"react\";import{Browser}from\"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";import{motion,clamp,useAnimate}from\"framer-motion\";import{SearchIcon,ClearIcon,SpinnerIcon}from\"https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js\";import{clampText,getFontFamily,localStorageDebugFlag,animationKeyFromLayout,stripLocaleSlugFromPath}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/C71JVnvNwV2CrPvApXBB/utils.js\";import{useCallbackOnMouseMove}from\"https://framerusercontent.com/modules/Gzef0nFihI9m9vZG45th/lIUxbZcreiDm2GzUkt3y/useCallbackOnMouseMove.js\";import{scrollIntoView}from\"https://framerusercontent.com/modules/eAnjm75CdfYT1Zz4BIaz/7KDSfnnyD1T3Ap75L4m8/scrollIntoView.js\";import{// @ts-expect-error Internal API\nuseLocaleInfo,useRouter,inferInitialRouteFromPath}from\"framer\";const MAX_DESCRIPTION_LENGTH=120;const MODAL_MAX_HEIGHT=496;const VERTICAL_SPACING_MULTIPLIER=.6;function ClearButton({theme,type,onClick,text}){const shouldDisplayIcon=type===\"icon\";const iconOrText=shouldDisplayIcon?/*#__PURE__*/_jsx(ClearIcon,{style:{color:theme.inputIconColor,width:theme.inputIconSize,height:theme.inputIconSize}}):text;return /*#__PURE__*/_jsx(\"div\",{style:{flexShrink:0,fontSize:theme&&theme.titleFont&&theme.titleFont.fontSize?theme.titleFont.fontSize:15},children:/*#__PURE__*/_jsx(\"button\",{className:\"__framer-search-clear-button\",onClick:onClick,style:{fontFamily:\"inherit\",border:\"none\",background:\"none\",cursor:\"pointer\",display:\"flex\",textTransform:\"uppercase\",color:theme.inputIconColor,fontSize:\"0.75em\",padding:0},children:iconOrText})});}function Divider({theme,type}){const styles={background:theme.foregroundColor,height:1,flexShrink:0,opacity:.05};if(type===\"contained\"&&theme){styles.marginLeft=theme.horizontalSpacing;styles.marginRight=theme.horizontalSpacing;}return /*#__PURE__*/_jsx(\"div\",{style:styles});}export const Input=/*#__PURE__*/forwardRef(function Input(props,ref){const{value=\"\",status,autofocus,theme,placeholder,iconType,clearButtonType,onChange}=props;const[inputValue,setInputValue]=useState(value);const[isFocused,setIsFocused]=useState(false);const inputRef=useRef();useImperativeHandle(ref,()=>inputRef.current);React.useLayoutEffect(()=>{// Runs on unmount, fixes a bug in Safari that scrolls to the bottom\n// of the page when the input unmounts.\nreturn()=>{const inputElement=inputRef.current;if(!inputElement||inputElement!==document.activeElement)return;inputElement.blur();};},[]);const handleInputClick=()=>{if(inputRef.current){inputRef.current.focus();}};const handleClearClick=()=>{setInputValue(\"\");};useEffect(()=>{onChange(inputValue);},[inputValue]);const hasInputText=inputValue.length>0;const showClearButton=inputValue.length>0&&clearButtonType&&clearButtonType!==\"none\";const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);const searchIcon=iconType===\"custom\"&&theme.inputIconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon alongside the Site Search input\",src:theme.inputIconImage.src,width:theme.inputIconSize,height:theme.inputIconSize}):/*#__PURE__*/_jsx(SearchIcon,{color:theme.inputIconColor,width:theme.inputIconSize,height:theme.inputIconSize});return /*#__PURE__*/_jsxs(\"div\",{role:\"search\",style:{...inputContainerStyle,fontFamily:getFontFamily(theme),paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,gap:12,paddingTop:verticalSpacing,paddingBottom:verticalSpacing,touchAction:\"none\"},onClick:handleInputClick,children:[/*#__PURE__*/_jsx(\"div\",{style:{flexShrink:0,display:\"flex\"},children:status===\"loading\"&&inputValue?/*#__PURE__*/_jsx(SpinnerIcon,{color:theme.inputIconColor,backgroundColor:theme.backgroundColor,style:{height:theme&&theme.inputIconSize,width:theme&&theme.inputIconSize}}):searchIcon}),/*#__PURE__*/_jsx(\"input\",{ref:inputRef,spellCheck:false,autoFocus:autofocus,style:{...inputStyle,WebkitTapHighlightColor:\"rgba(0,0,0,0)\",color:theme.foregroundColor,lineHeight:\"2em\",verticalAlign:\"baseline\",...theme.titleFont,...theme.inputFont,fontSize:theme.inputFontSize,// @ts-ignore\n\"--framer-search-placeholder-color\":theme.placeholderColor},onFocus:()=>{const scrollOffset=document.documentElement.scrollTop;document.documentElement.scrollTop=scrollOffset;},placeholder:placeholder,value:inputValue,onChange:()=>setInputValue(inputRef.current.value)}),showClearButton&&/*#__PURE__*/_jsx(ClearButton,{theme:theme,type:props.clearButtonType,text:props.clearButtonText,onClick:handleClearClick})]});});const inputContainerStyle={display:\"inline-flex\",alignItems:\"center\",flexShrink:0};const inputStyle={outline:\"none\",border:\"none\",background:\"transparent\",fontWeight:500,height:\"2em\",padding:0,width:\"100%\"};export const ResultRow=/*#__PURE__*/React.memo(/*#__PURE__*/React.forwardRef(function ResultRow(props,ref){const{index,result,prevMousePositionRef,type=\"contained\",subtitleType=\"path\",selected=false,theme,localeSlug,style,onMouseMove,onPointerDown,onNavigateTo}=props;const{url,title,score}=result;const urlPath=useMemo(()=>{return stripLocaleSlugFromPath(url,localeSlug);},[url,localeSlug]);const handleMouseMove=useCallbackOnMouseMove(event=>onMouseMove(event,index),prevMousePositionRef);const isContained=type===\"contained\";const borderRadius=isContained?clamp(0,Infinity,theme.borderRadius-theme.spacing):0;const subtitleText=subtitleType===\"path\"?urlPath:clampText(result.description,MAX_DESCRIPTION_LENGTH);const handleClick=event=>{event.preventDefault();onNavigateTo(result.url);};const focusTrap=event=>{event.preventDefault();};return /*#__PURE__*/_jsx(\"a\",{ref:ref,style:{textDecoration:\"none\"},href:result.url,onClick:handleClick,onMouseMove:handleMouseMove,onMouseDown:focusTrap,onPointerDown:event=>onPointerDown(event,index),children:/*#__PURE__*/_jsxs(\"li\",{style:{...resultContainer,...style,paddingTop:isContained?12:16,paddingBottom:isContained?12:16,color:theme.foregroundColor,position:\"relative\",paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing},children:[/*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:theme.foregroundColor,position:\"absolute\",opacity:selected?.06:0,borderRadius,left:theme&&isContained?theme.spacing:0,right:theme&&isContained?theme.spacing:0,top:0,bottom:0}}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",overflow:\"hidden\",gap:4},children:[/*#__PURE__*/_jsx(\"h3\",{style:{...resultTitle,...theme.titleFont,lineHeight:\"1.4em\"},children:title}),/*#__PURE__*/_jsxs(\"p\",{style:{margin:0,color:theme.subtitleColor,...theme.subtitleFont,whiteSpace:\"nowrap\",overflow:\"hidden\",textOverflow:\"ellipsis\",lineHeight:\"1.4em\"},children:[localStorageDebugFlag?score:\"\",\" \",subtitleText]})]})]},result.url)});}));/**\n * Flexible gap used inside a flexbox layout to push down the quick menu\n * by 20% of the screen height, but also allow it to collapse to zero if\n * there is not enough vertical room.\n */function QuickMenuSpacer({onClick}){return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",flexBasis:\"20vh\"},onClick:onClick});}const layoutContainerStyle={display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"flex-start\",gap:15,overflow:\"visible\"};function LayoutContainer({layoutType,theme,onKeyDown,onDismiss,children,modalOptions}){const layoutStyles=getLayoutBaseStyles(layoutType,theme);const style={...layoutContainerStyle,...layoutStyles,willChange:\"transform\",marginTop:layoutType===\"FixedTop\"?theme.offsetTop:0,height:layoutType===\"Sidebar\"?\"100%\":\"auto\",maxHeight:layoutType===\"QuickMenu\"?\"100%\":\"none\",justifyContent:layoutType===\"Sidebar\"?\"flex-end\":\"flex-start\",flexDirection:layoutType===\"Sidebar\"?\"column-reverse\":\"column\"};const innerStyle={...layoutContainerStyle,...layoutStyles,height:layoutType===\"Sidebar\"?\"100%\":\"auto\",maxHeight:layoutType===\"QuickMenu\"?\"100%\":\"none\",gap:layoutType===\"Sidebar\"?0:theme.gapBetweenStatusAndSearch,backgroundColor:layoutType===\"Sidebar\"?theme.backgroundColor:\"transparent\",justifyContent:layoutType===\"Sidebar\"?\"flex-end\":\"flex-start\",flexDirection:layoutType===\"Sidebar\"?\"column-reverse\":\"column\",originX:.5,originY:.5};function getContainerAnimation(){switch(layoutType){case\"FixedTop\":{const key=animationKeyFromLayout(\"FixedTop\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{y:-10,opacity:.2,transition:{duration:Browser.isTouch()?0:.15}};}break;}case\"QuickMenu\":{const key=animationKeyFromLayout(\"QuickMenu\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{scale:.95,opacity:0,y:0,x:0,rotate:0,transition:{type:\"spring\",stiffness:600,damping:40}};}break;}case\"Sidebar\":{const key=animationKeyFromLayout(\"Sidebar\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{x:-10,opacity:0,transition:{duration:.15}};}break;}}}const containerAnimation=getContainerAnimation();return /*#__PURE__*/_jsxs(\"div\",{style:style,onKeyDown:onKeyDown,onClick:event=>event.stopPropagation(),children:[layoutType===\"QuickMenu\"&&/*#__PURE__*/_jsx(QuickMenuSpacer,{onClick:onDismiss}),/*#__PURE__*/_jsx(motion.div,{initial:containerAnimation,animate:{opacity:1,scale:1,x:0,y:0,rotate:0},transition:containerAnimation?containerAnimation.transition:undefined,exit:{opacity:0,transition:{duration:0}},style:innerStyle,children:children})]});}function ModalContainer({layoutType,theme,children,heightIsStatic,heightTransition,heightDeps}){const style={// This `willChange` is required to avoid weird rendering issues where\n// parts of the search window won't redraw, which we observed in Safari 16.4.\nwillChange:\"transform\",backgroundColor:theme.backgroundColor,color:theme.foregroundColor,borderRadius:layoutType===\"QuickMenu\"?theme.borderRadius:0,width:\"100%\",display:\"flex\",flexDirection:\"column\",overflow:\"hidden\",boxShadow:layoutType!==\"Sidebar\"?theme.shadow:undefined,maxHeight:layoutType===\"QuickMenu\"?`min(${MODAL_MAX_HEIGHT}px, calc(100vh - 30px))`:undefined};// Opt-in Height Animations for the Search Quick Actions menu.\n// These are disabled by default, but can be enabled via props.\nconst[scope,animate]=useAnimate();useLayoutEffect(()=>{if(layoutType!==\"QuickMenu\"||heightIsStatic)return;const prevHeight=scope.current.offsetHeight;scope.current.style.height=\"auto\";const height=scope.current.offsetHeight;scope.current.style.height=prevHeight+\"px\";animate(scope.current,{height:[prevHeight,height]},heightTransition);},heightDeps);return /*#__PURE__*/_jsx(\"div\",{ref:scope,role:\"dialog\",className:layoutType===\"FixedTop\"?\"__framer-max-height-80dvh\":undefined,style:style,children:children});}const ScrollView=/*#__PURE__*/React.forwardRef(function ScrollView({theme,children},ref){const isTouch=Browser.isTouch();const[canScroll,setCanScroll]=React.useState(true);React.useEffect(()=>{if(!isTouch)return;const element=ref.current;if(!element)return;setCanScroll(element.scrollHeight>element.clientHeight);});return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{width:`calc(100% + ${theme.scrollBarWidth}px)`,overflowY:\"scroll\",overflowX:\"hidden\",overscrollBehavior:\"contain\",touchAction:canScroll?undefined:\"none\",// Make the list appear slightly under the divider\n// so that the divider is still visible when the first\n// item is selected.\nmarginTop:-1},children:children});});const statusStyle={backgroundColor:\"#B5B5B5\",color:\"#FFF\",boxShadow:\"0px 20px 40px 0px rgba(0, 0, 0, 0.25)\",fontFamily:\"inherit\",textAlign:\"center\",fontSize:13,padding:\"8px 0\"};function StatusMessage({status,layoutType,theme}){const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);const style={...statusStyle,userSelect:\"none\",fontFamily:getFontFamily(theme),paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,fontWeight:500,lineHeight:`calc(${theme.inputFontSize} * 2)`,paddingTop:verticalSpacing,paddingBottom:verticalSpacing,...theme.titleFont,zIndex:theme.zIndex+1,maxWidth:layoutType===\"FixedTop\"?\"none\":theme.width,width:layoutType===\"FixedTop\"?`calc(100% - ${verticalSpacing*2}px`:\"100%\",boxShadow:layoutType!==\"Sidebar\"&&statusStyle.boxShadow,borderRadius:layoutType!==\"Sidebar\"&&theme.borderRadius};// Show less text on fixed text to look nicer on mobile\nconst previewInfoText=layoutType===\"FixedTop\"?\"Preview Mode\":\"Preview Mode. Publish your Site to Search.\";if(status===\"no-meta-tag-found\"){return /*#__PURE__*/_jsx(\"div\",{style:style,children:previewInfoText});}if(status===\"pending-index-generation\"){return /*#__PURE__*/_jsx(\"div\",{style:style,children:\"Site is being indexed\"});}return null;}const resultTitle={textOverflow:\"ellipsis\",maxWidth:\"100%\",overflow:\"hidden\",fontWeight:500,whiteSpace:\"nowrap\",flex:1,margin:0};const resultContainer={padding:\"16px 20px\",listStyle:\"none\",fontWeight:500};const sidebarStyles={left:0,width:500};const fixedTopStyles={top:0,width:\"100%\"};const quickMenuStyles={width:500};function getLayoutBaseStyles(layoutOption,theme){switch(layoutOption){case\"Sidebar\":return{...sidebarStyles,width:theme.width};case\"FixedTop\":return fixedTopStyles;case\"QuickMenu\":return{...quickMenuStyles,width:theme.width};}}export var SearchInputClearButtonType;(function(SearchInputClearButtonType){SearchInputClearButtonType[\"Icon\"]=\"icon\";SearchInputClearButtonType[\"Text\"]=\"text\";SearchInputClearButtonType[\"None\"]=\"none\";})(SearchInputClearButtonType||(SearchInputClearButtonType={}));export var SearchInputDividerType;(function(SearchInputDividerType){SearchInputDividerType[\"None\"]=\"none\";SearchInputDividerType[\"FullWidth\"]=\"fullWidth\";SearchInputDividerType[\"Contained\"]=\"contained\";})(SearchInputDividerType||(SearchInputDividerType={}));export var SearchResultTitleType;(function(SearchResultTitleType){SearchResultTitleType[\"H1\"]=\"h1\";SearchResultTitleType[\"Title\"]=\"title\";})(SearchResultTitleType||(SearchResultTitleType={}));export var SearchResultSubtitleType;(function(SearchResultSubtitleType){SearchResultSubtitleType[\"Description\"]=\"description\";SearchResultSubtitleType[\"Path\"]=\"path\";})(SearchResultSubtitleType||(SearchResultSubtitleType={}));export var SearchResultItemType;(function(SearchResultItemType){SearchResultItemType[\"FullWidth\"]=\"fullWidth\";SearchResultItemType[\"Contained\"]=\"contained\";})(SearchResultItemType||(SearchResultItemType={}));export var SearchLayoutType;(function(SearchLayoutType){SearchLayoutType[\"Sidebar\"]=\"Sidebar\";SearchLayoutType[\"FixedTop\"]=\"FixedTop\";SearchLayoutType[\"QuickMenu\"]=\"QuickMenu\";})(SearchLayoutType||(SearchLayoutType={}));export var SearchEntryType;(function(SearchEntryType){SearchEntryType[\"Icon\"]=\"icon\";SearchEntryType[\"Text\"]=\"text\";})(SearchEntryType||(SearchEntryType={}));export var SearchIconType;(function(SearchIconType){SearchIconType[\"Default\"]=\"default\";SearchIconType[\"Custom\"]=\"custom\";})(SearchIconType||(SearchIconType={}));/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export function SearchModal(props){const{layoutType,theme,urlScope,inputOptions,backdropOptions,modalOptions,resultOptions,onDismiss}=props;const{activeLocale}=useLocaleInfo();const localeId=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id;const localeSlug=activeLocale===null||activeLocale===void 0?void 0:activeLocale.slug;const input=useRef();const selectedResultRow=useRef();const scrollView=useRef();const[selected,setSelected]=useState({index:0,scroll:true});const prevMousePositionRef=useRef(null);const[isKeyboardNavigationDisabled,setIsKeyboardNavigationDisabled]=useState(Browser.isTouch);const[query,setQuery]=useState(\"\");const deferredQuery=useDeferredValue(query);const{results,status}=useSearch(deferredQuery,{minimumScore:0,urlScope,titleType:resultOptions.titleType});const selectedResult=results[selected.index];const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);useEffect(()=>{// Reset the selection to the top if the query changes.\nsetSelected({index:0,scroll:true});},[deferredQuery]);const handleResultRowPointerDown=useCallback((event,index)=>{if(event.pointerType!==\"touch\")return;setIsKeyboardNavigationDisabled(true);setSelected({index,scroll:false});},[]);const handleResultRowMouseMove=useCallback((event,index)=>{setSelected(previousSelected=>{if(previousSelected.index===index){return previousSelected;}return{index,scroll:false};});},[]);const router=useRouter();const navigateTo=useCallback(async url=>{if(status===\"no-meta-tag-found\"){return;}try{var _router_getRoute,_route_page_preload,_route_page,_router_navigate;// Ideally, we would directly expose `routeId` in the search index so that\n// we don't need to infer it from the URL.\nconst{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,url);const route=(_router_getRoute=router.getRoute)===null||_router_getRoute===void 0?void 0:_router_getRoute.call(router,routeId);onDismiss();await (route===null||route===void 0?void 0:(_route_page=route.page)===null||_route_page===void 0?void 0:(_route_page_preload=_route_page.preload)===null||_route_page_preload===void 0?void 0:_route_page_preload.call(_route_page));(_router_navigate=router.navigate)===null||_router_navigate===void 0?void 0:_router_navigate.call(router,routeId,null,pathVariables,false);}catch(error){window.location.href=url;}},[status]);const handleKeyDown=event=>{const maxIndex=results.length-1;switch(event.code){case\"ArrowUp\":event.preventDefault();if(isKeyboardNavigationDisabled){setIsKeyboardNavigationDisabled(false);break;}setSelected(previousSelected=>({index:clamp(0,maxIndex,previousSelected.index-1),scroll:true}));break;case\"ArrowDown\":event.preventDefault();if(isKeyboardNavigationDisabled){setIsKeyboardNavigationDisabled(false);break;}setSelected(previousSelected=>({index:clamp(0,maxIndex,previousSelected.index+1),scroll:true}));break;case\"Escape\":break;case\"Enter\":if(selectedResult){navigateTo(selectedResult.url);}break;default:event.stopPropagation();}};const showNoResults=results.length===0&&deferredQuery.length>1&&status!==\"loading\";const showDivider=Boolean((deferredQuery.length>0&&results.length>0||showNoResults)&&status!==\"loading\"&&props.inputOptions&&props.inputOptions.dividerType!==\"none\");const isItemContained=Boolean(props.resultOptions&&props.resultOptions.itemType===\"contained\");const spacing=isItemContained?theme.spacing:10;const listPaddingTop=showDivider&&isItemContained?spacing+theme.gapBetweenResults*2:0;useEffect(()=>{if(!selected.scroll)return;const element=selectedResultRow.current;if(!element)return;scrollIntoView(element,scrollView.current,{offsetTop:showDivider&&isItemContained?listPaddingTop:0,offsetBottom:isItemContained?spacing:0});// `showDivider` and `isItemContained` are not dependencies because\n// they will be the latest values when `selected` changes. And including\n// them will cause unnecessary scrolling into view.\n},[selected]);return /*#__PURE__*/_jsxs(LayoutContainer,{layoutType:layoutType,modalOptions:modalOptions,theme:theme,onKeyDown:handleKeyDown,onDismiss:onDismiss,children:[/*#__PURE__*/_jsxs(ModalContainer,{layoutType:layoutType,theme:theme,heightIsStatic:modalOptions.heightIsStatic,heightTransition:modalOptions.heightTransition,heightDeps:[results.length,showNoResults],children:[/*#__PURE__*/_jsx(Input,{autofocus:true,ref:input,onChange:setQuery,value:query,theme:theme,status:status,iconType:inputOptions.iconOptions.iconType,placeholder:inputOptions.placeholderOptions.placeholderText,clearButtonType:inputOptions?inputOptions.clearButtonType:undefined,clearButtonText:inputOptions.clearButtonText}),showDivider&&/*#__PURE__*/_jsx(Divider,{theme:theme,type:inputOptions.dividerType}),/*#__PURE__*/_jsx(ScrollView,{ref:scrollView,theme:theme,children:/*#__PURE__*/_jsxs(\"ul\",{\"aria-live\":\"polite\",style:{display:\"flex\",flexDirection:\"column\",width:`calc(100% - ${theme.scrollBarWidth}px)`,padding:0,paddingTop:listPaddingTop,paddingBottom:results.length&&isItemContained?spacing:0,gap:theme.gapBetweenResults,margin:0},children:[results.map((result,index)=>{const isSelected=index===selected.index;return /*#__PURE__*/_jsx(ResultRow,{ref:isSelected?selectedResultRow:null,index:index,result:result,prevMousePositionRef:prevMousePositionRef,selected:!isKeyboardNavigationDisabled&&isSelected,type:props.resultOptions.itemType,subtitleType:props.resultOptions.subtitleOptions.subtitleType,theme:theme,localeSlug:localeSlug,onMouseMove:handleResultRowMouseMove,onPointerDown:handleResultRowPointerDown,onNavigateTo:navigateTo},result.url);}),showNoResults&&/*#__PURE__*/_jsx(\"li\",{style:{paddingTop:verticalSpacing-listPaddingTop,paddingBottom:verticalSpacing,lineHeight:\"2em\",paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,height:\"Sidebar\"?\"100%\":\"auto\"},children:/*#__PURE__*/_jsx(\"h3\",{style:{...resultTitle,textAlign:\"center\",lineHeight:`calc(${theme.inputFontSize} * 2)`,color:theme.subtitleColor,...theme.titleFont},children:\"No results\"})})]})})]}),/*#__PURE__*/_jsx(StatusMessage,{status:status,layoutType:layoutType,theme:theme})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"SearchIconType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchEntryType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchModal\":{\"type\":\"reactComponent\",\"name\":\"SearchModal\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\"}},\"SearchTheme\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultTitleType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultSubtitleType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ResultRow\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Input\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchInputDividerType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchLayoutType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultItemType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchInputClearButtonType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{useEffect,useState}from\"react\";function getViewportSize(){if(typeof window===\"undefined\"){return{width:0,height:0};}return{width:window.innerWidth,height:window.innerHeight};}export function useViewportSizeState(getState){const[state,setState]=useState(()=>getState(getViewportSize()));useEffect(()=>{const handleWindowResize=()=>setState(getState(getViewportSize()));window.addEventListener(\"resize\",handleWindowResize);return()=>{window.removeEventListener(\"resize\",handleWindowResize);};},[]);return state;}\nexport const __FramerMetadata__ = {\"exports\":{\"useViewportSizeState\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useViewportSizeState.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{createPortal}from\"react-dom\";import{useRef,useState,useEffect,forwardRef}from\"react\";import{AnimatePresence,motion}from\"framer-motion\";import{SearchIcon}from\"https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{SearchModal,SearchResultItemType,SearchResultTitleType,SearchResultSubtitleType,SearchInputDividerType,SearchInputClearButtonType,SearchLayoutType,SearchIconType}from\"https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/Xy775u0FJg3K1GQc1Cd9/SearchModal.js\";import{useViewportSizeState}from\"https://framerusercontent.com/modules/hqEf5wXaAewP8VPuaZ98/5A0QGVeEr2cwheQpIuEG/useViewportSizeState.js\";import{titleCase,DEFAULT_FONT_FAMILY,isEmptyObject,animationKeyFromLayout,checkIfOverLimit}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/C71JVnvNwV2CrPvApXBB/utils.js\";import{Browser}from\"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";var EntryPointOptions;// SITE SEARCH\n// By Anthony and Hunter\n(function(EntryPointOptions){EntryPointOptions[\"icon\"]=\"Icon\";EntryPointOptions[\"input\"]=\"Input\";})(EntryPointOptions||(EntryPointOptions={}));function buildShadow(shadowProperty,fallback=\"none\"){if(!shadowProperty)return fallback;const{x,y,blur,color,spread}=shadowProperty;return`${x}px ${y}px ${blur}px ${spread}px ${color}`;}const Overlay=/*#__PURE__*/forwardRef(function Overlay(props,ref){const{layoutType,theme,onDismiss}=props;useEffect(()=>{const handleKeyDown=event=>{if(event.code===\"Escape\"){event.stopPropagation();onDismiss();}};const handlePointerDown=event=>{if(event.pointerType!==\"touch\")return;const isWithinSearchHeader=Boolean(event.target instanceof Element&&event.target.closest(\"[role=search]\"));if(isWithinSearchHeader)return;if(document.activeElement instanceof HTMLInputElement){document.activeElement.blur();}};// Event listener added to window so that pressing escape key to dimiss\n// can be invoked from anywhere on the page.\nwindow.addEventListener(\"keydown\",handleKeyDown);window.addEventListener(\"pointerdown\",handlePointerDown,{capture:true});// Disable page scrolling when overlay is shown.\ndocument.body.classList.add(bodyOverflowHidden);return()=>{window.removeEventListener(\"keydown\",handleKeyDown);window.removeEventListener(\"pointerdown\",handlePointerDown,{capture:true});document.body.classList.remove(bodyOverflowHidden);};},[]);return /*#__PURE__*/createPortal(/*#__PURE__*/_jsxs(\"div\",{ref:ref,className:\"__framer-search-modal-container\",role:\"presentation\",style:{...backdropStyles,zIndex:props.backdropOptions.zIndex,justifyContent:layoutType===SearchLayoutType.Sidebar?\"flex-start\":\"center\"},onClick:onDismiss,children:[/*#__PURE__*/_jsx(motion.div,{role:\"presentation\",initial:{opacity:0},animate:{opacity:1},exit:{opacity:0,transition:{duration:0}},transition:theme.overlayTransition,style:{top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",boxSizing:\"border-box\",position:\"absolute\",touchAction:\"none\",backgroundColor:props.backdropOptions.backgroundColor}}),/*#__PURE__*/_jsx(SearchModal,{urlScope:props.urlScope,layoutType:layoutType,inputOptions:props.inputOptions,resultOptions:props.resultOptions,modalOptions:props.modalOptions,backdropOptions:props.backdropOptions,theme:props.theme,onDismiss:onDismiss})]}),document.body);});const backdropStyles={width:\"100%\",boxSizing:\"border-box\",willChange:\"transform\",position:\"fixed\",display:\"flex\",alignItems:\"flex-start\",top:0,left:0,right:0,bottom:0};const containerStyle={height:\"100%\",display:\"flex\",borderRadius:10,cursor:\"inherit\",overflow:\"hidden\"};const bodyOverflowHidden=\"__framer-overflow-hidden\";/**\n *\n * SEARCH\n * By Anthony and Hunter\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 40\n * @framerIntrinsicHeight 40\n */const EntryPoint=withCSS(function EntryPoint(props){var _props_inputOptions_inputFont,_props_inputOptions,_props_resultOptions,_props_resultOptions_subtitleOptions,_props_inputOptions1;const overlay=useRef(null);const[isOpen,setIsOpen]=useState(false);const[isOverLimit,setIsOverLimit]=useState(false);const[isSafariTouchDevice,setIsSafariTouchDevice]=useState(false);const[isOnCanvas]=useState(()=>RenderTarget.current()===RenderTarget.canvas);useEffect(()=>{setIsOverLimit(checkIfOverLimit());setIsSafariTouchDevice(Browser.isSafari()&&Browser.isTouch());},[]);const baseInputFontSize=((_props_inputOptions=props.inputOptions)===null||_props_inputOptions===void 0?void 0:(_props_inputOptions_inputFont=_props_inputOptions.inputFont)===null||_props_inputOptions_inputFont===void 0?void 0:_props_inputOptions_inputFont.fontSize)?props.inputOptions.inputFont.fontSize:\"16px\";// The font size is set to a minimum of `16px` on Safari with touch screens\n// because otherwise Safari will zoom in slightly if the type size is smaller.\nconst inputFontSize=isSafariTouchDevice?`max(16px, ${baseInputFontSize})`:baseInputFontSize;const layoutType=useViewportSizeState(size=>{if(size.width<props.modalOptions.width+10){return SearchLayoutType.FixedTop;}// @ts-ignore \u2013 Fallback\nreturn props.modalOptions.layoutType||props.layoutType;});const theme={subtitleColor:props.resultOptions.subtitleOptions.subtitleColor,backgroundColor:props.modalOptions.backgroundColor,foregroundColor:props.resultOptions.titleColor,placeholderColor:props.inputOptions.placeholderOptions.placeholderColor,titleFont:((_props_resultOptions=props.resultOptions)===null||_props_resultOptions===void 0?void 0:_props_resultOptions.titleFont)&&!isEmptyObject(props.resultOptions.titleFont)?props.resultOptions.titleFont:{fontSize:14,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},subtitleFont:((_props_resultOptions_subtitleOptions=props.resultOptions.subtitleOptions)===null||_props_resultOptions_subtitleOptions===void 0?void 0:_props_resultOptions_subtitleOptions.subtitleFont)&&!isEmptyObject(props.resultOptions.subtitleOptions.subtitleFont)?props.resultOptions.subtitleOptions.subtitleFont:{fontSize:12,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},inputFont:((_props_inputOptions1=props.inputOptions)===null||_props_inputOptions1===void 0?void 0:_props_inputOptions1.inputFont)&&!isEmptyObject(props.inputOptions.inputFont)?props.inputOptions.inputFont:{fontSize:16,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},// Keep separate so we can more easily override\ninputFontSize:inputFontSize,width:props.modalOptions.width,offsetTop:props.modalOptions.top,borderRadius:props.modalOptions.borderRadius,shadow:buildShadow(props.modalOptions.shadow),entryIconColor:props.iconColor,entryIconSize:props.iconSize,entryIconImage:props.iconImage,inputIconSize:props.inputOptions.iconOptions.iconSize,inputIconColor:props.inputOptions.iconOptions.iconColor,inputIconImage:props.inputOptions.iconOptions.iconImage,gapBetweenStatusAndSearch:16,gapBetweenResults:1,scrollBarWidth:20,margin:10,spacing:8,zIndex:props.backdropOptions.zIndex,horizontalSpacing:20,overlayTransition:props.backdropOptions.transition};const handleClick=event=>{// Both need to keep `autofocus` working on the search input.\nevent.preventDefault();event.stopPropagation();if(isOverLimit)return;setIsOpen(true);};return /*#__PURE__*/_jsxs(\"div\",{style:{...containerStyle,...props.style,pointerEvents:isOverLimit?\"none\":\"auto\",opacity:isOverLimit?.4:1},children:[/*#__PURE__*/_jsx(\"button\",{\"aria-label\":\"Search Icon\",style:{width:\"100%\",height:\"100%\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",background:\"none\",cursor:\"inherit\",color:\"inherit\",border:\"none\",outline:\"inherit\",padding:0},onClick:handleClick,children:props.iconType===SearchIconType.Custom&&theme.entryIconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:theme.entryIconImage.src,width:theme.entryIconSize,height:theme.entryIconSize}):/*#__PURE__*/_jsx(SearchIcon,{color:theme.entryIconColor,width:theme.entryIconSize,height:theme.entryIconSize})}),/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen&&!isOnCanvas&&/*#__PURE__*/_jsx(Overlay,{ref:overlay,layoutType:layoutType,urlScope:props.urlScope,inputOptions:props.inputOptions,resultOptions:props.resultOptions,backdropOptions:props.backdropOptions,modalOptions:props.modalOptions,theme:theme,onDismiss:()=>setIsOpen(false)})})]});},[// Prevent scrolling on iOS Safari when Input is focused.\n// From: https://gist.github.com/kiding/72721a0553fa93198ae2bb6eefaa3299\n`\n        @keyframes __framer-blink-input {\n            0% { opacity: 0; }\n            100% { opacity: 1; }\n        }\n\n        .__framer-search-modal-container input:focus {\n            animation: __framer-blink-input 0.01s;\n        }\n        `,// Allow styling of input placeholder\n`\n         .__framer-search-modal-container input::placeholder, \n         .__framer-search-modal-container input::-webkit-input-placeholder { \n            color: var(--framer-search-placeholder-color, #999999);\n            opacity: 1;\n        }\n        `,// Allow fallback to 100vh when dvh unit is not supported.\n`\n        .__framer-search-modal-container {\n            height: 100vh;\n            height: 100dvh;\n        }\n        .__framer-search-modal-container .__framer-max-height-80dvh {\n            max-height: 80vh;\n            max-height: 80dvh;\n        }\n        `,`\n        body.${bodyOverflowHidden} {\n            overflow: hidden;\n        }`,// Increase hit target\n`\n        button.__framer-search-clear-button {\n            position: relative;\n        }\n        button.__framer-search-clear-button::after {\n            content: \"\";\n            position: absolute;\n            top: -10px;\n            right: -10px;\n            bottom: -10px;\n            left: -10px;\n        }`]);export default EntryPoint;addPropertyControls(EntryPoint,{urlScope:{title:\"Scope\",// @ts-ignore - Internal\ntype:ControlType.PageScope},// entryType: {\n//     title: \"Type\",\n//     type: ControlType.Enum,\n//     options: Object.values(SearchEntryType),\n//     optionTitles: Object.values(SearchEntryType).map(titleCase),\n//     displaySegmentedControl: true,\n// },\niconType:{title:\"Icon\",type:ControlType.Enum,options:Object.values(SearchIconType),optionTitles:Object.values(SearchIconType).map(titleCase),displaySegmentedControl:true},iconColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.iconType===SearchIconType.Custom},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===SearchIconType.Default},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24},inputOptions:{title:\"Input\",type:ControlType.Object,buttonTitle:\"Icon, Styles\",controls:{iconOptions:{title:\"Icon\",type:ControlType.Object,buttonTitle:\"Color, Size\",controls:{iconType:{title:\"Icon\",type:ControlType.Enum,options:Object.values(SearchIconType),optionTitles:Object.values(SearchIconType).map(titleCase),displaySegmentedControl:true},iconColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.45)\",hidden:({iconType})=>{return iconType===SearchIconType.Custom;}},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:({iconType})=>iconType===SearchIconType.Default},iconSize:{title:\"Icon Size\",type:ControlType.Number,displayStepper:true,defaultValue:18,min:0,max:100}}},inputFont:{title:\"Font\",// @ts-ignore \u2013\u00A0Internal\ntype:ControlType.Font,displayFontSize:true},textColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\"},placeholderOptions:{title:\"Placeholder\",type:ControlType.Object,buttonTitle:\"Color, Text\",controls:{placeholderText:{title:\"Text\",type:ControlType.String,defaultValue:\"Search...\"},placeholderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.4)\"}}},dividerType:{title:\"Divider\",type:ControlType.Enum,options:Object.values(SearchInputDividerType),optionTitles:Object.keys(SearchInputDividerType).map(titleCase),defaultValue:SearchInputDividerType.FullWidth},clearButtonType:{title:\"Clear Type\",type:ControlType.Enum,options:Object.values(SearchInputClearButtonType),optionTitles:Object.keys(SearchInputClearButtonType).map(titleCase),defaultValue:SearchInputClearButtonType.Icon},clearButtonText:{title:\"Clear Text\",type:ControlType.String,defaultValue:\"Clear\",hidden:props=>props.clearButtonType!==SearchInputClearButtonType.Text}}},modalOptions:{title:\"Modal\",buttonTitle:\"Layout, Width\",type:ControlType.Object,controls:{layoutType:{title:\"Layout\",type:ControlType.Enum,options:Object.keys(SearchLayoutType),optionTitles:Object.values(SearchLayoutType).map(titleCase),defaultValue:SearchLayoutType.QuickMenu},width:{title:\"Width\",type:ControlType.Number,defaultValue:500,min:200,max:1e3,displayStepper:true,step:5,hidden:props=>props.layoutType===SearchLayoutType.FixedTop},top:{title:\"Top\",type:ControlType.Number,defaultValue:0,min:0,max:1e3,displayStepper:true,hidden:props=>props.layoutType!==SearchLayoutType.FixedTop},heightIsStatic:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Instant\",disabledTitle:\"Animate\",hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu},heightTransition:{title:\"Type\",type:ControlType.Transition,defaultValue:{type:\"spring\",stiffness:800,damping:60},hidden:({heightIsStatic,layoutType})=>layoutType!==SearchLayoutType.QuickMenu||heightIsStatic},borderRadius:{title:\"Radius\",type:ControlType.Number,defaultValue:16,displayStepper:true,min:0,hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu},shadow:{buttonTitle:\"Options\",type:ControlType.Object,defaultValue:{x:0,y:20,blur:40,spread:0,color:\"rgba(0,0,0,0.2)\"},controls:{color:{type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.2)\"},x:{type:ControlType.Number,defaultValue:0},y:{type:ControlType.Number,defaultValue:20},blur:{type:ControlType.Number,defaultValue:40},spread:{type:ControlType.Number,defaultValue:0}}},backgroundColor:{title:\"Background\",type:ControlType.Color,defaultValue:\"#FFF\"},[animationKeyFromLayout(SearchLayoutType.QuickMenu)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu,optional:true,buttonTitle:\"Options\",controls:{opacity:{type:ControlType.Number,defaultValue:.5,step:.1,min:0,max:1},scale:{type:ControlType.Number,defaultValue:.75,step:.1,min:0,max:2},// rotate: {\n//     type: ControlType.Number,\n//     defaultValue: 0,\n//     min: -360,\n//     max: 360,\n// },\nx:{type:ControlType.Number,defaultValue:0,min:-500,max:500},y:{type:ControlType.Number,defaultValue:0,min:-500,max:500},transition:{type:ControlType.Transition}}},[animationKeyFromLayout(SearchLayoutType.FixedTop)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",buttonTitle:\"Options\",hidden:({layoutType})=>layoutType!==SearchLayoutType.FixedTop,optional:true,controls:{opacity:{type:ControlType.Number,defaultValue:.8,step:.1,min:0,max:1},y:{type:ControlType.Number,defaultValue:0,min:-100,max:100},transition:{type:ControlType.Transition}}},[animationKeyFromLayout(SearchLayoutType.Sidebar)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",buttonTitle:\"Options\",hidden:({layoutType})=>layoutType!==SearchLayoutType.Sidebar,optional:true,controls:{opacity:{type:ControlType.Number,defaultValue:.8,step:.1,min:0,max:1},x:{type:ControlType.Number,defaultValue:0,min:-1e3,max:1e3},transition:{type:ControlType.Transition}}}}},resultOptions:{title:\"Results\",buttonTitle:\"Fonts, Style\",type:ControlType.Object,defaultValue:{},// description:\n//     \"Learn more about how to use Site Search [here](https://framer.com/learn/site-search)\",\ncontrols:{itemType:{title:\"Style\",type:ControlType.Enum,options:Object.values(SearchResultItemType),optionTitles:Object.keys(SearchResultItemType).map(titleCase),defaultValue:SearchResultItemType.FullWidth},titleFont:{title:\"Title\",// @ts-ignore - Internal\ntype:ControlType.Font,defaultValue:{fontSize:15},displayFontSize:true},titleColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\"},titleType:{title:\"Content\",type:ControlType.Enum,options:Object.values(SearchResultTitleType),optionTitles:Object.keys(SearchResultTitleType).map(titleCase),defaultValue:SearchResultTitleType.H1,displaySegmentedControl:true},subtitleOptions:{type:ControlType.Object,title:\"Subtitle\",buttonTitle:\"Font, Content\",controls:{subtitleFont:{title:\"Font\",// @ts-ignore - Internal\ntype:ControlType.Font,defaultValue:{fontSize:13},displayFontSize:true},subtitleColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.4)\"},subtitleType:{title:\"Content\",type:ControlType.Enum,options:Object.values(SearchResultSubtitleType),optionTitles:Object.keys(SearchResultSubtitleType).map(titleCase),defaultValue:SearchResultSubtitleType.Path}}}}},backdropOptions:{title:\"Backdrop\",type:ControlType.Object,buttonTitle:\"Color, Z Index\",controls:{backgroundColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.8)\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},transition:{type:ControlType.Transition}}}});EntryPoint.displayName=\"Search\";\nexport const __FramerMetadata__ = {\"exports\":{\"ResponsiveImage\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Shadow\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"EntryPoint\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"40\"}},\"EntryPointProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"WindowAnimation\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,resolvePageScope,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Search from\"https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/HPzg2Uk7mwtBmDzvGbWF/Search.js\";import{showForAnonymous,showForAuthenticated}from\"https://framerusercontent.com/modules/hN711cBSiQPLeI9e9mAp/hLmX35eETrvUnOPPEMIk/Outseta.js\";import PrimaryButtons from\"https://framerusercontent.com/modules/AkCwLgWyYb0G96zl4NQ9/AyhebsPHc3BuB4X1nMip/QfRCjqrdG.js\";import HamburgerMenu from\"https://framerusercontent.com/modules/rK2GznXwb6D7iLi6kgqL/Bd03yndUYUgnnFRko29t/Rr67N7zI9.js\";const PrimaryButtonsFonts=getFonts(PrimaryButtons);const SearchFonts=getFonts(Search);const HamburgerMenuFonts=getFonts(HamburgerMenu);const MotionDivShowForAnonymous=showForAnonymous(motion.div);const MotionDivShowForAuthenticated=showForAuthenticated(motion.div);const cycleOrder=[\"p3b9WeDEo\",\"O6KOkTJaD\",\"j5YhHC_Yj\",\"tI8HhHR3u\",\"WvmxnOnii\",\"ynutdafCS\",\"onb6NswsY\"];const serializationHash=\"framer-MsMQG\";const variantClassNames={j5YhHC_Yj:\"framer-v-zvg2yv\",O6KOkTJaD:\"framer-v-1jmknut\",onb6NswsY:\"framer-v-1d7iflc\",p3b9WeDEo:\"framer-v-2d990s\",tI8HhHR3u:\"framer-v-t5oj8z\",WvmxnOnii:\"framer-v-1oxpktc\",ynutdafCS:\"framer-v-bjntm6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={bounce:0,delay:0,duration:.3,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop HD - Black\":\"O6KOkTJaD\",\"Desktop HD - Scrolled\":\"j5YhHC_Yj\",\"Desktop HD - Variant 3\":\"tI8HhHR3u\",\"Desktop HD\":\"p3b9WeDEo\",\"Tablet - Black\":\"ynutdafCS\",Mobile:\"onb6NswsY\",Tablet:\"WvmxnOnii\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"p3b9WeDEo\"};};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:\"p3b9WeDEo\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2d990s\",className,classNames),\"data-framer-name\":\"Desktop HD\",layoutDependency:layoutDependency,layoutId:\"p3b9WeDEo\",ref:ref??ref1,style:{...style},...addPropertyOverrides({j5YhHC_Yj:{\"data-framer-name\":\"Desktop HD - Scrolled\"},O6KOkTJaD:{\"data-framer-name\":\"Desktop HD - Black\"},onb6NswsY:{\"data-framer-name\":\"Mobile\"},tI8HhHR3u:{\"data-framer-name\":\"Desktop HD - Variant 3\"},WvmxnOnii:{\"data-framer-name\":\"Tablet\"},ynutdafCS:{\"data-framer-name\":\"Tablet - Black\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fhx2mf\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"GVjANJJmX\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1sq423v framer-1d8l1hk\",\"data-framer-name\":\"Logo - Wordmark\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NoSS_xaNE\",opacity:1,style:{opacity:1},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 180 23.592\"><g><defs><linearGradient id=\"idss10579222406_1g-1767193655\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgb(0,176,80)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,150,136)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 20.92 0.452 L 13.183 13.474 L 5.254 0.452 L 0 0.452 L 5.898 11.378 L 11.667 20.792 L 14.506 20.792 L 20.307 11.056 L 26.012 0.452 Z M 0 23.015 L 5.898 23.015 L 5.898 19.889 L 0 9.347 Z M 26.177 9.058 L 20.341 19.501 L 20.374 23.015 L 26.241 23.015 Z M 30.724 18.084 L 30.724 23.015 L 48.615 23.015 L 48.615 18.084 Z M 48.615 9.186 L 30.724 9.186 L 30.724 13.957 L 48.615 13.957 Z M 48.615 0.452 L 30.724 0.452 L 30.724 5.384 L 48.615 5.384 Z M 74.069 5.77 C 75.136 7.574 75.683 9.638 75.649 11.733 C 75.692 13.83 75.144 15.897 74.069 17.697 C 73.002 19.414 71.456 20.781 69.621 21.63 C 67.563 22.586 65.315 23.059 63.046 23.015 L 52.376 23.015 L 52.376 11.927 L 58.764 11.927 L 58.764 17.922 L 62.794 17.922 C 64.728 17.922 66.276 17.375 67.437 16.279 C 68.597 15.183 69.209 13.668 69.209 11.733 C 69.209 9.832 68.597 8.317 67.436 7.188 C 66.276 6.092 64.729 5.544 62.794 5.545 L 52.381 5.545 L 52.381 0.452 L 63.052 0.452 C 65.319 0.424 67.565 0.897 69.629 1.837 C 71.449 2.707 72.99 4.069 74.075 5.77 Z M 77.433 20.985 L 79.529 16.279 C 80.606 17 81.792 17.544 83.042 17.89 C 84.314 18.295 85.641 18.501 86.976 18.502 C 89.425 18.502 90.65 17.89 90.651 16.665 C 90.651 16.021 90.296 15.569 89.585 15.247 C 88.501 14.812 87.379 14.477 86.233 14.248 C 84.788 13.965 83.367 13.578 81.979 13.088 C 80.84 12.679 79.828 11.979 79.045 11.057 C 78.207 10.154 77.821 8.897 77.821 7.318 C 77.798 5.994 78.193 4.697 78.948 3.61 C 79.791 2.427 80.954 1.51 82.301 0.966 C 83.785 0.322 85.623 0 87.814 0 C 89.29 0.011 90.759 0.184 92.197 0.516 C 93.532 0.802 94.815 1.291 96.001 1.967 L 94.034 6.705 C 91.875 5.544 89.779 4.965 87.781 4.965 C 86.491 4.965 85.589 5.157 85.009 5.544 C 84.482 5.84 84.151 6.392 84.138 6.996 C 84.138 7.607 84.462 8.059 85.17 8.348 C 85.847 8.67 86.943 8.961 88.49 9.283 C 89.932 9.59 91.354 9.988 92.746 10.476 C 93.868 10.9 94.873 11.585 95.679 12.474 C 96.517 13.377 96.937 14.634 96.937 16.182 C 96.944 17.493 96.55 18.775 95.807 19.856 C 94.945 21.033 93.773 21.948 92.422 22.499 C 90.909 23.145 89.07 23.467 86.943 23.467 C 85.148 23.472 83.36 23.245 81.623 22.79 C 79.883 22.338 78.498 21.758 77.433 20.985 Z M 99.85 0.452 L 106.233 0.452 L 106.233 23.015 L 99.85 23.015 Z M 132.495 5.77 C 133.561 7.574 134.108 9.638 134.075 11.733 C 134.117 13.83 133.569 15.896 132.495 17.697 C 131.428 19.414 129.881 20.78 128.047 21.63 C 125.989 22.586 123.739 23.059 121.47 23.015 L 110.801 23.015 L 110.801 11.927 L 117.19 11.927 L 117.19 17.922 L 121.22 17.922 C 123.154 17.922 124.701 17.375 125.86 16.279 C 127.021 15.183 127.633 13.668 127.633 11.733 C 127.633 9.832 127.021 8.317 125.86 7.188 C 124.7 6.092 123.153 5.544 121.22 5.545 L 110.807 5.545 L 110.807 0.452 L 121.477 0.452 C 123.744 0.424 125.99 0.897 128.053 1.837 C 129.874 2.707 131.415 4.069 132.501 5.77 Z M 137.44 18.084 L 137.44 23.015 L 155.329 23.015 L 155.329 18.084 Z M 155.329 9.186 L 137.44 9.186 L 137.44 13.957 L 155.329 13.957 Z M 155.329 0.452 L 137.44 0.452 L 137.44 5.384 L 155.329 5.384 Z M 179.885 23.015 L 173.052 23.015 L 168.958 17.02 L 165.478 17.02 L 165.478 23.015 L 159.095 23.015 L 159.095 12.089 L 169.024 12.089 C 170.313 12.089 171.311 11.83 171.989 11.251 C 172.668 10.622 173.034 9.724 172.988 8.8 C 173.028 7.877 172.663 6.982 171.989 6.35 C 171.311 5.77 170.313 5.48 169.024 5.48 L 159.095 5.48 L 159.095 0.452 L 169.41 0.452 C 171.236 0.416 173.049 0.767 174.73 1.482 C 176.141 2.101 177.348 3.107 178.21 4.385 C 179.038 5.707 179.464 7.241 179.435 8.8 C 179.541 11.85 177.798 14.662 175.019 15.924 Z\" fill=\"url(#idss10579222406_1g-1767193655)\"></path></g></svg>',svgContentId:10579222406,variants:{j5YhHC_Yj:{opacity:0},onb6NswsY:{opacity:0},tI8HhHR3u:{opacity:0}},withExternalLayout:true,...addPropertyOverrides({j5YhHC_Yj:{opacity:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 180 23.592\"><g><defs><linearGradient id=\"idss9520133878_1g-1767193655\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgb(0,176,80)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,150,136)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 20.92 0.452 L 13.183 13.474 L 5.254 0.452 L 0 0.452 L 5.898 11.378 L 11.667 20.792 L 14.506 20.792 L 20.307 11.056 L 26.012 0.452 Z M 0 23.015 L 5.898 23.015 L 5.898 19.889 L 0 9.347 Z M 26.177 9.058 L 20.341 19.501 L 20.374 23.015 L 26.241 23.015 Z M 30.724 18.084 L 30.724 23.015 L 48.615 23.015 L 48.615 18.084 Z M 48.615 9.186 L 30.724 9.186 L 30.724 13.957 L 48.615 13.957 Z M 48.615 0.452 L 30.724 0.452 L 30.724 5.384 L 48.615 5.384 Z M 74.069 5.77 C 75.136 7.574 75.683 9.638 75.649 11.733 C 75.692 13.83 75.144 15.897 74.069 17.697 C 73.002 19.414 71.456 20.781 69.621 21.63 C 67.563 22.586 65.315 23.059 63.046 23.015 L 52.376 23.015 L 52.376 11.927 L 58.764 11.927 L 58.764 17.922 L 62.794 17.922 C 64.728 17.922 66.276 17.375 67.437 16.279 C 68.597 15.183 69.209 13.668 69.209 11.733 C 69.209 9.832 68.597 8.317 67.436 7.188 C 66.276 6.092 64.729 5.544 62.794 5.545 L 52.381 5.545 L 52.381 0.452 L 63.052 0.452 C 65.319 0.424 67.565 0.897 69.629 1.837 C 71.449 2.707 72.99 4.069 74.075 5.77 Z M 77.433 20.985 L 79.529 16.279 C 80.606 17 81.792 17.544 83.042 17.89 C 84.314 18.295 85.641 18.501 86.976 18.502 C 89.425 18.502 90.65 17.89 90.651 16.665 C 90.651 16.021 90.296 15.569 89.585 15.247 C 88.501 14.812 87.379 14.477 86.233 14.248 C 84.788 13.965 83.367 13.578 81.979 13.088 C 80.84 12.679 79.828 11.979 79.045 11.057 C 78.207 10.154 77.821 8.897 77.821 7.318 C 77.798 5.994 78.193 4.697 78.948 3.61 C 79.791 2.427 80.954 1.51 82.301 0.966 C 83.785 0.322 85.623 0 87.814 0 C 89.29 0.011 90.759 0.184 92.197 0.516 C 93.532 0.802 94.815 1.291 96.001 1.967 L 94.034 6.705 C 91.875 5.544 89.779 4.965 87.781 4.965 C 86.491 4.965 85.589 5.157 85.009 5.544 C 84.482 5.84 84.151 6.392 84.138 6.996 C 84.138 7.607 84.462 8.059 85.17 8.348 C 85.847 8.67 86.943 8.961 88.49 9.283 C 89.932 9.59 91.354 9.988 92.746 10.476 C 93.868 10.9 94.873 11.585 95.679 12.474 C 96.517 13.377 96.937 14.634 96.937 16.182 C 96.944 17.493 96.55 18.775 95.807 19.856 C 94.945 21.033 93.773 21.948 92.422 22.499 C 90.909 23.145 89.07 23.467 86.943 23.467 C 85.148 23.472 83.36 23.245 81.623 22.79 C 79.883 22.338 78.498 21.758 77.433 20.985 Z M 99.85 0.452 L 106.233 0.452 L 106.233 23.015 L 99.85 23.015 Z M 132.495 5.77 C 133.561 7.574 134.108 9.638 134.075 11.733 C 134.117 13.83 133.569 15.896 132.495 17.697 C 131.428 19.414 129.881 20.78 128.047 21.63 C 125.989 22.586 123.739 23.059 121.47 23.015 L 110.801 23.015 L 110.801 11.927 L 117.19 11.927 L 117.19 17.922 L 121.22 17.922 C 123.154 17.922 124.701 17.375 125.86 16.279 C 127.021 15.183 127.633 13.668 127.633 11.733 C 127.633 9.832 127.021 8.317 125.86 7.188 C 124.7 6.092 123.153 5.544 121.22 5.545 L 110.807 5.545 L 110.807 0.452 L 121.477 0.452 C 123.744 0.424 125.99 0.897 128.053 1.837 C 129.874 2.707 131.415 4.069 132.501 5.77 Z M 137.44 18.084 L 137.44 23.015 L 155.329 23.015 L 155.329 18.084 Z M 155.329 9.186 L 137.44 9.186 L 137.44 13.957 L 155.329 13.957 Z M 155.329 0.452 L 137.44 0.452 L 137.44 5.384 L 155.329 5.384 Z M 179.885 23.015 L 173.052 23.015 L 168.958 17.02 L 165.478 17.02 L 165.478 23.015 L 159.095 23.015 L 159.095 12.089 L 169.024 12.089 C 170.313 12.089 171.311 11.83 171.989 11.251 C 172.668 10.622 173.034 9.724 172.988 8.8 C 173.028 7.877 172.663 6.982 171.989 6.35 C 171.311 5.77 170.313 5.48 169.024 5.48 L 159.095 5.48 L 159.095 0.452 L 169.41 0.452 C 171.236 0.416 173.049 0.767 174.73 1.482 C 176.141 2.101 177.348 3.107 178.21 4.385 C 179.038 5.707 179.464 7.241 179.435 8.8 C 179.541 11.85 177.798 14.662 175.019 15.924 Z\" fill=\"url(#idss9520133878_1g-1767193655)\"></path></g></svg>',svgContentId:9520133878},onb6NswsY:{opacity:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 180 23.592\"><g><defs><linearGradient id=\"idss9520133878_1g-1767193655\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgb(0,176,80)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,150,136)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 20.92 0.452 L 13.183 13.474 L 5.254 0.452 L 0 0.452 L 5.898 11.378 L 11.667 20.792 L 14.506 20.792 L 20.307 11.056 L 26.012 0.452 Z M 0 23.015 L 5.898 23.015 L 5.898 19.889 L 0 9.347 Z M 26.177 9.058 L 20.341 19.501 L 20.374 23.015 L 26.241 23.015 Z M 30.724 18.084 L 30.724 23.015 L 48.615 23.015 L 48.615 18.084 Z M 48.615 9.186 L 30.724 9.186 L 30.724 13.957 L 48.615 13.957 Z M 48.615 0.452 L 30.724 0.452 L 30.724 5.384 L 48.615 5.384 Z M 74.069 5.77 C 75.136 7.574 75.683 9.638 75.649 11.733 C 75.692 13.83 75.144 15.897 74.069 17.697 C 73.002 19.414 71.456 20.781 69.621 21.63 C 67.563 22.586 65.315 23.059 63.046 23.015 L 52.376 23.015 L 52.376 11.927 L 58.764 11.927 L 58.764 17.922 L 62.794 17.922 C 64.728 17.922 66.276 17.375 67.437 16.279 C 68.597 15.183 69.209 13.668 69.209 11.733 C 69.209 9.832 68.597 8.317 67.436 7.188 C 66.276 6.092 64.729 5.544 62.794 5.545 L 52.381 5.545 L 52.381 0.452 L 63.052 0.452 C 65.319 0.424 67.565 0.897 69.629 1.837 C 71.449 2.707 72.99 4.069 74.075 5.77 Z M 77.433 20.985 L 79.529 16.279 C 80.606 17 81.792 17.544 83.042 17.89 C 84.314 18.295 85.641 18.501 86.976 18.502 C 89.425 18.502 90.65 17.89 90.651 16.665 C 90.651 16.021 90.296 15.569 89.585 15.247 C 88.501 14.812 87.379 14.477 86.233 14.248 C 84.788 13.965 83.367 13.578 81.979 13.088 C 80.84 12.679 79.828 11.979 79.045 11.057 C 78.207 10.154 77.821 8.897 77.821 7.318 C 77.798 5.994 78.193 4.697 78.948 3.61 C 79.791 2.427 80.954 1.51 82.301 0.966 C 83.785 0.322 85.623 0 87.814 0 C 89.29 0.011 90.759 0.184 92.197 0.516 C 93.532 0.802 94.815 1.291 96.001 1.967 L 94.034 6.705 C 91.875 5.544 89.779 4.965 87.781 4.965 C 86.491 4.965 85.589 5.157 85.009 5.544 C 84.482 5.84 84.151 6.392 84.138 6.996 C 84.138 7.607 84.462 8.059 85.17 8.348 C 85.847 8.67 86.943 8.961 88.49 9.283 C 89.932 9.59 91.354 9.988 92.746 10.476 C 93.868 10.9 94.873 11.585 95.679 12.474 C 96.517 13.377 96.937 14.634 96.937 16.182 C 96.944 17.493 96.55 18.775 95.807 19.856 C 94.945 21.033 93.773 21.948 92.422 22.499 C 90.909 23.145 89.07 23.467 86.943 23.467 C 85.148 23.472 83.36 23.245 81.623 22.79 C 79.883 22.338 78.498 21.758 77.433 20.985 Z M 99.85 0.452 L 106.233 0.452 L 106.233 23.015 L 99.85 23.015 Z M 132.495 5.77 C 133.561 7.574 134.108 9.638 134.075 11.733 C 134.117 13.83 133.569 15.896 132.495 17.697 C 131.428 19.414 129.881 20.78 128.047 21.63 C 125.989 22.586 123.739 23.059 121.47 23.015 L 110.801 23.015 L 110.801 11.927 L 117.19 11.927 L 117.19 17.922 L 121.22 17.922 C 123.154 17.922 124.701 17.375 125.86 16.279 C 127.021 15.183 127.633 13.668 127.633 11.733 C 127.633 9.832 127.021 8.317 125.86 7.188 C 124.7 6.092 123.153 5.544 121.22 5.545 L 110.807 5.545 L 110.807 0.452 L 121.477 0.452 C 123.744 0.424 125.99 0.897 128.053 1.837 C 129.874 2.707 131.415 4.069 132.501 5.77 Z M 137.44 18.084 L 137.44 23.015 L 155.329 23.015 L 155.329 18.084 Z M 155.329 9.186 L 137.44 9.186 L 137.44 13.957 L 155.329 13.957 Z M 155.329 0.452 L 137.44 0.452 L 137.44 5.384 L 155.329 5.384 Z M 179.885 23.015 L 173.052 23.015 L 168.958 17.02 L 165.478 17.02 L 165.478 23.015 L 159.095 23.015 L 159.095 12.089 L 169.024 12.089 C 170.313 12.089 171.311 11.83 171.989 11.251 C 172.668 10.622 173.034 9.724 172.988 8.8 C 173.028 7.877 172.663 6.982 171.989 6.35 C 171.311 5.77 170.313 5.48 169.024 5.48 L 159.095 5.48 L 159.095 0.452 L 169.41 0.452 C 171.236 0.416 173.049 0.767 174.73 1.482 C 176.141 2.101 177.348 3.107 178.21 4.385 C 179.038 5.707 179.464 7.241 179.435 8.8 C 179.541 11.85 177.798 14.662 175.019 15.924 Z\" fill=\"url(#idss9520133878_1g-1767193655)\"></path></g></svg>',svgContentId:9520133878},tI8HhHR3u:{opacity:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 180 23.592\"><g><defs><linearGradient id=\"idss9520133878_1g-1767193655\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgb(0,176,80)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,150,136)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 20.92 0.452 L 13.183 13.474 L 5.254 0.452 L 0 0.452 L 5.898 11.378 L 11.667 20.792 L 14.506 20.792 L 20.307 11.056 L 26.012 0.452 Z M 0 23.015 L 5.898 23.015 L 5.898 19.889 L 0 9.347 Z M 26.177 9.058 L 20.341 19.501 L 20.374 23.015 L 26.241 23.015 Z M 30.724 18.084 L 30.724 23.015 L 48.615 23.015 L 48.615 18.084 Z M 48.615 9.186 L 30.724 9.186 L 30.724 13.957 L 48.615 13.957 Z M 48.615 0.452 L 30.724 0.452 L 30.724 5.384 L 48.615 5.384 Z M 74.069 5.77 C 75.136 7.574 75.683 9.638 75.649 11.733 C 75.692 13.83 75.144 15.897 74.069 17.697 C 73.002 19.414 71.456 20.781 69.621 21.63 C 67.563 22.586 65.315 23.059 63.046 23.015 L 52.376 23.015 L 52.376 11.927 L 58.764 11.927 L 58.764 17.922 L 62.794 17.922 C 64.728 17.922 66.276 17.375 67.437 16.279 C 68.597 15.183 69.209 13.668 69.209 11.733 C 69.209 9.832 68.597 8.317 67.436 7.188 C 66.276 6.092 64.729 5.544 62.794 5.545 L 52.381 5.545 L 52.381 0.452 L 63.052 0.452 C 65.319 0.424 67.565 0.897 69.629 1.837 C 71.449 2.707 72.99 4.069 74.075 5.77 Z M 77.433 20.985 L 79.529 16.279 C 80.606 17 81.792 17.544 83.042 17.89 C 84.314 18.295 85.641 18.501 86.976 18.502 C 89.425 18.502 90.65 17.89 90.651 16.665 C 90.651 16.021 90.296 15.569 89.585 15.247 C 88.501 14.812 87.379 14.477 86.233 14.248 C 84.788 13.965 83.367 13.578 81.979 13.088 C 80.84 12.679 79.828 11.979 79.045 11.057 C 78.207 10.154 77.821 8.897 77.821 7.318 C 77.798 5.994 78.193 4.697 78.948 3.61 C 79.791 2.427 80.954 1.51 82.301 0.966 C 83.785 0.322 85.623 0 87.814 0 C 89.29 0.011 90.759 0.184 92.197 0.516 C 93.532 0.802 94.815 1.291 96.001 1.967 L 94.034 6.705 C 91.875 5.544 89.779 4.965 87.781 4.965 C 86.491 4.965 85.589 5.157 85.009 5.544 C 84.482 5.84 84.151 6.392 84.138 6.996 C 84.138 7.607 84.462 8.059 85.17 8.348 C 85.847 8.67 86.943 8.961 88.49 9.283 C 89.932 9.59 91.354 9.988 92.746 10.476 C 93.868 10.9 94.873 11.585 95.679 12.474 C 96.517 13.377 96.937 14.634 96.937 16.182 C 96.944 17.493 96.55 18.775 95.807 19.856 C 94.945 21.033 93.773 21.948 92.422 22.499 C 90.909 23.145 89.07 23.467 86.943 23.467 C 85.148 23.472 83.36 23.245 81.623 22.79 C 79.883 22.338 78.498 21.758 77.433 20.985 Z M 99.85 0.452 L 106.233 0.452 L 106.233 23.015 L 99.85 23.015 Z M 132.495 5.77 C 133.561 7.574 134.108 9.638 134.075 11.733 C 134.117 13.83 133.569 15.896 132.495 17.697 C 131.428 19.414 129.881 20.78 128.047 21.63 C 125.989 22.586 123.739 23.059 121.47 23.015 L 110.801 23.015 L 110.801 11.927 L 117.19 11.927 L 117.19 17.922 L 121.22 17.922 C 123.154 17.922 124.701 17.375 125.86 16.279 C 127.021 15.183 127.633 13.668 127.633 11.733 C 127.633 9.832 127.021 8.317 125.86 7.188 C 124.7 6.092 123.153 5.544 121.22 5.545 L 110.807 5.545 L 110.807 0.452 L 121.477 0.452 C 123.744 0.424 125.99 0.897 128.053 1.837 C 129.874 2.707 131.415 4.069 132.501 5.77 Z M 137.44 18.084 L 137.44 23.015 L 155.329 23.015 L 155.329 18.084 Z M 155.329 9.186 L 137.44 9.186 L 137.44 13.957 L 155.329 13.957 Z M 155.329 0.452 L 137.44 0.452 L 137.44 5.384 L 155.329 5.384 Z M 179.885 23.015 L 173.052 23.015 L 168.958 17.02 L 165.478 17.02 L 165.478 23.015 L 159.095 23.015 L 159.095 12.089 L 169.024 12.089 C 170.313 12.089 171.311 11.83 171.989 11.251 C 172.668 10.622 173.034 9.724 172.988 8.8 C 173.028 7.877 172.663 6.982 171.989 6.35 C 171.311 5.77 170.313 5.48 169.024 5.48 L 159.095 5.48 L 159.095 0.452 L 169.41 0.452 C 171.236 0.416 173.049 0.767 174.73 1.482 C 176.141 2.101 177.348 3.107 178.21 4.385 C 179.038 5.707 179.464 7.241 179.435 8.8 C 179.541 11.85 177.798 14.662 175.019 15.924 Z\" fill=\"url(#idss9520133878_1g-1767193655)\"></path></g></svg>',svgContentId:9520133878}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11fw49l\",layoutDependency:layoutDependency,layoutId:\"Rr4QxegbV\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,filter:\"none\",opacity:0,WebkitFilter:\"none\"},transformTemplate:transformTemplate1,variants:{j5YhHC_Yj:{backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:1},onb6NswsY:{backgroundColor:\"rgb(0, 0, 0)\",opacity:1},tI8HhHR3u:{backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"brightness(2) contrast(2) saturate(0)\",opacity:1,WebkitFilter:\"brightness(2) contrast(2) saturate(0)\"}},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1pqx4sm framer-1d8l1hk\",\"data-framer-name\":\"Logo - Mark\",fill:\"black\",intrinsicHeight:77,intrinsicWidth:90,layoutDependency:layoutDependency,layoutId:\"TQsB67vTj\",svg:'<svg width=\"90.095\" height=\"77.466\" xmlns=\"http://www.w3.org/2000/svg\"><defs><linearGradient x1=\"0%\" y1=\"50%\" x2=\"100%\" y2=\"50%\" id=\"a\"><stop stop-color=\"#00B050\" offset=\"0%\"/><stop stop-color=\"#00AD57\" offset=\"24.664%\"/><stop stop-color=\"#00A36C\" offset=\"61.431%\"/><stop stop-color=\"#009688\" offset=\"100%\"/></linearGradient></defs><path d=\"M71.824 0 45.26 44.708 18.038 0H0l20.25 37.514 19.808 32.319h9.745L69.72 36.409 89.308 0H71.824ZM0 77.466h20.25V66.735L0 30.54v46.926Zm89.875-47.918L69.839 65.403l.113 12.063h20.143l-.22-47.918Z\" fill=\"url(#a)\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vctjqr\",layoutDependency:layoutDependency,layoutId:\"sUK5HyD28\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({j5YhHC_Yj:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivShowForAnonymous,{className:\"framer-9oz1v1\",\"data-framer-name\":\"Sticky Nav\",layoutDependency:layoutDependency,layoutId:\"MXQNb8xfo\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{j5YhHC_Yj:{backgroundColor:\"rgb(0, 0, 0)\"},onb6NswsY:{backgroundColor:\"rgb(0, 0, 0)\"},tI8HhHR3u:{backgroundColor:\"rgb(0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-144i7ag\",layoutDependency:layoutDependency,layoutId:\"pUCvgW2Mj\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":xKSQYn6K_\",webPageId:\"YGwCAJ92a\"},implicitPathVariables:undefined},{href:{hash:\":xKSQYn6K_\",webPageId:\"YGwCAJ92a\"},implicitPathVariables:undefined},{href:{hash:\":xKSQYn6K_\",webPageId:\"YGwCAJ92a\"},implicitPathVariables:undefined},{href:{hash:\":xKSQYn6K_\",webPageId:\"YGwCAJ92a\"},implicitPathVariables:undefined},{href:{hash:\":xKSQYn6K_\",webPageId:\"YGwCAJ92a\"},implicitPathVariables:undefined},{href:{hash:\":xKSQYn6K_\",webPageId:\"YGwCAJ92a\"},implicitPathVariables:undefined},{href:{hash:\":xKSQYn6K_\",webPageId:\"YGwCAJ92a\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,y:(componentViewport?.y||0)+(70+((componentViewport?.height||115)-70-55)/2)+0+0+0+0,...addPropertyOverrides({j5YhHC_Yj:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||104.5)-50-73)/2)+0+0+9+0},onb6NswsY:{height:39,width:\"39px\",y:(componentViewport?.y||0)+(30+((componentViewport?.height||85)-30-55)/2)+0+0+8+0},tI8HhHR3u:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||104.5)-50-73)/2)+0+0+9+0},WvmxnOnii:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||95)-50-55)/2)+0+0+0+0},ynutdafCS:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||95)-50-55)/2)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o0gvge-container\",layoutDependency:layoutDependency,layoutId:\"VKt6udAZY-container\",children:/*#__PURE__*/_jsx(PrimaryButtons,{bLqbbWCkp:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},height:\"100%\",id:\"VKt6udAZY\",layoutId:\"VKt6udAZY\",RH8gHvOZ3:15,RlZWQ17Hr:resolvedLinks[0],sRsdTLA9h:false,variant:\"Y8aj1rY0A\",width:\"100%\",XcCwIVynb:\"Get Premium Access\",ZGYS7GH9k:\"13px 30px 14px 30px\",...addPropertyOverrides({j5YhHC_Yj:{RlZWQ17Hr:resolvedLinks[2],variant:\"Fuxfb7p3L\"},O6KOkTJaD:{RlZWQ17Hr:resolvedLinks[1]},onb6NswsY:{RlZWQ17Hr:resolvedLinks[6],style:{height:\"100%\",width:\"100%\"},variant:\"pgjKtpWAg\"},tI8HhHR3u:{RlZWQ17Hr:resolvedLinks[3],variant:\"Fuxfb7p3L\"},WvmxnOnii:{RlZWQ17Hr:resolvedLinks[4]},ynutdafCS:{RlZWQ17Hr:resolvedLinks[5]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gh36l9\",layoutDependency:layoutDependency,layoutId:\"JLcjdj5i8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ge47w3-container\",layoutDependency:layoutDependency,layoutId:\"lnylPEApy-container\",children:/*#__PURE__*/_jsx(Search,{backdropOptions:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},zIndex:10},height:\"100%\",iconColor:\"rgb(255, 255, 255)\",iconSize:28,iconType:\"default\",id:\"lnylPEApy\",inputOptions:{clearButtonText:\"Clear\",clearButtonType:\"icon\",dividerType:\"fullWidth\",iconOptions:{iconColor:\"rgba(0, 0, 0, 0.45)\",iconSize:18,iconType:\"default\"},inputFont:{},placeholderOptions:{placeholderColor:\"rgba(0, 0, 0, 0.4)\",placeholderText:\"Search...\"},textColor:\"rgb(51, 51, 51)\"},layoutId:\"lnylPEApy\",modalOptions:{backgroundColor:\"rgb(255, 255, 255)\",borderRadius:16,heightIsStatic:true,heightTransition:{damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"},layoutType:\"QuickMenu\",shadow:{blur:40,color:\"rgba(0, 0, 0, 0.2)\",spread:0,x:0,y:20},top:0,width:500},resultOptions:{itemType:\"fullWidth\",subtitleOptions:{subtitleColor:\"rgba(0, 0, 0, 0.4)\",subtitleFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:500},subtitleType:\"description\"},titleColor:\"rgb(0, 0, 0)\",titleFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:600},titleType:\"h1\"},style:{height:\"100%\",width:\"100%\"},urlScope:resolvePageScope({webPageId:\"ZZ4QyFr2a\"},router),width:\"100%\",...addPropertyOverrides({O6KOkTJaD:{iconColor:\"rgb(0, 0, 0)\"},ynutdafCS:{iconColor:\"rgb(0, 0, 0)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+(70+((componentViewport?.height||115)-70-55)/2)+0+0+15.5+3.5,...addPropertyOverrides({j5YhHC_Yj:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||104.5)-50-73)/2)+0+0+24.5+3.5},onb6NswsY:{y:(componentViewport?.y||0)+(30+((componentViewport?.height||85)-30-55)/2)+0+0+15.5+3.5},tI8HhHR3u:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||104.5)-50-73)/2)+0+0+24.5+3.5},WvmxnOnii:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||95)-50-55)/2)+0+0+15.5+3.5},ynutdafCS:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||95)-50-55)/2)+0+0+15.5+3.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cuibev-container\",layoutDependency:layoutDependency,layoutId:\"EGmXcuh9a-container\",children:/*#__PURE__*/_jsx(HamburgerMenu,{height:\"100%\",id:\"EGmXcuh9a\",layoutId:\"EGmXcuh9a\",variant:\"rCO3_ttRa\",width:\"100%\",ztV1_1SPm:\"rgb(255, 255, 255)\",...addPropertyOverrides({O6KOkTJaD:{ztV1_1SPm:\"rgb(0, 0, 0)\"},ynutdafCS:{ztV1_1SPm:\"rgb(0, 0, 0)\"}},baseVariant,gestureVariant)})})})]})]})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({j5YhHC_Yj:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivShowForAuthenticated,{className:\"framer-183dzjp\",\"data-framer-name\":\"Sticky Nav\",layoutDependency:layoutDependency,layoutId:\"Xv_iGbBj5\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{j5YhHC_Yj:{backgroundColor:\"rgb(0, 0, 0)\"},onb6NswsY:{backgroundColor:\"rgb(0, 0, 0)\"},tI8HhHR3u:{backgroundColor:\"rgb(0, 0, 0)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tbxw3\",layoutDependency:layoutDependency,layoutId:\"sXYaoayPQ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wkhfsu-container\",layoutDependency:layoutDependency,layoutId:\"QqS85bdYL-container\",children:/*#__PURE__*/_jsx(Search,{backdropOptions:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},zIndex:10},height:\"100%\",iconColor:\"rgb(255, 255, 255)\",iconSize:28,iconType:\"default\",id:\"QqS85bdYL\",inputOptions:{clearButtonText:\"Clear\",clearButtonType:\"icon\",dividerType:\"fullWidth\",iconOptions:{iconColor:\"rgba(0, 0, 0, 0.45)\",iconSize:18,iconType:\"default\"},inputFont:{},placeholderOptions:{placeholderColor:\"rgba(0, 0, 0, 0.4)\",placeholderText:\"Search...\"},textColor:\"rgb(51, 51, 51)\"},layoutId:\"QqS85bdYL\",modalOptions:{backgroundColor:\"rgb(255, 255, 255)\",borderRadius:16,heightIsStatic:true,heightTransition:{damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"},layoutType:\"QuickMenu\",shadow:{blur:40,color:\"rgba(0, 0, 0, 0.2)\",spread:0,x:0,y:20},top:0,width:500},resultOptions:{itemType:\"fullWidth\",subtitleOptions:{subtitleColor:\"rgba(0, 0, 0, 0.4)\",subtitleFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:500},subtitleType:\"description\"},titleColor:\"rgb(0, 0, 0)\",titleFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:600},titleType:\"h1\"},style:{height:\"100%\",width:\"100%\"},urlScope:resolvePageScope({webPageId:\"ZZ4QyFr2a\"},router),width:\"100%\",...addPropertyOverrides({O6KOkTJaD:{iconColor:\"rgb(0, 0, 0)\"},ynutdafCS:{iconColor:\"rgb(0, 0, 0)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+(70+((componentViewport?.height||115)-70-55)/2)+0+15.5+0+3.5,...addPropertyOverrides({j5YhHC_Yj:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||104.5)-50-73)/2)+0+9.5+15+3.5},onb6NswsY:{y:(componentViewport?.y||0)+(30+((componentViewport?.height||85)-30-55)/2)+0+7.5+8+3.5},tI8HhHR3u:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||104.5)-50-73)/2)+0+9.5+15+3.5},WvmxnOnii:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||95)-50-55)/2)+0+15.5+0+3.5},ynutdafCS:{y:(componentViewport?.y||0)+(50+((componentViewport?.height||95)-50-55)/2)+0+15.5+0+3.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-198m3eg-container\",layoutDependency:layoutDependency,layoutId:\"sYbIjLPBI-container\",children:/*#__PURE__*/_jsx(HamburgerMenu,{height:\"100%\",id:\"sYbIjLPBI\",layoutId:\"sYbIjLPBI\",variant:\"rCO3_ttRa\",width:\"100%\",ztV1_1SPm:\"rgb(255, 255, 255)\",...addPropertyOverrides({O6KOkTJaD:{ztV1_1SPm:\"rgb(0, 0, 0)\"},ynutdafCS:{ztV1_1SPm:\"rgb(0, 0, 0)\"}},baseVariant,gestureVariant)})})})]})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MsMQG.framer-1d8l1hk, .framer-MsMQG .framer-1d8l1hk { display: block; }\",\".framer-MsMQG.framer-2d990s { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 70px 90px 0px 90px; position: relative; width: 1603px; }\",\".framer-MsMQG .framer-fhx2mf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MsMQG .framer-1sq423v { flex: none; height: 24px; position: relative; text-decoration: none; width: 180px; z-index: 1; }\",\".framer-MsMQG .framer-11fw49l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; left: 1px; overflow: visible; padding: 8px 11px 8px 11px; position: absolute; top: 50%; width: min-content; z-index: 0; }\",\".framer-MsMQG .framer-1pqx4sm { aspect-ratio: 1.1666666666666667 / 1; flex: none; height: 24px; position: relative; text-decoration: none; width: var(--framer-aspect-ratio-supported, 28px); z-index: 1; }\",\".framer-MsMQG .framer-vctjqr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsMQG .framer-9oz1v1, .framer-MsMQG .framer-183dzjp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsMQG .framer-144i7ag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsMQG .framer-1o0gvge-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\".framer-MsMQG .framer-gh36l9, .framer-MsMQG .framer-tbxw3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MsMQG .framer-ge47w3-container, .framer-MsMQG .framer-1wkhfsu-container { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-MsMQG .framer-cuibev-container, .framer-MsMQG .framer-198m3eg-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsMQG.framer-2d990s, .framer-MsMQG .framer-11fw49l, .framer-MsMQG .framer-vctjqr, .framer-MsMQG .framer-9oz1v1, .framer-MsMQG .framer-144i7ag, .framer-MsMQG .framer-gh36l9, .framer-MsMQG .framer-183dzjp, .framer-MsMQG .framer-tbxw3 { gap: 0px; } .framer-MsMQG.framer-2d990s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MsMQG.framer-2d990s > :first-child, .framer-MsMQG .framer-11fw49l > :first-child, .framer-MsMQG .framer-vctjqr > :first-child, .framer-MsMQG .framer-9oz1v1 > :first-child, .framer-MsMQG .framer-144i7ag > :first-child, .framer-MsMQG .framer-gh36l9 > :first-child, .framer-MsMQG .framer-183dzjp > :first-child, .framer-MsMQG .framer-tbxw3 > :first-child { margin-left: 0px; } .framer-MsMQG.framer-2d990s > :last-child, .framer-MsMQG .framer-11fw49l > :last-child, .framer-MsMQG .framer-vctjqr > :last-child, .framer-MsMQG .framer-9oz1v1 > :last-child, .framer-MsMQG .framer-144i7ag > :last-child, .framer-MsMQG .framer-gh36l9 > :last-child, .framer-MsMQG .framer-183dzjp > :last-child, .framer-MsMQG .framer-tbxw3 > :last-child { margin-right: 0px; } .framer-MsMQG .framer-11fw49l > * { margin: 0px; margin-left: calc(17px / 2); margin-right: calc(17px / 2); } .framer-MsMQG .framer-vctjqr > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-MsMQG .framer-9oz1v1 > *, .framer-MsMQG .framer-183dzjp > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-MsMQG .framer-144i7ag > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-MsMQG .framer-gh36l9 > *, .framer-MsMQG .framer-tbxw3 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-MsMQG.framer-v-zvg2yv.framer-2d990s, .framer-MsMQG.framer-v-t5oj8z.framer-2d990s { padding: 50px 50px 0px 50px; }\",\".framer-MsMQG.framer-v-zvg2yv .framer-1sq423v, .framer-MsMQG.framer-v-t5oj8z .framer-1sq423v, .framer-MsMQG.framer-v-1d7iflc .framer-1sq423v { z-index: 0; }\",\".framer-MsMQG.framer-v-zvg2yv .framer-11fw49l, .framer-MsMQG.framer-v-t5oj8z .framer-11fw49l { padding: 0px; z-index: 1; }\",\".framer-MsMQG.framer-v-zvg2yv .framer-9oz1v1, .framer-MsMQG.framer-v-t5oj8z .framer-9oz1v1 { gap: 13px; padding: 9px 20px 9px 10px; }\",\".framer-MsMQG.framer-v-zvg2yv .framer-183dzjp, .framer-MsMQG.framer-v-t5oj8z .framer-183dzjp { gap: 13px; padding: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsMQG.framer-v-zvg2yv .framer-9oz1v1, .framer-MsMQG.framer-v-zvg2yv .framer-183dzjp { gap: 0px; } .framer-MsMQG.framer-v-zvg2yv .framer-9oz1v1 > *, .framer-MsMQG.framer-v-zvg2yv .framer-183dzjp > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-MsMQG.framer-v-zvg2yv .framer-9oz1v1 > :first-child, .framer-MsMQG.framer-v-zvg2yv .framer-183dzjp > :first-child { margin-left: 0px; } .framer-MsMQG.framer-v-zvg2yv .framer-9oz1v1 > :last-child, .framer-MsMQG.framer-v-zvg2yv .framer-183dzjp > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsMQG.framer-v-t5oj8z .framer-9oz1v1, .framer-MsMQG.framer-v-t5oj8z .framer-183dzjp { gap: 0px; } .framer-MsMQG.framer-v-t5oj8z .framer-9oz1v1 > *, .framer-MsMQG.framer-v-t5oj8z .framer-183dzjp > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-MsMQG.framer-v-t5oj8z .framer-9oz1v1 > :first-child, .framer-MsMQG.framer-v-t5oj8z .framer-183dzjp > :first-child { margin-left: 0px; } .framer-MsMQG.framer-v-t5oj8z .framer-9oz1v1 > :last-child, .framer-MsMQG.framer-v-t5oj8z .framer-183dzjp > :last-child { margin-right: 0px; } }\",\".framer-MsMQG.framer-v-1oxpktc.framer-2d990s, .framer-MsMQG.framer-v-bjntm6.framer-2d990s { padding: 50px 70px 0px 70px; width: 810px; }\",\".framer-MsMQG.framer-v-1oxpktc .framer-9oz1v1, .framer-MsMQG.framer-v-1oxpktc .framer-183dzjp, .framer-MsMQG.framer-v-bjntm6 .framer-9oz1v1, .framer-MsMQG.framer-v-bjntm6 .framer-183dzjp { gap: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsMQG.framer-v-1oxpktc .framer-9oz1v1, .framer-MsMQG.framer-v-1oxpktc .framer-183dzjp { gap: 0px; } .framer-MsMQG.framer-v-1oxpktc .framer-9oz1v1 > *, .framer-MsMQG.framer-v-1oxpktc .framer-183dzjp > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-MsMQG.framer-v-1oxpktc .framer-9oz1v1 > :first-child, .framer-MsMQG.framer-v-1oxpktc .framer-183dzjp > :first-child { margin-left: 0px; } .framer-MsMQG.framer-v-1oxpktc .framer-9oz1v1 > :last-child, .framer-MsMQG.framer-v-1oxpktc .framer-183dzjp > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsMQG.framer-v-bjntm6 .framer-9oz1v1, .framer-MsMQG.framer-v-bjntm6 .framer-183dzjp { gap: 0px; } .framer-MsMQG.framer-v-bjntm6 .framer-9oz1v1 > *, .framer-MsMQG.framer-v-bjntm6 .framer-183dzjp > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-MsMQG.framer-v-bjntm6 .framer-9oz1v1 > :first-child, .framer-MsMQG.framer-v-bjntm6 .framer-183dzjp > :first-child { margin-left: 0px; } .framer-MsMQG.framer-v-bjntm6 .framer-9oz1v1 > :last-child, .framer-MsMQG.framer-v-bjntm6 .framer-183dzjp > :last-child { margin-right: 0px; } }\",\".framer-MsMQG.framer-v-1d7iflc.framer-2d990s { padding: 30px 30px 0px 30px; width: 390px; }\",\".framer-MsMQG.framer-v-1d7iflc .framer-11fw49l { padding: 15px; z-index: 1; }\",\".framer-MsMQG.framer-v-1d7iflc .framer-1pqx4sm { height: 16px; width: var(--framer-aspect-ratio-supported, 19px); }\",\".framer-MsMQG.framer-v-1d7iflc .framer-9oz1v1 { gap: 12px; padding: 8px 15px 8px 11px; }\",\".framer-MsMQG.framer-v-1d7iflc .framer-1o0gvge-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 39px); width: 39px; }\",\".framer-MsMQG.framer-v-1d7iflc .framer-183dzjp { gap: 12px; padding: 8px 15px 8px 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MsMQG.framer-v-1d7iflc .framer-9oz1v1, .framer-MsMQG.framer-v-1d7iflc .framer-183dzjp { gap: 0px; } .framer-MsMQG.framer-v-1d7iflc .framer-9oz1v1 > *, .framer-MsMQG.framer-v-1d7iflc .framer-183dzjp > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-MsMQG.framer-v-1d7iflc .framer-9oz1v1 > :first-child, .framer-MsMQG.framer-v-1d7iflc .framer-183dzjp > :first-child { margin-left: 0px; } .framer-MsMQG.framer-v-1d7iflc .framer-9oz1v1 > :last-child, .framer-MsMQG.framer-v-1d7iflc .framer-183dzjp > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 115\n * @framerIntrinsicWidth 1603\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"O6KOkTJaD\":{\"layout\":[\"fixed\",\"auto\"]},\"j5YhHC_Yj\":{\"layout\":[\"fixed\",\"auto\"]},\"tI8HhHR3u\":{\"layout\":[\"fixed\",\"auto\"]},\"WvmxnOnii\":{\"layout\":[\"fixed\",\"auto\"]},\"ynutdafCS\":{\"layout\":[\"fixed\",\"auto\"]},\"onb6NswsY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpFX5VBIgf=withCSS(Component,css,\"framer-MsMQG\");export default FramerpFX5VBIgf;FramerpFX5VBIgf.displayName=\"Header\";FramerpFX5VBIgf.defaultProps={height:115,width:1603};addPropertyControls(FramerpFX5VBIgf,{variant:{options:[\"p3b9WeDEo\",\"O6KOkTJaD\",\"j5YhHC_Yj\",\"tI8HhHR3u\",\"WvmxnOnii\",\"ynutdafCS\",\"onb6NswsY\"],optionTitles:[\"Desktop HD\",\"Desktop HD - Black\",\"Desktop HD - Scrolled\",\"Desktop HD - Variant 3\",\"Tablet\",\"Tablet - Black\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerpFX5VBIgf,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]},...PrimaryButtonsFonts,...SearchFonts,...HamburgerMenuFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpFX5VBIgf\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"115\",\"framerIntrinsicWidth\":\"1603\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O6KOkTJaD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j5YhHC_Yj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tI8HhHR3u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WvmxnOnii\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ynutdafCS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"onb6NswsY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";export function AutoCopyrightYear(Component){return props=>{var _props_children_props_children,_props_children_props,_props_children;let text=\"\";const textProps=(_props_children=props.children)===null||_props_children===void 0?void 0:(_props_children_props=_props_children.props)===null||_props_children_props===void 0?void 0:(_props_children_props_children=_props_children_props.children)===null||_props_children_props_children===void 0?void 0:_props_children_props_children.props;if(textProps&&typeof textProps.children==\"string\"){text=textProps.children.replace(\"YYYY\",new Date().getFullYear());}return /*#__PURE__*/_jsx(Component,{...props,text:text});};}\nexport const __FramerMetadata__ = {\"exports\":{\"AutoCopyrightYear\":{\"type\":\"reactHoc\",\"name\":\"AutoCopyrightYear\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Copyright_Year.map", "// Generated by Framer (90417e1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-1C9eb .framer-styles-preset-1mx78u5:not(.rich-text-wrapper), .framer-1C9eb .framer-styles-preset-1mx78u5.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #009a83; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #000000; --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-1C9eb\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{AutoCopyrightYear}from\"https://framerusercontent.com/modules/4W5OaVZsnNv5ZHxLxDtt/p6hrKer7iDGpz6S9gEhf/Copyright_Year.js\";import{withLoggedOut,withNoActiveLicense}from\"https://framerusercontent.com/modules/yxvEaWSpssdAojekm06j/DPeBuretB7wOya0Dv7f2/FramerAuth.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/sBoZ5r3U3Yvn0aPG3XNm/shIbiaJkeL0IH1PkAUi4/nMR1qLACd.js\";const RichTextAutoCopyrightYear=AutoCopyrightYear(RichText);const MotionAWithNoActiveLicense=withNoActiveLicense(motion.a);const MotionAWithLoggedOut=withLoggedOut(motion.a);const cycleOrder=[\"HpqS1oQB6\",\"zF8jAprTn\",\"CCm_b_1mw\"];const serializationHash=\"framer-9XbG8\";const variantClassNames={CCm_b_1mw:\"framer-v-1hlcjft\",HpqS1oQB6:\"framer-v-q4k19y\",zF8jAprTn:\"framer-v-d80ygq\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop HD\":\"HpqS1oQB6\",Mobile:\"CCm_b_1mw\",Tablet:\"zF8jAprTn\"};const getProps=({height,id,suggestAGuestOverlay,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:\"HpqS1oQB6\",WC_uaukVG:suggestAGuestOverlay!==null&&suggestAGuestOverlay!==void 0?suggestAGuestOverlay:props.WC_uaukVG};};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,WC_uaukVG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HpqS1oQB6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqa6sjr=activeVariantCallback(async(...args)=>{if(WC_uaukVG){const res=await WC_uaukVG(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-q4k19y\",className,classNames),\"data-framer-name\":\"Desktop HD\",layoutDependency:layoutDependency,layoutId:\"HpqS1oQB6\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({CCm_b_1mw:{\"data-framer-name\":\"Mobile\"},zF8jAprTn:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2yjc0r\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"MGRvtjErE\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19p7zpx\",layoutDependency:layoutDependency,layoutId:\"uhGS3bnEp\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"TxaH8j_Zb\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1y4qzjl framer-968myl\",\"data-framer-name\":\"Logo - Wordmark\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"TxaH8j_Zb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 180 23.592\"><g><defs><linearGradient id=\"idss10579222406_1g-1767193655\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgb(0,176,80)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,150,136)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 20.92 0.452 L 13.183 13.474 L 5.254 0.452 L 0 0.452 L 5.898 11.378 L 11.667 20.792 L 14.506 20.792 L 20.307 11.056 L 26.012 0.452 Z M 0 23.015 L 5.898 23.015 L 5.898 19.889 L 0 9.347 Z M 26.177 9.058 L 20.341 19.501 L 20.374 23.015 L 26.241 23.015 Z M 30.724 18.084 L 30.724 23.015 L 48.615 23.015 L 48.615 18.084 Z M 48.615 9.186 L 30.724 9.186 L 30.724 13.957 L 48.615 13.957 Z M 48.615 0.452 L 30.724 0.452 L 30.724 5.384 L 48.615 5.384 Z M 74.069 5.77 C 75.136 7.574 75.683 9.638 75.649 11.733 C 75.692 13.83 75.144 15.897 74.069 17.697 C 73.002 19.414 71.456 20.781 69.621 21.63 C 67.563 22.586 65.315 23.059 63.046 23.015 L 52.376 23.015 L 52.376 11.927 L 58.764 11.927 L 58.764 17.922 L 62.794 17.922 C 64.728 17.922 66.276 17.375 67.437 16.279 C 68.597 15.183 69.209 13.668 69.209 11.733 C 69.209 9.832 68.597 8.317 67.436 7.188 C 66.276 6.092 64.729 5.544 62.794 5.545 L 52.381 5.545 L 52.381 0.452 L 63.052 0.452 C 65.319 0.424 67.565 0.897 69.629 1.837 C 71.449 2.707 72.99 4.069 74.075 5.77 Z M 77.433 20.985 L 79.529 16.279 C 80.606 17 81.792 17.544 83.042 17.89 C 84.314 18.295 85.641 18.501 86.976 18.502 C 89.425 18.502 90.65 17.89 90.651 16.665 C 90.651 16.021 90.296 15.569 89.585 15.247 C 88.501 14.812 87.379 14.477 86.233 14.248 C 84.788 13.965 83.367 13.578 81.979 13.088 C 80.84 12.679 79.828 11.979 79.045 11.057 C 78.207 10.154 77.821 8.897 77.821 7.318 C 77.798 5.994 78.193 4.697 78.948 3.61 C 79.791 2.427 80.954 1.51 82.301 0.966 C 83.785 0.322 85.623 0 87.814 0 C 89.29 0.011 90.759 0.184 92.197 0.516 C 93.532 0.802 94.815 1.291 96.001 1.967 L 94.034 6.705 C 91.875 5.544 89.779 4.965 87.781 4.965 C 86.491 4.965 85.589 5.157 85.009 5.544 C 84.482 5.84 84.151 6.392 84.138 6.996 C 84.138 7.607 84.462 8.059 85.17 8.348 C 85.847 8.67 86.943 8.961 88.49 9.283 C 89.932 9.59 91.354 9.988 92.746 10.476 C 93.868 10.9 94.873 11.585 95.679 12.474 C 96.517 13.377 96.937 14.634 96.937 16.182 C 96.944 17.493 96.55 18.775 95.807 19.856 C 94.945 21.033 93.773 21.948 92.422 22.499 C 90.909 23.145 89.07 23.467 86.943 23.467 C 85.148 23.472 83.36 23.245 81.623 22.79 C 79.883 22.338 78.498 21.758 77.433 20.985 Z M 99.85 0.452 L 106.233 0.452 L 106.233 23.015 L 99.85 23.015 Z M 132.495 5.77 C 133.561 7.574 134.108 9.638 134.075 11.733 C 134.117 13.83 133.569 15.896 132.495 17.697 C 131.428 19.414 129.881 20.78 128.047 21.63 C 125.989 22.586 123.739 23.059 121.47 23.015 L 110.801 23.015 L 110.801 11.927 L 117.19 11.927 L 117.19 17.922 L 121.22 17.922 C 123.154 17.922 124.701 17.375 125.86 16.279 C 127.021 15.183 127.633 13.668 127.633 11.733 C 127.633 9.832 127.021 8.317 125.86 7.188 C 124.7 6.092 123.153 5.544 121.22 5.545 L 110.807 5.545 L 110.807 0.452 L 121.477 0.452 C 123.744 0.424 125.99 0.897 128.053 1.837 C 129.874 2.707 131.415 4.069 132.501 5.77 Z M 137.44 18.084 L 137.44 23.015 L 155.329 23.015 L 155.329 18.084 Z M 155.329 9.186 L 137.44 9.186 L 137.44 13.957 L 155.329 13.957 Z M 155.329 0.452 L 137.44 0.452 L 137.44 5.384 L 155.329 5.384 Z M 179.885 23.015 L 173.052 23.015 L 168.958 17.02 L 165.478 17.02 L 165.478 23.015 L 159.095 23.015 L 159.095 12.089 L 169.024 12.089 C 170.313 12.089 171.311 11.83 171.989 11.251 C 172.668 10.622 173.034 9.724 172.988 8.8 C 173.028 7.877 172.663 6.982 171.989 6.35 C 171.311 5.77 170.313 5.48 169.024 5.48 L 159.095 5.48 L 159.095 0.452 L 169.41 0.452 C 171.236 0.416 173.049 0.767 174.73 1.482 C 176.141 2.101 177.348 3.107 178.21 4.385 C 179.038 5.707 179.464 7.241 179.435 8.8 C 179.541 11.85 177.798 14.662 175.019 15.924 Z\" fill=\"url(#idss10579222406_1g-1767193655)\"></path></g></svg>',svgContentId:10579222406,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1upahx\",layoutDependency:layoutDependency,layoutId:\"yUbMdRDfn\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.apple.com/us/podcast/medsider-radio-learn-from-proven-medtech-healthcare/id427887171\",nodeId:\"Km66t8oL8\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1npfh83 framer-968myl\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Km66t8oL8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.18)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+90+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||363)-180-394)/2+0+0)+0+0+89),pixelHeight:2048,pixelWidth:2048,sizes:\"37px\",src:\"https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=512 512w,https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png 2048w\"},className:\"framer-r4cbgo\",\"data-framer-name\":\"Podcasts (iOS).svg\",layoutDependency:layoutDependency,layoutId:\"FnnFOgc_X\",...addPropertyOverrides({CCm_b_1mw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,pixelHeight:2048,pixelWidth:2048,sizes:\"37px\",src:\"https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=512 512w,https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png 2048w\"}},zF8jAprTn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:1024,pixelHeight:2048,pixelWidth:2048,sizes:\"37px\",src:\"https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=512 512w,https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6WJmleVLawe3kKcuj5mm9X4Io.png 2048w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w6l294\",layoutDependency:layoutDependency,layoutId:\"LL11ZDP2j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC01MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14.4px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 24, 24))\"},children:\"Listen On\"})}),className:\"framer-1a3d0cm\",fonts:[\"GF;Montserrat-500\"],layoutDependency:layoutDependency,layoutId:\"oAJ9JnxKt\",style:{\"--extracted-r6o4lv\":\"rgb(23, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14.4px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 24, 24))\"},children:\"Apple Podcasts\"})}),className:\"framer-3a6vt0\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"xDlggkpCu\",style:{\"--extracted-r6o4lv\":\"rgb(23, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/show/0Ne71WcVG0Q3trMvvLxTmg\",nodeId:\"bwnrp3QTA\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1rd5bpr framer-968myl\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"bwnrp3QTA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.18)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:384,intrinsicWidth:384,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+90+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||363)-180-394)/2+0+0)+0+0+89),pixelHeight:768,pixelWidth:768,sizes:\"37px\",src:\"https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png?scale-down-to=512 512w,https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png 768w\"},className:\"framer-ecmpuf\",\"data-framer-name\":\"Spotify logo_without_text.svg\",layoutDependency:layoutDependency,layoutId:\"ykpF6pb5P\",...addPropertyOverrides({CCm_b_1mw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:384,intrinsicWidth:384,pixelHeight:768,pixelWidth:768,sizes:\"37px\",src:\"https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png?scale-down-to=512 512w,https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png 768w\"}},zF8jAprTn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:384,intrinsicWidth:384,pixelHeight:768,pixelWidth:768,sizes:\"37px\",src:\"https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png?scale-down-to=512 512w,https://framerusercontent.com/images/fDlbsWCFxtrgvTPDM0kitLiN0I.png 768w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-421j3q\",layoutDependency:layoutDependency,layoutId:\"rs6TgFQro\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC01MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14.4px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 24, 24))\"},children:\"Listen On\"})}),className:\"framer-1xo6hjy\",fonts:[\"GF;Montserrat-500\"],layoutDependency:layoutDependency,layoutId:\"gDjOjWbya\",style:{\"--extracted-r6o4lv\":\"rgb(23, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14.4px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 24, 24))\"},children:\"Spotify\"})}),className:\"framer-4b2pkk\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"jXARa6g03\",style:{\"--extracted-r6o4lv\":\"rgb(23, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15o427i\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"sk4kC_aJY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xwe8w2\",layoutDependency:layoutDependency,layoutId:\"wngzyC4uQ\",children:[/*#__PURE__*/_jsx(RichTextAutoCopyrightYear,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"27px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(114, 116, 131))\"},children:\"Copyright \\xa9 Medsider YYYY \u2022 All rights reserved.\"})}),className:\"framer-jc5z8d\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"aEcTrLtoj\",style:{\"--extracted-r6o4lv\":\"rgb(114, 116, 131)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CCm_b_1mw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(114, 116, 131))\"},children:\"Copyright \\xa9 Medsider YYYY \u2022 All rights reserved.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"27px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(114, 116, 131))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tos-privacy\",nodeId:\"qpHX94v3p\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mx78u5\",\"data-styles-preset\":\"nMR1qLACd\",children:\"Terms & Privacy Policy\"})})})}),className:\"framer-1138zkk\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"qpHX94v3p\",style:{\"--extracted-r6o4lv\":\"rgb(114, 116, 131)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CCm_b_1mw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(114, 116, 131))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tos-privacy\",nodeId:\"qpHX94v3p\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mx78u5\",\"data-styles-preset\":\"nMR1qLACd\",children:\"Terms & Privacy Policy\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ak1gjr\",layoutDependency:layoutDependency,layoutId:\"E8gEeSOoM\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YGwCAJ92a\"},nodeId:\"mO3k1DG0C\",children:/*#__PURE__*/_jsx(MotionAWithNoActiveLicense,{className:\"framer-1qkjm41 framer-968myl\",layoutDependency:layoutDependency,layoutId:\"mO3k1DG0C\",style:{backgroundColor:\"rgb(243, 244, 246)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14.4px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 24, 24))\"},children:\"Subscribe\"})}),className:\"framer-10np7q9\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"PD30FL7Ok\",style:{\"--extracted-r6o4lv\":\"rgb(23, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XwXagyFur\"},nodeId:\"kRly2pgIE\",children:/*#__PURE__*/_jsx(MotionAWithLoggedOut,{className:\"framer-1ezrhu2 framer-968myl\",layoutDependency:layoutDependency,layoutId:\"kRly2pgIE\",style:{backgroundColor:\"rgb(243, 244, 246)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14.4px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 24, 24))\"},children:\"Sign In\"})}),className:\"framer-18df68z\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"TVd05s7nO\",style:{\"--extracted-r6o4lv\":\"rgb(23, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xyhdk\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GPrqcmdSw\",onTap:onTapqa6sjr,style:{backgroundColor:\"rgb(243, 244, 246)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14.4px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 24, 24))\"},children:\"Suggest a Guest\"})}),className:\"framer-eropz5\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"LiqDj_4a1\",style:{\"--extracted-r6o4lv\":\"rgb(23, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9XbG8.framer-968myl, .framer-9XbG8 .framer-968myl { display: block; }\",\".framer-9XbG8.framer-q4k19y { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 57px; height: min-content; justify-content: center; overflow: hidden; padding: 90px; position: relative; width: 1600px; }\",\".framer-9XbG8 .framer-2yjc0r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9XbG8 .framer-19p7zpx, .framer-9XbG8 .framer-1xwe8w2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9XbG8 .framer-1y4qzjl { flex: none; height: 24px; position: relative; text-decoration: none; width: 180px; z-index: 1; }\",\".framer-9XbG8 .framer-1upahx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9XbG8 .framer-1npfh83, .framer-9XbG8 .framer-1rd5bpr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: 235px; }\",\".framer-9XbG8 .framer-r4cbgo, .framer-9XbG8 .framer-ecmpuf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); overflow: visible; position: relative; width: 37px; }\",\".framer-9XbG8 .framer-1w6l294, .framer-9XbG8 .framer-421j3q { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-9XbG8 .framer-1a3d0cm, .framer-9XbG8 .framer-3a6vt0, .framer-9XbG8 .framer-1xo6hjy, .framer-9XbG8 .framer-4b2pkk { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9XbG8 .framer-15o427i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-9XbG8 .framer-jc5z8d, .framer-9XbG8 .framer-1138zkk { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-9XbG8 .framer-1ak1gjr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9XbG8 .framer-1qkjm41, .framer-9XbG8 .framer-1ezrhu2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-9XbG8 .framer-10np7q9 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 74px; word-break: break-word; word-wrap: break-word; }\",\".framer-9XbG8 .framer-18df68z { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 52px; word-break: break-word; word-wrap: break-word; }\",\".framer-9XbG8 .framer-xyhdk { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 16px 24px 16px 24px; position: relative; width: min-content; }\",\".framer-9XbG8 .framer-eropz5 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 122px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9XbG8.framer-q4k19y, .framer-9XbG8 .framer-19p7zpx, .framer-9XbG8 .framer-1upahx, .framer-9XbG8 .framer-1npfh83, .framer-9XbG8 .framer-1w6l294, .framer-9XbG8 .framer-1rd5bpr, .framer-9XbG8 .framer-421j3q, .framer-9XbG8 .framer-1xwe8w2, .framer-9XbG8 .framer-1ak1gjr, .framer-9XbG8 .framer-1qkjm41, .framer-9XbG8 .framer-1ezrhu2, .framer-9XbG8 .framer-xyhdk { gap: 0px; } .framer-9XbG8.framer-q4k19y > * { margin: 0px; margin-bottom: calc(57px / 2); margin-top: calc(57px / 2); } .framer-9XbG8.framer-q4k19y > :first-child, .framer-9XbG8 .framer-19p7zpx > :first-child, .framer-9XbG8 .framer-1w6l294 > :first-child, .framer-9XbG8 .framer-421j3q > :first-child, .framer-9XbG8 .framer-1xwe8w2 > :first-child, .framer-9XbG8 .framer-1qkjm41 > :first-child, .framer-9XbG8 .framer-1ezrhu2 > :first-child, .framer-9XbG8 .framer-xyhdk > :first-child { margin-top: 0px; } .framer-9XbG8.framer-q4k19y > :last-child, .framer-9XbG8 .framer-19p7zpx > :last-child, .framer-9XbG8 .framer-1w6l294 > :last-child, .framer-9XbG8 .framer-421j3q > :last-child, .framer-9XbG8 .framer-1xwe8w2 > :last-child, .framer-9XbG8 .framer-1qkjm41 > :last-child, .framer-9XbG8 .framer-1ezrhu2 > :last-child, .framer-9XbG8 .framer-xyhdk > :last-child { margin-bottom: 0px; } .framer-9XbG8 .framer-19p7zpx > *, .framer-9XbG8 .framer-1xwe8w2 > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-9XbG8 .framer-1upahx > *, .framer-9XbG8 .framer-1ak1gjr > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-9XbG8 .framer-1upahx > :first-child, .framer-9XbG8 .framer-1npfh83 > :first-child, .framer-9XbG8 .framer-1rd5bpr > :first-child, .framer-9XbG8 .framer-1ak1gjr > :first-child { margin-left: 0px; } .framer-9XbG8 .framer-1upahx > :last-child, .framer-9XbG8 .framer-1npfh83 > :last-child, .framer-9XbG8 .framer-1rd5bpr > :last-child, .framer-9XbG8 .framer-1ak1gjr > :last-child { margin-right: 0px; } .framer-9XbG8 .framer-1npfh83 > *, .framer-9XbG8 .framer-1rd5bpr > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-9XbG8 .framer-1w6l294 > *, .framer-9XbG8 .framer-421j3q > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-9XbG8 .framer-1qkjm41 > *, .framer-9XbG8 .framer-1ezrhu2 > *, .framer-9XbG8 .framer-xyhdk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-9XbG8.framer-v-d80ygq.framer-q4k19y { gap: 50px; padding: 100px 70px 100px 70px; width: 810px; }\",\".framer-9XbG8.framer-v-d80ygq .framer-2yjc0r, .framer-9XbG8.framer-v-1hlcjft .framer-2yjc0r { flex-direction: column; gap: 50px; justify-content: center; order: 0; }\",\".framer-9XbG8.framer-v-d80ygq .framer-19p7zpx { align-content: center; align-items: center; order: 0; }\",\".framer-9XbG8.framer-v-d80ygq .framer-1y4qzjl { order: 0; }\",\".framer-9XbG8.framer-v-d80ygq .framer-1upahx, .framer-9XbG8.framer-v-1hlcjft .framer-1upahx { flex-wrap: wrap; order: 1; width: 100%; }\",\".framer-9XbG8.framer-v-d80ygq .framer-15o427i { flex-direction: column; gap: 40px; justify-content: center; order: 1; }\",\".framer-9XbG8.framer-v-d80ygq .framer-1xwe8w2 { align-content: center; align-items: center; order: 1; }\",\".framer-9XbG8.framer-v-d80ygq .framer-1ak1gjr { order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9XbG8.framer-v-d80ygq.framer-q4k19y, .framer-9XbG8.framer-v-d80ygq .framer-2yjc0r, .framer-9XbG8.framer-v-d80ygq .framer-15o427i { gap: 0px; } .framer-9XbG8.framer-v-d80ygq.framer-q4k19y > *, .framer-9XbG8.framer-v-d80ygq .framer-2yjc0r > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-9XbG8.framer-v-d80ygq.framer-q4k19y > :first-child, .framer-9XbG8.framer-v-d80ygq .framer-2yjc0r > :first-child, .framer-9XbG8.framer-v-d80ygq .framer-15o427i > :first-child { margin-top: 0px; } .framer-9XbG8.framer-v-d80ygq.framer-q4k19y > :last-child, .framer-9XbG8.framer-v-d80ygq .framer-2yjc0r > :last-child, .framer-9XbG8.framer-v-d80ygq .framer-15o427i > :last-child { margin-bottom: 0px; } .framer-9XbG8.framer-v-d80ygq .framer-15o427i > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-9XbG8.framer-v-1hlcjft.framer-q4k19y { gap: 50px; padding: 80px 30px 80px 30px; width: 390px; }\",\".framer-9XbG8.framer-v-1hlcjft .framer-19p7zpx { align-content: center; align-items: center; order: 0; width: 100%; }\",\".framer-9XbG8.framer-v-1hlcjft .framer-15o427i { flex-direction: column; gap: 30px; justify-content: center; order: 1; }\",\".framer-9XbG8.framer-v-1hlcjft .framer-1xwe8w2 { align-content: center; align-items: center; order: 1; width: 100%; }\",\".framer-9XbG8.framer-v-1hlcjft .framer-jc5z8d, .framer-9XbG8.framer-v-1hlcjft .framer-1138zkk { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-9XbG8.framer-v-1hlcjft .framer-1ak1gjr { flex-wrap: wrap; order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9XbG8.framer-v-1hlcjft.framer-q4k19y, .framer-9XbG8.framer-v-1hlcjft .framer-2yjc0r, .framer-9XbG8.framer-v-1hlcjft .framer-15o427i { gap: 0px; } .framer-9XbG8.framer-v-1hlcjft.framer-q4k19y > *, .framer-9XbG8.framer-v-1hlcjft .framer-2yjc0r > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-9XbG8.framer-v-1hlcjft.framer-q4k19y > :first-child, .framer-9XbG8.framer-v-1hlcjft .framer-2yjc0r > :first-child, .framer-9XbG8.framer-v-1hlcjft .framer-15o427i > :first-child { margin-top: 0px; } .framer-9XbG8.framer-v-1hlcjft.framer-q4k19y > :last-child, .framer-9XbG8.framer-v-1hlcjft .framer-2yjc0r > :last-child, .framer-9XbG8.framer-v-1hlcjft .framer-15o427i > :last-child { margin-bottom: 0px; } .framer-9XbG8.framer-v-1hlcjft .framer-15o427i > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",...sharedStyle.css,'.framer-9XbG8[data-border=\"true\"]::after, .framer-9XbG8 [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 363\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zF8jAprTn\":{\"layout\":[\"fixed\",\"auto\"]},\"CCm_b_1mw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"WC_uaukVG\":\"suggestAGuestOverlay\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerujctO_0sc=withCSS(Component,css,\"framer-9XbG8\");export default FramerujctO_0sc;FramerujctO_0sc.displayName=\"Footer\";FramerujctO_0sc.defaultProps={height:363,width:1600};addPropertyControls(FramerujctO_0sc,{variant:{options:[\"HpqS1oQB6\",\"zF8jAprTn\",\"CCm_b_1mw\"],optionTitles:[\"Desktop HD\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},WC_uaukVG:{title:\"Suggest A Guest Overlay\",type:ControlType.EventHandler}});addFonts(FramerujctO_0sc,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",weight:\"500\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerujctO_0sc\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"WC_uaukVG\\\":\\\"suggestAGuestOverlay\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zF8jAprTn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CCm_b_1mw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"363\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1600\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ujctO_0sc.map"],
  "mappings": "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",
  "names": ["FieldType", "isExternalURL", "url", "hasMinMaxStep", "type", "VERSION", "Superform", "withCSS", "method", "contentType", "redirectAs", "link", "inputs", "button", "styles", "extraHeaders", "extraFields", "style", "onSubmit", "isError", "setError", "ye", "isLoading", "setLoading", "getFocus", "setFocus", "labelPaddingPerSide", "labelPaddingTop", "labelPaddingRight", "labelPaddingBottom", "labelPaddingLeft", "labelPadding", "labelBorderRadius", "labelBorderObject", "labelShadowObject", "inputPaddingPerSide", "inputPaddingTop", "inputPaddingRight", "inputPaddingBottom", "inputPaddingLeft", "inputPadding", "inputBorderRadius", "inputBorderObject", "inputFocusObject", "inputShadowObject", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "buttonBorderRadius", "buttonBorderObject", "buttonShadowObject", "labelPaddingValue", "inputPaddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "path", "hash", "routeId", "pathVariables", "inferInitialRouteFromPath", "formControls", "handleChange", "te", "event", "handleFocus", "input", "handleBlur", "handleSubmit", "headers", "key", "value", "formData", "requestOptions", "urlSearchParams", "name", "queryString", "bodyObject", "response", "statusCode", "data", "errorMessage", "error", "useAnimationControls", "labelShadowStyles", "labelBorderStyles", "inputFocusStylesFrom", "inputFocusStylesTo", "inputShadowStyles", "inputBorderStyles", "buttonShadowStyles", "buttonBorderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "label", "u", "requiredFlag", "getInputSpan", "getButtonSpan", "sum", "baseInput", "p", "motion", "defaultStyle", "textareaInput", "optionsHMTL", "options", "option", "selectInput", "selectChevron", "checkboxInput", "radioInput", "inputsHTML", "inputElement", "containerStyles", "Spinner", "props", "noButtonStyles", "basePropertyControls", "ControlType", "addPropertyControls", "shadows", "output", "shadow", "isRequired", "Superform_default", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "transition2", "animation", "transformTemplate1", "_", "transition3", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "fontSize", "height", "id", "padding", "successMessage", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "y_IDO0hTq", "cW3IdWJgZ", "W3Wp_z5gh", "Z5xM5ZxKW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "css", "FramerHt4cHrQgU", "withCSS", "Ht4cHrQgU_default", "addPropertyControls", "ControlType", "addFonts", "FormButtonFonts", "getFonts", "Ht4cHrQgU_default", "SuperformFonts", "Superform_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "formVariants", "form", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "transition2", "animation", "animation1", "transformTemplate1", "_", "transformTemplate2", "animation2", "animation3", "animation4", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "buttonFontSize", "buttonPadding", "close", "height", "id", "inputPadding", "width", "wrapperPadding", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "utsSte6Mc", "L5XrPsXW8", "X2EFxNikU", "tCWBEtx_f", "Z896BCKPL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsfbu2d", "args", "onSubmitizu9gt", "overlay", "paginationInfo", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "router", "useRouter", "ref2", "ref3", "isDisplayed7", "isDisplayed8", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "FormContainer", "formState", "l", "FormPlainTextInput2", "ComponentViewportProvider", "Image2", "ResolveLinks", "resolvedLinks", "AnimatePresence", "Floating", "css", "FramerMGDq4X6ut", "withCSS", "MGDq4X6ut_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SearchIcon", "props", "p", "ClearIcon", "u", "SpinnerIcon", "motion", "Storage", "name", "resolve", "reject", "request", "window", "e", "key", "value", "setCachedData", "url", "dataToCache", "cache", "Storage", "cacheKey", "data", "checkForCachedData", "VERSION", "isDefaultLocaleId", "localeId", "INDEX_KEY", "getIndexKey", "METADATA_KEY", "getMetadataKey", "getCachedIndex", "indexKey", "cachedIndex", "checkForCachedData", "setCachedIndex", "index", "setCachedData", "metadata", "VERSION", "metadataKey", "fakeResults", "peq", "myers_32", "a", "b", "n", "m", "lst", "pv", "mv", "sc", "i", "eq", "xv", "myers_x", "mhc", "phc", "hsize", "vsize", "j", "start", "vlen", "k", "i1", "pb", "mb", "xh", "ph", "mh", "k1", "mv1", "pv1", "start1", "vlen1", "k2", "score", "i2", "eq1", "pb1", "mb1", "xv1", "xh1", "ph1", "mh1", "k3", "distance", "tmp", "localStorageDebugFlag", "window", "groupsRegex", "capitalizeFirstLetter", "value", "titleCase", "clampText", "text", "maxLength", "textLength", "slicedText", "isEmptyObject", "object", "createLogger", "showOutput", "log", "data", "time", "label", "timeEnd", "noop", "DEFAULT_FONT_FAMILY", "getFontFamily", "theme", "_theme_inputFont", "_theme_titleFont", "_theme_subtitleFont", "animationKeyFromLayout", "layout", "safeDocument", "safeWindow", "metaTagSelector", "getMetaTagContent", "metaTag", "checkIfOverLimit", "stripLocaleSlugFromPath", "url", "localeSlug", "localeSlugWithSlash", "log", "time", "timeEnd", "createLogger", "localStorageDebugFlag", "isValidUrl", "url", "splitWords", "text", "getUniqueWords", "str", "words", "word", "getNormalizedString", "getNormalizedItem", "item", "normalizedItem", "key", "value", "getMatchRange", "currentRange", "start", "end", "result", "getScoreForSearchIndexItem", "query", "fullQuery", "score", "match", "urlWords", "splitLength", "clamp", "titleWords", "titleIndex", "distance", "titleWord", "headings", "heading", "headingWords", "headingWord", "descriptionIndex", "p", "codeblock", "getSearchIndexItemScore", "normalizedQuery", "queryWords", "total", "queryWord", "useRawSearch", "index", "settings", "se", "path", "safeWindow", "results", "title", "SearchResultTitleType", "itemA", "itemB", "getIndexedScopedToUrl", "rawUrlScope", "localeSlug", "scopedIndex", "baseScopeUrlHasVariable", "urlUpToPathVariable", "urlScope", "stripLocaleSlugFromPath", "useSearch", "searchIndex", "_setSearchIndex", "ye", "status", "setStatus", "activeLocale", "useLocaleInfo", "localeId", "setSearchIndex", "options", "ue", "loadSearchIndex", "metaTag", "safeDocument", "fakeResults", "cachedIndex", "getCachedIndex", "metaTagContent", "isOverLimit", "searchIndexURL", "getSearchIndexURL", "response", "downloadedIndex", "setCachedIndex", "error", "baseURL", "isDefaultLocaleId", "Browser", "isTouch", "window", "navigator", "isChrome", "isWebKit", "isSafari", "isSafariDesktop", "isWindows", "isMacOS", "useCallbackOnMouseMove", "callback", "mousePositionRef", "prevPositionRef", "pe", "te", "event", "Browser", "ref", "clientX", "clientY", "prevCursorPosition", "scrollIntoView", "targetElement", "scrollElement", "offsetTop", "offsetBottom", "targetElementBounds", "scrollElementBounds", "difference", "topAligned", "minOffset", "bottomAligned", "offset", "MAX_DESCRIPTION_LENGTH", "MODAL_MAX_HEIGHT", "VERTICAL_SPACING_MULTIPLIER", "ClearButton", "theme", "type", "onClick", "text", "iconOrText", "p", "ClearIcon", "Divider", "styles", "Input", "Y", "props", "ref", "value", "status", "autofocus", "placeholder", "iconType", "clearButtonType", "onChange", "inputValue", "setInputValue", "ye", "isFocused", "setIsFocused", "inputRef", "pe", "ce", "e", "inputElement", "handleInputClick", "handleClearClick", "ue", "hasInputText", "showClearButton", "verticalSpacing", "searchIcon", "SearchIcon", "u", "inputContainerStyle", "getFontFamily", "SpinnerIcon", "inputStyle", "scrollOffset", "ResultRow", "index", "result", "prevMousePositionRef", "subtitleType", "selected", "localeSlug", "style", "onMouseMove", "onPointerDown", "onNavigateTo", "url", "title", "score", "urlPath", "se", "stripLocaleSlugFromPath", "handleMouseMove", "useCallbackOnMouseMove", "event", "isContained", "borderRadius", "clamp", "subtitleText", "clampText", "handleClick", "focusTrap", "resultContainer", "resultTitle", "localStorageDebugFlag", "QuickMenuSpacer", "layoutContainerStyle", "LayoutContainer", "layoutType", "onKeyDown", "onDismiss", "children", "modalOptions", "layoutStyles", "getLayoutBaseStyles", "innerStyle", "getContainerAnimation", "key", "animationKeyFromLayout", "prop", "Browser", "containerAnimation", "motion", "ModalContainer", "heightIsStatic", "heightTransition", "heightDeps", "scope", "animate", "useAnimate", "fe", "prevHeight", "height", "ScrollView", "isTouch", "canScroll", "setCanScroll", "element", "statusStyle", "StatusMessage", "previewInfoText", "sidebarStyles", "fixedTopStyles", "quickMenuStyles", "layoutOption", "SearchInputClearButtonType", "SearchInputDividerType", "SearchResultTitleType", "SearchResultSubtitleType", "SearchResultItemType", "SearchLayoutType", "SearchEntryType", "SearchIconType", "SearchModal", "urlScope", "inputOptions", "backdropOptions", "resultOptions", "activeLocale", "useLocaleInfo", "localeId", "input", "selectedResultRow", "scrollView", "setSelected", "isKeyboardNavigationDisabled", "setIsKeyboardNavigationDisabled", "query", "setQuery", "deferredQuery", "oe", "results", "useSearch", "selectedResult", "handleResultRowPointerDown", "te", "handleResultRowMouseMove", "previousSelected", "router", "useRouter", "navigateTo", "_router_getRoute", "_route_page_preload", "_route_page", "_router_navigate", "routeId", "pathVariables", "inferInitialRouteFromPath", "route", "window", "handleKeyDown", "maxIndex", "showNoResults", "showDivider", "isItemContained", "spacing", "listPaddingTop", "scrollIntoView", "isSelected", "getViewportSize", "window", "useViewportSizeState", "getState", "state", "setState", "ye", "ue", "handleWindowResize", "EntryPointOptions", "buildShadow", "shadowProperty", "fallback", "x", "y", "blur", "color", "spread", "Overlay", "Y", "props", "ref", "layoutType", "theme", "onDismiss", "ue", "handleKeyDown", "event", "handlePointerDown", "window", "bodyOverflowHidden", "Ga", "u", "backdropStyles", "SearchLayoutType", "p", "motion", "SearchModal", "containerStyle", "EntryPoint", "withCSS", "_props_inputOptions_inputFont", "_props_inputOptions", "_props_resultOptions", "_props_resultOptions_subtitleOptions", "_props_inputOptions1", "overlay", "pe", "isOpen", "setIsOpen", "ye", "isOverLimit", "setIsOverLimit", "isSafariTouchDevice", "setIsSafariTouchDevice", "isOnCanvas", "RenderTarget", "checkIfOverLimit", "Browser", "baseInputFontSize", "inputFontSize", "useViewportSizeState", "size", "isEmptyObject", "DEFAULT_FONT_FAMILY", "handleClick", "SearchIconType", "SearchIcon", "AnimatePresence", "Search_default", "addPropertyControls", "ControlType", "titleCase", "iconType", "SearchInputDividerType", "SearchInputClearButtonType", "heightIsStatic", "animationKeyFromLayout", "SearchResultItemType", "SearchResultTitleType", "SearchResultSubtitleType", "PrimaryButtonsFonts", "getFonts", "QfRCjqrdG_default", "SearchFonts", "Search_default", "HamburgerMenuFonts", "Rr67N7zI9_default", "MotionDivShowForAnonymous", "showForAnonymous", "motion", "MotionDivShowForAuthenticated", "showForAuthenticated", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvePageScope", "css", "FramerpFX5VBIgf", "withCSS", "pFX5VBIgf_default", "addPropertyControls", "ControlType", "addFonts", "AutoCopyrightYear", "Component", "props", "_props_children_props_children", "_props_children_props", "_props_children", "text", "textProps", "p", "fontStore", "fonts", "css", "className", "RichTextAutoCopyrightYear", "AutoCopyrightYear", "RichText", "MotionAWithNoActiveLicense", "withNoActiveLicense", "motion", "MotionAWithLoggedOut", "withLoggedOut", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "suggestAGuestOverlay", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "WC_uaukVG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapqa6sjr", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerujctO_0sc", "withCSS", "ujctO_0sc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
