{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/XQ1GMXuIqYrEN1c0R6E5/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/xJxwC7YnsVuMGAu1fwdv/mjHzJ5l8TrkYndBQfTqL/R59UUiNVK-0.js", "ssg:https://framerusercontent.com/modules/xJxwC7YnsVuMGAu1fwdv/mjHzJ5l8TrkYndBQfTqL/R59UUiNVK.js", "ssg:https://framerusercontent.com/modules/6Ua27ic4s08gdX5a4Ryx/4U5oqooIOhdiY0Y5TSPW/sDquhqjHT.js", "ssg:https://framerusercontent.com/modules/62ESR2MH27BIgUnTCVlR/El5HDjt3gcdCSNvLi6ML/x6PfALCgy-0.js", "ssg:https://framerusercontent.com/modules/62ESR2MH27BIgUnTCVlR/El5HDjt3gcdCSNvLi6ML/x6PfALCgy.js", "ssg:https://framerusercontent.com/modules/tk5sMQedk8UptKyHMzLd/3p9EdFppjBsP7jZGL0v4/Z5aW2k3RB.js", "ssg:https://framerusercontent.com/modules/bjgDC451NyvpHki4MaQb/yuJq2xLv8KtnoiqzEI2M/x6PfALCgy.js", "ssg:https://framerusercontent.com/modules/wuTuQbWS4H3rnLGc2T72/jil3c5WzzjVVD0q6fdzk/R59UUiNVK.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(typeof padding===\"string\"){return{padding};}if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.Padding,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){if(typeof radius===\"string\"){return{borderRadius:radius};}const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.BorderRadius,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,// @ts-ignore Internal function\nuseLocalesForCurrentRoute,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/XQ1GMXuIqYrEN1c0R6E5/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();const localesForCurrentRoute=useLocalesForCurrentRoute();const activeLocaleId=activeLocale?.id??\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:localesForCurrentRoute.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:selectedLocale?.name??\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `],\"framer-library-LocalePicker\");LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "export const v0=\"Log in\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6d5dad)\nimport*as localizedValues from\"./R59UUiNVK-0.js\";const valuesByLocaleId={h9rQbn4Vd:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"jes3YGVf7\",\"EiPw8AZS4\"];const serializationHash=\"framer-is2Zw\";const variantClassNames={EiPw8AZS4:\"framer-v-es8tzg\",jes3YGVf7:\"framer-v-1ib4qbi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Menu [Open]\":\"EiPw8AZS4\",\"Mobile Menu\":\"jes3YGVf7\"};const getProps=({height,iconColor,id,tap,width,...props})=>{return{...props,E6NV4Gf2f:tap??props.E6NV4Gf2f,lYvpkC7IW:iconColor??props.lYvpkC7IW??\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"jes3YGVf7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,E6NV4Gf2f,lYvpkC7IW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jes3YGVf7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1v5gbd9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(E6NV4Gf2f){const res=await E6NV4Gf2f(...args);if(res===false)return false;}setVariant(\"EiPw8AZS4\");});const onTap4prdkj=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(E6NV4Gf2f){const res=await E6NV4Gf2f(...args);if(res===false)return false;}setVariant(\"jes3YGVf7\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ib4qbi\",className,classNames),\"data-framer-name\":\"Mobile Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jes3YGVf7\",onTap:onTap1v5gbd9,ref:refBinding,style:{...style},...addPropertyOverrides({EiPw8AZS4:{\"data-framer-name\":\"Mobile Menu [Open]\",onTap:onTap4prdkj}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cux5of\",layoutDependency:layoutDependency,layoutId:\"axZqjz8iD\",style:{backgroundColor:lYvpkC7IW,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{EiPw8AZS4:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w1bul6\",layoutDependency:layoutDependency,layoutId:\"NLO8BEcKq\",style:{backgroundColor:lYvpkC7IW,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{EiPw8AZS4:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ku2ucf\",layoutDependency:layoutDependency,layoutId:\"eoR2V6lm3\",style:{backgroundColor:lYvpkC7IW,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,rotate:0},variants:{EiPw8AZS4:{opacity:0,rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-is2Zw.framer-3vm2ug, .framer-is2Zw .framer-3vm2ug { display: block; }\",\".framer-is2Zw.framer-1ib4qbi { cursor: pointer; height: 48px; position: relative; width: 48px; }\",\".framer-is2Zw .framer-1cux5of { flex: none; height: 3px; left: 11px; overflow: visible; position: absolute; top: 14px; width: 26px; }\",\".framer-is2Zw .framer-1w1bul6 { flex: none; height: 3px; left: 11px; overflow: visible; position: absolute; top: 22px; width: 26px; }\",\".framer-is2Zw .framer-1ku2ucf { flex: none; height: 3px; left: 11px; overflow: visible; position: absolute; top: 30px; width: 19px; }\",\".framer-is2Zw.framer-v-es8tzg.framer-1ib4qbi { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); }\",\".framer-is2Zw.framer-v-es8tzg .framer-1cux5of { left: calc(50.00000000000002% - 26px / 2); top: 23px; }\",\".framer-is2Zw.framer-v-es8tzg .framer-1w1bul6 { top: 23px; }\",\".framer-is2Zw.framer-v-es8tzg .framer-1ku2ucf { bottom: 18px; height: unset; left: 13px; width: 13px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EiPw8AZS4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"E6NV4Gf2f\":\"tap\",\"lYvpkC7IW\":\"iconColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersDquhqjHT=withCSS(Component,css,\"framer-is2Zw\");export default FramersDquhqjHT;FramersDquhqjHT.displayName=\"Menu/Hamburger Menu\";FramersDquhqjHT.defaultProps={height:48,width:48};addPropertyControls(FramersDquhqjHT,{variant:{options:[\"jes3YGVf7\",\"EiPw8AZS4\"],optionTitles:[\"Mobile Menu\",\"Mobile Menu [Open]\"],title:\"Variant\",type:ControlType.Enum},E6NV4Gf2f:{title:\"Tap\",type:ControlType.EventHandler},lYvpkC7IW:{defaultValue:'var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11)) /* {\"name\":\"Gray 950\"} */',title:\"Icon Color\",type:ControlType.Color}});addFonts(FramersDquhqjHT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersDquhqjHT\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"E6NV4Gf2f\\\":\\\"tap\\\",\\\"lYvpkC7IW\\\":\\\"iconColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"48\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EiPw8AZS4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sDquhqjHT.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"Producten\";export const v1=\"AI-oplossingen\";export const v2=\"Vergunningsvrij check\";export const v3=\"Heb je een vergunning nodig?\";export const v4=\"AI voor technische regelgeving\";export const v5=\"Voor alle technische regelgevings vragen\";export const v6=\"AI voor Technische Regelgeving\";export const v7=\"AI voor omgevingsplannen\";export const v8=\"Kadastrale- & hoogte grenzen\";export const v9=\"Badge\";export const v10=\"AI voor Ruimtelijke Ordening\";export const v11=\"AI voor eigen documenten\";export const v12=\"Controleer aan de hand van je eigen documenten\";export const v13=\"AI voor Eigen Documenten\";export const v14=\"04\";export const v15=\"Bibliotheek\";export const v16=\"Subkop\";export const v17=\"Regelgeving Bibliotheek\";export const v18=\"Toegang tot duizenden regelgeving-documenten\";export const v19=\"Soorten documenten\";export const v20=\"Over de documenten in de Struck-database\";export const v21=\"Voor wie is Struck bedoeld?\";export const v22=\"Vergunningsvrij Check\";export const v23=\"Architecten & Ingenieurs\";export const v24=\"Ontwikkelaars & Aannemers\";export const v25=\"Gemeenten & Ambtenaren\";export const v26=\"Studenten & Instellingen\";export const v27=\"Regelgeving Experts\";export const v28=\"Industrie\";export const v29=\"Nieuw\";export const v30=\"Ontwerp met vertrouwen\";export const v31=\"New\";export const v32=\"Bouw zonder vertraging\";export const v33=\"Snellere foutloze goedkeuringen\";export const v34=\"101 Bouwvoorschriften\";export const v35=\"Consultants\";export const v36=\"Ontrafel regelgeving direct\";export const v37=\"Resources\";export const v38=\"In het nieuws\";export const v39=\"Pers\";export const v40=\"Blog\";export const v41=\"Nieuws & Updates\";export const v42=\"dd\";export const v43=\"Downloads \";export const v44=\"Brandbook, flyers, en meer\";export const v45=\"Struck Academy - NL\";export const v46=\"Tips & Trics\";export const v47=\"Over Struck\";export const v48=\"Team\";export const v49=\"Maak kennis met de experts\";export const v50=\"Carri\\xe8re\";export const v51=\"Werk met ons\";export const v52=\"Advisors\";export const v53=\"Struck\";export const v54=\"We staan voor je klaar\";export const v55=\"Databeveiliging\";export const v56=\"Je gegevens veilig houden\";export const v57=\"Bordje\";export const v58=\"Privacybeleid\";export const v59=\"Jouw gegevens, jouw rechten\";export const v60=\"Voorwaarden\";export const v61=\"Alle voorwaarden op een rijtje\";export const v62=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5c03bw\",\"data-styles-preset\":\"acdDqsSOM\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"heQqr8OIK\"},motionChild:true,nodeId:\"z05sJlCLF\",openInNewTab:false,relValues:[],scopeId:\"x6PfALCgy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9pkkha\",\"data-styles-preset\":\"vHJAs_yAt\",children:\"Prijzen\"})})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v56\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v47\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v45\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v55\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v35\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v49\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v60\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v39\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v44\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v40\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v51\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v59\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v30\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v57\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v41\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v58\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v37\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v31\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v34\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v61\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v62\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v50\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v54\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v33\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v53\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v29\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v48\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v36\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v43\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v42\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v46\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v32\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v52\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v38\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (29d106d)\nimport*as localizedValues from\"./x6PfALCgy-0.js\";const valuesByLocaleId={h9rQbn4Vd:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zIheRsHPAvCinEUfcG0H/jAIYI9onuUcRzZI7gQ06/acdDqsSOM.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/7qt7xXKiEDvWIIUD9o7V/255BdkVTgzirUbc3EsUB/AmsJ4Wayy.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dsZlVLHKVwNt5gO27eBb/tFY9rBVtT03mOYMQgh6O/maGpaxTnj.js\";import Badge from\"https://framerusercontent.com/modules/n68QFln7GEGuhZOWDscK/ROiZPVwAOt0fkBbtQRGb/ZC6oaTVqt.js\";const PhosphorFonts=getFonts(Phosphor);const BadgeFonts=getFonts(Badge);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={h53K4UNvv:{hover:true},icuU8oJ0t:{hover:true}};const cycleOrder=[\"icuU8oJ0t\",\"HhwQ1hV0t\",\"LQXjyoW02\",\"kc88LMeYu\",\"usttoGkoS\",\"h53K4UNvv\",\"y1XD4tJI2\",\"h8KuWW0yd\",\"K3bDQTScJ\",\"DZfQxuhli\"];const serializationHash=\"framer-yIZ1L\";const variantClassNames={DZfQxuhli:\"framer-v-wo7vd3\",h53K4UNvv:\"framer-v-15un89o\",h8KuWW0yd:\"framer-v-53xj1n\",HhwQ1hV0t:\"framer-v-1vx7c28\",icuU8oJ0t:\"framer-v-hfop9t\",K3bDQTScJ:\"framer-v-1msqbrc\",kc88LMeYu:\"framer-v-1rk7qb1\",LQXjyoW02:\"framer-v-ix00l\",usttoGkoS:\"framer-v-ri7xm7\",y1XD4tJI2:\"framer-v-1632qmt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:.5,stiffness:500,type:\"spring\"};const transition2={damping:60,delay:0,mass:.5,stiffness:300,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Data Dropdown Closed\":\"K3bDQTScJ\",\"Data Dropdown Open\":\"DZfQxuhli\",\"Drop Down Struck  [Tablet]\":\"y1XD4tJI2\",\"Drop Down Struck \":\"h53K4UNvv\",\"Dropdown Title Item\":\"kc88LMeYu\",\"Empty space\":\"usttoGkoS\",\"Menu Item Dropdown [Open]\":\"LQXjyoW02\",\"Menu Item Dropdown\":\"HhwQ1hV0t\",\"Menu Item Simple\":\"icuU8oJ0t\",Variant:\"h8KuWW0yd\"};const getProps=({align,alignTablet,badgeBGColor,badgeBorder,badgeText,badgeTextColor,bGColor,bGHover,enableBadge,height,hover,id,link,name1,name2,openInNewTab,radius,subheader,tap,textColor,width,...props})=>{return{...props,bxYeoQnmJ:badgeBGColor??props.bxYeoQnmJ??\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:badgeBorder??props.CKLn4URch??{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},dqMpST25y:radius??props.dqMpST25y??3,i6eMpMhze:tap??props.i6eMpMhze,i8hVK17KP:bGHover??props.i8hVK17KP??\"rgba(113, 113, 122, 0.08)\",jiD82IsqP:humanReadableEnumMap[alignTablet]??alignTablet??props.jiD82IsqP??\"flex-start\",kf3NktHXk:badgeText??props.kf3NktHXk??\"Badge\",ku0K5iab7:name1??props.ku0K5iab7??\"Link\",NN4S3sIHH:name2??props.NN4S3sIHH??\"Cake\",PnQ813Qxg:hover??props.PnQ813Qxg,qfg9TUc_S:enableBadge??props.qfg9TUc_S,stziIHmv7:bGColor??props.stziIHmv7??\"rgba(113, 113, 122, 0)\",T3ktnO2nz:openInNewTab??props.T3ktnO2nz,variant:humanReadableVariantMap[props.variant]??props.variant??\"icuU8oJ0t\",VdwkoqfEz:badgeTextColor??props.VdwkoqfEz??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:subheader??props.VVCvHlwmJ??\"Subheader\",wGRcFK04x:textColor??props.wGRcFK04x??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",ycFa86gVJ:humanReadableEnumMap[align]??align??props.ycFa86gVJ??\"center\",ZpWw94nXT:link??props.ZpWw94nXT};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ku0K5iab7,VVCvHlwmJ,ZpWw94nXT,T3ktnO2nz,wGRcFK04x,stziIHmv7,i8hVK17KP,ycFa86gVJ,jiD82IsqP,i6eMpMhze,PnQ813Qxg,dqMpST25y,qfg9TUc_S,kf3NktHXk,VdwkoqfEz,bxYeoQnmJ,CKLn4URch,NN4S3sIHH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"icuU8oJ0t\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17wrld9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(i6eMpMhze){const res=await i6eMpMhze(...args);if(res===false)return false;}});const onMouseEnter1x7u0ml=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PnQ813Qxg){const res=await PnQ813Qxg(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"h53K4UNvv-hover\")return false;if([\"usttoGkoS\",\"h53K4UNvv\",\"y1XD4tJI2\",\"K3bDQTScJ\",\"DZfQxuhli\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"h53K4UNvv-hover\")return true;if([\"h53K4UNvv\",\"y1XD4tJI2\",\"K3bDQTScJ\",\"DZfQxuhli\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"HhwQ1hV0t\",\"LQXjyoW02\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"K3bDQTScJ\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"DZfQxuhli\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({LQXjyoW02:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"icuU8oJ0t\",scopeId:\"Z5aW2k3RB\",...addPropertyOverrides({HhwQ1hV0t:{href:ZpWw94nXT,openInNewTab:T3ktnO2nz,smoothScroll:true},LQXjyoW02:{href:ZpWw94nXT,openInNewTab:T3ktnO2nz,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-hfop9t\",className,classNames)} framer-1xk21ds`,\"data-framer-name\":\"Menu Item Simple\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"icuU8oJ0t\",onMouseEnter:onMouseEnter1x7u0ml,onTap:onTap17wrld9,ref:refBinding,style:{\"--1rj8ghj\":ycFa86gVJ,\"--saht2t\":jiD82IsqP,backgroundColor:stziIHmv7,borderBottomLeftRadius:radiusForCorner(dqMpST25y,3),borderBottomRightRadius:radiusForCorner(dqMpST25y,2),borderTopLeftRadius:radiusForCorner(dqMpST25y,0),borderTopRightRadius:radiusForCorner(dqMpST25y,1),...style},variants:{\"h53K4UNvv-hover\":{backgroundColor:i8hVK17KP},\"icuU8oJ0t-hover\":{backgroundColor:i8hVK17KP},LQXjyoW02:{backgroundColor:\"rgba(9, 9, 11, 0.05)\"}},...addPropertyOverrides({\"h53K4UNvv-hover\":{\"data-framer-name\":undefined},\"icuU8oJ0t-hover\":{\"data-framer-name\":undefined},DZfQxuhli:{\"data-framer-name\":\"Data Dropdown Open\"},h53K4UNvv:{\"data-framer-name\":\"Drop Down Struck \"},h8KuWW0yd:{\"data-framer-name\":undefined},HhwQ1hV0t:{\"data-framer-name\":\"Menu Item Dropdown\"},K3bDQTScJ:{\"data-framer-name\":\"Data Dropdown Closed\"},kc88LMeYu:{\"data-framer-name\":\"Dropdown Title Item\"},LQXjyoW02:{\"data-framer-name\":\"Menu Item Dropdown [Open]\"},usttoGkoS:{\"data-framer-name\":\"Empty space\"},y1XD4tJI2:{\"data-framer-name\":\"Drop Down Struck  [Tablet]\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5c03bw\",\"data-styles-preset\":\"acdDqsSOM\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-wGRcFK04x-Z5aW2k3RB))\"},children:\"Link\"})}),className:\"framer-1vx5tu0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gTNv8fTVS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-wGRcFK04x-Z5aW2k3RB)\",\"--variable-reference-wGRcFK04x-Z5aW2k3RB\":wGRcFK04x},text:ku0K5iab7,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kc88LMeYu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b8z1kr\",\"data-styles-preset\":\"maGpaxTnj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-wGRcFK04x-Z5aW2k3RB))\"},children:\"Link\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:ZpWw94nXT,motionChild:true,nodeId:\"JdzbWvVh8\",scopeId:\"Z5aW2k3RB\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1v17l3n framer-1xk21ds\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"JdzbWvVh8\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ur95ax\",layoutDependency:layoutDependency,layoutId:\"PqspFo6ul\",style:{backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v45z79-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"q3F10_ST7-container\",nodeId:\"q3F10_ST7\",rendersWithMotion:true,scopeId:\"Z5aW2k3RB\",style:{opacity:.5},children:/*#__PURE__*/_jsx(Phosphor,{color:wGRcFK04x,height:\"100%\",iconSearch:\"House\",iconSelection:NN4S3sIHH,id:\"q3F10_ST7\",layoutId:\"q3F10_ST7\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ondl78\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"e0gBQkPk5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Link\"})}),className:\"framer-4qcf7\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"EjqeJyFBO\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},text:ku0K5iab7,variants:{DZfQxuhli:{\"--extracted-r6o4lv\":\"var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29))\"},h53K4UNvv:{\"--extracted-r6o4lv\":\"var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29))\"},K3bDQTScJ:{\"--extracted-r6o4lv\":\"var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DZfQxuhli:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29)))\"},children:\"Link\"})})},h53K4UNvv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29)))\"},children:\"Link\"})})},K3bDQTScJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29)))\"},children:\"Link\"})})},y1XD4tJI2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5c03bw\",\"data-styles-preset\":\"acdDqsSOM\",style:{\"--framer-text-alignment\":\"left\"},children:\"Link\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Subheader\"})}),className:\"framer-5x0ql1\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"q5xiDQOGr\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},text:VVCvHlwmJ,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y1XD4tJI2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1c8vrl0\",\"data-styles-preset\":\"AmsJ4Wayy\",children:\"Subheader\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})]})]})}),qfg9TUc_S&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+(18+((componentViewport?.height||36)-36-45)/2),...addPropertyOverrides({DZfQxuhli:{y:(componentViewport?.y||0)+(5+((componentViewport?.height||51)-10-45)/2)},h53K4UNvv:{y:(componentViewport?.y||0)+(5+((componentViewport?.height||51)-10-45)/2)},K3bDQTScJ:{y:(componentViewport?.y||0)+(5+((componentViewport?.height||51)-10-45)/2)},kc88LMeYu:{y:(componentViewport?.y||0)+(8+((componentViewport?.height||28)-16-45)/2)},usttoGkoS:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||0)-0-45)/2)},y1XD4tJI2:{y:(componentViewport?.y||0)+(5+((componentViewport?.height||45)-10-45)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eukp2i-container\",layoutDependency:layoutDependency,layoutId:\"JN6O6Y8K9-container\",nodeId:\"JN6O6Y8K9\",rendersWithMotion:true,scopeId:\"Z5aW2k3RB\",children:/*#__PURE__*/_jsx(Badge,{C_fTzd5lR:CKLn4URch,height:\"100%\",id:\"JN6O6Y8K9\",iXsfVjsEM:bxYeoQnmJ,JPO2n74ig:5,layoutId:\"JN6O6Y8K9\",Lsu1xrgI3:VdwkoqfEz,p4KdNyw2A:0,variant:\"cUGIJY4lk\",width:\"100%\",XGtDHEUvE:kf3NktHXk,XppNtoQW9:\"CalendarBlank\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12jenrk\",layoutDependency:layoutDependency,layoutId:\"qdqvZw6xP\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kr3p8o-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"TfGao9FSL-container\",nodeId:\"TfGao9FSL\",rendersWithMotion:true,scopeId:\"Z5aW2k3RB\",style:{opacity:.5,rotate:0},variants:{LQXjyoW02:{rotate:-180}},children:/*#__PURE__*/_jsx(Phosphor,{color:wGRcFK04x,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"TfGao9FSL\",layoutId:\"TfGao9FSL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4u53q\",layoutDependency:layoutDependency,layoutId:\"ZxUorQ7gx\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dusnby-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"U1FlPWgAw-container\",nodeId:\"U1FlPWgAw\",rendersWithMotion:true,scopeId:\"Z5aW2k3RB\",style:{opacity:.5},children:/*#__PURE__*/_jsx(Phosphor,{color:wGRcFK04x,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"U1FlPWgAw\",layoutId:\"U1FlPWgAw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ujo6a\",layoutDependency:layoutDependency,layoutId:\"zLmYecPS5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17lb5bm-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KZmtPSfNn-container\",nodeId:\"KZmtPSfNn\",rendersWithMotion:true,scopeId:\"Z5aW2k3RB\",style:{opacity:.5,rotate:-180},children:/*#__PURE__*/_jsx(Phosphor,{color:wGRcFK04x,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"KZmtPSfNn\",layoutId:\"KZmtPSfNn\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yIZ1L.framer-1xk21ds, .framer-yIZ1L .framer-1xk21ds { display: block; }\",\".framer-yIZ1L.framer-hfop9t { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 36px; justify-content: var(--1rj8ghj); overflow: visible; padding: 18px 12px 18px 12px; position: relative; width: min-content; }\",\".framer-yIZ1L .framer-1vx5tu0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-yIZ1L .framer-1v17l3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-yIZ1L .framer-1ur95ax { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yIZ1L .framer-1v45z79-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-yIZ1L .framer-ondl78 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 160px; }\",\".framer-yIZ1L .framer-4qcf7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 170px; word-break: break-word; word-wrap: break-word; }\",\".framer-yIZ1L .framer-5x0ql1 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-yIZ1L .framer-eukp2i-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-yIZ1L .framer-12jenrk, .framer-yIZ1L .framer-g4u53q, .framer-yIZ1L .framer-2ujo6a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 17px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yIZ1L .framer-kr3p8o-container, .framer-yIZ1L .framer-1dusnby-container, .framer-yIZ1L .framer-17lb5bm-container { flex: none; height: 14px; position: relative; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yIZ1L.framer-hfop9t, .framer-yIZ1L .framer-1v17l3n, .framer-yIZ1L .framer-1ur95ax, .framer-yIZ1L .framer-ondl78, .framer-yIZ1L .framer-12jenrk, .framer-yIZ1L .framer-g4u53q, .framer-yIZ1L .framer-2ujo6a { gap: 0px; } .framer-yIZ1L.framer-hfop9t > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-yIZ1L.framer-hfop9t > :first-child, .framer-yIZ1L .framer-1v17l3n > :first-child, .framer-yIZ1L .framer-12jenrk > :first-child, .framer-yIZ1L .framer-g4u53q > :first-child, .framer-yIZ1L .framer-2ujo6a > :first-child { margin-left: 0px; } .framer-yIZ1L.framer-hfop9t > :last-child, .framer-yIZ1L .framer-1v17l3n > :last-child, .framer-yIZ1L .framer-12jenrk > :last-child, .framer-yIZ1L .framer-g4u53q > :last-child, .framer-yIZ1L .framer-2ujo6a > :last-child { margin-right: 0px; } .framer-yIZ1L .framer-1v17l3n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yIZ1L .framer-1ur95ax > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-yIZ1L .framer-1ur95ax > :first-child, .framer-yIZ1L .framer-ondl78 > :first-child { margin-top: 0px; } .framer-yIZ1L .framer-1ur95ax > :last-child, .framer-yIZ1L .framer-ondl78 > :last-child { margin-bottom: 0px; } .framer-yIZ1L .framer-ondl78 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yIZ1L .framer-12jenrk > *, .framer-yIZ1L .framer-g4u53q > *, .framer-yIZ1L .framer-2ujo6a > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-yIZ1L.framer-v-1vx7c28.framer-hfop9t, .framer-yIZ1L.framer-v-ix00l.framer-hfop9t { text-decoration: none; }\",\".framer-yIZ1L.framer-v-1rk7qb1.framer-hfop9t { height: min-content; padding: 8px 12px 8px 12px; }\",\".framer-yIZ1L.framer-v-1rk7qb1 .framer-1vx5tu0, .framer-yIZ1L.framer-v-15un89o .framer-1ur95ax, .framer-yIZ1L.framer-v-1msqbrc .framer-1ur95ax, .framer-yIZ1L.framer-v-wo7vd3 .framer-1ur95ax { order: 0; }\",\".framer-yIZ1L.framer-v-1rk7qb1 .framer-eukp2i-container, .framer-yIZ1L.framer-v-ri7xm7 .framer-eukp2i-container { order: 2; }\",\".framer-yIZ1L.framer-v-ri7xm7.framer-hfop9t { height: min-content; padding: 0px; }\",\".framer-yIZ1L.framer-v-15un89o.framer-hfop9t { gap: 0px; height: min-content; padding: 5px; width: 270px; }\",\".framer-yIZ1L.framer-v-15un89o .framer-ondl78 { order: 1; width: 210px; }\",\".framer-yIZ1L.framer-v-15un89o .framer-4qcf7, .framer-yIZ1L.framer-v-1632qmt .framer-4qcf7, .framer-yIZ1L.framer-v-1msqbrc .framer-4qcf7, .framer-yIZ1L.framer-v-wo7vd3 .framer-4qcf7 { width: 100%; }\",\".framer-yIZ1L.framer-v-15un89o .framer-5x0ql1, .framer-yIZ1L.framer-v-1msqbrc .framer-5x0ql1, .framer-yIZ1L.framer-v-wo7vd3 .framer-5x0ql1 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yIZ1L.framer-v-15un89o.framer-hfop9t { gap: 0px; } .framer-yIZ1L.framer-v-15un89o.framer-hfop9t > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-yIZ1L.framer-v-15un89o.framer-hfop9t > :first-child { margin-left: 0px; } .framer-yIZ1L.framer-v-15un89o.framer-hfop9t > :last-child { margin-right: 0px; } }\",\".framer-yIZ1L.framer-v-1632qmt.framer-hfop9t { gap: 0px; height: min-content; justify-content: var(--saht2t); padding: 5px; width: 300px; }\",\".framer-yIZ1L.framer-v-1632qmt .framer-1v17l3n { width: 248px; }\",\".framer-yIZ1L.framer-v-1632qmt .framer-1ur95ax { height: 28px; order: 0; width: 28px; }\",\".framer-yIZ1L.framer-v-1632qmt .framer-ondl78, .framer-yIZ1L.framer-v-1msqbrc .framer-ondl78, .framer-yIZ1L.framer-v-wo7vd3 .framer-ondl78 { flex: 1 0 0px; order: 1; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yIZ1L.framer-v-1632qmt.framer-hfop9t { gap: 0px; } .framer-yIZ1L.framer-v-1632qmt.framer-hfop9t > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-yIZ1L.framer-v-1632qmt.framer-hfop9t > :first-child { margin-left: 0px; } .framer-yIZ1L.framer-v-1632qmt.framer-hfop9t > :last-child { margin-right: 0px; } }\",\".framer-yIZ1L.framer-v-1msqbrc.framer-hfop9t, .framer-yIZ1L.framer-v-wo7vd3.framer-hfop9t { gap: 0px; height: min-content; padding: 5px; }\",\".framer-yIZ1L.framer-v-1msqbrc .framer-1v17l3n, .framer-yIZ1L.framer-v-wo7vd3 .framer-1v17l3n { width: 260px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yIZ1L.framer-v-1msqbrc.framer-hfop9t { gap: 0px; } .framer-yIZ1L.framer-v-1msqbrc.framer-hfop9t > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-yIZ1L.framer-v-1msqbrc.framer-hfop9t > :first-child { margin-left: 0px; } .framer-yIZ1L.framer-v-1msqbrc.framer-hfop9t > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yIZ1L.framer-v-wo7vd3.framer-hfop9t { gap: 0px; } .framer-yIZ1L.framer-v-wo7vd3.framer-hfop9t > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-yIZ1L.framer-v-wo7vd3.framer-hfop9t > :first-child { margin-left: 0px; } .framer-yIZ1L.framer-v-wo7vd3.framer-hfop9t > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 55\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"HhwQ1hV0t\":{\"layout\":[\"auto\",\"fixed\"]},\"LQXjyoW02\":{\"layout\":[\"auto\",\"fixed\"]},\"kc88LMeYu\":{\"layout\":[\"auto\",\"auto\"]},\"usttoGkoS\":{\"layout\":[\"auto\",\"auto\"]},\"h53K4UNvv\":{\"layout\":[\"fixed\",\"auto\"]},\"y1XD4tJI2\":{\"layout\":[\"fixed\",\"auto\"]},\"h8KuWW0yd\":{\"layout\":[\"auto\",\"fixed\"]},\"K3bDQTScJ\":{\"layout\":[\"auto\",\"auto\"]},\"DZfQxuhli\":{\"layout\":[\"auto\",\"auto\"]},\"Dv2nGJV7X\":{\"layout\":[\"auto\",\"fixed\"]},\"HDAqdGhEH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ku0K5iab7\":\"name1\",\"VVCvHlwmJ\":\"subheader\",\"ZpWw94nXT\":\"link\",\"T3ktnO2nz\":\"openInNewTab\",\"wGRcFK04x\":\"textColor\",\"stziIHmv7\":\"bGColor\",\"i8hVK17KP\":\"bGHover\",\"ycFa86gVJ\":\"align\",\"jiD82IsqP\":\"alignTablet\",\"i6eMpMhze\":\"tap\",\"PnQ813Qxg\":\"hover\",\"dqMpST25y\":\"radius\",\"qfg9TUc_S\":\"enableBadge\",\"kf3NktHXk\":\"badgeText\",\"VdwkoqfEz\":\"badgeTextColor\",\"bxYeoQnmJ\":\"badgeBGColor\",\"CKLn4URch\":\"badgeBorder\",\"NN4S3sIHH\":\"name2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZ5aW2k3RB=withCSS(Component,css,\"framer-yIZ1L\");export default FramerZ5aW2k3RB;FramerZ5aW2k3RB.displayName=\"Menu/Item\";FramerZ5aW2k3RB.defaultProps={height:36,width:55};addPropertyControls(FramerZ5aW2k3RB,{variant:{options:[\"icuU8oJ0t\",\"HhwQ1hV0t\",\"LQXjyoW02\",\"kc88LMeYu\",\"usttoGkoS\",\"h53K4UNvv\",\"y1XD4tJI2\",\"h8KuWW0yd\",\"K3bDQTScJ\",\"DZfQxuhli\"],optionTitles:[\"Menu Item Simple\",\"Menu Item Dropdown\",\"Menu Item Dropdown [Open]\",\"Dropdown Title Item\",\"Empty space\",\"Drop Down Struck \",\"Drop Down Struck  [Tablet]\",\"Variant\",\"Data Dropdown Closed\",\"Data Dropdown Open\"],title:\"Variant\",type:ControlType.Enum},ku0K5iab7:{defaultValue:\"Link\",displayTextArea:false,title:\"Name\",type:ControlType.String},VVCvHlwmJ:{defaultValue:\"Subheader\",displayTextArea:false,title:\"Subheader\",type:ControlType.String},ZpWw94nXT:{title:\"Link\",type:ControlType.Link},T3ktnO2nz:{defaultValue:false,title:\"Open in New Tab\",type:ControlType.Boolean},wGRcFK04x:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Text Color\",type:ControlType.Color},stziIHmv7:{defaultValue:\"rgba(113, 113, 122, 0)\",title:\"BG Color\",type:ControlType.Color},i8hVK17KP:{defaultValue:\"rgba(113, 113, 122, 0.08)\",title:\"BG Hover\",type:ControlType.Color},ycFa86gVJ:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Align\",type:ControlType.Enum},jiD82IsqP:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Align [Tablet]\",type:ControlType.Enum},i6eMpMhze:{title:\"Tap\",type:ControlType.EventHandler},PnQ813Qxg:{title:\"Hover\",type:ControlType.EventHandler},dqMpST25y:{defaultValue:3,title:\"Radius\",type:ControlType.Number},qfg9TUc_S:{defaultValue:false,title:\"Enable Badge\",type:ControlType.Boolean},kf3NktHXk:{defaultValue:\"Badge\",displayTextArea:false,title:\"Badge Text\",type:ControlType.String},VdwkoqfEz:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Badge Text Color\",type:ControlType.Color},bxYeoQnmJ:{defaultValue:'var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255)) /* {\"name\":\"White/Gray 950 [Dynamic]\"} */',title:\"Badge BG Color\",type:ControlType.Color},CKLn4URch:{defaultValue:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Badge Border\",type:ControlType.Border},NN4S3sIHH:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Cake\",description:undefined,hidden:undefined,title:\"Name 2\"}});addFonts(FramerZ5aW2k3RB,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...PhosphorFonts,...BadgeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ5aW2k3RB\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"55\",\"framerIntrinsicHeight\":\"36\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ku0K5iab7\\\":\\\"name1\\\",\\\"VVCvHlwmJ\\\":\\\"subheader\\\",\\\"ZpWw94nXT\\\":\\\"link\\\",\\\"T3ktnO2nz\\\":\\\"openInNewTab\\\",\\\"wGRcFK04x\\\":\\\"textColor\\\",\\\"stziIHmv7\\\":\\\"bGColor\\\",\\\"i8hVK17KP\\\":\\\"bGHover\\\",\\\"ycFa86gVJ\\\":\\\"align\\\",\\\"jiD82IsqP\\\":\\\"alignTablet\\\",\\\"i6eMpMhze\\\":\\\"tap\\\",\\\"PnQ813Qxg\\\":\\\"hover\\\",\\\"dqMpST25y\\\":\\\"radius\\\",\\\"qfg9TUc_S\\\":\\\"enableBadge\\\",\\\"kf3NktHXk\\\":\\\"badgeText\\\",\\\"VdwkoqfEz\\\":\\\"badgeTextColor\\\",\\\"bxYeoQnmJ\\\":\\\"badgeBGColor\\\",\\\"CKLn4URch\\\":\\\"badgeBorder\\\",\\\"NN4S3sIHH\\\":\\\"name2\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HhwQ1hV0t\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LQXjyoW02\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kc88LMeYu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"usttoGkoS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"h53K4UNvv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y1XD4tJI2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h8KuWW0yd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"K3bDQTScJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DZfQxuhli\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Dv2nGJV7X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HDAqdGhEH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Z5aW2k3RB.map", "// Generated by Framer (29d106d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withSeoFix}from\"https://framerusercontent.com/modules/2u9YF4FmSPCnMDDnrbvZ/ZxWKx92zhjwpAbqyYJ1f/SEO_fix.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zIheRsHPAvCinEUfcG0H/jAIYI9onuUcRzZI7gQ06/acdDqsSOM.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/cvA0zl5d4SVyf8DA96gG/BAaEQlBl5QbgkKqNxgBA/vHJAs_yAt.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/62ESR2MH27BIgUnTCVlR/El5HDjt3gcdCSNvLi6ML/x6PfALCgy.js\";import LayoutDetail from\"https://framerusercontent.com/modules/fJU9Yt7oHlHyXL5aDZRN/tfp2dLQ1aK7QIBi2sXI2/ol5mO__Rh.js\";import MenuItem,*as MenuItemInfo from\"https://framerusercontent.com/modules/tk5sMQedk8UptKyHMzLd/3p9EdFppjBsP7jZGL0v4/Z5aW2k3RB.js\";const MenuItemFonts=getFonts(MenuItem);const MenuItemWithSeoFix5smstaWithMappedReactProps39pur3=withMappedReactProps(withCodeBoundaryForOverrides(MenuItem,{nodeId:\"u9TjrKCFI\",override:withSeoFix,scopeId:\"x6PfALCgy\"}),MenuItemInfo);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const LayoutDetailFonts=getFonts(LayoutDetail);const MotionDivWithFX=withFX(motion.div);const MenuItemWithSeoFix17mf7g0WithMappedReactProps39pur3=withMappedReactProps(withCodeBoundaryForOverrides(MenuItem,{nodeId:\"qWvFnJNr3\",override:withSeoFix,scopeId:\"x6PfALCgy\"}),MenuItemInfo);const MenuItemWithSeoFixprks20WithMappedReactProps39pur3=withMappedReactProps(withCodeBoundaryForOverrides(MenuItem,{nodeId:\"QdpnpZCGb\",override:withSeoFix,scopeId:\"x6PfALCgy\"}),MenuItemInfo);const MenuItemWithSeoFix11j6yknWithMappedReactProps39pur3=withMappedReactProps(withCodeBoundaryForOverrides(MenuItem,{nodeId:\"NGDsUQMxr\",override:withSeoFix,scopeId:\"x6PfALCgy\"}),MenuItemInfo);const cycleOrder=[\"GqsjJ_k1_\",\"fVOP6YfBW\"];const serializationHash=\"framer-yILHa\";const variantClassNames={fVOP6YfBW:\"framer-v-b9n59k\",GqsjJ_k1_:\"framer-v-1ltwia3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0};const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Struck Nav Bar Text\":\"GqsjJ_k1_\",Mobile:\"fVOP6YfBW\"};const getProps=({align,bGBlur,dropdownBG,height,id,textColor,width,...props})=>{return{...props,ILT7xcLmk:dropdownBG??props.ILT7xcLmk??\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",odLrH8wIa:textColor??props.odLrH8wIa??\"var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"GqsjJ_k1_\",XWxsdOvDJ:bGBlur??props.XWxsdOvDJ??5,ZmT46usVX:humanReadableEnumMap[align]??align??props.ZmT46usVX??\"flex-start\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ZmT46usVX,odLrH8wIa,ILT7xcLmk,XWxsdOvDJ,uc3EnEw_e,mYazaDwXp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GqsjJ_k1_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapoosjlw=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"GqsjJ_k1_\");});const onTap14hxwks=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(uc3EnEw_e){const res=await uc3EnEw_e(...args);if(res===false)return false;}});const PnQ813Qxgtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTapfr7p0g=activeVariantCallback(async(...args)=>{if(uc3EnEw_e){const res=await uc3EnEw_e(...args);if(res===false)return false;}setVariant(\"fVOP6YfBW\");});const i6eMpMhze121wsil=activeVariantCallback(async(...args)=>{if(mYazaDwXp){const res=await mYazaDwXp(...args);if(res===false)return false;}});const i6eMpMhze1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const i6eMpMhze1eg8eda=activeVariantCallback(async(...args)=>{if(uc3EnEw_e){const res=await uc3EnEw_e(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"fVOP6YfBW\")return true;return false;};const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"fVOP6YfBW\")return false;return true;};const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ltwia3\",className,classNames),\"data-framer-name\":\"Struck Nav Bar Text\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GqsjJ_k1_\",onTap:onTapoosjlw,ref:refBinding,style:{\"--hkf6fz\":ZmT46usVX,...style},...addPropertyOverrides({fVOP6YfBW:{\"data-framer-name\":\"Mobile\",onTap:onTap14hxwks}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||36)-0-36)/2),...addPropertyOverrides({fVOP6YfBW:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-5smsta-container\",id:`${layoutId}-5smsta`,layoutDependency:layoutDependency,layoutId:\"u9TjrKCFI-container\",nodeId:\"u9TjrKCFI\",ref:ref1,rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:[/*#__PURE__*/_jsx(MenuItemWithSeoFix5smstaWithMappedReactProps39pur3,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"u9TjrKCFI\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v0\",activeLocale)??\"Products\",layoutId:\"u9TjrKCFI\",NN4S3sIHH:\"Cake\",PnQ813Qxg:PnQ813Qxgtxyyif({overlay}),qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:overlay.visible?\"LQXjyoW02\":\"HhwQ1hV0t\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"center\",...addPropertyOverrides({fVOP6YfBW:{variant:overlay.visible?\"HhwQ1hV0t\":\"HhwQ1hV0t\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-5smsta`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-eur3nx\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"fzAFq7uE0\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(113, 113, 122, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:`blur(${XWxsdOvDJ}px)`,backgroundColor:ILT7xcLmk,boxShadow:\"0px 0.3010936508871964px 0.18065619053231788px -1.5px rgba(0, 0, 0, 0.04), 0px 1.1442666516217286px 0.6865599909730372px -3px rgba(0, 0, 0, 0.04), 0px 5px 3.0000000000000004px -4.5px rgba(0, 0, 0, 0), 0px 0.6021873017743928px 1.5656869846134214px -1px rgba(0, 0, 0, 0.06), 0px 2.288533303243457px 5.950186588432988px -2px rgba(0, 0, 0, 0.06), 0px 10px 26px -3px rgba(0, 0, 0, 0.04)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9gkbmh\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"jR8XkWIWN\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1eec4450-c8d8-4921-8d92-419574b3d791, rgb(253, 220, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1stf8od\",layoutDependency:layoutDependency,layoutId:\"ZgUUsNZqx\",...addPropertyOverrides({fVOP6YfBW:{\"data-highlight\":true,onTap:onTapfr7p0g}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ueo721-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"KACRPqzt6-container\",nodeId:\"KACRPqzt6\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"KACRPqzt6\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v1\",activeLocale)??\"AI Solutions\",layoutId:\"KACRPqzt6\",NN4S3sIHH:\"Cake\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"kc88LMeYu\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\",width:\"100%\",ycFa86gVJ:\"center\",...addPropertyOverrides({fVOP6YfBW:{i6eMpMhze:i6eMpMhze121wsil}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y6bHd5WPJ\"},implicitPathVariables:undefined},{href:{webPageId:\"Y6bHd5WPJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hg1gnr-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"cq_yHurxI-container\",nodeId:\"cq_yHurxI\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"cq_yHurxI\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v2\",activeLocale)??\"Permit-Free Check\",layoutId:\"cq_yHurxI\",NN4S3sIHH:\"CheckSquare\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v3\",activeLocale)??\"Do you need a permit?\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks[0],...addPropertyOverrides({fVOP6YfBW:{i6eMpMhze:i6eMpMhze1eg8eda,style:{width:\"100%\"},variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"X37pUJYCZ\"},implicitPathVariables:undefined},{href:{webPageId:\"X37pUJYCZ\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1a601ej-container\",exit:animation3,inComponentSlot:true,initial:animation5,layoutDependency:layoutDependency,layoutId:\"rb2F2xOYi-container\",nodeId:\"rb2F2xOYi\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-1eec4450-c8d8-4921-8d92-419574b3d791, rgb(253, 220, 206))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"rb2F2xOYi\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v4\",activeLocale)??\"Technical Regulations AI Assistant\",layoutId:\"rb2F2xOYi\",NN4S3sIHH:\"Toolbox\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v5\",activeLocale)??\"Answer any Qs\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks1[0],...addPropertyOverrides({fVOP6YfBW:{i6eMpMhze:undefined,ku0K5iab7:getLocalizedValue(\"v6\",activeLocale)??\"Regulations AI Assistant\",style:{width:\"100%\"},variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xcgFbhrGI\"},implicitPathVariables:undefined},{href:{webPageId:\"xcgFbhrGI\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mnz2xn-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uylT1WjLf-container\",nodeId:\"uylT1WjLf\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"uylT1WjLf\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v7\",activeLocale)??\"Code Lookup & 3D Zoning Plans\",layoutId:\"uylT1WjLf\",NN4S3sIHH:\"Barcode\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v8\",activeLocale)??\"What can you build here?\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks2[0],...addPropertyOverrides({fVOP6YfBW:{i6eMpMhze:i6eMpMhze1eg8eda,ku0K5iab7:getLocalizedValue(\"v10\",activeLocale)??\"Code & 3D Zoning Plans\",style:{width:\"100%\"},variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"seBxPRu2e\"},implicitPathVariables:undefined},{href:{webPageId:\"seBxPRu2e\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pcv09h-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"TfFV5tMzY-container\",nodeId:\"TfFV5tMzY\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"TfFV5tMzY\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v11\",activeLocale)??\"Upload & Analyse Your Own Documents\",layoutId:\"TfFV5tMzY\",NN4S3sIHH:\"FileArrowUp\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v12\",activeLocale)??\"Talk to your reg. document\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks3[0],...addPropertyOverrides({fVOP6YfBW:{i6eMpMhze:i6eMpMhze1eg8eda,ku0K5iab7:getLocalizedValue(\"v13\",activeLocale)??\"Analyse Your Documents\",style:{width:\"100%\"},variant:\"y1XD4tJI2\",VVCvHlwmJ:getLocalizedValue(\"v14\",activeLocale)??\"Upload PDFs to talk to your file\",ZpWw94nXT:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12sqy4j\",layoutDependency:layoutDependency,layoutId:\"XnwY_02I4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8lv8b4-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gD3RwxQos-container\",nodeId:\"gD3RwxQos\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"gD3RwxQos\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v15\",activeLocale)??\"Regulation Library\",layoutId:\"gD3RwxQos\",NN4S3sIHH:\"Cake\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"kc88LMeYu\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v16\",activeLocale)??\"Subheader\",wGRcFK04x:\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\",width:\"100%\",ycFa86gVJ:\"center\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"T057opTR2\"},implicitPathVariables:undefined},{href:{webPageId:\"T057opTR2\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-156hemp-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"x8wtvxYEx-container\",nodeId:\"x8wtvxYEx\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"x8wtvxYEx\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v17\",activeLocale)??\"Regulation Library\",layoutId:\"x8wtvxYEx\",NN4S3sIHH:\"ListChecks\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v18\",activeLocale)??\"Access thousands of compliance documents\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks4[0],...addPropertyOverrides({fVOP6YfBW:{ZpWw94nXT:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kD1jckJxl\"},implicitPathVariables:undefined},{href:{webPageId:\"kD1jckJxl\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l8siap-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nVDiOvQoz-container\",nodeId:\"nVDiOvQoz\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"nVDiOvQoz\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v19\",activeLocale)??\"Types of Documents\",layoutId:\"nVDiOvQoz\",NN4S3sIHH:\"ListMagnifyingGlass\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v20\",activeLocale)??\"About the documents in the Struck database\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks5[0],...addPropertyOverrides({fVOP6YfBW:{ZpWw94nXT:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-el4yy2-container\",\"data-framer-name\":\"Bottom Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Y5ptDOChj-container\",name:\"Bottom Left\",nodeId:\"Y5ptDOChj\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:-90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"Y5ptDOChj\",layoutId:\"Y5ptDOChj\",name:\"Bottom Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jgmu6v-container\",\"data-framer-name\":\"Top Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"WMRIDTFb3-container\",name:\"Top Right\",nodeId:\"WMRIDTFb3\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"WMRIDTFb3\",layoutId:\"WMRIDTFb3\",name:\"Top Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j8vz1q-container\",\"data-framer-name\":\"Top Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"geqbmL0fu-container\",name:\"Top Left\",nodeId:\"geqbmL0fu\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"geqbmL0fu\",layoutId:\"geqbmL0fu\",name:\"Top Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q7s2e6-container\",\"data-framer-name\":\"Bottom Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tumhQL9O2-container\",name:\"Bottom Right\",nodeId:\"tumhQL9O2\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:180},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"tumhQL9O2\",layoutId:\"tumhQL9O2\",name:\"Bottom Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})})]})})})]})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{height:36}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1kg45o3-container\",id:`${layoutId}-1kg45o3`,layoutDependency:layoutDependency,layoutId:\"ZksQp32sl-container\",nodeId:\"ZksQp32sl\",ref:ref3,rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:[/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"ZksQp32sl\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v21\",activeLocale)??\"Who Struck Is For\",layoutId:\"ZksQp32sl\",NN4S3sIHH:\"Cake\",PnQ813Qxg:PnQ813Qxgtxyyif({overlay:overlay1}),qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:overlay1.visible?\"LQXjyoW02\":\"HhwQ1hV0t\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"center\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1kg45o3`,offsetX:0,offsetY:30,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:10,...addPropertyOverrides({fVOP6YfBW:{offsetY:10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-a8gqoy\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"pEcO4H24R\",ref:ref4,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(113, 113, 122, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:`blur(${XWxsdOvDJ}px)`,backgroundColor:ILT7xcLmk,boxShadow:\"0px 0.3010936508871964px 0.18065619053231788px -1.5px rgba(0, 0, 0, 0.04), 0px 1.1442666516217286px 0.6865599909730372px -3px rgba(0, 0, 0, 0.04), 0px 5px 3.0000000000000004px -4.5px rgba(0, 0, 0, 0), 0px 0.6021873017743928px 1.5656869846134214px -1px rgba(0, 0, 0, 0.06), 0px 2.288533303243457px 5.950186588432988px -2px rgba(0, 0, 0, 0.06), 0px 10px 26px -3px rgba(0, 0, 0, 0.04)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hb3s28\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"QGtgqjB8C\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1eec4450-c8d8-4921-8d92-419574b3d791, rgb(253, 220, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vygd8e\",layoutDependency:layoutDependency,layoutId:\"UeAWtYX5c\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kqs1qr-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"A5ubk4Rx9-container\",nodeId:\"A5ubk4Rx9\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"A5ubk4Rx9\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v1\",activeLocale)??\"AI Solutions\",layoutId:\"A5ubk4Rx9\",NN4S3sIHH:\"Cake\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"kc88LMeYu\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\",width:\"100%\",ycFa86gVJ:\"center\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rRiml0vO5\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yo2jks-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"UTyXV5G2q-container\",nodeId:\"UTyXV5G2q\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"UTyXV5G2q\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v6\",activeLocale)??\"Regulations AI Assistant\",layoutId:\"UTyXV5G2q\",NN4S3sIHH:\"Acorn\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Answer All Compliance Qs\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks6[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zFvrTd_iT\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-unll2x-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"eBEoZuyT9-container\",nodeId:\"eBEoZuyT9\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"eBEoZuyT9\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v22\",activeLocale)??\"Permit-Free Check\",layoutId:\"eBEoZuyT9\",NN4S3sIHH:\"Briefcase\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Do you need a permit?\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks7[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SIJdCFfdG\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j4tk7c-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"wAJ_53r49-container\",nodeId:\"wAJ_53r49\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"wAJ_53r49\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v10\",activeLocale)??\"Code & 3D Zoning Plans\",layoutId:\"wAJ_53r49\",NN4S3sIHH:\"Cube\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Cadestral & Height boundaries\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks8[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ki3bOlnIc\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gwmu0h-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"JJriYQPPX-container\",nodeId:\"JJriYQPPX\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"JJriYQPPX\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v13\",activeLocale)??\"Analyse Your Documents\",layoutId:\"JJriYQPPX\",NN4S3sIHH:\"Crop\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v14\",activeLocale)??\"Upload PDFs to talk to your file\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks9[0]})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16ux8fk\",layoutDependency:layoutDependency,layoutId:\"DUXo4ISUp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10suycq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"peGpNpHGS-container\",nodeId:\"peGpNpHGS\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"peGpNpHGS\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v21\",activeLocale)??\"Who Struck Is For\",layoutId:\"peGpNpHGS\",NN4S3sIHH:\"Cake\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"kc88LMeYu\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\",width:\"100%\",ycFa86gVJ:\"center\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hMDWeGP28\"},implicitPathVariables:undefined},{href:{webPageId:\"hMDWeGP28\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ngdrpd-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"dwwMnWY5i-container\",nodeId:\"dwwMnWY5i\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"dwwMnWY5i\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"New\",ku0K5iab7:getLocalizedValue(\"v23\",activeLocale)??\"Architects & Engineers\",layoutId:\"dwwMnWY5i\",NN4S3sIHH:\"CalendarX\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks10[0],...addPropertyOverrides({fVOP6YfBW:{NN4S3sIHH:\"ArrowSquareRight\",style:{width:\"100%\"},VVCvHlwmJ:\"Design with confidence\",ZpWw94nXT:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bgtZWy_OK\"},implicitPathVariables:undefined},{href:{webPageId:\"bgtZWy_OK\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7tiy9p-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"LrgvgfKqX-container\",nodeId:\"LrgvgfKqX\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"LrgvgfKqX\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v24\",activeLocale)??\"Developers & Contractors\",layoutId:\"LrgvgfKqX\",NN4S3sIHH:\"BoxingGlove\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks11[0],...addPropertyOverrides({fVOP6YfBW:{NN4S3sIHH:\"ArrowSquareRight\",style:{width:\"100%\"},VVCvHlwmJ:\"Build without setbacks\",ZpWw94nXT:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Fxc9EgUZF\"},implicitPathVariables:undefined},{href:{webPageId:\"Fxc9EgUZF\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1twfvh3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"p_nVPcD7a-container\",nodeId:\"p_nVPcD7a\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"p_nVPcD7a\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v25\",activeLocale)??\"Municipalities & Regulators\",layoutId:\"p_nVPcD7a\",NN4S3sIHH:\"PaperPlane\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks12[0],...addPropertyOverrides({fVOP6YfBW:{NN4S3sIHH:\"ArrowSquareRight\",style:{width:\"100%\"},VVCvHlwmJ:\"Faster error-free approvals\",ZpWw94nXT:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yGrHJ0l1I\"},implicitPathVariables:undefined},{href:{webPageId:\"yGrHJ0l1I\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jz8e-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"J4dT7K6K_-container\",nodeId:\"J4dT7K6K_\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"J4dT7K6K_\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v26\",activeLocale)??\"Students & Institutions\",layoutId:\"J4dT7K6K_\",NN4S3sIHH:\"Seal\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks13[0],...addPropertyOverrides({fVOP6YfBW:{NN4S3sIHH:\"ArrowSquareRight\",style:{width:\"100%\"},VVCvHlwmJ:\"101 Building Compliance\",ZpWw94nXT:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"c9rQLQama\"},implicitPathVariables:undefined},{href:{webPageId:\"c9rQLQama\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19loqjj-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"RMRHFKit1-container\",nodeId:\"RMRHFKit1\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"RMRHFKit1\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v27\",activeLocale)??\"Compliance Experts\",layoutId:\"RMRHFKit1\",NN4S3sIHH:\"Champagne\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"y1XD4tJI2\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks14[0],...addPropertyOverrides({fVOP6YfBW:{NN4S3sIHH:\"ArrowSquareRight\",style:{width:\"100%\"},VVCvHlwmJ:\"Decode regulations instantly\",ZpWw94nXT:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zew48q-container\",\"data-framer-name\":\"Bottom Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"VxXZEu23Y-container\",name:\"Bottom Left\",nodeId:\"VxXZEu23Y\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:-90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"VxXZEu23Y\",layoutId:\"VxXZEu23Y\",name:\"Bottom Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i7z45p-container\",\"data-framer-name\":\"Top Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oAsAtthdq-container\",name:\"Top Right\",nodeId:\"oAsAtthdq\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"oAsAtthdq\",layoutId:\"oAsAtthdq\",name:\"Top Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ak3v6p-container\",\"data-framer-name\":\"Top Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"wtfBQAhNQ-container\",name:\"Top Left\",nodeId:\"wtfBQAhNQ\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"wtfBQAhNQ\",layoutId:\"wtfBQAhNQ\",name:\"Top Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ss7xdw-container\",\"data-framer-name\":\"Bottom Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"BQ2tfOvSF-container\",name:\"Bottom Right\",nodeId:\"BQ2tfOvSF\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:180},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"BQ2tfOvSF\",layoutId:\"BQ2tfOvSF\",name:\"Bottom Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})})]})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||36)-0-36)/2),...addPropertyOverrides({fVOP6YfBW:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-17mf7g0-container\",id:`${layoutId}-17mf7g0`,layoutDependency:layoutDependency,layoutId:\"qWvFnJNr3-container\",nodeId:\"qWvFnJNr3\",ref:ref5,rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:[/*#__PURE__*/_jsx(MenuItemWithSeoFix17mf7g0WithMappedReactProps39pur3,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"qWvFnJNr3\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v29\",activeLocale)??\"New\",ku0K5iab7:getLocalizedValue(\"v28\",activeLocale)??\"Industry\",layoutId:\"qWvFnJNr3\",NN4S3sIHH:\"Cake\",PnQ813Qxg:PnQ813Qxgtxyyif({overlay:overlay2}),qfg9TUc_S:true,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:overlay2.visible?\"LQXjyoW02\":\"HhwQ1hV0t\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"center\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-17mf7g0`,offsetX:0,offsetY:10,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1sre91e\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"P8EEYLpeZ\",ref:ref6,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1eec4450-c8d8-4921-8d92-419574b3d791, rgb(253, 220, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:`blur(${XWxsdOvDJ}px)`,backgroundColor:ILT7xcLmk,boxShadow:\"0px 0.3010936508871964px 0.18065619053231788px -1.5px rgba(0, 0, 0, 0.04), 0px 1.1442666516217286px 0.6865599909730372px -3px rgba(0, 0, 0, 0.04), 0px 5px 3.0000000000000004px -4.5px rgba(0, 0, 0, 0), 0px 0.6021873017743928px 1.5656869846134214px -1px rgba(0, 0, 0, 0.06), 0px 2.288533303243457px 5.950186588432988px -2px rgba(0, 0, 0, 0.06), 0px 10px 26px -3px rgba(0, 0, 0, 0.04)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cw1ytg\",layoutDependency:layoutDependency,layoutId:\"qS98kATX6\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1au89pa\",layoutDependency:layoutDependency,layoutId:\"K5U6I_Izk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c9kkay-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"klndUPipF-container\",nodeId:\"klndUPipF\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"klndUPipF\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v21\",activeLocale)??\"Who Struck Is For\",layoutId:\"klndUPipF\",NN4S3sIHH:\"Cake\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"kc88LMeYu\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\",width:\"100%\",ycFa86gVJ:\"center\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"in9VkZ_ht\"},implicitPathVariables:undefined},{href:{webPageId:\"in9VkZ_ht\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y5ylo3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"C_1pDK194-container\",nodeId:\"C_1pDK194\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay2}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"C_1pDK194\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v31\",activeLocale)??\"New\",ku0K5iab7:getLocalizedValue(\"v23\",activeLocale)??\"Architects & Engineers\",layoutId:\"C_1pDK194\",NN4S3sIHH:\"ArrowsOut\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v30\",activeLocale)??\"Design with confidence\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks15[0],...addPropertyOverrides({fVOP6YfBW:{ZpWw94nXT:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bgtZWy_OK\"},implicitPathVariables:undefined},{href:{webPageId:\"bgtZWy_OK\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1en2mdi-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"AgeHhJ8BA-container\",nodeId:\"AgeHhJ8BA\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay2}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"AgeHhJ8BA\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v24\",activeLocale)??\"Developers & Contractors\",layoutId:\"AgeHhJ8BA\",NN4S3sIHH:\"HardHat\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v32\",activeLocale)??\"Build without setbacks\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks16[0],...addPropertyOverrides({fVOP6YfBW:{ZpWw94nXT:resolvedLinks16[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qDZTAI8NE\"},implicitPathVariables:undefined},{href:{webPageId:\"qDZTAI8NE\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14zjg9p-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"jl_hLPFRb-container\",nodeId:\"jl_hLPFRb\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay2}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"jl_hLPFRb\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v25\",activeLocale)??\"Municipalities & Regulators\",layoutId:\"jl_hLPFRb\",NN4S3sIHH:\"Building\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v33\",activeLocale)??\"Faster error-free approvals\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks17[0],...addPropertyOverrides({fVOP6YfBW:{ZpWw94nXT:resolvedLinks17[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dwvZHRxX7\"},implicitPathVariables:undefined},{href:{webPageId:\"dwvZHRxX7\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ybsos5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uNQSzrcSO-container\",nodeId:\"uNQSzrcSO\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay2}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"uNQSzrcSO\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v26\",activeLocale)??\"Students & Institutions\",layoutId:\"uNQSzrcSO\",NN4S3sIHH:\"GraduationCap\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v34\",activeLocale)??\"101 Building Compliance\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks18[0],...addPropertyOverrides({fVOP6YfBW:{ZpWw94nXT:resolvedLinks18[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yegv6oT8U\"},implicitPathVariables:undefined},{href:{webPageId:\"Yegv6oT8U\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2hz4i9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tZal48w8d-container\",nodeId:\"tZal48w8d\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay2}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"tZal48w8d\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v35\",activeLocale)??\"Compliance Experts\",layoutId:\"tZal48w8d\",NN4S3sIHH:\"FileMagnifyingGlass\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v36\",activeLocale)??\"Decode regulations instantly\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks19[0],...addPropertyOverrides({fVOP6YfBW:{ZpWw94nXT:resolvedLinks19[1]}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-aowd78-container\",\"data-framer-name\":\"Bottom Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"pnunxQg0w-container\",name:\"Bottom Left\",nodeId:\"pnunxQg0w\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:-90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"pnunxQg0w\",layoutId:\"pnunxQg0w\",name:\"Bottom Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qjh8r2-container\",\"data-framer-name\":\"Top Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uMOzTZu5j-container\",name:\"Top Right\",nodeId:\"uMOzTZu5j\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"uMOzTZu5j\",layoutId:\"uMOzTZu5j\",name:\"Top Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lbg2y2-container\",\"data-framer-name\":\"Top Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Baf2Undq2-container\",name:\"Top Left\",nodeId:\"Baf2Undq2\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"Baf2Undq2\",layoutId:\"Baf2Undq2\",name:\"Top Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lnm9m-container\",\"data-framer-name\":\"Bottom Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"lBLdK58m9-container\",name:\"Bottom Right\",nodeId:\"lBLdK58m9\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:180},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"lBLdK58m9\",layoutId:\"lBLdK58m9\",name:\"Bottom Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})})]})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||36)-0-36)/2),...addPropertyOverrides({fVOP6YfBW:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-prks20-container\",id:`${layoutId}-prks20`,layoutDependency:layoutDependency,layoutId:\"QdpnpZCGb-container\",nodeId:\"QdpnpZCGb\",ref:ref7,rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:[/*#__PURE__*/_jsx(MenuItemWithSeoFixprks20WithMappedReactProps39pur3,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"QdpnpZCGb\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v37\",activeLocale)??\"Resources\",layoutId:\"QdpnpZCGb\",NN4S3sIHH:\"Cake\",PnQ813Qxg:PnQ813Qxgtxyyif({overlay:overlay3}),qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:overlay3.visible?\"LQXjyoW02\":\"HhwQ1hV0t\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"center\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref7,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-prks20`,offsetX:0,offsetY:10,onDismiss:overlay3.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-xwm5db\",\"data-border\":true,exit:animation3,initial:animation5,layoutDependency:layoutDependency,layoutId:\"QJyl1eY0R\",ref:ref8,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1eec4450-c8d8-4921-8d92-419574b3d791, rgb(253, 220, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:`blur(${XWxsdOvDJ}px)`,backgroundColor:ILT7xcLmk,boxShadow:\"0px 0.3010936508871964px 0.18065619053231788px -1.5px rgba(0, 0, 0, 0.04), 0px 1.1442666516217286px 0.6865599909730372px -3px rgba(0, 0, 0, 0.04), 0px 5px 3.0000000000000004px -4.5px rgba(0, 0, 0, 0), 0px 0.6021873017743928px 1.5656869846134214px -1px rgba(0, 0, 0, 0.06), 0px 2.288533303243457px 5.950186588432988px -2px rgba(0, 0, 0, 0.06), 0px 10px 26px -3px rgba(0, 0, 0, 0.04)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o5hxlx\",layoutDependency:layoutDependency,layoutId:\"lvmIO359z\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v5nwvv\",layoutDependency:layoutDependency,layoutId:\"a6oTGYyEa\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1n5sv2z-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"T2x0H8eTz-container\",nodeId:\"T2x0H8eTz\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"T2x0H8eTz\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:\"News & Updates\",layoutId:\"T2x0H8eTz\",NN4S3sIHH:\"Cake\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"kc88LMeYu\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\",width:\"100%\",ycFa86gVJ:\"center\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"W_GtNfrJA\"},implicitPathVariables:undefined},{href:{webPageId:\"W_GtNfrJA\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t2cahl-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZF2WWkZBT-container\",nodeId:\"ZF2WWkZBT\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"ZF2WWkZBT\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v38\",activeLocale)??\"In the News\",layoutId:\"ZF2WWkZBT\",NN4S3sIHH:\"Newspaper\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v39\",activeLocale)??\"Press\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks20[0],...addPropertyOverrides({fVOP6YfBW:{ZpWw94nXT:resolvedLinks20[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uCVwCKPd3\"},implicitPathVariables:undefined},{href:{webPageId:\"uCVwCKPd3\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t68scc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"g5oEs2KwE-container\",nodeId:\"g5oEs2KwE\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay3}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"g5oEs2KwE\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v42\",activeLocale)??\"dd\",ku0K5iab7:getLocalizedValue(\"v40\",activeLocale)??\"Blog\",layoutId:\"g5oEs2KwE\",NN4S3sIHH:\"Browsers\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v41\",activeLocale)??\"News & Updates\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks21[0],...addPropertyOverrides({fVOP6YfBW:{style:{width:\"100%\"},variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks21[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LxUU3SYPt\"},implicitPathVariables:undefined},{href:{webPageId:\"LxUU3SYPt\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15uebo4-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mRfYdZ37N-container\",nodeId:\"mRfYdZ37N\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay3}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"mRfYdZ37N\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v43\",activeLocale)??\"Downloads \",layoutId:\"mRfYdZ37N\",NN4S3sIHH:\"DownloadSimple\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:true,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v44\",activeLocale)??\"Brandbook, flyers, and more\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks22[0],...addPropertyOverrides({fVOP6YfBW:{style:{width:\"100%\"},variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks22[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"by7OFd4y0\"},implicitPathVariables:undefined},{href:{webPageId:\"by7OFd4y0\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pgy89x-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"QQwfYSC1W-container\",nodeId:\"QQwfYSC1W\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay3}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"QQwfYSC1W\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:\"Struck Academy - EN\",layoutId:\"QQwfYSC1W\",NN4S3sIHH:\"GraduationCap\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Learn how to use Struck\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks23[0],...addPropertyOverrides({fVOP6YfBW:{style:{width:\"100%\"},variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks23[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NGH2ZkYM5\"},implicitPathVariables:undefined},{href:{webPageId:\"NGH2ZkYM5\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14tjo5t-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uqTVHxJVE-container\",nodeId:\"uqTVHxJVE\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay3}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"uqTVHxJVE\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v45\",activeLocale)??\"Struck Academy - NL\",layoutId:\"uqTVHxJVE\",NN4S3sIHH:\"GraduationCap\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v46\",activeLocale)??\"Learn how to use Struck\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks24[0],...addPropertyOverrides({fVOP6YfBW:{style:{width:\"100%\"},variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks24[1]}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-y9kqpf-container\",\"data-framer-name\":\"Bottom Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"bdqySSAIK-container\",name:\"Bottom Left\",nodeId:\"bdqySSAIK\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:-90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"bdqySSAIK\",layoutId:\"bdqySSAIK\",name:\"Bottom Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-x8qjtl-container\",\"data-framer-name\":\"Top Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nioxgxhjJ-container\",name:\"Top Right\",nodeId:\"nioxgxhjJ\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"nioxgxhjJ\",layoutId:\"nioxgxhjJ\",name:\"Top Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bj5ovm-container\",\"data-framer-name\":\"Top Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"J_X0IadBe-container\",name:\"Top Left\",nodeId:\"J_X0IadBe\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"J_X0IadBe\",layoutId:\"J_X0IadBe\",name:\"Top Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ihw3a5-container\",\"data-framer-name\":\"Bottom Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"NxxSt_b8x-container\",name:\"Bottom Right\",nodeId:\"NxxSt_b8x\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:180},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"NxxSt_b8x\",layoutId:\"NxxSt_b8x\",name:\"Bottom Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})})]})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||36)-0-36)/2),...addPropertyOverrides({fVOP6YfBW:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-11j6ykn-container\",id:`${layoutId}-11j6ykn`,layoutDependency:layoutDependency,layoutId:\"NGDsUQMxr-container\",nodeId:\"NGDsUQMxr\",ref:ref9,rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:[/*#__PURE__*/_jsx(MenuItemWithSeoFix11j6yknWithMappedReactProps39pur3,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"NGDsUQMxr\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v47\",activeLocale)??\"About Struck\",layoutId:\"NGDsUQMxr\",NN4S3sIHH:\"Cake\",PnQ813Qxg:PnQ813Qxgtxyyif({overlay:overlay4}),qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:overlay4.visible?\"LQXjyoW02\":\"HhwQ1hV0t\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"center\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref9,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-11j6ykn`,offsetX:0,offsetY:10,onDismiss:overlay4.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1cu5ce6\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"SNr5QFptd\",ref:ref10,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1eec4450-c8d8-4921-8d92-419574b3d791, rgb(253, 220, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:`blur(${XWxsdOvDJ}px)`,backgroundColor:ILT7xcLmk,boxShadow:\"0px 0.3010936508871964px 0.18065619053231788px -1.5px rgba(0, 0, 0, 0.04), 0px 1.1442666516217286px 0.6865599909730372px -3px rgba(0, 0, 0, 0.04), 0px 5px 3.0000000000000004px -4.5px rgba(0, 0, 0, 0), 0px 0.6021873017743928px 1.5656869846134214px -1px rgba(0, 0, 0, 0.06), 0px 2.288533303243457px 5.950186588432988px -2px rgba(0, 0, 0, 0.06), 0px 10px 26px -3px rgba(0, 0, 0, 0.04)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9mdzdb\",layoutDependency:layoutDependency,layoutId:\"HDxY0oa4Z\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l21bmy\",layoutDependency:layoutDependency,layoutId:\"VyBIl93yZ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ocnjxm-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tGI7mipKp-container\",nodeId:\"tGI7mipKp\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"tGI7mipKp\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:\"Meet the Experts\",layoutId:\"tGI7mipKp\",NN4S3sIHH:\"Cake\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"kc88LMeYu\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:\"Subheader\",wGRcFK04x:\"var(--token-05d3d3db-be9e-464a-9684-d4b46306a4c3, rgb(113, 113, 122))\",width:\"100%\",ycFa86gVJ:\"center\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mPb6aM9SI\"},implicitPathVariables:undefined},{href:{webPageId:\"mPb6aM9SI\"},implicitPathVariables:undefined}],children:resolvedLinks25=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"234px\",...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-150tdiy-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"u2bdtqoTn-container\",nodeId:\"u2bdtqoTn\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay4}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"u2bdtqoTn\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v42\",activeLocale)??\"dd\",ku0K5iab7:getLocalizedValue(\"v48\",activeLocale)??\"Team\",layoutId:\"u2bdtqoTn\",NN4S3sIHH:\"TelegramLogo\",qfg9TUc_S:false,style:{width:\"100%\"},stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v49\",activeLocale)??\"Meet the Experts\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks25[0],...addPropertyOverrides({fVOP6YfBW:{variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks25[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"g4PIKOTOd\"},implicitPathVariables:undefined},{href:{webPageId:\"g4PIKOTOd\"},implicitPathVariables:undefined}],children:resolvedLinks26=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"234px\",...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w38p2v-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"cjr3xwKQS-container\",nodeId:\"cjr3xwKQS\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay4}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"cjr3xwKQS\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v50\",activeLocale)??\"Careers\",layoutId:\"cjr3xwKQS\",NN4S3sIHH:\"Windmill\",qfg9TUc_S:false,style:{width:\"100%\"},stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v51\",activeLocale)??\"Work with Us\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks26[0],...addPropertyOverrides({fVOP6YfBW:{variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks26[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XjS_dCwx8\"},implicitPathVariables:undefined},{href:{webPageId:\"XjS_dCwx8\"},implicitPathVariables:undefined}],children:resolvedLinks27=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d0z1jr-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"wRZVeqIJo-container\",nodeId:\"wRZVeqIJo\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay4}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"wRZVeqIJo\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v52\",activeLocale)??\"Advisors\",layoutId:\"wRZVeqIJo\",NN4S3sIHH:\"Network\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v53\",activeLocale)??\"Struck\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks27[0],...addPropertyOverrides({fVOP6YfBW:{style:{width:\"100%\"},variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks27[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SyxrINlYe\"},implicitPathVariables:undefined},{href:{webPageId:\"SyxrINlYe\"},implicitPathVariables:undefined}],children:resolvedLinks28=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"234px\",...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1aiytzy-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mjbDEMQh_-container\",nodeId:\"mjbDEMQh_\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i6eMpMhze:i6eMpMhze1wnntms({overlay:overlay4}),i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"mjbDEMQh_\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:\"Contact\",layoutId:\"mjbDEMQh_\",NN4S3sIHH:\"Phone\",qfg9TUc_S:false,style:{width:\"100%\"},stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v54\",activeLocale)??\"Here To Help\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks28[0],...addPropertyOverrides({fVOP6YfBW:{variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks28[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LO5yjlbS9\"},implicitPathVariables:undefined},{href:{webPageId:\"LO5yjlbS9\"},implicitPathVariables:undefined}],children:resolvedLinks29=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"234px\",...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-nfp5hu-container\",exit:animation4,inComponentSlot:true,initial:animation6,layoutDependency:layoutDependency,layoutId:\"sQYRb2hUU-container\",nodeId:\"sQYRb2hUU\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"sQYRb2hUU\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v57\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v55\",activeLocale)??\"Data Security\",layoutId:\"sQYRb2hUU\",NN4S3sIHH:\"ShieldCheck\",qfg9TUc_S:false,style:{width:\"100%\"},stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v56\",activeLocale)??\"Keeping Your Data Safe\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks29[0],...addPropertyOverrides({fVOP6YfBW:{variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks29[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"F6kem0Hsk\"},implicitPathVariables:undefined},{href:{webPageId:\"F6kem0Hsk\"},implicitPathVariables:undefined}],children:resolvedLinks30=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"234px\",...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-jyiton-container\",exit:animation4,inComponentSlot:true,initial:animation6,layoutDependency:layoutDependency,layoutId:\"Rr9N9vkwU-container\",nodeId:\"Rr9N9vkwU\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"Rr9N9vkwU\",jiD82IsqP:\"flex-start\",kf3NktHXk:getLocalizedValue(\"v9\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v58\",activeLocale)??\"Privacy Policy\",layoutId:\"Rr9N9vkwU\",NN4S3sIHH:\"Cookie\",qfg9TUc_S:false,style:{width:\"100%\"},stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v59\",activeLocale)??\"Your Data, Your Rights\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks30[0],...addPropertyOverrides({fVOP6YfBW:{variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks30[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QiO3aEZ3H\"},implicitPathVariables:undefined},{href:{webPageId:\"QiO3aEZ3H\"},implicitPathVariables:undefined}],children:resolvedLinks31=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"234px\",...addPropertyOverrides({fVOP6YfBW:{width:\"270px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-xh5vrn-container\",exit:animation4,inComponentSlot:true,initial:animation6,layoutDependency:layoutDependency,layoutId:\"s7slrS47Y-container\",nodeId:\"s7slrS47Y\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:3,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.1)\",id:\"s7slrS47Y\",jiD82IsqP:\"flex-start\",kf3NktHXk:\"Badge\",ku0K5iab7:getLocalizedValue(\"v60\",activeLocale)??\"Terms of Service\",layoutId:\"s7slrS47Y\",NN4S3sIHH:\"Article\",qfg9TUc_S:false,style:{width:\"100%\"},stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"h53K4UNvv\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",VVCvHlwmJ:getLocalizedValue(\"v61\",activeLocale)??\"All the Terms\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"flex-start\",ZpWw94nXT:resolvedLinks31[0],...addPropertyOverrides({fVOP6YfBW:{variant:\"y1XD4tJI2\",ZpWw94nXT:resolvedLinks31[1]}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18b942t-container\",\"data-framer-name\":\"Bottom Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"epxVP_tlj-container\",name:\"Bottom Left\",nodeId:\"epxVP_tlj\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:-90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"epxVP_tlj\",layoutId:\"epxVP_tlj\",name:\"Bottom Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qrdzpk-container\",\"data-framer-name\":\"Top Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gmct28t86-container\",name:\"Top Right\",nodeId:\"gmct28t86\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"gmct28t86\",layoutId:\"gmct28t86\",name:\"Top Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jn9hj-container\",\"data-framer-name\":\"Top Left\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"RlaXQ14Wn-container\",name:\"Top Left\",nodeId:\"RlaXQ14Wn\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"RlaXQ14Wn\",layoutId:\"RlaXQ14Wn\",name:\"Top Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"12px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rdu46k-container\",\"data-framer-name\":\"Bottom Right\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Fqx41uIDG-container\",name:\"Bottom Right\",nodeId:\"Fqx41uIDG\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",style:{rotate:180},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"Fqx41uIDG\",layoutId:\"Fqx41uIDG\",name:\"Bottom Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})})]})})})]})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n0ybcb\",\"data-framer-name\":\"Menu/Item\",layoutDependency:layoutDependency,layoutId:\"e_W9ZlJXt\",style:{backgroundColor:\"rgba(113, 113, 122, 0)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5c03bw\",\"data-styles-preset\":\"acdDqsSOM\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"heQqr8OIK\"},motionChild:true,nodeId:\"z05sJlCLF\",openInNewTab:false,relValues:[],scopeId:\"x6PfALCgy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-9pkkha\",\"data-styles-preset\":\"vHJAs_yAt\",children:\"Pricing\"})})})}),className:\"framer-11msx5z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z05sJlCLF\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yILHa.framer-10aihsl, .framer-yILHa .framer-10aihsl { display: block; }\",\".framer-yILHa.framer-1ltwia3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: var(--hkf6fz); overflow: visible; padding: 0px 0px 0px 10px; position: relative; width: min-content; }\",\".framer-yILHa .framer-5smsta-container, .framer-yILHa .framer-1kg45o3-container, .framer-yILHa .framer-17mf7g0-container, .framer-yILHa .framer-prks20-container, .framer-yILHa .framer-11j6ykn-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-yILHa .framer-eur3nx, .framer-yILHa .framer-a8gqoy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-yILHa .framer-9gkbmh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 15px; position: relative; width: min-content; }\",\".framer-yILHa .framer-1stf8od, .framer-yILHa .framer-1au89pa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; z-index: 10; }\",\".framer-yILHa .framer-1ueo721-container, .framer-yILHa .framer-1hg1gnr-container, .framer-yILHa .framer-1a601ej-container, .framer-yILHa .framer-mnz2xn-container, .framer-yILHa .framer-1pcv09h-container, .framer-yILHa .framer-8lv8b4-container, .framer-yILHa .framer-156hemp-container, .framer-yILHa .framer-1l8siap-container, .framer-yILHa .framer-kqs1qr-container, .framer-yILHa .framer-1yo2jks-container, .framer-yILHa .framer-unll2x-container, .framer-yILHa .framer-j4tk7c-container, .framer-yILHa .framer-1gwmu0h-container, .framer-yILHa .framer-10suycq-container, .framer-yILHa .framer-ngdrpd-container, .framer-yILHa .framer-7tiy9p-container, .framer-yILHa .framer-1twfvh3-container, .framer-yILHa .framer-jz8e-container, .framer-yILHa .framer-19loqjj-container, .framer-yILHa .framer-1c9kkay-container, .framer-yILHa .framer-1y5ylo3-container, .framer-yILHa .framer-1en2mdi-container, .framer-yILHa .framer-14zjg9p-container, .framer-yILHa .framer-ybsos5-container, .framer-yILHa .framer-2hz4i9-container, .framer-yILHa .framer-1n5sv2z-container, .framer-yILHa .framer-t2cahl-container, .framer-yILHa .framer-1t68scc-container, .framer-yILHa .framer-15uebo4-container, .framer-yILHa .framer-1pgy89x-container, .framer-yILHa .framer-14tjo5t-container, .framer-yILHa .framer-1ocnjxm-container, .framer-yILHa .framer-d0z1jr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-yILHa .framer-12sqy4j, .framer-yILHa .framer-1v5nwvv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-yILHa .framer-el4yy2-container, .framer-yILHa .framer-zew48q-container, .framer-yILHa .framer-aowd78-container, .framer-yILHa .framer-y9kqpf-container, .framer-yILHa .framer-18b942t-container { bottom: 0px; flex: none; height: 12px; left: 0px; position: absolute; width: 12px; z-index: 1; }\",\".framer-yILHa .framer-jgmu6v-container, .framer-yILHa .framer-1i7z45p-container, .framer-yILHa .framer-1qjh8r2-container, .framer-yILHa .framer-x8qjtl-container, .framer-yILHa .framer-1qrdzpk-container { flex: none; height: 12px; position: absolute; right: 0px; top: 0px; width: 12px; z-index: 1; }\",\".framer-yILHa .framer-1j8vz1q-container, .framer-yILHa .framer-ak3v6p-container, .framer-yILHa .framer-lbg2y2-container, .framer-yILHa .framer-1bj5ovm-container, .framer-yILHa .framer-jn9hj-container { flex: none; height: 12px; left: 0px; position: absolute; top: 0px; width: 12px; z-index: 1; }\",\".framer-yILHa .framer-q7s2e6-container, .framer-yILHa .framer-ss7xdw-container, .framer-yILHa .framer-1lnm9m-container, .framer-yILHa .framer-ihw3a5-container, .framer-yILHa .framer-rdu46k-container { bottom: 0px; flex: none; height: 12px; position: absolute; right: 0px; width: 12px; z-index: 1; }\",\".framer-yILHa .framer-1hb3s28 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 15px; position: relative; width: 350px; }\",\".framer-yILHa .framer-vygd8e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-yILHa .framer-16ux8fk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; z-index: 10; }\",\".framer-yILHa .framer-1sre91e, .framer-yILHa .framer-xwm5db { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-yILHa .framer-1cw1ytg, .framer-yILHa .framer-1o5hxlx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 15px; position: relative; width: min-content; }\",\".framer-yILHa .framer-1cu5ce6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 280px; }\",\".framer-yILHa .framer-9mdzdb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 15px 30px 15px; position: relative; width: min-content; }\",\".framer-yILHa .framer-1l21bmy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 234px; }\",\".framer-yILHa .framer-150tdiy-container, .framer-yILHa .framer-w38p2v-container, .framer-yILHa .framer-1aiytzy-container, .framer-yILHa .framer-nfp5hu-container, .framer-yILHa .framer-jyiton-container, .framer-yILHa .framer-xh5vrn-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-yILHa .framer-n0ybcb { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 17px; justify-content: center; overflow: visible; padding: 18px 12px 18px 12px; position: relative; width: min-content; }\",\".framer-yILHa .framer-11msx5z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-yILHa.framer-v-b9n59k.framer-1ltwia3 { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-yILHa.framer-v-b9n59k .framer-eur3nx, .framer-yILHa.framer-v-b9n59k .framer-1hb3s28, .framer-yILHa.framer-v-b9n59k .framer-1sre91e, .framer-yILHa.framer-v-b9n59k .framer-1o5hxlx, .framer-yILHa.framer-v-b9n59k .framer-1cu5ce6 { width: 300px; }\",\".framer-yILHa.framer-v-b9n59k .framer-9gkbmh { flex-direction: column; }\",\".framer-yILHa.framer-v-b9n59k .framer-1stf8od { cursor: pointer; gap: 5px; width: 270px; }\",\".framer-yILHa.framer-v-b9n59k .framer-1hg1gnr-container, .framer-yILHa.framer-v-b9n59k .framer-1a601ej-container, .framer-yILHa.framer-v-b9n59k .framer-mnz2xn-container, .framer-yILHa.framer-v-b9n59k .framer-1pcv09h-container, .framer-yILHa.framer-v-b9n59k .framer-16ux8fk, .framer-yILHa.framer-v-b9n59k .framer-ngdrpd-container, .framer-yILHa.framer-v-b9n59k .framer-7tiy9p-container, .framer-yILHa.framer-v-b9n59k .framer-1twfvh3-container, .framer-yILHa.framer-v-b9n59k .framer-jz8e-container, .framer-yILHa.framer-v-b9n59k .framer-19loqjj-container, .framer-yILHa.framer-v-b9n59k .framer-d0z1jr-container { width: 100%; }\",\".framer-yILHa.framer-v-b9n59k .framer-1cw1ytg, .framer-yILHa.framer-v-b9n59k .framer-9mdzdb, .framer-yILHa.framer-v-b9n59k .framer-1l21bmy { flex: 1 0 0px; width: 1px; }\",\".framer-yILHa.framer-v-b9n59k .framer-1t68scc-container, .framer-yILHa.framer-v-b9n59k .framer-15uebo4-container, .framer-yILHa.framer-v-b9n59k .framer-1pgy89x-container, .framer-yILHa.framer-v-b9n59k .framer-14tjo5t-container { align-self: stretch; }\",\".framer-yILHa.framer-v-b9n59k .framer-n0ybcb { height: 36px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-yILHa[data-border=\"true\"]::after, .framer-yILHa [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 36\n * @framerIntrinsicWidth 648\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"fVOP6YfBW\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ZmT46usVX\":\"align\",\"odLrH8wIa\":\"textColor\",\"ILT7xcLmk\":\"dropdownBG\",\"XWxsdOvDJ\":\"bGBlur\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerx6PfALCgy=withCSS(Component,css,\"framer-yILHa\");export default Framerx6PfALCgy;Framerx6PfALCgy.displayName=\"Menu/Menu\";Framerx6PfALCgy.defaultProps={height:36,width:648};addPropertyControls(Framerx6PfALCgy,{variant:{options:[\"GqsjJ_k1_\",\"fVOP6YfBW\"],optionTitles:[\"Struck Nav Bar Text\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},ZmT46usVX:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Align\",type:ControlType.Enum},odLrH8wIa:{defaultValue:'var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29)) /* {\"name\":\"Struck Midnight\"} */',title:\"Text Color\",type:ControlType.Color},ILT7xcLmk:{defaultValue:'var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255)) /* {\"name\":\"White [Dynamic]\"} */',title:\"Dropdown BG\",type:ControlType.Color},XWxsdOvDJ:{defaultValue:5,title:\"BG Blur\",type:ControlType.Number}});addFonts(Framerx6PfALCgy,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MenuItemFonts,...LayoutDetailFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx6PfALCgy\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ZmT46usVX\\\":\\\"align\\\",\\\"odLrH8wIa\\\":\\\"textColor\\\",\\\"ILT7xcLmk\\\":\\\"dropdownBG\\\",\\\"XWxsdOvDJ\\\":\\\"bGBlur\\\"}\",\"framerIntrinsicWidth\":\"648\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"36\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fVOP6YfBW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6d5dad)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/xJxwC7YnsVuMGAu1fwdv/mjHzJ5l8TrkYndBQfTqL/R59UUiNVK.js\";import Button from\"https://framerusercontent.com/modules/eB3A9YEQ5bt97iPRbpnF/1J5EojQyFTwV2q0Sy3PR/LNCJ8JrMb.js\";import LayoutDetail from\"https://framerusercontent.com/modules/fJU9Yt7oHlHyXL5aDZRN/tfp2dLQ1aK7QIBi2sXI2/ol5mO__Rh.js\";import MenuHamburgerMenu from\"https://framerusercontent.com/modules/6Ua27ic4s08gdX5a4Ryx/4U5oqooIOhdiY0Y5TSPW/sDquhqjHT.js\";import Logo from\"https://framerusercontent.com/modules/grp6XyiyERTlqMJM2WDB/UDMyyryqVJETOasBTHYJ/W4JrbG6G8.js\";import MenuMenu from\"https://framerusercontent.com/modules/bjgDC451NyvpHki4MaQb/yuJq2xLv8KtnoiqzEI2M/x6PfALCgy.js\";const LogoFonts=getFonts(Logo);const MenuMenuFonts=getFonts(MenuMenu);const LocaleSelectorFonts=getFonts(LocaleSelector);const ButtonFonts=getFonts(Button);const MenuHamburgerMenuFonts=getFonts(MenuHamburgerMenu);const LayoutDetailFonts=getFonts(LayoutDetail);const LogoControls=getPropertyControls(Logo);const MenuMenuControls=getPropertyControls(MenuMenu);const cycleOrder=[\"BGu0Mgwf_\",\"g7fLVO5ml\",\"qLlnLn20q\",\"ex78Pleqf\",\"mtW1bLLiz\"];const serializationHash=\"framer-K8Bfh\";const variantClassNames={BGu0Mgwf_:\"framer-v-wkp83w\",ex78Pleqf:\"framer-v-1mopw1p\",g7fLVO5ml:\"framer-v-4gxnd7\",mtW1bLLiz:\"framer-v-1t3ecsi\",qLlnLn20q:\"framer-v-1069zb2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition3={delay:.1,duration:.15,ease:[.44,0,.56,1],type:\"tween\"};const convertFromString=(value,activeLocale)=>{switch(typeof value===\"string\"?value.toLowerCase():value){case\"log in\":return'var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29)) /* {\"name\":\"Struck Midnight\"} */';default:return'var(--token-b9237e02-2830-4343-bfe3-bb554597c396, rgb(32, 31, 29)) /* {\"name\":\"Struck Midnight\"} */';}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Dark:\"Dv1wC8FMY\",Dynamic:\"lk7ooqA4_\",Light:\"ld4psBuuS\"};const humanReadableEnumMap1={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Mobile [Menu Opend]\":\"qLlnLn20q\",\"Tablet [Menu Opend]\":\"mtW1bLLiz\",Desktop:\"BGu0Mgwf_\",Mobile:\"g7fLVO5ml\",Tablet:\"ex78Pleqf\"};const getProps=({alignMenu,bGBlur,buttonColor,buttonLink,buttonText,buttonTextColor,desktopBG,height,id,logoColor,mobileBG,newTab,showButton,showMenu,textColor,width,...props})=>{return{...props,BeZsA273t:showMenu??props.BeZsA273t??true,Cof0RMUzO:textColor??props.Cof0RMUzO??\"var(--token-e6a1425f-5cc8-4e16-87a5-8615ab8b8fe1, rgb(82, 82, 91))\",dbTkB554q:buttonLink??props.dbTkB554q,EdKYuwXXP:mobileBG??props.EdKYuwXXP??\"rgba(250, 250, 250, 0.98)\",eGOhp_OqC:buttonText??props.eGOhp_OqC??\"Try It For Free\",FFcnuU4Ek:desktopBG??props.FFcnuU4Ek??\"var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, rgb(249, 248, 247))\",ixSSNMsgd:humanReadableEnumMap[logoColor]??logoColor??props.ixSSNMsgd??\"lk7ooqA4_\",KDPaGeBIL:buttonTextColor??props.KDPaGeBIL??\"var(--token-bebb5c17-844d-419e-ab0e-ada0b43a4350, rgb(250, 250, 250))\",sGHTFWZo5:showButton??props.sGHTFWZo5??true,t4qtipNl7:bGBlur??props.t4qtipNl7,UTTJR9foI:newTab??props.UTTJR9foI,v06jigF6i:humanReadableEnumMap1[alignMenu]??alignMenu??props.v06jigF6i??\"flex-start\",variant:humanReadableVariantMap[props.variant]??props.variant??\"BGu0Mgwf_\",zzroHIlLa:buttonColor??props.zzroHIlLa??\"rgb(246, 80, 9)\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ixSSNMsgd,Cof0RMUzO,BeZsA273t,v06jigF6i,sGHTFWZo5,eGOhp_OqC,zzroHIlLa,KDPaGeBIL,UTTJR9foI,dbTkB554q,FFcnuU4Ek,EdKYuwXXP,t4qtipNl7,V5RuzMe2YDGNeK0N5q,HYcBYnG2FDGNeK0N5q,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BGu0Mgwf_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap4zbyd6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});});const f2qu17KRbtv5rva=activeVariantCallback(async(...args)=>{setVariant(\"g7fLVO5ml\");});const onTap16wbbam=activeVariantCallback(async(...args)=>{setVariant(\"mtW1bLLiz\");});const E6NV4Gf2fquv5vp=activeVariantCallback(async(...args)=>{setVariant(\"qLlnLn20q\");});const E6NV4Gf2ftv5rva=activeVariantCallback(async(...args)=>{setVariant(\"g7fLVO5ml\");});const E6NV4Gf2f16wbbam=activeVariantCallback(async(...args)=>{setVariant(\"mtW1bLLiz\");});const E6NV4Gf2f1ervnaz=activeVariantCallback(async(...args)=>{setVariant(\"ex78Pleqf\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=value=>{if([\"g7fLVO5ml\",\"qLlnLn20q\",\"ex78Pleqf\",\"mtW1bLLiz\"].includes(baseVariant))return false;return value;};const isDisplayed1=()=>{if([\"g7fLVO5ml\",\"qLlnLn20q\",\"ex78Pleqf\",\"mtW1bLLiz\"].includes(baseVariant))return false;return true;};const isDisplayed2=value=>{if([\"g7fLVO5ml\",\"ex78Pleqf\"].includes(baseVariant))return value;if([\"qLlnLn20q\",\"mtW1bLLiz\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"qLlnLn20q\",\"mtW1bLLiz\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({ex78Pleqf:{value:transition2},g7fLVO5ml:{value:transition2},mtW1bLLiz:{value:transition3},qLlnLn20q:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-wkp83w\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"BGu0Mgwf_\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{ex78Pleqf:{backgroundColor:\"rgba(0, 0, 0, 0)\"},mtW1bLLiz:{backgroundColor:EdKYuwXXP},qLlnLn20q:{backgroundColor:EdKYuwXXP}},...addPropertyOverrides({ex78Pleqf:{\"data-framer-name\":\"Tablet\"},g7fLVO5ml:{\"data-framer-name\":\"Mobile\"},mtW1bLLiz:{\"data-framer-name\":\"Tablet [Menu Opend]\",\"data-highlight\":true,onTap:onTap4zbyd6},qLlnLn20q:{\"data-framer-name\":\"Mobile [Menu Opend]\",\"data-highlight\":true,onTap:onTap4zbyd6}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k0mvlx\",\"data-border\":true,\"data-framer-name\":\"Main Area\",layoutDependency:layoutDependency,layoutId:\"xZNePz6BP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1eec4450-c8d8-4921-8d92-419574b3d791, rgb(253, 220, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-bdd5c3bb-385d-4b4d-b487-5a1f9f5d346c, rgb(250, 250, 250))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},variants:{mtW1bLLiz:{backgroundColor:\"rgba(0, 0, 0, 0)\"},qLlnLn20q:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vwyfwtTUd\"},implicitPathVariables:undefined},{href:{webPageId:\"vwyfwtTUd\"},implicitPathVariables:undefined},{href:{webPageId:\"vwyfwtTUd\"},implicitPathVariables:undefined},{href:{webPageId:\"vwyfwtTUd\"},implicitPathVariables:undefined},{href:{webPageId:\"vwyfwtTUd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-20-80)/2)+22,...addPropertyOverrides({ex78Pleqf:{y:(componentViewport?.y||0)+0+0+14.5},g7fLVO5ml:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+14.5},mtW1bLLiz:{y:(componentViewport?.y||0)+0+0+14.5},qLlnLn20q:{y:(componentViewport?.y||0)+0+0+14.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fa3x8m-container\",layoutDependency:layoutDependency,layoutId:\"L3AW7zokX-container\",nodeId:\"L3AW7zokX\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"L3AW7zokX\",layoutId:\"L3AW7zokX\",qj6tn2Ux3:resolvedLinks[0],style:{height:\"100%\"},variant:\"WcDnzt3zw\",width:\"100%\",wJOYtHzul:false,yBg5svSnw:ixSSNMsgd,ZzpJSRgMV:\"struck\",...addPropertyOverrides({ex78Pleqf:{qj6tn2Ux3:resolvedLinks[3]},g7fLVO5ml:{qj6tn2Ux3:resolvedLinks[1]},mtW1bLLiz:{f2qu17KRb:f2qu17KRbtv5rva,qj6tn2Ux3:resolvedLinks[4]},qLlnLn20q:{f2qu17KRb:f2qu17KRbtv5rva,qj6tn2Ux3:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),isDisplayed(BeZsA273t)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-20-80)/2)+25,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6zkne-container\",\"data-framer-name\":\"Menu [Desktop]\",layoutDependency:layoutDependency,layoutId:\"TPCEs2Im5-container\",name:\"Menu [Desktop]\",nodeId:\"TPCEs2Im5\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(MenuMenu,{height:\"100%\",id:\"TPCEs2Im5\",ILT7xcLmk:FFcnuU4Ek,layoutId:\"TPCEs2Im5\",name:\"Menu [Desktop]\",odLrH8wIa:Cof0RMUzO,style:{height:\"100%\",width:\"100%\"},variant:\"GqsjJ_k1_\",width:\"100%\",XWxsdOvDJ:t4qtipNl7,ZmT46usVX:v06jigF6i})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gael6y\",layoutDependency:layoutDependency,layoutId:\"gzzExDpTx\",...addPropertyOverrides({ex78Pleqf:{\"data-highlight\":true,onTap:onTap16wbbam}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sl0xsi\",layoutDependency:layoutDependency,layoutId:\"aqRkbnsW9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kuqs32-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"N2QUtsMby-container\",nodeId:\"N2QUtsMby\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-c728ab53-56de-48bd-b566-bdd83d7e0e0d, rgb(3, 68, 220))\",size:12,type:\"default\"},font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-c728ab53-56de-48bd-b566-bdd83d7e0e0d, rgb(3, 68, 220))\",size:18,type:\"default\"},id:\"N2QUtsMby\",layoutId:\"N2QUtsMby\",options:{focus:{color:\"var(--token-c728ab53-56de-48bd-b566-bdd83d7e0e0d, rgb(3, 68, 220))\",offset:0,style:\"solid\",width:1},gap:5,hover:{fillColor:\"var(--token-7fcc6e1b-3d6d-4860-8c12-9e419aa459bd, rgb(232, 247, 255))\"},title:true},padding:\"10px\",radius:\"0px\",style:{width:\"100%\"},textColor:\"var(--token-c728ab53-56de-48bd-b566-bdd83d7e0e0d, rgb(3, 68, 220))\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-20-80)/2)+15+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-y0u3ja-container\",layoutDependency:layoutDependency,layoutId:\"SH7ETFn1Y-container\",nodeId:\"SH7ETFn1Y\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},ey7w8muFX:true,G77f5Yx_v:getLocalizedValue(\"v0\",activeLocale)??\"Login\",height:\"100%\",HFfTjmBlq:toString(convertFromString(eGOhp_OqC,activeLocale)),id:\"SH7ETFn1Y\",layoutId:\"SH7ETFn1Y\",n9WP3fBIv:false,oV7zrnzuy:\"rgba(232, 247, 255, 0.57)\",SZQpZ3lk2:1,U1Kbkgydv:\"https://unravel.struck.build/sign-in\",variant:\"E_YzJ47KG\",VkxZQkMEC:\"\",Vo_oxchYD:\"CaretRight\",width:\"100%\",WM2TpCryl:false})})}),sGHTFWZo5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-20-80)/2)+15+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bncuxq-container\",layoutDependency:layoutDependency,layoutId:\"vCdf7a16A-container\",nodeId:\"vCdf7a16A\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},ey7w8muFX:UTTJR9foI,G77f5Yx_v:eGOhp_OqC,height:\"100%\",HFfTjmBlq:KDPaGeBIL,id:\"vCdf7a16A\",layoutId:\"vCdf7a16A\",n9WP3fBIv:true,oV7zrnzuy:zzroHIlLa,SZQpZ3lk2:1,U1Kbkgydv:dbTkB554q,variant:\"Nw_OMPtNd\",VkxZQkMEC:\"\",Vo_oxchYD:\"CaretRight\",width:\"100%\",WM2TpCryl:false})})})]}),isDisplayed2(BeZsA273t)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ex78Pleqf:{height:48,width:\"48px\",y:(componentViewport?.y||0)+0+0+8.5+0},g7fLVO5ml:{height:48,width:\"48px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+8.5+0},mtW1bLLiz:{height:48,width:\"48px\",y:(componentViewport?.y||0)+0+0+8.5+0},qLlnLn20q:{height:48,width:\"48px\",y:(componentViewport?.y||0)+0+0+8.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tiny8t-container\",layoutDependency:layoutDependency,layoutId:\"cUX92OO8H-container\",nodeId:\"cUX92OO8H\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(MenuHamburgerMenu,{E6NV4Gf2f:E6NV4Gf2fquv5vp,height:\"100%\",id:\"cUX92OO8H\",layoutId:\"cUX92OO8H\",lYvpkC7IW:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",style:{height:\"100%\",width:\"100%\"},variant:\"jes3YGVf7\",width:\"100%\",...addPropertyOverrides({ex78Pleqf:{E6NV4Gf2f:E6NV4Gf2f16wbbam,lYvpkC7IW:Cof0RMUzO},g7fLVO5ml:{lYvpkC7IW:Cof0RMUzO},mtW1bLLiz:{E6NV4Gf2f:E6NV4Gf2f1ervnaz,lYvpkC7IW:Cof0RMUzO,variant:\"EiPw8AZS4\"},qLlnLn20q:{E6NV4Gf2f:E6NV4Gf2ftv5rva,lYvpkC7IW:Cof0RMUzO,variant:\"EiPw8AZS4\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:12,width:\"12px\",y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-20-80)/2)+80-12,...addPropertyOverrides({ex78Pleqf:{y:(componentViewport?.y||0)+0+0+65-12},g7fLVO5ml:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+65-12},mtW1bLLiz:{y:(componentViewport?.y||0)+0+0+65-12},qLlnLn20q:{y:(componentViewport?.y||0)+0+0+65-12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-155gnd9-container\",\"data-framer-name\":\"Bottom Left\",layoutDependency:layoutDependency,layoutId:\"urepIikLe-container\",name:\"Bottom Left\",nodeId:\"urepIikLe\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",style:{rotate:-90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"urepIikLe\",layoutId:\"urepIikLe\",name:\"Bottom Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:12,width:\"12px\",y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-20-80)/2)+0,...addPropertyOverrides({ex78Pleqf:{y:(componentViewport?.y||0)+0+0+0},g7fLVO5ml:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+0},mtW1bLLiz:{y:(componentViewport?.y||0)+0+0+0},qLlnLn20q:{y:(componentViewport?.y||0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1es9czl-container\",\"data-framer-name\":\"Top Right\",layoutDependency:layoutDependency,layoutId:\"BHZXEKCyN-container\",name:\"Top Right\",nodeId:\"BHZXEKCyN\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",style:{rotate:90},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"BHZXEKCyN\",layoutId:\"BHZXEKCyN\",name:\"Top Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:12,width:\"12px\",y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-20-80)/2)+0,...addPropertyOverrides({ex78Pleqf:{y:(componentViewport?.y||0)+0+0+0},g7fLVO5ml:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+0},mtW1bLLiz:{y:(componentViewport?.y||0)+0+0+0},qLlnLn20q:{y:(componentViewport?.y||0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-148ykxj-container\",\"data-framer-name\":\"Top Left\",layoutDependency:layoutDependency,layoutId:\"rsU9O1Cun-container\",name:\"Top Left\",nodeId:\"rsU9O1Cun\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"rsU9O1Cun\",layoutId:\"rsU9O1Cun\",name:\"Top Left\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:12,width:\"12px\",y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-20-80)/2)+80-12,...addPropertyOverrides({ex78Pleqf:{y:(componentViewport?.y||0)+0+0+65-12},g7fLVO5ml:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||65)-0-65)/2+0+0)+65-12},mtW1bLLiz:{y:(componentViewport?.y||0)+0+0+65-12},qLlnLn20q:{y:(componentViewport?.y||0)+0+0+65-12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-djkmlb-container\",\"data-framer-name\":\"Bottom Right\",layoutDependency:layoutDependency,layoutId:\"msdOX3BOO-container\",name:\"Bottom Right\",nodeId:\"msdOX3BOO\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",style:{rotate:180},children:/*#__PURE__*/_jsx(LayoutDetail,{height:\"100%\",id:\"msdOX3BOO\",layoutId:\"msdOX3BOO\",name:\"Bottom Right\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_JN87tkN\",width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t87v2a\",\"data-border\":true,\"data-framer-name\":\"Mobile Dropdown\",layoutDependency:layoutDependency,layoutId:\"Qo0kpX5ez\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1eec4450-c8d8-4921-8d92-419574b3d791, rgb(253, 220, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u7677l\",layoutDependency:layoutDependency,layoutId:\"BRgz_1V_F\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({mtW1bLLiz:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+65+15+90+10+0},qLlnLn20q:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+65+15+90+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ejt61s-container\",layoutDependency:layoutDependency,layoutId:\"H2XQohY7u-container\",nodeId:\"H2XQohY7u\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},ey7w8muFX:V5RuzMe2YDGNeK0N5q,G77f5Yx_v:\"Login\",height:\"100%\",HFfTjmBlq:toString(convertFromString(HYcBYnG2FDGNeK0N5q,activeLocale)),id:\"H2XQohY7u\",layoutId:\"H2XQohY7u\",n9WP3fBIv:false,oV7zrnzuy:\"rgba(232, 247, 255, 0.57)\",style:{width:\"100%\"},SZQpZ3lk2:1,U1Kbkgydv:\"https://unravel.struck.build/sign-in\",variant:\"E_YzJ47KG\",VkxZQkMEC:\"\",Vo_oxchYD:\"CaretRight\",width:\"100%\",WM2TpCryl:false})})}),sGHTFWZo5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({mtW1bLLiz:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+65+15+90+10+60},qLlnLn20q:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+65+15+90+10+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19y5fjk-container\",layoutDependency:layoutDependency,layoutId:\"WV_KMD5tj-container\",nodeId:\"WV_KMD5tj\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},ey7w8muFX:UTTJR9foI,G77f5Yx_v:eGOhp_OqC,height:\"100%\",HFfTjmBlq:KDPaGeBIL,id:\"WV_KMD5tj\",layoutId:\"WV_KMD5tj\",n9WP3fBIv:true,oV7zrnzuy:zzroHIlLa,SZQpZ3lk2:1,U1Kbkgydv:dbTkB554q,variant:\"Nw_OMPtNd\",VkxZQkMEC:\"\",Vo_oxchYD:\"CaretRight\",width:\"100%\",WM2TpCryl:false,...addPropertyOverrides({mtW1bLLiz:{nSQvgmbyz:undefined,style:{width:\"100%\"},U1Kbkgydv:\"unravel.struck.build\"},qLlnLn20q:{nSQvgmbyz:undefined,style:{width:\"100%\"},U1Kbkgydv:\"unravel.struck.build\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jq3fl9-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"n9dvt3tbj-container\",nodeId:\"n9dvt3tbj\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-c728ab53-56de-48bd-b566-bdd83d7e0e0d, rgb(3, 68, 220))\",size:12,type:\"default\"},font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-c728ab53-56de-48bd-b566-bdd83d7e0e0d, rgb(3, 68, 220))\",size:18,type:\"default\"},id:\"n9dvt3tbj\",layoutId:\"n9dvt3tbj\",options:{focus:{color:\"var(--token-c728ab53-56de-48bd-b566-bdd83d7e0e0d, rgb(3, 68, 220))\",offset:0,style:\"solid\",width:1},gap:5,hover:{fillColor:\"var(--token-7fcc6e1b-3d6d-4860-8c12-9e419aa459bd, rgb(232, 247, 255))\"},title:true},padding:\"10px\",radius:\"0px\",style:{width:\"100%\"},textColor:\"var(--token-c728ab53-56de-48bd-b566-bdd83d7e0e0d, rgb(3, 68, 220))\",width:\"100%\"})})}),BeZsA273t&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,...addPropertyOverrides({mtW1bLLiz:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+65+15+44},qLlnLn20q:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+65+15+44}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17skwx1-container\",\"data-framer-name\":\"Menu [Desktop]\",layoutDependency:layoutDependency,layoutId:\"ADkTmBBaz-container\",name:\"Menu [Desktop]\",nodeId:\"ADkTmBBaz\",rendersWithMotion:true,scopeId:\"R59UUiNVK\",children:/*#__PURE__*/_jsx(MenuMenu,{height:\"100%\",id:\"ADkTmBBaz\",ILT7xcLmk:FFcnuU4Ek,layoutId:\"ADkTmBBaz\",name:\"Menu [Desktop]\",odLrH8wIa:Cof0RMUzO,style:{height:\"100%\",width:\"100%\"},variant:\"GqsjJ_k1_\",width:\"100%\",XWxsdOvDJ:t4qtipNl7,ZmT46usVX:v06jigF6i,...addPropertyOverrides({mtW1bLLiz:{style:{width:\"100%\"},variant:\"fVOP6YfBW\"},qLlnLn20q:{style:{width:\"100%\"},variant:\"fVOP6YfBW\"}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-K8Bfh.framer-ltaqx7, .framer-K8Bfh .framer-ltaqx7 { display: block; }\",\".framer-K8Bfh.framer-wkp83w { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-K8Bfh .framer-k0mvlx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 15px 20px 15px 20px; position: relative; width: 1px; }\",\".framer-K8Bfh .framer-1fa3x8m-container { flex: none; height: 36px; position: relative; width: auto; }\",\".framer-K8Bfh .framer-6zkne-container { flex: 1 0 0px; height: 30px; position: relative; width: 1px; z-index: 10; }\",\".framer-K8Bfh .framer-1gael6y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-K8Bfh .framer-sl0xsi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 15px; position: relative; width: min-content; }\",\".framer-K8Bfh .framer-1kuqs32-container, .framer-K8Bfh .framer-jq3fl9-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-K8Bfh .framer-y0u3ja-container, .framer-K8Bfh .framer-bncuxq-container, .framer-K8Bfh .framer-19y5fjk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-K8Bfh .framer-tiny8t-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-K8Bfh .framer-155gnd9-container { bottom: 0px; flex: none; height: 12px; left: 0px; position: absolute; width: 12px; z-index: 1; }\",\".framer-K8Bfh .framer-1es9czl-container { flex: none; height: 12px; position: absolute; right: 0px; top: 0px; width: 12px; z-index: 1; }\",\".framer-K8Bfh .framer-148ykxj-container { flex: none; height: 12px; left: 0px; position: absolute; top: 0px; width: 12px; z-index: 1; }\",\".framer-K8Bfh .framer-djkmlb-container { bottom: 0px; flex: none; height: 12px; position: absolute; right: 0px; width: 12px; z-index: 1; }\",\".framer-K8Bfh .framer-1t87v2a { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 458px; justify-content: flex-start; overflow: visible; padding: 15px; position: relative; width: 1px; }\",\".framer-K8Bfh .framer-u7677l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-K8Bfh .framer-1ejt61s-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-K8Bfh .framer-17skwx1-container { flex: none; height: 30px; position: relative; width: 100%; z-index: 10; }\",\".framer-K8Bfh.framer-v-4gxnd7.framer-wkp83w { flex-direction: column; gap: 0px; padding: 0px; width: 370px; }\",\".framer-K8Bfh.framer-v-4gxnd7 .framer-k0mvlx { flex: none; height: 65px; max-width: unset; padding: 13px; width: 100%; z-index: 1; }\",\".framer-K8Bfh.framer-v-4gxnd7 .framer-1gael6y { gap: 0px; justify-content: flex-end; }\",\".framer-K8Bfh.framer-v-4gxnd7 .framer-tiny8t-container, .framer-K8Bfh.framer-v-1mopw1p .framer-tiny8t-container { order: 1; }\",\".framer-K8Bfh.framer-v-1069zb2.framer-wkp83w { cursor: pointer; flex-direction: column; gap: 0px; justify-content: flex-start; overflow: auto; padding: 0px; width: 370px; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-k0mvlx, .framer-K8Bfh.framer-v-1t3ecsi .framer-k0mvlx { flex: none; height: 65px; max-width: unset; padding: 15px 10px 15px 15px; width: 100%; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-1fa3x8m-container, .framer-K8Bfh.framer-v-1069zb2 .framer-jq3fl9-container, .framer-K8Bfh.framer-v-1t3ecsi .framer-1fa3x8m-container, .framer-K8Bfh.framer-v-1t3ecsi .framer-jq3fl9-container { order: 0; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-1gael6y, .framer-K8Bfh.framer-v-1t3ecsi .framer-1gael6y { gap: 10px; order: 2; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-155gnd9-container, .framer-K8Bfh.framer-v-1t3ecsi .framer-155gnd9-container { order: 3; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-1es9czl-container, .framer-K8Bfh.framer-v-1t3ecsi .framer-1es9czl-container { order: 4; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-148ykxj-container, .framer-K8Bfh.framer-v-1t3ecsi .framer-148ykxj-container { order: 5; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-djkmlb-container, .framer-K8Bfh.framer-v-1t3ecsi .framer-djkmlb-container { order: 6; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-1t87v2a, .framer-K8Bfh.framer-v-1t3ecsi .framer-1t87v2a { flex: none; width: 100%; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-u7677l, .framer-K8Bfh.framer-v-1t3ecsi .framer-u7677l { order: 2; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-19y5fjk-container, .framer-K8Bfh.framer-v-1t3ecsi .framer-19y5fjk-container { width: 100%; }\",\".framer-K8Bfh.framer-v-1069zb2 .framer-17skwx1-container, .framer-K8Bfh.framer-v-1t3ecsi .framer-17skwx1-container { height: auto; order: 1; }\",\".framer-K8Bfh.framer-v-1mopw1p.framer-wkp83w { flex-direction: column; gap: 0px; justify-content: flex-start; padding: 0px; width: min-content; }\",\".framer-K8Bfh.framer-v-1mopw1p .framer-k0mvlx { flex: none; height: 65px; max-width: unset; padding: 13px; width: 780px; z-index: 1; }\",\".framer-K8Bfh.framer-v-1mopw1p .framer-1gael6y { cursor: pointer; gap: 0px; justify-content: flex-end; }\",\".framer-K8Bfh.framer-v-1t3ecsi.framer-wkp83w { cursor: pointer; flex-direction: column; gap: 0px; justify-content: flex-start; overflow: auto; padding: 0px; width: 780px; }\",'.framer-K8Bfh[data-border=\"true\"]::after, .framer-K8Bfh [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 91\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"g7fLVO5ml\":{\"layout\":[\"fixed\",\"auto\"]},\"qLlnLn20q\":{\"layout\":[\"fixed\",\"auto\"]},\"ex78Pleqf\":{\"layout\":[\"auto\",\"auto\"]},\"mtW1bLLiz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ixSSNMsgd\":\"logoColor\",\"Cof0RMUzO\":\"textColor\",\"BeZsA273t\":\"showMenu\",\"v06jigF6i\":\"alignMenu\",\"sGHTFWZo5\":\"showButton\",\"eGOhp_OqC\":\"buttonText\",\"zzroHIlLa\":\"buttonColor\",\"KDPaGeBIL\":\"buttonTextColor\",\"UTTJR9foI\":\"newTab\",\"dbTkB554q\":\"buttonLink\",\"FFcnuU4Ek\":\"desktopBG\",\"EdKYuwXXP\":\"mobileBG\",\"t4qtipNl7\":\"bGBlur\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerR59UUiNVK=withCSS(Component,css,\"framer-K8Bfh\");export default FramerR59UUiNVK;FramerR59UUiNVK.displayName=\"Header\";FramerR59UUiNVK.defaultProps={height:91,width:1200};addPropertyControls(FramerR59UUiNVK,{variant:{options:[\"BGu0Mgwf_\",\"g7fLVO5ml\",\"qLlnLn20q\",\"ex78Pleqf\",\"mtW1bLLiz\"],optionTitles:[\"Desktop\",\"Mobile\",\"Mobile [Menu Opend]\",\"Tablet\",\"Tablet [Menu Opend]\"],title:\"Variant\",type:ControlType.Enum},ixSSNMsgd:LogoControls?.[\"yBg5svSnw\"]&&{...LogoControls[\"yBg5svSnw\"],defaultValue:\"lk7ooqA4_\",description:undefined,hidden:undefined,title:\"Logo Color\"},Cof0RMUzO:{defaultValue:'var(--token-e6a1425f-5cc8-4e16-87a5-8615ab8b8fe1, rgb(82, 82, 91)) /* {\"name\":\"Gray 600 [Dynamic]\"} */',title:\"Text Color\",type:ControlType.Color},BeZsA273t:{defaultValue:true,title:\"Show Menu\",type:ControlType.Boolean},v06jigF6i:MenuMenuControls?.[\"ZmT46usVX\"]&&{...MenuMenuControls[\"ZmT46usVX\"],defaultValue:\"flex-start\",description:undefined,hidden:undefined,title:\"Align Menu\"},sGHTFWZo5:{defaultValue:true,title:\"Show Button\",type:ControlType.Boolean},eGOhp_OqC:{defaultValue:\"Try It For Free\",displayTextArea:false,placeholder:\"\",title:\"Button Text\",type:ControlType.String},zzroHIlLa:{defaultValue:\"rgb(246, 80, 9)\",title:\"Button Color\",type:ControlType.Color},KDPaGeBIL:{defaultValue:'var(--token-bebb5c17-844d-419e-ab0e-ada0b43a4350, rgb(250, 250, 250)) /* {\"name\":\"Gray 50 [Dynamic]\"} */',title:\"Button Text Color\",type:ControlType.Color},UTTJR9foI:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},dbTkB554q:{title:\"Button Link\",type:ControlType.Link},FFcnuU4Ek:{defaultValue:'var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, rgb(249, 248, 247)) /* {\"name\":\"Page Background [Dynamic]\"} */',title:\"Desktop BG\",type:ControlType.Color},EdKYuwXXP:{defaultValue:\"rgba(250, 250, 250, 0.98)\",title:\"Mobile BG\",type:ControlType.Color},t4qtipNl7:{defaultValue:0,step:1,title:\"BG Blur\",type:ControlType.Number}});addFonts(FramerR59UUiNVK,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...LogoFonts,...MenuMenuFonts,...LocaleSelectorFonts,...ButtonFonts,...MenuHamburgerMenuFonts,...LayoutDetailFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR59UUiNVK\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g7fLVO5ml\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qLlnLn20q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ex78Pleqf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mtW1bLLiz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"91\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"ixSSNMsgd\\\":\\\"logoColor\\\",\\\"Cof0RMUzO\\\":\\\"textColor\\\",\\\"BeZsA273t\\\":\\\"showMenu\\\",\\\"v06jigF6i\\\":\\\"alignMenu\\\",\\\"sGHTFWZo5\\\":\\\"showButton\\\",\\\"eGOhp_OqC\\\":\\\"buttonText\\\",\\\"zzroHIlLa\\\":\\\"buttonColor\\\",\\\"KDPaGeBIL\\\":\\\"buttonTextColor\\\",\\\"UTTJR9foI\\\":\\\"newTab\\\",\\\"dbTkB554q\\\":\\\"buttonLink\\\",\\\"FFcnuU4Ek\\\":\\\"desktopBG\\\",\\\"EdKYuwXXP\\\":\\\"mobileBG\\\",\\\"t4qtipNl7\\\":\\\"bGBlur\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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Ac,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECAt1I,IAAMC,GAAiB,CAAC,UAAUC,EAAe,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CCDnS,IAAAG,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,YAAAC,IACuhC,IAAMC,GAAcC,EAASC,EAAQ,EAAQC,GAAWF,EAASG,EAAK,EAAQC,GAAiBC,GAAoBJ,EAAQ,EAAQK,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAgB,CAACC,EAAMC,IAAc,CAAC,GAAG,OAAOD,GAAQ,UAAU,OAAO,SAASA,CAAK,EAAE,OAAO,KAAK,IAAI,EAAEA,CAAK,EAAE,KAAK,GAAG,OAAOA,GAAQ,UAAU,OAAOC,GAAc,SAAS,OAAiB,IAAMC,EAASF,EAAM,MAAM,GAAG,EAAE,OAAOE,EAASD,CAAW,GAAGC,EAASD,EAAY,CAAC,GAAGC,EAAS,CAAC,CAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,GAAG,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,GAAG,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAL,EAAM,SAAAM,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWV,GAAOO,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAqB,CAAC,eAAe,eAAe,gBAAgB,gBAAgB,eAAe,eAAe,OAAO,SAAS,IAAI,WAAW,MAAM,YAAY,EAAQC,GAAwB,CAAC,uBAAuB,YAAY,qBAAqB,YAAY,6BAA6B,YAAY,oBAAoB,YAAY,sBAAsB,YAAY,cAAc,YAAY,4BAA4B,YAAY,qBAAqB,YAAY,mBAAmB,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,YAAAC,EAAY,aAAAC,EAAa,YAAAC,EAAY,UAAAC,EAAU,eAAAC,EAAe,QAAAC,EAAQ,QAAAC,EAAQ,YAAAC,EAAY,OAAAC,EAAO,MAAAC,EAAM,GAAAC,EAAG,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,aAAAC,EAAa,OAAAC,EAAO,UAAAC,EAAU,IAAAC,EAAI,UAAAC,EAAU,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUnB,GAAcmB,EAAM,WAAW,wEAAwE,UAAUlB,GAAakB,EAAM,WAAW,CAAC,YAAY,4GAA4G,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAUL,GAAQK,EAAM,WAAW,EAAE,UAAUH,GAAKG,EAAM,UAAU,UAAUd,GAASc,EAAM,WAAW,4BAA4B,UAAUxB,GAAqBI,CAAW,GAAGA,GAAaoB,EAAM,WAAW,aAAa,UAAUjB,GAAWiB,EAAM,WAAW,QAAQ,UAAUR,GAAOQ,EAAM,WAAW,OAAO,UAAUP,GAAOO,EAAM,WAAW,OAAO,UAAUX,GAAOW,EAAM,UAAU,UAAUb,GAAaa,EAAM,UAAU,UAAUf,GAASe,EAAM,WAAW,yBAAyB,UAAUN,GAAcM,EAAM,UAAU,QAAQvB,GAAwBuB,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUhB,GAAgBgB,EAAM,WAAW,mEAAmE,UAAUJ,GAAWI,EAAM,WAAW,YAAY,UAAUF,GAAWE,EAAM,WAAW,mEAAmE,UAAUxB,GAAqBG,CAAK,GAAGA,GAAOqB,EAAM,WAAW,SAAS,UAAUT,GAAMS,EAAM,SAAS,GAAUC,GAAuB,CAACD,EAAM7C,IAAe6C,EAAM,iBAAwB7C,EAAS,KAAK,GAAG,EAAE6C,EAAM,iBAAwB7C,EAAS,KAAK,GAAG,EAAU+C,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA5D,EAAQ,UAAA6D,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,GAAU,UAAAC,GAAU,UAAAC,EAAU,UAAAC,GAAU,GAAGC,EAAS,EAAE1D,GAASsB,CAAK,EAAO,CAAC,YAAAqC,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAAzF,EAAQ,EAAE0F,GAAgB,CAAC,WAAA/F,GAAW,eAAe,YAAY,gBAAAD,GAAgB,IAAI0D,EAAW,QAAAlD,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ8F,EAAiB7C,GAAuBD,EAAM7C,EAAQ,EAAO,CAAC,sBAAA4F,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAaH,GAAsB,SAASI,KAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKhB,GAAqB,MAAMA,EAAU,GAAGwB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,GAAoBL,GAAsB,SAASI,KAAO,CAAmC,GAAlCR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAKf,GAAqB,MAAMA,EAAU,GAAGuB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAA0GE,GAAkBC,EAAGvG,GAAkB,GAAnH,CAAaiE,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQuC,GAAY,IAAQ,EAAAd,IAAiB,mBAAkC,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmCmB,GAAa,IAAQ,GAAAf,IAAiB,mBAAiC,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmCoB,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASpB,CAAW,EAAmCqB,GAAa,IAAQrB,IAAc,YAA6CsB,GAAa,IAAQtB,IAAc,YAAuC,OAAoBjE,EAAKwF,GAAY,CAAC,GAAG3C,GAAUT,EAAgB,SAAsBpC,EAAKC,GAAS,CAAC,QAAQlB,GAAS,QAAQ,GAAM,SAAsBiB,EAAKR,GAAW,CAAC,MAAMF,GAAY,GAAGT,GAAqB,CAAC,UAAU,CAAC,MAAMU,EAAW,CAAC,EAAE0E,EAAYI,CAAc,EAAE,SAAsBrE,EAAKyF,GAAK,CAAC,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAG5G,GAAqB,CAAC,UAAU,CAAC,KAAKmE,EAAU,aAAaC,EAAU,aAAa,EAAI,EAAE,UAAU,CAAC,KAAKD,EAAU,aAAaC,EAAU,aAAa,EAAI,CAAC,EAAEgB,EAAYI,CAAc,EAAE,SAAsBqB,EAAMxF,EAAO,EAAE,CAAC,GAAG8D,GAAU,GAAGI,GAAgB,UAAU,GAAGc,EAAGD,GAAkB,gBAAgBrC,EAAUsB,CAAU,CAAC,kBAAkB,mBAAmB,mBAAmB,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaM,GAAoB,MAAMF,GAAa,IAAI3C,EAAW,MAAM,CAAC,YAAYkB,EAAU,WAAWC,EAAU,gBAAgBH,EAAU,uBAAuBjE,GAAgBuE,EAAU,CAAC,EAAE,wBAAwBvE,GAAgBuE,EAAU,CAAC,EAAE,oBAAoBvE,GAAgBuE,EAAU,CAAC,EAAE,qBAAqBvE,GAAgBuE,EAAU,CAAC,EAAE,GAAGd,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgBS,CAAS,EAAE,kBAAkB,CAAC,gBAAgBA,CAAS,EAAE,UAAU,CAAC,gBAAgB,sBAAsB,CAAC,EAAE,GAAGvE,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,2BAA2B,EAAE,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,4BAA4B,CAAC,EAAEoF,EAAYI,CAAc,EAAE,SAAS,CAACc,GAAY,GAAgBnF,EAAK2F,GAAS,CAAC,sBAAsB,GAAK,SAAsB3F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBwE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,2CAA2CxB,CAAS,EAAE,KAAKJ,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGjE,GAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+D,EAAYI,CAAc,CAAC,CAAC,EAAEe,GAAa,GAAgBpF,EAAKyF,GAAK,CAAC,KAAKzC,EAAU,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB0C,EAAMxF,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,OAAO,iBAAiBwE,EAAiB,SAAS,YAAY,SAAS,CAAc1E,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBwE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,4BAA4B,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsB1E,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBnB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,QAAQ,EAAE,EAAE,SAAsB1E,EAAK5B,GAAS,CAAC,MAAM8E,EAAU,OAAO,OAAO,WAAW,QAAQ,cAAca,GAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2B,EAAMxF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBwE,EAAiB,SAAS,YAAY,SAAS,CAAc1E,EAAK2F,GAAS,CAAC,sBAAsB,GAAK,SAAsB3F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,cAAc,EAAE,iBAAiBwE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,KAAK5B,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGjE,GAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE+D,EAAYI,CAAc,CAAC,CAAC,EAAerE,EAAK2F,GAAS,CAAC,sBAAsB,GAAK,SAAsB3F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBwE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAK,EAAE,KAAK3B,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGlE,GAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE+D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEX,GAAwB1D,EAAK4F,EAA0B,CAAC,OAAO,GAAG,GAAGnD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG5D,GAAqB,CAAC,UAAU,CAAC,GAAG4D,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,IAAI,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,IAAI,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,IAAI,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,IAAI,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,GAAG,EAAE,IAAI,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,IAAI,EAAE,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrE,EAAK6F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBnB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1E,EAAK1B,GAAM,CAAC,UAAUwF,EAAU,OAAO,OAAO,GAAG,YAAY,UAAUD,GAAU,UAAU,EAAE,SAAS,YAAY,UAAUD,GAAU,UAAU,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUD,EAAU,UAAU,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,GAAa,GAAgBrF,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBwE,EAAiB,SAAS,YAAY,SAAsB1E,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBnB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,QAAQ,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,EAAE,SAAsB1E,EAAK5B,GAAS,CAAC,MAAM8E,EAAU,OAAO,OAAO,WAAW,QAAQ,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoC,GAAa,GAAgBtF,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBwE,EAAiB,SAAS,YAAY,SAAsB1E,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBnB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,QAAQ,EAAE,EAAE,SAAsB1E,EAAK5B,GAAS,CAAC,MAAM8E,EAAU,OAAO,OAAO,WAAW,QAAQ,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqC,GAAa,GAAgBvF,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBwE,EAAiB,SAAS,YAAY,SAAsB1E,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBnB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,QAAQ,GAAG,OAAO,IAAI,EAAE,SAAsB1E,EAAK5B,GAAS,CAAC,MAAM8E,EAAU,OAAO,OAAO,WAAW,QAAQ,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ4C,GAAI,CAAC,kFAAkF,kFAAkF,wSAAwS,iHAAiH,+SAA+S,qUAAqU,yGAAyG,2RAA2R,kNAAkN,8JAA8J,wGAAwG,yUAAyU,0LAA0L,8lDAA8lD,sHAAsH,oGAAoG,8MAA8M,gIAAgI,qFAAqF,8GAA8G,4EAA4E,yMAAyM,oOAAoO,6aAA6a,8IAA8I,mEAAmE,0FAA0F,sLAAsL,6aAA6a,6IAA6I,kHAAkH,6aAA6a,yaAAya,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EAW/vzBC,GAAgBC,GAAQlE,GAAUgE,GAAI,cAAc,EAASG,EAAQF,GAAgBA,GAAgB,YAAY,YAAYA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,mBAAmB,qBAAqB,4BAA4B,sBAAsB,cAAc,oBAAoB,6BAA6B,UAAU,uBAAuB,oBAAoB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,OAAO,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,YAAY,gBAAgB,GAAM,MAAM,YAAY,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,kBAAkB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,uGAAuG,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,yBAAyB,MAAM,WAAW,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,4BAA4B,MAAM,WAAW,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,SAAS,QAAQ,CAAC,aAAa,SAAS,WAAW,gBAAgB,eAAe,cAAc,EAAE,aAAa,CAAC,QAAQ,SAAS,MAAM,gBAAgB,eAAe,cAAc,EAAE,MAAM,QAAQ,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,aAAa,QAAQ,CAAC,aAAa,SAAS,WAAW,gBAAgB,eAAe,cAAc,EAAE,aAAa,CAAC,QAAQ,SAAS,MAAM,gBAAgB,eAAe,cAAc,EAAE,MAAM,iBAAiB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,EAAE,MAAM,SAAS,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,eAAe,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,QAAQ,gBAAgB,GAAM,MAAM,aAAa,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,uGAAuG,MAAM,mBAAmB,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,kHAAkH,MAAM,iBAAiB,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,CAAC,YAAY,4GAA4G,YAAY,QAAQ,YAAY,CAAC,EAAE,MAAM,eAAe,KAAKA,EAAY,MAAM,EAAE,UAAU5H,IAAmB,eAAkB,CAAC,GAAGA,GAAiB,cAAiB,aAAa,OAAO,YAAY,OAAU,OAAO,OAAU,MAAM,QAAQ,CAAC,CAAC,EAAE6H,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,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG7H,GAAc,GAAGG,GAAW,GAAGgI,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC1oM,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,qBAAuB,KAAK,sBAAwB,KAAK,kBAAoB,OAAO,yBAA2B,QAAQ,qBAAuB,OAAO,6BAA+B,OAAO,gBAAkB,maAA2e,yBAA2B,OAAO,sBAAwB,IAAI,oCAAsC,+fAAqmB,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECZ/V,IAAMC,GAAcC,EAASC,CAAQ,EAAQC,GAAmDC,GAAqBC,GAA6BH,EAAS,CAAC,OAAO,YAAY,SAASI,GAAW,QAAQ,WAAW,CAAC,EAAEC,EAAY,EAAQC,GAAoCC,GAAOC,CAA6B,EAAQC,GAAkBV,EAASW,CAAY,EAAQC,GAAgBJ,GAAOK,EAAO,GAAG,EAAQC,GAAoDX,GAAqBC,GAA6BH,EAAS,CAAC,OAAO,YAAY,SAASI,GAAW,QAAQ,WAAW,CAAC,EAAEC,EAAY,EAAQS,GAAmDZ,GAAqBC,GAA6BH,EAAS,CAAC,OAAO,YAAY,SAASI,GAAW,QAAQ,WAAW,CAAC,EAAEC,EAAY,EAAQU,GAAoDb,GAAqBC,GAA6BH,EAAS,CAAC,OAAO,YAAY,SAASI,GAAW,QAAQ,WAAW,CAAC,EAAEC,EAAY,EAAQW,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,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,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAR,CAAQ,IAAI,CAAC,IAAMS,EAAaC,GAAWC,EAAmB,EAAQC,EAAWJ,GAAOC,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,SAASb,CAAQ,CAAC,CAAE,EAAQgB,GAAStC,EAAO,OAAauC,CAAQ,EAAQC,GAAqB,CAAC,eAAe,eAAe,gBAAgB,gBAAgB,eAAe,eAAe,OAAO,SAAS,IAAI,WAAW,MAAM,YAAY,EAAQC,GAAwB,CAAC,sBAAsB,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,WAAAC,EAAW,OAAAC,EAAO,GAAAC,EAAG,UAAAC,EAAU,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUL,GAAYK,EAAM,WAAW,wEAAwE,UAAUF,GAAWE,EAAM,WAAW,qEAAqE,QAAQT,GAAwBS,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUN,GAAQM,EAAM,WAAW,EAAE,UAAUV,GAAqBG,CAAK,GAAGA,GAAOO,EAAM,WAAW,YAAY,GAAUC,GAAuB,CAACD,EAAMzC,IAAeyC,EAAM,iBAAwBzC,EAAS,KAAK,GAAG,EAAEyC,EAAM,iBAAwBzC,EAAS,KAAK,GAAG,EAAU2C,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAxD,EAAQ,UAAAyD,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEhC,GAASQ,CAAK,EAAO,CAAC,YAAAyB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAAzE,EAAQ,EAAE0E,GAAgB,CAAC,WAAA/E,GAAW,eAAe,YAAY,IAAIqD,EAAW,QAAA9C,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ8E,EAAiBjC,GAAuBD,EAAMzC,EAAQ,EAAO,CAAC,sBAAA4E,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAYH,GAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,GAAW,WAAW,CAAE,CAAC,EAAQQ,EAAaL,GAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKT,GAAqB,MAAMA,EAAU,GAAGiB,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQE,GAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,CAAQ,IAAIR,GAAsB,SAASI,KAAO,CAACG,EAAQ,KAAK,CAAE,CAAC,EAAQE,GAAYT,GAAsB,SAASI,IAAO,CAAC,GAAGjB,GAAqB,MAAMA,EAAU,GAAGiB,CAAI,IAAW,GAAM,MAAO,GAAOP,GAAW,WAAW,CAAE,CAAC,EAAQa,EAAiBV,GAAsB,SAASI,IAAO,CAAC,GAAGhB,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQO,EAAiB,CAAC,CAAC,QAAAJ,EAAQ,SAAAC,CAAQ,IAAIR,GAAsB,SAASI,KAAO,CAACG,EAAQ,KAAK,CAAE,CAAC,EAAQK,EAAiBZ,GAAsB,SAASI,IAAO,CAAC,GAAGjB,GAAqB,MAAMA,EAAU,GAAGiB,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAmFS,GAAkBC,EAAG9F,GAAkB,GAA5F,CAAa6D,GAAuBA,EAAS,CAAuE,EAAQkC,EAAW5C,EAAO,IAAI,EAAQ6C,GAAW7C,EAAO,IAAI,EAAQ8C,GAAOC,GAAU,EAAQC,GAAY,IAAQ7B,IAAc,YAA6C8B,GAAWjD,EAAO,IAAI,EAAQkD,GAAWlD,EAAO,IAAI,EAAQmD,GAAa,IAAQhC,IAAc,YAA6CiC,GAAWpD,EAAO,IAAI,EAAQqD,GAAWrD,EAAO,IAAI,EAAQsD,GAAWtD,EAAO,IAAI,EAAQuD,GAAWvD,EAAO,IAAI,EAAQwD,GAAWxD,EAAO,IAAI,EAAQyD,GAAYzD,EAAO,IAAI,EAAE,OAAoBnB,EAAK6E,GAAY,CAAC,GAAG/C,GAAUT,EAAgB,SAAsBrB,EAAKC,GAAS,CAAC,QAAQ7B,GAAS,QAAQ,GAAM,SAAsB4B,EAAKR,GAAW,CAAC,MAAMjB,GAAY,SAAsBuG,EAAMnH,EAAO,IAAI,CAAC,GAAG0E,EAAU,GAAGI,EAAgB,UAAUqB,EAAGD,GAAkB,iBAAiBhC,EAAUU,CAAU,EAAE,mBAAmB,sBAAsB,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,EAAY,IAAI/B,EAAW,MAAM,CAAC,WAAWW,EAAU,GAAGH,CAAK,EAAE,GAAG1D,EAAqB,CAAC,UAAU,CAAC,mBAAmB,SAAS,MAAMmF,CAAY,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAAc1C,EAAKhB,GAAQ,CAAC,uBAAuB,GAAM,SAASuE,GAAsBvD,EAAK+E,GAAU,CAAC,SAAsB/E,EAAKgF,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAGxD,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsBoC,EAAMvH,EAA8B,CAAC,UAAU,0BAA0B,GAAG,GAAGuE,CAAQ,UAAU,iBAAiBiB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,IAAIgB,EAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAS,CAAc/D,EAAKhD,GAAmD,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUiI,EAAkB,KAAK1D,CAAY,GAAG,WAAW,SAAS,YAAY,UAAU,OAAO,UAAU+B,GAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQA,EAAQ,QAAQ,YAAY,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAUvB,EAAU,MAAM,OAAO,UAAU,SAAS,GAAG9D,EAAqB,CAAC,UAAU,CAAC,SAAQqF,EAAQ,QAAQ,YAAuB,CAAC,EAAEjB,EAAYI,CAAc,CAAC,CAAC,EAAe1C,EAAKkF,GAAgB,CAAC,SAAS3B,EAAQ,SAAsBvD,EAAKmF,GAAS,CAAC,UAAU,QAAQ,UAAUpB,EAAK,UAAUD,EAAGD,GAAkBtB,CAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGT,CAAQ,UAAU,QAAQ,EAAE,QAAQ,GAAG,UAAUyB,EAAQ,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,SAAsBuB,EAAMpH,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQgB,GAAW,UAAU,gBAAgB,cAAc,GAAK,KAAKD,GAAU,QAAQE,GAAW,iBAAiBoE,EAAiB,SAAS,YAAY,IAAIiB,GAAK,KAAK,SAAS,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,2BAA2B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,eAAe,QAAQ9B,CAAS,MAAM,gBAAgBD,EAAU,UAAU,+XAA+X,EAAE,SAAS,CAAc6C,EAAMnH,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,iBAAiBoF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAc+B,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBoF,EAAiB,SAAS,YAAY,GAAG7E,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAMuF,EAAW,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAS,CAAc1C,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,KAAK1D,CAAY,GAAG,eAAe,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAU,wEAAwE,MAAM,OAAO,UAAU,SAAS,GAAGrD,EAAqB,CAAC,UAAU,CAAC,UAAUwF,CAAgB,CAAC,EAAEpB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BrF,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAAJ,CAAO,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAU0B,EAAkB,KAAK1D,CAAY,GAAG,oBAAoB,SAAS,YAAY,UAAU,cAAc,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,KAAK1D,CAAY,GAAG,wBAAwB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUqD,EAAc,CAAC,EAAE,GAAGnH,EAAqB,CAAC,UAAU,CAAC,UAAU0F,EAAiB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUyB,EAAc,CAAC,CAAC,CAAC,EAAE/C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASE,GAA6BtF,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAK3C,GAAoC,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQyB,GAAW,UAAU,2BAA2B,KAAKD,GAAW,gBAAgB,GAAK,QAAQE,GAAW,iBAAiBgE,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAAJ,CAAO,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAU0B,EAAkB,KAAK1D,CAAY,GAAG,qCAAqC,SAAS,YAAY,UAAU,UAAU,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,KAAK1D,CAAY,GAAG,gBAAgB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUsD,EAAe,CAAC,EAAE,GAAGpH,EAAqB,CAAC,UAAU,CAAC,UAAU,OAAU,UAAU+G,EAAkB,KAAK1D,CAAY,GAAG,2BAA2B,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU+D,EAAe,CAAC,CAAC,CAAC,EAAEhD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6BvF,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAAJ,CAAO,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU0B,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,KAAK1D,CAAY,GAAG,gCAAgC,SAAS,YAAY,UAAU,UAAU,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,KAAK1D,CAAY,GAAG,2BAA2B,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUuD,EAAe,CAAC,EAAE,GAAGrH,EAAqB,CAAC,UAAU,CAAC,UAAU0F,EAAiB,UAAUqB,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUgE,EAAe,CAAC,CAAC,CAAC,EAAEjD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASI,GAA6BxF,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAAJ,CAAO,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAU0B,EAAkB,MAAM1D,CAAY,GAAG,sCAAsC,SAAS,YAAY,UAAU,cAAc,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,6BAA6B,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUwD,EAAe,CAAC,EAAE,GAAGtH,EAAqB,CAAC,UAAU,CAAC,UAAU0F,EAAiB,UAAUqB,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,mCAAmC,UAAUiE,EAAe,CAAC,CAAC,CAAC,EAAElD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoC,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAS,CAAc/C,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAUkI,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,qBAAqB,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,YAAY,UAAU,wEAAwE,MAAM,OAAO,UAAU,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevB,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASK,GAA6BzF,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAAJ,CAAO,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU0B,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,qBAAqB,SAAS,YAAY,UAAU,aAAa,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,2CAA2C,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUyD,EAAe,CAAC,EAAE,GAAGvH,EAAqB,CAAC,UAAU,CAAC,UAAUuH,EAAe,CAAC,CAAC,CAAC,EAAEnD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASM,GAA6B1F,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAAJ,CAAO,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU0B,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,qBAAqB,SAAS,YAAY,UAAU,sBAAsB,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,6CAA6C,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU0D,EAAe,CAAC,EAAE,GAAGxH,EAAqB,CAAC,UAAU,CAAC,UAAUwH,EAAe,CAAC,CAAC,CAAC,EAAEpD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,cAAc,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,cAAc,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,YAAY,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,YAAY,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,WAAW,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,eAAe,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,eAAe,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,eAAe,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0G,GAAY,GAAgBnE,EAAKhB,GAAQ,CAAC,uBAAuB,GAAM,SAAS2G,GAAuB3F,EAAK+E,GAAU,CAAC,SAAsB/E,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsBoC,EAAMvH,EAA8B,CAAC,UAAU,2BAA2B,GAAG,GAAGuE,CAAQ,WAAW,iBAAiBiB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,IAAIqB,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAS,CAAcpE,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,oBAAoB,SAAS,YAAY,UAAU,OAAO,UAAU+B,GAAgB,CAAC,QAAQqC,CAAQ,CAAC,EAAE,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQA,EAAS,QAAQ,YAAY,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAU3D,EAAU,MAAM,OAAO,UAAU,QAAQ,CAAC,EAAehC,EAAKkF,GAAgB,CAAC,SAASS,EAAS,SAAsB3F,EAAKmF,GAAS,CAAC,UAAU,QAAQ,UAAUf,GAAK,UAAUN,EAAGD,GAAkBtB,CAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGT,CAAQ,WAAW,QAAQ,EAAE,QAAQ,GAAG,UAAU6D,EAAS,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,GAAGzH,EAAqB,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsBoC,EAAMpH,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQgB,GAAW,UAAU,gBAAgB,cAAc,GAAK,KAAKD,GAAU,QAAQE,GAAW,iBAAiBoE,EAAiB,SAAS,YAAY,IAAIsB,GAAK,KAAK,SAAS,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,2BAA2B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,eAAe,QAAQnC,CAAS,MAAM,gBAAgBD,EAAU,UAAU,+XAA+X,EAAE,SAAS,CAAc6C,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,iBAAiBoF,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAACuB,GAAa,GAAgBQ,EAAMnH,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAS,CAAc/C,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,KAAK1D,CAAY,GAAG,eAAe,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAU,wEAAwE,MAAM,OAAO,UAAU,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevB,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6B5F,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,KAAK1D,CAAY,GAAG,2BAA2B,SAAS,YAAY,UAAU,QAAQ,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,2BAA2B,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU4D,EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5F,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6B7F,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,oBAAoB,SAAS,YAAY,UAAU,YAAY,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,wBAAwB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU6D,EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7F,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASU,GAA6B9F,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,gCAAgC,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU8D,EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9F,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASW,GAA6B/F,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,mCAAmC,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU+D,EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejB,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAS,CAAc/C,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,oBAAoB,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAU,wEAAwE,MAAM,OAAO,UAAU,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevB,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASY,GAA8BhG,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,MAAM,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,SAAS,YAAY,UAAU,YAAY,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUgE,EAAgB,CAAC,EAAE,GAAG9H,EAAqB,CAAC,UAAU,CAAC,UAAU,mBAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,UAAU8H,EAAgB,CAAC,CAAC,CAAC,EAAE1D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASa,GAA8BjG,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,2BAA2B,SAAS,YAAY,UAAU,cAAc,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUiE,EAAgB,CAAC,EAAE,GAAG/H,EAAqB,CAAC,UAAU,CAAC,UAAU,mBAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,UAAU+H,EAAgB,CAAC,CAAC,CAAC,EAAE3D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASc,GAA8BlG,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,8BAA8B,SAAS,YAAY,UAAU,aAAa,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUkE,EAAgB,CAAC,EAAE,GAAGhI,EAAqB,CAAC,UAAU,CAAC,UAAU,mBAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,8BAA8B,UAAUgI,EAAgB,CAAC,CAAC,CAAC,EAAE5D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASe,GAA8BnG,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,wBAAwB,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,0BAA0B,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUmE,EAAgB,CAAC,EAAE,GAAGjI,EAAqB,CAAC,UAAU,CAAC,UAAU,mBAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,0BAA0B,UAAUiI,EAAgB,CAAC,CAAC,CAAC,EAAE7D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASgB,GAA8BpG,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,qBAAqB,SAAS,YAAY,UAAU,YAAY,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUoE,EAAgB,CAAC,EAAE,GAAGlI,EAAqB,CAAC,UAAU,CAAC,UAAU,mBAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,+BAA+B,UAAUkI,EAAgB,CAAC,CAAC,CAAC,EAAE9D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,cAAc,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,cAAc,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,YAAY,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,YAAY,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,WAAW,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,eAAe,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,eAAe,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,eAAe,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKhB,GAAQ,CAAC,uBAAuB,GAAM,SAASqH,GAAuBrG,EAAK+E,GAAU,CAAC,SAAsB/E,EAAKgF,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAGxD,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsBoC,EAAMvH,EAA8B,CAAC,UAAU,2BAA2B,GAAG,GAAGuE,CAAQ,WAAW,iBAAiBiB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,IAAIwB,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAS,CAAcvE,EAAKpC,GAAoD,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAUqH,EAAkB,MAAM1D,CAAY,GAAG,MAAM,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,WAAW,SAAS,YAAY,UAAU,OAAO,UAAU+B,GAAgB,CAAC,QAAQ+C,CAAQ,CAAC,EAAE,UAAU,GAAK,UAAU,yBAAyB,UAAU,GAAM,QAAQA,EAAS,QAAQ,YAAY,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAUrE,EAAU,MAAM,OAAO,UAAU,QAAQ,CAAC,EAAehC,EAAKkF,GAAgB,CAAC,SAASmB,EAAS,SAAsBrG,EAAKmF,GAAS,CAAC,UAAU,QAAQ,UAAUZ,GAAK,UAAUT,EAAGD,GAAkBtB,CAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGT,CAAQ,WAAW,QAAQ,EAAE,QAAQ,GAAG,UAAUuE,EAAS,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,SAAsBvB,EAAMpH,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQgB,GAAW,UAAU,iBAAiB,cAAc,GAAK,KAAKD,GAAU,QAAQE,GAAW,iBAAiBoE,EAAiB,SAAS,YAAY,IAAIyB,GAAK,KAAK,SAAS,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,eAAe,QAAQtC,CAAS,MAAM,gBAAgBD,EAAU,UAAU,+XAA+X,EAAE,SAAS,CAAcjC,EAAKrC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAsB+B,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAS,CAAc/C,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,oBAAoB,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAU,wEAAwE,MAAM,OAAO,UAAU,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevB,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASkB,GAA8BtG,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQ0C,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUpB,EAAkB,MAAM1D,CAAY,GAAG,MAAM,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,SAAS,YAAY,UAAU,YAAY,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUsE,EAAgB,CAAC,EAAE,GAAGpI,EAAqB,CAAC,UAAU,CAAC,UAAUoI,EAAgB,CAAC,CAAC,CAAC,EAAEhE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmB,GAA8BvG,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQ0C,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUpB,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,2BAA2B,SAAS,YAAY,UAAU,UAAU,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUuE,EAAgB,CAAC,EAAE,GAAGrI,EAAqB,CAAC,UAAU,CAAC,UAAUqI,EAAgB,CAAC,CAAC,CAAC,EAAEjE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASoB,GAA8BxG,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQ0C,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUpB,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,8BAA8B,SAAS,YAAY,UAAU,WAAW,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,8BAA8B,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUwE,EAAgB,CAAC,EAAE,GAAGtI,EAAqB,CAAC,UAAU,CAAC,UAAUsI,EAAgB,CAAC,CAAC,CAAC,EAAElE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASqB,GAA8BzG,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQ0C,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUpB,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,0BAA0B,SAAS,YAAY,UAAU,gBAAgB,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,0BAA0B,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUyE,EAAgB,CAAC,EAAE,GAAGvI,EAAqB,CAAC,UAAU,CAAC,UAAUuI,EAAgB,CAAC,CAAC,CAAC,EAAEnE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASsB,GAA8B1G,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQ0C,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUpB,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,qBAAqB,SAAS,YAAY,UAAU,sBAAsB,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,+BAA+B,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU0E,EAAgB,CAAC,EAAE,GAAGxI,EAAqB,CAAC,UAAU,CAAC,UAAUwI,EAAgB,CAAC,CAAC,CAAC,EAAEpE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,cAAc,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,cAAc,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,YAAY,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,YAAY,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,WAAW,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,eAAe,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,eAAe,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,eAAe,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKhB,GAAQ,CAAC,uBAAuB,GAAM,SAAS2H,GAAuB3G,EAAK+E,GAAU,CAAC,SAAsB/E,EAAKgF,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAGxD,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsBoC,EAAMvH,EAA8B,CAAC,UAAU,0BAA0B,GAAG,GAAGuE,CAAQ,UAAU,iBAAiBiB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,IAAI0B,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAS,CAAczE,EAAKnC,GAAmD,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUoH,EAAkB,MAAM1D,CAAY,GAAG,YAAY,SAAS,YAAY,UAAU,OAAO,UAAU+B,GAAgB,CAAC,QAAQqD,CAAQ,CAAC,EAAE,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQA,EAAS,QAAQ,YAAY,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAU3E,EAAU,MAAM,OAAO,UAAU,QAAQ,CAAC,EAAehC,EAAKkF,GAAgB,CAAC,SAASyB,EAAS,SAAsB3G,EAAKmF,GAAS,CAAC,UAAU,QAAQ,UAAUV,GAAK,UAAUX,EAAGD,GAAkBtB,CAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGT,CAAQ,UAAU,QAAQ,EAAE,QAAQ,GAAG,UAAU6E,EAAS,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,SAAsB7B,EAAMpH,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQoB,GAAW,UAAU,gBAAgB,cAAc,GAAK,KAAKD,GAAW,QAAQE,GAAW,iBAAiBgE,EAAiB,SAAS,YAAY,IAAI2B,GAAK,KAAK,SAAS,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,eAAe,QAAQxC,CAAS,MAAM,gBAAgBD,EAAU,UAAU,+XAA+X,EAAE,SAAS,CAAcjC,EAAKrC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAsB+B,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAS,CAAc/C,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAU,iBAAiB,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAU,wEAAwE,MAAM,OAAO,UAAU,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiD,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASwB,GAA8B5G,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,cAAc,SAAS,YAAY,UAAU,YAAY,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,QAAQ,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU4E,EAAgB,CAAC,EAAE,GAAG1I,EAAqB,CAAC,UAAU,CAAC,UAAU0I,EAAgB,CAAC,CAAC,CAAC,EAAEtE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASyB,GAA8B7G,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQgD,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU1B,EAAkB,MAAM1D,CAAY,GAAG,KAAK,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,OAAO,SAAS,YAAY,UAAU,WAAW,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,iBAAiB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU6E,EAAgB,CAAC,EAAE,GAAG3I,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU2I,EAAgB,CAAC,CAAC,CAAC,EAAEvE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS0B,GAA8B9G,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQgD,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU1B,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,aAAa,SAAS,YAAY,UAAU,iBAAiB,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAK,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,8BAA8B,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU8E,EAAgB,CAAC,EAAE,GAAG5I,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU4I,EAAgB,CAAC,CAAC,CAAC,EAAExE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS2B,GAA8B/G,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQgD,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAU,sBAAsB,SAAS,YAAY,UAAU,gBAAgB,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,0BAA0B,UAAU3E,EAAU,MAAM,OAAO,UAAU,aAAa,UAAU+E,EAAgB,CAAC,EAAE,GAAG7I,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU6I,EAAgB,CAAC,CAAC,CAAC,EAAEzE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS4B,GAA8BhH,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQgD,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAU1B,EAAkB,MAAM1D,CAAY,GAAG,sBAAsB,SAAS,YAAY,UAAU,gBAAgB,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,0BAA0B,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUgF,EAAgB,CAAC,EAAE,GAAG9I,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU8I,EAAgB,CAAC,CAAC,CAAC,EAAE1E,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,cAAc,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,cAAc,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,YAAY,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,YAAY,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,WAAW,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,eAAe,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,eAAe,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,eAAe,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKhB,GAAQ,CAAC,uBAAuB,GAAM,SAASiI,GAAuBjH,EAAK+E,GAAU,CAAC,SAAsB/E,EAAKgF,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAGxD,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsBoC,EAAMvH,EAA8B,CAAC,UAAU,2BAA2B,GAAG,GAAGuE,CAAQ,WAAW,iBAAiBiB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,IAAI4B,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAS,CAAc3E,EAAKlC,GAAoD,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUmH,EAAkB,MAAM1D,CAAY,GAAG,eAAe,SAAS,YAAY,UAAU,OAAO,UAAU+B,GAAgB,CAAC,QAAQ2D,CAAQ,CAAC,EAAE,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQA,EAAS,QAAQ,YAAY,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAUjF,EAAU,MAAM,OAAO,UAAU,QAAQ,CAAC,EAAehC,EAAKkF,GAAgB,CAAC,SAAS+B,EAAS,SAAsBjH,EAAKmF,GAAS,CAAC,UAAU,QAAQ,UAAUR,GAAK,UAAUb,EAAGD,GAAkBtB,CAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGT,CAAQ,WAAW,QAAQ,EAAE,QAAQ,GAAG,UAAUmF,EAAS,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,SAAsBnC,EAAMpH,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQgB,GAAW,UAAU,iBAAiB,cAAc,GAAK,KAAKD,GAAU,QAAQE,GAAW,iBAAiBoE,EAAiB,SAAS,YAAY,IAAI6B,GAAM,KAAK,SAAS,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,eAAe,QAAQ1C,CAAS,MAAM,gBAAgBD,EAAU,UAAU,+XAA+X,EAAE,SAAS,CAAcjC,EAAKrC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAsB+B,EAAMnH,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBoF,EAAiB,SAAS,YAAY,SAAS,CAAc/C,EAAKgF,EAA0B,CAAC,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,4BAA4B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAU,mBAAmB,SAAS,YAAY,UAAU,OAAO,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU,YAAY,UAAU,wEAAwE,MAAM,OAAO,UAAU,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiD,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS8B,GAA8BlH,EAAKgF,EAA0B,CAAC,MAAM,QAAQ,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQsD,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUhC,EAAkB,MAAM1D,CAAY,GAAG,KAAK,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,OAAO,SAAS,YAAY,UAAU,eAAe,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,mBAAmB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUkF,EAAgB,CAAC,EAAE,GAAGhJ,EAAqB,CAAC,UAAU,CAAC,QAAQ,YAAY,UAAUgJ,EAAgB,CAAC,CAAC,CAAC,EAAE5E,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS+B,GAA8BnH,EAAKgF,EAA0B,CAAC,MAAM,QAAQ,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQsD,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUhC,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,UAAU,SAAS,YAAY,UAAU,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,eAAe,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUmF,EAAgB,CAAC,EAAE,GAAGjJ,EAAqB,CAAC,UAAU,CAAC,QAAQ,YAAY,UAAUiJ,EAAgB,CAAC,CAAC,CAAC,EAAE7E,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASgC,GAA8BpH,EAAKgF,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQsD,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUhC,EAAkB,MAAM1D,CAAY,GAAG,WAAW,SAAS,YAAY,UAAU,UAAU,UAAU,GAAM,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,SAAS,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUoF,EAAgB,CAAC,EAAE,GAAGlJ,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUkJ,EAAgB,CAAC,CAAC,CAAC,EAAE9E,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASiC,GAA8BrH,EAAKgF,EAA0B,CAAC,MAAM,QAAQ,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU4G,EAAiB,CAAC,QAAQsD,CAAQ,CAAC,EAAE,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAU,UAAU,SAAS,YAAY,UAAU,QAAQ,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAUhC,EAAkB,MAAM1D,CAAY,GAAG,eAAe,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUqF,EAAgB,CAAC,EAAE,GAAGnJ,EAAqB,CAAC,UAAU,CAAC,QAAQ,YAAY,UAAUmJ,EAAgB,CAAC,CAAC,CAAC,EAAE/E,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASkC,GAA8BtH,EAAKgF,EAA0B,CAAC,MAAM,QAAQ,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAK3C,GAAoC,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQyB,GAAW,UAAU,0BAA0B,KAAKA,GAAW,gBAAgB,GAAK,QAAQS,GAAW,iBAAiBwD,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,gBAAgB,SAAS,YAAY,UAAU,cAAc,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUsF,EAAgB,CAAC,EAAE,GAAGpJ,EAAqB,CAAC,UAAU,CAAC,QAAQ,YAAY,UAAUoJ,EAAgB,CAAC,CAAC,CAAC,EAAEhF,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmC,GAA8BvH,EAAKgF,EAA0B,CAAC,MAAM,QAAQ,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAK3C,GAAoC,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQyB,GAAW,UAAU,0BAA0B,KAAKA,GAAW,gBAAgB,GAAK,QAAQS,GAAW,iBAAiBwD,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAUkI,EAAkB,KAAK1D,CAAY,GAAG,QAAQ,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,iBAAiB,SAAS,YAAY,UAAU,SAAS,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,yBAAyB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUuF,EAAgB,CAAC,EAAE,GAAGrJ,EAAqB,CAAC,UAAU,CAAC,QAAQ,YAAY,UAAUqJ,EAAgB,CAAC,CAAC,CAAC,EAAEjF,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASoC,GAA8BxH,EAAKgF,EAA0B,CAAC,MAAM,QAAQ,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAEoE,EAAYI,CAAc,EAAE,SAAsB1C,EAAK3C,GAAoC,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQyB,GAAW,UAAU,0BAA0B,KAAKA,GAAW,gBAAgB,GAAK,QAAQS,GAAW,iBAAiBwD,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKjD,EAAS,CAAC,UAAU,wEAAwE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,EAAE,OAAO,OAAO,UAAU,2BAA2B,GAAG,YAAY,UAAU,aAAa,UAAU,QAAQ,UAAUkI,EAAkB,MAAM1D,CAAY,GAAG,mBAAmB,SAAS,YAAY,UAAU,UAAU,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,UAAU,GAAM,QAAQ,YAAY,UAAU,mEAAmE,UAAU0D,EAAkB,MAAM1D,CAAY,GAAG,gBAAgB,UAAUS,EAAU,MAAM,OAAO,UAAU,aAAa,UAAUwF,EAAgB,CAAC,EAAE,GAAGtJ,EAAqB,CAAC,UAAU,CAAC,QAAQ,YAAY,UAAUsJ,EAAgB,CAAC,CAAC,CAAC,EAAElF,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,cAAc,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,cAAc,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,YAAY,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,YAAY,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,yBAAyB,mBAAmB,WAAW,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,WAAW,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKgF,EAA0B,CAAC,MAAM,OAAO,SAAsBhF,EAAKzC,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,eAAe,gBAAgB,GAAK,iBAAiBwF,EAAiB,SAAS,sBAAsB,KAAK,eAAe,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/C,EAAKvC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,eAAe,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAKrC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiBoF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,yBAAyB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsB/C,EAAKyH,GAAS,CAAC,sBAAsB,GAAK,SAASxC,EAAkB,MAAM1D,CAAY,GAAgBvB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrC,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAsBqC,EAAK0H,GAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,UAAU,CAAC,EAAE,QAAQ,YAAY,aAAa,GAAM,SAAsB1H,EAAKrC,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBoF,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,QAAQ,EAAE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ4E,GAAI,CAAC,kFAAkF,kFAAkF,4SAA4S,4RAA4R,uSAAuS,+RAA+R,6TAA6T,23CAA23C,gTAAgT,6SAA6S,6SAA6S,0SAA0S,6SAA6S,6RAA6R,qRAAqR,6RAA6R,qSAAqS,gUAAgU,iQAAiQ,8SAA8S,2QAA2Q,kTAAkT,6SAA6S,iHAAiH,+HAA+H,6PAA6P,2EAA2E,6FAA6F,onBAAonB,4KAA4K,8PAA8P,iEAAiE,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EAWt8lGC,GAAgBC,GAAQ9G,GAAU4G,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,YAAYA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,sBAAsB,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,aAAa,QAAQ,CAAC,aAAa,SAAS,WAAW,gBAAgB,eAAe,cAAc,EAAE,aAAa,CAAC,QAAQ,SAAS,MAAM,gBAAgB,eAAe,cAAc,EAAE,MAAM,QAAQ,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,sGAAsG,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,yGAAyG,MAAM,cAAc,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,EAAE,MAAM,UAAU,KAAKA,EAAY,MAAM,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,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG/K,GAAc,GAAGW,GAAkB,GAAG0K,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECX7/C,IAAMC,GAAUC,EAASC,EAAI,EAAQC,GAAcF,EAASG,EAAQ,EAAQC,GAAoBJ,EAASK,EAAc,EAAQC,GAAYN,EAASO,EAAM,EAAQC,GAAuBR,EAASS,EAAiB,EAAQC,GAAkBV,EAASW,CAAY,EAAQC,GAAaC,GAAoBZ,EAAI,EAAQa,GAAiBD,GAAoBV,EAAQ,EAAQY,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,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,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAkB,CAACC,EAAMC,IAAe,CAAC,OAAO,OAAOD,GAAQ,SAASA,EAAM,YAAY,EAAEA,EAAM,CAAC,IAAI,SAAS,MAAM,sGAAsG,QAAQ,MAAM,qGAAsG,CAAC,EAAQE,GAASF,GAAe,OAAOA,GAAQ,SAASA,EAAM,OAAOA,CAAK,EAAUG,GAAW,CAAC,CAAC,MAAAH,EAAM,SAAAI,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWR,GAAOK,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAqB,CAAC,KAAK,YAAY,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAsB,CAAC,eAAe,eAAe,gBAAgB,gBAAgB,eAAe,eAAe,OAAO,SAAS,IAAI,WAAW,MAAM,YAAY,EAAQC,GAAwB,CAAC,sBAAsB,YAAY,sBAAsB,YAAY,QAAQ,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,UAAAC,EAAU,OAAAC,EAAO,YAAAC,EAAY,WAAAC,EAAW,WAAAC,EAAW,gBAAAC,EAAgB,UAAAC,EAAU,OAAAC,EAAO,GAAAC,EAAG,UAAAC,EAAU,SAAAC,EAAS,OAAAC,EAAO,WAAAC,EAAW,SAAAC,EAAS,UAAAC,EAAU,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAUG,EAAM,WAAW,GAAK,UAAUF,GAAWE,EAAM,WAAW,qEAAqE,UAAUb,GAAYa,EAAM,UAAU,UAAUN,GAAUM,EAAM,WAAW,4BAA4B,UAAUZ,GAAYY,EAAM,WAAW,kBAAkB,UAAUV,GAAWU,EAAM,WAAW,wEAAwE,UAAUpB,GAAqBa,CAAS,GAAGA,GAAWO,EAAM,WAAW,YAAY,UAAUX,GAAiBW,EAAM,WAAW,wEAAwE,UAAUJ,GAAYI,EAAM,WAAW,GAAK,UAAUf,GAAQe,EAAM,UAAU,UAAUL,GAAQK,EAAM,UAAU,UAAUnB,GAAsBG,CAAS,GAAGA,GAAWgB,EAAM,WAAW,aAAa,QAAQlB,GAAwBkB,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUd,GAAac,EAAM,WAAW,iBAAiB,GAAUC,GAAuB,CAACD,EAAM1C,IAAe0C,EAAM,iBAAwB1C,EAAS,KAAK,GAAG,EAAE0C,EAAM,iBAAwB1C,EAAS,KAAK,GAAG,EAAU4C,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAA3C,EAAa,UAAA4C,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAxD,EAAQ,UAAAyD,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,mBAAAC,EAAmB,mBAAAC,GAAmB,GAAGC,EAAS,EAAEjD,GAASiB,CAAK,EAAO,CAAC,YAAAiC,EAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAAlF,CAAQ,EAAEmF,GAAgB,CAAC,WAAAxF,GAAW,eAAe,YAAY,IAAIsD,EAAW,QAAA/C,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuF,EAAiBzC,GAAuBD,EAAM1C,CAAQ,EAAO,CAAC,sBAAAqF,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAYH,GAAsB,SAASI,IAAO,CAACR,GAAgB,CAAC,UAAU,EAAK,CAAC,CAAE,CAAC,EAAQS,GAAgBL,GAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAaN,GAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,GAAgBP,GAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQW,GAAgBR,GAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQY,GAAiBT,GAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQa,GAAiBV,GAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAuCc,GAAkBC,EAAGrG,GAAkB,GAAhD,CAAC,CAAuE,EAAQsG,GAAOC,GAAU,EAAQC,GAAY7F,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASoE,CAAW,EAAS,GAAapE,EAAc8F,GAAa,IAAQ,EAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAAS1B,CAAW,EAAmC2B,GAAa/F,GAAW,CAAC,YAAY,WAAW,EAAE,SAASoE,CAAW,EAASpE,EAAS,GAAC,YAAY,WAAW,EAAE,SAASoE,CAAW,EAAmC4B,EAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAAS5B,CAAW,EAA6B,OAAoBzD,EAAKsF,GAAY,CAAC,GAAG9C,GAAUR,EAAgB,SAAsBhC,EAAKC,GAAS,CAAC,QAAQnB,EAAS,QAAQ,GAAM,SAAsBkB,EAAKR,GAAW,CAAC,MAAMP,GAAY,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAMM,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMC,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAEsE,EAAYI,CAAc,EAAE,SAAsB0B,EAAMrF,EAAO,IAAI,CAAC,GAAGsD,GAAU,GAAGI,EAAgB,UAAUmB,EAAGD,GAAkB,gBAAgBvC,EAAUmB,EAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAInC,EAAW,MAAM,CAAC,gBAAgB,mBAAmB,GAAGO,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,kBAAkB,EAAE,UAAU,CAAC,gBAAgBc,CAAS,EAAE,UAAU,CAAC,gBAAgBA,CAAS,CAAC,EAAE,GAAGxE,EAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,iBAAiB,GAAK,MAAM0F,CAAW,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,iBAAiB,GAAK,MAAMA,CAAW,CAAC,EAAEb,EAAYI,CAAc,EAAE,SAAS,CAAc0B,EAAMrF,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,YAAY,iBAAiBgE,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,UAAU,8LAA8L,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,kBAAkB,EAAE,UAAU,CAAC,gBAAgB,kBAAkB,CAAC,EAAE,SAAS,CAAclE,EAAKwF,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,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BzF,EAAK0F,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG,GAAGxD,EAAqB,CAAC,UAAU,CAAC,GAAGwD,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBzB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAKrC,GAAK,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU8H,EAAc,CAAC,EAAE,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,GAAM,UAAUhD,EAAU,UAAU,SAAS,GAAG7D,EAAqB,CAAC,UAAU,CAAC,UAAU6G,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUjB,GAAgB,UAAUiB,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUjB,GAAgB,UAAUiB,EAAc,CAAC,CAAC,CAAC,EAAEhC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,GAAYvC,CAAS,GAAgB3C,EAAK0F,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG,SAAsBpC,EAAK2F,EAA8B,CAAC,UAAU,yBAAyB,mBAAmB,iBAAiB,iBAAiBzB,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAKnC,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUsF,EAAU,SAAS,YAAY,KAAK,iBAAiB,UAAUT,EAAU,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUW,EAAU,UAAUT,CAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAMrF,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgE,EAAiB,SAAS,YAAY,GAAGtF,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAM6F,EAAY,CAAC,EAAEhB,EAAYI,CAAc,EAAE,SAAS,CAACsB,GAAa,GAAgBI,EAAMrF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgE,EAAiB,SAAS,YAAY,SAAS,CAAclE,EAAK0F,EAA0B,CAAC,SAAsB1F,EAAK2F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBzB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAKjC,GAAe,CAAC,MAAM,CAAC,MAAM,qEAAqE,KAAK,GAAG,KAAK,SAAS,EAAE,KAAK,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,KAAK,CAAC,MAAM,qEAAqE,KAAK,GAAG,KAAK,SAAS,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,qEAAqE,OAAO,EAAE,MAAM,QAAQ,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,CAAC,UAAU,uEAAuE,EAAE,MAAM,EAAI,EAAE,QAAQ,OAAO,OAAO,MAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,qEAAqE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAK0F,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,SAAsBpC,EAAK2F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBzB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAK/B,GAAO,CAAC,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,GAAK,UAAU2H,GAAkB,KAAKtG,CAAY,GAAG,QAAQ,OAAO,OAAO,UAAUC,GAASH,GAAkB0D,EAAUxD,CAAY,CAAC,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,GAAM,UAAU,4BAA4B,UAAU,EAAE,UAAU,uCAAuC,QAAQ,YAAY,UAAU,GAAG,UAAU,aAAa,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuD,GAAwB7C,EAAK0F,EAA0B,CAAC,OAAO,GAAG,GAAGtD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG,EAAE,EAAE,SAAsBpC,EAAK2F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBzB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAK/B,GAAO,CAAC,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAUgF,EAAU,UAAUH,EAAU,OAAO,OAAO,UAAUE,EAAU,GAAG,YAAY,SAAS,YAAY,UAAU,GAAK,UAAUD,EAAU,UAAU,EAAE,UAAUG,EAAU,QAAQ,YAAY,UAAU,GAAG,UAAU,aAAa,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkC,GAAazC,CAAS,GAAgB3C,EAAK0F,EAA0B,CAAC,GAAG9G,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGwD,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,IAAI,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBzB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAK7B,GAAkB,CAAC,UAAUuG,GAAgB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,mEAAmE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAG9F,EAAqB,CAAC,UAAU,CAAC,UAAUgG,GAAiB,UAAUlC,CAAS,EAAE,UAAU,CAAC,UAAUA,CAAS,EAAE,UAAU,CAAC,UAAUmC,GAAiB,UAAUnC,EAAU,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUiC,GAAgB,UAAUjC,EAAU,QAAQ,WAAW,CAAC,EAAEe,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7D,EAAK0F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGtD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,GAAGxD,EAAqB,CAAC,UAAU,CAAC,GAAGwD,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,cAAc,iBAAiBzB,EAAiB,SAAS,sBAAsB,KAAK,cAAc,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsBlE,EAAK3B,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2B,EAAK0F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGtD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,GAAGxD,EAAqB,CAAC,UAAU,CAAC,GAAGwD,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,YAAY,iBAAiBzB,EAAiB,SAAS,sBAAsB,KAAK,YAAY,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsBlE,EAAK3B,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2B,EAAK0F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGtD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,GAAGxD,EAAqB,CAAC,UAAU,CAAC,GAAGwD,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiBzB,EAAiB,SAAS,sBAAsB,KAAK,WAAW,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAK3B,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2B,EAAK0F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGtD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,GAAGxD,EAAqB,CAAC,UAAU,CAAC,GAAGwD,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,eAAe,iBAAiBzB,EAAiB,SAAS,sBAAsB,KAAK,eAAe,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsBlE,EAAK3B,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,eAAe,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgH,EAAa,GAAgBrF,EAAKR,GAAW,CAAC,MAAMN,GAAY,SAAsBqG,EAAMrF,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,kBAAkB,iBAAiBgE,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAcqB,EAAMrF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgE,EAAiB,SAAS,YAAY,SAAS,CAAclE,EAAK0F,EAA0B,CAAC,OAAO,GAAG,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQwD,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBzB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAK/B,GAAO,CAAC,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAUqF,EAAmB,UAAU,QAAQ,OAAO,OAAO,UAAU/D,GAASH,GAAkBmE,GAAmBjE,CAAY,CAAC,EAAE,GAAG,YAAY,SAAS,YAAY,UAAU,GAAM,UAAU,4BAA4B,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,EAAE,UAAU,uCAAuC,QAAQ,YAAY,UAAU,GAAG,UAAU,aAAa,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuD,GAAwB7C,EAAK0F,EAA0B,CAAC,OAAO,GAAG,GAAG9G,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQwD,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,EAAE,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,EAAE,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBzB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAK/B,GAAO,CAAC,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAUgF,EAAU,UAAUH,EAAU,OAAO,OAAO,UAAUE,EAAU,GAAG,YAAY,SAAS,YAAY,UAAU,GAAK,UAAUD,EAAU,UAAU,EAAE,UAAUG,EAAU,QAAQ,YAAY,UAAU,GAAG,UAAU,aAAa,MAAM,OAAO,UAAU,GAAM,GAAGtE,EAAqB,CAAC,UAAU,CAAC,UAAU,OAAU,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,sBAAsB,EAAE,UAAU,CAAC,UAAU,OAAU,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,sBAAsB,CAAC,EAAE6E,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7D,EAAK0F,EAA0B,CAAC,SAAsB1F,EAAK2F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBzB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAKjC,GAAe,CAAC,MAAM,CAAC,MAAM,qEAAqE,KAAK,GAAG,KAAK,SAAS,EAAE,KAAK,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,KAAK,CAAC,MAAM,qEAAqE,KAAK,GAAG,KAAK,SAAS,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,qEAAqE,OAAO,EAAE,MAAM,QAAQ,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,CAAC,UAAU,uEAAuE,EAAE,MAAM,EAAI,EAAE,QAAQ,OAAO,OAAO,MAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,qEAAqE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4E,GAAwB3C,EAAK0F,EAA0B,CAAC,OAAO,GAAG,GAAG9G,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQwD,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,CAAC,EAAEqB,EAAYI,CAAc,EAAE,SAAsB7D,EAAK2F,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,iBAAiB,iBAAiBzB,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBlE,EAAKnC,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUsF,EAAU,SAAS,YAAY,KAAK,iBAAiB,UAAUT,EAAU,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUW,EAAU,UAAUT,EAAU,GAAGhE,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE6E,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQgC,GAAI,CAAC,kFAAkF,gFAAgF,+QAA+Q,8SAA8S,yGAAyG,sHAAsH,qRAAqR,mSAAmS,kJAAkJ,yLAAyL,wGAAwG,6IAA6I,2IAA2I,0IAA0I,6IAA6I,0RAA0R,6RAA6R,yGAAyG,sHAAsH,gHAAgH,uIAAuI,yFAAyF,gIAAgI,+KAA+K,0LAA0L,qPAAqP,0HAA0H,mIAAmI,mIAAmI,mIAAmI,iIAAiI,8HAA8H,6GAA6G,sIAAsI,iJAAiJ,oJAAoJ,yIAAyI,2GAA2G,+KAA+K,+bAA+b,EAWju8BC,GAAgBC,GAAQrE,GAAUmE,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,sBAAsB,SAAS,qBAAqB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU5H,IAAe,WAAc,CAAC,GAAGA,GAAa,UAAa,aAAa,YAAY,YAAY,OAAU,OAAO,OAAU,MAAM,YAAY,EAAE,UAAU,CAAC,aAAa,yGAAyG,MAAM,aAAa,KAAK4H,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,YAAY,KAAKA,EAAY,OAAO,EAAE,UAAU1H,IAAmB,WAAc,CAAC,GAAGA,GAAiB,UAAa,aAAa,aAAa,YAAY,OAAU,OAAO,OAAU,MAAM,YAAY,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,cAAc,KAAK0H,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,kBAAkB,gBAAgB,GAAM,YAAY,GAAG,MAAM,cAAc,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,kBAAkB,MAAM,eAAe,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,2GAA2G,MAAM,oBAAoB,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,UAAU,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,cAAc,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,mHAAmH,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,4BAA4B,MAAM,YAAY,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,EAAE,KAAK,EAAE,MAAM,UAAU,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGrI,GAAU,GAAGG,GAAc,GAAGE,GAAoB,GAAGE,GAAY,GAAGE,GAAuB,GAAGE,EAAiB,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["getBorderStyle", "e", "t", "o", "d", "r", "i", "l", "h", "b", "borderControls", "ControlType", "getFocusStyle", "color", "width", "style", "offset", "result", "focusControls", "ControlType", "getHoverStyle", "fillColor", "textColor", "borderColor", "hoverControls", "ControlType", "getPaddingStyle", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControls", "ControlType", "getRadiusStyle", "radius", "radiusPerCorner", "radiusTopLeft", "radiusTopRight", "radiusBottomRight", "radiusBottomLeft", "result", "radiusControls", "ControlType", "className", "IconType", "Icon", "type", "color", "image", "size", "p", "CaretType", "Caret", "LocaleSelector", "withCSS", "font", "fillColor", "textColor", "icon", "caret", "title", "gap", "border", "hover", "focus", "style", "props", "id", "ae", "activeLocale", "locales", "setLocale", "useLocaleInfo", "localesForCurrentRoute", "useLocalesForCurrentRoute", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "R59UUiNVK_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "R59UUiNVK_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "iconColor", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "E6NV4Gf2f", "lYvpkC7IW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1v5gbd9", "args", "onTap4prdkj", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramersDquhqjHT", "withCSS", "sDquhqjHT_default", "addPropertyControls", "ControlType", "addFonts", "x6PfALCgy_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v3", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "v37", "v38", "v39", "v4", "v40", "v41", "v42", "v43", "v44", "v45", "v46", "v47", "v48", "v49", "v5", "v50", "v51", "v52", "v53", "v54", "v55", "v56", "v57", "v58", "v59", "v6", "v60", "v61", "v62", "v7", "v8", "v9", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "v37", "v38", "v39", "v40", "v41", "v42", "v43", "v44", "v45", "v46", "v47", "v48", "v49", "v50", "v51", "v52", "v53", "v54", "v55", "v56", "v57", "v58", "v59", "v60", "v61", "v62", "p", "x", "motion", "Link", "__FramerMetadata__", "valuesByLocaleId", "x6PfALCgy_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "Z5aW2k3RB_exports", "__export", "__FramerMetadata__", "Z5aW2k3RB_default", "PhosphorFonts", "getFonts", "Icon", "BadgeFonts", "ZC6oaTVqt_default", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "align", "alignTablet", "badgeBGColor", "badgeBorder", "badgeText", "badgeTextColor", "bGColor", "bGHover", "enableBadge", "height", "hover", "id", "link", "name1", "name2", "openInNewTab", "radius", "subheader", "tap", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ku0K5iab7", "VVCvHlwmJ", "ZpWw94nXT", "T3ktnO2nz", "wGRcFK04x", "stziIHmv7", "i8hVK17KP", "ycFa86gVJ", "jiD82IsqP", "i6eMpMhze", "PnQ813Qxg", "dqMpST25y", "qfg9TUc_S", "kf3NktHXk", "VdwkoqfEz", "bxYeoQnmJ", "CKLn4URch", "NN4S3sIHH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17wrld9", "args", "onMouseEnter1x7u0ml", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "LayoutGroup", "Link", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerZ5aW2k3RB", "withCSS", "Z5aW2k3RB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "MenuItemFonts", "getFonts", "Z5aW2k3RB_default", "MenuItemWithSeoFix5smstaWithMappedReactProps39pur3", "withMappedReactProps", "withCodeBoundaryForOverrides", "withSeoFix", "Z5aW2k3RB_exports", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "LayoutDetailFonts", "ol5mO_Rh_default", "MotionDivWithFX", "motion", "MenuItemWithSeoFix17mf7g0WithMappedReactProps39pur3", "MenuItemWithSeoFixprks20WithMappedReactProps39pur3", "MenuItemWithSeoFix11j6yknWithMappedReactProps39pur3", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "transition3", "animation3", "animation4", "animation5", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation6", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "align", "bGBlur", "dropdownBG", "height", "id", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ZmT46usVX", "odLrH8wIa", "ILT7xcLmk", "XWxsdOvDJ", "uc3EnEw_e", "mYazaDwXp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapoosjlw", "args", "onTap14hxwks", "PnQ813Qxgtxyyif", "overlay", "loadMore", "onTapfr7p0g", "i6eMpMhze121wsil", "i6eMpMhze1wnntms", "i6eMpMhze1eg8eda", "scopingClassNames", "cx", "ref1", "ref2", "router", "useRouter", "isDisplayed", "ref3", "ref4", "isDisplayed1", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "LayoutGroup", "u", "l", "ComponentViewportProvider", "getLocalizedValue", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "overlay1", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "overlay2", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "overlay3", "resolvedLinks20", "resolvedLinks21", "resolvedLinks22", "resolvedLinks23", "resolvedLinks24", "overlay4", "resolvedLinks25", "resolvedLinks26", "resolvedLinks27", "resolvedLinks28", "resolvedLinks29", "resolvedLinks30", "resolvedLinks31", "RichText", "Link", "css", "Framerx6PfALCgy", "withCSS", "x6PfALCgy_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LogoFonts", "getFonts", "W4JrbG6G8_default", "MenuMenuFonts", "x6PfALCgy_default", "LocaleSelectorFonts", "LocaleSelector_default", "ButtonFonts", "LNCJ8JrMb_default", "MenuHamburgerMenuFonts", "sDquhqjHT_default", "LayoutDetailFonts", "ol5mO_Rh_default", "LogoControls", "getPropertyControls", "MenuMenuControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "convertFromString", "value", "activeLocale", "toString", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "alignMenu", "bGBlur", "buttonColor", "buttonLink", "buttonText", "buttonTextColor", "desktopBG", "height", "id", "logoColor", "mobileBG", "newTab", "showButton", "showMenu", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ixSSNMsgd", "Cof0RMUzO", "BeZsA273t", "v06jigF6i", "sGHTFWZo5", "eGOhp_OqC", "zzroHIlLa", "KDPaGeBIL", "UTTJR9foI", "dbTkB554q", "FFcnuU4Ek", "EdKYuwXXP", "t4qtipNl7", "V5RuzMe2YDGNeK0N5q", "HYcBYnG2FDGNeK0N5q", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap4zbyd6", "args", "f2qu17KRbtv5rva", "onTap16wbbam", "E6NV4Gf2fquv5vp", "E6NV4Gf2ftv5rva", "E6NV4Gf2f16wbbam", "E6NV4Gf2f1ervnaz", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramerR59UUiNVK", "withCSS", "R59UUiNVK_default", "addPropertyControls", "ControlType", "addFonts"]
}
