{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/HWaH851X5fjAm5y2T76a/SmYlNrKvtFOYOlb4XeGj/SparkleButton.js", "ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Jo2d4bKbCdbbg0oiZ0LB/Input.js", "ssg:https://framerusercontent.com/modules/cJfXeNfS6BOv7dqSwY9t/lVzWWyJrrJzJQSdXeG3d/CurrentYear.js", "ssg:https://framerusercontent.com/modules/wh9liBpIlZppUvY7qcG2/o4AEjMe3ybfErkJq5Kt5/l8MJz94_k.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useRef,useState}from\"react\";import{motion}from\"framer-motion\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth 200\n * @framerSupportedLayoutHeight 200\n */export default function SparkleButton(props){const ref=useRef(null);const[isHover,setHover]=useState(false);const[isPressed,setPressed]=useState(false);const handleMouseDown=()=>{setPressed(true);};const handleMouseUp=()=>{setPressed(false);};const handleCick=event=>{setHover(true);if(props.smoothScroll){var _this;event.preventDefault();const link=event.currentTarget;const anchorId=new URL((_this=link)===null||_this===void 0?void 0:_this.href).hash.replace(\"#\",\"\");const anchor=document.getElementById(anchorId);window.scrollTo({top:anchor===null||anchor===void 0?void 0:anchor.offsetTop,behavior:\"smooth\"});}};const handleMouseEnter=()=>{setHover(true);};const handleMouseLeave=()=>{setHover(false);setPressed(false);};const borderRadius=props.border.isMixed?`${props.border.topLeft}px ${props.border.topRight}px ${props.border.bottomRight}px ${props.border.bottomLeft}px`:`${props.border.radius}px`;const borderColor=isHover?props.hover.border:props.border.color;const style={display:\"flex\",justifyContent:\"center\",cursor:\"pointer\",position:\"relative\",alignItems:\"center\",gap:`${props.gap}px`,borderRadius,paddingBlockStart:props.size*5-1,paddingBlockEnd:props.size*5,paddingInline:props.label?props.size*9:props.size*7,backgroundColor:isHover?props.hover.background:props.background,borderWidth:props.border.width,borderColor,width:props.width,borderStyle:props.border.style,color:isHover?props.hover.color:props.text.color,textAlign:props.text.align,textTransform:props.text.transform,fontFamily:\"Manrope, sans-serif\",fontWeight:700,letterSpacing:\"0.05em\",fontSize:\"16px\",textDecoration:\"none\",scale:isPressed?.95:1,transition:\"all 0.2s ease\",...props.text.font};const beforeAfterStyle={position:\"absolute\",width:\"150%\",left:\"50%\",height:\"100%\",transform:\"translateX(-50%)\",backgroundRepeat:\"no-repeat\",pointerEvents:\"none\",fontSize:\"100px\"};const beforeHoverStyle={...beforeAfterStyle,top:\"-70%\",backgroundImage:`radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, transparent 20%, ${borderColor} 20%, transparent 30%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, transparent 10%, ${borderColor} 15%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%)`,backgroundSize:\"0.1em 0.1em, 0.2em 0.2em, 0.15em 0.15em, 0.2em 0.2em, 0.18em 0.18em, 0.1em 0.1em, 0.15em 0.15em, 0.1em 0.1em, 0.18em 0.18em\",backgroundPosition:\"50% 120%\"};const afterHoverStyle={...beforeAfterStyle,bottom:\"-70%\",backgroundImage:`radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, transparent 10%, ${borderColor} 15%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%)`,backgroundSize:\"0.15em 0.15em, 0.2em 0.2em, 0.18em 0.18em, 0.2em 0.2em, 0.15em 0.15em, 0.2em 0.2em, 0.18em 0.18em\",backgroundPosition:\"50% 0%\"};const before=/*#__PURE__*/_jsx(motion.span,{\"aria-hidden\":\"true\",style:isHover?beforeHoverStyle:beforeAfterStyle,transition:{duration:.32,ease:\"easeInOut\"},animate:isHover?{backgroundPosition:[\"5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%\",\"0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%\",\"0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%\"],backgroundSize:\"0em 0em, 0em 0em, 0em 0em, 0em 0em, 0em 0em, 0em 0em\"}:null});const after=/*#__PURE__*/_jsx(motion.span,{\"aria-hidden\":\"true\",style:isHover?afterHoverStyle:beforeAfterStyle,transition:{duration:.32,ease:\"easeInOut\"},animate:isHover?{backgroundPosition:[\"10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,70% -10%, 70% 0%\",\"0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%\",\"0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%\"],backgroundSize:\"0em 0em, 0em 0em, 0em 0em, 0em 0em, 0em 0em, 0em 0em\"}:null});const iconStart=props.iconStart.length>0?props.iconStart:null;const hoverIconStart=props.hoverIconStart.length>0?props.hoverIconStart:iconStart;const iconEnd=props.iconEnd.length>0?props.iconEnd:null;const hoverIconEnd=props.hoverIconEnd.length>0?props.hoverIconEnd:iconEnd;return props.link?/*#__PURE__*/_jsxs(motion.a,{\"aria-label\":props.label,href:props.link,target:props.newTab?\"_blank\":\"_self\",ref:ref,onMouseEnter:props.action==\"hover\"?handleMouseEnter:null,onClick:props.action==\"click\"?handleCick:null,onMouseDown:handleMouseDown,onMouseUp:handleMouseUp,onMouseLeave:handleMouseLeave,style:{...style,display:\"inline-flex\"},children:[before,props.showIcon?isHover?hoverIconStart:iconStart:null,props.label,props.showIcon?isHover?hoverIconEnd:iconEnd:null,after]}):/*#__PURE__*/_jsxs(motion.button,{\"aria-label\":props.label,onTap:props.onTap,ref:ref,onMouseEnter:props.action==\"hover\"?handleMouseEnter:null,onClick:props.action==\"click\"?handleCick:null,onMouseDown:handleMouseDown,onMouseUp:handleMouseUp,onMouseLeave:handleMouseLeave,style:style,children:[before,props.showIcon?isHover?hoverIconStart:iconStart:null,props.label,props.showIcon?isHover?hoverIconEnd:iconEnd:null,after]});}SparkleButton.defaultProps={label:\"Label\",text:{font:{},color:\"#fafafa\",align:\"left\",transform:\"none\"},background:\"#4171E0\",border:{width:1,style:\"solid\",color:\"#4171E0\",radius:100,isMixed:true,topLeft:100,topRight:100,bottomRight:100,bottomLeft:100},size:2,action:\"hover\",hover:{background:\"#4171E0\",color:\"#fafafa\",border:\"#4171E0\"},showIcon:true,iconStart:null,iconEnd:null,hoverIconStart:null,hoverIconEnd:null,gap:12};addPropertyControls(SparkleButton,{label:{title:\"Label\",type:ControlType.String},text:{title:\"Font\",type:ControlType.Object,controls:{font:{type:\"font\",controls:\"extended\"},color:{title:\"Color\",type:ControlType.Color},align:{title:\"Text Align\",type:ControlType.Enum,displaySegmentedControl:true,optionTitles:[\"Left\",\"Center\",\"Right\"],options:[\"left\",\"center\",\"right\"]},transform:{title:\"Text Transform\",type:ControlType.Enum,optionTitles:[\"None\",\"Capitalize\",\"Uppercase\",\"Lowercase\"],options:[\"none\",\"capitalize\",\"uppercase\",\"lowercase\"]}}},background:{title:\"Background\",type:ControlType.Color},border:{title:\"Border\",type:ControlType.Object,controls:{width:{title:\"Width\",type:ControlType.Number,max:10,min:0,step:1},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]},color:{title:\"Color\",type:ControlType.Color},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:100,toggleKey:\"isMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0}}},size:{title:\"Size\",type:ControlType.Number,max:5,min:1,step:1,displayStepper:true,defaultValue:2},action:{title:\"Action\",type:ControlType.SegmentedEnum,options:[\"hover\",\"click\"],optionTitles:[\"Hover\",\"Click\"]},hover:{title:\"Hover\",type:ControlType.Object,controls:{background:{title:\"Background\",type:ControlType.Color},color:{title:\"Color\",type:ControlType.Color},border:{title:\"Border Color\",type:ControlType.Color}}},onTap:{type:ControlType.EventHandler},showIcon:{title:\"Show Icons\",type:ControlType.Boolean},iconStart:{title:\"Start Icon\",type:ControlType.ComponentInstance},hoverIconStart:{title:\"Hover Start Icon\",type:ControlType.ComponentInstance},iconEnd:{title:\"End Icon\",type:ControlType.ComponentInstance},hoverIconEnd:{title:\"Hover End Icon\",type:ControlType.ComponentInstance},gap:{title:\"Gap\",type:ControlType.Number,max:24,min:0,step:1},link:{title:\"Link To\",type:ControlType.Link},newTab:{title:\"New Tab\",type:ControlType.Boolean,defaultValue:false},smoothScroll:{title:\"Smooth Scroll\",type:ControlType.Boolean,defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SparkleButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"200\",\"framerSupportedLayoutWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SparkleButton.map", "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 _url_replace_match;const[,domain,parameters]=(_url_replace_match=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&_url_replace_match!==void 0?_url_replace_match:[null,null,null];return[domain,parameters?new URLSearchParams(parameters):null];};function safeURL(url){console.log(url);try{new URL(url);return url;}catch{try{new URL(`https://${url}`);return`https://${url}`;}catch{}}return undefined;}function isInternalURL(href){if(href===undefined)return false;if(href.startsWith(\"#\")||href.startsWith(\"/\")||href.startsWith(\".\"))return true;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,loopsUserGroup,formsparkID,getwaitlistAPI,convertkitAPI,convertkitFormID,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(!isInternalURL(link)){const url=safeURL(link);if(url)window.open(url,\"_blank\");}}};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 emailBody=`email=${encodeURIComponent(email)}`;const userGroupBody=`userGroup=${encodeURIComponent(loopsUserGroup)}`;const hasUserGroup=!!loopsUserGroup&&loopsUserGroup!==\" \";const formBody=hasUserGroup?emailBody+\"&\"+userGroupBody:emailBody;fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",mode:\"no-cors\",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://api.formspark.io/${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 formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).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===\"convertkit\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;data.api_key=convertkitAPI;fetch(`https://api.convertkit.com/v3/forms/${convertkitFormID}/subscribe`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).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,convertkitFormID,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}),service===\"convertkit\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:convertkitAPI}),/*#__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},\"data-1p-ignore\":true}),!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,\nfontSize: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\",\"convertkit\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\",\"ConvertKit\"],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\"},loopsUserGroup:{title:\"User Group\",type:ControlType.String,placeholder:\"Title\",optional:true,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\"},convertkitAPI:{title:\"API Key\",placeholder:\"5opis1WK6xnVsBwrOINUpe\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},convertkitFormID:{title:\"Form ID\",placeholder:\"1043389\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},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\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";export function withCurrentYear(Component){return props=>{const[year,setYear]=useState(\"2024\");useEffect(()=>{const date=Date.now();const year=new Date(date).getFullYear();setYear(`${year}`);},[year]);return /*#__PURE__*/_jsx(Component,{...props,text:year});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withCurrentYear\":{\"type\":\"reactHoc\",\"name\":\"withCurrentYear\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CurrentYear.map", "// Generated by Framer (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,PathVariablesContext,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SparkleButton from\"https://framerusercontent.com/modules/HWaH851X5fjAm5y2T76a/SmYlNrKvtFOYOlb4XeGj/SparkleButton.js\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Jo2d4bKbCdbbg0oiZ0LB/Input.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{withCurrentYear}from\"https://framerusercontent.com/modules/cJfXeNfS6BOv7dqSwY9t/lVzWWyJrrJzJQSdXeG3d/CurrentYear.js\";import Product from\"https://framerusercontent.com/modules/oau0sUnumYT2zr6xpsBJ/XygiXCkE4LDw9LicdeJd/TcAVhRnk9.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/znguUhfrji5DK0qZEUe5/v2weFiaTmuYREzaJKGUV/Ueq7oyLjV.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/wx9dMCydgAotiYr8PBGS/rUs7tjlSzWDPGQMWVrd1/XTXS0mOlP.js\";import NavigationNavLink from\"https://framerusercontent.com/modules/UHcDH7BJ1aa34NsSNYH7/DryGK0trSSuesZYUVdzg/ujQIPBGt1.js\";import ComponentLogo from\"https://framerusercontent.com/modules/iAz5dFpDVLGXvLSFvbS8/7bUeJLFCOQzyNUx6UJzF/uzHcrOTol.js\";const ComponentLogoFonts=getFonts(ComponentLogo);const InputFonts=getFonts(Input);const NavigationNavLinkFonts=getFonts(NavigationNavLink);const PhosphorFonts=getFonts(Phosphor);const RichTextWithCurrentYear=withCurrentYear(RichText);const SparkleButtonFonts=getFonts(SparkleButton);const cycleOrder=[\"e72sQviCY\",\"e2f65NSdS\",\"OjdQZOtX1\"];const serializationHash=\"framer-bb8V4\";const variantClassNames={e2f65NSdS:\"framer-v-13007ks\",e72sQviCY:\"framer-v-15g2y3h\",OjdQZOtX1:\"framer-v-14waynk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"cyzE2bzUo\";}else{return\"Gty4B4Eq4\";}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"e72sQviCY\",Mobile:\"OjdQZOtX1\",Tablet:\"e2f65NSdS\"};const getProps=({aboutLinkActive,blogLinkActive,changelogLinkActive,contactLinkActive,height,id,linkHoverCursor,policyLinkActive,pricingLinkActive,resetPasswordLinkActive,termsLinkActive,updatePasswordLinkActive,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,BZWYwT7DO:pricingLinkActive!==null&&pricingLinkActive!==void 0?pricingLinkActive:props.BZWYwT7DO,ejq8dk_49:blogLinkActive!==null&&blogLinkActive!==void 0?blogLinkActive:props.ejq8dk_49,fEqqXWN1M:changelogLinkActive!==null&&changelogLinkActive!==void 0?changelogLinkActive:props.fEqqXWN1M,FYNadJlCK:resetPasswordLinkActive!==null&&resetPasswordLinkActive!==void 0?resetPasswordLinkActive:props.FYNadJlCK,Icz7zVwa5:termsLinkActive!==null&&termsLinkActive!==void 0?termsLinkActive:props.Icz7zVwa5,lOIQg43Ki:policyLinkActive!==null&&policyLinkActive!==void 0?policyLinkActive:props.lOIQg43Ki,Mzo6OU486:updatePasswordLinkActive!==null&&updatePasswordLinkActive!==void 0?updatePasswordLinkActive:props.Mzo6OU486,RY0u1v7vu:contactLinkActive!==null&&contactLinkActive!==void 0?contactLinkActive:props.RY0u1v7vu,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"e72sQviCY\",weRvriYD4:linkHoverCursor!==null&&linkHoverCursor!==void 0?linkHoverCursor:props.weRvriYD4,y0TjFkRmn:aboutLinkActive!==null&&aboutLinkActive!==void 0?aboutLinkActive:props.y0TjFkRmn};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,FYNadJlCK,Mzo6OU486,fEqqXWN1M,y0TjFkRmn,RY0u1v7vu,ejq8dk_49,Icz7zVwa5,lOIQg43Ki,BZWYwT7DO,weRvriYD4,XVIQeo1hDc3QWF3JCq,oFg5u84ZGc3QWF3JCq,idc3QWF3JCq,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e72sQviCY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15g2y3h\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"e72sQviCY\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({e2f65NSdS:{\"data-framer-name\":\"Tablet\"},OjdQZOtX1:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.section,{className:\"framer-qzg6bu\",\"data-border\":true,\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"q11wwxEBK\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6f326015-829d-47cf-a20c-39c4de67590c, rgba(28, 28, 28, 0.08))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-37hvos\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"C0gvi0jDf\",children:[/*#__PURE__*/_jsxs(motion.header,{className:\"framer-1rby52h\",\"data-framer-name\":\"About\",layoutDependency:layoutDependency,layoutId:\"siu8QwLRI\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zrtw81-container\",layoutDependency:layoutDependency,layoutId:\"GyOGHFj2S-container\",children:/*#__PURE__*/_jsx(ComponentLogo,{H4HYBotFs:false,height:\"100%\",id:\"GyOGHFj2S\",layoutId:\"GyOGHFj2S\",lIHcWZm8U:\"var(--token-34336198-31dd-4950-ac70-67552d075501, rgb(28, 28, 28))\",MZhM2KPxN:false,variant:\"CN00jje9H\",VSFQhgTM6:32,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1e978ry\",\"data-styles-preset\":\"XTXS0mOlP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62)))\"},children:\"Maximize customer connections and streamline management with our powerful AI-powered App.\"})}),className:\"framer-t9rx1y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AKNfhWya0\",style:{\"--extracted-r6o4lv\":\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({OjdQZOtX1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1e978ry\",\"data-styles-preset\":\"XTXS0mOlP\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62)))\"},children:\"Maximize customer connections and streamline management with our powerful AI-powered App.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1le44gt\",\"data-framer-name\":\"RSS\",layoutDependency:layoutDependency,layoutId:\"w7A8eLANy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-dp4lmc\",\"data-styles-preset\":\"Ueq7oyLjV\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-34336198-31dd-4950-ac70-67552d075501, rgb(28, 28, 28)))\"},children:\"Join our mailing list\"})}),className:\"framer-1x8h91o\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CsmJ4NCpc\",style:{\"--extracted-1w1cjl5\":\"var(--token-34336198-31dd-4950-ac70-67552d075501, rgb(28, 28, 28))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5itvv7-container\",layoutDependency:layoutDependency,layoutId:\"Evxwp9Afz-container\",children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0.03em\",lineHeight:\"1em\"},buttonPadding:16,buttonPaddingBottom:16,buttonPaddingLeft:16,buttonPaddingPerSide:false,buttonPaddingRight:16,buttonPaddingTop:16,color:\"rgb(255, 255, 255)\",fill:\"var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(254, 95, 60))\",insetWhenDocked:4,isDocked:true,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:115},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0.03em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"Evxwp9Afz\",input:{borderObject:{borderColor:\"var(--token-6f326015-829d-47cf-a20c-39c4de67590c, rgba(28, 28, 28, 0.08))\",borderWidth:1},borderRadius:12,color:\"var(--token-34336198-31dd-4950-ac70-67552d075501, rgb(28, 28, 28))\",fill:\"var(--token-eebcedd1-332e-46cf-8c65-2cec5140c2d1, rgba(243, 243, 243, 0.82))\",fixedHeight:50,focusObject:{focusColor:\"var(--token-34336198-31dd-4950-ac70-67552d075501, rgb(28, 28, 28))\",focusWidthFrom:0,focusWidthTo:2},height:true,padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,placeholder:\"Enter your email\",placeholderColor:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\"},layout:\"horizontal\",layoutId:\"Evxwp9Afz\",loopsID:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",redirectAs:\"link\",service:\"formspark\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({OjdQZOtX1:{button:{buttonFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0.03em\",lineHeight:\"1em\"},buttonPadding:16,buttonPaddingBottom:16,buttonPaddingLeft:16,buttonPaddingPerSide:false,buttonPaddingRight:16,buttonPaddingTop:16,color:\"rgb(255, 255, 255)\",fill:\"var(--token-1bfc92b2-7a4b-45e2-a854-14ae137e253a, rgb(254, 95, 60))\",insetWhenDocked:4,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:115},gap:8,layout:\"vertical\"}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e93cet\",\"data-framer-name\":\"Sitemap\",layoutDependency:layoutDependency,layoutId:\"e9i4VUjuY\",children:[/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-11uuhd6\",\"data-framer-name\":\"Product\",layoutDependency:layoutDependency,layoutId:\"b7_MRL9_Q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-dp4lmc\",\"data-styles-preset\":\"Ueq7oyLjV\",children:\"Product\"})}),className:\"framer-g9ap79\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UirRdqGl2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cykjpe\",layoutDependency:layoutDependency,layoutId:\"c3QWF3JCq\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Product,type:\"Collection\"},select:[{name:\"XVIQeo1hD\",type:\"Identifier\"},{name:\"oFg5u84ZG\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}]},children:collection=>collection.map(({XVIQeo1hD:XVIQeo1hDc3QWF3JCq,oFg5u84ZG:oFg5u84ZGc3QWF3JCq,id:idc3QWF3JCq},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`c3QWF3JCq-${idc3QWF3JCq}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{oFg5u84ZG:oFg5u84ZGc3QWF3JCq},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{oFg5u84ZG:oFg5u84ZGc3QWF3JCq},webPageId:\"xnM7yJxzc\"},implicitPathVariables:undefined},{href:{pathVariables:{oFg5u84ZG:oFg5u84ZGc3QWF3JCq},webPageId:\"xnM7yJxzc\"},implicitPathVariables:undefined},{href:{pathVariables:{oFg5u84ZG:oFg5u84ZGc3QWF3JCq},webPageId:\"xnM7yJxzc\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-198fi7i-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"Reset Password\",layoutDependency:layoutDependency,layoutId:\"mSSkVLFuw-container\",name:\"Reset Password\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"mSSkVLFuw\",layoutId:\"mSSkVLFuw\",name:\"Reset Password\",nFRbVs8A1:resolvedLinks[0],S5nlfWrvn:XVIQeo1hDc3QWF3JCq,SMEK2y9Qw:false,variant:\"Gty4B4Eq4\",width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks[2]}},baseVariant,gestureVariant)})})})})})},idc3QWF3JCq);})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y43558\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"AIYfHMpC_\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FcSbBaqdR\"},implicitPathVariables:undefined},{href:{webPageId:\"FcSbBaqdR\"},implicitPathVariables:undefined},{href:{webPageId:\"FcSbBaqdR\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z0p8il-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"Reset Password\",layoutDependency:layoutDependency,layoutId:\"afJrySBxu-container\",name:\"Reset Password\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"afJrySBxu\",layoutId:\"afJrySBxu\",name:\"Reset Password\",nFRbVs8A1:resolvedLinks1[0],S5nlfWrvn:\"Reset Password\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(FYNadJlCK,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks1[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"l4AdR0jGc\"},implicitPathVariables:undefined},{href:{webPageId:\"l4AdR0jGc\"},implicitPathVariables:undefined},{href:{webPageId:\"l4AdR0jGc\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tn432g-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"Update password\",layoutDependency:layoutDependency,layoutId:\"wz9Ipoxub-container\",name:\"Update password\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"wz9Ipoxub\",layoutId:\"wz9Ipoxub\",name:\"Update password\",nFRbVs8A1:resolvedLinks2[0],S5nlfWrvn:\"Update password\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(Mzo6OU486,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks2[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sP7LCvdez\"},implicitPathVariables:undefined},{href:{webPageId:\"sP7LCvdez\"},implicitPathVariables:undefined},{href:{webPageId:\"sP7LCvdez\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tl3gh6-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"404\",layoutDependency:layoutDependency,layoutId:\"MIAsSbpdz-container\",name:\"404\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"MIAsSbpdz\",layoutId:\"MIAsSbpdz\",name:\"404\",nFRbVs8A1:resolvedLinks3[0],S5nlfWrvn:\"Pricing\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(BZWYwT7DO,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks3[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1qnavcw\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"y8nI9Qyvk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-dp4lmc\",\"data-styles-preset\":\"Ueq7oyLjV\",children:\"Company\"})}),className:\"framer-fdr6t5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nGOUAJ9H_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v7fomg\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"ug8UCJwVc\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t0sXRssTi\"},implicitPathVariables:undefined},{href:{webPageId:\"t0sXRssTi\"},implicitPathVariables:undefined},{href:{webPageId:\"t0sXRssTi\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-li7i1f-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"About\",layoutDependency:layoutDependency,layoutId:\"b8oxjTfqt-container\",name:\"About\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"b8oxjTfqt\",layoutId:\"b8oxjTfqt\",name:\"About\",nFRbVs8A1:resolvedLinks4[0],S5nlfWrvn:\"About\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(y0TjFkRmn,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks4[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AHJtlx7Vz\"},implicitPathVariables:undefined},{href:{webPageId:\"AHJtlx7Vz\"},implicitPathVariables:undefined},{href:{webPageId:\"AHJtlx7Vz\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hwwiqe-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"I8BnakQ4r-container\",name:\"Contact\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"I8BnakQ4r\",layoutId:\"I8BnakQ4r\",name:\"Contact\",nFRbVs8A1:resolvedLinks5[0],S5nlfWrvn:\"Contact\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(RY0u1v7vu,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks5[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dWmQuKzSI\"},implicitPathVariables:undefined},{href:{webPageId:\"dWmQuKzSI\"},implicitPathVariables:undefined},{href:{webPageId:\"dWmQuKzSI\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sfbz5x-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"Blog\",layoutDependency:layoutDependency,layoutId:\"jKVo50w6F-container\",name:\"Blog\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"jKVo50w6F\",layoutId:\"jKVo50w6F\",name:\"Blog\",nFRbVs8A1:resolvedLinks6[0],S5nlfWrvn:\"Blog\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(ejq8dk_49,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks6[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks6[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{cbm0HK3Gr:\"terms-of-use\"},unresolvedPathSlugs:{cbm0HK3Gr:{collectionId:\"yd2Osafjc\",collectionItemId:\"ACS6NP1St\"}},webPageId:\"PseQAHP_h\"},implicitPathVariables:undefined},{href:{pathVariables:{cbm0HK3Gr:\"terms-of-use\"},unresolvedPathSlugs:{cbm0HK3Gr:{collectionId:\"yd2Osafjc\",collectionItemId:\"ACS6NP1St\"}},webPageId:\"PseQAHP_h\"},implicitPathVariables:undefined},{href:{pathVariables:{cbm0HK3Gr:\"terms-of-use\"},unresolvedPathSlugs:{cbm0HK3Gr:{collectionId:\"yd2Osafjc\",collectionItemId:\"ACS6NP1St\"}},webPageId:\"PseQAHP_h\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9vg9v7-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"Terms of Use\",layoutDependency:layoutDependency,layoutId:\"y9rdQasj1-container\",name:\"Terms of Use\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"y9rdQasj1\",layoutId:\"y9rdQasj1\",name:\"Terms of Use\",nFRbVs8A1:resolvedLinks7[0],S5nlfWrvn:\"Terms of Use\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(Icz7zVwa5,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks7[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{cbm0HK3Gr:\"privacy-policy\"},unresolvedPathSlugs:{cbm0HK3Gr:{collectionId:\"yd2Osafjc\",collectionItemId:\"nj6VKcZ9z\"}},webPageId:\"PseQAHP_h\"},implicitPathVariables:undefined},{href:{pathVariables:{cbm0HK3Gr:\"privacy-policy\"},unresolvedPathSlugs:{cbm0HK3Gr:{collectionId:\"yd2Osafjc\",collectionItemId:\"nj6VKcZ9z\"}},webPageId:\"PseQAHP_h\"},implicitPathVariables:undefined},{href:{pathVariables:{cbm0HK3Gr:\"privacy-policy\"},unresolvedPathSlugs:{cbm0HK3Gr:{collectionId:\"yd2Osafjc\",collectionItemId:\"nj6VKcZ9z\"}},webPageId:\"PseQAHP_h\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jlw9fp-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"Privacy Policy\",layoutDependency:layoutDependency,layoutId:\"t_onGFZEs-container\",name:\"Privacy Policy\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"t_onGFZEs\",layoutId:\"t_onGFZEs\",name:\"Privacy Policy\",nFRbVs8A1:resolvedLinks8[0],S5nlfWrvn:\"Privacy Policy\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(lOIQg43Ki,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks8[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks8[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jwI4t9vbg\"},implicitPathVariables:undefined},{href:{webPageId:\"jwI4t9vbg\"},implicitPathVariables:undefined},{href:{webPageId:\"jwI4t9vbg\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mfp210-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"Changelog\",layoutDependency:layoutDependency,layoutId:\"AGQ_PNJ9R-container\",name:\"Changelog\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"AGQ_PNJ9R\",layoutId:\"AGQ_PNJ9R\",name:\"Changelog\",nFRbVs8A1:resolvedLinks9[0],S5nlfWrvn:\"Changelog\",SMEK2y9Qw:false,variant:convertFromBoolean(equals(fEqqXWN1M,true),activeLocale),width:\"100%\",...addPropertyOverrides({e2f65NSdS:{nFRbVs8A1:resolvedLinks9[1]},OjdQZOtX1:{nFRbVs8A1:resolvedLinks9[2]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-81yo0f\",\"data-framer-name\":\"Resources\",layoutDependency:layoutDependency,layoutId:\"fsAfwz9cu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-dp4lmc\",\"data-styles-preset\":\"Ueq7oyLjV\",children:\"Resources\"})}),className:\"framer-1q99z4n\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wk08uTN2g\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-et3nlj\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"WVv3UJGOj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cuew5c-container\",\"data-framer-cursor\":weRvriYD4,layoutDependency:layoutDependency,layoutId:\"Xm8WABtax-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"Xm8WABtax\",layoutId:\"Xm8WABtax\",nFRbVs8A1:\"https://framerauth.com/?aff=BLk8Z\",S5nlfWrvn:\"FramerAuth\",SMEK2y9Qw:true,variant:\"Gty4B4Eq4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v9so2s-container\",\"data-framer-cursor\":weRvriYD4,layoutDependency:layoutDependency,layoutId:\"nRtSJzQVc-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"nRtSJzQVc\",layoutId:\"nRtSJzQVc\",nFRbVs8A1:\"https://www.framer.com/academy?via=kotandy\",S5nlfWrvn:\"Learn Center\",SMEK2y9Qw:true,variant:\"Gty4B4Eq4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e1dh2z-container\",\"data-framer-cursor\":weRvriYD4,layoutDependency:layoutDependency,layoutId:\"mWfyL_mg7-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"mWfyL_mg7\",layoutId:\"mWfyL_mg7\",nFRbVs8A1:\"https://www.framer.com/help?via=kotandy\",S5nlfWrvn:\"Help Center\",SMEK2y9Qw:true,variant:\"Gty4B4Eq4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fqlbrw-container\",\"data-framer-cursor\":weRvriYD4,layoutDependency:layoutDependency,layoutId:\"yV83ImSAP-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"yV83ImSAP\",layoutId:\"yV83ImSAP\",nFRbVs8A1:\"https://www.framer.com/pricing?via=kotandy\",S5nlfWrvn:\"Upgrade\",SMEK2y9Qw:true,variant:\"Gty4B4Eq4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-47f5f8-container\",\"data-framer-cursor\":weRvriYD4,layoutDependency:layoutDependency,layoutId:\"HV72qFhlu-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"HV72qFhlu\",layoutId:\"HV72qFhlu\",nFRbVs8A1:\"https://getremix.pro/\",S5nlfWrvn:\"More products\",SMEK2y9Qw:true,variant:\"Gty4B4Eq4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-frfx1w-container\",\"data-framer-cursor\":weRvriYD4,layoutDependency:layoutDependency,layoutId:\"vdboYFVin-container\",children:/*#__PURE__*/_jsx(NavigationNavLink,{DcXFmgYsi:false,height:\"100%\",id:\"vdboYFVin\",layoutId:\"vdboYFVin\",nFRbVs8A1:\"https://kotandy.lemonsqueezy.com/buy/a529fc51-5606-412f-a4e7-29739a7c6e3a\",S5nlfWrvn:\"Get template\",SMEK2y9Qw:true,variant:\"Gty4B4Eq4\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsxs(motion.footer,{className:\"framer-of24wp\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"P2NwT4Fw_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-si6v1r\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"p4yrVqQNe\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jd2y9q-container\",layoutDependency:layoutDependency,layoutId:\"IyoBqkfNR-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",height:\"100%\",iconSearch:\"copyright\",iconSelection:\"House\",id:\"IyoBqkfNR\",layoutId:\"IyoBqkfNR\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithCurrentYear,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1e978ry\",\"data-styles-preset\":\"XTXS0mOlP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62)))\"},children:\"2024\"})}),className:\"framer-1pxyqkf\",\"data-framer-name\":\"Year\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z_CGMwyUy\",style:{\"--extracted-r6o4lv\":\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\"},verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1e978ry\",\"data-styles-preset\":\"XTXS0mOlP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62)))\"},children:\"AIapp, Inc. All rights reserved.\"})}),className:\"framer-1t1ha7x\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GslVWSwBn\",style:{\"--extracted-r6o4lv\":\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1uizsi3\",\"data-framer-name\":\"Socials\",layoutDependency:layoutDependency,layoutId:\"QJzmt6A9D\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z8yfm7-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"FB\",layoutDependency:layoutDependency,layoutId:\"qKckzKUQd-container\",name:\"FB\",children:/*#__PURE__*/_jsx(SparkleButton,{action:\"hover\",background:\"rgba(255, 97, 61, 0)\",border:{bottomLeft:100,bottomRight:100,color:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",isMixed:false,radius:100,style:\"solid\",topLeft:100,topRight:100,width:0},gap:12,height:\"100%\",hover:{background:\"rgba(255, 97, 61, 0)\",border:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",color:\"rgb(250, 250, 250)\"},hoverIconEnd:[],hoverIconStart:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sgat8x-container\",\"data-framer-name\":\"Facebook/Hover\",layoutDependency:layoutDependency,layoutId:\"cegxoOy9e-container\",name:\"Facebook/Hover\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",height:\"100%\",iconSearch:\"facebook\",iconSelection:\"House\",id:\"cegxoOy9e\",layoutId:\"cegxoOy9e\",mirrored:false,name:\"Facebook/Hover\",selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})],iconEnd:[],iconStart:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gz8m5v-container\",\"data-framer-name\":\"Facebook\",layoutDependency:layoutDependency,layoutId:\"xa1Jo37UT-container\",name:\"Facebook\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",height:\"100%\",iconSearch:\"facebook\",iconSelection:\"House\",id:\"xa1Jo37UT\",layoutId:\"xa1Jo37UT\",mirrored:false,name:\"Facebook\",selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})],id:\"qKckzKUQd\",label:\"\",layoutId:\"qKckzKUQd\",link:\"https://twitter.com/raccoontend\",name:\"FB\",newTab:true,showIcon:true,size:2,smoothScroll:false,style:{height:\"100%\"},text:{align:\"left\",color:\"rgb(250, 250, 250)\",font:{},transform:\"none\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14r0s56-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"YT\",layoutDependency:layoutDependency,layoutId:\"aI3sGwGHU-container\",name:\"YT\",children:/*#__PURE__*/_jsx(SparkleButton,{action:\"hover\",background:\"rgba(255, 97, 61, 0)\",border:{bottomLeft:100,bottomRight:100,color:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",isMixed:false,radius:100,style:\"solid\",topLeft:100,topRight:100,width:0},gap:12,height:\"100%\",hover:{background:\"rgba(255, 97, 61, 0)\",border:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",color:\"rgb(250, 250, 250)\"},hoverIconEnd:[],hoverIconStart:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pz1opx-container\",\"data-framer-name\":\"instagram/Hover\",layoutDependency:layoutDependency,layoutId:\"bwRKvZPKv-container\",name:\"instagram/Hover\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",height:\"100%\",iconSearch:\"instagram\",iconSelection:\"House\",id:\"bwRKvZPKv\",layoutId:\"bwRKvZPKv\",mirrored:false,name:\"instagram/Hover\",selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})],iconEnd:[],iconStart:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m4qy8x-container\",\"data-framer-name\":\"instagram\",layoutDependency:layoutDependency,layoutId:\"b69Y4qfqB-container\",name:\"instagram\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",height:\"100%\",iconSearch:\"instagram\",iconSelection:\"House\",id:\"b69Y4qfqB\",layoutId:\"b69Y4qfqB\",mirrored:false,name:\"instagram\",selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})],id:\"aI3sGwGHU\",label:\"\",layoutId:\"aI3sGwGHU\",link:\"https://twitter.com/raccoontend\",name:\"YT\",newTab:true,showIcon:true,size:2,smoothScroll:false,style:{height:\"100%\"},text:{align:\"left\",color:\"rgb(250, 250, 250)\",font:{},transform:\"none\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-98xt0p-container\",\"data-framer-cursor\":weRvriYD4,\"data-framer-name\":\"TW\",layoutDependency:layoutDependency,layoutId:\"Mm2w3Q7Kc-container\",name:\"TW\",children:/*#__PURE__*/_jsx(SparkleButton,{action:\"hover\",background:\"rgba(255, 97, 61, 0)\",border:{bottomLeft:100,bottomRight:100,color:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",isMixed:false,radius:100,style:\"solid\",topLeft:100,topRight:100,width:0},gap:12,height:\"100%\",hover:{background:\"rgba(255, 97, 61, 0)\",border:\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\",color:\"rgb(250, 250, 250)\"},hoverIconEnd:[],hoverIconStart:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-gepbgn\",\"data-framer-name\":\"Twitter/Hover\",layoutDependency:layoutDependency,layoutId:\"l1zyVvFrp\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yfw1ci\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"S02GA0Dyp\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 21\"><path d=\"M 0.054 0 L 8.548 11.357 L 0 20.591 L 1.924 20.591 L 9.407 12.507 L 15.454 20.591 L 22 20.591 L 13.028 8.595 L 20.984 0 L 19.061 0 L 12.169 7.446 L 6.6 0 Z M 7 2.5 L 5.89 1.417 L 19.171 19.174 L 18.5 18 Z\" fill=\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\"></path></svg>',svgContentId:2724852058,withExternalLayout:true})})],iconEnd:[],iconStart:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l3s2i1\",\"data-framer-name\":\"Twitter\",layoutDependency:layoutDependency,layoutId:\"n9QRuJ2QC\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fh3gn5\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DjWbVMLa3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 21\"><path d=\"M 0.054 0 L 8.548 11.357 L 0 20.591 L 1.924 20.591 L 9.407 12.507 L 15.454 20.591 L 22 20.591 L 13.028 8.595 L 20.984 0 L 19.061 0 L 12.169 7.446 L 6.6 0 Z M 2.883 1.417 L 5.89 1.417 L 19.171 19.174 L 16.163 19.174 Z\" fill=\"var(--token-085f5e10-9224-46ed-ab1e-44f9013231ec, rgba(28, 28, 28, 0.62))\"></path></svg>',svgContentId:3559005779,withExternalLayout:true})})],id:\"Mm2w3Q7Kc\",label:\"\",layoutId:\"Mm2w3Q7Kc\",link:\"https://twitter.com/raccoontend\",name:\"TW\",newTab:true,showIcon:true,size:2,smoothScroll:false,style:{height:\"100%\"},text:{align:\"left\",color:\"rgb(250, 250, 250)\",font:{},transform:\"none\"},width:\"100%\"})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bb8V4.framer-18ycfpb, .framer-bb8V4 .framer-18ycfpb { display: block; }\",\".framer-bb8V4.framer-15g2y3h { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 62px 48px 32px 48px; position: relative; width: 1200px; }\",\".framer-bb8V4 .framer-qzg6bu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-bb8V4 .framer-37hvos { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; max-width: 360px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bb8V4 .framer-1rby52h, .framer-bb8V4 .framer-1le44gt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bb8V4 .framer-zrtw81-container, .framer-bb8V4 .framer-198fi7i-container, .framer-bb8V4 .framer-z0p8il-container, .framer-bb8V4 .framer-tn432g-container, .framer-bb8V4 .framer-1tl3gh6-container, .framer-bb8V4 .framer-li7i1f-container, .framer-bb8V4 .framer-1hwwiqe-container, .framer-bb8V4 .framer-1sfbz5x-container, .framer-bb8V4 .framer-9vg9v7-container, .framer-bb8V4 .framer-jlw9fp-container, .framer-bb8V4 .framer-mfp210-container, .framer-bb8V4 .framer-cuew5c-container, .framer-bb8V4 .framer-1v9so2s-container, .framer-bb8V4 .framer-1e1dh2z-container, .framer-bb8V4 .framer-1fqlbrw-container, .framer-bb8V4 .framer-47f5f8-container, .framer-bb8V4 .framer-frfx1w-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bb8V4 .framer-t9rx1y { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bb8V4 .framer-1x8h91o, .framer-bb8V4 .framer-g9ap79, .framer-bb8V4 .framer-fdr6t5, .framer-bb8V4 .framer-1q99z4n, .framer-bb8V4 .framer-1pxyqkf, .framer-bb8V4 .framer-1t1ha7x { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bb8V4 .framer-5itvv7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-bb8V4 .framer-1e93cet { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 62px; height: auto; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bb8V4 .framer-11uuhd6, .framer-bb8V4 .framer-1qnavcw, .framer-bb8V4 .framer-81yo0f { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-bb8V4 .framer-1cykjpe { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: auto; }\",\".framer-bb8V4 .framer-y43558, .framer-bb8V4 .framer-1v7fomg, .framer-bb8V4 .framer-et3nlj { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bb8V4 .framer-of24wp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: auto; justify-content: space-between; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-bb8V4 .framer-si6v1r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bb8V4 .framer-jd2y9q-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-bb8V4 .framer-1uizsi3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bb8V4 .framer-z8yfm7-container { flex: none; height: 51px; position: relative; width: auto; }\",\".framer-bb8V4 .framer-1gz8m5v-container, .framer-bb8V4 .framer-1sgat8x-container, .framer-bb8V4 .framer-m4qy8x-container, .framer-bb8V4 .framer-1pz1opx-container { height: 32px; position: relative; width: 32px; }\",\".framer-bb8V4 .framer-14r0s56-container, .framer-bb8V4 .framer-98xt0p-container { flex: none; height: 52px; position: relative; width: auto; }\",\".framer-bb8V4 .framer-1l3s2i1, .framer-bb8V4 .framer-gepbgn { height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-bb8V4 .framer-1fh3gn5, .framer-bb8V4 .framer-1yfw1ci { flex: none; height: 21px; left: calc(50.00000000000002% - 22px / 2); position: absolute; top: calc(50.00000000000002% - 21px / 2); width: 22px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bb8V4.framer-15g2y3h, .framer-bb8V4 .framer-37hvos, .framer-bb8V4 .framer-1rby52h, .framer-bb8V4 .framer-1le44gt, .framer-bb8V4 .framer-1e93cet, .framer-bb8V4 .framer-11uuhd6, .framer-bb8V4 .framer-1cykjpe, .framer-bb8V4 .framer-y43558, .framer-bb8V4 .framer-1qnavcw, .framer-bb8V4 .framer-1v7fomg, .framer-bb8V4 .framer-81yo0f, .framer-bb8V4 .framer-et3nlj, .framer-bb8V4 .framer-si6v1r, .framer-bb8V4 .framer-1uizsi3 { gap: 0px; } .framer-bb8V4.framer-15g2y3h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bb8V4.framer-15g2y3h > :first-child, .framer-bb8V4 .framer-37hvos > :first-child, .framer-bb8V4 .framer-1rby52h > :first-child, .framer-bb8V4 .framer-1le44gt > :first-child, .framer-bb8V4 .framer-11uuhd6 > :first-child, .framer-bb8V4 .framer-1cykjpe > :first-child, .framer-bb8V4 .framer-y43558 > :first-child, .framer-bb8V4 .framer-1qnavcw > :first-child, .framer-bb8V4 .framer-1v7fomg > :first-child, .framer-bb8V4 .framer-81yo0f > :first-child, .framer-bb8V4 .framer-et3nlj > :first-child { margin-top: 0px; } .framer-bb8V4.framer-15g2y3h > :last-child, .framer-bb8V4 .framer-37hvos > :last-child, .framer-bb8V4 .framer-1rby52h > :last-child, .framer-bb8V4 .framer-1le44gt > :last-child, .framer-bb8V4 .framer-11uuhd6 > :last-child, .framer-bb8V4 .framer-1cykjpe > :last-child, .framer-bb8V4 .framer-y43558 > :last-child, .framer-bb8V4 .framer-1qnavcw > :last-child, .framer-bb8V4 .framer-1v7fomg > :last-child, .framer-bb8V4 .framer-81yo0f > :last-child, .framer-bb8V4 .framer-et3nlj > :last-child { margin-bottom: 0px; } .framer-bb8V4 .framer-37hvos > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-bb8V4 .framer-1rby52h > *, .framer-bb8V4 .framer-1le44gt > *, .framer-bb8V4 .framer-11uuhd6 > *, .framer-bb8V4 .framer-1cykjpe > *, .framer-bb8V4 .framer-y43558 > *, .framer-bb8V4 .framer-1qnavcw > *, .framer-bb8V4 .framer-1v7fomg > *, .framer-bb8V4 .framer-81yo0f > *, .framer-bb8V4 .framer-et3nlj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bb8V4 .framer-1e93cet > * { margin: 0px; margin-left: calc(62px / 2); margin-right: calc(62px / 2); } .framer-bb8V4 .framer-1e93cet > :first-child, .framer-bb8V4 .framer-si6v1r > :first-child, .framer-bb8V4 .framer-1uizsi3 > :first-child { margin-left: 0px; } .framer-bb8V4 .framer-1e93cet > :last-child, .framer-bb8V4 .framer-si6v1r > :last-child, .framer-bb8V4 .framer-1uizsi3 > :last-child { margin-right: 0px; } .framer-bb8V4 .framer-si6v1r > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-bb8V4 .framer-1uizsi3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-bb8V4.framer-v-13007ks.framer-15g2y3h { width: 810px; }\",\".framer-bb8V4.framer-v-13007ks .framer-qzg6bu { flex-direction: column; gap: 62px; justify-content: flex-start; }\",\".framer-bb8V4.framer-v-13007ks .framer-37hvos { flex: none; flex-direction: row; max-width: unset; width: 100%; }\",\".framer-bb8V4.framer-v-13007ks .framer-1rby52h, .framer-bb8V4.framer-v-13007ks .framer-1le44gt { flex: 1 0 0px; width: 1px; }\",\".framer-bb8V4.framer-v-13007ks .framer-1e93cet { flex: none; gap: unset; justify-content: space-between; width: 100%; }\",\".framer-bb8V4.framer-v-13007ks .framer-11uuhd6, .framer-bb8V4.framer-v-13007ks .framer-1cykjpe, .framer-bb8V4.framer-v-13007ks .framer-y43558, .framer-bb8V4.framer-v-13007ks .framer-1qnavcw, .framer-bb8V4.framer-v-13007ks .framer-1v7fomg, .framer-bb8V4.framer-v-13007ks .framer-81yo0f, .framer-bb8V4.framer-v-13007ks .framer-et3nlj { align-content: flex-start; align-items: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bb8V4.framer-v-13007ks .framer-qzg6bu, .framer-bb8V4.framer-v-13007ks .framer-37hvos, .framer-bb8V4.framer-v-13007ks .framer-1e93cet { gap: 0px; } .framer-bb8V4.framer-v-13007ks .framer-qzg6bu > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-bb8V4.framer-v-13007ks .framer-qzg6bu > :first-child { margin-top: 0px; } .framer-bb8V4.framer-v-13007ks .framer-qzg6bu > :last-child { margin-bottom: 0px; } .framer-bb8V4.framer-v-13007ks .framer-37hvos > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-bb8V4.framer-v-13007ks .framer-37hvos > :first-child { margin-left: 0px; } .framer-bb8V4.framer-v-13007ks .framer-37hvos > :last-child { margin-right: 0px; } .framer-bb8V4.framer-v-13007ks .framer-1e93cet > *, .framer-bb8V4.framer-v-13007ks .framer-1e93cet > :first-child, .framer-bb8V4.framer-v-13007ks .framer-1e93cet > :last-child { margin: 0px; } }\",\".framer-bb8V4.framer-v-14waynk.framer-15g2y3h { width: 390px; }\",\".framer-bb8V4.framer-v-14waynk .framer-qzg6bu { align-content: center; align-items: center; flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-bb8V4.framer-v-14waynk .framer-37hvos { align-content: center; align-items: center; flex: none; width: 100%; }\",\".framer-bb8V4.framer-v-14waynk .framer-1rby52h, .framer-bb8V4.framer-v-14waynk .framer-1le44gt, .framer-bb8V4.framer-v-14waynk .framer-11uuhd6, .framer-bb8V4.framer-v-14waynk .framer-1cykjpe, .framer-bb8V4.framer-v-14waynk .framer-y43558, .framer-bb8V4.framer-v-14waynk .framer-1qnavcw, .framer-bb8V4.framer-v-14waynk .framer-1v7fomg, .framer-bb8V4.framer-v-14waynk .framer-81yo0f, .framer-bb8V4.framer-v-14waynk .framer-et3nlj { align-content: center; align-items: center; }\",\".framer-bb8V4.framer-v-14waynk .framer-1e93cet { align-content: center; align-items: center; flex: none; flex-direction: column; justify-content: flex-start; width: 100%; }\",\".framer-bb8V4.framer-v-14waynk .framer-of24wp { flex-direction: column; gap: 32px; justify-content: flex-start; }\",\".framer-bb8V4.framer-v-14waynk .framer-si6v1r { justify-content: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bb8V4.framer-v-14waynk .framer-qzg6bu, .framer-bb8V4.framer-v-14waynk .framer-1e93cet, .framer-bb8V4.framer-v-14waynk .framer-of24wp { gap: 0px; } .framer-bb8V4.framer-v-14waynk .framer-qzg6bu > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-bb8V4.framer-v-14waynk .framer-qzg6bu > :first-child, .framer-bb8V4.framer-v-14waynk .framer-1e93cet > :first-child, .framer-bb8V4.framer-v-14waynk .framer-of24wp > :first-child { margin-top: 0px; } .framer-bb8V4.framer-v-14waynk .framer-qzg6bu > :last-child, .framer-bb8V4.framer-v-14waynk .framer-1e93cet > :last-child, .framer-bb8V4.framer-v-14waynk .framer-of24wp > :last-child { margin-bottom: 0px; } .framer-bb8V4.framer-v-14waynk .framer-1e93cet > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-bb8V4.framer-v-14waynk .framer-of24wp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-bb8V4[data-border=\"true\"]::after, .framer-bb8V4 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 512\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"e2f65NSdS\":{\"layout\":[\"fixed\",\"auto\"]},\"OjdQZOtX1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"FYNadJlCK\":\"resetPasswordLinkActive\",\"Mzo6OU486\":\"updatePasswordLinkActive\",\"fEqqXWN1M\":\"changelogLinkActive\",\"y0TjFkRmn\":\"aboutLinkActive\",\"RY0u1v7vu\":\"contactLinkActive\",\"ejq8dk_49\":\"blogLinkActive\",\"Icz7zVwa5\":\"termsLinkActive\",\"lOIQg43Ki\":\"policyLinkActive\",\"BZWYwT7DO\":\"pricingLinkActive\",\"weRvriYD4\":\"linkHoverCursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerl8MJz94_k=withCSS(Component,css,\"framer-bb8V4\");export default Framerl8MJz94_k;Framerl8MJz94_k.displayName=\"Section/Footer\";Framerl8MJz94_k.defaultProps={height:512,width:1200};addPropertyControls(Framerl8MJz94_k,{variant:{options:[\"e72sQviCY\",\"e2f65NSdS\",\"OjdQZOtX1\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},FYNadJlCK:{defaultValue:false,title:\"Reset Password Link Active\",type:ControlType.Boolean},Mzo6OU486:{defaultValue:false,title:\"Update Password Link Active\",type:ControlType.Boolean},fEqqXWN1M:{defaultValue:false,title:\"Changelog Link Active\",type:ControlType.Boolean},y0TjFkRmn:{defaultValue:false,title:\"About Link Active\",type:ControlType.Boolean},RY0u1v7vu:{defaultValue:false,title:\"Contact Link Active\",type:ControlType.Boolean},ejq8dk_49:{defaultValue:false,title:\"Blog Link Active\",type:ControlType.Boolean},Icz7zVwa5:{defaultValue:false,title:\"Terms Link Active\",type:ControlType.Boolean},lOIQg43Ki:{defaultValue:false,title:\"Policy Link Active\",type:ControlType.Boolean},BZWYwT7DO:{defaultValue:false,title:\"Pricing Link Active\",type:ControlType.Boolean},weRvriYD4:{title:\"Link Hover Cursor\",type:ControlType.CustomCursor}});addFonts(Framerl8MJz94_k,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",weight:\"500\"}]},...ComponentLogoFonts,...InputFonts,...NavigationNavLinkFonts,...PhosphorFonts,...SparkleButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerl8MJz94_k\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"512\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e2f65NSdS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OjdQZOtX1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerVariables\":\"{\\\"FYNadJlCK\\\":\\\"resetPasswordLinkActive\\\",\\\"Mzo6OU486\\\":\\\"updatePasswordLinkActive\\\",\\\"fEqqXWN1M\\\":\\\"changelogLinkActive\\\",\\\"y0TjFkRmn\\\":\\\"aboutLinkActive\\\",\\\"RY0u1v7vu\\\":\\\"contactLinkActive\\\",\\\"ejq8dk_49\\\":\\\"blogLinkActive\\\",\\\"Icz7zVwa5\\\":\\\"termsLinkActive\\\",\\\"lOIQg43Ki\\\":\\\"policyLinkActive\\\",\\\"BZWYwT7DO\\\":\\\"pricingLinkActive\\\",\\\"weRvriYD4\\\":\\\"linkHoverCursor\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "0gBAMkB,SAARA,EAA+BC,EAAM,CAAC,IAAMC,EAAIC,GAAO,IAAI,EAAO,CAACC,EAAQC,CAAQ,EAAEC,EAAS,EAAK,EAAO,CAACC,EAAUC,CAAU,EAAEF,EAAS,EAAK,EAAQG,EAAgB,IAAI,CAACD,EAAW,EAAI,CAAE,EAAQE,EAAc,IAAI,CAACF,EAAW,EAAK,CAAE,EAAQG,EAAWC,GAAO,CAAgB,GAAfP,EAAS,EAAI,EAAKJ,EAAM,aAAa,CAAC,IAAIY,EAAMD,EAAM,eAAe,EAAE,IAAME,EAAKF,EAAM,cAAoBG,GAAS,IAAI,KAAKF,EAAMC,KAAQ,MAAMD,IAAQ,OAAO,OAAOA,EAAM,IAAI,EAAE,KAAK,QAAQ,IAAI,EAAE,EAAQG,EAAO,SAAS,eAAeD,EAAQ,EAAEE,EAAO,SAAS,CAAC,IAA0CD,GAAO,UAAU,SAAS,QAAQ,CAAC,EAAG,EAAQE,EAAiB,IAAI,CAACb,EAAS,EAAI,CAAE,EAAQc,EAAiB,IAAI,CAACd,EAAS,EAAK,EAAEG,EAAW,EAAK,CAAE,EAAQY,EAAanB,EAAM,OAAO,QAAQ,GAAGA,EAAM,OAAO,aAAaA,EAAM,OAAO,cAAcA,EAAM,OAAO,iBAAiBA,EAAM,OAAO,eAAe,GAAGA,EAAM,OAAO,WAAiBoB,EAAYjB,EAAQH,EAAM,MAAM,OAAOA,EAAM,OAAO,MAAYqB,EAAM,CAAC,QAAQ,OAAO,eAAe,SAAS,OAAO,UAAU,SAAS,WAAW,WAAW,SAAS,IAAI,GAAGrB,EAAM,QAAQ,aAAAmB,EAAa,kBAAkBnB,EAAM,KAAK,EAAE,EAAE,gBAAgBA,EAAM,KAAK,EAAE,cAAcA,EAAM,MAAMA,EAAM,KAAK,EAAEA,EAAM,KAAK,EAAE,gBAAgBG,EAAQH,EAAM,MAAM,WAAWA,EAAM,WAAW,YAAYA,EAAM,OAAO,MAAM,YAAAoB,EAAY,MAAMpB,EAAM,MAAM,YAAYA,EAAM,OAAO,MAAM,MAAMG,EAAQH,EAAM,MAAM,MAAMA,EAAM,KAAK,MAAM,UAAUA,EAAM,KAAK,MAAM,cAAcA,EAAM,KAAK,UAAU,WAAW,sBAAsB,WAAW,IAAI,cAAc,SAAS,SAAS,OAAO,eAAe,OAAO,MAAMM,EAAU,IAAI,EAAE,WAAW,gBAAgB,GAAGN,EAAM,KAAK,IAAI,EAAQsB,EAAiB,CAAC,SAAS,WAAW,MAAM,OAAO,KAAK,MAAM,OAAO,OAAO,UAAU,mBAAmB,iBAAiB,YAAY,cAAc,OAAO,SAAS,OAAO,EAAQC,EAAiB,CAAC,GAAGD,EAAiB,IAAI,OAAO,gBAAgB,2BAA2BF,qEAA+EA,oDAA8DA,oDAA8DA,qEAA+EA,oDAA8DA,oDAA8DA,oDAA8DA,oDAA8DA,0BAAoC,eAAe,8HAA8H,mBAAmB,UAAU,EAAQI,GAAgB,CAAC,GAAGF,EAAiB,OAAO,OAAO,gBAAgB,2BAA2BF,oDAA8DA,qEAA+EA,oDAA8DA,oDAA8DA,oDAA8DA,oDAA8DA,0BAAoC,eAAe,oGAAoG,mBAAmB,QAAQ,EAAQK,EAAoBC,EAAKC,EAAO,KAAK,CAAC,cAAc,OAAO,MAAMxB,EAAQoB,EAAiBD,EAAiB,WAAW,CAAC,SAAS,IAAI,KAAK,WAAW,EAAE,QAAQnB,EAAQ,CAAC,mBAAmB,CAAC,iFAAiF,+EAA+E,gFAAgF,EAAE,eAAe,sDAAsD,EAAE,IAAI,CAAC,EAAQyB,EAAmBF,EAAKC,EAAO,KAAK,CAAC,cAAc,OAAO,MAAMxB,EAAQqB,GAAgBF,EAAiB,WAAW,CAAC,SAAS,IAAI,KAAK,WAAW,EAAE,QAAQnB,EAAQ,CAAC,mBAAmB,CAAC,mEAAmE,gEAAgE,gEAAgE,EAAE,eAAe,sDAAsD,EAAE,IAAI,CAAC,EAAQ0B,EAAU7B,EAAM,UAAU,OAAO,EAAEA,EAAM,UAAU,KAAW8B,GAAe9B,EAAM,eAAe,OAAO,EAAEA,EAAM,eAAe6B,EAAgBE,EAAQ/B,EAAM,QAAQ,OAAO,EAAEA,EAAM,QAAQ,KAAWgC,EAAahC,EAAM,aAAa,OAAO,EAAEA,EAAM,aAAa+B,EAAQ,OAAO/B,EAAM,KAAkBiC,EAAMN,EAAO,EAAE,CAAC,aAAa3B,EAAM,MAAM,KAAKA,EAAM,KAAK,OAAOA,EAAM,OAAO,SAAS,QAAQ,IAAIC,EAAI,aAAaD,EAAM,QAAQ,QAAQiB,EAAiB,KAAK,QAAQjB,EAAM,QAAQ,QAAQU,EAAW,KAAK,YAAYF,EAAgB,UAAUC,EAAc,aAAaS,EAAiB,MAAM,CAAC,GAAGG,EAAM,QAAQ,aAAa,EAAE,SAAS,CAACI,EAAOzB,EAAM,SAASG,EAAQ2B,GAAeD,EAAU,KAAK7B,EAAM,MAAMA,EAAM,SAASG,EAAQ6B,EAAaD,EAAQ,KAAKH,CAAK,CAAC,CAAC,EAAeK,EAAMN,EAAO,OAAO,CAAC,aAAa3B,EAAM,MAAM,MAAMA,EAAM,MAAM,IAAIC,EAAI,aAAaD,EAAM,QAAQ,QAAQiB,EAAiB,KAAK,QAAQjB,EAAM,QAAQ,QAAQU,EAAW,KAAK,YAAYF,EAAgB,UAAUC,EAAc,aAAaS,EAAiB,MAAMG,EAAM,SAAS,CAACI,EAAOzB,EAAM,SAASG,EAAQ2B,GAAeD,EAAU,KAAK7B,EAAM,MAAMA,EAAM,SAASG,EAAQ6B,EAAaD,EAAQ,KAAKH,CAAK,CAAC,CAAC,CAAE,CAAC7B,EAAc,aAAa,CAAC,MAAM,QAAQ,KAAK,CAAC,KAAK,CAAC,EAAE,MAAM,UAAU,MAAM,OAAO,UAAU,MAAM,EAAE,WAAW,UAAU,OAAO,CAAC,MAAM,EAAE,MAAM,QAAQ,MAAM,UAAU,OAAO,IAAI,QAAQ,GAAK,QAAQ,IAAI,SAAS,IAAI,YAAY,IAAI,WAAW,GAAG,EAAE,KAAK,EAAE,OAAO,QAAQ,MAAM,CAAC,WAAW,UAAU,MAAM,UAAU,OAAO,SAAS,EAAE,SAAS,GAAK,UAAU,KAAK,QAAQ,KAAK,eAAe,KAAK,aAAa,KAAK,IAAI,EAAE,EAAEmC,GAAoBnC,EAAc,CAAC,MAAM,CAAC,MAAM,QAAQ,KAAKoC,EAAY,MAAM,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,OAAO,SAAS,CAAC,KAAK,CAAC,KAAK,OAAO,SAAS,UAAU,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,KAAK,EAAE,MAAM,CAAC,MAAM,aAAa,KAAKA,EAAY,KAAK,wBAAwB,GAAK,aAAa,CAAC,OAAO,SAAS,OAAO,EAAE,QAAQ,CAAC,OAAO,SAAS,OAAO,CAAC,EAAE,UAAU,CAAC,MAAM,iBAAiB,KAAKA,EAAY,KAAK,aAAa,CAAC,OAAO,aAAa,YAAY,WAAW,EAAE,QAAQ,CAAC,OAAO,aAAa,YAAY,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,SAAS,CAAC,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,IAAI,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,CAAC,QAAQ,SAAS,SAAS,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,KAAK,EAAE,OAAO,CAAC,KAAKA,EAAY,YAAY,MAAM,SAAS,aAAa,IAAI,UAAU,UAAU,aAAa,CAAC,MAAM,YAAY,EAAE,UAAU,CAAC,UAAU,WAAW,cAAc,YAAY,EAAE,YAAY,CAAC,KAAK,KAAK,KAAK,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,GAAK,aAAa,CAAC,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,cAAc,QAAQ,CAAC,QAAQ,OAAO,EAAE,aAAa,CAAC,QAAQ,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,OAAO,SAAS,CAAC,WAAW,CAAC,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,KAAK,EAAE,OAAO,CAAC,MAAM,eAAe,KAAKA,EAAY,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,YAAY,EAAE,SAAS,CAAC,MAAM,aAAa,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,aAAa,KAAKA,EAAY,iBAAiB,EAAE,eAAe,CAAC,MAAM,mBAAmB,KAAKA,EAAY,iBAAiB,EAAE,QAAQ,CAAC,MAAM,WAAW,KAAKA,EAAY,iBAAiB,EAAE,aAAa,CAAC,MAAM,iBAAiB,KAAKA,EAAY,iBAAiB,EAAE,IAAI,CAAC,MAAM,MAAM,KAAKA,EAAY,OAAO,IAAI,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,UAAU,KAAKA,EAAY,IAAI,EAAE,OAAO,CAAC,MAAM,UAAU,KAAKA,EAAY,QAAQ,aAAa,EAAK,EAAE,aAAa,CAAC,MAAM,gBAAgB,KAAKA,EAAY,QAAQ,aAAa,EAAK,CAAC,CAAC,ECN7rP,IAAMC,GAAW,wJAA8JC,GAAe,qCAA2CC,GAAcC,GAAeH,GAAW,KAAK,OAAOG,CAAK,EAAE,YAAY,CAAC,EAAUC,GAAkBC,GAAK,CAAC,IAAIC,EAAmB,GAAK,CAAC,CAACC,EAAOC,CAAU,GAAGF,EAAmBD,EAAI,QAAQ,QAAQ,GAAG,EAAE,MAAMJ,EAAc,KAAK,MAAMK,IAAqB,OAAOA,EAAmB,CAAC,KAAK,KAAK,IAAI,EAAE,MAAM,CAACC,EAAOC,EAAW,IAAI,gBAAgBA,CAAU,EAAE,IAAI,CAAE,EAAE,SAASC,GAAQJ,EAAI,CAAC,QAAQ,IAAIA,CAAG,EAAE,GAAG,CAAC,WAAI,IAAIA,CAAG,EAASA,CAAI,MAAC,CAAM,GAAG,CAAC,WAAI,IAAI,WAAWA,GAAK,EAAQ,WAAWA,GAAM,MAAC,CAAM,CAAC,CAAkB,CAAC,SAASK,GAAcC,EAAK,CAAC,OAAGA,IAAO,OAAiB,GAAS,GAAAA,EAAK,WAAW,GAAG,GAAGA,EAAK,WAAW,GAAG,GAAGA,EAAK,WAAW,GAAG,EAA2B,CAI3nC,IAAMC,GAAQ,KAWRC,GAAMC,GAAQ,SAAe,CAAC,QAAAC,EAAQ,WAAAC,EAAW,aAAAC,EAAa,QAAAC,EAAQ,eAAAC,EAAe,YAAAC,EAAY,eAAAC,EAAe,cAAAC,EAAc,iBAAAC,EAAiB,MAAAC,EAAM,OAAAC,EAAO,KAAAC,EAAK,OAAAC,EAAO,KAAAC,EAAK,IAAAC,EAAI,MAAAC,GAAM,SAAAC,CAAQ,EAAE,CAAC,GAAK,CAAC5B,EAAM6B,CAAQ,EAAEC,EAAS,EAAE,EAAO,CAACC,GAAQC,CAAQ,EAAEF,EAAS,EAAK,EAAO,CAACG,EAAUC,CAAU,EAAEJ,EAAS,EAAK,EAAO,CAACK,EAAQC,CAAQ,EAAEN,EAAS,EAAK,EACnW,CAAC,eAAAO,GAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,GAAc,YAAAC,GAAY,QAAAC,EAAQ,aAAAC,EAAa,aAAAC,GAAa,YAAAC,EAAY,aAAAC,EAAa,OAAAC,EAAO,YAAAC,EAAW,EAAE3B,EAAW,CAAC,qBAAA4B,GAAqB,iBAAAC,GAAiB,mBAAAC,GAAmB,oBAAAC,GAAoB,kBAAAC,GAAkB,cAAAC,EAAa,EAAEhC,EAAaiC,GAAalB,GAAe,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,QAAmBA,QAAmBhC,EAAO,SAAS,EAAEgC,QAAmBA,OAAwBG,GAAOC,GAAU,EAAQC,GAAU,IAAI,CAA2D,GAA/CzB,EAAW,EAAK,EAAEE,EAAS,EAAK,EAAEP,EAAS,EAAE,EAAKhB,IAAa,QAAQY,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,EAAM,CAACxD,GAAckB,CAAI,EAAE,CAAC,IAAMvB,GAAII,GAAQmB,CAAI,EAAKvB,IAAI+D,EAAO,KAAK/D,GAAI,QAAQ,GAAI,EAAQgE,EAAaC,EAAYnE,GAAWA,IAAQ,IAAI,CAACD,GAAcC,CAAK,GAAGgC,EAAS,EAAI,EAAEoC,EAAa,MAAM,OAAO,EAAS,IAAc,GAAO,CAACrE,EAAa,CAAC,EAAQsE,GAAaF,EAAYG,GAAO,CAACtC,EAAS,EAAK,EAAEH,EAASyC,EAAM,OAAO,KAAK,CAAE,EAAE,CAAC,CAAC,EAAQC,GAAYJ,EAAYG,GAAO,CAAClC,EAAS,EAAI,CAAE,EAAE,CAAC,CAAC,EAAQoC,GAAWL,EAAYG,GAAO,CAAClC,EAAS,EAAK,EAAEJ,EAAS,EAAK,CAAE,EAAE,CAAC,CAAC,EAAQyC,GAAaN,EAAYG,GAAO,CACpnD,GADqnDA,EAAM,eAAe,EACvoD,CAAArC,EAAkC,IAAjBC,EAAW,EAAI,EAAKtB,IAAU,YAAY,CAAC,GAAK,CAACR,EAAOC,CAAU,EAAEJ,GAAkBa,CAAY,EAAE,GAAG,CAACoD,EAAalE,CAAK,GAAG,CAACI,GAAQ,CAACC,EAAW,CAAC6B,EAAW,EAAK,EAAE,OACzL7B,EAAW,IAAI,SAASL,CAAK,EAAE,MAAM,WAAWI,mBAAwB,CAAC,OAAO,OAAO,KAAK,UAAU,QAAQ,CAAC,eAAe,iDAAiD,EAAE,KAAKC,EAAW,SAAS,CAAC,CAAC,EAAE,KAAKqE,GAAU,CAACf,GAAU,EAAK9C,IAAa,WAAoDe,IAAS,CAAE,CAAC,EAAE,MAAM+C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAEzC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEoC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGxD,IAAU,QAAQ,CAAC,GAAG,CAACsD,EAAalE,CAAK,EAAE,CAACkC,EAAW,EAAK,EAAE,OAAQ,IAAM0C,EAAU,SAAS,mBAAmB5E,CAAK,IAAU6E,EAAc,aAAa,mBAAmB7D,CAAc,IAAoE8D,GAA7C,CAAC,CAAC9D,GAAgBA,IAAiB,IAAgC4D,EAAU,IAAIC,EAAcD,EAAU,MAAM,4CAA4C7D,IAAU,CAAC,OAAO,OAAO,KAAK,UAAU,QAAQ,CAAC,eAAe,mCAAmC,EAAE,KAAK+D,EAAQ,CAAC,EAAE,KAAK,IAAI,CAACnB,GAAU,EAAK9C,IAAa,WAAoDe,IAAS,CAAE,CAAC,EAAE,MAAM+C,IAAO,CAAC,QAAQ,MAAMA,EAAK,EAAEzC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEoC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGxD,IAAU,YAAY,CAAC,GAAG,CAACsD,EAAalE,CAAK,EAAE,CAACkC,EAAW,EAAK,EAAE,OAAQ,IAAM6C,EAAK,IAAI,SAAST,EAAM,MAAM,EAAQU,EAAQ,OAAO,YAAYD,EAAK,QAAQ,CAAC,EAAE,MAAM,4BAA4B9D,IAAc,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mBAAmB,OAAO,kBAAkB,EAAE,KAAK,KAAK,UAAU+D,CAAO,CAAC,CAAC,EAAE,KAAK,IAAI,CAACrB,GAAU,EAA4C/B,IAAS,CAAE,CAAC,EAAE,MAAM+C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAEzC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEoC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGxD,IAAU,cAAc,CAAC,GAAG,CAACsD,EAAalE,CAAK,EAAE,CAACkC,EAAW,EAAK,EAAE,OAAQ,IAAM+C,EAAS,IAAI,SAASX,EAAM,MAAM,EAAQS,EAAK,OAAO,YAAYE,EAAS,QAAQ,CAAC,EAAEF,EAAK,cAAc,SAAS,IAAI,MAAM;AAAA,UACpxD,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mBAAmB,OAAO,kBAAkB,EAAE,KAAK,KAAK,UAAUA,CAAI,CAAC,CAAC,EAAE,KAAK,IAAI,CAACpB,GAAU,EAAK9C,IAAa,WAAoDe,IAAS,CAAE,CAAC,EAAE,MAAM+C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAEzC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEoC,EAAa,MAAM,OAAO,CAAE,CAAC,EAAG,GAAGxD,IAAU,aAAa,CAAC,GAAG,CAACsD,EAAalE,CAAK,EAAE,CAACkC,EAAW,EAAK,EAAE,OAAQ,IAAM+C,EAAS,IAAI,SAASX,EAAM,MAAM,EAAQS,EAAK,OAAO,YAAYE,EAAS,QAAQ,CAAC,EAAEF,EAAK,cAAc,SAAS,IAAIA,EAAK,QAAQ5D,EAAc,MAAM,uCAAuCC,cAA6B,CAAC,OAAO,OAAO,QAAQ,CAAC,eAAe,mBAAmB,OAAO,kBAAkB,EAAE,KAAK,KAAK,UAAU2D,CAAI,CAAC,CAAC,EAAE,KAAK,IAAI,CAACpB,GAAU,EAAK9C,IAAa,WAAoDe,IAAS,CAAE,CAAC,EAAE,MAAM+C,GAAO,CAAC,QAAQ,MAAMA,CAAK,EAAEzC,EAAW,EAAK,EAAEF,EAAS,EAAI,EAAEoC,EAAa,MAAM,OAAO,CAAE,CAAC,GAAG,EAAE,CAACtD,EAAaG,EAAYG,EAAiBpB,EAAM4B,EAASsC,EAAajC,CAAS,CAAC,EAChgCmC,EAAac,GAAqB,EAClCC,GAAgB9D,EAAM,YAAY,eAAewB,EAAY,oBAAoBA,EAAY,aAAa,KAAWuC,GAAc/D,EAAM,YAAY,eAAewB,EAAY,kBAAkBA,EAAY,aAAa,KAAWwC,GAAahE,EAAM,aAAa,GAAGyB,EAAa,aAAaA,EAAa,aAAaA,EAAa,gBAAgBA,EAAa,cAAc,KAAWwC,GAAajE,EAAM,aAAa,eAAeuB,GAAa,iBAAiBA,GAAa,cAAc,KACxe2C,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,OAAoBI,EAAKC,EAAO,IAAI,CAAC,MAAM,CAAC,GAAGhE,GAAM,GAAGiE,GAAgB,oCAAoCvE,EAAM,gBAAgB,EAAE,SAASkE,GAAa,QAAQnB,EAAa,SAAsByB,EAAM,OAAO,CAAC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,SAAS,WAAW,cAAcrE,IAAS,WAAW,SAAS,MAAM,MAAMF,EAAO,MAAM,IAAIA,EAAO,SAAS,EAAEI,CAAG,EAAE,SAAS+C,GAAa,OAAO,OAAO,SAAS,CAAC7D,IAAU,eAA4B8E,EAAK,QAAQ,CAAC,KAAK,SAAS,KAAK,UAAU,MAAMxE,CAAc,CAAC,EAAEN,IAAU,cAA2B8E,EAAK,QAAQ,CAAC,KAAK,SAAS,KAAK,UAAU,MAAMvE,CAAa,CAAC,EAAeuE,EAAKC,EAAO,MAAM,CAAC,KAAK,QAAQ,KAAK,QAAQ,YAAYtE,EAAM,YAAY,MAAMrB,EAAM,UAAU,GAAGS,yBAA8B,SAAS4D,GAAa,QAAQE,GAAY,OAAOC,GAAW,aAAa,MAAM,eAAe,MAAM,YAAY,MAAM,WAAW,QAAQ,MAAM,CAAC,GAAGsB,GAAa,QAAQvC,GAAa,aAAAZ,EAAa,SAAS,GAAG,GAAGpB,EAAK,WAAWF,EAAM,KAAK,OAAO0B,EAAO,OAAOC,GAAY,MAAM3B,EAAM,MAAM,UAAUoE,GAAiBN,GAAgBE,GAAaC,EAAY,CAAC,EAAE,SAASE,GAAc,QAAQ,GAAM,QAAQrD,EAAQ,UAAU,UAAU,WAAW,CAAC,SAAS,EAAE,EAAE,iBAAiB,EAAI,CAAC,EAAE,CAACb,EAAO,cAAcW,GAAwByD,EAAKK,GAAQ,CAAC,aAAazE,EAAO,aAAa,eAAee,GAAe,WAAWC,EAAW,aAAaC,EAAa,QAAQG,EAAQ,MAAMrB,EAAM,KAAK,CAAC,EAAEC,EAAO,cAA2BuE,EAAM,MAAM,CAAC,MAAM,CAAC,SAASvE,EAAO,SAAS,WAAW,WAAW,IAAIA,EAAO,SAASA,EAAO,gBAAgB,EAAE,MAAMA,EAAO,SAASA,EAAO,gBAAgB,EAAE,OAAOA,EAAO,SAASA,EAAO,gBAAgB,CAAC,EAAE,SAAS,CAAcoE,EAAKC,EAAO,MAAM,CAAC,KAAK,SAAS,MAAMrE,EAAO,MAAM,MAAM,CAAC,GAAGwE,GAAa,MAAMxE,EAAO,SAASA,EAAO,gBAAgB,OAAO,OAAOyB,EAAO,OAAOC,GAAY,OAAO,UAAU,QAAQQ,GAAmB,aAAalC,EAAO,SAASqB,EAAarB,EAAO,gBAAgBqB,EAC5sE,SAAS,GAAG,GAAGrB,EAAO,WAAW,WAAWA,EAAO,KAAK,MAAMA,EAAO,MAAM,OAAO,EAAE,UAAU0E,GAAgB1E,CAAM,CAAC,CAAC,CAAC,EAAEW,GAAwByD,EAAK,MAAM,CAAC,MAAM,CAAC,aAAapE,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,SAAsBoE,EAAKK,GAAQ,CAAC,MAAMzE,EAAO,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAAE,CAAC,IAAIb,mGAAwG,CAAC,EAAQsF,GAAQE,GAAO,CAAC,IAAMC,EAAgBD,EAAM,aAAqH,CAAC,EAAzG,CAAC,SAAS,WAAW,IAAI,kBAAkB,MAAMA,EAAM,eAAeA,EAAM,aAAaA,EAAM,OAAO,EAAK,OAAoBP,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,SAAsBR,EAAKC,EAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAsBE,EAAM,MAAM,CAAC,MAAM,6BAA6B,MAAM,KAAK,OAAO,KAAK,MAAM,CAAC,KAAK,eAAe,MAAMI,EAAM,KAAK,EAAE,SAAS,CAAcP,EAAK,OAAO,CAAC,EAAE,2NAA2N,KAAK,eAAe,QAAQ,KAAK,CAAC,EAAeA,EAAK,OAAO,CAAC,EAAE,yKAAyK,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAAES,GAAoBzF,GAAM,CAAC,QAAQ,CAAC,MAAM,UAAU,KAAK0F,EAAY,KAAK,QAAQ,CAAC,QAAQ,YAAY,YAAY,cAAc,YAAY,EAAE,aAAa,CAAC,QAAQ,YAAY,YAAY,eAAe,YAAY,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,eAAe,CAAC,MAAM,aAAa,KAAKG,EAAY,OAAO,YAAY,QAAQ,SAAS,GAAK,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,cAAc,CAAC,MAAM,UAAU,YAAY,yBAAyB,KAAKG,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,YAAY,EAAE,iBAAiB,CAAC,MAAM,UAAU,YAAY,UAAU,KAAKG,EAAY,OAAO,OAAOH,GAAOA,EAAM,UAAU,YAAY,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,aAAa,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,mBAAmB,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,GAAgB1E,EAAO,CAAC,OAAGA,EAAO,aAAoB,GAAGA,EAAO,aAAa,aAAaA,EAAO,aAAa,aAAaA,EAAO,aAAa,gBAAgBA,EAAO,aAAa,cAA0B,MAAO,CAAC,SAASmE,MAAoBY,EAAQ,CAAC,IAAMC,EAAO,CAAC,EAAE,OAAAD,EAAQ,QAAQE,GAAQA,GAAQD,EAAO,KAAKC,CAAM,CAAC,EAASD,EAAO,KAAK,IAAI,CAAE,CAAC,IAAOE,GAAQ9F,GCvBpoO,SAAS+F,GAAgBC,EAAU,CAAC,OAAOC,GAAO,CAAC,GAAK,CAACC,EAAKC,CAAO,EAAEC,EAAS,MAAM,EAAE,OAAAC,GAAU,IAAI,CAAC,IAAMC,EAAK,KAAK,IAAI,EAAQJ,EAAK,IAAI,KAAKI,CAAI,EAAE,YAAY,EAAEH,EAAQ,GAAGD,GAAM,CAAE,EAAE,CAACA,CAAI,CAAC,EAAsBK,EAAKP,EAAU,CAAC,GAAGC,EAAM,KAAKC,CAAI,CAAC,CAAE,CAAE,CCCqnC,IAAMM,GAAmBC,GAASC,EAAa,EAAQC,GAAWF,GAASG,EAAK,EAAQC,GAAuBJ,GAASK,CAAiB,EAAQC,GAAcN,GAASO,CAAQ,EAAQC,GAAwBC,GAAgBC,CAAQ,EAAQC,GAAmBX,GAASY,CAAa,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,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,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaH,CAAK,EAAE,OAAOC,EAASC,CAAI,CAAE,EAAQE,EAAO,CAACC,EAAEC,IAAY,OAAOD,GAAI,UAAU,OAAOC,GAAI,SAASD,EAAE,YAAY,IAAIC,EAAE,YAAY,EAAED,IAAIC,EAAUC,EAAmB,CAACC,EAAMC,IAAmBD,EAAa,YAAwB,YAAqBE,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAP,CAAQ,IAAI,CAAC,IAAMU,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,SAASd,CAAQ,CAAC,CAAE,EAAQiB,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,gBAAAC,EAAgB,eAAAC,EAAe,oBAAAC,EAAoB,kBAAAC,EAAkB,OAAAC,EAAO,GAAAC,EAAG,gBAAAC,EAAgB,iBAAAC,EAAiB,kBAAAC,EAAkB,wBAAAC,EAAwB,gBAAAC,EAAgB,yBAAAC,EAAyB,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,UAAUL,GAAuEK,EAAM,UAAU,UAAUZ,GAA8DY,EAAM,UAAU,UAAUX,GAA6EW,EAAM,UAAU,UAAUJ,GAAyFI,EAAM,UAAU,UAAUH,GAAiEG,EAAM,UAAU,UAAUN,GAAoEM,EAAM,UAAU,UAAUF,GAA4FE,EAAM,UAAU,UAAUV,GAAuEU,EAAM,UAAU,SAASE,GAAMD,EAAuChB,GAAwBe,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,YAAY,UAAUT,GAAiEO,EAAM,UAAU,UAAUb,GAAiEa,EAAM,SAAS,CAAE,EAAQG,GAAuB,CAACH,EAAMzC,IAAWA,EAAS,KAAK,GAAG,EAAEyC,EAAM,iBAAuBI,GAA6BC,GAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAjC,EAAa,UAAAkC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAlD,EAAQ,UAAAmD,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,GAAU,UAAAC,EAAU,mBAAAC,EAAmB,mBAAAC,EAAmB,YAAAC,GAAY,GAAGC,CAAS,EAAEvC,GAASc,CAAK,EAAO,CAAC,YAAA0B,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,SAAAvE,CAAQ,EAAEwE,GAAgB,CAAC,WAAA7E,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ4E,EAAiB7B,GAAuBH,EAAMzC,CAAQ,EAAQ0E,GAAWC,GAAO,IAAI,EAAQC,GAAOC,GAAU,EAAQC,EAAsBC,GAAM,EAAQC,EAAsB,CAAa7B,GAAuBA,EAAS,EAAQ8B,GAAkBC,GAAqB,EAAE,OAAoB5D,EAAK6D,GAAY,CAAC,GAAG/B,GAA4C0B,EAAgB,SAAsBxD,EAAKC,GAAS,CAAC,QAAQvB,EAAS,QAAQ,GAAM,SAAsBsB,EAAKP,GAAW,CAAC,MAAMZ,GAAY,SAAsBiF,EAAM5D,EAAO,OAAO,CAAC,GAAG0C,EAAU,UAAUmB,GAAGzF,GAAkB,GAAGoF,EAAsB,iBAAiB7B,EAAUiB,CAAU,EAAE,mBAAmB,UAAU,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIvB,GAA6B2B,GAAK,MAAM,CAAC,GAAGxB,CAAK,EAAE,GAAGpD,EAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEqE,EAAYE,CAAc,EAAE,SAAS,CAAce,EAAM5D,EAAO,QAAQ,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,MAAM,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,4EAA4E,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAcW,EAAM5D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcW,EAAM5D,EAAO,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBiD,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKvC,GAAc,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,qEAAqE,UAAU,GAAM,QAAQ,YAAY,UAAU,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAK9B,EAAS,CAAC,sBAAsB,GAAK,SAAsB8B,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oGAAoG,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,4EAA4E,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG3E,EAAqB,CAAC,UAAU,CAAC,SAAsBwB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oGAAoG,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2C,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAee,EAAM5D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAK9B,EAAS,CAAC,sBAAsB,GAAK,SAAsB8B,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,8FAA8F,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAenD,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBiD,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKrC,GAAM,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,qDAAqD,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,SAAS,WAAW,KAAK,EAAE,cAAc,GAAG,oBAAoB,GAAG,kBAAkB,GAAG,qBAAqB,GAAM,mBAAmB,GAAG,iBAAiB,GAAG,MAAM,qBAAqB,KAAK,sEAAsE,gBAAgB,EAAE,SAAS,GAAK,MAAM,YAAY,aAAa,GAAK,gBAAgB,GAAG,EAAE,cAAc,GAAG,iBAAiB,GAAG,KAAK,CAAC,WAAW,qDAAqD,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,SAAS,WAAW,KAAK,EAAE,YAAY,GAAG,IAAI,GAAG,eAAe,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM,CAAC,aAAa,CAAC,YAAY,4EAA4E,YAAY,CAAC,EAAE,aAAa,GAAG,MAAM,qEAAqE,KAAK,+EAA+E,YAAY,GAAG,YAAY,CAAC,WAAW,qEAAqE,eAAe,EAAE,aAAa,CAAC,EAAE,OAAO,GAAK,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,YAAY,mBAAmB,iBAAiB,2EAA2E,EAAE,OAAO,aAAa,SAAS,YAAY,QAAQ,GAAG,eAAe,GAAG,aAAa,GAAG,WAAW,OAAO,QAAQ,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,OAAO,GAAGa,EAAqB,CAAC,UAAU,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,qDAAqD,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,SAAS,WAAW,KAAK,EAAE,cAAc,GAAG,oBAAoB,GAAG,kBAAkB,GAAG,qBAAqB,GAAM,mBAAmB,GAAG,iBAAiB,GAAG,MAAM,qBAAqB,KAAK,sEAAsE,gBAAgB,EAAE,SAAS,GAAM,MAAM,YAAY,aAAa,GAAK,gBAAgB,GAAG,EAAE,IAAI,EAAE,OAAO,UAAU,CAAC,EAAEqE,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAee,EAAM5D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcW,EAAM5D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAK9B,EAAS,CAAC,sBAAsB,GAAK,SAAsB8B,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAenD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBiD,EAAiB,SAAS,YAAY,SAAsBnD,EAAKlB,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,KAAKmF,GAAQ,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAASC,GAAYA,EAAW,IAAI,CAAC,CAAC,UAAUzB,EAAmB,UAAUC,EAAmB,GAAGC,EAAW,EAAEwB,KAAyBnE,EAAK6D,GAAY,CAAC,GAAG,aAAalB,KAAc,SAAsB3C,EAAKoE,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU1B,CAAkB,EAAE,SAAsB1C,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU3B,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS4B,IAA4BtE,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,qBAAqBsC,EAAU,mBAAmB,iBAAiB,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAUyG,GAAc,CAAC,EAAE,UAAU7B,EAAmB,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGjE,EAAqB,CAAC,UAAU,CAAC,UAAU8F,GAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,GAAc,CAAC,CAAC,CAAC,EAAEzB,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEJ,EAAW,CAAG,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAM5D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASE,GAA6BvE,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,mBAAmB,iBAAiB,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAU0G,EAAe,CAAC,EAAE,UAAU,iBAAiB,UAAU,GAAM,QAAQjF,EAAmBH,EAAO4C,EAAU,EAAI,EAAEvC,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAU+F,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE1B,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6BxE,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,mBAAmB,kBAAkB,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,kBAAkB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,kBAAkB,UAAU2G,EAAe,CAAC,EAAE,UAAU,kBAAkB,UAAU,GAAM,QAAQlF,EAAmBH,EAAO6C,EAAU,EAAI,EAAExC,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAUgG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE3B,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASI,GAA6BzE,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,qBAAqBsC,EAAU,mBAAmB,MAAM,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,MAAM,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,MAAM,UAAU4G,EAAe,CAAC,EAAE,UAAU,UAAU,UAAU,GAAM,QAAQnF,EAAmBH,EAAOoD,GAAU,EAAI,EAAE/C,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAUiG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE5B,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAee,EAAM5D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAK9B,EAAS,CAAC,sBAAsB,GAAK,SAAsB8B,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeW,EAAM5D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASK,GAA6B1E,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,mBAAmB,QAAQ,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,QAAQ,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,QAAQ,UAAU6G,EAAe,CAAC,EAAE,UAAU,QAAQ,UAAU,GAAM,QAAQpF,EAAmBH,EAAO+C,EAAU,EAAI,EAAE1C,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAUkG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE7B,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASM,GAA6B3E,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,qBAAqBsC,EAAU,mBAAmB,UAAU,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,UAAU,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,UAAU,UAAU8G,EAAe,CAAC,EAAE,UAAU,UAAU,UAAU,GAAM,QAAQrF,EAAmBH,EAAOgD,EAAU,EAAI,EAAE3C,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAUmG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE9B,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6B5E,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,qBAAqBsC,EAAU,mBAAmB,OAAO,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,OAAO,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,OAAO,UAAU+G,EAAe,CAAC,EAAE,UAAU,OAAO,UAAU,GAAM,QAAQtF,EAAmBH,EAAOiD,EAAU,EAAI,EAAE5C,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAUoG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE/B,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,cAAc,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,cAAc,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,cAAc,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6B7E,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,mBAAmB,eAAe,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,eAAe,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,eAAe,UAAUgH,EAAe,CAAC,EAAE,UAAU,eAAe,UAAU,GAAM,QAAQvF,EAAmBH,EAAOkD,EAAU,EAAI,EAAE7C,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAUqG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAEhC,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,gBAAgB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,gBAAgB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,gBAAgB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6B9E,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,mBAAmB,iBAAiB,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAUiH,EAAe,CAAC,EAAE,UAAU,iBAAiB,UAAU,GAAM,QAAQxF,EAAmBH,EAAOmD,EAAU,EAAI,EAAE9C,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAUsG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAEjC,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKqE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASU,GAA6B/E,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,mBAAmB,YAAY,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,YAAY,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,UAAUkH,EAAe,CAAC,EAAE,UAAU,YAAY,UAAU,GAAM,QAAQzF,EAAmBH,EAAO8C,EAAU,EAAI,EAAEzC,CAAY,EAAE,MAAM,OAAO,GAAGhB,EAAqB,CAAC,UAAU,CAAC,UAAUuG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAElC,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAee,EAAM5D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAK9B,EAAS,CAAC,sBAAsB,GAAK,SAAsB8B,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeW,EAAM5D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,iBAAiBW,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,oCAAoC,UAAU,aAAa,UAAU,GAAK,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,qBAAqBsC,EAAU,iBAAiBW,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,6CAA6C,UAAU,eAAe,UAAU,GAAK,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,qBAAqBsC,EAAU,iBAAiBW,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,0CAA0C,UAAU,cAAc,UAAU,GAAK,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,qBAAqBsC,EAAU,iBAAiBW,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,6CAA6C,UAAU,UAAU,UAAU,GAAK,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,iBAAiBW,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,wBAAwB,UAAU,gBAAgB,UAAU,GAAK,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,iBAAiBW,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKnC,EAAkB,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,4EAA4E,UAAU,eAAe,UAAU,GAAK,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiG,EAAM5D,EAAO,OAAO,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcW,EAAM5D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBiD,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKjC,EAAS,CAAC,MAAM,4EAA4E,OAAO,OAAO,WAAW,YAAY,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAKhC,GAAwB,CAAC,sBAAsB,GAAK,SAAsBgC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oGAAoG,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,2EAA2E,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAenD,EAAK9B,EAAS,CAAC,sBAAsB,GAAK,SAAsB8B,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oGAAoG,EAAE,SAAS,kCAAkC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,4EAA4E,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeW,EAAM5D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBiD,EAAiB,SAAS,YAAY,SAAS,CAAcnD,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,mBAAmB,KAAK,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,KAAK,SAAsBnD,EAAK5B,EAAc,CAAC,OAAO,QAAQ,WAAW,uBAAuB,OAAO,CAAC,WAAW,IAAI,YAAY,IAAI,MAAM,4EAA4E,QAAQ,GAAM,OAAO,IAAI,MAAM,QAAQ,QAAQ,IAAI,SAAS,IAAI,MAAM,CAAC,EAAE,IAAI,GAAG,OAAO,OAAO,MAAM,CAAC,WAAW,uBAAuB,OAAO,4EAA4E,MAAM,oBAAoB,EAAE,aAAa,CAAC,EAAE,eAAe,CAAc4B,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,iBAAiB,iBAAiBiD,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,SAAsBnD,EAAKjC,EAAS,CAAC,MAAM,4EAA4E,OAAO,OAAO,WAAW,WAAW,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,KAAK,iBAAiB,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,EAAE,UAAU,CAAciC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiBiD,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBnD,EAAKjC,EAAS,CAAC,MAAM,4EAA4E,OAAO,OAAO,WAAW,WAAW,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,KAAK,WAAW,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,YAAY,MAAM,GAAG,SAAS,YAAY,KAAK,kCAAkC,KAAK,KAAK,OAAO,GAAK,SAAS,GAAK,KAAK,EAAE,aAAa,GAAM,MAAM,CAAC,OAAO,MAAM,EAAE,KAAK,CAAC,MAAM,OAAO,MAAM,qBAAqB,KAAK,CAAC,EAAE,UAAU,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,qBAAqBsC,EAAU,mBAAmB,KAAK,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,KAAK,SAAsBnD,EAAK5B,EAAc,CAAC,OAAO,QAAQ,WAAW,uBAAuB,OAAO,CAAC,WAAW,IAAI,YAAY,IAAI,MAAM,4EAA4E,QAAQ,GAAM,OAAO,IAAI,MAAM,QAAQ,QAAQ,IAAI,SAAS,IAAI,MAAM,CAAC,EAAE,IAAI,GAAG,OAAO,OAAO,MAAM,CAAC,WAAW,uBAAuB,OAAO,4EAA4E,MAAM,oBAAoB,EAAE,aAAa,CAAC,EAAE,eAAe,CAAc4B,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,kBAAkB,iBAAiBiD,EAAiB,SAAS,sBAAsB,KAAK,kBAAkB,SAAsBnD,EAAKjC,EAAS,CAAC,MAAM,4EAA4E,OAAO,OAAO,WAAW,YAAY,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,KAAK,kBAAkB,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,EAAE,UAAU,CAAciC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,YAAY,iBAAiBiD,EAAiB,SAAS,sBAAsB,KAAK,YAAY,SAAsBnD,EAAKjC,EAAS,CAAC,MAAM,4EAA4E,OAAO,OAAO,WAAW,YAAY,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,KAAK,YAAY,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,YAAY,MAAM,GAAG,SAAS,YAAY,KAAK,kCAAkC,KAAK,KAAK,OAAO,GAAK,SAAS,GAAK,KAAK,EAAE,aAAa,GAAM,MAAM,CAAC,OAAO,MAAM,EAAE,KAAK,CAAC,MAAM,OAAO,MAAM,qBAAqB,KAAK,CAAC,EAAE,UAAU,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAKgE,EAA0B,CAAC,SAAsBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,qBAAqBsC,EAAU,mBAAmB,KAAK,iBAAiBW,EAAiB,SAAS,sBAAsB,KAAK,KAAK,SAAsBnD,EAAK5B,EAAc,CAAC,OAAO,QAAQ,WAAW,uBAAuB,OAAO,CAAC,WAAW,IAAI,YAAY,IAAI,MAAM,4EAA4E,QAAQ,GAAM,OAAO,IAAI,MAAM,QAAQ,QAAQ,IAAI,SAAS,IAAI,MAAM,CAAC,EAAE,IAAI,GAAG,OAAO,OAAO,MAAM,CAAC,WAAW,uBAAuB,OAAO,4EAA4E,MAAM,oBAAoB,EAAE,aAAa,CAAC,EAAE,eAAe,CAAc4B,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,iBAAiBiD,EAAiB,SAAS,YAAY,SAAsBnD,EAAKgF,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiB7B,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,+ZAA+Z,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,EAAE,UAAU,CAAcnD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBiD,EAAiB,SAAS,YAAY,SAAsBnD,EAAKgF,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiB7B,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,2aAA2a,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,YAAY,MAAM,GAAG,SAAS,YAAY,KAAK,kCAAkC,KAAK,KAAK,OAAO,GAAK,SAAS,GAAK,KAAK,EAAE,aAAa,GAAM,MAAM,CAAC,OAAO,MAAM,EAAE,KAAK,CAAC,MAAM,OAAO,MAAM,qBAAqB,KAAK,CAAC,EAAE,UAAU,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ8B,GAAI,CAAC,kFAAkF,kFAAkF,wRAAwR,sRAAsR,wSAAwS,2TAA2T,+uBAA+uB,oKAAoK,0QAA0Q,wGAAwG,mRAAmR,+UAA+U,2RAA2R,4VAA4V,6QAA6Q,uRAAuR,wGAAwG,sRAAsR,wGAAwG,uNAAuN,iJAAiJ,mIAAmI,mNAAmN,gvFAAgvF,kEAAkE,oHAAoH,oHAAoH,gIAAgI,0HAA0H,sYAAsY,u/BAAu/B,kEAAkE,gKAAgK,yHAAyH,8dAA8d,+KAA+K,oHAAoH,6EAA6E,ugCAAugC,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EASr3iDC,GAAgBC,GAAQ5D,GAAU0D,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,iBAAiBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,6BAA6B,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,8BAA8B,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,wBAAwB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,oBAAoB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,sBAAsB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,mBAAmB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,oBAAoB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,qBAAqB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,sBAAsB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,oBAAoB,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,qEAAqE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,SAAS,MAAM,SAAS,IAAI,oGAAoG,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,SAAS,MAAM,SAAS,IAAI,oGAAoG,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG3H,GAAmB,GAAGG,GAAW,GAAGE,GAAuB,GAAGE,GAAc,GAAGK,GAAmB,GAAGqH,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["SparkleButton", "props", "ref", "pe", "isHover", "setHover", "ye", "isPressed", "setPressed", "handleMouseDown", "handleMouseUp", "handleCick", "event", "_this", "link", "anchorId", "anchor", "window", "handleMouseEnter", "handleMouseLeave", "borderRadius", "borderColor", "style", "beforeAfterStyle", "beforeHoverStyle", "afterHoverStyle", "before", "p", "motion", "after", "iconStart", "hoverIconStart", "iconEnd", "hoverIconEnd", "u", "addPropertyControls", "ControlType", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "_url_replace_match", "domain", "parameters", "safeURL", "isInternalURL", "href", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "loopsUserGroup", "formsparkID", "getwaitlistAPI", "convertkitAPI", "convertkitFormID", "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", "window", "validateForm", "te", "formControls", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "emailBody", "userGroupBody", "formBody", "data", "entries", "formData", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "Input_default", "withCurrentYear", "Component", "props", "year", "setYear", "ye", "ue", "date", "p", "ComponentLogoFonts", "getFonts", "uzHcrOTol_default", "InputFonts", "Input_default", "NavigationNavLinkFonts", "ujQIPBGt1_default", "PhosphorFonts", "Icon", "RichTextWithCurrentYear", "withCurrentYear", "RichText", "SparkleButtonFonts", "SparkleButton", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "QueryData", "query", "children", "data", "useQueryData", "equals", "a", "b", "convertFromBoolean", "value", "activeLocale", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "aboutLinkActive", "blogLinkActive", "changelogLinkActive", "contactLinkActive", "height", "id", "linkHoverCursor", "policyLinkActive", "pricingLinkActive", "resetPasswordLinkActive", "termsLinkActive", "updatePasswordLinkActive", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "FYNadJlCK", "Mzo6OU486", "fEqqXWN1M", "y0TjFkRmn", "RY0u1v7vu", "ejq8dk_49", "Icz7zVwa5", "lOIQg43Ki", "BZWYwT7DO", "weRvriYD4", "XVIQeo1hDc3QWF3JCq", "oFg5u84ZGc3QWF3JCq", "idc3QWF3JCq", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "TcAVhRnk9_default", "collection", "i", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "SVG", "css", "Framerl8MJz94_k", "withCSS", "l8MJz94_k_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
