{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/eE6VDuHRfU19pg8lgs2P/pxT3l7rL9gAlfgBmnvR7/IJq0M00CZ.js", "ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/QOVXBlV2UNTt0qPAuW0e/Input.js", "ssg:https://framerusercontent.com/modules/JNIVIWPGvRIJz1CHLWRp/7Ph1yuCxbYgIID4vRahV/lI6TTCfWz.js", "ssg:https://framerusercontent.com/modules/q0IkroV7ggpl3PuumOoP/VY21O7PtnQ9HKweesZTB/nX8nrxoG5.js", "ssg:https://framerusercontent.com/modules/XkLNc3vDUuYNhITJ5Rtd/vPOsCKzekPtse94fk4Jk/vQG1rKN5s.js"],
  "sourcesContent": ["import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([\"CUSTOM;General Sans Medium\"]);export const fonts=[{family:\"General Sans Medium\",moduleAsset:{localModuleIdentifier:\"local-module:css/IJq0M00CZ:default\",url:\"https://framerusercontent.com/assets/kNbu21Wk31idzbQDiqL7LjE7zo.otf\"},url:\"https://framerusercontent.com/assets/kNbu21Wk31idzbQDiqL7LjE7zo.otf\"}];export const css=['.framer-23oNk .framer-styles-preset-1xcxk1s:not(.rich-text-wrapper), .framer-23oNk .framer-styles-preset-1xcxk1s.rich-text-wrapper p { --framer-font-family: \"General Sans Medium\", \"General Sans Medium Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 145%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-75c8b03c-e7e3-41d4-b360-5592b6cad34b, #666b6c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 744px) { .framer-23oNk .framer-styles-preset-1xcxk1s:not(.rich-text-wrapper), .framer-23oNk .framer-styles-preset-1xcxk1s.rich-text-wrapper p { --framer-font-family: \"General Sans Medium\", \"General Sans Medium Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 145%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-75c8b03c-e7e3-41d4-b360-5592b6cad34b, #666b6c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 743px) and (min-width: 0px) { .framer-23oNk .framer-styles-preset-1xcxk1s:not(.rich-text-wrapper), .framer-23oNk .framer-styles-preset-1xcxk1s.rich-text-wrapper p { --framer-font-family: \"General Sans Medium\", \"General Sans Medium Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 145%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-75c8b03c-e7e3-41d4-b360-5592b6cad34b, #666b6c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-23oNk\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "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\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var ref;const[,domain,parameters]=(ref=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&ref!==void 0?ref:[null,null,null];return[domain,parameters?new URLSearchParams(parameters):null,];};function isExternalURL(url){try{return!!new URL(url);}catch{}try{return!!new URL(`https://${url}`);}catch{}return false;}/**\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 * INPUT\n * By Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */ const Input=withCSS(function Input({service,redirectAs,mailchimpURL,loopsID,formsparkID,getwaitlistAPI,input,button,font,layout,link,gap,style,onSubmit}){const[email,setEmail]=useState(\"\");const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isFocus,setFocus]=useState(false);// Padding\nconst{paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,padding,borderRadius,borderObject,focusObject,shadowObject,height,fixedHeight}=input;const{buttonPaddingPerSide,buttonPaddingTop,buttonPaddingRight,buttonPaddingBottom,buttonPaddingLeft,buttonPadding}=button;const paddingValue=paddingPerSide?`${paddingTop}px ${button.isDocked?paddingRight+button.widthWhenDocked:paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px ${button.isDocked?padding+button.widthWhenDocked:padding}px ${padding}px ${padding}px`;const buttonPaddingValue=buttonPaddingPerSide?`${button.isDocked?0:buttonPaddingTop}px ${buttonPaddingRight}px ${button.isDocked?0:buttonPaddingBottom}px ${buttonPaddingLeft}px`:`${button.isDocked?0:buttonPadding}px ${buttonPadding}px ${button.isDocked?0:buttonPadding}px ${buttonPadding}px`;const router=useRouter();const onSuccess=()=>{/* Reset */ setLoading(false);setFocus(false);setEmail(\"\");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;}}};const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);formControls.start(\"error\");return false;}return true;},[validateEmail]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleFocus=useCallback(event=>{setFocus(true);},[]);const handleBlur=useCallback(event=>{setFocus(false);setError(false);},[]);const handleSubmit=useCallback(event=>{event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);if(service===\"mailchimp\"){const[domain,parameters]=parseMailChimpUrl(mailchimpURL);if(!validateForm(email)||!domain||!parameters){setLoading(false);return;}// MERGE0 is Mailchimp\u2019s email field name\nparameters.set(\"MERGE0\",email);fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"loops\"){if(!validateForm(email)){setLoading(false);return;}const formBody=`email=${encodeURIComponent(email)}`;fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\"},body:formBody}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"formspark\"){if(!validateForm(email)){setLoading(false);return;}const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://submit-form.com/${formsparkID}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{onSuccess();onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"getwaitlist\"){if(!validateForm(email)){setLoading(false);return;}const data1=new FormData(event.target);const entries1=Object.fromEntries(data1.entries());fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries1)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}},[mailchimpURL,formsparkID,email,onSubmit,validateForm,isLoading,]);// Animation\nconst formControls=useAnimationControls();// Input Box Shadow Stylees\nconst focusStylesFrom=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthFrom}px ${focusObject.focusColor}`:null;const focusStylesTo=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthTo}px ${focusObject.focusColor}`:null;const shadowStyles=input.shadowObject?`${shadowObject.shadowX}px ${shadowObject.shadowY}px ${shadowObject.shadowBlur}px ${shadowObject.shadowColor}`:null;const borderStyles=input.borderObject?`inset 0 0 0 ${borderObject.borderWidth}px ${borderObject.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(focusStylesFrom,shadowStyles,borderStyles)},focused:{boxShadow:dynamicBoxShadow(focusStylesTo,shadowStyles,borderStyles)}};return /*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,\"--framer-custom-placeholder-color\":input.placeholderColor},variants:formVariants,animate:formControls,children:/*#__PURE__*/ _jsxs(\"form\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",position:\"relative\",flexDirection:layout===\"vertical\"?\"column\":\"row\",color:button.color,gap:button.isDocked?0:gap},onSubmit:handleSubmit,method:\"POST\",children:[service===\"getwaitlist\"&&/*#__PURE__*/ _jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:getwaitlistAPI}),/*#__PURE__*/ _jsx(motion.input,{type:\"email\",name:\"email\",placeholder:input.placeholder,value:email,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:handleFocus,onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",style:{...defaultStyle,padding:paddingValue,borderRadius,fontSize:16,...font,background:input.fill,height:height?\"auto\":fixedHeight,color:input.color,boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},variants:inputVariants,initial:false,animate:isFocus?\"focused\":\"default\",transition:{duration:.3}}),!button.shouldAppear&&isLoading&&/*#__PURE__*/ _jsx(Spinner,{shouldAppear:button.shouldAppear,paddingPerSide:paddingPerSide,paddingTop:paddingTop,paddingRight:paddingRight,padding:padding,color:input.color}),button.shouldAppear&&/*#__PURE__*/ _jsxs(\"div\",{style:{position:button.isDocked?\"absolute\":\"relative\",top:button.isDocked?button.insetWhenDocked:0,right:button.isDocked?button.insetWhenDocked:0,bottom:button.isDocked?button.insetWhenDocked:0},children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,width:button.isDocked?button.widthWhenDocked:\"100%\",height:height?\"100%\":fixedHeight,cursor:\"pointer\",padding:buttonPaddingValue,borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,fontWeight:button.fontWeight,fontSize:16,...button.buttonFont,background:button.fill,color:button.color,zIndex:1,boxShadow:getButtonShadow(button)}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(Spinner,{color: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.paddingPerSide?props.paddingRight:props.padding}:{};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\"})]})})});};addPropertyControls(Input,{service:{title:\"Service\",type:ControlType.Enum,options:[\"loops\",\"formspark\",\"mailchimp\",\"getwaitlist\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\"],defaultValue:\"loops\"},mailchimpURL:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,hidden:props=>props.service!==\"mailchimp\"},loopsID:{title:\"ID\",placeholder:\"klm2jxy0i98abzr01pq7defg5\",type:ControlType.String,hidden:props=>props.service!==\"loops\"},formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,hidden:props=>props.service!==\"formspark\"},getwaitlistAPI:{title:\"ID\",placeholder:\"9148\",type:ControlType.String,hidden:props=>props.service!==\"getwaitlist\"},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\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,hidden:props=>props.button.isDocked},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"name@email.com\"},placeholderColor:{title:\" \",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\"},height:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Auto\",disabledTitle:\"Fixed\"},fixedHeight:{title:\" \",type:ControlType.Number,displayStepper:true,min:0,defaultValue:50,hidden:props=>props.height},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},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:{title:\"Button\",type:ControlType.Object,controls:{shouldAppear:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Subscribe\"},buttonFont:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},isDocked:{title:\"Docked\",type:ControlType.Boolean,defaultValue:false},widthWhenDocked:{title:\"Width\",type:ControlType.Number,min:0,defaultValue:100,displayStepper:true,hidden:props=>!props.isDocked},insetWhenDocked:{title:\"Inset\",type:ControlType.Number,min:0,defaultValue:5,displayStepper:true,hidden:props=>!props.isDocked},buttonPadding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"buttonPaddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"buttonPaddingTop\",\"buttonPaddingRight\",\"buttonPaddingBottom\",\"buttonPaddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},buttonShadow:{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}}}}},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:10,hidden:props=>props.button.isDocked}});const defaultStyle={WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"};const containerStyles={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};function getButtonShadow(button){if(button.buttonShadow){return`${button.buttonShadow.shadowX}px ${button.buttonShadow.shadowY}px ${button.buttonShadow.shadowBlur}px ${button.buttonShadow.shadowColor}`;}else return\"none\";}function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}export default Input;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Input\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"300\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([\"CUSTOM;General Sans Medium\"]);export const fonts=[{family:\"General Sans Medium\",moduleAsset:{localModuleIdentifier:\"local-module:css/lI6TTCfWz:default\",url:\"https://framerusercontent.com/assets/kNbu21Wk31idzbQDiqL7LjE7zo.otf\"},url:\"https://framerusercontent.com/assets/kNbu21Wk31idzbQDiqL7LjE7zo.otf\"}];export const css=['.framer-YiTZR .framer-styles-preset-110afvg:not(.rich-text-wrapper), .framer-YiTZR .framer-styles-preset-110afvg.rich-text-wrapper p { --framer-font-family: \"General Sans Medium\", \"General Sans Medium Placeholder\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 145%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-12eda73c-b570-4638-8321-b480458ea008, #fefefe); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-YiTZR\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-1e8jP .framer-styles-preset-fn8hfu:not(.rich-text-wrapper), .framer-1e8jP .framer-styles-preset-fn8hfu.rich-text-wrapper a { --framer-link-current-text-color: var(--token-12eda73c-b570-4638-8321-b480458ea008, #fefefe) /* {\"name\":\"Light 1\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-cbf03853-0f0d-4909-ba17-4fad6c982590, #fafaf8) /* {\"name\":\"Light 2\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-12eda73c-b570-4638-8321-b480458ea008, #fefefe); --framer-link-text-decoration: none; }'];export const className=\"framer-1e8jP\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47124a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Image,Link,resolveLink,RichText,SVG,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/QOVXBlV2UNTt0qPAuW0e/Input.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/JNIVIWPGvRIJz1CHLWRp/7Ph1yuCxbYgIID4vRahV/lI6TTCfWz.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/q0IkroV7ggpl3PuumOoP/VY21O7PtnQ9HKweesZTB/nX8nrxoG5.js\";const InputFonts=getFonts(Input);const cycleOrder=[\"JmKrxIPZR\",\"aoR5JPoMJ\",\"d4IimtCIf\",\"wxlEBtmxj\",\"nVI_TTN7F\",\"r_hkJgfZ8\"];const serializationHash=\"framer-2XGoS\";const variantClassNames={aoR5JPoMJ:\"framer-v-qsihl3\",d4IimtCIf:\"framer-v-blppbw\",JmKrxIPZR:\"framer-v-fdrjhb\",nVI_TTN7F:\"framer-v-rdlah1\",r_hkJgfZ8:\"framer-v-z7duxu\",wxlEBtmxj:\"framer-v-cywyst\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 humanReadableVariantMap={\"Desktop - Footer Only\":\"aoR5JPoMJ\",\"Phone - Footer Only\":\"wxlEBtmxj\",\"Tablet - Footer Only\":\"d4IimtCIf\",Desktop:\"JmKrxIPZR\",Phone:\"r_hkJgfZ8\",Tablet:\"nVI_TTN7F\"};const getProps=({height,id,image,link,link2,link3,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,a4eJu75RD:link3!==null&&link3!==void 0?link3:props.a4eJu75RD,DslyHJ8YK:link2!==null&&link2!==void 0?link2:props.DslyHJ8YK,kRnFL_ER1:link!==null&&link!==void 0?link:props.kRnFL_ER1,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"JmKrxIPZR\",ZNO0rkqzF:(_ref1=image!==null&&image!==void 0?image:props.ZNO0rkqzF)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/Mubr8r5jyDxGePzzmVOjChSYxM.png\",srcSet:\"https://framerusercontent.com/images/Mubr8r5jyDxGePzzmVOjChSYxM.png?scale-down-to=512 512w, https://framerusercontent.com/images/Mubr8r5jyDxGePzzmVOjChSYxM.png 638w\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,kRnFL_ER1,DslyHJ8YK,a4eJu75RD,ZNO0rkqzF,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"JmKrxIPZR\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"aoR5JPoMJ\",\"d4IimtCIf\",\"wxlEBtmxj\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"nVI_TTN7F\",\"r_hkJgfZ8\"].includes(baseVariant))return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-2XGoS\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-fdrjhb\",className),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"JmKrxIPZR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aoR5JPoMJ:{\"data-framer-name\":\"Desktop - Footer Only\"},d4IimtCIf:{\"data-framer-name\":\"Tablet - Footer Only\"},nVI_TTN7F:{\"data-framer-name\":\"Tablet\"},r_hkJgfZ8:{\"data-framer-name\":\"Phone\"},wxlEBtmxj:{\"data-framer-name\":\"Phone - Footer Only\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10nmtb5\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"XnhGba_gH\",style:{backgroundColor:\"rgb(10, 41, 48)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uv0cek\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Pjz0xxlKM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l9vry2\",layoutDependency:layoutDependency,layoutId:\"MTQXHw5C4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1atv82z\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"paglwC2du\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZFmrPECKI\"},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:296,intrinsicWidth:638,pixelHeight:296,pixelWidth:638,sizes:\"90px\",...toResponsiveImage(ZNO0rkqzF)},className:\"framer-1y3ldnr framer-1qvcwyq\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"bjp0pTjzW\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1od8dgj\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"hmMGhcBwl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5djoom\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"wSeZSkDQw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"112.5%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\"',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(245, 244, 240, 1))\",\"--framer-text-transform\":\"uppercase\"},children:\"Company\"})})}),className:\"framer-17nbm7c\",\"data-framer-name\":\"Heading\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"uw79Y39up\",style:{\"--extracted-1w3ko1f\":\"rgba(245, 244, 240, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZFmrPECKI\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fn8hfu\",\"data-styles-preset\":\"nX8nrxoG5\",children:\"Home\"})})})}),className:\"framer-1cuhwbt\",\"data-framer-name\":\"Link\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"rFthcoyYD\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bIFQhPkvC\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fn8hfu\",\"data-styles-preset\":\"nX8nrxoG5\",children:\"About\"})})})}),className:\"framer-st6k6f\",\"data-framer-name\":\"Link\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"J7OGNjZh0\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L3khUiR5u\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fn8hfu\",\"data-styles-preset\":\"nX8nrxoG5\",children:\"Blog\"})})})}),className:\"framer-kw80uz\",\"data-framer-name\":\"Link\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"atf4ohBTe\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NyufUMMeI\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fn8hfu\",\"data-styles-preset\":\"nX8nrxoG5\",children:\"Contact\"})})})}),className:\"framer-vcl769\",\"data-framer-name\":\"Link\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"p2WfCs9Qj\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4h1xtk\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"IcREjaDwl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"112.5%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\"',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(245, 244, 240, 1))\",\"--framer-text-transform\":\"uppercase\"},children:\"Services\"})})}),className:\"framer-jqzawk\",\"data-framer-name\":\"Heading\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"jhQ21k2TM\",style:{\"--extracted-1w3ko1f\":\"rgba(245, 244, 240, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sqA2lNJoK\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fn8hfu\",\"data-styles-preset\":\"nX8nrxoG5\",children:\"For Local Businesses\"})})})}),className:\"framer-khf2eh\",\"data-framer-name\":\"Link\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"kae9E5C6J\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UwDDaGuO0\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fn8hfu\",\"data-styles-preset\":\"nX8nrxoG5\",children:\"For Digital Agencies\"})})})}),className:\"framer-133sxdo\",\"data-framer-name\":\"Link\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"uIvgNBVnw\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n2aj10\",\"data-framer-name\":\"Newslatter\",layoutDependency:layoutDependency,layoutId:\"e986Q5LdH\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e9c7po\",\"data-framer-name\":\"Frame 13\",layoutDependency:layoutDependency,layoutId:\"LuU9aFSus\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"112.5%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(245, 244, 240))\",\"--framer-text-transform\":\"uppercase\"},children:\"Subscribe\"})}),className:\"framer-19p1orn\",\"data-framer-name\":\"Heading\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"t4MBBUREO\",style:{\"--extracted-r6o4lv\":\"rgb(245, 244, 240)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nVI_TTN7F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"112.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(245, 244, 240))\",\"--framer-text-transform\":\"uppercase\"},children:\"Subscribe\"})})},r_hkJgfZ8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"112.5%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(245, 244, 240))\",\"--framer-text-transform\":\"uppercase\"},children:\"Subscribe\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:\"Join our newsletter to stay up to date on features and releases.\"})}),className:\"framer-1th3wfl\",\"data-framer-name\":\"Text\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"LurBh7Yxq\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nVI_TTN7F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:\"Join our newsletter to stay up to date on features and releases.\"})})},r_hkJgfZ8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:\"Join our newsletter to stay up to date on features and releases.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qayibh-container\",layoutDependency:layoutDependency,layoutId:\"F3ogAwARY-container\",children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"General Sans Semibold\", \"General Sans Semibold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:15,buttonPaddingBottom:12,buttonPaddingLeft:24,buttonPaddingPerSide:true,buttonPaddingRight:24,buttonPaddingTop:12,color:'var(--token-12eda73c-b570-4638-8321-b480458ea008, rgb(254, 254, 254)) /* {\"name\":\"Light 1\"} */',fill:'var(--token-d979ccff-17c7-4920-92d7-7750849f9f46, rgb(225, 162, 121)) /* {\"name\":\"Accent\"} */',insetWhenDocked:5,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"General Sans Medium\", \"General Sans Medium Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:16,getwaitlistAPI:\"\",height:\"100%\",id:\"F3ogAwARY\",input:{borderObject:{borderColor:'var(--token-9618a62d-3416-4766-bac3-8a308b471947, rgb(238, 226, 215)) /* {\"name\":\"Midtone\"} */',borderWidth:1},borderRadius:0,color:'var(--token-75c8b03c-e7e3-41d4-b360-5592b6cad34b, rgb(102, 107, 108)) /* {\"name\":\"Dark 3\"} */',fill:'var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)) /* {\"name\":\"Light 3\"} */',fixedHeight:50,height:true,padding:15,paddingBottom:12.5,paddingLeft:24,paddingPerSide:true,paddingRight:24,paddingTop:12.5,placeholder:\"Enter email address\",placeholderColor:'var(--token-75c8b03c-e7e3-41d4-b360-5592b6cad34b, rgb(102, 107, 108)) /* {\"name\":\"Dark 3\"} */'},layout:\"horizontal\",layoutId:\"F3ogAwARY\",link:resolveLink({webPageId:\"s1fKmbmH4\"},router),loopsID:\"\",mailchimpURL:\"https://oceansdigitalboutique.us21.list-manage.com/subscribe?u=518a9d2029dd9e8cb02aa3dfc&id=503c101919\",redirectAs:\"link\",service:\"mailchimp\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({r_hkJgfZ8:{layout:\"vertical\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15tgnx7\",\"data-framer-name\":\"Actions\",layoutDependency:layoutDependency,layoutId:\"GHkP0wlGL\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"145%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:\"By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.\"})}),className:\"framer-q7r0t6\",\"data-framer-name\":\"Text\",fonts:[\"GF;General Sans-500\"],layoutDependency:layoutDependency,layoutId:\"YLPlHf5l8\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nVI_TTN7F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"145%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:\"By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.\"})})},r_hkJgfZ8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"145%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:\"By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.\"})})}},baseVariant,gestureVariant)})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-essgam\",\"data-framer-name\":\"Credits\",layoutDependency:layoutDependency,layoutId:\"g1j9Sn1AS\",style:{backgroundColor:\"rgb(4, 16, 19)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lefu6r\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"bHHeAe5Yl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sx76w9\",\"data-framer-name\":\"Credits\",layoutDependency:layoutDependency,layoutId:\"F4nMCIlri\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-110afvg\",\"data-styles-preset\":\"lI6TTCfWz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:\"\\xa9 2023 Oceans Digital Boutique. All rights reserved.\"})}),className:\"framer-omcog3\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"iwxEB5ugJ\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-110afvg\",\"data-styles-preset\":\"lI6TTCfWz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"g2Rl8EOjI\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fn8hfu\",\"data-styles-preset\":\"nX8nrxoG5\",children:\"Privacy Policy\"})})})}),className:\"framer-gp8q3l\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"rKg_TIIao\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-110afvg\",\"data-styles-preset\":\"lI6TTCfWz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XaRHeN0tc\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fn8hfu\",\"data-styles-preset\":\"nX8nrxoG5\",children:\"Terms and Conditions\"})})})}),className:\"framer-1ko0zt7\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"UVMxyeGA9\",style:{\"--extracted-r6o4lv\":\"var(--token-08ccfc0b-9bc5-4bc6-abbc-61517c381658, rgb(245, 244, 240))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q9edm\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"pTlPLZbL8\",children:[/*#__PURE__*/_jsx(Link,{href:kRnFL_ER1,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-cwz7n5 framer-1qvcwyq\",\"data-framer-name\":\"Icon / LinkedIn\",layoutDependency:layoutDependency,layoutId:\"TlGI9KHUf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13g92dl\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"UYw7l5p10\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 0H16C17.1046 0 18 0.89543 18 2V16C18 17.1046 17.1046 18 16 18H2C0.89543 18 0 17.1046 0 16V2C0 0.89543 0.89543 0 2 0ZM5 15C5.27614 15 5.5 14.7761 5.5 14.5V7.5C5.5 7.2239 5.27614 7 5 7H3.5C3.22386 7 3 7.2239 3 7.5V14.5C3 14.7761 3.22386 15 3.5 15H5ZM4.25 6C3.42157 6 2.75 5.32843 2.75 4.5C2.75 3.67157 3.42157 3 4.25 3C5.07843 3 5.75 3.67157 5.75 4.5C5.75 5.32843 5.07843 6 4.25 6ZM14.5 15C14.7761 15 15 14.7761 15 14.5V9.9C15.0325 8.3108 13.8576 6.95452 12.28 6.76C11.177 6.65925 10.1083 7.1744 9.5 8.1V7.5C9.5 7.2239 9.2761 7 9 7H7.5C7.2239 7 7 7.2239 7 7.5V14.5C7 14.7761 7.2239 15 7.5 15H9C9.2761 15 9.5 14.7761 9.5 14.5V10.75C9.5 9.9216 10.1716 9.25 11 9.25C11.8284 9.25 12.5 9.9216 12.5 10.75V14.5C12.5 14.7761 12.7239 15 13 15H14.5Z\" fill=\"#FEFEFE\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:DslyHJ8YK,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gyz42b framer-1qvcwyq\",\"data-framer-name\":\"Icon / Instagram\",layoutDependency:layoutDependency,layoutId:\"c3P2XAc3S\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1r7hhtq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"wXboLUoZi\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0H5C2.23858 0 0 2.23858 0 5V13C0 15.7614 2.23858 18 5 18H13C15.7614 18 18 15.7614 18 13V5C18 2.23858 15.7614 0 13 0ZM16.25 13C16.2445 14.7926 14.7926 16.2445 13 16.25H5C3.20735 16.2445 1.75549 14.7926 1.75 13V5C1.75549 3.20735 3.20735 1.75549 5 1.75H13C14.7926 1.75549 16.2445 3.20735 16.25 5V13ZM13.75 5.25C14.3023 5.25 14.75 4.80228 14.75 4.25C14.75 3.69772 14.3023 3.25 13.75 3.25C13.1977 3.25 12.75 3.69772 12.75 4.25C12.75 4.80228 13.1977 5.25 13.75 5.25ZM9 4.5C6.51472 4.5 4.5 6.51472 4.5 9C4.5 11.4853 6.51472 13.5 9 13.5C11.4853 13.5 13.5 11.4853 13.5 9C13.5027 7.8057 13.0294 6.65957 12.1849 5.81508C11.3404 4.97059 10.1943 4.49734 9 4.5ZM6.25 9C6.25 10.5188 7.4812 11.75 9 11.75C10.5188 11.75 11.75 10.5188 11.75 9C11.75 7.4812 10.5188 6.25 9 6.25C7.4812 6.25 6.25 7.4812 6.25 9Z\" fill=\"#FEFEFE\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:a4eJu75RD,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7zzwhy framer-1qvcwyq\",\"data-framer-name\":\"Icon / Tiktok\",layoutDependency:layoutDependency,layoutId:\"AFR6c6u2E\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-svbv07\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ErACKupge\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 17.488 6.608 C 16.509 5.976 15.802 4.964 15.582 3.785 C 15.534 3.531 15.508 3.268 15.508 3 L 12.382 3 L 12.377 15.402 C 12.324 16.791 11.169 17.905 9.754 17.905 C 9.314 17.905 8.9 17.797 8.535 17.606 C 7.699 17.171 7.126 16.303 7.126 15.304 C 7.126 13.87 8.305 12.703 9.754 12.703 C 10.024 12.703 10.284 12.747 10.529 12.823 L 10.529 9.664 C 10.275 9.629 10.017 9.608 9.754 9.608 C 6.581 9.608 4 12.163 4 15.304 C 4 17.231 4.972 18.937 6.457 19.968 C 7.391 20.618 8.528 21 9.754 21 C 12.927 21 15.508 18.445 15.508 15.304 L 15.508 9.015 C 16.734 9.886 18.236 10.4 19.857 10.4 L 19.857 7.305 C 18.984 7.305 18.171 7.048 17.488 6.608 Z\" fill=\"var(--token-12eda73c-b570-4638-8321-b480458ea008, rgb(254, 254, 254)) /* {&quot;name&quot;:&quot;Light 1&quot;} */\"></path></svg>',svgContentId:3775098435,withExternalLayout:true})})})]})]})})]})})})});});const css=['.framer-2XGoS [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2XGoS .framer-1qvcwyq { display: block; }\",\".framer-2XGoS .framer-fdrjhb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-2XGoS .framer-10nmtb5 { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 100px 80px 100px; position: relative; width: 100%; }\",\".framer-2XGoS .framer-uv0cek { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-2XGoS .framer-l9vry2 { align-content: start; align-items: start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-2XGoS .framer-1atv82z { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 36%; }\",\".framer-2XGoS .framer-1y3ldnr { aspect-ratio: 1.9148936170212767 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 47px); position: relative; text-decoration: none; width: 90px; }\",\".framer-2XGoS .framer-1od8dgj { align-content: start; align-items: start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-2XGoS .framer-5djoom { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 38%; }\",\".framer-2XGoS .framer-17nbm7c, .framer-2XGoS .framer-jqzawk, .framer-2XGoS .framer-19p1orn, .framer-2XGoS .framer-1th3wfl { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2XGoS .framer-1cuhwbt, .framer-2XGoS .framer-st6k6f, .framer-2XGoS .framer-kw80uz, .framer-2XGoS .framer-vcl769, .framer-2XGoS .framer-khf2eh, .framer-2XGoS .framer-133sxdo, .framer-2XGoS .framer-omcog3, .framer-2XGoS .framer-gp8q3l, .framer-2XGoS .framer-1ko0zt7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2XGoS .framer-4h1xtk { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 52%; }\",\".framer-2XGoS .framer-1n2aj10 { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 40%; }\",\".framer-2XGoS .framer-1e9c7po, .framer-2XGoS .framer-15tgnx7 { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-2XGoS .framer-qayibh-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-2XGoS .framer-q7r0t6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-2XGoS .framer-essgam { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 100px 24px 100px; position: relative; width: 100%; }\",\".framer-2XGoS .framer-1lefu6r { 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 0px 0px 0px; position: relative; width: 100%; }\",\".framer-2XGoS .framer-1sx76w9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-2XGoS .framer-q9edm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-2XGoS .framer-cwz7n5, .framer-2XGoS .framer-gyz42b, .framer-2XGoS .framer-7zzwhy { flex: none; height: 24px; overflow: hidden; position: relative; text-decoration: none; width: 24px; }\",\".framer-2XGoS .framer-13g92dl, .framer-2XGoS .framer-1r7hhtq { bottom: 3px; flex: none; left: 3px; position: absolute; right: 3px; top: 3px; }\",\".framer-2XGoS .framer-svbv07 { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2XGoS .framer-fdrjhb, .framer-2XGoS .framer-10nmtb5, .framer-2XGoS .framer-uv0cek, .framer-2XGoS .framer-l9vry2, .framer-2XGoS .framer-1atv82z, .framer-2XGoS .framer-1od8dgj, .framer-2XGoS .framer-5djoom, .framer-2XGoS .framer-4h1xtk, .framer-2XGoS .framer-1n2aj10, .framer-2XGoS .framer-1e9c7po, .framer-2XGoS .framer-15tgnx7, .framer-2XGoS .framer-essgam, .framer-2XGoS .framer-1sx76w9, .framer-2XGoS .framer-q9edm { gap: 0px; } .framer-2XGoS .framer-fdrjhb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2XGoS .framer-fdrjhb > :first-child, .framer-2XGoS .framer-10nmtb5 > :first-child, .framer-2XGoS .framer-5djoom > :first-child, .framer-2XGoS .framer-4h1xtk > :first-child, .framer-2XGoS .framer-1n2aj10 > :first-child, .framer-2XGoS .framer-1e9c7po > :first-child, .framer-2XGoS .framer-15tgnx7 > :first-child, .framer-2XGoS .framer-essgam > :first-child { margin-top: 0px; } .framer-2XGoS .framer-fdrjhb > :last-child, .framer-2XGoS .framer-10nmtb5 > :last-child, .framer-2XGoS .framer-5djoom > :last-child, .framer-2XGoS .framer-4h1xtk > :last-child, .framer-2XGoS .framer-1n2aj10 > :last-child, .framer-2XGoS .framer-1e9c7po > :last-child, .framer-2XGoS .framer-15tgnx7 > :last-child, .framer-2XGoS .framer-essgam > :last-child { margin-bottom: 0px; } .framer-2XGoS .framer-10nmtb5 > *, .framer-2XGoS .framer-essgam > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2XGoS .framer-uv0cek > * { margin: 0px; margin-left: calc(128px / 2); margin-right: calc(128px / 2); } .framer-2XGoS .framer-uv0cek > :first-child, .framer-2XGoS .framer-l9vry2 > :first-child, .framer-2XGoS .framer-1atv82z > :first-child, .framer-2XGoS .framer-1od8dgj > :first-child, .framer-2XGoS .framer-1sx76w9 > :first-child, .framer-2XGoS .framer-q9edm > :first-child { margin-left: 0px; } .framer-2XGoS .framer-uv0cek > :last-child, .framer-2XGoS .framer-l9vry2 > :last-child, .framer-2XGoS .framer-1atv82z > :last-child, .framer-2XGoS .framer-1od8dgj > :last-child, .framer-2XGoS .framer-1sx76w9 > :last-child, .framer-2XGoS .framer-q9edm > :last-child { margin-right: 0px; } .framer-2XGoS .framer-l9vry2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-2XGoS .framer-1atv82z > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2XGoS .framer-1od8dgj > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-2XGoS .framer-5djoom > *, .framer-2XGoS .framer-4h1xtk > *, .framer-2XGoS .framer-1e9c7po > *, .framer-2XGoS .framer-15tgnx7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-2XGoS .framer-1n2aj10 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-2XGoS .framer-1sx76w9 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-2XGoS .framer-q9edm > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-2XGoS.framer-v-blppbw .framer-fdrjhb { width: 744px; }\",\".framer-2XGoS.framer-v-blppbw .framer-essgam, .framer-2XGoS.framer-v-cywyst .framer-essgam { padding: 24px 50px 24px 50px; }\",\".framer-2XGoS.framer-v-cywyst .framer-fdrjhb, .framer-2XGoS.framer-v-z7duxu .framer-fdrjhb { width: 390px; }\",\".framer-2XGoS.framer-v-cywyst .framer-1lefu6r { flex-direction: column; gap: 18px; justify-content: flex-start; order: 0; }\",\".framer-2XGoS.framer-v-cywyst .framer-1sx76w9 { order: 1; }\",\".framer-2XGoS.framer-v-cywyst .framer-q9edm { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2XGoS.framer-v-cywyst .framer-1lefu6r { gap: 0px; } .framer-2XGoS.framer-v-cywyst .framer-1lefu6r > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-2XGoS.framer-v-cywyst .framer-1lefu6r > :first-child { margin-top: 0px; } .framer-2XGoS.framer-v-cywyst .framer-1lefu6r > :last-child { margin-bottom: 0px; } }\",\".framer-2XGoS.framer-v-rdlah1 .framer-fdrjhb { width: 733px; }\",\".framer-2XGoS.framer-v-rdlah1 .framer-uv0cek, .framer-2XGoS.framer-v-z7duxu .framer-uv0cek { flex-direction: column; gap: 32px; }\",\".framer-2XGoS.framer-v-rdlah1 .framer-l9vry2 { align-content: center; align-items: center; flex: none; justify-content: center; width: 100%; }\",\".framer-2XGoS.framer-v-rdlah1 .framer-1atv82z { align-content: center; align-items: center; justify-content: center; }\",\".framer-2XGoS.framer-v-rdlah1 .framer-1n2aj10, .framer-2XGoS.framer-v-z7duxu .framer-1n2aj10 { align-content: center; align-items: center; width: 100%; }\",\".framer-2XGoS.framer-v-rdlah1 .framer-15tgnx7 { align-content: center; align-items: center; width: 533px; }\",\".framer-2XGoS.framer-v-rdlah1 .framer-essgam { padding: 24px 40px 24px 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2XGoS.framer-v-rdlah1 .framer-uv0cek { gap: 0px; } .framer-2XGoS.framer-v-rdlah1 .framer-uv0cek > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2XGoS.framer-v-rdlah1 .framer-uv0cek > :first-child { margin-top: 0px; } .framer-2XGoS.framer-v-rdlah1 .framer-uv0cek > :last-child { margin-bottom: 0px; } }\",\".framer-2XGoS.framer-v-z7duxu .framer-10nmtb5 { padding: 80px 24px 80px 24px; }\",\".framer-2XGoS.framer-v-z7duxu .framer-l9vry2 { align-content: center; align-items: center; flex: none; width: 100%; }\",\".framer-2XGoS.framer-v-z7duxu .framer-1atv82z, .framer-2XGoS.framer-v-z7duxu .framer-15tgnx7 { align-content: center; align-items: center; }\",\".framer-2XGoS.framer-v-z7duxu .framer-q7r0t6 { width: 100%; }\",\".framer-2XGoS.framer-v-z7duxu .framer-essgam { padding: 24px 24px 24px 24px; }\",\".framer-2XGoS.framer-v-z7duxu .framer-1lefu6r { align-content: start; align-items: start; flex-direction: column; gap: 32px; justify-content: flex-start; }\",\".framer-2XGoS.framer-v-z7duxu .framer-1sx76w9 { align-content: unset; align-items: unset; display: grid; gap: 12px; grid-auto-rows: min-content; grid-template-columns: repeat(2, 72px); grid-template-rows: repeat(2, min-content); justify-content: start; width: 100%; }\",\".framer-2XGoS.framer-v-z7duxu .framer-omcog3 { align-self: start; grid-column: auto / span 2; justify-self: start; width: fit-content; }\",\".framer-2XGoS.framer-v-z7duxu .framer-gp8q3l, .framer-2XGoS.framer-v-z7duxu .framer-1ko0zt7 { align-self: start; justify-self: start; width: fit-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2XGoS.framer-v-z7duxu .framer-uv0cek, .framer-2XGoS.framer-v-z7duxu .framer-1lefu6r, .framer-2XGoS.framer-v-z7duxu .framer-1sx76w9 { gap: 0px; } .framer-2XGoS.framer-v-z7duxu .framer-uv0cek > *, .framer-2XGoS.framer-v-z7duxu .framer-1lefu6r > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2XGoS.framer-v-z7duxu .framer-uv0cek > :first-child, .framer-2XGoS.framer-v-z7duxu .framer-1lefu6r > :first-child { margin-top: 0px; } .framer-2XGoS.framer-v-z7duxu .framer-uv0cek > :last-child, .framer-2XGoS.framer-v-z7duxu .framer-1lefu6r > :last-child { margin-bottom: 0px; } .framer-2XGoS.framer-v-z7duxu .framer-1sx76w9 > *, .framer-2XGoS.framer-v-z7duxu .framer-1sx76w9 > :first-child, .framer-2XGoS.framer-v-z7duxu .framer-1sx76w9 > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 414\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aoR5JPoMJ\":{\"layout\":[\"fixed\",\"auto\"]},\"d4IimtCIf\":{\"layout\":[\"fixed\",\"auto\"]},\"wxlEBtmxj\":{\"layout\":[\"fixed\",\"auto\"]},\"nVI_TTN7F\":{\"layout\":[\"fixed\",\"auto\"]},\"r_hkJgfZ8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"kRnFL_ER1\":\"link\",\"DslyHJ8YK\":\"link2\",\"a4eJu75RD\":\"link3\",\"ZNO0rkqzF\":\"image\"}\n * @framerImmutableVariables true\n */const FramervQG1rKN5s=withCSS(Component,css,\"framer-2XGoS\");export default FramervQG1rKN5s;FramervQG1rKN5s.displayName=\"Footer\";FramervQG1rKN5s.defaultProps={height:414,width:1440};addPropertyControls(FramervQG1rKN5s,{variant:{options:[\"JmKrxIPZR\",\"aoR5JPoMJ\",\"d4IimtCIf\",\"wxlEBtmxj\",\"nVI_TTN7F\",\"r_hkJgfZ8\"],optionTitles:[\"Desktop\",\"Desktop - Footer Only\",\"Tablet - Footer Only\",\"Phone - Footer Only\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},kRnFL_ER1:{title:\"Link\",type:ControlType.Link},DslyHJ8YK:{title:\"Link 2\",type:ControlType.Link},a4eJu75RD:{title:\"Link 3\",type:ControlType.Link},ZNO0rkqzF:{__defaultAssetReference:\"data:framer/asset-reference,Mubr8r5jyDxGePzzmVOjChSYxM.png?originalFilename=ODBWhiteLogo.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramervQG1rKN5s,[{family:\"General Sans Medium\",url:\"https://framerusercontent.com/assets/kNbu21Wk31idzbQDiqL7LjE7zo.otf\"},{family:\"General Sans Semibold\",url:\"https://framerusercontent.com/assets/JNOY1Xn68S6lIhVJFW3nTjhciE.otf\"},...InputFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervQG1rKN5s\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"414\",\"framerVariables\":\"{\\\"kRnFL_ER1\\\":\\\"link\\\",\\\"DslyHJ8YK\\\":\\\"link2\\\",\\\"a4eJu75RD\\\":\\\"link3\\\",\\\"ZNO0rkqzF\\\":\\\"image\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aoR5JPoMJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d4IimtCIf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wxlEBtmxj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nVI_TTN7F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r_hkJgfZ8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vQG1rKN5s.map"],
  "mappings": "yQAAmCA,EAAE,0BAA0B,CAAC,4BAA4B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,OAAO,sBAAsB,YAAY,CAAC,sBAAsB,qCAAqC,IAAI,qEAAqE,EAAE,IAAI,qEAAqE,CAAC,EAAeC,GAAI,CAAC,qkBAAqkB,2nBAA2nB,unBAAunB,EAAeC,GAAU,eCA19D,IAAMC,GAAW,wJAA8JC,GAAe,qCAA2CC,GAAcC,GAAeH,GAAW,KAAK,OAAOG,CAAK,EAAE,YAAY,CAAC,EAAUC,GAAkBC,GAAK,CAAC,IAAIC,EAAI,GAAK,CAAC,CAACC,EAAOC,CAAU,GAAGF,EAAID,EAAI,QAAQ,QAAQ,GAAG,EAAE,MAAMJ,EAAc,KAAK,MAAMK,IAAM,OAAOA,EAAI,CAAC,KAAK,KAAK,IAAI,EAAE,MAAM,CAACC,EAAOC,EAAW,IAAI,gBAAgBA,CAAU,EAAE,IAAK,CAAE,EAAE,SAASC,GAAcJ,EAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,IAAI,IAAIA,CAAG,CAAE,MAAC,CAAM,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,IAAI,IAAI,WAAWA,GAAK,CAAE,MAAC,CAAM,CAAC,MAAO,EAAM,CAIl4B,IAAMK,GAAQ,KAWRC,GAAMC,EAAQ,SAAe,CAAC,QAAAC,EAAQ,WAAAC,EAAW,aAAAC,EAAa,QAAAC,EAAQ,YAAAC,EAAY,eAAAC,EAAe,MAAAC,EAAM,OAAAC,EAAO,KAAAC,EAAK,OAAAC,EAAO,KAAAC,EAAK,IAAAC,EAAI,MAAAC,GAAM,SAAAC,CAAQ,EAAE,CAAC,GAAK,CAACvB,EAAMwB,EAAQ,EAAEC,EAAS,EAAE,EAAO,CAACC,GAAQC,CAAQ,EAAEF,EAAS,EAAK,EAAO,CAACG,EAAUC,CAAU,EAAEJ,EAAS,EAAK,EAAO,CAACK,EAAQC,CAAQ,EAAEN,EAAS,EAAK,EACtT,CAAC,eAAAO,EAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,GAAc,YAAAC,GAAY,QAAAC,EAAQ,aAAAC,EAAa,aAAAC,GAAa,YAAAC,EAAY,aAAAC,EAAa,OAAAC,GAAO,YAAAC,EAAW,EAAE3B,EAAW,CAAC,qBAAA4B,GAAqB,iBAAAC,GAAiB,mBAAAC,GAAmB,oBAAAC,GAAoB,kBAAAC,GAAkB,cAAAC,CAAa,EAAEhC,EAAaiC,GAAalB,EAAe,GAAGC,OAAgBhB,EAAO,SAASiB,EAAajB,EAAO,gBAAgBiB,OAAkBC,QAAmBC,OAAgB,GAAGC,OAAapB,EAAO,SAASoB,EAAQpB,EAAO,gBAAgBoB,OAAaA,OAAaA,MAAkBc,GAAmBP,GAAqB,GAAG3B,EAAO,SAAS,EAAE4B,QAAsBC,QAAwB7B,EAAO,SAAS,EAAE8B,QAAyBC,OAAsB,GAAG/B,EAAO,SAAS,EAAEgC,OAAmBA,OAAmBhC,EAAO,SAAS,EAAEgC,OAAmBA,MAAwBG,GAAOC,EAAU,EAAQC,EAAU,IAAI,CAA4D,GAA/CzB,EAAW,EAAK,EAAEE,EAAS,EAAK,EAAEP,GAAS,EAAE,EAAKb,IAAa,QAAQS,GAAM,CAACM,GAAQ,CAAC,GAAK,CAAC6B,EAAKC,CAAI,EAAEpC,EAAK,MAAM,GAAG,EAAO,CAAC,QAAAqC,EAAQ,cAAAC,CAAa,EAAEC,GAA0BP,GAAO,OAAOG,CAAI,EAA2D,GAAtDE,GAASL,GAAO,SAASK,EAAQD,EAAKE,CAAa,EAAMpD,GAAcc,CAAI,EAAG,OAAAO,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,EAAS,GAAQ,EAAQC,EAAaC,EAAY9D,GAAWA,IAAQ,IAAI,CAACD,GAAcC,CAAK,GAAG2B,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,EAAS,IAAc,GAAO,CAAC7D,EAAa,CAAC,EAAQgE,GAAaD,EAAYE,GAAO,CAACrC,EAAS,EAAK,EAAEH,GAASwC,EAAM,OAAO,KAAK,CAAE,EAAE,CAAC,CAAC,EAAQC,GAAYH,EAAYE,GAAO,CAACjC,EAAS,EAAI,CAAE,EAAE,CAAC,CAAC,EAAQmC,GAAWJ,EAAYE,GAAO,CAACjC,EAAS,EAAK,EAAEJ,EAAS,EAAK,CAAE,EAAE,CAAC,CAAC,EAAQwC,GAAaL,EAAYE,GAAO,CACnnD,GADonDA,EAAM,eAAe,EACtoD,CAAApC,EAAkC,IAAjBC,EAAW,EAAI,EAAKnB,IAAU,YAAY,CAAC,GAAK,CAACN,EAAOC,CAAU,EAAEJ,GAAkBW,CAAY,EAAE,GAAG,CAACiD,EAAa7D,CAAK,GAAG,CAACI,GAAQ,CAACC,EAAW,CAACwB,EAAW,EAAK,EAAE,OACzLxB,EAAW,IAAI,SAASL,CAAK,EAAE,MAAM,WAAWI,mBAAwB,CAAC,OAAO,OAAO,KAAK,UAAU,QAAQ,CAAC,eAAe,iDAAiD,EAAE,KAAKC,EAAW,SAAS,CAAC,CAAC,EAAE,KAAK+D,GAAU,CAACd,EAAU,EAAK3C,IAAa,WAAoDY,IAAS,CAAE,CAAC,EAAE,MAAM8C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAExC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGlD,IAAU,QAAQ,CAAC,GAAG,CAACmD,EAAa7D,CAAK,EAAE,CAAC6B,EAAW,EAAK,EAAE,OAAQ,IAAMyC,EAAS,SAAS,mBAAmBtE,CAAK,IAAI,MAAM,4CAA4Ca,IAAU,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mCAAmC,EAAE,KAAKyD,CAAQ,CAAC,EAAE,KAAK,IAAI,CAAChB,EAAU,EAAK3C,IAAa,WAAoDY,IAAS,CAAE,CAAC,EAAE,MAAM8C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAExC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGlD,IAAU,YAAY,CAAC,GAAG,CAACmD,EAAa7D,CAAK,EAAE,CAAC6B,EAAW,EAAK,EAAE,OAAQ,IAAM0C,EAAK,IAAI,SAASP,EAAM,MAAM,EAAQQ,EAAQ,OAAO,YAAYD,EAAK,QAAQ,CAAC,EAAE,MAAM,2BAA2BzD,IAAc,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mBAAmB,OAAO,kBAAkB,EAAE,KAAK,KAAK,UAAU0D,CAAO,CAAC,CAAC,EAAE,KAAK,IAAI,CAAClB,EAAU,EAA4C/B,IAAS,CAAE,CAAC,EAAE,MAAM8C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAExC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGlD,IAAU,cAAc,CAAC,GAAG,CAACmD,EAAa7D,CAAK,EAAE,CAAC6B,EAAW,EAAK,EAAE,OAAQ,IAAM4C,EAAM,IAAI,SAAST,EAAM,MAAM,EAAQU,EAAS,OAAO,YAAYD,EAAM,QAAQ,CAAC,EAAE,MAAM;AAAA,UAC/hD,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mBAAmB,OAAO,kBAAkB,EAAE,KAAK,KAAK,UAAUC,CAAQ,CAAC,CAAC,EAAE,KAAK,IAAI,CAACpB,EAAU,EAAK3C,IAAa,WAAoDY,IAAS,CAAE,CAAC,EAAE,MAAM8C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAExC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEiC,EAAa,MAAM,OAAO,CAAE,CAAC,GAAG,EAAE,CAAChD,EAAaE,EAAYd,EAAMuB,EAASsC,EAAajC,CAAU,CAAC,EACxYgC,EAAae,GAAqB,EAClCC,GAAgB5D,EAAM,YAAY,eAAewB,EAAY,oBAAoBA,EAAY,aAAa,KAAWqC,GAAc7D,EAAM,YAAY,eAAewB,EAAY,kBAAkBA,EAAY,aAAa,KAAWsC,GAAa9D,EAAM,aAAa,GAAGyB,EAAa,aAAaA,EAAa,aAAaA,EAAa,gBAAgBA,EAAa,cAAc,KAAWsC,GAAa/D,EAAM,aAAa,eAAeuB,GAAa,iBAAiBA,GAAa,cAAc,KACxeyC,GAAa,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,WAAW,CAAC,SAAS,EAAE,CAAC,CAAC,EAAQC,GAAc,CAAC,QAAQ,CAAC,UAAUC,GAAiBN,GAAgBE,GAAaC,EAAY,CAAC,EAAE,QAAQ,CAAC,UAAUG,GAAiBL,GAAcC,GAAaC,EAAY,CAAC,CAAC,EAAE,OAAqBI,EAAKC,EAAO,IAAI,CAAC,MAAM,CAAC,GAAG9D,GAAM,GAAG+D,GAAgB,oCAAoCrE,EAAM,gBAAgB,EAAE,SAASgE,GAAa,QAAQpB,EAAa,SAAuB0B,EAAM,OAAO,CAAC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,SAAS,WAAW,cAAcnE,IAAS,WAAW,SAAS,MAAM,MAAMF,EAAO,MAAM,IAAIA,EAAO,SAAS,EAAEI,CAAG,EAAE,SAAS8C,GAAa,OAAO,OAAO,SAAS,CAACzD,IAAU,eAA6ByE,EAAK,QAAQ,CAAC,KAAK,SAAS,KAAK,UAAU,MAAMpE,CAAc,CAAC,EAAgBoE,EAAKC,EAAO,MAAM,CAAC,KAAK,QAAQ,KAAK,QAAQ,YAAYpE,EAAM,YAAY,MAAMhB,EAAM,UAAU,GAAGO,yBAA8B,SAASwD,GAAa,QAAQE,GAAY,OAAOC,GAAW,aAAa,MAAM,eAAe,MAAM,YAAY,MAAM,WAAW,QAAQ,MAAM,CAAC,GAAGqB,GAAa,QAAQrC,GAAa,aAAAZ,EAAa,SAAS,GAAG,GAAGpB,EAAK,WAAWF,EAAM,KAAK,OAAO0B,GAAO,OAAOC,GAAY,MAAM3B,EAAM,MAAM,UAAUkE,GAAiBN,GAAgBE,GAAaC,EAAY,CAAC,EAAE,SAASE,GAAc,QAAQ,GAAM,QAAQnD,EAAQ,UAAU,UAAU,WAAW,CAAC,SAAS,EAAE,CAAC,CAAC,EAAE,CAACb,EAAO,cAAcW,GAAyBuD,EAAKK,GAAQ,CAAC,aAAavE,EAAO,aAAa,eAAee,EAAe,WAAWC,EAAW,aAAaC,EAAa,QAAQG,EAAQ,MAAMrB,EAAM,KAAK,CAAC,EAAEC,EAAO,cAA4BqE,EAAM,MAAM,CAAC,MAAM,CAAC,SAASrE,EAAO,SAAS,WAAW,WAAW,IAAIA,EAAO,SAASA,EAAO,gBAAgB,EAAE,MAAMA,EAAO,SAASA,EAAO,gBAAgB,EAAE,OAAOA,EAAO,SAASA,EAAO,gBAAgB,CAAC,EAAE,SAAS,CAAekE,EAAKC,EAAO,MAAM,CAAC,KAAK,SAAS,MAAMnE,EAAO,MAAM,MAAM,CAAC,GAAGsE,GAAa,MAAMtE,EAAO,SAASA,EAAO,gBAAgB,OAAO,OAAOyB,GAAO,OAAOC,GAAY,OAAO,UAAU,QAAQQ,GAAmB,aAAalC,EAAO,SAASqB,EAAarB,EAAO,gBAAgBqB,EAAa,WAAWrB,EAAO,WAAW,SAAS,GAAG,GAAGA,EAAO,WAAW,WAAWA,EAAO,KAAK,MAAMA,EAAO,MAAM,OAAO,EAAE,UAAUwE,GAAgBxE,CAAM,CAAC,CAAC,CAAC,EAAEW,GAAyBuD,EAAK,MAAM,CAAC,MAAM,CAAC,aAAalE,EAAO,SAASqB,EAAarB,EAAO,gBAAgBqB,EAAa,SAAS,WAAW,QAAQ,OAAO,eAAe,SAAS,WAAW,SAAS,MAAM,OAAO,OAAO,OAAO,MAAM,EAAE,OAAO,EAAE,MAAMrB,EAAO,MAAM,WAAWA,EAAO,IAAI,EAAE,SAAuBkE,EAAKK,GAAQ,CAAC,MAAMvE,EAAO,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAAE,CAAC,IAAIV,mGAAyG,CAAC,EAAQiF,GAAQE,GAAO,CAAC,IAAMC,EAAgBD,EAAM,aAAqH,CAAC,EAAzG,CAAC,SAAS,WAAW,IAAI,kBAAkB,MAAMA,EAAM,eAAeA,EAAM,aAAaA,EAAM,OAAO,EAAK,OAAqBP,EAAKC,EAAO,IAAI,CAAC,MAAM,CAAC,OAAO,GAAG,MAAM,GAAG,GAAGO,CAAc,EAAE,QAAQ,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,OAAO,GAAG,EAAE,WAAW,CAAC,SAAS,EAAE,OAAO,GAAQ,EAAE,SAAuBR,EAAKC,EAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAuBE,EAAM,MAAM,CAAC,MAAM,6BAA6B,MAAM,KAAK,OAAO,KAAK,MAAM,CAAC,KAAK,eAAe,MAAMI,EAAM,KAAK,EAAE,SAAS,CAAeP,EAAK,OAAO,CAAC,EAAE,2NAA2N,KAAK,eAAe,QAAQ,KAAK,CAAC,EAAgBA,EAAK,OAAO,CAAC,EAAE,yKAAyK,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAAES,EAAoBpF,GAAM,CAAC,QAAQ,CAAC,MAAM,UAAU,KAAKqF,EAAY,KAAK,QAAQ,CAAC,QAAQ,YAAY,YAAY,aAAa,EAAE,aAAa,CAAC,QAAQ,YAAY,YAAY,cAAc,EAAE,aAAa,OAAO,EAAE,aAAa,CAAC,MAAM,MAAM,YAAY,uDAAuD,KAAKA,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,WAAW,EAAE,QAAQ,CAAC,MAAM,KAAK,YAAY,4BAA4B,KAAKG,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,OAAO,EAAE,YAAY,CAAC,MAAM,KAAK,YAAY,WAAW,KAAKG,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,WAAW,EAAE,eAAe,CAAC,MAAM,KAAK,YAAY,OAAO,KAAKG,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,aAAa,EAAE,WAAW,CAAC,MAAM,UAAU,KAAKG,EAAY,KAAK,QAAQ,CAAC,OAAO,SAAS,EAAE,aAAa,CAAC,YAAY,cAAc,EAAE,aAAa,MAAM,EAAE,KAAK,CAAC,MAAM,WAAW,KAAKA,EAAY,KAAK,OAAOH,GAAOA,EAAM,aAAa,SAAS,EAAE,SAAS,CAAC,MAAM,SAAS,KAAKG,EAAY,aAAa,OAAOH,GAAOA,EAAM,aAAa,MAAM,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKG,EAAY,KAAK,QAAQ,CAAC,aAAa,UAAU,EAAE,wBAAwB,GAAK,OAAOH,GAAOA,EAAM,OAAO,QAAQ,EAAE,KAAK,CAAC,KAAKG,EAAY,KAAK,MAAM,OAAO,SAAS,UAAU,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,SAAS,CAAC,YAAY,CAAC,MAAM,cAAc,KAAKA,EAAY,OAAO,aAAa,gBAAgB,EAAE,iBAAiB,CAAC,MAAM,IAAI,KAAKA,EAAY,MAAM,aAAa,oBAAoB,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,MAAM,aAAa,SAAS,EAAE,MAAM,CAAC,MAAM,OAAO,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,QAAQ,aAAa,OAAO,cAAc,OAAO,EAAE,YAAY,CAAC,MAAM,IAAI,KAAKA,EAAY,OAAO,eAAe,GAAK,IAAI,EAAE,aAAa,GAAG,OAAOH,GAAOA,EAAM,MAAM,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKG,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,aAAa,GAAG,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAc,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,eAAe,GAAK,IAAI,EAAE,aAAa,CAAC,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,SAAS,GAAK,SAAS,CAAC,eAAe,CAAC,MAAM,OAAO,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,KAAK,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,EAAE,WAAW,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,MAAM,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,GAAK,SAAS,CAAC,YAAY,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,EAAE,YAAY,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,uBAAuB,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,GAAK,SAAS,CAAC,YAAY,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,kBAAkB,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,CAAC,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,CAAC,EAAE,WAAW,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,SAAS,CAAC,aAAa,CAAC,MAAM,OAAO,KAAKA,EAAY,QAAQ,aAAa,EAAI,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,aAAa,WAAW,EAAE,WAAW,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,SAAS,UAAU,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,MAAM,CAAC,MAAM,OAAO,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,SAAS,CAAC,MAAM,SAAS,KAAKA,EAAY,QAAQ,aAAa,EAAK,EAAE,gBAAgB,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,IAAI,EAAE,aAAa,IAAI,eAAe,GAAK,OAAOH,GAAO,CAACA,EAAM,QAAQ,EAAE,gBAAgB,CAAC,MAAM,QAAQ,KAAKG,EAAY,OAAO,IAAI,EAAE,aAAa,EAAE,eAAe,GAAK,OAAOH,GAAO,CAACA,EAAM,QAAQ,EAAE,cAAc,CAAC,MAAM,UAAU,KAAKG,EAAY,YAAY,UAAU,uBAAuB,aAAa,CAAC,UAAU,kBAAkB,EAAE,aAAa,GAAG,UAAU,CAAC,mBAAmB,qBAAqB,sBAAsB,mBAAoB,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,GAAK,SAAS,CAAC,YAAY,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,kBAAkB,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,CAAC,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,CAAC,EAAE,WAAW,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,MAAM,KAAKA,EAAY,OAAO,eAAe,GAAK,IAAI,EAAE,aAAa,GAAG,OAAOH,GAAOA,EAAM,OAAO,QAAQ,CAAC,CAAC,EAAE,IAAMH,GAAa,CAAC,iBAAiB,OAAO,WAAW,OAAO,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,OAAO,MAAM,EAAQF,GAAgB,CAAC,SAAS,WAAW,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,eAAe,SAAS,WAAW,QAAQ,EAAE,SAASI,GAAgBxE,EAAO,CAAC,OAAGA,EAAO,aAAoB,GAAGA,EAAO,aAAa,aAAaA,EAAO,aAAa,aAAaA,EAAO,aAAa,gBAAgBA,EAAO,aAAa,cAA0B,MAAO,CAAC,SAASiE,MAAoBY,EAAQ,CAAC,IAAMC,EAAO,CAAC,EAAE,OAAAD,EAAQ,QAAQE,GAAQA,GAAQD,EAAO,KAAKC,CAAM,CAAC,EAASD,EAAO,KAAK,IAAI,CAAE,CAAC,IAAOE,GAAQzF,GCtBl6R0F,EAAE,0BAA0B,CAAC,4BAA4B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,OAAO,sBAAsB,YAAY,CAAC,sBAAsB,qCAAqC,IAAI,qEAAqE,EAAE,IAAI,qEAAqE,CAAC,EAAeC,GAAI,CAAC,okBAAokB,EAAeC,GAAU,eCA57BC,EAAE,0BAA0B,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,EAAeC,GAAI,CAAC,ukBAAukB,EAAeC,GAAU,eCCxD,IAAMC,GAAWC,GAASC,EAAK,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAyC,IAAMC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAW,CAAC,CAAC,MAAAD,EAAM,SAAAE,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWN,GAAmCG,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAwB,CAAC,wBAAwB,YAAY,sBAAsB,YAAY,uBAAuB,YAAY,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAKC,EAAM,MAAM,CAAC,GAAGH,EAAM,UAAUF,GAAmCE,EAAM,UAAU,UAAUH,GAAmCG,EAAM,UAAU,UAAUJ,GAAgCI,EAAM,UAAU,SAASE,GAAMD,EAAuCV,GAAwBS,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,YAAY,WAAWC,EAAMR,GAAmCK,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,CAAC,IAAI,sEAAsE,OAAO,sKAAsK,CAAC,CAAE,EAAQC,GAAuB,CAACJ,EAAMxB,IAAWA,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAuBK,GAA6BC,GAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,CAAY,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAlC,EAAQ,UAAAmC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEzB,GAASQ,CAAK,EAAO,CAAC,YAAAkB,EAAY,WAAAC,GAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,WAAAnC,GAAW,SAAAX,CAAQ,EAAE+C,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,YAAA7C,GAAY,QAAAD,EAAQ,kBAAAL,EAAiB,CAAC,EAAQoD,EAAiBrB,GAAuBJ,EAAMxB,CAAQ,EAAQkD,EAAWC,GAAO,IAAI,EAAQC,EAAY,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAASV,CAAW,EAAmCW,EAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASX,CAAW,EAAmCY,EAAOC,EAAU,EAAQC,EAAsBC,GAAM,EAAQC,EAAsB,CAAavB,GAAuBA,EAAS,EAAE,OAAoBrB,EAAK6C,GAAY,CAAC,GAAGvB,GAA4CoB,EAAgB,SAAsB1C,EAAK8C,EAAO,IAAI,CAAC,QAAQ1D,EAAQ,QAAQF,EAAS,aAAa,IAAI6C,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUgB,GAAG,eAAe,GAAGH,EAAsBf,EAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAsB7B,EAAKR,GAAW,CAAC,MAAMK,GAAW,SAAsBmD,EAAMF,EAAO,IAAI,CAAC,GAAGnB,EAAU,UAAUoB,GAAG,gBAAgB1B,CAAS,EAAE,mBAAmB,UAAU,iBAAiBc,EAAiB,SAAS,YAAY,IAAIlB,GAA6BmB,EAAK,MAAM,CAAC,GAAGhB,CAAK,EAAE,GAAGpC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,uBAAuB,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,OAAO,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,CAAC,EAAE4C,EAAYE,CAAc,EAAE,SAAS,CAACQ,EAAY,GAAgBtC,EAAK8C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,iBAAiB,EAAE,SAAsBa,EAAMF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAca,EAAMF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAK8C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBX,EAAiB,SAAS,YAAY,SAAsBnC,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBjD,EAAKkD,GAAM,CAAC,GAAG,IAAI,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,GAAG5D,GAAkBoC,CAAS,CAAC,EAAE,UAAU,gCAAgC,mBAAmB,OAAO,iBAAiBS,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEI,EAAa,GAAgBS,EAAMF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAca,EAAMF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,EAAE,SAAsB9C,EAAK8C,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,iBAAiB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,mDAAmD,0BAA0B,WAAW,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,yBAAyB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAenC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAsB9C,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBjD,EAAK8C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAenC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAsB9C,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBjD,EAAK8C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAenC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAsB9C,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBjD,EAAK8C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAenC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAsB9C,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBjD,EAAK8C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAea,EAAMF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,EAAE,SAAsB9C,EAAK8C,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,iBAAiB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,mDAAmD,0BAA0B,WAAW,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,yBAAyB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAenC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAsB9C,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBjD,EAAK8C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAenC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAsB9C,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBjD,EAAK8C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAea,EAAMF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAca,EAAMF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,SAAS,sBAAsB,8CAA8C,0BAA0B,WAAW,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGnD,EAAqB,CAAC,UAAU,CAAC,SAAsBgB,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,SAAS,0BAA0B,SAAS,sBAAsB,8CAA8C,0BAA0B,WAAW,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsB9C,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,SAAS,0BAA0B,OAAO,sBAAsB,8CAA8C,0BAA0B,WAAW,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAElB,EAAYE,CAAc,CAAC,CAAC,EAAe9B,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGnD,EAAqB,CAAC,UAAU,CAAC,SAAsBgB,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsB9C,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAElB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9B,EAAK8C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBX,EAAiB,SAAS,sBAAsB,SAAsBnC,EAAKqD,GAAM,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,2EAA2E,SAAS,OAAO,cAAc,MAAM,WAAW,KAAK,EAAE,cAAc,GAAG,oBAAoB,GAAG,kBAAkB,GAAG,qBAAqB,GAAK,mBAAmB,GAAG,iBAAiB,GAAG,MAAM,iGAAiG,KAAK,gGAAgG,gBAAgB,EAAE,SAAS,GAAM,MAAM,YAAY,aAAa,GAAK,gBAAgB,GAAG,EAAE,KAAK,CAAC,WAAW,uEAAuE,SAAS,OAAO,cAAc,MAAM,WAAW,KAAK,EAAE,YAAY,GAAG,IAAI,GAAG,eAAe,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM,CAAC,aAAa,CAAC,YAAY,iGAAiG,YAAY,CAAC,EAAE,aAAa,EAAE,MAAM,gGAAgG,KAAK,iGAAiG,YAAY,GAAG,OAAO,GAAK,QAAQ,GAAG,cAAc,KAAK,YAAY,GAAG,eAAe,GAAK,aAAa,GAAG,WAAW,KAAK,YAAY,sBAAsB,iBAAiB,+FAA+F,EAAE,OAAO,aAAa,SAAS,YAAY,KAAKC,GAAY,CAAC,UAAU,WAAW,EAAEd,CAAM,EAAE,QAAQ,GAAG,aAAa,yGAAyG,WAAW,OAAO,QAAQ,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,GAAGxD,EAAqB,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,EAAE4C,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,EAAe9B,EAAK8C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBX,EAAiB,SAAS,YAAY,SAAsBnC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,8GAA8G,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,qBAAqB,EAAE,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGnD,EAAqB,CAAC,UAAU,CAAC,SAAsBgB,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,8GAA8G,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsB9C,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,yDAAyD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,8GAA8G,CAAC,CAAC,CAAC,CAAC,CAAC,EAAElB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9B,EAAK8C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,gBAAgB,EAAE,SAAsBa,EAAMF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAca,EAAMF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEG,EAAY,GAAgBtC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsB9C,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBjD,EAAK8C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEG,EAAY,GAAgBtC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWoD,EAAS,CAAC,SAAsBpD,EAAK8C,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAsB9C,EAAKiD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBjD,EAAK8C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAea,EAAMF,EAAO,IAAI,CAAC,UAAU,eAAe,mBAAmB,eAAe,iBAAiBX,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKiD,EAAK,CAAC,KAAK1B,EAAU,SAAsBvB,EAAK8C,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,kBAAkB,iBAAiBX,EAAiB,SAAS,YAAY,SAAsBnC,EAAKuD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBpB,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA,EAAq5B,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKiD,EAAK,CAAC,KAAKzB,EAAU,aAAa,GAAK,SAAsBxB,EAAK8C,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,mBAAmB,iBAAiBX,EAAiB,SAAS,YAAY,SAAsBnC,EAAKuD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBpB,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA,EAA08B,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKiD,EAAK,CAAC,KAAKxB,EAAU,SAAsBzB,EAAK8C,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,gBAAgB,iBAAiBX,EAAiB,SAAS,YAAY,SAAsBnC,EAAKuD,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,OAAO,WAAW,iBAAiBpB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,u3BAAu3B,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,gRAAgR,qSAAqS,4RAA4R,2RAA2R,0RAA0R,kMAAkM,8RAA8R,4RAA4R,iQAAiQ,mWAAmW,4RAA4R,8RAA8R,8TAA8T,wGAAwG,mKAAmK,oSAAoS,sRAAsR,qSAAqS,iSAAiS,mMAAmM,iJAAiJ,mLAAmL,whGAAwhG,iEAAiE,+HAA+H,+GAA+G,8HAA8H,8DAA8D,4DAA4D,mbAAmb,iEAAiE,oIAAoI,iJAAiJ,yHAAyH,4JAA4J,8GAA8G,iFAAiF,+aAA+a,kFAAkF,wHAAwH,+IAA+I,gEAAgE,iFAAiF,8JAA8J,8QAA8Q,2IAA2I,8JAA8J,y3BAAy3B,GAAeA,GAAI,GAAgBA,EAAG,EAOvj1CC,EAAgBC,EAAQ3C,GAAUyC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,SAASA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,wBAAwB,uBAAuB,sBAAsB,SAAS,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,SAAS,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,SAAS,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,kHAAkH,MAAM,QAAQ,KAAKA,EAAY,eAAe,CAAC,CAAC,EAAEC,GAASL,EAAgB,CAAC,CAAC,OAAO,sBAAsB,IAAI,qEAAqE,EAAE,CAAC,OAAO,wBAAwB,IAAI,qEAAqE,EAAE,GAAGM,GAAW,GAAeC,GAAM,GAAgBA,EAAK,CAAC",
  "names": ["fontStore", "fonts", "css", "className", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "ref", "domain", "parameters", "isExternalURL", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "formsparkID", "getwaitlistAPI", "input", "button", "font", "layout", "link", "gap", "style", "onSubmit", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isFocus", "setFocus", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "padding", "borderRadius", "borderObject", "focusObject", "shadowObject", "height", "fixedHeight", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "paddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "path", "hash", "routeId", "pathVariables", "inferInitialRouteFromPath", "formControls", "validateForm", "te", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "formBody", "data", "entries", "data1", "entries1", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "Input_default", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "InputFonts", "getFonts", "Input_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "image", "link", "link2", "link3", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "kRnFL_ER1", "DslyHJ8YK", "a4eJu75RD", "ZNO0rkqzF", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "Link", "Image2", "RichText", "x", "Input_default", "resolveLink", "SVG", "css", "FramervQG1rKN5s", "withCSS", "vQG1rKN5s_default", "addPropertyControls", "ControlType", "addFonts", "InputFonts", "fonts"]
}
