{
  "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/6SPClu354QJPCp6Xj5C0/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/8UpdMsWGqmORvbGekaCB/R2f87hLOAmnNkRfz9y3m/JuW5JW_H5-0.js", "ssg:https://framerusercontent.com/modules/7u0TtVb8AAUsAtH2BHl2/Rw3rRgWcieXMwI0HWTfX/UwRj_e84C-0.js", "ssg:https://framerusercontent.com/modules/7u0TtVb8AAUsAtH2BHl2/Rw3rRgWcieXMwI0HWTfX/UwRj_e84C.js", "ssg:https://framerusercontent.com/modules/naI4VopMv6tFH1YLP6GD/vrgO447TjtHJ4v0eRyPF/UwRj_e84C.js", "ssg:https://framerusercontent.com/modules/8UpdMsWGqmORvbGekaCB/R2f87hLOAmnNkRfz9y3m/JuW5JW_H5.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(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.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"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}={}){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.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\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,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/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/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();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_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);}var _selectedLocale_name;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:locales.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=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_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        `]);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,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],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,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],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\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.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=\"Prad\u0117kite\";export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Produktai\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Produktai\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16)))\"},children:\"Produktai\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"16px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(15, 15, 15, 1))\"},children:\"I\u0161tekliai\"})})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"I\u0161tekliai\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"\u012Emon\u0117\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"I\u0161tekliai\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"ROI skai\u010Diuokl\u0117\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Saugumas Spenfi\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"DUK\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Pagalba\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gbOfGTm6X\"},nodeId:\"lzzBHLScx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Partneriai\"})})})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gbOfGTm6X\"},nodeId:\"lzzBHLScx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Partneriai\"})})})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K_SV8kr3v\"},nodeId:\"hKIuvUGkP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Kainodara\"})})})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K_SV8kr3v\"},nodeId:\"hKIuvUGkP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Kainodara\"})})})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Produktai\"})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Produktai\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Debeto mok\u0117jimo kortel\u0117s\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"S\u0105skaitos ir dokumentai\"})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"I\u0161laid\u0173 valdymas\"})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Prenumeratos\"})});export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Apskaitos automatizavimas\"})});export const v23=\"Prisijungti\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"\u012Emoni\u0173 kortel\u0117s\"})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"\u012Emoni\u0173 kortel\u0117s\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Naudojimo atvejai\"})})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Naudojimo atvejai\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"I\u0161laid\u0173 valdymas\"})})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"I\u0161laid\u0173 valdymas\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"S\u0105skaitos fakt\u016Bros ir dokumentai\"})})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"S\u0105skaitos fakt\u016Bros ir dokumentai\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Saugumas Spenfi\"})})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Saugumas Spenfi\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Prenumeratos\"})})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Prenumeratos\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"ROI skai\u010Diuokl\u0117\"})})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"ROI skai\u010Diuokl\u0117\"})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Apskaitos automatizavimas\"})})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Apskaitos automatizavimas\"})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Pagalba\"})})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"I\u0161duokite virtualias ir fizines korteles akimirksniu\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Optimizuokite \u012Fmon\u0117s biud\u017Eet\u0105 ir pirkimus\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:[\"Visi\u0161kai matoma transakcij\u0173\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})]})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"\u012Esitikinkite, kad j\u016Bs\u0173 tiek\u0117jai yra apmokami laiku\"})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Visi \u012Fmon\u0117s i\u0161laid\u0173 duomenys viename informacijos skydelyje\"})});export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Naujausi naujienos\"})});export const v23=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N3aXR6ZXIgTWVkaXVt\",\"--framer-font-family\":'\"Switzer Medium\", \"Switzer Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\"},children:\"MasterCard \u0161vyturio programa\"})});export const v24=\"Read more\";\nexport const __FramerMetadata__ = {\"exports\":{\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (68888f7)\nimport*as localizedValues from\"./UwRj_e84C-0.js\";const valuesByLocaleId={DZgzGmJ0t: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 (68888f7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/7u0TtVb8AAUsAtH2BHl2/Rw3rRgWcieXMwI0HWTfX/UwRj_e84C.js\";import ButtonNew from\"https://framerusercontent.com/modules/yANAcIvKdrXajG1PMIev/qsGLXCUH6RGvyAHq6BPB/e2FBQ5EfL.js\";const ButtonNewFonts=getFonts(ButtonNew);const cycleOrder=[\"WxNcDlHVD\",\"A2nVYHxSj\",\"dF_AtMlLe\",\"UyeIG99SD\",\"PkpIhANT0\",\"gjxnxikg7\",\"qp8QqES7X\",\"lMPbg5tB1\",\"HUsaq1tHg\",\"IEI4RIGWc\",\"i6PZIbJ5O\",\"Ud4wvlHeN\"];const serializationHash=\"framer-7Po3B\";const variantClassNames={A2nVYHxSj:\"framer-v-cym3nw\",dF_AtMlLe:\"framer-v-1ulo006\",gjxnxikg7:\"framer-v-1e91maq\",HUsaq1tHg:\"framer-v-3toa26\",i6PZIbJ5O:\"framer-v-fhapzs\",IEI4RIGWc:\"framer-v-12xg4nt\",lMPbg5tB1:\"framer-v-g0y58e\",PkpIhANT0:\"framer-v-1s4nis2\",qp8QqES7X:\"framer-v-ysl4lg\",Ud4wvlHeN:\"framer-v-byeimn\",UyeIG99SD:\"framer-v-1xecxyv\",WxNcDlHVD:\"framer-v-1h2siim\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Accounting automation\":\"gjxnxikg7\",\"Corporate cards\":\"A2nVYHxSj\",\"Default - Resources\":\"qp8QqES7X\",\"Expense Management\":\"dF_AtMlLe\",\"Invoices and documents\":\"UyeIG99SD\",\"ROI Calculator\":\"Ud4wvlHeN\",\"Security at Spenfi\":\"IEI4RIGWc\",\"Use cases\":\"HUsaq1tHg\",Default:\"WxNcDlHVD\",FAQ:\"lMPbg5tB1\",Subscriptions:\"PkpIhANT0\"};const getProps=({height,id,mouseLeave2,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,IqFUQn4D4:mouseLeave2!==null&&mouseLeave2!==void 0?mouseLeave2:props.IqFUQn4D4,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WxNcDlHVD\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,IqFUQn4D4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WxNcDlHVD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeave1gv4mvj=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});if(IqFUQn4D4){const res=await IqFUQn4D4(...args);if(res===false)return false;}});const onMouseEnterevlg9x=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"i6PZIbJ5O\");});const onMouseEnter13tn14t=activeVariantCallback(async(...args)=>{setVariant(\"A2nVYHxSj\");});const onMouseLeavewffl3f=activeVariantCallback(async(...args)=>{setVariant(\"WxNcDlHVD\");});const onMouseEnter1gng09g=activeVariantCallback(async(...args)=>{setVariant(\"HUsaq1tHg\");});const onMouseLeavelgcddn=activeVariantCallback(async(...args)=>{setVariant(\"qp8QqES7X\");});const onMouseEnterd8bsy1=activeVariantCallback(async(...args)=>{setVariant(\"dF_AtMlLe\");});const onMouseEnter7dloy0=activeVariantCallback(async(...args)=>{setVariant(\"UyeIG99SD\");});const onMouseEnter478zga=activeVariantCallback(async(...args)=>{setVariant(\"IEI4RIGWc\");});const onMouseEnterls92w5=activeVariantCallback(async(...args)=>{setVariant(\"PkpIhANT0\");});const onMouseEnter9fgkls=activeVariantCallback(async(...args)=>{setVariant(\"i6PZIbJ5O\");});const onMouseEnter1pmbima=activeVariantCallback(async(...args)=>{setVariant(\"gjxnxikg7\");});const onMouseEnter18r4ric=activeVariantCallback(async(...args)=>{setVariant(\"Ud4wvlHeN\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"A2nVYHxSj\",\"HUsaq1tHg\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"qp8QqES7X\",\"lMPbg5tB1\",\"HUsaq1tHg\",\"IEI4RIGWc\",\"i6PZIbJ5O\",\"Ud4wvlHeN\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"dF_AtMlLe\")return true;return false;};const isDisplayed3=()=>{if([\"UyeIG99SD\",\"IEI4RIGWc\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"PkpIhANT0\",\"i6PZIbJ5O\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"gjxnxikg7\",\"Ud4wvlHeN\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"dF_AtMlLe\",\"UyeIG99SD\",\"PkpIhANT0\",\"gjxnxikg7\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"UyeIG99SD\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"PkpIhANT0\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"gjxnxikg7\")return true;return false;};const isDisplayed10=()=>{if([\"qp8QqES7X\",\"lMPbg5tB1\",\"HUsaq1tHg\",\"IEI4RIGWc\",\"i6PZIbJ5O\",\"Ud4wvlHeN\"].includes(baseVariant))return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34,_getLocalizedValue35,_getLocalizedValue36,_getLocalizedValue37,_getLocalizedValue38,_getLocalizedValue39,_getLocalizedValue40;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h2siim\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WxNcDlHVD\",onMouseLeave:onMouseLeave1gv4mvj,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 2px 8px 2px rgba(0, 0, 0, 0.06)\",...style},...addPropertyOverrides({A2nVYHxSj:{\"data-framer-name\":\"Corporate cards\"},dF_AtMlLe:{\"data-framer-name\":\"Expense Management\"},gjxnxikg7:{\"data-framer-name\":\"Accounting automation\"},HUsaq1tHg:{\"data-framer-name\":\"Use cases\",onMouseEnter:onMouseEnterevlg9x},i6PZIbJ5O:{\"data-framer-name\":\"ROI Calculator\"},IEI4RIGWc:{\"data-framer-name\":\"Security at Spenfi\"},lMPbg5tB1:{\"data-framer-name\":\"FAQ\"},PkpIhANT0:{\"data-framer-name\":\"Subscriptions\"},qp8QqES7X:{\"data-framer-name\":\"Default - Resources\"},Ud4wvlHeN:{\"data-framer-name\":\"ROI Calculator\"},UyeIG99SD:{\"data-framer-name\":\"Invoices and documents\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qgf9nx\",\"data-framer-name\":\"Frame 47662\",layoutDependency:layoutDependency,layoutId:\"STBUaOgJr\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OyJSSMOE5\"},nodeId:\"b0WJqXWm6\",...addPropertyOverrides({HUsaq1tHg:{href:{webPageId:\"IdwcA79jH\"},openInNewTab:false},i6PZIbJ5O:{href:{webPageId:\"IdwcA79jH\"},openInNewTab:false},IEI4RIGWc:{href:{webPageId:\"IdwcA79jH\"},openInNewTab:false},lMPbg5tB1:{href:{webPageId:\"IdwcA79jH\"},openInNewTab:false},qp8QqES7X:{href:{webPageId:\"IdwcA79jH\"},openInNewTab:false},Ud4wvlHeN:{href:{webPageId:\"IdwcA79jH\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1x53agt framer-13110v2\",\"data-framer-name\":\"Frame 2131329447\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"b0WJqXWm6\",onMouseEnter:onMouseEnter13tn14t,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{A2nVYHxSj:{backgroundColor:\"rgb(244, 245, 248)\"},HUsaq1tHg:{backgroundColor:\"rgb(244, 245, 248)\"}},...addPropertyOverrides({A2nVYHxSj:{onMouseLeave:onMouseLeavewffl3f},HUsaq1tHg:{onMouseEnter:undefined,onMouseLeave:onMouseLeavelgcddn},i6PZIbJ5O:{onMouseEnter:onMouseEnter1gng09g},IEI4RIGWc:{onMouseEnter:onMouseEnter1gng09g},lMPbg5tB1:{onMouseEnter:onMouseEnter1gng09g},qp8QqES7X:{onMouseEnter:onMouseEnter1gng09g},Ud4wvlHeN:{onMouseEnter:onMouseEnter1gng09g}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Corporate cards\"})})}),className:\"framer-1fyn2r7\",\"data-framer-name\":\"Button 46 normal\",fonts:[\"GF;Public Sans-500\"],layoutDependency:layoutDependency,layoutId:\"t15i6Amh6\",style:{\"--extracted-1w3ko1f\":\"rgba(40, 43, 45, 1)\"},variants:{A2nVYHxSj:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"},HUsaq1tHg:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({A2nVYHxSj:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Corporate cards\"})})},HUsaq1tHg:{children:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Use cases\"})})},i6PZIbJ5O:{children:(_getLocalizedValue3=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Use cases\"})})})},IEI4RIGWc:{children:(_getLocalizedValue4=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Use cases\"})})})},lMPbg5tB1:{children:(_getLocalizedValue5=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Use cases\"})})})},qp8QqES7X:{children:(_getLocalizedValue6=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Use cases\"})})})},Ud4wvlHeN:{children:(_getLocalizedValue7=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Use cases\"})})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ni6i0l\",\"data-framer-name\":\"Icons 18/18\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"n9Sye8Arv\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.91055 13.147C9.83912 13.0657 9.80028 12.9781 9.79403 12.8841C9.78775 12.79 9.82472 12.7103 9.90491 12.6448L13.9289 8.73063H1.26483C1.15393 8.73063 1.06355 8.69675 0.993687 8.629C0.92384 8.56124 0.888916 8.47359 0.888916 8.36605C0.888916 8.25851 0.92384 8.17107 0.993687 8.10375C1.06355 8.03642 1.15393 8.00276 1.26483 8.00276H13.9289L9.88047 4.08315C9.80905 4.01724 9.77428 3.93738 9.77617 3.84356C9.77804 3.74974 9.82095 3.66826 9.90491 3.59912C9.98886 3.52148 10.0794 3.48267 10.1765 3.48267C10.2736 3.48267 10.3623 3.52148 10.4424 3.59912L14.8912 7.90632C14.9602 7.98517 15.014 8.0618 15.0529 8.1362C15.0917 8.21061 15.1111 8.28825 15.1111 8.36912C15.1111 8.46212 15.0917 8.54502 15.0529 8.61782C15.014 8.6906 14.9602 8.76035 14.8912 8.82708L10.4293 13.147C10.3641 13.2283 10.2824 13.2659 10.184 13.2598C10.0857 13.2538 9.9945 13.2161 9.91055 13.147Z\" fill=\"#939DA3\" stroke=\"#939DA3\" stroke-width=\"0.444444\"/>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WPFKjjtUj\"},nodeId:\"tvm60cxuo\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1hdrslz framer-13110v2\",\"data-framer-name\":\"Frame 2131329447\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tvm60cxuo\",onMouseEnter:onMouseEnterd8bsy1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{dF_AtMlLe:{backgroundColor:\"rgb(244, 245, 248)\"}},...addPropertyOverrides({dF_AtMlLe:{onMouseLeave:onMouseLeavewffl3f}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Expense Management\"})})}),className:\"framer-1qnpb0s\",\"data-framer-name\":\"Button 46 normal\",fonts:[\"GF;Public Sans-500\"],layoutDependency:layoutDependency,layoutId:\"BP_OS2xo3\",style:{\"--extracted-1w3ko1f\":\"rgba(40, 43, 45, 1)\"},variants:{dF_AtMlLe:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({dF_AtMlLe:{children:(_getLocalizedValue9=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Expense Management\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1s04071\",\"data-framer-name\":\"Icons 18/18\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"bV28PlJcY\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.91055 13.147C9.83912 13.0657 9.80028 12.9781 9.79403 12.8841C9.78775 12.79 9.82472 12.7103 9.90491 12.6448L13.9289 8.73063H1.26483C1.15393 8.73063 1.06355 8.69675 0.993687 8.629C0.92384 8.56124 0.888916 8.47359 0.888916 8.36605C0.888916 8.25851 0.92384 8.17107 0.993687 8.10375C1.06355 8.03642 1.15393 8.00276 1.26483 8.00276H13.9289L9.88047 4.08315C9.80905 4.01724 9.77428 3.93738 9.77617 3.84356C9.77804 3.74974 9.82095 3.66826 9.90491 3.59912C9.98886 3.52148 10.0794 3.48267 10.1765 3.48267C10.2736 3.48267 10.3623 3.52148 10.4424 3.59912L14.8912 7.90632C14.9602 7.98517 15.014 8.0618 15.0529 8.1362C15.0917 8.21061 15.1111 8.28825 15.1111 8.36912C15.1111 8.46212 15.0917 8.54502 15.0529 8.61782C15.014 8.6906 14.9602 8.76035 14.8912 8.82708L10.4293 13.147C10.3641 13.2283 10.2824 13.2659 10.184 13.2598C10.0857 13.2538 9.9945 13.2161 9.91055 13.147Z\" fill=\"#939DA3\" stroke=\"#939DA3\" stroke-width=\"0.444444\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ng_GF3AwM\"},nodeId:\"ljcxMOyeN\",...addPropertyOverrides({HUsaq1tHg:{href:{webPageId:\"SYq6Ci8TH\"},openInNewTab:false},i6PZIbJ5O:{href:{webPageId:\"SYq6Ci8TH\"},openInNewTab:false},IEI4RIGWc:{href:{webPageId:\"SYq6Ci8TH\"},openInNewTab:false},lMPbg5tB1:{href:{webPageId:\"SYq6Ci8TH\"},openInNewTab:false},qp8QqES7X:{href:{webPageId:\"SYq6Ci8TH\"},openInNewTab:false},Ud4wvlHeN:{href:{webPageId:\"SYq6Ci8TH\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-bynalb framer-13110v2\",\"data-framer-name\":\"Security at Spenfi\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ljcxMOyeN\",onMouseEnter:onMouseEnter7dloy0,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{IEI4RIGWc:{backgroundColor:\"rgb(244, 245, 248)\"},UyeIG99SD:{backgroundColor:\"rgb(244, 245, 248)\"}},...addPropertyOverrides({HUsaq1tHg:{onMouseEnter:onMouseEnter478zga},i6PZIbJ5O:{onMouseEnter:onMouseEnter478zga},IEI4RIGWc:{onMouseEnter:undefined,onMouseLeave:onMouseLeavelgcddn},lMPbg5tB1:{onMouseEnter:onMouseEnter478zga},qp8QqES7X:{onMouseEnter:onMouseEnter478zga},Ud4wvlHeN:{onMouseEnter:onMouseEnter478zga},UyeIG99SD:{onMouseLeave:onMouseLeavewffl3f}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Invoices and documents\"})})}),className:\"framer-1pxm4u5\",\"data-framer-name\":\"Button 46 normal\",fonts:[\"GF;Public Sans-500\"],layoutDependency:layoutDependency,layoutId:\"JU80UJ_h0\",style:{\"--extracted-1w3ko1f\":\"rgba(40, 43, 45, 1)\"},variants:{IEI4RIGWc:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"},UyeIG99SD:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({HUsaq1tHg:{children:(_getLocalizedValue11=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Security at Spenfi\"})})})},i6PZIbJ5O:{children:(_getLocalizedValue12=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Security at Spenfi\"})})})},IEI4RIGWc:{children:(_getLocalizedValue13=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Security at Spenfi\"})})},lMPbg5tB1:{children:(_getLocalizedValue14=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Security at Spenfi\"})})})},qp8QqES7X:{children:(_getLocalizedValue15=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Security at Spenfi\"})})})},Ud4wvlHeN:{children:(_getLocalizedValue16=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Security at Spenfi\"})})})},UyeIG99SD:{children:(_getLocalizedValue17=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Invoices and documents\"})})}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-14q6x2q\",\"data-framer-name\":\"Icons 18/18\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"s0eId2k8j\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.91055 13.147C9.83912 13.0657 9.80028 12.9781 9.79403 12.8841C9.78775 12.79 9.82472 12.7103 9.90491 12.6448L13.9289 8.73063H1.26483C1.15393 8.73063 1.06355 8.69675 0.993687 8.629C0.92384 8.56124 0.888916 8.47359 0.888916 8.36605C0.888916 8.25851 0.92384 8.17107 0.993687 8.10375C1.06355 8.03642 1.15393 8.00276 1.26483 8.00276H13.9289L9.88047 4.08315C9.80905 4.01724 9.77428 3.93738 9.77617 3.84356C9.77804 3.74974 9.82095 3.66826 9.90491 3.59912C9.98886 3.52148 10.0794 3.48267 10.1765 3.48267C10.2736 3.48267 10.3623 3.52148 10.4424 3.59912L14.8912 7.90632C14.9602 7.98517 15.014 8.0618 15.0529 8.1362C15.0917 8.21061 15.1111 8.28825 15.1111 8.36912C15.1111 8.46212 15.0917 8.54502 15.0529 8.61782C15.014 8.6906 14.9602 8.76035 14.8912 8.82708L10.4293 13.147C10.3641 13.2283 10.2824 13.2659 10.184 13.2598C10.0857 13.2538 9.9945 13.2161 9.91055 13.147Z\" fill=\"#939DA3\" stroke=\"#939DA3\" stroke-width=\"0.444444\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VuXlhZAL7\"},nodeId:\"hD05SgMxC\",...addPropertyOverrides({HUsaq1tHg:{href:{webPageId:\"lCtA6NtqQ\"},openInNewTab:false},i6PZIbJ5O:{href:{webPageId:\"hKDFOnWP8\"},openInNewTab:false},IEI4RIGWc:{href:{webPageId:\"hKDFOnWP8\"},openInNewTab:false},lMPbg5tB1:{href:{webPageId:\"hKDFOnWP8\"},openInNewTab:false},qp8QqES7X:{href:{webPageId:\"hKDFOnWP8\"},openInNewTab:false},Ud4wvlHeN:{href:{webPageId:\"hKDFOnWP8\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-dx0lny framer-13110v2\",\"data-framer-name\":\"Frame 2131329447\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hD05SgMxC\",onMouseEnter:onMouseEnterls92w5,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{i6PZIbJ5O:{backgroundColor:\"rgb(244, 245, 248)\"},PkpIhANT0:{backgroundColor:\"rgb(244, 245, 248)\"}},...addPropertyOverrides({HUsaq1tHg:{\"data-highlight\":undefined,onMouseEnter:undefined},i6PZIbJ5O:{onMouseEnter:undefined,onMouseLeave:onMouseLeavelgcddn},IEI4RIGWc:{onMouseEnter:onMouseEnter9fgkls},lMPbg5tB1:{onMouseEnter:onMouseEnter9fgkls},PkpIhANT0:{onMouseLeave:onMouseLeavewffl3f},qp8QqES7X:{onMouseEnter:onMouseEnter9fgkls},Ud4wvlHeN:{onMouseEnter:onMouseEnter9fgkls}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue18=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Subscriptions\"})})}),className:\"framer-pli6zl\",\"data-framer-name\":\"Button 46 normal\",fonts:[\"GF;Public Sans-500\"],layoutDependency:layoutDependency,layoutId:\"L2xCZSm3z\",style:{\"--extracted-1w3ko1f\":\"rgba(40, 43, 45, 1)\"},variants:{i6PZIbJ5O:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"},PkpIhANT0:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"},Ud4wvlHeN:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({HUsaq1tHg:{children:(_getLocalizedValue19=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"ROI Calculator\"})})})},i6PZIbJ5O:{children:(_getLocalizedValue20=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"ROI Calculator\"})})},IEI4RIGWc:{children:(_getLocalizedValue21=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"ROI Calculator\"})})})},lMPbg5tB1:{children:(_getLocalizedValue22=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"ROI Calculator\"})})})},PkpIhANT0:{children:(_getLocalizedValue23=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Subscriptions\"})})},qp8QqES7X:{children:(_getLocalizedValue24=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"ROI Calculator\"})})})},Ud4wvlHeN:{children:(_getLocalizedValue25=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"ROI Calculator\"})})}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1phnf1g\",\"data-framer-name\":\"Icons 18/18\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"aTrzjSSuO\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.91055 13.147C9.83912 13.0657 9.80028 12.9781 9.79403 12.8841C9.78775 12.79 9.82472 12.7103 9.90491 12.6448L13.9289 8.73063H1.26483C1.15393 8.73063 1.06355 8.69675 0.993687 8.629C0.92384 8.56124 0.888916 8.47359 0.888916 8.36605C0.888916 8.25851 0.92384 8.17107 0.993687 8.10375C1.06355 8.03642 1.15393 8.00276 1.26483 8.00276H13.9289L9.88047 4.08315C9.80905 4.01724 9.77428 3.93738 9.77617 3.84356C9.77804 3.74974 9.82095 3.66826 9.90491 3.59912C9.98886 3.52148 10.0794 3.48267 10.1765 3.48267C10.2736 3.48267 10.3623 3.52148 10.4424 3.59912L14.8912 7.90632C14.9602 7.98517 15.014 8.0618 15.0529 8.1362C15.0917 8.21061 15.1111 8.28825 15.1111 8.36912C15.1111 8.46212 15.0917 8.54502 15.0529 8.61782C15.014 8.6906 14.9602 8.76035 14.8912 8.82708L10.4293 13.147C10.3641 13.2283 10.2824 13.2659 10.184 13.2598C10.0857 13.2538 9.9945 13.2161 9.91055 13.147Z\" fill=\"#939DA3\" stroke=\"#939DA3\" stroke-width=\"0.444444\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nKvb3XsuP\"},nodeId:\"J2PfPqWEq\",...addPropertyOverrides({HUsaq1tHg:{href:\"https://spenfi.freshdesk.com/support/login\",openInNewTab:true},i6PZIbJ5O:{href:\"https://spenfi.freshdesk.com/support/login\",openInNewTab:true},IEI4RIGWc:{href:\"https://spenfi.freshdesk.com/support/login\",openInNewTab:true},lMPbg5tB1:{href:\"https://spenfi.freshdesk.com/support/login\",openInNewTab:true},qp8QqES7X:{href:\"https://spenfi.freshdesk.com/support/login\",openInNewTab:true},Ud4wvlHeN:{href:\"https://spenfi.freshdesk.com/support/login\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1836w2j framer-13110v2\",\"data-framer-name\":\"Frame 2131329447\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"J2PfPqWEq\",onMouseEnter:onMouseEnter1pmbima,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{gjxnxikg7:{backgroundColor:\"rgb(244, 245, 248)\"},Ud4wvlHeN:{backgroundColor:\"rgb(244, 245, 248)\"}},...addPropertyOverrides({gjxnxikg7:{onMouseLeave:onMouseLeavewffl3f},HUsaq1tHg:{onMouseEnter:onMouseEnter18r4ric},i6PZIbJ5O:{onMouseEnter:onMouseEnter18r4ric},IEI4RIGWc:{onMouseEnter:onMouseEnter18r4ric},lMPbg5tB1:{onMouseEnter:onMouseEnter18r4ric},qp8QqES7X:{\"data-highlight\":undefined,onMouseEnter:undefined},Ud4wvlHeN:{onMouseEnter:undefined,onMouseLeave:onMouseLeavelgcddn}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue26=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Accounting automation\"})})}),className:\"framer-1gqns68\",\"data-framer-name\":\"Button 46 normal\",fonts:[\"GF;Public Sans-500\"],layoutDependency:layoutDependency,layoutId:\"NiVPtE7WB\",style:{\"--extracted-1w3ko1f\":\"rgba(40, 43, 45, 1)\"},variants:{gjxnxikg7:{\"--extracted-r6o4lv\":\"rgb(40, 43, 45)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({gjxnxikg7:{children:(_getLocalizedValue27=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 43, 45))\"},children:\"Accounting automation\"})})},HUsaq1tHg:{children:(_getLocalizedValue28=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Help\"})})})},i6PZIbJ5O:{children:(_getLocalizedValue29=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Help\"})})})},IEI4RIGWc:{children:(_getLocalizedValue30=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Help\"})})})},lMPbg5tB1:{children:(_getLocalizedValue31=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Help\"})})})},qp8QqES7X:{children:(_getLocalizedValue32=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Help\"})})})},Ud4wvlHeN:{children:(_getLocalizedValue33=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(40, 43, 45, 1))\"},children:\"Help\"})})})}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-kzodza\",\"data-framer-name\":\"Icons 18/18\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"LgFsrx3dO\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.91055 13.147C9.83912 13.0657 9.80028 12.9781 9.79403 12.8841C9.78775 12.79 9.82472 12.7103 9.90491 12.6448L13.9289 8.73063H1.26483C1.15393 8.73063 1.06355 8.69675 0.993687 8.629C0.92384 8.56124 0.888916 8.47359 0.888916 8.36605C0.888916 8.25851 0.92384 8.17107 0.993687 8.10375C1.06355 8.03642 1.15393 8.00276 1.26483 8.00276H13.9289L9.88047 4.08315C9.80905 4.01724 9.77428 3.93738 9.77617 3.84356C9.77804 3.74974 9.82095 3.66826 9.90491 3.59912C9.98886 3.52148 10.0794 3.48267 10.1765 3.48267C10.2736 3.48267 10.3623 3.52148 10.4424 3.59912L14.8912 7.90632C14.9602 7.98517 15.014 8.0618 15.0529 8.1362C15.0917 8.21061 15.1111 8.28825 15.1111 8.36912C15.1111 8.46212 15.0917 8.54502 15.0529 8.61782C15.014 8.6906 14.9602 8.76035 14.8912 8.82708L10.4293 13.147C10.3641 13.2283 10.2824 13.2659 10.184 13.2598C10.0857 13.2538 9.9945 13.2161 9.91055 13.147Z\" fill=\"#939DA3\" stroke=\"#939DA3\" stroke-width=\"0.444444\"/>\\n</svg>\\n',withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(Link,{nodeId:\"J1CTaFDGX\",...addPropertyOverrides({HUsaq1tHg:{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"}},i6PZIbJ5O:{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"}},IEI4RIGWc:{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"}},lMPbg5tB1:{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"}},qp8QqES7X:{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"}},Ud4wvlHeN:{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-82g9ev framer-13110v2\",\"data-border\":true,\"data-framer-name\":\"Frame 2131329922\",layoutDependency:layoutDependency,layoutId:\"J1CTaFDGX\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(243, 243, 244)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14},variants:{HUsaq1tHg:{backgroundColor:\"rgb(222, 223, 252)\"},i6PZIbJ5O:{backgroundColor:\"rgb(222, 223, 252)\"},IEI4RIGWc:{backgroundColor:\"rgb(222, 223, 252)\"},lMPbg5tB1:{backgroundColor:\"rgb(222, 223, 252)\"},qp8QqES7X:{backgroundColor:\"rgb(222, 223, 252)\"},Ud4wvlHeN:{backgroundColor:\"rgb(222, 223, 252)\"}},children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue34=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Issue virtual and physical cards instantly\"})}),className:\"framer-18geou5\",\"data-framer-name\":\"Button 46 normal\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"AX6P2MbX4\",style:{\"--extracted-r6o4lv\":\"rgb(15, 15, 15)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({dF_AtMlLe:{children:(_getLocalizedValue35=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Streamline company budget and purchases\"})})},gjxnxikg7:{children:(_getLocalizedValue36=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"All company spendings in one dashboard\"})})},PkpIhANT0:{children:(_getLocalizedValue37=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue37!==void 0?_getLocalizedValue37:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Make sure your vendors are paid on time\"})})},UyeIG99SD:{children:(_getLocalizedValue38=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue38!==void 0?_getLocalizedValue38:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:[\"Full visibility of transactions\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ddzl5f\",\"data-framer-name\":\"Frame 2131329443\",layoutDependency:layoutDependency,layoutId:\"T12smvfh3\",style:{borderBottomLeftRadius:8.89,borderBottomRightRadius:8.89,borderTopLeftRadius:8.89,borderTopRightRadius:8.89},children:[isDisplayed6()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+120+144-143.5),pixelHeight:352,pixelWidth:422,src:\"https://framerusercontent.com/images/DL1UhSl4yf0yYJHNSwk8GsB7Tw.png\"},className:\"framer-1j0nhdj\",\"data-framer-name\":\"Group_2131328262\",layoutDependency:layoutDependency,layoutId:\"IyJmpKYoY\",...addPropertyOverrides({HUsaq1tHg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+101-100.5),pixelHeight:352,pixelWidth:422,src:\"https://framerusercontent.com/images/DL1UhSl4yf0yYJHNSwk8GsB7Tw.png\"}},i6PZIbJ5O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+101-100.5),pixelHeight:352,pixelWidth:422,src:\"https://framerusercontent.com/images/DL1UhSl4yf0yYJHNSwk8GsB7Tw.png\"}},IEI4RIGWc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+101-100.5),pixelHeight:352,pixelWidth:422,src:\"https://framerusercontent.com/images/DL1UhSl4yf0yYJHNSwk8GsB7Tw.png\"}},lMPbg5tB1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+101-100.5),pixelHeight:352,pixelWidth:422,src:\"https://framerusercontent.com/images/DL1UhSl4yf0yYJHNSwk8GsB7Tw.png\"}},qp8QqES7X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+101-100.5),pixelHeight:352,pixelWidth:422,src:\"https://framerusercontent.com/images/DL1UhSl4yf0yYJHNSwk8GsB7Tw.png\"}},Ud4wvlHeN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:211,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+101-100.5),pixelHeight:352,pixelWidth:422,src:\"https://framerusercontent.com/images/DL1UhSl4yf0yYJHNSwk8GsB7Tw.png\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:177,intrinsicWidth:212,pixelHeight:354,pixelWidth:424,src:\"https://framerusercontent.com/images/EAO1tNfKrwE6DuljZz4RfEg2k0.png\"},className:\"framer-577k8z\",\"data-framer-name\":\"Group_2131328264\",layoutDependency:layoutDependency,layoutId:\"KiAVUDE1F\",...addPropertyOverrides({dF_AtMlLe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:177,intrinsicWidth:212,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+120+0),pixelHeight:354,pixelWidth:424,src:\"https://framerusercontent.com/images/EAO1tNfKrwE6DuljZz4RfEg2k0.png\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:175,intrinsicWidth:210,pixelHeight:350,pixelWidth:420,src:\"https://framerusercontent.com/images/enNgcPIePkI8RiDynvxfSsMXoMY.png\"},className:\"framer-1u4eocl\",\"data-framer-name\":\"Group_2131328261\",layoutDependency:layoutDependency,layoutId:\"Wn7_Dg_tL\",...addPropertyOverrides({UyeIG99SD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:175,intrinsicWidth:210,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+120+144-143.5),pixelHeight:350,pixelWidth:420,src:\"https://framerusercontent.com/images/enNgcPIePkI8RiDynvxfSsMXoMY.png\"}}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:210,pixelHeight:352,pixelWidth:420,src:\"https://framerusercontent.com/images/f9gvN8PH0UppE1fUUFXxUdY5w.png\"},className:\"framer-8yqtyy\",\"data-framer-name\":\"Group_2131328263\",layoutDependency:layoutDependency,layoutId:\"U99p2VwNr\",...addPropertyOverrides({PkpIhANT0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:210,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+120+144-143.5),pixelHeight:352,pixelWidth:420,src:\"https://framerusercontent.com/images/f9gvN8PH0UppE1fUUFXxUdY5w.png\"}}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:178,intrinsicWidth:213,pixelHeight:356,pixelWidth:426,src:\"https://framerusercontent.com/images/cK7KuGJQuZOoOSYY3joKHUOVRM.png\"},className:\"framer-forzt9\",\"data-framer-name\":\"Group_2131328265\",layoutDependency:layoutDependency,layoutId:\"WcTaW377H\",...addPropertyOverrides({gjxnxikg7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:178,intrinsicWidth:213,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+120+0),pixelHeight:356,pixelWidth:426,src:\"https://framerusercontent.com/images/cK7KuGJQuZOoOSYY3joKHUOVRM.png\"}}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:241.5,intrinsicWidth:457.5,pixelHeight:483,pixelWidth:915,src:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512 512w,https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png 915w\"},className:\"framer-1kk1kef\",\"data-framer-name\":\"imgg\",layoutDependency:layoutDependency,layoutId:\"vzhDPpAQq\",...addPropertyOverrides({HUsaq1tHg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:241.5,intrinsicWidth:457.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+-45.5),pixelHeight:483,pixelWidth:915,sizes:\"327.7329px\",src:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512 512w,https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png 915w\"}},i6PZIbJ5O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:241.5,intrinsicWidth:457.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+-45.5),pixelHeight:483,pixelWidth:915,sizes:\"327.7329px\",src:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512 512w,https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png 915w\"}},IEI4RIGWc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:241.5,intrinsicWidth:457.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+-45.5),pixelHeight:483,pixelWidth:915,sizes:\"327.7329px\",src:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512 512w,https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png 915w\"}},lMPbg5tB1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:241.5,intrinsicWidth:457.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+-45.5),pixelHeight:483,pixelWidth:915,sizes:\"327.7329px\",src:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512 512w,https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png 915w\"}},qp8QqES7X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:241.5,intrinsicWidth:457.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+-45.5),pixelHeight:483,pixelWidth:915,sizes:\"327.7329px\",src:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512 512w,https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png 915w\"}},Ud4wvlHeN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:241.5,intrinsicWidth:457.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+20+181.19847297668457+-45.5),pixelHeight:483,pixelWidth:915,sizes:\"327.7329px\",src:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png?scale-down-to=512 512w,https://framerusercontent.com/images/WJQpaA4Iyq42TPqAoDqHGlIo0.png 915w\"}}},baseVariant,gestureVariant)})]}),isDisplayed10()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xz7nx2\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"A50Y5WuCd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xu1zu6\",\"data-framer-name\":\"Frame 2131329868\",layoutDependency:layoutDependency,layoutId:\"efpCa7Y0c\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pn0n9v\",\"data-framer-name\":\"Frame 2131329962\",layoutDependency:layoutDependency,layoutId:\"YCANBCQ7s\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v0gh44\",\"data-framer-name\":\"Frame 2131329857\",layoutDependency:layoutDependency,layoutId:\"c5pOh2GG_\",style:{backgroundColor:\"rgb(194, 196, 246)\",borderBottomLeftRadius:14.96,borderBottomRightRadius:14.96,borderTopLeftRadius:14.96,borderTopRightRadius:14.96},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue39=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue39!==void 0?_getLocalizedValue39:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNTAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Latest news\"})}),className:\"framer-29ynbq\",\"data-framer-name\":\"Latest news\",fonts:[\"GF;Public Sans-500\"],layoutDependency:layoutDependency,layoutId:\"kU73C6rqo\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue40=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue40!==void 0?_getLocalizedValue40:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N3aXR6ZXIgTWVkaXVt\",\"--framer-font-family\":'\"Switzer Medium\", \"Switzer Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\"},children:\"MasterCard Lighthouse Program\"})}),className:\"framer-endfpd\",\"data-framer-name\":\"title\",fonts:[\"CUSTOM;Switzer Medium\"],layoutDependency:layoutDependency,layoutId:\"jbHPZo9vs\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"},implicitPathVariables:undefined},{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"},implicitPathVariables:undefined},{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"},implicitPathVariables:undefined},{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"},implicitPathVariables:undefined},{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"},implicitPathVariables:undefined},{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"},implicitPathVariables:undefined},{href:{pathVariables:{kQPSa27cc:\"spenfi-invited-to-mastercard-lighthouse-program\"},unresolvedPathSlugs:{kQPSa27cc:{collectionId:\"E2uOIUZA6\",collectionItemId:\"EBj33ob6D\"}},webPageId:\"cpKpd5j32\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qwls3-container\",layoutDependency:layoutDependency,layoutId:\"uG4YCCX1l-container\",children:/*#__PURE__*/_jsx(ButtonNew,{gsyy88En8:(_getLocalizedValue=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Read more\",HBaFgZIif:resolvedLinks[0],height:\"100%\",id:\"uG4YCCX1l\",layoutId:\"uG4YCCX1l\",style:{width:\"100%\"},variant:\"iXf0j75Fk\",width:\"100%\",...addPropertyOverrides({HUsaq1tHg:{HBaFgZIif:resolvedLinks[3]},i6PZIbJ5O:{HBaFgZIif:resolvedLinks[5]},IEI4RIGWc:{HBaFgZIif:resolvedLinks[4]},lMPbg5tB1:{HBaFgZIif:resolvedLinks[2]},qp8QqES7X:{HBaFgZIif:resolvedLinks[1]},Ud4wvlHeN:{HBaFgZIif:resolvedLinks[6]}},baseVariant,gestureVariant)})})});}})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7Po3B.framer-13110v2, .framer-7Po3B .framer-13110v2 { display: block; }\",\".framer-7Po3B.framer-1h2siim { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 30px 32px 30px 32px; position: relative; width: 588px; }\",\".framer-7Po3B .framer-qgf9nx { 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: visible; padding: 0px; position: relative; width: 205px; }\",\".framer-7Po3B .framer-1x53agt, .framer-7Po3B .framer-1hdrslz, .framer-7Po3B .framer-bynalb, .framer-7Po3B .framer-dx0lny, .framer-7Po3B .framer-1836w2j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: 100%; }\",\".framer-7Po3B .framer-1fyn2r7, .framer-7Po3B .framer-1qnpb0s, .framer-7Po3B .framer-1pxm4u5, .framer-7Po3B .framer-pli6zl, .framer-7Po3B .framer-1gqns68 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Po3B .framer-ni6i0l, .framer-7Po3B .framer-1s04071, .framer-7Po3B .framer-14q6x2q, .framer-7Po3B .framer-1phnf1g, .framer-7Po3B .framer-kzodza { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-7Po3B .framer-82g9ev { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 258px; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 274px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7Po3B .framer-18geou5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 192px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Po3B .framer-ddzl5f { flex: none; height: 144px; overflow: visible; position: relative; width: 253px; }\",\".framer-7Po3B .framer-1j0nhdj { aspect-ratio: 1.1988636363636365 / 1; bottom: -51px; flex: none; height: var(--framer-aspect-ratio-supported, 195px); overflow: visible; position: absolute; right: 0px; width: 234px; }\",\".framer-7Po3B .framer-577k8z { aspect-ratio: 1.1977401129943503 / 1; bottom: -51px; flex: none; overflow: visible; position: absolute; right: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 234px); }\",\".framer-7Po3B .framer-1u4eocl { aspect-ratio: 1.2 / 1; bottom: -50px; flex: none; height: var(--framer-aspect-ratio-supported, 194px); overflow: visible; position: absolute; right: 0px; width: 233px; }\",\".framer-7Po3B .framer-8yqtyy { aspect-ratio: 1.1931818181818181 / 1; bottom: -51px; flex: none; height: var(--framer-aspect-ratio-supported, 195px); overflow: visible; position: absolute; right: 0px; width: 233px; }\",\".framer-7Po3B .framer-forzt9 { aspect-ratio: 1.196629213483146 / 1; bottom: -52px; flex: none; overflow: visible; position: absolute; right: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 235px); }\",\".framer-7Po3B .framer-1kk1kef { aspect-ratio: 1.8944099378881987 / 1; bottom: -26px; flex: none; overflow: visible; position: absolute; right: -90px; top: -45px; width: var(--framer-aspect-ratio-supported, 328px); }\",\".framer-7Po3B .framer-xz7nx2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 223px; }\",\".framer-7Po3B .framer-1xu1zu6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 196px; }\",\".framer-7Po3B .framer-pn0n9v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7Po3B .framer-1v0gh44 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 2.992366313934326px 5.984732627868652px 2.992366313934326px 5.984732627868652px; position: relative; width: min-content; }\",\".framer-7Po3B .framer-29ynbq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7Po3B .framer-endfpd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 196px; word-break: break-word; word-wrap: break-word; }\",\".framer-7Po3B .framer-1qwls3-container { flex: none; height: auto; position: relative; width: 114px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7Po3B .framer-qgf9nx, .framer-7Po3B .framer-1x53agt, .framer-7Po3B .framer-1hdrslz, .framer-7Po3B .framer-bynalb, .framer-7Po3B .framer-dx0lny, .framer-7Po3B .framer-1836w2j, .framer-7Po3B .framer-82g9ev, .framer-7Po3B .framer-xz7nx2, .framer-7Po3B .framer-1xu1zu6, .framer-7Po3B .framer-pn0n9v, .framer-7Po3B .framer-1v0gh44 { gap: 0px; } .framer-7Po3B .framer-qgf9nx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7Po3B .framer-qgf9nx > :first-child, .framer-7Po3B .framer-82g9ev > :first-child, .framer-7Po3B .framer-xz7nx2 > :first-child, .framer-7Po3B .framer-1xu1zu6 > :first-child { margin-top: 0px; } .framer-7Po3B .framer-qgf9nx > :last-child, .framer-7Po3B .framer-82g9ev > :last-child, .framer-7Po3B .framer-xz7nx2 > :last-child, .framer-7Po3B .framer-1xu1zu6 > :last-child { margin-bottom: 0px; } .framer-7Po3B .framer-1x53agt > *, .framer-7Po3B .framer-1hdrslz > *, .framer-7Po3B .framer-bynalb > *, .framer-7Po3B .framer-dx0lny > *, .framer-7Po3B .framer-1836w2j > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-7Po3B .framer-1x53agt > :first-child, .framer-7Po3B .framer-1hdrslz > :first-child, .framer-7Po3B .framer-bynalb > :first-child, .framer-7Po3B .framer-dx0lny > :first-child, .framer-7Po3B .framer-1836w2j > :first-child, .framer-7Po3B .framer-pn0n9v > :first-child, .framer-7Po3B .framer-1v0gh44 > :first-child { margin-left: 0px; } .framer-7Po3B .framer-1x53agt > :last-child, .framer-7Po3B .framer-1hdrslz > :last-child, .framer-7Po3B .framer-bynalb > :last-child, .framer-7Po3B .framer-dx0lny > :last-child, .framer-7Po3B .framer-1836w2j > :last-child, .framer-7Po3B .framer-pn0n9v > :last-child, .framer-7Po3B .framer-1v0gh44 > :last-child { margin-right: 0px; } .framer-7Po3B .framer-82g9ev > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-7Po3B .framer-xz7nx2 > * { margin: 0px; margin-bottom: calc(10.213740348815918px / 2); margin-top: calc(10.213740348815918px / 2); } .framer-7Po3B .framer-1xu1zu6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7Po3B .framer-pn0n9v > * { margin: 0px; margin-left: calc(8.977099418640137px / 2); margin-right: calc(8.977099418640137px / 2); } .framer-7Po3B .framer-1v0gh44 > * { margin: 0px; margin-left: calc(3.740457773208618px / 2); margin-right: calc(3.740457773208618px / 2); } }\",\".framer-7Po3B.framer-v-ysl4lg .framer-1x53agt, .framer-7Po3B.framer-v-ysl4lg .framer-xz7nx2, .framer-7Po3B.framer-v-g0y58e .framer-xz7nx2, .framer-7Po3B.framer-v-3toa26 .framer-xz7nx2, .framer-7Po3B.framer-v-12xg4nt .framer-xz7nx2, .framer-7Po3B.framer-v-fhapzs .framer-xz7nx2, .framer-7Po3B.framer-v-byeimn .framer-xz7nx2 { order: 0; }\",\".framer-7Po3B.framer-v-ysl4lg .framer-bynalb { order: 2; }\",\".framer-7Po3B.framer-v-ysl4lg .framer-dx0lny { order: 3; }\",\".framer-7Po3B.framer-v-ysl4lg .framer-1836w2j { order: 4; }\",\".framer-7Po3B.framer-v-ysl4lg .framer-82g9ev, .framer-7Po3B.framer-v-g0y58e .framer-82g9ev, .framer-7Po3B.framer-v-3toa26 .framer-82g9ev, .framer-7Po3B.framer-v-12xg4nt .framer-82g9ev, .framer-7Po3B.framer-v-fhapzs .framer-82g9ev, .framer-7Po3B.framer-v-byeimn .framer-82g9ev { text-decoration: none; }\",\".framer-7Po3B.framer-v-ysl4lg .framer-ddzl5f, .framer-7Po3B.framer-v-g0y58e .framer-ddzl5f, .framer-7Po3B.framer-v-3toa26 .framer-ddzl5f, .framer-7Po3B.framer-v-12xg4nt .framer-ddzl5f, .framer-7Po3B.framer-v-fhapzs .framer-ddzl5f, .framer-7Po3B.framer-v-byeimn .framer-ddzl5f { height: 101px; order: 2; }\",\".framer-7Po3B.framer-v-ysl4lg .framer-1j0nhdj, .framer-7Po3B.framer-v-g0y58e .framer-1j0nhdj, .framer-7Po3B.framer-v-3toa26 .framer-1j0nhdj, .framer-7Po3B.framer-v-12xg4nt .framer-1j0nhdj, .framer-7Po3B.framer-v-fhapzs .framer-1j0nhdj, .framer-7Po3B.framer-v-byeimn .framer-1j0nhdj { bottom: -94px; width: 234px; }\",'.framer-7Po3B[data-border=\"true\"]::after, .framer-7Po3B [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 318\n * @framerIntrinsicWidth 588\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"A2nVYHxSj\":{\"layout\":[\"fixed\",\"auto\"]},\"dF_AtMlLe\":{\"layout\":[\"fixed\",\"auto\"]},\"UyeIG99SD\":{\"layout\":[\"fixed\",\"auto\"]},\"PkpIhANT0\":{\"layout\":[\"fixed\",\"auto\"]},\"gjxnxikg7\":{\"layout\":[\"fixed\",\"auto\"]},\"qp8QqES7X\":{\"layout\":[\"fixed\",\"auto\"]},\"lMPbg5tB1\":{\"layout\":[\"fixed\",\"auto\"]},\"HUsaq1tHg\":{\"layout\":[\"fixed\",\"auto\"]},\"IEI4RIGWc\":{\"layout\":[\"fixed\",\"auto\"]},\"i6PZIbJ5O\":{\"layout\":[\"fixed\",\"auto\"]},\"Ud4wvlHeN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"IqFUQn4D4\":\"mouseLeave2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUwRj_e84C=withCSS(Component,css,\"framer-7Po3B\");export default FramerUwRj_e84C;FramerUwRj_e84C.displayName=\"Nav New\";FramerUwRj_e84C.defaultProps={height:318,width:588};addPropertyControls(FramerUwRj_e84C,{variant:{options:[\"WxNcDlHVD\",\"A2nVYHxSj\",\"dF_AtMlLe\",\"UyeIG99SD\",\"PkpIhANT0\",\"gjxnxikg7\",\"qp8QqES7X\",\"lMPbg5tB1\",\"HUsaq1tHg\",\"IEI4RIGWc\",\"i6PZIbJ5O\",\"Ud4wvlHeN\"],optionTitles:[\"Default\",\"Corporate cards\",\"Expense Management\",\"Invoices and documents\",\"Subscriptions\",\"Accounting automation\",\"Default - Resources\",\"FAQ\",\"Use cases\",\"Security at Spenfi\",\"ROI Calculator\",\"ROI Calculator\"],title:\"Variant\",type:ControlType.Enum},IqFUQn4D4:{title:\"Mouse Leave 2\",type:ControlType.EventHandler}});addFonts(FramerUwRj_e84C,[{explicitInter:true,fonts:[{family:\"Public Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5xg0pX189fg.woff2\",weight:\"500\"},{family:\"Public Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5xg0pX189fg.woff2\",weight:\"400\"},{family:\"Switzer Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/osYOBiLjOfckPVp2ceVGENiVQ.otf\"}]},...ButtonNewFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUwRj_e84C\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A2nVYHxSj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dF_AtMlLe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UyeIG99SD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PkpIhANT0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gjxnxikg7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qp8QqES7X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lMPbg5tB1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HUsaq1tHg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IEI4RIGWc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i6PZIbJ5O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ud4wvlHeN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"IqFUQn4D4\\\":\\\"mouseLeave2\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"588\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"318\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2d506a1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/8F9NpiGJvhyr5kRtMUQp/C6WWK9MchSoPHY2ouZyY/VI_xGI4bS.js\";import ButtonNew from\"https://framerusercontent.com/modules/yANAcIvKdrXajG1PMIev/qsGLXCUH6RGvyAHq6BPB/e2FBQ5EfL.js\";import*as localizedValues from\"./JuW5JW_H5-0.js\";import ElementsMenuIconCopy from\"https://framerusercontent.com/modules/a4cCD4RoVmGcGqJY6id3/dEDmUcuyj2JUMBz6n7kq/nAH72VXy2.js\";import Button from\"https://framerusercontent.com/modules/aKLphjI3ghgFEFj3lLe3/xmgwHtFgcxjfqZv0yIjd/R1K1bFGIt.js\";import NavNew from\"https://framerusercontent.com/modules/naI4VopMv6tFH1YLP6GD/vrgO447TjtHJ4v0eRyPF/UwRj_e84C.js\";const LocaleSelectorFonts=getFonts(LocaleSelector);const ButtonNewFonts=getFonts(ButtonNew);const ElementsMenuIconCopyFonts=getFonts(ElementsMenuIconCopy);const ButtonFonts=getFonts(Button);const NavNewFonts=getFonts(NavNew);const cycleOrder=[\"V7ugsNpgc\",\"ulwPK3ySH\",\"ztna47w1A\",\"My0OGjbwN\",\"yTHKz_4Ki\",\"I_CLwUcbJ\",\"n8rTaM_2D\",\"uxCJTPsnS\",\"uuyPhJhy_\",\"zlilQK7Q4\",\"Hy3vdaBSw\",\"eLukk41gv\",\"tKLQMujXc\",\"RqNg9LMI_\",\"NTxh292yE\",\"r_S5Ql9I3\",\"B9Tr9jPMl\"];const serializationHash=\"framer-95Xah\";const variantClassNames={B9Tr9jPMl:\"framer-v-e5to6n\",eLukk41gv:\"framer-v-1fdqnmm\",Hy3vdaBSw:\"framer-v-tjh9o6\",I_CLwUcbJ:\"framer-v-bd0odt\",My0OGjbwN:\"framer-v-1v5mcvq\",n8rTaM_2D:\"framer-v-kv3i0u\",NTxh292yE:\"framer-v-1w3ke0m\",r_S5Ql9I3:\"framer-v-11yjv44\",RqNg9LMI_:\"framer-v-87umsg\",tKLQMujXc:\"framer-v-1lk9zn4\",ulwPK3ySH:\"framer-v-1bmb9xf\",uuyPhJhy_:\"framer-v-gfyg1m\",uxCJTPsnS:\"framer-v-gdakbc\",V7ugsNpgc:\"framer-v-aooio3\",yTHKz_4Ki:\"framer-v-k4l52f\",zlilQK7Q4:\"framer-v-1t1uaj4\",ztna47w1A:\"framer-v-16or4wn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={DZgzGmJ0t:localizedValues};function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}}const transition1={duration:0,type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1024_products\":\"RqNg9LMI_\",\"1024_resources\":\"NTxh292yE\",\"1024\":\"tKLQMujXc\",\"1280_products\":\"Hy3vdaBSw\",\"1280_resources\":\"eLukk41gv\",\"1280\":\"zlilQK7Q4\",\"1440_products\":\"uxCJTPsnS\",\"1440_resources\":\"uuyPhJhy_\",\"1440\":\"n8rTaM_2D\",\"1700_products\":\"ztna47w1A\",\"1700_resources\":\"My0OGjbwN\",\"1700\":\"V7ugsNpgc\",\"1920\":\"ulwPK3ySH\",Mobile_open:\"yTHKz_4Ki\",Mobile_Products:\"r_S5Ql9I3\",Mobile_Resources:\"B9Tr9jPMl\",Mobile:\"I_CLwUcbJ\"};const getProps=({height,hover,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,aq2DlakhU:hover!==null&&hover!==void 0?hover:props.aq2DlakhU,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"V7ugsNpgc\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,aq2DlakhU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"V7ugsNpgc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1bl09wg=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(aq2DlakhU){const res=await aq2DlakhU(...args);if(res===false)return false;}});const tap1d2iw8i=activeVariantCallback(async(...args)=>{setVariant(\"yTHKz_4Ki\");});const tap1ikg7hp=activeVariantCallback(async(...args)=>{setVariant(\"I_CLwUcbJ\");});const onMouseEnterzayy7c=activeVariantCallback(async(...args)=>{setVariant(\"ztna47w1A\");});const onMouseEnter1x2cvfz=activeVariantCallback(async(...args)=>{setVariant(\"uxCJTPsnS\");});const onMouseEnterkca7nc=activeVariantCallback(async(...args)=>{setVariant(\"Hy3vdaBSw\");});const onMouseEnter1u9mchc=activeVariantCallback(async(...args)=>{setVariant(\"RqNg9LMI_\");});const onMouseEnter1vuab4p=activeVariantCallback(async(...args)=>{setVariant(\"My0OGjbwN\");});const onMouseEnter1ci6z6y=activeVariantCallback(async(...args)=>{setVariant(\"uuyPhJhy_\");});const onMouseEnter1eqlsyg=activeVariantCallback(async(...args)=>{setVariant(\"eLukk41gv\");});const onMouseEnterv66ubu=activeVariantCallback(async(...args)=>{setVariant(\"NTxh292yE\");});const onTap1q0l08=activeVariantCallback(async(...args)=>{setVariant(\"lKGzJ9CYK\");});const onTapzkrf8f=activeVariantCallback(async(...args)=>{setVariant(\"B9Tr9jPMl\");});const onTap1d2iw8i=activeVariantCallback(async(...args)=>{setVariant(\"yTHKz_4Ki\");});const onTaph6i8tx=activeVariantCallback(async(...args)=>{setVariant(\"BfWYqSGOe\");});const onTaphm0ufr=activeVariantCallback(async(...args)=>{setVariant(\"r_S5Ql9I3\");});const IqFUQn4D41wisr5e=activeVariantCallback(async(...args)=>{setVariant(\"V7ugsNpgc\");});const IqFUQn4D4ptnqb2=activeVariantCallback(async(...args)=>{setVariant(\"n8rTaM_2D\");});const IqFUQn4D4gsaj06=activeVariantCallback(async(...args)=>{setVariant(\"zlilQK7Q4\");});const IqFUQn4D4kk95rc=activeVariantCallback(async(...args)=>{setVariant(\"tKLQMujXc\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"yTHKz_4Ki\",\"I_CLwUcbJ\",\"r_S5Ql9I3\",\"B9Tr9jPMl\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"yTHKz_4Ki\",\"I_CLwUcbJ\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"yTHKz_4Ki\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"I_CLwUcbJ\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"r_S5Ql9I3\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"B9Tr9jPMl\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"I_CLwUcbJ\")return false;return true;};const isDisplayed7=()=>{if([\"yTHKz_4Ki\",\"r_S5Ql9I3\",\"B9Tr9jPMl\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"yTHKz_4Ki\",\"r_S5Ql9I3\",\"B9Tr9jPMl\"].includes(baseVariant))return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"B9Tr9jPMl\")return false;return true;};const isDisplayed10=()=>{if([\"yTHKz_4Ki\",\"B9Tr9jPMl\"].includes(baseVariant))return false;return true;};const isDisplayed11=()=>{if([\"ztna47w1A\",\"My0OGjbwN\",\"uxCJTPsnS\",\"uuyPhJhy_\",\"Hy3vdaBSw\",\"eLukk41gv\",\"RqNg9LMI_\",\"NTxh292yE\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34,_getLocalizedValue35,_getLocalizedValue36,_getLocalizedValue37,_getLocalizedValue38,_getLocalizedValue39,_getLocalizedValue40,_getLocalizedValue41,_getLocalizedValue42,_getLocalizedValue43,_getLocalizedValue44;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-aooio3\",className,classNames),\"data-border\":true,\"data-framer-name\":\"1700\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"V7ugsNpgc\",onMouseEnter:onMouseEnter1bl09wg,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(237, 237, 237)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({B9Tr9jPMl:{\"data-framer-name\":\"Mobile_Resources\"},eLukk41gv:{\"data-framer-name\":\"1280_resources\"},Hy3vdaBSw:{\"data-framer-name\":\"1280_products\"},I_CLwUcbJ:{\"data-framer-name\":\"Mobile\"},My0OGjbwN:{\"data-framer-name\":\"1700_resources\"},n8rTaM_2D:{\"data-framer-name\":\"1440\"},NTxh292yE:{\"data-framer-name\":\"1024_resources\"},r_S5Ql9I3:{\"data-framer-name\":\"Mobile_Products\"},RqNg9LMI_:{\"data-framer-name\":\"1024_products\"},tKLQMujXc:{\"data-framer-name\":\"1024\"},ulwPK3ySH:{\"data-framer-name\":\"1920\"},uuyPhJhy_:{\"data-framer-name\":\"1440_resources\"},uxCJTPsnS:{\"data-framer-name\":\"1440_products\"},yTHKz_4Ki:{\"data-framer-name\":\"Mobile_open\"},zlilQK7Q4:{\"data-framer-name\":\"1280\"},ztna47w1A:{\"data-framer-name\":\"1700_products\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lz9bsv\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"FdJNjJHbC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yoximy\",layoutDependency:layoutDependency,layoutId:\"ne2vtkksK\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wsxklr\",layoutDependency:layoutDependency,layoutId:\"aT29X36HV\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MQQIw99F4\"},nodeId:\"VAQCrgQK4\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-sc6yr0 framer-zl2x61\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:278,layoutDependency:layoutDependency,layoutId:\"VAQCrgQK4\",svg:'<svg width=\"278\" height=\"30\" viewBox=\"0 0 278 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"1.18018\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#0F1010\"/>\\n<rect x=\"16.7979\" y=\"21.698\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#B1B3EF\"/>\\n<path d=\"M0.509766 11.4392H25.9605C29.8962 11.4392 33.0868 14.6297 33.0868 18.5654V18.5654H7.63599C3.70028 18.5654 0.509766 15.3749 0.509766 11.4392V11.4392Z\" fill=\"#0F1010\"/>\\n<path d=\"M118.991 0.582024C117.461 0.80435 116.285 1.45506 115.477 2.52873C115.097 3.03845 114.766 3.68916 114.604 4.26938C114.327 5.25087 114.333 5.09903 114.333 14.1168C114.333 22.5272 114.333 22.5381 114.441 22.6465C114.549 22.755 114.604 22.7604 115.981 22.7441C117.093 22.7333 117.429 22.7116 117.494 22.6519C117.581 22.5869 117.586 22.088 117.586 16.5407V10.4999H120.08H122.58L122.71 10.3644L122.846 10.2342V8.90027V7.56631L122.71 7.43617L122.58 7.3006H120.075H117.575L117.613 6.63363C117.635 6.27031 117.684 5.79855 117.727 5.59249C117.879 4.83875 118.318 4.20431 118.909 3.89522C119.175 3.75423 119.224 3.74881 119.945 3.75423C120.97 3.75966 121.718 3.95487 122.515 4.42121C122.672 4.51882 122.813 4.58931 122.819 4.57847C122.884 4.50797 123.985 1.69908 123.958 1.66654C123.909 1.5852 123.356 1.28696 122.889 1.09717C121.767 0.63625 120.108 0.413924 118.991 0.582024Z\" fill=\"#0F1010\"/>\\n<path d=\"M126.582 1.57459C126.246 1.66678 125.882 1.88368 125.649 2.14396C124.662 3.23933 125.205 4.9149 126.658 5.27279C127.325 5.44089 128.014 5.22399 128.502 4.70342C128.892 4.29131 128.995 4.01476 129 3.42369C129 3.00616 128.979 2.89228 128.859 2.63742C128.784 2.46932 128.637 2.24157 128.539 2.13312C128.089 1.61797 127.276 1.3848 126.582 1.57459Z\" fill=\"#0F1010\"/>\\n<path d=\"M69.8998 7.05652C67.3837 7.41441 65.2906 8.88393 64.1193 11.1018C63.7885 11.7362 63.5011 12.5876 63.3872 13.2654C63.2354 14.2035 63.192 16.3996 63.2083 22.9013C63.2246 28.9149 63.23 29.262 63.3222 29.3542C63.4089 29.4409 63.5608 29.4518 64.8134 29.4681C66.1636 29.4843 66.2178 29.4789 66.3588 29.3704L66.4998 29.2566L66.5215 21.6541C66.5432 13.3304 66.5215 13.8564 66.8577 12.9617C67.2698 11.8663 67.9314 11.1235 68.9183 10.63C69.6612 10.2667 69.9648 10.2016 70.9517 10.2016C71.917 10.207 72.2423 10.2721 72.931 10.6029C74.0751 11.1506 74.894 12.1592 75.241 13.4606C75.4091 14.0733 75.4471 15.5049 75.3169 16.1448C75.0295 17.5818 74.1999 18.6988 72.9906 19.2844C72.2857 19.6261 71.9386 19.7128 71.1632 19.7562C69.8943 19.8213 68.8749 19.5285 67.6385 18.7368C67.4108 18.5903 67.1668 18.4711 67.0909 18.4711C66.9445 18.4711 66.7764 18.6229 66.7764 18.7476C66.7764 18.8777 67.85 22.2181 67.9205 22.2994C68.094 22.5055 69.6449 22.8471 70.6698 22.8959C73.7444 23.0531 76.5207 21.4318 77.9089 18.6608C78.4674 17.5384 78.7006 16.6003 78.744 15.2446C78.7765 14.1818 78.7006 13.4877 78.4349 12.5279C78.2234 11.7687 77.6378 10.5758 77.166 9.95218C76.0707 8.49892 74.4601 7.51201 72.5839 7.13243C71.8844 6.99145 70.6047 6.95349 69.8998 7.05652Z\" fill=\"#0F1010\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M90.0227 7.18693C92.3002 7.68038 94.2415 9.14448 95.3911 11.2484C96.1123 12.5607 96.4702 14.2092 96.3346 15.6028C96.2804 16.1613 96.2641 16.2318 96.1394 16.3402L95.9984 16.465H90.1691C86.9644 16.465 84.3453 16.4758 84.3453 16.4812C84.3453 16.5571 84.573 17.1428 84.6977 17.3868C85.2834 18.5527 86.4601 19.4962 87.6259 19.7456C88.1248 19.8487 88.9111 19.8487 89.4316 19.7402C90.4131 19.5396 91.3946 18.878 92.0724 17.9562C92.4466 17.4519 92.4846 17.4627 93.3576 18.2761C94.7078 19.5287 94.7566 19.5775 94.7566 19.7294C94.7566 20.0222 93.8727 20.9603 93.0106 21.5785C92.4574 21.9797 91.5085 22.4732 90.9608 22.6467C90.1257 22.9124 89.5726 22.9938 88.5478 22.9938C87.7506 22.9938 87.4741 22.9721 87.0457 22.8745C83.6241 22.1207 81.1405 19.3064 80.7664 15.76C80.5223 13.4609 81.4116 11.0478 83.1252 9.33427C84.2531 8.21179 85.5328 7.51228 87.0349 7.19777C87.3331 7.13812 87.6585 7.07305 87.7615 7.06221C88.1953 7.00798 89.5347 7.0839 90.0227 7.18693ZM87.6042 10.2615C86.1727 10.5706 84.855 11.8558 84.3778 13.412L84.3398 13.5368H88.5423C90.8578 13.5368 92.7503 13.5259 92.7503 13.5205C92.7503 13.5097 92.7069 13.3687 92.6472 13.206C92.1267 11.6877 90.8036 10.5055 89.3124 10.2344C88.8785 10.1531 88.0272 10.1639 87.6042 10.2615Z\" fill=\"#0F1010\"/>\\n<path d=\"M103.926 7.08327C100.689 7.53877 98.6663 9.74034 98.2867 13.2216C98.2487 13.5524 98.2271 15.3907 98.2271 18.1453C98.2271 22.4671 98.2271 22.5376 98.3355 22.6461C98.4385 22.7491 98.5145 22.7545 99.843 22.7545C100.965 22.7545 101.264 22.7383 101.35 22.6786C101.448 22.6027 101.453 22.4726 101.481 17.8363C101.508 13.5416 101.519 13.0427 101.605 12.7499C101.931 11.6274 102.744 10.7272 103.747 10.3802C104.235 10.2121 105.407 10.2013 105.873 10.3585C106.93 10.7164 107.646 11.4593 108.037 12.6035L108.177 13.021L108.205 17.8091C108.232 22.4726 108.237 22.6027 108.335 22.6786C108.422 22.7383 108.72 22.7545 109.842 22.7545C111.182 22.7545 111.247 22.7491 111.355 22.6407C111.464 22.5322 111.464 22.5105 111.442 17.8037C111.42 12.6631 111.431 12.8204 111.1 11.6762C110.287 8.8185 108.102 7.1375 105.087 7.05616C104.642 7.04531 104.116 7.05616 103.926 7.08327Z\" fill=\"#0F1010\"/>\\n<path d=\"M124.717 7.43L124.581 7.56556V8.89952V10.2335L124.717 10.3636C124.825 10.4775 124.901 10.4992 125.15 10.4992H125.449V16.5128V22.5319L125.595 22.6458C125.736 22.7542 125.785 22.7596 127.13 22.7434C128.214 22.7325 128.545 22.7108 128.61 22.6512C128.697 22.5861 128.702 21.9788 128.702 15.027C128.702 8.06986 128.697 7.46796 128.61 7.40289C128.54 7.34324 128.144 7.32155 126.685 7.3107L124.852 7.29443L124.717 7.43Z\" fill=\"#0F1010\"/>\\n<path d=\"M52.8169 24.3058C51.3403 24.3058 50.0084 24.0551 48.8213 23.5538C47.6438 23.0525 46.669 22.3391 45.8969 21.4137C45.1344 20.4786 44.6374 19.3747 44.4058 18.1022L47.0695 17.6829C47.4073 18.9939 48.1071 20.0206 49.1687 20.7629C50.24 21.4956 51.4995 21.8619 52.9472 21.8619C53.8834 21.8619 54.7279 21.7173 55.4807 21.4281C56.2432 21.1293 56.8464 20.7051 57.2904 20.1556C57.7343 19.6061 57.9563 18.9554 57.9563 18.2034C57.9563 17.7407 57.8743 17.3454 57.7102 17.0177C57.5558 16.6803 57.3386 16.3959 57.0587 16.1645C56.7885 15.9235 56.4796 15.721 56.1322 15.5572C55.7847 15.3933 55.4228 15.2583 55.0464 15.1523L49.7333 13.5761C49.1542 13.4025 48.5945 13.1856 48.054 12.9253C47.5135 12.6554 47.0309 12.3228 46.6063 11.9276C46.1816 11.5227 45.8438 11.0407 45.5929 10.4815C45.3419 9.91273 45.2165 9.24273 45.2165 8.4715C45.2165 7.23753 45.535 6.18674 46.172 5.3191C46.8186 4.44183 47.6921 3.77183 48.7923 3.30909C49.8926 2.84635 51.1328 2.61981 52.5129 2.62945C53.9124 2.63909 55.1622 2.88974 56.2625 3.38139C57.3724 3.86341 58.2893 4.55752 59.0131 5.46371C59.7466 6.3699 60.2389 7.45444 60.4898 8.71733L57.7536 9.19452C57.6089 8.34617 57.2855 7.61833 56.7837 7.01099C56.2914 6.394 55.6738 5.92163 54.9306 5.59385C54.1874 5.25644 53.3719 5.08292 52.484 5.07327C51.6346 5.06363 50.8674 5.1986 50.1821 5.47817C49.4969 5.75774 48.9516 6.14817 48.5462 6.64947C48.1408 7.14113 47.9382 7.70991 47.9382 8.35581C47.9382 8.99208 48.1215 9.50784 48.4883 9.90309C48.8551 10.2887 49.3038 10.5972 49.8347 10.8286C50.3751 11.0503 50.9011 11.2335 51.4127 11.3781L55.3794 12.5204C55.833 12.6458 56.3542 12.8193 56.9429 13.041C57.5413 13.2628 58.1204 13.5761 58.6802 13.981C59.2399 14.3762 59.7032 14.9064 60.07 15.5716C60.4367 16.2272 60.6201 17.0562 60.6201 18.0588C60.6201 19.0614 60.4174 19.9532 60.0121 20.734C59.6163 21.5149 59.0614 22.1704 58.3472 22.7007C57.633 23.2212 56.803 23.6165 55.8571 23.8864C54.9113 24.166 53.8979 24.3058 52.8169 24.3058Z\" fill=\"#0F1010\" stroke=\"#0F1010\" stroke-width=\"0.522186\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rchufk\",layoutDependency:layoutDependency,layoutId:\"PNCfx52Vr\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-firuqb-container\",layoutDependency:layoutDependency,layoutId:\"w5ccWu9pW-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",image:addImageAlt({src:\"https://framerusercontent.com/images/0cxxrJMXZW60ShOwEfqoDrBjO6c.png\"},\"\"),size:18,type:\"default\"},id:\"w5ccWu9pW\",layoutId:\"w5ccWu9pW\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:false},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sdcc6b-container\",layoutDependency:layoutDependency,layoutId:\"UstDMB15T-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",image:addImageAlt({src:\"https://framerusercontent.com/images/0cxxrJMXZW60ShOwEfqoDrBjO6c.png\"},\"\"),size:18,type:\"default\"},id:\"UstDMB15T\",layoutId:\"UstDMB15T\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:false},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fj0cqh-container\",layoutDependency:layoutDependency,layoutId:\"DhJbi5EcW-container\",children:/*#__PURE__*/_jsx(ButtonNew,{gsyy88En8:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Get started\",height:\"100%\",id:\"DhJbi5EcW\",layoutId:\"DhJbi5EcW\",style:{height:\"100%\",width:\"100%\"},variant:\"ZPiARRyF_\",width:\"100%\",...addPropertyOverrides({I_CLwUcbJ:{HBaFgZIif:\"https://app.spenfi.com/registration/company/registration/request\"},yTHKz_4Ki:{HBaFgZIif:\"https://app.spenfi.com/registration/company/registration/request\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15meag8-container\",layoutDependency:layoutDependency,layoutId:\"YRkcIoBJ7-container\",children:/*#__PURE__*/_jsx(ElementsMenuIconCopy,{color:\"rgb(136, 136, 136)\",height:\"100%\",id:\"YRkcIoBJ7\",layoutId:\"YRkcIoBJ7\",style:{height:\"100%\",width:\"100%\"},tap:tap1d2iw8i,variant:\"oocruB8Yz\",width:\"100%\",...addPropertyOverrides({yTHKz_4Ki:{tap:tap1ikg7hp,variant:\"bEIapgHRz\"}},baseVariant,gestureVariant)})})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ez2ku9\",layoutDependency:layoutDependency,layoutId:\"JnzTILLOV\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hb1lgz-container\",layoutDependency:layoutDependency,layoutId:\"Fmy46FzLu-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",image:addImageAlt({src:\"https://framerusercontent.com/images/0cxxrJMXZW60ShOwEfqoDrBjO6c.png\"},\"\"),size:18,type:\"default\"},id:\"Fmy46FzLu\",layoutId:\"Fmy46FzLu\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:false},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13bhufs-container\",layoutDependency:layoutDependency,layoutId:\"swmXUwGy6-container\",children:/*#__PURE__*/_jsx(ElementsMenuIconCopy,{color:\"rgb(136, 136, 136)\",height:\"100%\",id:\"swmXUwGy6\",layoutId:\"swmXUwGy6\",style:{height:\"100%\",width:\"100%\"},tap:tap1ikg7hp,variant:\"bEIapgHRz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xydqug-container\",layoutDependency:layoutDependency,layoutId:\"fjeEr4XlE-container\",children:/*#__PURE__*/_jsx(ButtonNew,{gsyy88En8:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Get started\",HBaFgZIif:\"https://app.spenfi.com/registration/company/registration/request\",height:\"100%\",id:\"fjeEr4XlE\",layoutId:\"fjeEr4XlE\",style:{height:\"100%\",width:\"100%\"},variant:\"ZPiARRyF_\",width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-cawxgy\",layoutDependency:layoutDependency,layoutId:\"r3uMZYOEr\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MQQIw99F4\"},nodeId:\"Bx7R1ub12\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1h6w3q3 framer-zl2x61\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:278,layoutDependency:layoutDependency,layoutId:\"Bx7R1ub12\",svg:'<svg width=\"278\" height=\"30\" viewBox=\"0 0 278 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"1.18018\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#0F1010\"/>\\n<rect x=\"16.7979\" y=\"21.698\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#B1B3EF\"/>\\n<path d=\"M0.509766 11.4392H25.9605C29.8962 11.4392 33.0868 14.6297 33.0868 18.5654V18.5654H7.63599C3.70028 18.5654 0.509766 15.3749 0.509766 11.4392V11.4392Z\" fill=\"#0F1010\"/>\\n<path d=\"M118.991 0.582024C117.461 0.80435 116.285 1.45506 115.477 2.52873C115.097 3.03845 114.766 3.68916 114.604 4.26938C114.327 5.25087 114.333 5.09903 114.333 14.1168C114.333 22.5272 114.333 22.5381 114.441 22.6465C114.549 22.755 114.604 22.7604 115.981 22.7441C117.093 22.7333 117.429 22.7116 117.494 22.6519C117.581 22.5869 117.586 22.088 117.586 16.5407V10.4999H120.08H122.58L122.71 10.3644L122.846 10.2342V8.90027V7.56631L122.71 7.43617L122.58 7.3006H120.075H117.575L117.613 6.63363C117.635 6.27031 117.684 5.79855 117.727 5.59249C117.879 4.83875 118.318 4.20431 118.909 3.89522C119.175 3.75423 119.224 3.74881 119.945 3.75423C120.97 3.75966 121.718 3.95487 122.515 4.42121C122.672 4.51882 122.813 4.58931 122.819 4.57847C122.884 4.50797 123.985 1.69908 123.958 1.66654C123.909 1.5852 123.356 1.28696 122.889 1.09717C121.767 0.63625 120.108 0.413924 118.991 0.582024Z\" fill=\"#0F1010\"/>\\n<path d=\"M126.582 1.57459C126.246 1.66678 125.882 1.88368 125.649 2.14396C124.662 3.23933 125.205 4.9149 126.658 5.27279C127.325 5.44089 128.014 5.22399 128.502 4.70342C128.892 4.29131 128.995 4.01476 129 3.42369C129 3.00616 128.979 2.89228 128.859 2.63742C128.784 2.46932 128.637 2.24157 128.539 2.13312C128.089 1.61797 127.276 1.3848 126.582 1.57459Z\" fill=\"#0F1010\"/>\\n<path d=\"M69.8998 7.05652C67.3837 7.41441 65.2906 8.88393 64.1193 11.1018C63.7885 11.7362 63.5011 12.5876 63.3872 13.2654C63.2354 14.2035 63.192 16.3996 63.2083 22.9013C63.2246 28.9149 63.23 29.262 63.3222 29.3542C63.4089 29.4409 63.5608 29.4518 64.8134 29.4681C66.1636 29.4843 66.2178 29.4789 66.3588 29.3704L66.4998 29.2566L66.5215 21.6541C66.5432 13.3304 66.5215 13.8564 66.8577 12.9617C67.2698 11.8663 67.9314 11.1235 68.9183 10.63C69.6612 10.2667 69.9648 10.2016 70.9517 10.2016C71.917 10.207 72.2423 10.2721 72.931 10.6029C74.0751 11.1506 74.894 12.1592 75.241 13.4606C75.4091 14.0733 75.4471 15.5049 75.3169 16.1448C75.0295 17.5818 74.1999 18.6988 72.9906 19.2844C72.2857 19.6261 71.9386 19.7128 71.1632 19.7562C69.8943 19.8213 68.8749 19.5285 67.6385 18.7368C67.4108 18.5903 67.1668 18.4711 67.0909 18.4711C66.9445 18.4711 66.7764 18.6229 66.7764 18.7476C66.7764 18.8777 67.85 22.2181 67.9205 22.2994C68.094 22.5055 69.6449 22.8471 70.6698 22.8959C73.7444 23.0531 76.5207 21.4318 77.9089 18.6608C78.4674 17.5384 78.7006 16.6003 78.744 15.2446C78.7765 14.1818 78.7006 13.4877 78.4349 12.5279C78.2234 11.7687 77.6378 10.5758 77.166 9.95218C76.0707 8.49892 74.4601 7.51201 72.5839 7.13243C71.8844 6.99145 70.6047 6.95349 69.8998 7.05652Z\" fill=\"#0F1010\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M90.0227 7.18693C92.3002 7.68038 94.2415 9.14448 95.3911 11.2484C96.1123 12.5607 96.4702 14.2092 96.3346 15.6028C96.2804 16.1613 96.2641 16.2318 96.1394 16.3402L95.9984 16.465H90.1691C86.9644 16.465 84.3453 16.4758 84.3453 16.4812C84.3453 16.5571 84.573 17.1428 84.6977 17.3868C85.2834 18.5527 86.4601 19.4962 87.6259 19.7456C88.1248 19.8487 88.9111 19.8487 89.4316 19.7402C90.4131 19.5396 91.3946 18.878 92.0724 17.9562C92.4466 17.4519 92.4846 17.4627 93.3576 18.2761C94.7078 19.5287 94.7566 19.5775 94.7566 19.7294C94.7566 20.0222 93.8727 20.9603 93.0106 21.5785C92.4574 21.9797 91.5085 22.4732 90.9608 22.6467C90.1257 22.9124 89.5726 22.9938 88.5478 22.9938C87.7506 22.9938 87.4741 22.9721 87.0457 22.8745C83.6241 22.1207 81.1405 19.3064 80.7664 15.76C80.5223 13.4609 81.4116 11.0478 83.1252 9.33427C84.2531 8.21179 85.5328 7.51228 87.0349 7.19777C87.3331 7.13812 87.6585 7.07305 87.7615 7.06221C88.1953 7.00798 89.5347 7.0839 90.0227 7.18693ZM87.6042 10.2615C86.1727 10.5706 84.855 11.8558 84.3778 13.412L84.3398 13.5368H88.5423C90.8578 13.5368 92.7503 13.5259 92.7503 13.5205C92.7503 13.5097 92.7069 13.3687 92.6472 13.206C92.1267 11.6877 90.8036 10.5055 89.3124 10.2344C88.8785 10.1531 88.0272 10.1639 87.6042 10.2615Z\" fill=\"#0F1010\"/>\\n<path d=\"M103.926 7.08327C100.689 7.53877 98.6663 9.74034 98.2867 13.2216C98.2487 13.5524 98.2271 15.3907 98.2271 18.1453C98.2271 22.4671 98.2271 22.5376 98.3355 22.6461C98.4385 22.7491 98.5145 22.7545 99.843 22.7545C100.965 22.7545 101.264 22.7383 101.35 22.6786C101.448 22.6027 101.453 22.4726 101.481 17.8363C101.508 13.5416 101.519 13.0427 101.605 12.7499C101.931 11.6274 102.744 10.7272 103.747 10.3802C104.235 10.2121 105.407 10.2013 105.873 10.3585C106.93 10.7164 107.646 11.4593 108.037 12.6035L108.177 13.021L108.205 17.8091C108.232 22.4726 108.237 22.6027 108.335 22.6786C108.422 22.7383 108.72 22.7545 109.842 22.7545C111.182 22.7545 111.247 22.7491 111.355 22.6407C111.464 22.5322 111.464 22.5105 111.442 17.8037C111.42 12.6631 111.431 12.8204 111.1 11.6762C110.287 8.8185 108.102 7.1375 105.087 7.05616C104.642 7.04531 104.116 7.05616 103.926 7.08327Z\" fill=\"#0F1010\"/>\\n<path d=\"M124.717 7.43L124.581 7.56556V8.89952V10.2335L124.717 10.3636C124.825 10.4775 124.901 10.4992 125.15 10.4992H125.449V16.5128V22.5319L125.595 22.6458C125.736 22.7542 125.785 22.7596 127.13 22.7434C128.214 22.7325 128.545 22.7108 128.61 22.6512C128.697 22.5861 128.702 21.9788 128.702 15.027C128.702 8.06986 128.697 7.46796 128.61 7.40289C128.54 7.34324 128.144 7.32155 126.685 7.3107L124.852 7.29443L124.717 7.43Z\" fill=\"#0F1010\"/>\\n<path d=\"M52.8169 24.3058C51.3403 24.3058 50.0084 24.0551 48.8213 23.5538C47.6438 23.0525 46.669 22.3391 45.8969 21.4137C45.1344 20.4786 44.6374 19.3747 44.4058 18.1022L47.0695 17.6829C47.4073 18.9939 48.1071 20.0206 49.1687 20.7629C50.24 21.4956 51.4995 21.8619 52.9472 21.8619C53.8834 21.8619 54.7279 21.7173 55.4807 21.4281C56.2432 21.1293 56.8464 20.7051 57.2904 20.1556C57.7343 19.6061 57.9563 18.9554 57.9563 18.2034C57.9563 17.7407 57.8743 17.3454 57.7102 17.0177C57.5558 16.6803 57.3386 16.3959 57.0587 16.1645C56.7885 15.9235 56.4796 15.721 56.1322 15.5572C55.7847 15.3933 55.4228 15.2583 55.0464 15.1523L49.7333 13.5761C49.1542 13.4025 48.5945 13.1856 48.054 12.9253C47.5135 12.6554 47.0309 12.3228 46.6063 11.9276C46.1816 11.5227 45.8438 11.0407 45.5929 10.4815C45.3419 9.91273 45.2165 9.24273 45.2165 8.4715C45.2165 7.23753 45.535 6.18674 46.172 5.3191C46.8186 4.44183 47.6921 3.77183 48.7923 3.30909C49.8926 2.84635 51.1328 2.61981 52.5129 2.62945C53.9124 2.63909 55.1622 2.88974 56.2625 3.38139C57.3724 3.86341 58.2893 4.55752 59.0131 5.46371C59.7466 6.3699 60.2389 7.45444 60.4898 8.71733L57.7536 9.19452C57.6089 8.34617 57.2855 7.61833 56.7837 7.01099C56.2914 6.394 55.6738 5.92163 54.9306 5.59385C54.1874 5.25644 53.3719 5.08292 52.484 5.07327C51.6346 5.06363 50.8674 5.1986 50.1821 5.47817C49.4969 5.75774 48.9516 6.14817 48.5462 6.64947C48.1408 7.14113 47.9382 7.70991 47.9382 8.35581C47.9382 8.99208 48.1215 9.50784 48.4883 9.90309C48.8551 10.2887 49.3038 10.5972 49.8347 10.8286C50.3751 11.0503 50.9011 11.2335 51.4127 11.3781L55.3794 12.5204C55.833 12.6458 56.3542 12.8193 56.9429 13.041C57.5413 13.2628 58.1204 13.5761 58.6802 13.981C59.2399 14.3762 59.7032 14.9064 60.07 15.5716C60.4367 16.2272 60.6201 17.0562 60.6201 18.0588C60.6201 19.0614 60.4174 19.9532 60.0121 20.734C59.6163 21.5149 59.0614 22.1704 58.3472 22.7007C57.633 23.2212 56.803 23.6165 55.8571 23.8864C54.9113 24.166 53.8979 24.3058 52.8169 24.3058Z\" fill=\"#0F1010\" stroke=\"#0F1010\" stroke-width=\"0.522186\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bb9083\",layoutDependency:layoutDependency,layoutId:\"kVRwR3pPf\",children:[isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14m8v6c-container\",layoutDependency:layoutDependency,layoutId:\"IRhrAKaHu-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",image:addImageAlt({src:\"https://framerusercontent.com/images/0cxxrJMXZW60ShOwEfqoDrBjO6c.png\"},\"\"),size:18,type:\"default\"},id:\"IRhrAKaHu\",layoutId:\"IRhrAKaHu\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:false},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kzzn5i-container\",layoutDependency:layoutDependency,layoutId:\"mgfvNiNQc-container\",children:/*#__PURE__*/_jsx(ButtonNew,{gsyy88En8:(_getLocalizedValue2=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Get started\",HBaFgZIif:\"https://app.spenfi.com/registration/company/registration/request\",height:\"100%\",id:\"mgfvNiNQc\",layoutId:\"mgfvNiNQc\",style:{height:\"100%\",width:\"100%\"},variant:\"ZPiARRyF_\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e21qk-container\",layoutDependency:layoutDependency,layoutId:\"FTu8XLCGg-container\",children:/*#__PURE__*/_jsx(ElementsMenuIconCopy,{color:\"rgb(136, 136, 136)\",height:\"100%\",id:\"FTu8XLCGg\",layoutId:\"FTu8XLCGg\",style:{height:\"100%\",width:\"100%\"},tap:tap1ikg7hp,variant:\"bEIapgHRz\",width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12o6moo\",layoutDependency:layoutDependency,layoutId:\"t4DkUqPoI\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MQQIw99F4\"},nodeId:\"WdEjFlBYz\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-4b7c0o framer-zl2x61\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:278,layoutDependency:layoutDependency,layoutId:\"WdEjFlBYz\",svg:'<svg width=\"278\" height=\"30\" viewBox=\"0 0 278 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"1.18018\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#0F1010\"/>\\n<rect x=\"16.7979\" y=\"21.698\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#B1B3EF\"/>\\n<path d=\"M0.509766 11.4392H25.9605C29.8962 11.4392 33.0868 14.6297 33.0868 18.5654V18.5654H7.63599C3.70028 18.5654 0.509766 15.3749 0.509766 11.4392V11.4392Z\" fill=\"#0F1010\"/>\\n<path d=\"M118.991 0.582024C117.461 0.80435 116.285 1.45506 115.477 2.52873C115.097 3.03845 114.766 3.68916 114.604 4.26938C114.327 5.25087 114.333 5.09903 114.333 14.1168C114.333 22.5272 114.333 22.5381 114.441 22.6465C114.549 22.755 114.604 22.7604 115.981 22.7441C117.093 22.7333 117.429 22.7116 117.494 22.6519C117.581 22.5869 117.586 22.088 117.586 16.5407V10.4999H120.08H122.58L122.71 10.3644L122.846 10.2342V8.90027V7.56631L122.71 7.43617L122.58 7.3006H120.075H117.575L117.613 6.63363C117.635 6.27031 117.684 5.79855 117.727 5.59249C117.879 4.83875 118.318 4.20431 118.909 3.89522C119.175 3.75423 119.224 3.74881 119.945 3.75423C120.97 3.75966 121.718 3.95487 122.515 4.42121C122.672 4.51882 122.813 4.58931 122.819 4.57847C122.884 4.50797 123.985 1.69908 123.958 1.66654C123.909 1.5852 123.356 1.28696 122.889 1.09717C121.767 0.63625 120.108 0.413924 118.991 0.582024Z\" fill=\"#0F1010\"/>\\n<path d=\"M126.582 1.57459C126.246 1.66678 125.882 1.88368 125.649 2.14396C124.662 3.23933 125.205 4.9149 126.658 5.27279C127.325 5.44089 128.014 5.22399 128.502 4.70342C128.892 4.29131 128.995 4.01476 129 3.42369C129 3.00616 128.979 2.89228 128.859 2.63742C128.784 2.46932 128.637 2.24157 128.539 2.13312C128.089 1.61797 127.276 1.3848 126.582 1.57459Z\" fill=\"#0F1010\"/>\\n<path d=\"M69.8998 7.05652C67.3837 7.41441 65.2906 8.88393 64.1193 11.1018C63.7885 11.7362 63.5011 12.5876 63.3872 13.2654C63.2354 14.2035 63.192 16.3996 63.2083 22.9013C63.2246 28.9149 63.23 29.262 63.3222 29.3542C63.4089 29.4409 63.5608 29.4518 64.8134 29.4681C66.1636 29.4843 66.2178 29.4789 66.3588 29.3704L66.4998 29.2566L66.5215 21.6541C66.5432 13.3304 66.5215 13.8564 66.8577 12.9617C67.2698 11.8663 67.9314 11.1235 68.9183 10.63C69.6612 10.2667 69.9648 10.2016 70.9517 10.2016C71.917 10.207 72.2423 10.2721 72.931 10.6029C74.0751 11.1506 74.894 12.1592 75.241 13.4606C75.4091 14.0733 75.4471 15.5049 75.3169 16.1448C75.0295 17.5818 74.1999 18.6988 72.9906 19.2844C72.2857 19.6261 71.9386 19.7128 71.1632 19.7562C69.8943 19.8213 68.8749 19.5285 67.6385 18.7368C67.4108 18.5903 67.1668 18.4711 67.0909 18.4711C66.9445 18.4711 66.7764 18.6229 66.7764 18.7476C66.7764 18.8777 67.85 22.2181 67.9205 22.2994C68.094 22.5055 69.6449 22.8471 70.6698 22.8959C73.7444 23.0531 76.5207 21.4318 77.9089 18.6608C78.4674 17.5384 78.7006 16.6003 78.744 15.2446C78.7765 14.1818 78.7006 13.4877 78.4349 12.5279C78.2234 11.7687 77.6378 10.5758 77.166 9.95218C76.0707 8.49892 74.4601 7.51201 72.5839 7.13243C71.8844 6.99145 70.6047 6.95349 69.8998 7.05652Z\" fill=\"#0F1010\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M90.0227 7.18693C92.3002 7.68038 94.2415 9.14448 95.3911 11.2484C96.1123 12.5607 96.4702 14.2092 96.3346 15.6028C96.2804 16.1613 96.2641 16.2318 96.1394 16.3402L95.9984 16.465H90.1691C86.9644 16.465 84.3453 16.4758 84.3453 16.4812C84.3453 16.5571 84.573 17.1428 84.6977 17.3868C85.2834 18.5527 86.4601 19.4962 87.6259 19.7456C88.1248 19.8487 88.9111 19.8487 89.4316 19.7402C90.4131 19.5396 91.3946 18.878 92.0724 17.9562C92.4466 17.4519 92.4846 17.4627 93.3576 18.2761C94.7078 19.5287 94.7566 19.5775 94.7566 19.7294C94.7566 20.0222 93.8727 20.9603 93.0106 21.5785C92.4574 21.9797 91.5085 22.4732 90.9608 22.6467C90.1257 22.9124 89.5726 22.9938 88.5478 22.9938C87.7506 22.9938 87.4741 22.9721 87.0457 22.8745C83.6241 22.1207 81.1405 19.3064 80.7664 15.76C80.5223 13.4609 81.4116 11.0478 83.1252 9.33427C84.2531 8.21179 85.5328 7.51228 87.0349 7.19777C87.3331 7.13812 87.6585 7.07305 87.7615 7.06221C88.1953 7.00798 89.5347 7.0839 90.0227 7.18693ZM87.6042 10.2615C86.1727 10.5706 84.855 11.8558 84.3778 13.412L84.3398 13.5368H88.5423C90.8578 13.5368 92.7503 13.5259 92.7503 13.5205C92.7503 13.5097 92.7069 13.3687 92.6472 13.206C92.1267 11.6877 90.8036 10.5055 89.3124 10.2344C88.8785 10.1531 88.0272 10.1639 87.6042 10.2615Z\" fill=\"#0F1010\"/>\\n<path d=\"M103.926 7.08327C100.689 7.53877 98.6663 9.74034 98.2867 13.2216C98.2487 13.5524 98.2271 15.3907 98.2271 18.1453C98.2271 22.4671 98.2271 22.5376 98.3355 22.6461C98.4385 22.7491 98.5145 22.7545 99.843 22.7545C100.965 22.7545 101.264 22.7383 101.35 22.6786C101.448 22.6027 101.453 22.4726 101.481 17.8363C101.508 13.5416 101.519 13.0427 101.605 12.7499C101.931 11.6274 102.744 10.7272 103.747 10.3802C104.235 10.2121 105.407 10.2013 105.873 10.3585C106.93 10.7164 107.646 11.4593 108.037 12.6035L108.177 13.021L108.205 17.8091C108.232 22.4726 108.237 22.6027 108.335 22.6786C108.422 22.7383 108.72 22.7545 109.842 22.7545C111.182 22.7545 111.247 22.7491 111.355 22.6407C111.464 22.5322 111.464 22.5105 111.442 17.8037C111.42 12.6631 111.431 12.8204 111.1 11.6762C110.287 8.8185 108.102 7.1375 105.087 7.05616C104.642 7.04531 104.116 7.05616 103.926 7.08327Z\" fill=\"#0F1010\"/>\\n<path d=\"M124.717 7.43L124.581 7.56556V8.89952V10.2335L124.717 10.3636C124.825 10.4775 124.901 10.4992 125.15 10.4992H125.449V16.5128V22.5319L125.595 22.6458C125.736 22.7542 125.785 22.7596 127.13 22.7434C128.214 22.7325 128.545 22.7108 128.61 22.6512C128.697 22.5861 128.702 21.9788 128.702 15.027C128.702 8.06986 128.697 7.46796 128.61 7.40289C128.54 7.34324 128.144 7.32155 126.685 7.3107L124.852 7.29443L124.717 7.43Z\" fill=\"#0F1010\"/>\\n<path d=\"M52.8169 24.3058C51.3403 24.3058 50.0084 24.0551 48.8213 23.5538C47.6438 23.0525 46.669 22.3391 45.8969 21.4137C45.1344 20.4786 44.6374 19.3747 44.4058 18.1022L47.0695 17.6829C47.4073 18.9939 48.1071 20.0206 49.1687 20.7629C50.24 21.4956 51.4995 21.8619 52.9472 21.8619C53.8834 21.8619 54.7279 21.7173 55.4807 21.4281C56.2432 21.1293 56.8464 20.7051 57.2904 20.1556C57.7343 19.6061 57.9563 18.9554 57.9563 18.2034C57.9563 17.7407 57.8743 17.3454 57.7102 17.0177C57.5558 16.6803 57.3386 16.3959 57.0587 16.1645C56.7885 15.9235 56.4796 15.721 56.1322 15.5572C55.7847 15.3933 55.4228 15.2583 55.0464 15.1523L49.7333 13.5761C49.1542 13.4025 48.5945 13.1856 48.054 12.9253C47.5135 12.6554 47.0309 12.3228 46.6063 11.9276C46.1816 11.5227 45.8438 11.0407 45.5929 10.4815C45.3419 9.91273 45.2165 9.24273 45.2165 8.4715C45.2165 7.23753 45.535 6.18674 46.172 5.3191C46.8186 4.44183 47.6921 3.77183 48.7923 3.30909C49.8926 2.84635 51.1328 2.61981 52.5129 2.62945C53.9124 2.63909 55.1622 2.88974 56.2625 3.38139C57.3724 3.86341 58.2893 4.55752 59.0131 5.46371C59.7466 6.3699 60.2389 7.45444 60.4898 8.71733L57.7536 9.19452C57.6089 8.34617 57.2855 7.61833 56.7837 7.01099C56.2914 6.394 55.6738 5.92163 54.9306 5.59385C54.1874 5.25644 53.3719 5.08292 52.484 5.07327C51.6346 5.06363 50.8674 5.1986 50.1821 5.47817C49.4969 5.75774 48.9516 6.14817 48.5462 6.64947C48.1408 7.14113 47.9382 7.70991 47.9382 8.35581C47.9382 8.99208 48.1215 9.50784 48.4883 9.90309C48.8551 10.2887 49.3038 10.5972 49.8347 10.8286C50.3751 11.0503 50.9011 11.2335 51.4127 11.3781L55.3794 12.5204C55.833 12.6458 56.3542 12.8193 56.9429 13.041C57.5413 13.2628 58.1204 13.5761 58.6802 13.981C59.2399 14.3762 59.7032 14.9064 60.07 15.5716C60.4367 16.2272 60.6201 17.0562 60.6201 18.0588C60.6201 19.0614 60.4174 19.9532 60.0121 20.734C59.6163 21.5149 59.0614 22.1704 58.3472 22.7007C57.633 23.2212 56.803 23.6165 55.8571 23.8864C54.9113 24.166 53.8979 24.3058 52.8169 24.3058Z\" fill=\"#0F1010\" stroke=\"#0F1010\" stroke-width=\"0.522186\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-sfrpjj\",layoutDependency:layoutDependency,layoutId:\"u87mZcsyk\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MQQIw99F4\"},nodeId:\"bZF4QHjyx\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-ib3xgb framer-zl2x61\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:278,layoutDependency:layoutDependency,layoutId:\"bZF4QHjyx\",svg:'<svg width=\"278\" height=\"30\" viewBox=\"0 0 278 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"1.18018\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#0F1010\"/>\\n<rect x=\"16.7979\" y=\"21.698\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#B1B3EF\"/>\\n<path d=\"M0.509766 11.4392H25.9605C29.8962 11.4392 33.0868 14.6297 33.0868 18.5654V18.5654H7.63599C3.70028 18.5654 0.509766 15.3749 0.509766 11.4392V11.4392Z\" fill=\"#0F1010\"/>\\n<path d=\"M118.991 0.582024C117.461 0.80435 116.285 1.45506 115.477 2.52873C115.097 3.03845 114.766 3.68916 114.604 4.26938C114.327 5.25087 114.333 5.09903 114.333 14.1168C114.333 22.5272 114.333 22.5381 114.441 22.6465C114.549 22.755 114.604 22.7604 115.981 22.7441C117.093 22.7333 117.429 22.7116 117.494 22.6519C117.581 22.5869 117.586 22.088 117.586 16.5407V10.4999H120.08H122.58L122.71 10.3644L122.846 10.2342V8.90027V7.56631L122.71 7.43617L122.58 7.3006H120.075H117.575L117.613 6.63363C117.635 6.27031 117.684 5.79855 117.727 5.59249C117.879 4.83875 118.318 4.20431 118.909 3.89522C119.175 3.75423 119.224 3.74881 119.945 3.75423C120.97 3.75966 121.718 3.95487 122.515 4.42121C122.672 4.51882 122.813 4.58931 122.819 4.57847C122.884 4.50797 123.985 1.69908 123.958 1.66654C123.909 1.5852 123.356 1.28696 122.889 1.09717C121.767 0.63625 120.108 0.413924 118.991 0.582024Z\" fill=\"#0F1010\"/>\\n<path d=\"M126.582 1.57459C126.246 1.66678 125.882 1.88368 125.649 2.14396C124.662 3.23933 125.205 4.9149 126.658 5.27279C127.325 5.44089 128.014 5.22399 128.502 4.70342C128.892 4.29131 128.995 4.01476 129 3.42369C129 3.00616 128.979 2.89228 128.859 2.63742C128.784 2.46932 128.637 2.24157 128.539 2.13312C128.089 1.61797 127.276 1.3848 126.582 1.57459Z\" fill=\"#0F1010\"/>\\n<path d=\"M69.8998 7.05652C67.3837 7.41441 65.2906 8.88393 64.1193 11.1018C63.7885 11.7362 63.5011 12.5876 63.3872 13.2654C63.2354 14.2035 63.192 16.3996 63.2083 22.9013C63.2246 28.9149 63.23 29.262 63.3222 29.3542C63.4089 29.4409 63.5608 29.4518 64.8134 29.4681C66.1636 29.4843 66.2178 29.4789 66.3588 29.3704L66.4998 29.2566L66.5215 21.6541C66.5432 13.3304 66.5215 13.8564 66.8577 12.9617C67.2698 11.8663 67.9314 11.1235 68.9183 10.63C69.6612 10.2667 69.9648 10.2016 70.9517 10.2016C71.917 10.207 72.2423 10.2721 72.931 10.6029C74.0751 11.1506 74.894 12.1592 75.241 13.4606C75.4091 14.0733 75.4471 15.5049 75.3169 16.1448C75.0295 17.5818 74.1999 18.6988 72.9906 19.2844C72.2857 19.6261 71.9386 19.7128 71.1632 19.7562C69.8943 19.8213 68.8749 19.5285 67.6385 18.7368C67.4108 18.5903 67.1668 18.4711 67.0909 18.4711C66.9445 18.4711 66.7764 18.6229 66.7764 18.7476C66.7764 18.8777 67.85 22.2181 67.9205 22.2994C68.094 22.5055 69.6449 22.8471 70.6698 22.8959C73.7444 23.0531 76.5207 21.4318 77.9089 18.6608C78.4674 17.5384 78.7006 16.6003 78.744 15.2446C78.7765 14.1818 78.7006 13.4877 78.4349 12.5279C78.2234 11.7687 77.6378 10.5758 77.166 9.95218C76.0707 8.49892 74.4601 7.51201 72.5839 7.13243C71.8844 6.99145 70.6047 6.95349 69.8998 7.05652Z\" fill=\"#0F1010\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M90.0227 7.18693C92.3002 7.68038 94.2415 9.14448 95.3911 11.2484C96.1123 12.5607 96.4702 14.2092 96.3346 15.6028C96.2804 16.1613 96.2641 16.2318 96.1394 16.3402L95.9984 16.465H90.1691C86.9644 16.465 84.3453 16.4758 84.3453 16.4812C84.3453 16.5571 84.573 17.1428 84.6977 17.3868C85.2834 18.5527 86.4601 19.4962 87.6259 19.7456C88.1248 19.8487 88.9111 19.8487 89.4316 19.7402C90.4131 19.5396 91.3946 18.878 92.0724 17.9562C92.4466 17.4519 92.4846 17.4627 93.3576 18.2761C94.7078 19.5287 94.7566 19.5775 94.7566 19.7294C94.7566 20.0222 93.8727 20.9603 93.0106 21.5785C92.4574 21.9797 91.5085 22.4732 90.9608 22.6467C90.1257 22.9124 89.5726 22.9938 88.5478 22.9938C87.7506 22.9938 87.4741 22.9721 87.0457 22.8745C83.6241 22.1207 81.1405 19.3064 80.7664 15.76C80.5223 13.4609 81.4116 11.0478 83.1252 9.33427C84.2531 8.21179 85.5328 7.51228 87.0349 7.19777C87.3331 7.13812 87.6585 7.07305 87.7615 7.06221C88.1953 7.00798 89.5347 7.0839 90.0227 7.18693ZM87.6042 10.2615C86.1727 10.5706 84.855 11.8558 84.3778 13.412L84.3398 13.5368H88.5423C90.8578 13.5368 92.7503 13.5259 92.7503 13.5205C92.7503 13.5097 92.7069 13.3687 92.6472 13.206C92.1267 11.6877 90.8036 10.5055 89.3124 10.2344C88.8785 10.1531 88.0272 10.1639 87.6042 10.2615Z\" fill=\"#0F1010\"/>\\n<path d=\"M103.926 7.08327C100.689 7.53877 98.6663 9.74034 98.2867 13.2216C98.2487 13.5524 98.2271 15.3907 98.2271 18.1453C98.2271 22.4671 98.2271 22.5376 98.3355 22.6461C98.4385 22.7491 98.5145 22.7545 99.843 22.7545C100.965 22.7545 101.264 22.7383 101.35 22.6786C101.448 22.6027 101.453 22.4726 101.481 17.8363C101.508 13.5416 101.519 13.0427 101.605 12.7499C101.931 11.6274 102.744 10.7272 103.747 10.3802C104.235 10.2121 105.407 10.2013 105.873 10.3585C106.93 10.7164 107.646 11.4593 108.037 12.6035L108.177 13.021L108.205 17.8091C108.232 22.4726 108.237 22.6027 108.335 22.6786C108.422 22.7383 108.72 22.7545 109.842 22.7545C111.182 22.7545 111.247 22.7491 111.355 22.6407C111.464 22.5322 111.464 22.5105 111.442 17.8037C111.42 12.6631 111.431 12.8204 111.1 11.6762C110.287 8.8185 108.102 7.1375 105.087 7.05616C104.642 7.04531 104.116 7.05616 103.926 7.08327Z\" fill=\"#0F1010\"/>\\n<path d=\"M124.717 7.43L124.581 7.56556V8.89952V10.2335L124.717 10.3636C124.825 10.4775 124.901 10.4992 125.15 10.4992H125.449V16.5128V22.5319L125.595 22.6458C125.736 22.7542 125.785 22.7596 127.13 22.7434C128.214 22.7325 128.545 22.7108 128.61 22.6512C128.697 22.5861 128.702 21.9788 128.702 15.027C128.702 8.06986 128.697 7.46796 128.61 7.40289C128.54 7.34324 128.144 7.32155 126.685 7.3107L124.852 7.29443L124.717 7.43Z\" fill=\"#0F1010\"/>\\n<path d=\"M52.8169 24.3058C51.3403 24.3058 50.0084 24.0551 48.8213 23.5538C47.6438 23.0525 46.669 22.3391 45.8969 21.4137C45.1344 20.4786 44.6374 19.3747 44.4058 18.1022L47.0695 17.6829C47.4073 18.9939 48.1071 20.0206 49.1687 20.7629C50.24 21.4956 51.4995 21.8619 52.9472 21.8619C53.8834 21.8619 54.7279 21.7173 55.4807 21.4281C56.2432 21.1293 56.8464 20.7051 57.2904 20.1556C57.7343 19.6061 57.9563 18.9554 57.9563 18.2034C57.9563 17.7407 57.8743 17.3454 57.7102 17.0177C57.5558 16.6803 57.3386 16.3959 57.0587 16.1645C56.7885 15.9235 56.4796 15.721 56.1322 15.5572C55.7847 15.3933 55.4228 15.2583 55.0464 15.1523L49.7333 13.5761C49.1542 13.4025 48.5945 13.1856 48.054 12.9253C47.5135 12.6554 47.0309 12.3228 46.6063 11.9276C46.1816 11.5227 45.8438 11.0407 45.5929 10.4815C45.3419 9.91273 45.2165 9.24273 45.2165 8.4715C45.2165 7.23753 45.535 6.18674 46.172 5.3191C46.8186 4.44183 47.6921 3.77183 48.7923 3.30909C49.8926 2.84635 51.1328 2.61981 52.5129 2.62945C53.9124 2.63909 55.1622 2.88974 56.2625 3.38139C57.3724 3.86341 58.2893 4.55752 59.0131 5.46371C59.7466 6.3699 60.2389 7.45444 60.4898 8.71733L57.7536 9.19452C57.6089 8.34617 57.2855 7.61833 56.7837 7.01099C56.2914 6.394 55.6738 5.92163 54.9306 5.59385C54.1874 5.25644 53.3719 5.08292 52.484 5.07327C51.6346 5.06363 50.8674 5.1986 50.1821 5.47817C49.4969 5.75774 48.9516 6.14817 48.5462 6.64947C48.1408 7.14113 47.9382 7.70991 47.9382 8.35581C47.9382 8.99208 48.1215 9.50784 48.4883 9.90309C48.8551 10.2887 49.3038 10.5972 49.8347 10.8286C50.3751 11.0503 50.9011 11.2335 51.4127 11.3781L55.3794 12.5204C55.833 12.6458 56.3542 12.8193 56.9429 13.041C57.5413 13.2628 58.1204 13.5761 58.6802 13.981C59.2399 14.3762 59.7032 14.9064 60.07 15.5716C60.4367 16.2272 60.6201 17.0562 60.6201 18.0588C60.6201 19.0614 60.4174 19.9532 60.0121 20.734C59.6163 21.5149 59.0614 22.1704 58.3472 22.7007C57.633 23.2212 56.803 23.6165 55.8571 23.8864C54.9113 24.166 53.8979 24.3058 52.8169 24.3058Z\" fill=\"#0F1010\" stroke=\"#0F1010\" stroke-width=\"0.522186\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k8elf2\",layoutDependency:layoutDependency,layoutId:\"GO4hIUPRQ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MQQIw99F4\"},nodeId:\"JEEMhHbe1\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-10nyhkl framer-zl2x61\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:278,layoutDependency:layoutDependency,layoutId:\"JEEMhHbe1\",svg:'<svg width=\"278\" height=\"30\" viewBox=\"0 0 278 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"1.18018\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#0F1010\"/>\\n<rect x=\"16.7979\" y=\"21.698\" width=\"17.3065\" height=\"7.12622\" rx=\"2.08874\" fill=\"#B1B3EF\"/>\\n<path d=\"M0.509766 11.4392H25.9605C29.8962 11.4392 33.0868 14.6297 33.0868 18.5654V18.5654H7.63599C3.70028 18.5654 0.509766 15.3749 0.509766 11.4392V11.4392Z\" fill=\"#0F1010\"/>\\n<path d=\"M118.991 0.582024C117.461 0.80435 116.285 1.45506 115.477 2.52873C115.097 3.03845 114.766 3.68916 114.604 4.26938C114.327 5.25087 114.333 5.09903 114.333 14.1168C114.333 22.5272 114.333 22.5381 114.441 22.6465C114.549 22.755 114.604 22.7604 115.981 22.7441C117.093 22.7333 117.429 22.7116 117.494 22.6519C117.581 22.5869 117.586 22.088 117.586 16.5407V10.4999H120.08H122.58L122.71 10.3644L122.846 10.2342V8.90027V7.56631L122.71 7.43617L122.58 7.3006H120.075H117.575L117.613 6.63363C117.635 6.27031 117.684 5.79855 117.727 5.59249C117.879 4.83875 118.318 4.20431 118.909 3.89522C119.175 3.75423 119.224 3.74881 119.945 3.75423C120.97 3.75966 121.718 3.95487 122.515 4.42121C122.672 4.51882 122.813 4.58931 122.819 4.57847C122.884 4.50797 123.985 1.69908 123.958 1.66654C123.909 1.5852 123.356 1.28696 122.889 1.09717C121.767 0.63625 120.108 0.413924 118.991 0.582024Z\" fill=\"#0F1010\"/>\\n<path d=\"M126.582 1.57459C126.246 1.66678 125.882 1.88368 125.649 2.14396C124.662 3.23933 125.205 4.9149 126.658 5.27279C127.325 5.44089 128.014 5.22399 128.502 4.70342C128.892 4.29131 128.995 4.01476 129 3.42369C129 3.00616 128.979 2.89228 128.859 2.63742C128.784 2.46932 128.637 2.24157 128.539 2.13312C128.089 1.61797 127.276 1.3848 126.582 1.57459Z\" fill=\"#0F1010\"/>\\n<path d=\"M69.8998 7.05652C67.3837 7.41441 65.2906 8.88393 64.1193 11.1018C63.7885 11.7362 63.5011 12.5876 63.3872 13.2654C63.2354 14.2035 63.192 16.3996 63.2083 22.9013C63.2246 28.9149 63.23 29.262 63.3222 29.3542C63.4089 29.4409 63.5608 29.4518 64.8134 29.4681C66.1636 29.4843 66.2178 29.4789 66.3588 29.3704L66.4998 29.2566L66.5215 21.6541C66.5432 13.3304 66.5215 13.8564 66.8577 12.9617C67.2698 11.8663 67.9314 11.1235 68.9183 10.63C69.6612 10.2667 69.9648 10.2016 70.9517 10.2016C71.917 10.207 72.2423 10.2721 72.931 10.6029C74.0751 11.1506 74.894 12.1592 75.241 13.4606C75.4091 14.0733 75.4471 15.5049 75.3169 16.1448C75.0295 17.5818 74.1999 18.6988 72.9906 19.2844C72.2857 19.6261 71.9386 19.7128 71.1632 19.7562C69.8943 19.8213 68.8749 19.5285 67.6385 18.7368C67.4108 18.5903 67.1668 18.4711 67.0909 18.4711C66.9445 18.4711 66.7764 18.6229 66.7764 18.7476C66.7764 18.8777 67.85 22.2181 67.9205 22.2994C68.094 22.5055 69.6449 22.8471 70.6698 22.8959C73.7444 23.0531 76.5207 21.4318 77.9089 18.6608C78.4674 17.5384 78.7006 16.6003 78.744 15.2446C78.7765 14.1818 78.7006 13.4877 78.4349 12.5279C78.2234 11.7687 77.6378 10.5758 77.166 9.95218C76.0707 8.49892 74.4601 7.51201 72.5839 7.13243C71.8844 6.99145 70.6047 6.95349 69.8998 7.05652Z\" fill=\"#0F1010\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M90.0227 7.18693C92.3002 7.68038 94.2415 9.14448 95.3911 11.2484C96.1123 12.5607 96.4702 14.2092 96.3346 15.6028C96.2804 16.1613 96.2641 16.2318 96.1394 16.3402L95.9984 16.465H90.1691C86.9644 16.465 84.3453 16.4758 84.3453 16.4812C84.3453 16.5571 84.573 17.1428 84.6977 17.3868C85.2834 18.5527 86.4601 19.4962 87.6259 19.7456C88.1248 19.8487 88.9111 19.8487 89.4316 19.7402C90.4131 19.5396 91.3946 18.878 92.0724 17.9562C92.4466 17.4519 92.4846 17.4627 93.3576 18.2761C94.7078 19.5287 94.7566 19.5775 94.7566 19.7294C94.7566 20.0222 93.8727 20.9603 93.0106 21.5785C92.4574 21.9797 91.5085 22.4732 90.9608 22.6467C90.1257 22.9124 89.5726 22.9938 88.5478 22.9938C87.7506 22.9938 87.4741 22.9721 87.0457 22.8745C83.6241 22.1207 81.1405 19.3064 80.7664 15.76C80.5223 13.4609 81.4116 11.0478 83.1252 9.33427C84.2531 8.21179 85.5328 7.51228 87.0349 7.19777C87.3331 7.13812 87.6585 7.07305 87.7615 7.06221C88.1953 7.00798 89.5347 7.0839 90.0227 7.18693ZM87.6042 10.2615C86.1727 10.5706 84.855 11.8558 84.3778 13.412L84.3398 13.5368H88.5423C90.8578 13.5368 92.7503 13.5259 92.7503 13.5205C92.7503 13.5097 92.7069 13.3687 92.6472 13.206C92.1267 11.6877 90.8036 10.5055 89.3124 10.2344C88.8785 10.1531 88.0272 10.1639 87.6042 10.2615Z\" fill=\"#0F1010\"/>\\n<path d=\"M103.926 7.08327C100.689 7.53877 98.6663 9.74034 98.2867 13.2216C98.2487 13.5524 98.2271 15.3907 98.2271 18.1453C98.2271 22.4671 98.2271 22.5376 98.3355 22.6461C98.4385 22.7491 98.5145 22.7545 99.843 22.7545C100.965 22.7545 101.264 22.7383 101.35 22.6786C101.448 22.6027 101.453 22.4726 101.481 17.8363C101.508 13.5416 101.519 13.0427 101.605 12.7499C101.931 11.6274 102.744 10.7272 103.747 10.3802C104.235 10.2121 105.407 10.2013 105.873 10.3585C106.93 10.7164 107.646 11.4593 108.037 12.6035L108.177 13.021L108.205 17.8091C108.232 22.4726 108.237 22.6027 108.335 22.6786C108.422 22.7383 108.72 22.7545 109.842 22.7545C111.182 22.7545 111.247 22.7491 111.355 22.6407C111.464 22.5322 111.464 22.5105 111.442 17.8037C111.42 12.6631 111.431 12.8204 111.1 11.6762C110.287 8.8185 108.102 7.1375 105.087 7.05616C104.642 7.04531 104.116 7.05616 103.926 7.08327Z\" fill=\"#0F1010\"/>\\n<path d=\"M124.717 7.43L124.581 7.56556V8.89952V10.2335L124.717 10.3636C124.825 10.4775 124.901 10.4992 125.15 10.4992H125.449V16.5128V22.5319L125.595 22.6458C125.736 22.7542 125.785 22.7596 127.13 22.7434C128.214 22.7325 128.545 22.7108 128.61 22.6512C128.697 22.5861 128.702 21.9788 128.702 15.027C128.702 8.06986 128.697 7.46796 128.61 7.40289C128.54 7.34324 128.144 7.32155 126.685 7.3107L124.852 7.29443L124.717 7.43Z\" fill=\"#0F1010\"/>\\n<path d=\"M52.8169 24.3058C51.3403 24.3058 50.0084 24.0551 48.8213 23.5538C47.6438 23.0525 46.669 22.3391 45.8969 21.4137C45.1344 20.4786 44.6374 19.3747 44.4058 18.1022L47.0695 17.6829C47.4073 18.9939 48.1071 20.0206 49.1687 20.7629C50.24 21.4956 51.4995 21.8619 52.9472 21.8619C53.8834 21.8619 54.7279 21.7173 55.4807 21.4281C56.2432 21.1293 56.8464 20.7051 57.2904 20.1556C57.7343 19.6061 57.9563 18.9554 57.9563 18.2034C57.9563 17.7407 57.8743 17.3454 57.7102 17.0177C57.5558 16.6803 57.3386 16.3959 57.0587 16.1645C56.7885 15.9235 56.4796 15.721 56.1322 15.5572C55.7847 15.3933 55.4228 15.2583 55.0464 15.1523L49.7333 13.5761C49.1542 13.4025 48.5945 13.1856 48.054 12.9253C47.5135 12.6554 47.0309 12.3228 46.6063 11.9276C46.1816 11.5227 45.8438 11.0407 45.5929 10.4815C45.3419 9.91273 45.2165 9.24273 45.2165 8.4715C45.2165 7.23753 45.535 6.18674 46.172 5.3191C46.8186 4.44183 47.6921 3.77183 48.7923 3.30909C49.8926 2.84635 51.1328 2.61981 52.5129 2.62945C53.9124 2.63909 55.1622 2.88974 56.2625 3.38139C57.3724 3.86341 58.2893 4.55752 59.0131 5.46371C59.7466 6.3699 60.2389 7.45444 60.4898 8.71733L57.7536 9.19452C57.6089 8.34617 57.2855 7.61833 56.7837 7.01099C56.2914 6.394 55.6738 5.92163 54.9306 5.59385C54.1874 5.25644 53.3719 5.08292 52.484 5.07327C51.6346 5.06363 50.8674 5.1986 50.1821 5.47817C49.4969 5.75774 48.9516 6.14817 48.5462 6.64947C48.1408 7.14113 47.9382 7.70991 47.9382 8.35581C47.9382 8.99208 48.1215 9.50784 48.4883 9.90309C48.8551 10.2887 49.3038 10.5972 49.8347 10.8286C50.3751 11.0503 50.9011 11.2335 51.4127 11.3781L55.3794 12.5204C55.833 12.6458 56.3542 12.8193 56.9429 13.041C57.5413 13.2628 58.1204 13.5761 58.6802 13.981C59.2399 14.3762 59.7032 14.9064 60.07 15.5716C60.4367 16.2272 60.6201 17.0562 60.6201 18.0588C60.6201 19.0614 60.4174 19.9532 60.0121 20.734C59.6163 21.5149 59.0614 22.1704 58.3472 22.7007C57.633 23.2212 56.803 23.6165 55.8571 23.8864C54.9113 24.166 53.8979 24.3058 52.8169 24.3058Z\" fill=\"#0F1010\" stroke=\"#0F1010\" stroke-width=\"0.522186\"/>\\n</svg>\\n',withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f57lbn\",layoutDependency:layoutDependency,layoutId:\"RkhaBE76e\",children:isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yk0qhx\",\"data-framer-name\":\"nav\",layoutDependency:layoutDependency,layoutId:\"htjptN0ra\",children:[isDisplayed7()&&/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-wf7f65\",\"data-framer-name\":\"products\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bv6DowzeC\",onMouseEnter:onMouseEnterzayy7c,style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},...addPropertyOverrides({eLukk41gv:{onMouseEnter:onMouseEnterkca7nc},Hy3vdaBSw:{\"data-highlight\":undefined,onMouseEnter:undefined},n8rTaM_2D:{onMouseEnter:onMouseEnter1x2cvfz},NTxh292yE:{onMouseEnter:onMouseEnter1u9mchc},RqNg9LMI_:{\"data-highlight\":undefined,onMouseEnter:undefined},tKLQMujXc:{onMouseEnter:onMouseEnter1u9mchc},uuyPhJhy_:{onMouseEnter:onMouseEnter1x2cvfz},uxCJTPsnS:{\"data-highlight\":undefined,onMouseEnter:undefined},zlilQK7Q4:{onMouseEnter:onMouseEnterkca7nc},ztna47w1A:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Products\"})}),className:\"framer-kbj2e6\",\"data-framer-name\":\"Products\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Fhcl0oQG6\",style:{\"--extracted-r6o4lv\":\"rgb(15, 15, 15)\"},variants:{eLukk41gv:{\"--extracted-r6o4lv\":\"var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16))\"},Hy3vdaBSw:{\"--extracted-r6o4lv\":\"rgb(74, 74, 74)\"},My0OGjbwN:{\"--extracted-r6o4lv\":\"var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16))\"},NTxh292yE:{\"--extracted-r6o4lv\":\"var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16))\"},RqNg9LMI_:{\"--extracted-r6o4lv\":\"rgb(74, 74, 74)\"},uuyPhJhy_:{\"--extracted-r6o4lv\":\"var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16))\"},uxCJTPsnS:{\"--extracted-r6o4lv\":\"rgb(74, 74, 74)\"},ztna47w1A:{\"--extracted-r6o4lv\":\"rgb(74, 74, 74)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({eLukk41gv:{children:(_getLocalizedValue4=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16)))\"},children:\"Products\"})})},Hy3vdaBSw:{children:(_getLocalizedValue5=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Products\"})})},My0OGjbwN:{children:(_getLocalizedValue6=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16)))\"},children:\"Products\"})})},NTxh292yE:{children:(_getLocalizedValue7=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16)))\"},children:\"Products\"})})},RqNg9LMI_:{children:(_getLocalizedValue8=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Products\"})})},uuyPhJhy_:{children:(_getLocalizedValue9=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd7c9c22-3a76-4a8e-aec8-07b564f0f94f, rgb(15, 16, 16)))\"},children:\"Products\"})})},uxCJTPsnS:{children:(_getLocalizedValue10=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Products\"})})},ztna47w1A:{children:(_getLocalizedValue11=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Products\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cqzzxv\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"KPQWmvP1G\",style:{rotate:0},svg:'<svg width=\"16\" height=\"8\" viewBox=\"0 0 16 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.98639 8C7.85076 8 7.71813 7.97546 7.58849 7.92639C7.45885 7.87732 7.33918 7.80089 7.22948 7.6971L0.157167 1.00438C0.049463 0.902458 -0.00288507 0.766098 0.00012256 0.595303C0.00310426 0.424482 0.0584477 0.288111 0.166152 0.186188C0.305773 0.0540857 0.449867 -0.00772054 0.598433 0.000768945C0.747026 0.00925843 0.888138 0.0738992 1.02177 0.19469L7.98639 6.78546L14.951 0.19469C15.0587 0.0927675 15.1978 0.0342607 15.3684 0.019171C15.5389 0.00408132 15.688 0.0625881 15.8156 0.19469C15.9552 0.315482 16.0155 0.45043 15.9966 0.599536C15.9777 0.748642 15.9143 0.886424 15.8066 1.01288L8.7433 7.6971C8.6336 7.80089 8.51891 7.87732 8.39922 7.92639C8.27957 7.97546 8.14196 8 7.98639 8Z\" fill=\"#5B6368\"/>\\n</svg>\\n',variants:{eLukk41gv:{rotate:360},Hy3vdaBSw:{rotate:180},My0OGjbwN:{rotate:360},NTxh292yE:{rotate:360},RqNg9LMI_:{rotate:180},uuyPhJhy_:{rotate:360},uxCJTPsnS:{rotate:180},ztna47w1A:{rotate:180}},withExternalLayout:true})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-163188o\",\"data-framer-name\":\"resources\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Xhgw6L9b_\",onMouseEnter:onMouseEnter1vuab4p,style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},...addPropertyOverrides({eLukk41gv:{\"data-highlight\":undefined,onMouseEnter:undefined},Hy3vdaBSw:{onMouseEnter:onMouseEnter1eqlsyg},n8rTaM_2D:{onMouseEnter:onMouseEnter1ci6z6y},NTxh292yE:{\"data-highlight\":undefined,onMouseEnter:undefined},RqNg9LMI_:{onMouseEnter:onMouseEnterv66ubu},tKLQMujXc:{onMouseEnter:onMouseEnterv66ubu},uxCJTPsnS:{onMouseEnter:onMouseEnter1ci6z6y},zlilQK7Q4:{onMouseEnter:onMouseEnter1eqlsyg}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue12=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"16px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(15, 15, 15, 1))\"},children:\"Resources\"})})}),className:\"framer-149x03b\",\"data-framer-name\":\"Resources\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"tlH8enVLd\",style:{\"--extracted-1w3ko1f\":\"rgba(15, 15, 15, 1)\"},variants:{eLukk41gv:{\"--extracted-r6o4lv\":\"rgb(74, 74, 74)\"},My0OGjbwN:{\"--extracted-r6o4lv\":\"rgb(74, 74, 74)\"},NTxh292yE:{\"--extracted-r6o4lv\":\"rgb(74, 74, 74)\"},uuyPhJhy_:{\"--extracted-r6o4lv\":\"rgb(74, 74, 74)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({eLukk41gv:{children:(_getLocalizedValue13=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Resources\"})})},My0OGjbwN:{children:(_getLocalizedValue14=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Resources\"})})},NTxh292yE:{children:(_getLocalizedValue15=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Resources\"})})},uuyPhJhy_:{children:(_getLocalizedValue16=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(74, 74, 74))\"},children:\"Resources\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uqm7wk\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"BhXK3FqUB\",style:{rotate:0},svg:'<svg width=\"16\" height=\"8\" viewBox=\"0 0 16 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.98639 8C7.85076 8 7.71813 7.97546 7.58849 7.92639C7.45885 7.87732 7.33918 7.80089 7.22948 7.6971L0.157167 1.00438C0.049463 0.902458 -0.00288507 0.766098 0.00012256 0.595303C0.00310426 0.424482 0.0584477 0.288111 0.166152 0.186188C0.305773 0.0540857 0.449867 -0.00772054 0.598433 0.000768945C0.747026 0.00925843 0.888138 0.0738992 1.02177 0.19469L7.98639 6.78546L14.951 0.19469C15.0587 0.0927675 15.1978 0.0342607 15.3684 0.019171C15.5389 0.00408132 15.688 0.0625881 15.8156 0.19469C15.9552 0.315482 16.0155 0.45043 15.9966 0.599536C15.9777 0.748642 15.9143 0.886424 15.8066 1.01288L8.7433 7.6971C8.6336 7.80089 8.51891 7.87732 8.39922 7.92639C8.27957 7.97546 8.14196 8 7.98639 8Z\" fill=\"#5B6368\"/>\\n</svg>\\n',variants:{eLukk41gv:{rotate:180},My0OGjbwN:{rotate:180},NTxh292yE:{rotate:180},uuyPhJhy_:{rotate:180}},withExternalLayout:true})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14yjwvg\",layoutDependency:layoutDependency,layoutId:\"IpcCAksk6\",children:[isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r39bky\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"R9_a8vepQ\",onTap:onTap1q0l08,...addPropertyOverrides({B9Tr9jPMl:{onTap:onTap1d2iw8i},r_S5Ql9I3:{onTap:onTapzkrf8f},yTHKz_4Ki:{onTap:onTapzkrf8f}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue17=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Company\"})}),className:\"framer-1dcd1re\",\"data-framer-name\":\"Company\",fonts:[\"GF;Public Sans-600\"],layoutDependency:layoutDependency,layoutId:\"juZ1DVNHP\",style:{\"--extracted-r6o4lv\":\"rgb(15, 15, 15)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B9Tr9jPMl:{children:(_getLocalizedValue18=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Resources\"})})},r_S5Ql9I3:{children:(_getLocalizedValue19=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Resources\"})})},yTHKz_4Ki:{children:(_getLocalizedValue20=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Resources\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15a5h6w-container\",layoutDependency:layoutDependency,layoutId:\"CqQ5d9uGN-container\",children:/*#__PURE__*/_jsx(ElementsMenuIconCopy,{color:\"rgb(136, 136, 136)\",height:\"100%\",id:\"CqQ5d9uGN\",layoutId:\"CqQ5d9uGN\",style:{height:\"100%\",width:\"100%\"},variant:\"rgMK97NTd\",width:\"100%\",...addPropertyOverrides({B9Tr9jPMl:{variant:\"qpFSBUWZn\"}},baseVariant,gestureVariant)})})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qb1uux\",\"data-framer-name\":\"Footer Links\",layoutDependency:layoutDependency,layoutId:\"IOlJ7Qg6Z\",children:[isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-182tf2f\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"ODIuOoPQU\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue21=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"ROI Calculator\"})}),className:\"framer-vsr1wm\",\"data-framer-name\":\"Revenue Management\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"tJnzN6pf4\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SYq6Ci8TH\"},nodeId:\"GBeGlDomL\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-etzjpj framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"GBeGlDomL\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue22=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Security at Spenfi\"})}),className:\"framer-n9mkjl\",\"data-framer-name\":\"Accounts and Budgets\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"DpnjGVuYf\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"faEvrbenP\"},nodeId:\"x3kqMEQcY\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-p5990e framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"x3kqMEQcY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue23=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"FAQ\"})}),className:\"framer-sjkmkl\",\"data-framer-name\":\"Debit Payment Cards\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"H_wpGKP7G\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://spenfi.freshdesk.com/support/login\",nodeId:\"PC47iJ9Mf\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-yzqzq framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"PC47iJ9Mf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue24=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Help\"})}),className:\"framer-qq4446\",\"data-framer-name\":\"Invoices and Documents\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"WYASmeQVU\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lCtA6NtqQ\"},nodeId:\"LvdUtTcXG\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qcjm82 framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"LvdUtTcXG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue25=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"ROI Calculator\"})}),className:\"framer-12zd7hz\",\"data-framer-name\":\"Accounts and Budgets\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"d8c7tmStK\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue26=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gbOfGTm6X\"},nodeId:\"lzzBHLScx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Partners\"})})})}),className:\"framer-1ftr5vd\",\"data-framer-name\":\"Company\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"lzzBHLScx\",style:{\"--extracted-r6o4lv\":\"rgb(15, 15, 15)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B9Tr9jPMl:{children:(_getLocalizedValue27=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gbOfGTm6X\"},nodeId:\"lzzBHLScx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Partners\"})})})}),fonts:[\"GF;Public Sans-600\"]},r_S5Ql9I3:{children:(_getLocalizedValue28=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gbOfGTm6X\"},nodeId:\"lzzBHLScx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Partners\"})})})}),fonts:[\"GF;Public Sans-600\"]},yTHKz_4Ki:{children:(_getLocalizedValue29=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gbOfGTm6X\"},nodeId:\"lzzBHLScx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Partners\"})})})}),fonts:[\"GF;Public Sans-600\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue30=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K_SV8kr3v\"},nodeId:\"hKIuvUGkP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Pricing\"})})})}),className:\"framer-n1m8yt\",\"data-framer-name\":\"Pricing\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"hKIuvUGkP\",style:{\"--extracted-r6o4lv\":\"rgb(15, 15, 15)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({B9Tr9jPMl:{children:(_getLocalizedValue31=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K_SV8kr3v\"},nodeId:\"hKIuvUGkP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Pricing\"})})})}),fonts:[\"GF;Public Sans-600\"]},r_S5Ql9I3:{children:(_getLocalizedValue32=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K_SV8kr3v\"},nodeId:\"hKIuvUGkP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Pricing\"})})})}),fonts:[\"GF;Public Sans-600\"]},yTHKz_4Ki:{children:(_getLocalizedValue33=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K_SV8kr3v\"},nodeId:\"hKIuvUGkP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ro6xpc\",\"data-styles-preset\":\"VI_xGI4bS\",children:\"Pricing\"})})})}),fonts:[\"GF;Public Sans-600\"]}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kj81b3\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"OyGjMvtEt\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cnhg2j\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"R7x6827Dy\",onTap:onTaph6i8tx,...addPropertyOverrides({B9Tr9jPMl:{onTap:onTaphm0ufr},r_S5Ql9I3:{onTap:onTap1d2iw8i},yTHKz_4Ki:{onTap:onTaphm0ufr}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue34=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Products\"})}),className:\"framer-eyqyeb\",\"data-framer-name\":\"Product\",fonts:[\"GF;Public Sans-600\"],layoutDependency:layoutDependency,layoutId:\"knyzJZUG5\",style:{\"--extracted-r6o4lv\":\"rgb(15, 15, 15)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B9Tr9jPMl:{children:(_getLocalizedValue35=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Products\"})})},r_S5Ql9I3:{children:(_getLocalizedValue36=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Products\"})})},yTHKz_4Ki:{children:(_getLocalizedValue37=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue37!==void 0?_getLocalizedValue37:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtNjAw\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 15, 15))\"},children:\"Products\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14jt43o-container\",layoutDependency:layoutDependency,layoutId:\"Yc_Pb8hou-container\",children:/*#__PURE__*/_jsx(ElementsMenuIconCopy,{color:\"rgb(136, 136, 136)\",height:\"100%\",id:\"Yc_Pb8hou\",layoutId:\"Yc_Pb8hou\",style:{height:\"100%\",width:\"100%\"},variant:\"bEIapgHRz\",width:\"100%\",...addPropertyOverrides({B9Tr9jPMl:{variant:\"rgMK97NTd\"},r_S5Ql9I3:{variant:\"qpFSBUWZn\"},yTHKz_4Ki:{variant:\"rgMK97NTd\"}},baseVariant,gestureVariant)})})})]}),isDisplayed10()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15l5pfr\",\"data-framer-name\":\"Footer Links\",layoutDependency:layoutDependency,layoutId:\"Ug8Z6iSzK\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OyJSSMOE5\"},nodeId:\"p3UFIOp98\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1q9sm5c framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"p3UFIOp98\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue38=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue38!==void 0?_getLocalizedValue38:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Debit Payment Cards\"})}),className:\"framer-18650cb\",\"data-framer-name\":\"Debit Payment Cards\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Vh2AFIP4Z\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ng_GF3AwM\"},nodeId:\"WBZZs08ND\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19jeiul framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"WBZZs08ND\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue39=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue39!==void 0?_getLocalizedValue39:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Invoices and Documents\"})}),className:\"framer-1dif1qw\",\"data-framer-name\":\"Invoices and Documents\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"h44bfnnZl\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WPFKjjtUj\"},nodeId:\"IHb_tG4Fa\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-v9mchy framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"IHb_tG4Fa\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue40=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue40!==void 0?_getLocalizedValue40:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Expense Management\"})}),className:\"framer-15e3xz\",\"data-framer-name\":\"Approvals and Requests\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"bXeGD982a\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VuXlhZAL7\"},nodeId:\"cGtVU03xy\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-q5bswb framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"cGtVU03xy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue41=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue41!==void 0?_getLocalizedValue41:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Subscriptions\"})}),className:\"framer-1lldegv\",\"data-framer-name\":\"Subscriptions\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Dtr3WpCux\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nKvb3XsuP\"},nodeId:\"seLJkJMgi\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-k2cdgo framer-zl2x61\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"seLJkJMgi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue42=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue42!==void 0?_getLocalizedValue42:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHVibGljIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Public Sans\", \"Public Sans Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 62, 65))\"},children:\"Accounting Automation\"})}),className:\"framer-r91bnn\",\"data-framer-name\":\"Accounting Automation\",fonts:[\"GF;Public Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"L623GI8aW\",style:{\"--extracted-r6o4lv\":\"rgb(57, 62, 65)\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fro3kg\",\"data-framer-name\":\"actions\",layoutDependency:layoutDependency,layoutId:\"S6NyIdtiu\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ajsfdr\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"X8A9w3GQn\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"120px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+0,...addPropertyOverrides({eLukk41gv:{width:\"110px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+16+0},Hy3vdaBSw:{width:\"110px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+16+0},My0OGjbwN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+16+0},NTxh292yE:{width:\"100px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+16+0},RqNg9LMI_:{width:\"100px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+16+0},tKLQMujXc:{width:\"100px\"},uuyPhJhy_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+16+0},uxCJTPsnS:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+16+0},zlilQK7Q4:{width:\"110px\"},ztna47w1A:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y8u1vq-container\",layoutDependency:layoutDependency,layoutId:\"EgClhs0St-container\",children:/*#__PURE__*/_jsx(Button,{aK7jyIIwi:(_getLocalizedValue43=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue43!==void 0?_getLocalizedValue43:\"Login\",Dlf2qAxEt:\"rgb(255, 255, 255)\",height:\"100%\",id:\"EgClhs0St\",layoutId:\"EgClhs0St\",style:{height:\"100%\",width:\"100%\"},variant:\"Sxlowz9NP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18qxgmy-container\",layoutDependency:layoutDependency,layoutId:\"rkTfhFBjY-container\",children:/*#__PURE__*/_jsx(ButtonNew,{gsyy88En8:(_getLocalizedValue44=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue44!==void 0?_getLocalizedValue44:\"Get started\",HBaFgZIif:\"https://app.spenfi.com/registration/company/registration/request\",height:\"100%\",id:\"rkTfhFBjY\",layoutId:\"rkTfhFBjY\",style:{width:\"100%\"},variant:\"ZPiARRyF_\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d98ztu-container\",layoutDependency:layoutDependency,layoutId:\"Sdb27SPwf-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",image:addImageAlt({src:\"https://framerusercontent.com/images/0cxxrJMXZW60ShOwEfqoDrBjO6c.png\"},\"\"),size:18,type:\"default\"},id:\"Sdb27SPwf\",layoutId:\"Sdb27SPwf\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})]})]}),isDisplayed11()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e38b3e-container\",layoutDependency:layoutDependency,layoutId:\"SOgMqla1l-container\",children:/*#__PURE__*/_jsx(NavNew,{height:\"100%\",id:\"SOgMqla1l\",layoutId:\"SOgMqla1l\",style:{width:\"100%\"},variant:\"WxNcDlHVD\",width:\"100%\",...addPropertyOverrides({eLukk41gv:{IqFUQn4D4:IqFUQn4D4gsaj06,variant:\"qp8QqES7X\"},Hy3vdaBSw:{IqFUQn4D4:IqFUQn4D4gsaj06},My0OGjbwN:{IqFUQn4D4:IqFUQn4D41wisr5e,variant:\"qp8QqES7X\"},NTxh292yE:{IqFUQn4D4:IqFUQn4D4kk95rc,variant:\"qp8QqES7X\"},RqNg9LMI_:{IqFUQn4D4:IqFUQn4D4kk95rc},uuyPhJhy_:{IqFUQn4D4:IqFUQn4D4ptnqb2,variant:\"qp8QqES7X\"},uxCJTPsnS:{IqFUQn4D4:IqFUQn4D4ptnqb2},ztna47w1A:{IqFUQn4D4:IqFUQn4D41wisr5e}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-95Xah.framer-zl2x61, .framer-95Xah .framer-zl2x61 { display: block; }\",\".framer-95Xah.framer-aooio3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: flex-start; min-height: 70px; overflow: visible; padding: 16px 80px 12px 80px; position: relative; width: 1700px; }\",\".framer-95Xah .framer-1lz9bsv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-95Xah .framer-yoximy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 418px; }\",\".framer-95Xah .framer-wsxklr { flex: none; height: 30px; overflow: visible; position: relative; width: 278px; }\",\".framer-95Xah .framer-sc6yr0 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-95Xah .framer-1rchufk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 32px; min-width: 185px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-95Xah .framer-firuqb-container, .framer-95Xah .framer-sdcc6b-container, .framer-95Xah .framer-hb1lgz-container, .framer-95Xah .framer-14m8v6c-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-95Xah .framer-fj0cqh-container, .framer-95Xah .framer-1xydqug-container, .framer-95Xah .framer-kzzn5i-container { flex: none; height: 34px; position: relative; width: 98px; }\",\".framer-95Xah .framer-15meag8-container, .framer-95Xah .framer-13bhufs-container, .framer-95Xah .framer-1e21qk-container, .framer-95Xah .framer-15a5h6w-container, .framer-95Xah .framer-14jt43o-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-95Xah .framer-ez2ku9, .framer-95Xah .framer-bb9083 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-95Xah .framer-cawxgy, .framer-95Xah .framer-12o6moo, .framer-95Xah .framer-sfrpjj, .framer-95Xah .framer-1k8elf2 { flex: none; height: 28px; overflow: visible; position: relative; width: 124px; }\",\".framer-95Xah .framer-1h6w3q3, .framer-95Xah .framer-4b7c0o, .framer-95Xah .framer-ib3xgb, .framer-95Xah .framer-10nyhkl { flex: none; height: 24px; left: 0px; position: absolute; right: -98px; text-decoration: none; top: calc(50.00000000000002% - 24px / 2); }\",\".framer-95Xah .framer-f57lbn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-95Xah .framer-yk0qhx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-95Xah .framer-wf7f65, .framer-95Xah .framer-163188o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-95Xah .framer-kbj2e6, .framer-95Xah .framer-149x03b, .framer-95Xah .framer-1dcd1re, .framer-95Xah .framer-1ftr5vd, .framer-95Xah .framer-n1m8yt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-95Xah .framer-cqzzxv, .framer-95Xah .framer-1uqm7wk { flex: none; height: 8px; position: relative; width: 16px; }\",\".framer-95Xah .framer-14yjwvg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; min-height: 203px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-95Xah .framer-r39bky, .framer-95Xah .framer-cnhg2j { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-95Xah .framer-qb1uux, .framer-95Xah .framer-15l5pfr { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-95Xah .framer-182tf2f { 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: visible; padding: 8px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-95Xah .framer-vsr1wm, .framer-95Xah .framer-n9mkjl, .framer-95Xah .framer-sjkmkl, .framer-95Xah .framer-qq4446, .framer-95Xah .framer-12zd7hz, .framer-95Xah .framer-18650cb, .framer-95Xah .framer-1dif1qw, .framer-95Xah .framer-15e3xz, .framer-95Xah .framer-1lldegv, .framer-95Xah .framer-r91bnn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 226px; word-break: break-word; word-wrap: break-word; }\",\".framer-95Xah .framer-etzjpj, .framer-95Xah .framer-p5990e, .framer-95Xah .framer-yzqzq, .framer-95Xah .framer-qcjm82, .framer-95Xah .framer-1q9sm5c, .framer-95Xah .framer-19jeiul, .framer-95Xah .framer-v9mchy, .framer-95Xah .framer-q5bswb, .framer-95Xah .framer-k2cdgo { 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: visible; padding: 8px 0px 8px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-95Xah .framer-kj81b3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-95Xah .framer-eyqyeb { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-95Xah .framer-fro3kg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 418px; }\",\".framer-95Xah .framer-ajsfdr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 40px; overflow: visible; padding: 0px; position: relative; width: 120px; }\",\".framer-95Xah .framer-1y8u1vq-container { flex: none; height: 40px; position: relative; width: 120px; }\",\".framer-95Xah .framer-18qxgmy-container { flex: none; height: auto; position: relative; width: 126px; }\",\".framer-95Xah .framer-d98ztu-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-95Xah .framer-1e38b3e-container { flex: none; height: auto; position: relative; width: 588px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-aooio3, .framer-95Xah .framer-1rchufk, .framer-95Xah .framer-ez2ku9, .framer-95Xah .framer-bb9083, .framer-95Xah .framer-f57lbn, .framer-95Xah .framer-yk0qhx, .framer-95Xah .framer-wf7f65, .framer-95Xah .framer-163188o, .framer-95Xah .framer-14yjwvg, .framer-95Xah .framer-qb1uux, .framer-95Xah .framer-182tf2f, .framer-95Xah .framer-etzjpj, .framer-95Xah .framer-p5990e, .framer-95Xah .framer-yzqzq, .framer-95Xah .framer-qcjm82, .framer-95Xah .framer-kj81b3, .framer-95Xah .framer-15l5pfr, .framer-95Xah .framer-1q9sm5c, .framer-95Xah .framer-19jeiul, .framer-95Xah .framer-v9mchy, .framer-95Xah .framer-q5bswb, .framer-95Xah .framer-k2cdgo, .framer-95Xah .framer-fro3kg, .framer-95Xah .framer-ajsfdr { gap: 0px; } .framer-95Xah.framer-aooio3 > *, .framer-95Xah .framer-ajsfdr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-95Xah.framer-aooio3 > :first-child, .framer-95Xah .framer-1rchufk > :first-child, .framer-95Xah .framer-14yjwvg > :first-child, .framer-95Xah .framer-qb1uux > :first-child, .framer-95Xah .framer-kj81b3 > :first-child, .framer-95Xah .framer-15l5pfr > :first-child, .framer-95Xah .framer-ajsfdr > :first-child { margin-top: 0px; } .framer-95Xah.framer-aooio3 > :last-child, .framer-95Xah .framer-1rchufk > :last-child, .framer-95Xah .framer-14yjwvg > :last-child, .framer-95Xah .framer-qb1uux > :last-child, .framer-95Xah .framer-kj81b3 > :last-child, .framer-95Xah .framer-15l5pfr > :last-child, .framer-95Xah .framer-ajsfdr > :last-child { margin-bottom: 0px; } .framer-95Xah .framer-1rchufk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-95Xah .framer-ez2ku9 > *, .framer-95Xah .framer-bb9083 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-95Xah .framer-ez2ku9 > :first-child, .framer-95Xah .framer-bb9083 > :first-child, .framer-95Xah .framer-f57lbn > :first-child, .framer-95Xah .framer-yk0qhx > :first-child, .framer-95Xah .framer-wf7f65 > :first-child, .framer-95Xah .framer-163188o > :first-child, .framer-95Xah .framer-182tf2f > :first-child, .framer-95Xah .framer-etzjpj > :first-child, .framer-95Xah .framer-p5990e > :first-child, .framer-95Xah .framer-yzqzq > :first-child, .framer-95Xah .framer-qcjm82 > :first-child, .framer-95Xah .framer-1q9sm5c > :first-child, .framer-95Xah .framer-19jeiul > :first-child, .framer-95Xah .framer-v9mchy > :first-child, .framer-95Xah .framer-q5bswb > :first-child, .framer-95Xah .framer-k2cdgo > :first-child, .framer-95Xah .framer-fro3kg > :first-child { margin-left: 0px; } .framer-95Xah .framer-ez2ku9 > :last-child, .framer-95Xah .framer-bb9083 > :last-child, .framer-95Xah .framer-f57lbn > :last-child, .framer-95Xah .framer-yk0qhx > :last-child, .framer-95Xah .framer-wf7f65 > :last-child, .framer-95Xah .framer-163188o > :last-child, .framer-95Xah .framer-182tf2f > :last-child, .framer-95Xah .framer-etzjpj > :last-child, .framer-95Xah .framer-p5990e > :last-child, .framer-95Xah .framer-yzqzq > :last-child, .framer-95Xah .framer-qcjm82 > :last-child, .framer-95Xah .framer-1q9sm5c > :last-child, .framer-95Xah .framer-19jeiul > :last-child, .framer-95Xah .framer-v9mchy > :last-child, .framer-95Xah .framer-q5bswb > :last-child, .framer-95Xah .framer-k2cdgo > :last-child, .framer-95Xah .framer-fro3kg > :last-child { margin-right: 0px; } .framer-95Xah .framer-f57lbn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-95Xah .framer-yk0qhx > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-95Xah .framer-wf7f65 > *, .framer-95Xah .framer-163188o > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-95Xah .framer-14yjwvg > *, .framer-95Xah .framer-kj81b3 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-95Xah .framer-qb1uux > *, .framer-95Xah .framer-15l5pfr > * { margin: 0px; margin-bottom: calc(-2px / 2); margin-top: calc(-2px / 2); } .framer-95Xah .framer-182tf2f > *, .framer-95Xah .framer-etzjpj > *, .framer-95Xah .framer-p5990e > *, .framer-95Xah .framer-yzqzq > *, .framer-95Xah .framer-qcjm82 > *, .framer-95Xah .framer-1q9sm5c > *, .framer-95Xah .framer-19jeiul > *, .framer-95Xah .framer-v9mchy > *, .framer-95Xah .framer-q5bswb > *, .framer-95Xah .framer-k2cdgo > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-95Xah .framer-fro3kg > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-95Xah.framer-v-1bmb9xf.framer-aooio3 { height: 71px; }\",\".framer-95Xah.framer-v-1bmb9xf .framer-ajsfdr { order: 0; width: 106px; }\",\".framer-95Xah.framer-v-1bmb9xf .framer-1y8u1vq-container, .framer-95Xah.framer-v-k4l52f .framer-12o6moo, .framer-95Xah.framer-v-11yjv44 .framer-1xydqug-container, .framer-95Xah.framer-v-11yjv44 .framer-19jeiul, .framer-95Xah.framer-v-e5to6n .framer-qb1uux { order: 1; }\",\".framer-95Xah.framer-v-1bmb9xf .framer-18qxgmy-container, .framer-95Xah.framer-v-11yjv44 .framer-13bhufs-container, .framer-95Xah.framer-v-11yjv44 .framer-v9mchy { order: 2; }\",\".framer-95Xah.framer-v-1bmb9xf .framer-d98ztu-container, .framer-95Xah.framer-v-11yjv44 .framer-ez2ku9, .framer-95Xah.framer-v-11yjv44 .framer-q5bswb { order: 3; }\",\".framer-95Xah.framer-v-16or4wn.framer-aooio3, .framer-95Xah.framer-v-1v5mcvq.framer-aooio3 { gap: 8px; padding: 0px; }\",\".framer-95Xah.framer-v-16or4wn .framer-1lz9bsv, .framer-95Xah.framer-v-1v5mcvq .framer-1lz9bsv, .framer-95Xah.framer-v-gdakbc .framer-1lz9bsv, .framer-95Xah.framer-v-gfyg1m .framer-1lz9bsv { padding: 16px 80px 12px 80px; }\",\".framer-95Xah.framer-v-16or4wn .framer-yk0qhx, .framer-95Xah.framer-v-16or4wn .framer-kbj2e6, .framer-95Xah.framer-v-1v5mcvq .framer-yk0qhx, .framer-95Xah.framer-v-1v5mcvq .framer-kbj2e6, .framer-95Xah.framer-v-gdakbc .framer-yk0qhx, .framer-95Xah.framer-v-gdakbc .framer-kbj2e6, .framer-95Xah.framer-v-gfyg1m .framer-yk0qhx, .framer-95Xah.framer-v-gfyg1m .framer-kbj2e6, .framer-95Xah.framer-v-tjh9o6 .framer-yk0qhx, .framer-95Xah.framer-v-tjh9o6 .framer-kbj2e6, .framer-95Xah.framer-v-1fdqnmm .framer-yk0qhx, .framer-95Xah.framer-v-1fdqnmm .framer-kbj2e6, .framer-95Xah.framer-v-87umsg .framer-kbj2e6, .framer-95Xah.framer-v-1w3ke0m .framer-kbj2e6 { height: 23px; }\",\".framer-95Xah.framer-v-16or4wn .framer-wf7f65, .framer-95Xah.framer-v-1v5mcvq .framer-wf7f65, .framer-95Xah.framer-v-gdakbc .framer-wf7f65, .framer-95Xah.framer-v-gfyg1m .framer-wf7f65, .framer-95Xah.framer-v-tjh9o6 .framer-wf7f65, .framer-95Xah.framer-v-1fdqnmm .framer-wf7f65, .framer-95Xah.framer-v-87umsg .framer-wf7f65, .framer-95Xah.framer-v-1w3ke0m .framer-wf7f65 { height: 23px; position: sticky; top: 0px; will-change: transform; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-16or4wn.framer-aooio3 { gap: 0px; } .framer-95Xah.framer-v-16or4wn.framer-aooio3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-95Xah.framer-v-16or4wn.framer-aooio3 > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-16or4wn.framer-aooio3 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-1v5mcvq.framer-aooio3 { gap: 0px; } .framer-95Xah.framer-v-1v5mcvq.framer-aooio3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-95Xah.framer-v-1v5mcvq.framer-aooio3 > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-1v5mcvq.framer-aooio3 > :last-child { margin-bottom: 0px; } }\",\".framer-95Xah.framer-v-k4l52f.framer-aooio3, .framer-95Xah.framer-v-11yjv44.framer-aooio3, .framer-95Xah.framer-v-e5to6n.framer-aooio3 { height: 812px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: hidden; padding: 16px 18px 36px 18px; width: 390px; }\",\".framer-95Xah.framer-v-k4l52f .framer-1lz9bsv, .framer-95Xah.framer-v-11yjv44 .framer-1lz9bsv, .framer-95Xah.framer-v-e5to6n .framer-1lz9bsv { flex: 1 0 0px; flex-direction: column; gap: 50px; height: 1px; justify-content: flex-start; }\",\".framer-95Xah.framer-v-k4l52f .framer-yoximy, .framer-95Xah.framer-v-bd0odt .framer-yoximy, .framer-95Xah.framer-v-11yjv44 .framer-yoximy, .framer-95Xah.framer-v-e5to6n .framer-yoximy { width: 100%; }\",\".framer-95Xah.framer-v-k4l52f .framer-1rchufk, .framer-95Xah.framer-v-bd0odt .framer-1rchufk { flex-direction: row; gap: 12px; min-height: unset; min-width: unset; order: 2; }\",\".framer-95Xah.framer-v-k4l52f .framer-f57lbn, .framer-95Xah.framer-v-11yjv44 .framer-f57lbn, .framer-95Xah.framer-v-e5to6n .framer-f57lbn { flex-direction: column; gap: 70px; height: 1px; width: 100%; }\",\".framer-95Xah.framer-v-k4l52f .framer-yk0qhx, .framer-95Xah.framer-v-11yjv44 .framer-yk0qhx, .framer-95Xah.framer-v-e5to6n .framer-yk0qhx { flex: 1 0 0px; flex-direction: column; height: 1px; width: 100%; }\",\".framer-95Xah.framer-v-k4l52f .framer-14yjwvg { flex: none; min-height: unset; order: 3; width: 100%; }\",\".framer-95Xah.framer-v-k4l52f .framer-1ftr5vd, .framer-95Xah.framer-v-11yjv44 .framer-1ftr5vd, .framer-95Xah.framer-v-e5to6n .framer-1ftr5vd { order: 4; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-95Xah.framer-v-k4l52f .framer-n1m8yt, .framer-95Xah.framer-v-11yjv44 .framer-n1m8yt, .framer-95Xah.framer-v-e5to6n .framer-n1m8yt { order: 5; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-95Xah.framer-v-k4l52f .framer-kj81b3, .framer-95Xah.framer-v-11yjv44 .framer-kj81b3, .framer-95Xah.framer-v-e5to6n .framer-kj81b3 { flex: none; order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-k4l52f .framer-1lz9bsv, .framer-95Xah.framer-v-k4l52f .framer-1rchufk, .framer-95Xah.framer-v-k4l52f .framer-f57lbn, .framer-95Xah.framer-v-k4l52f .framer-yk0qhx { gap: 0px; } .framer-95Xah.framer-v-k4l52f .framer-1lz9bsv > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-95Xah.framer-v-k4l52f .framer-1lz9bsv > :first-child, .framer-95Xah.framer-v-k4l52f .framer-f57lbn > :first-child, .framer-95Xah.framer-v-k4l52f .framer-yk0qhx > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-k4l52f .framer-1lz9bsv > :last-child, .framer-95Xah.framer-v-k4l52f .framer-f57lbn > :last-child, .framer-95Xah.framer-v-k4l52f .framer-yk0qhx > :last-child { margin-bottom: 0px; } .framer-95Xah.framer-v-k4l52f .framer-1rchufk > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-95Xah.framer-v-k4l52f .framer-1rchufk > :first-child { margin-left: 0px; } .framer-95Xah.framer-v-k4l52f .framer-1rchufk > :last-child { margin-right: 0px; } .framer-95Xah.framer-v-k4l52f .framer-f57lbn > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-95Xah.framer-v-k4l52f .framer-yk0qhx > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } }\",\".framer-95Xah.framer-v-bd0odt.framer-aooio3 { height: 64px; min-height: 64px; overflow: hidden; padding: 16px 18px 12px 18px; width: 390px; }\",\".framer-95Xah.framer-v-bd0odt .framer-1lz9bsv { flex: 1 0 0px; flex-direction: column; height: 1px; }\",\".framer-95Xah.framer-v-bd0odt .framer-cawxgy, .framer-95Xah.framer-v-11yjv44 .framer-hb1lgz-container, .framer-95Xah.framer-v-11yjv44 .framer-sfrpjj, .framer-95Xah.framer-v-11yjv44 .framer-1q9sm5c, .framer-95Xah.framer-v-e5to6n .framer-r39bky { order: 0; }\",\".framer-95Xah.framer-v-bd0odt .framer-f57lbn { flex: none; flex-direction: column; gap: 70px; height: min-content; min-height: 280px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-bd0odt .framer-1lz9bsv, .framer-95Xah.framer-v-bd0odt .framer-1rchufk, .framer-95Xah.framer-v-bd0odt .framer-f57lbn { gap: 0px; } .framer-95Xah.framer-v-bd0odt .framer-1lz9bsv > *, .framer-95Xah.framer-v-bd0odt .framer-1lz9bsv > :first-child, .framer-95Xah.framer-v-bd0odt .framer-1lz9bsv > :last-child { margin: 0px; } .framer-95Xah.framer-v-bd0odt .framer-1rchufk > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-95Xah.framer-v-bd0odt .framer-1rchufk > :first-child { margin-left: 0px; } .framer-95Xah.framer-v-bd0odt .framer-1rchufk > :last-child { margin-right: 0px; } .framer-95Xah.framer-v-bd0odt .framer-f57lbn > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-95Xah.framer-v-bd0odt .framer-f57lbn > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-bd0odt .framer-f57lbn > :last-child { margin-bottom: 0px; } }\",\".framer-95Xah.framer-v-kv3i0u.framer-aooio3 { width: 1440px; }\",\".framer-95Xah.framer-v-kv3i0u .framer-yoximy, .framer-95Xah.framer-v-gdakbc .framer-yoximy, .framer-95Xah.framer-v-gfyg1m .framer-yoximy { width: 368px; }\",\".framer-95Xah.framer-v-gdakbc.framer-aooio3, .framer-95Xah.framer-v-gfyg1m.framer-aooio3 { gap: 8px; padding: 0px; width: 1440px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-gdakbc.framer-aooio3 { gap: 0px; } .framer-95Xah.framer-v-gdakbc.framer-aooio3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-95Xah.framer-v-gdakbc.framer-aooio3 > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-gdakbc.framer-aooio3 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-gfyg1m.framer-aooio3 { gap: 0px; } .framer-95Xah.framer-v-gfyg1m.framer-aooio3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-95Xah.framer-v-gfyg1m.framer-aooio3 > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-gfyg1m.framer-aooio3 > :last-child { margin-bottom: 0px; } }\",\".framer-95Xah.framer-v-1t1uaj4.framer-aooio3 { padding: 16px 66px 12px 66px; width: 1280px; }\",\".framer-95Xah.framer-v-1t1uaj4 .framer-yoximy, .framer-95Xah.framer-v-tjh9o6 .framer-yoximy, .framer-95Xah.framer-v-1fdqnmm .framer-yoximy, .framer-95Xah.framer-v-87umsg .framer-yoximy, .framer-95Xah.framer-v-1w3ke0m .framer-yoximy { width: 358px; }\",\".framer-95Xah.framer-v-1t1uaj4 .framer-1y8u1vq-container, .framer-95Xah.framer-v-tjh9o6 .framer-1y8u1vq-container, .framer-95Xah.framer-v-1fdqnmm .framer-1y8u1vq-container { width: 110px; }\",\".framer-95Xah.framer-v-tjh9o6.framer-aooio3, .framer-95Xah.framer-v-1fdqnmm.framer-aooio3 { gap: 8px; padding: 0px; width: 1280px; }\",\".framer-95Xah.framer-v-tjh9o6 .framer-1lz9bsv, .framer-95Xah.framer-v-1fdqnmm .framer-1lz9bsv { padding: 16px 66px 12px 66px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-tjh9o6.framer-aooio3 { gap: 0px; } .framer-95Xah.framer-v-tjh9o6.framer-aooio3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-95Xah.framer-v-tjh9o6.framer-aooio3 > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-tjh9o6.framer-aooio3 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-1fdqnmm.framer-aooio3 { gap: 0px; } .framer-95Xah.framer-v-1fdqnmm.framer-aooio3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-95Xah.framer-v-1fdqnmm.framer-aooio3 > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-1fdqnmm.framer-aooio3 > :last-child { margin-bottom: 0px; } }\",\".framer-95Xah.framer-v-1lk9zn4.framer-aooio3 { padding: 16px 46px 12px 46px; width: 1024px; }\",\".framer-95Xah.framer-v-1lk9zn4 .framer-yoximy { width: 191px; }\",\".framer-95Xah.framer-v-1lk9zn4 .framer-sc6yr0, .framer-95Xah.framer-v-1w3ke0m .framer-sc6yr0 { bottom: -1px; height: 28px; top: unset; }\",\".framer-95Xah.framer-v-1lk9zn4 .framer-fro3kg, .framer-95Xah.framer-v-87umsg .framer-fro3kg, .framer-95Xah.framer-v-1w3ke0m .framer-fro3kg { gap: 14px; }\",\".framer-95Xah.framer-v-1lk9zn4 .framer-1y8u1vq-container, .framer-95Xah.framer-v-87umsg .framer-1y8u1vq-container, .framer-95Xah.framer-v-1w3ke0m .framer-1y8u1vq-container { width: 100px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-1lk9zn4 .framer-fro3kg { gap: 0px; } .framer-95Xah.framer-v-1lk9zn4 .framer-fro3kg > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-95Xah.framer-v-1lk9zn4 .framer-fro3kg > :first-child { margin-left: 0px; } .framer-95Xah.framer-v-1lk9zn4 .framer-fro3kg > :last-child { margin-right: 0px; } }\",\".framer-95Xah.framer-v-87umsg.framer-aooio3, .framer-95Xah.framer-v-1w3ke0m.framer-aooio3 { gap: 8px; padding: 0px; width: 1024px; }\",\".framer-95Xah.framer-v-87umsg .framer-1lz9bsv, .framer-95Xah.framer-v-1w3ke0m .framer-1lz9bsv { padding: 16px 46px 12px 46px; }\",\".framer-95Xah.framer-v-87umsg .framer-yk0qhx, .framer-95Xah.framer-v-1w3ke0m .framer-yk0qhx { gap: 24px; height: 23px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-87umsg.framer-aooio3, .framer-95Xah.framer-v-87umsg .framer-yk0qhx, .framer-95Xah.framer-v-87umsg .framer-fro3kg { gap: 0px; } .framer-95Xah.framer-v-87umsg.framer-aooio3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-95Xah.framer-v-87umsg.framer-aooio3 > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-87umsg.framer-aooio3 > :last-child { margin-bottom: 0px; } .framer-95Xah.framer-v-87umsg .framer-yk0qhx > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-95Xah.framer-v-87umsg .framer-yk0qhx > :first-child, .framer-95Xah.framer-v-87umsg .framer-fro3kg > :first-child { margin-left: 0px; } .framer-95Xah.framer-v-87umsg .framer-yk0qhx > :last-child, .framer-95Xah.framer-v-87umsg .framer-fro3kg > :last-child { margin-right: 0px; } .framer-95Xah.framer-v-87umsg .framer-fro3kg > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-1w3ke0m.framer-aooio3, .framer-95Xah.framer-v-1w3ke0m .framer-yk0qhx, .framer-95Xah.framer-v-1w3ke0m .framer-fro3kg { gap: 0px; } .framer-95Xah.framer-v-1w3ke0m.framer-aooio3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-95Xah.framer-v-1w3ke0m.framer-aooio3 > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-1w3ke0m.framer-aooio3 > :last-child { margin-bottom: 0px; } .framer-95Xah.framer-v-1w3ke0m .framer-yk0qhx > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-95Xah.framer-v-1w3ke0m .framer-yk0qhx > :first-child, .framer-95Xah.framer-v-1w3ke0m .framer-fro3kg > :first-child { margin-left: 0px; } .framer-95Xah.framer-v-1w3ke0m .framer-yk0qhx > :last-child, .framer-95Xah.framer-v-1w3ke0m .framer-fro3kg > :last-child { margin-right: 0px; } .framer-95Xah.framer-v-1w3ke0m .framer-fro3kg > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } }\",\".framer-95Xah.framer-v-11yjv44 .framer-14yjwvg { flex: none; min-height: unset; order: 2; width: 100%; }\",\".framer-95Xah.framer-v-11yjv44 .framer-k2cdgo, .framer-95Xah.framer-v-e5to6n .framer-1k8elf2 { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-11yjv44 .framer-1lz9bsv, .framer-95Xah.framer-v-11yjv44 .framer-f57lbn, .framer-95Xah.framer-v-11yjv44 .framer-yk0qhx { gap: 0px; } .framer-95Xah.framer-v-11yjv44 .framer-1lz9bsv > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-95Xah.framer-v-11yjv44 .framer-1lz9bsv > :first-child, .framer-95Xah.framer-v-11yjv44 .framer-f57lbn > :first-child, .framer-95Xah.framer-v-11yjv44 .framer-yk0qhx > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-11yjv44 .framer-1lz9bsv > :last-child, .framer-95Xah.framer-v-11yjv44 .framer-f57lbn > :last-child, .framer-95Xah.framer-v-11yjv44 .framer-yk0qhx > :last-child { margin-bottom: 0px; } .framer-95Xah.framer-v-11yjv44 .framer-f57lbn > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-95Xah.framer-v-11yjv44 .framer-yk0qhx > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } }\",\".framer-95Xah.framer-v-e5to6n .framer-bb9083 { order: 5; }\",\".framer-95Xah.framer-v-e5to6n .framer-14yjwvg { align-content: center; align-items: center; flex: none; gap: 10px; min-height: unset; order: 3; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-95Xah.framer-v-e5to6n .framer-1lz9bsv, .framer-95Xah.framer-v-e5to6n .framer-f57lbn, .framer-95Xah.framer-v-e5to6n .framer-yk0qhx, .framer-95Xah.framer-v-e5to6n .framer-14yjwvg { gap: 0px; } .framer-95Xah.framer-v-e5to6n .framer-1lz9bsv > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-95Xah.framer-v-e5to6n .framer-1lz9bsv > :first-child, .framer-95Xah.framer-v-e5to6n .framer-f57lbn > :first-child, .framer-95Xah.framer-v-e5to6n .framer-yk0qhx > :first-child, .framer-95Xah.framer-v-e5to6n .framer-14yjwvg > :first-child { margin-top: 0px; } .framer-95Xah.framer-v-e5to6n .framer-1lz9bsv > :last-child, .framer-95Xah.framer-v-e5to6n .framer-f57lbn > :last-child, .framer-95Xah.framer-v-e5to6n .framer-yk0qhx > :last-child, .framer-95Xah.framer-v-e5to6n .framer-14yjwvg > :last-child { margin-bottom: 0px; } .framer-95Xah.framer-v-e5to6n .framer-f57lbn > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-95Xah.framer-v-e5to6n .framer-yk0qhx > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-95Xah.framer-v-e5to6n .framer-14yjwvg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,'.framer-95Xah[data-border=\"true\"]::after, .framer-95Xah [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 70\n * @framerIntrinsicWidth 1700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"ulwPK3ySH\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"ztna47w1A\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"My0OGjbwN\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"yTHKz_4Ki\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"I_CLwUcbJ\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"64px\",null]},\"n8rTaM_2D\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"uxCJTPsnS\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"uuyPhJhy_\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"zlilQK7Q4\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"Hy3vdaBSw\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"eLukk41gv\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"tKLQMujXc\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"RqNg9LMI_\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"NTxh292yE\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"70px\",null]},\"r_S5Ql9I3\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"B9Tr9jPMl\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"aq2DlakhU\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJuW5JW_H5=withCSS(Component,css,\"framer-95Xah\");export default FramerJuW5JW_H5;FramerJuW5JW_H5.displayName=\"Header New\";FramerJuW5JW_H5.defaultProps={height:70,width:1700};addPropertyControls(FramerJuW5JW_H5,{variant:{options:[\"V7ugsNpgc\",\"ulwPK3ySH\",\"ztna47w1A\",\"My0OGjbwN\",\"yTHKz_4Ki\",\"I_CLwUcbJ\",\"n8rTaM_2D\",\"uxCJTPsnS\",\"uuyPhJhy_\",\"zlilQK7Q4\",\"Hy3vdaBSw\",\"eLukk41gv\",\"tKLQMujXc\",\"RqNg9LMI_\",\"NTxh292yE\",\"r_S5Ql9I3\",\"B9Tr9jPMl\"],optionTitles:[\"1700\",\"1920\",\"1700_products\",\"1700_resources\",\"Mobile_open\",\"Mobile\",\"1440\",\"1440_products\",\"1440_resources\",\"1280\",\"1280_products\",\"1280_resources\",\"1024\",\"1024_products\",\"1024_resources\",\"Mobile_Products\",\"Mobile_Resources\"],title:\"Variant\",type:ControlType.Enum},aq2DlakhU:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerJuW5JW_H5,[{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:\"Public Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5xg0pX189fg.woff2\",weight:\"400\"},{family:\"Public Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65xg0pX189fg.woff2\",weight:\"600\"}]},...LocaleSelectorFonts,...ButtonNewFonts,...ElementsMenuIconCopyFonts,...ButtonFonts,...NavNewFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJuW5JW_H5\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1700\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"ulwPK3ySH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"ztna47w1A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"My0OGjbwN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"yTHKz_4Ki\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"I_CLwUcbJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"64px\\\",null]},\\\"n8rTaM_2D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"uxCJTPsnS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"uuyPhJhy_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"zlilQK7Q4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"Hy3vdaBSw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"eLukk41gv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"tKLQMujXc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"RqNg9LMI_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"NTxh292yE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"70px\\\",null]},\\\"r_S5Ql9I3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"B9Tr9jPMl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerVariables\":\"{\\\"aq2DlakhU\\\":\\\"hover\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"70\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "ubAA4C,SAASA,GAAe,CAAC,MAAMC,EAAE,MAAMC,EAAE,EAAE,aAAaC,EAAE,GAAG,SAASC,EAAE,EAAE,WAAWC,EAAE,EAAE,YAAYC,EAAE,EAAE,UAAUC,EAAE,EAAE,MAAMC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,IAAIC,EAAE,CAAC,EAAE,OAAOR,GAAGQ,EAAE,uBAAuB,EAAER,EAAEQ,EAAE,YAAYD,EAAEL,GAAGM,EAAE,eAAeL,EAAEK,EAAE,iBAAiBJ,EAAEI,EAAE,kBAAkBH,EAAEG,EAAE,gBAAgBF,IAAIE,EAAE,eAAeP,EAAEO,EAAE,iBAAiBP,EAAEO,EAAE,kBAAkBP,EAAEO,EAAE,gBAAgBP,IAAIO,EAAE,OAAO,OAAOA,CAAE,CAAQ,IAAMC,GAAe,CAAC,MAAM,CAAC,KAAKC,EAAE,MAAM,aAAa,MAAM,EAAE,MAAM,CAAC,KAAKA,EAAE,YAAY,UAAU,eAAe,aAAa,CAAC,QAAQ,gBAAgB,EAAE,UAAU,CAAC,WAAW,aAAa,cAAc,WAAW,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAE,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,OAAO,CAAC,ECAxyB,SAASC,GAAc,CAAC,MAAAC,EAAM,MAAAC,EAAM,MAAAC,EAAM,OAAAC,CAAM,EAAE,CAAC,EAAE,CAAC,IAAMC,EAAO,CAAC,EAAE,OAAGJ,IAAOI,EAAO,wBAAwB,EAAE,GAAGH,OAAWC,KAASF,IAAQI,EAAO,+BAA+B,EAAE,GAAGD,OAAmBC,CAAO,CAAQ,IAAMC,GAAc,CAAC,MAAM,CAAC,KAAKC,EAAY,MAAM,aAAa,MAAM,EAAE,MAAM,CAAC,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,OAAO,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,eAAe,EAAI,CAAC,ECApjB,SAASC,GAAc,CAAC,UAAAC,EAAU,UAAAC,EAAU,YAAAC,CAAW,EAAE,CAAC,EAAE,CAAC,MAAM,CAAC,kCAAkCF,EAAU,uBAAuBC,EAAU,8BAA8BC,CAAW,CAAE,CAAQ,IAAMC,GAAc,CAAC,UAAU,CAAC,KAAKC,EAAY,MAAM,MAAM,OAAO,SAAS,EAAI,EAAE,UAAU,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,SAAS,EAAI,EAAE,YAAY,CAAC,KAAKA,EAAY,MAAM,MAAM,SAAS,SAAS,EAAI,CAAC,ECAtZ,SAASC,GAAgB,CAAC,QAAAC,EAAQ,EAAE,eAAAC,EAAe,GAAM,WAAAC,EAAW,EAAE,aAAAC,EAAa,EAAE,cAAAC,EAAc,EAAE,YAAAC,EAAY,CAAC,EAAE,CAAC,EAAE,CAAC,OAAGJ,EAAsB,CAAC,WAAWC,EAAW,aAAaC,EAAa,cAAcC,EAAc,YAAYC,CAAW,EAAc,CAAC,WAAWL,EAAQ,aAAaA,EAAQ,cAAcA,EAAQ,YAAYA,CAAO,CAAG,CAAQ,IAAMM,GAAgB,CAAC,QAAQ,CAAC,KAAKC,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAc,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,aAAa,GAAG,IAAI,CAAC,CAAC,ECA/lB,SAASC,GAAe,CAAC,OAAAC,EAAO,EAAE,gBAAAC,EAAgB,GAAM,cAAAC,EAAc,EAAE,eAAAC,EAAe,EAAE,kBAAAC,EAAkB,EAAE,iBAAAC,EAAiB,CAAC,EAAE,CAAC,EAAE,CAAC,IAAMC,EAAO,CAAC,EAAE,OAAGL,GAAiBK,EAAO,oBAAoBJ,EAAcI,EAAO,qBAAqBH,EAAeG,EAAO,wBAAwBF,EAAkBE,EAAO,uBAAuBD,IAAuBC,EAAO,oBAAoBN,EAAOM,EAAO,qBAAqBN,EAAOM,EAAO,wBAAwBN,EAAOM,EAAO,uBAAuBN,GAAeM,CAAO,CAAQ,IAAMC,GAAe,CAAC,OAAO,CAAC,KAAKC,EAAY,YAAY,UAAU,mBAAmB,aAAa,CAAC,SAAS,iBAAiB,EAAE,UAAU,CAAC,gBAAgB,iBAAiB,oBAAoB,kBAAmB,EAAE,YAAY,CAAC,KAAK,KAAK,KAAK,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC,CAAC,ECCrG,IAAMC,EAAU,uBAA8G,IAAIC,IAAU,SAASA,EAAS,CAACA,EAAS,QAAW,UAAUA,EAAS,OAAU,QAAS,GAAGA,KAAWA,GAAS,CAAC,EAAE,EAAE,SAASC,GAAK,CAAC,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,KAAAC,CAAI,EAAE,CAAC,OAAGH,IAAO,UAAUE,EAA2BE,EAAK,MAAM,CAAC,GAAGF,EAAM,MAAMC,EAAK,OAAOA,CAAI,CAAC,EAAuBC,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,cAAc,MAAMD,EAAK,OAAOA,EAAK,KAAKF,EAAM,SAAsBG,EAAK,OAAO,CAAC,EAAE,+gBAA+gB,CAAC,CAAC,CAAC,CAAE,CAAC,IAAIC,IAAW,SAASA,EAAU,CAACA,EAAU,QAAW,UAAUA,EAAU,OAAU,QAAS,GAAGA,KAAYA,GAAU,CAAC,EAAE,EAAE,SAASC,GAAM,CAAC,KAAAN,EAAK,MAAAC,EAAM,MAAAC,EAAM,KAAAC,CAAI,EAAE,CAAC,OAAGH,IAAO,UAAUE,EAA2BE,EAAK,MAAM,CAAC,GAAGF,EAAM,MAAMC,EAAK,OAAOA,CAAI,CAAC,EAAuBC,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,YAAY,MAAMD,EAAK,OAAOA,EAAK,SAAsBC,EAAK,OAAO,CAAC,EAAE,2BAA2B,KAAK,OAAO,OAAOH,EAAM,YAAY,IAAI,cAAc,QAAQ,eAAe,OAAO,CAAC,CAAC,CAAC,CAAE,CAMlxE,IAAMM,GAAeC,GAAQ,CAAC,CAAC,KAAAC,EAAK,UAAAC,EAAU,UAAAC,EAAU,KAAAC,EAAK,MAAAC,EAAM,QAAQ,CAAC,MAAAC,EAAM,IAAAC,EAAI,OAAAC,EAAO,MAAAC,EAAM,MAAAC,EAAK,EAAE,MAAAC,EAAM,GAAGC,EAAK,IAAI,CAAC,IAAMC,GAAGC,GAAM,EAAO,CAAC,aAAAC,EAAa,QAAAC,EAAQ,UAAAC,EAAS,EAAEC,GAAc,EAAE,IAAIC,EAAiB,IAAMC,GAAgBD,EAAmEJ,GAAa,MAAM,MAAMI,IAAmB,OAAOA,EAAiB,UAAe,CAACE,EAAmBC,CAAqB,EAAEC,GAASH,CAAc,EAGrc,CAACI,EAAiBC,EAAmB,EAAEF,GAASH,CAAc,EAAQM,EAAeV,EAAQ,KAAKW,GAAQA,EAAO,KAAKH,CAAgB,EACxIH,IAAqBD,IAAgBE,EAAsBF,CAAc,EAAKI,IAAmBJ,GAAgBK,GAAoBL,CAAc,GAAI,SAASQ,GAAaC,EAAM,CAAC,IAAMC,EAASD,EAAM,OAAO,MAAMJ,GAAoBK,CAAQ,EAAE,IAAMH,EAAOX,EAAQ,KAAKW,IAAQA,GAAO,KAAKG,CAAQ,EAAEb,GAAUU,CAAM,CAAE,CAAC,IAAII,EAAqB,OAAoB,EAAM,MAAM,CAAC,UAAUC,EAAU,MAAMrB,EAAM,SAAS,CAAcf,EAAK,QAAQ,CAAC,QAAQiB,GAAG,SAAS,iBAAiB,CAAC,EAAejB,EAAK,SAAS,CAAC,GAAGiB,GAAG,MAAMW,EAAiB,SAASI,GAG3iB,aAAa,MAAM,SAASZ,EAAQ,IAAIW,GAAqB/B,EAAK,SAAS,CAAC,MAAM+B,EAAO,GAAG,SAASA,EAAO,IAAI,EAAEA,EAAO,EAAE,CAAC,CAAC,CAAC,EAAe,EAAM,MAAM,CAAC,UAAU,QAAQ,MAAM,CAAC,GAAG1B,EAAK,4BAA4BC,EAAU,iBAAiBC,EAAU,GAAG8B,GAAgBrB,EAAK,EAAE,GAAGsB,GAAetB,EAAK,EAAE,GAAGuB,GAAe3B,CAAM,EAAE,GAAG4B,GAAc3B,CAAK,EAAE,GAAG4B,GAAc3B,EAAK,EAAE,IAAAH,CAAG,EAAE,SAAS,CAACH,GAAmBR,EAAK,MAAM,CAAC,UAAU,OAAO,SAAsBA,EAAKL,GAAK,CAAC,GAAGa,CAAI,CAAC,CAAC,CAAC,EAAEE,GAAoBV,EAAK,MAAM,CAAC,UAAU,QAAQ,UAAUmC,EAA2EL,GAAe,QAAQ,MAAMK,IAAuB,OAAOA,EAAqB,SAAS,CAAC,EAAE1B,GAAoBT,EAAK,MAAM,CAAC,UAAU,QAAQ,SAAsBA,EAAKE,GAAM,CAAC,GAAGO,CAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAAE,CAAC;AAAA,eACnyB2B;AAAA;AAAA;AAAA,UAGL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAUL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAWL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAWL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA,UAIL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA,UAKL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAML;AAAA,eACKA,aAAqBA;AAAA;AAAA;AAAA;AAAA,SAI3B,CAAC,EAAEjC,GAAe,YAAY,kBAAkBuC,GAAoBvC,GAAe,CAAC,KAAK,CAClG,KAAKwC,EAAY,KAAK,SAAS,WAAW,gBAAgB,aAAa,aAAa,CAAC,SAAS,GAAG,WAAW,OAAO,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,SAAS,GAAK,aAAa,MAAM,EAAE,UAAU,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,aAAa,MAAM,EAAE,GAAGC,GAAgB,GAAGC,GAAe,KAAK,CAAC,KAAKF,EAAY,OAAO,YAAY,cAAc,SAAS,GAAK,SAAS,CAAC,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,QAAQ,OAAO,OAAOjD,EAAQ,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,wBAAwB,GAAK,aAAa,SAAS,EAAE,MAAM,CAAC,KAAKiD,EAAY,MAAM,wBAAwB,GAAK,aAAa,OAAO,OAAO3B,GAAOA,EAAM,OAAO,SAAS,EAAE,MAAM,CAAC,KAAK2B,EAAY,gBAAgB,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAM,KAAK,EAAE,OAAO3B,GAAOA,EAAM,OAAO,QAAQ,EAAE,KAAK,CAAC,KAAK2B,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,OAAO,YAAY,cAAc,SAAS,GAAK,SAAS,CAAC,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,QAAQ,OAAO,OAAO1C,EAAS,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,wBAAwB,GAAK,aAAa,SAAS,EAAE,MAAM,CAAC,KAAK0C,EAAY,MAAM,wBAAwB,GAAK,aAAa,OAAO,OAAO3B,GAAOA,EAAM,OAAO,SAAS,EAAE,MAAM,CAAC,KAAK2B,EAAY,gBAAgB,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAM,KAAK,EAAE,OAAO3B,GAAOA,EAAM,OAAO,QAAQ,EAAE,KAAK,CAAC,KAAK2B,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,CAAC,EAAE,aAAa,CAAC,CAAC,EAAE,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,UAAU,YAAY,gBAAgB,SAAS,CAAC,MAAM,CAAC,KAAKA,EAAY,QAAQ,aAAa,EAAI,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,YAAY,eAAe,SAAS,GAAK,SAASG,EAAc,EAAE,MAAM,CAAC,KAAKH,EAAY,OAAO,YAAY,eAAe,SAAS,GAAK,SAASI,EAAa,EAAE,MAAM,CAAC,KAAKJ,EAAY,OAAO,YAAY,eAAe,SAASK,EAAa,CAAC,CAAC,CAAC,CAAC,EAAE,IAAOC,GAAQ9C,GC7Ev4D,IAAA+C,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,OAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAyI,IAAMC,GAAG,iBAAyBC,GAAgBC,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeC,GAAgBH,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeE,GAAgBJ,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeG,GAAgBL,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,QAAQ,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,gBAAgB,qBAAqB,OAAO,sBAAsB,+CAA+C,EAAE,SAAS,gBAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeI,GAAgBN,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,gBAAW,CAAC,CAAC,CAAC,EAAeK,GAAgBP,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,iBAAO,CAAC,CAAC,CAAC,EAAeM,GAAgBR,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,4BAA4B,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,gBAAW,CAAC,CAAC,CAAC,EAAeO,GAAgBT,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,2BAAiB,CAAC,CAAC,CAAC,EAAeQ,GAAgBV,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAeS,GAAiBX,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAeU,GAAiBZ,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAeW,GAAiBb,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAKc,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsBd,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAea,GAAiBf,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAKc,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsBd,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAec,GAAiBhB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAKc,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsBd,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAee,GAAiBjB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAKc,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsBd,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegB,GAAiBlB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeiB,GAAiBnB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAekB,GAAiBpB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,oCAA0B,CAAC,CAAC,CAAC,EAAemB,GAAiBrB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,8BAAyB,CAAC,CAAC,CAAC,EAAeoB,GAAiBtB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,4BAAkB,CAAC,CAAC,CAAC,EAAeqB,GAAiBvB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAesB,GAAiBxB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAeuB,GAAI,cACrwSC,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,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,IAAM,CAAC,KAAO,WAAW,YAAc,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,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,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,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,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,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECD7tD,IAAAC,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,OAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAA8H,IAAMC,GAAgBC,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,gCAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeC,GAAgBH,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,gCAAiB,CAAC,CAAC,CAAC,EAAeE,GAAgBJ,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeG,GAAgBL,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAeI,GAAgBN,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,4BAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeK,GAAgBP,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,4BAAkB,CAAC,CAAC,CAAC,EAAeM,GAAgBR,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,4CAAkC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeO,GAAgBT,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,4CAAkC,CAAC,CAAC,CAAC,EAAeQ,GAAgBV,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,GAAgBX,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAeU,GAAiBZ,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeW,GAAiBb,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAeY,GAAiBd,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,2BAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAea,GAAiBf,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,2BAAiB,CAAC,CAAC,CAAC,EAAec,GAAiBhB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAee,GAAiBjB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAegB,GAAiBlB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiB,GAAiBnB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,2DAAsD,CAAC,CAAC,CAAC,EAAekB,GAAiBpB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,+DAA2C,CAAC,CAAC,CAAC,EAAemB,GAAiBrB,EAAWC,EAAS,CAAC,SAAsB,EAAMC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,CAAC,wCAA2CF,EAAKE,EAAO,GAAG,CAAC,CAAC,EAAeF,EAAKE,EAAO,GAAG,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoB,GAAiBtB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,wEAAoD,CAAC,CAAC,CAAC,EAAeqB,GAAiBvB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,iFAA6D,CAAC,CAAC,CAAC,EAAesB,GAAiBxB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,0CAA0C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAeuB,GAAiBzB,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,EAAE,SAAS,mCAA8B,CAAC,CAAC,CAAC,EAAewB,GAAI,YACxwVC,GAAqB,CAAC,QAAU,CAAC,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,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,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,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,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECAlvD,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,EAAOF,EAAOA,EAAO,SAAU,CCAoW,IAAMG,GAAeC,EAASC,CAAS,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWL,GAAmCE,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,GAAwB,CAAC,wBAAwB,YAAY,kBAAkB,YAAY,sBAAsB,YAAY,qBAAqB,YAAY,yBAAyB,YAAY,iBAAiB,YAAY,qBAAqB,YAAY,YAAY,YAAY,QAAQ,YAAY,IAAI,YAAY,cAAc,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,YAAAC,EAAY,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,UAAUF,GAAqDE,EAAM,UAAU,SAASE,GAAMD,EAAuCP,GAAwBM,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMvB,IAAeuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAU2B,GAA6BC,GAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAjC,EAAQ,UAAAkC,EAAU,GAAGC,EAAS,EAAEnB,GAASK,CAAK,EAAO,CAAC,YAAAe,EAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA7C,CAAQ,EAAE8C,GAAgB,CAAC,WAAAnD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQkD,EAAiBrB,GAAuBH,EAAMvB,CAAQ,EAAO,CAAC,sBAAAgD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAoBH,EAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,GAAmBL,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQS,EAAoBN,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAmBP,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQW,EAAoBR,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQY,EAAmBT,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQa,GAAmBV,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQc,GAAmBX,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQe,EAAmBZ,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQgB,GAAmBb,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQiB,EAAmBd,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQkB,GAAoBf,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQmB,EAAoBhB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQoB,GAAWC,GAAO,IAAI,EAAQC,GAAY,IAAQ,GAAC,YAAY,WAAW,EAAE,SAAS7B,CAAW,EAAmC8B,GAAa,IAAQ,EAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAAS9B,CAAW,EAAmC+B,GAAa,IAAQ/B,IAAc,YAA6CgC,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAAShC,CAAW,EAAmCiC,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASjC,CAAW,EAAmCkC,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASlC,CAAW,EAAmCmC,GAAa,IAAQ,EAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASnC,CAAW,EAAmCoC,GAAa,IAAQpC,IAAc,YAA6CqC,GAAa,IAAQrC,IAAc,YAA6CsC,GAAa,IAAQtC,IAAc,YAA6CuC,GAAc,IAAQ,GAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASvC,CAAW,EAAmCwC,GAAOC,GAAU,EAAQC,GAAsBC,GAAM,EAAQC,GAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,IAAIC,EAAmBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqB,OAAoBhH,EAAKiH,GAAY,CAAC,GAAG3F,GAA4C6C,GAAgB,SAAsBnE,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB,EAAMY,EAAO,IAAI,CAAC,GAAGsB,GAAU,GAAGI,EAAgB,UAAUsF,GAAGnI,GAAkB,GAAGsF,GAAsB,iBAAiBhD,EAAUK,EAAU,EAAE,mBAAmB,UAAU,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaI,EAAoB,IAAItB,GAA6BoC,GAAK,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,sCAAsC,GAAGhC,CAAK,EAAE,GAAGnC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,mBAAmB,uBAAuB,EAAE,UAAU,CAAC,mBAAmB,YAAY,aAAauD,EAAkB,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,mBAAmB,KAAK,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,wBAAwB,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAAc,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAKmH,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,GAAGlI,EAAqB,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,CAAC,EAAEwC,EAAYI,CAAc,EAAE,SAAsB,EAAM3B,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,mBAAmB,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,aAAaO,EAAoB,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,CAAC,EAAE,GAAGxD,EAAqB,CAAC,UAAU,CAAC,aAAayD,CAAkB,EAAE,UAAU,CAAC,aAAa,OAAU,aAAaE,CAAkB,EAAE,UAAU,CAAC,aAAaD,CAAmB,EAAE,UAAU,CAAC,aAAaA,CAAmB,EAAE,UAAU,CAAC,aAAaA,CAAmB,EAAE,UAAU,CAAC,aAAaA,CAAmB,EAAE,UAAU,CAAC,aAAaA,CAAmB,CAAC,EAAElB,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKoH,EAAS,CAAC,sBAAsB,GAAK,UAAU5C,EAAmB6C,EAAkB,KAAKpG,CAAY,KAAK,MAAMuD,IAAqB,OAAOA,EAAgCxE,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,MAAM,CAAC,oBAAoB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,CAAC,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAGjD,EAAqB,CAAC,UAAU,CAAC,UAAUwF,GAAoB4C,EAAkB,KAAKpG,CAAY,KAAK,MAAMwD,KAAsB,OAAOA,GAAiCzE,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUwE,GAAoB2C,EAAkB,KAAKpG,CAAY,KAAK,MAAMyD,KAAsB,OAAOA,GAAiC1E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUyE,GAAoB0C,EAAkB,KAAKpG,CAAY,KAAK,MAAM0D,KAAsB,OAAOA,GAAiC3E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU0E,GAAoByC,EAAkB,KAAKpG,CAAY,KAAK,MAAM2D,KAAsB,OAAOA,GAAiC5E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU2E,GAAoBwC,EAAkB,KAAKpG,CAAY,KAAK,MAAM4D,KAAsB,OAAOA,GAAiC7E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU4E,EAAoBuC,EAAkB,KAAKpG,CAAY,KAAK,MAAM6D,IAAsB,OAAOA,EAAiC9E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU6E,EAAoBsC,EAAkB,KAAKpG,CAAY,KAAK,MAAM8D,IAAsB,OAAOA,EAAiC/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAEyB,GAAY,GAAgBtD,EAAKsH,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBpF,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA,EAA0gC,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,GAAa,GAAgBvD,EAAKmH,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,SAAsB,EAAMjH,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,mBAAmB,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,aAAaW,GAAmB,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,oBAAoB,CAAC,EAAE,GAAG5D,EAAqB,CAAC,UAAU,CAAC,aAAayD,CAAkB,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKoH,EAAS,CAAC,sBAAsB,GAAK,UAAUpC,EAAoBqC,EAAkB,KAAKpG,CAAY,KAAK,MAAM+D,IAAsB,OAAOA,EAAiChF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,MAAM,CAAC,oBAAoB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,iBAAiB,CAAC,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAGjD,EAAqB,CAAC,UAAU,CAAC,UAAUgG,EAAoBoC,EAAkB,KAAKpG,CAAY,KAAK,MAAMgE,IAAsB,OAAOA,EAAiCjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAE2B,GAAa,GAAgBxD,EAAKsH,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBpF,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA,EAA0gC,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKmH,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,GAAGlI,EAAqB,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,CAAC,EAAEwC,EAAYI,CAAc,EAAE,SAAsB,EAAM3B,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,qBAAqB,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,aAAaY,GAAmB,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,CAAC,EAAE,GAAG7D,EAAqB,CAAC,UAAU,CAAC,aAAa8D,CAAkB,EAAE,UAAU,CAAC,aAAaA,CAAkB,EAAE,UAAU,CAAC,aAAa,OAAU,aAAaH,CAAkB,EAAE,UAAU,CAAC,aAAaG,CAAkB,EAAE,UAAU,CAAC,aAAaA,CAAkB,EAAE,UAAU,CAAC,aAAaA,CAAkB,EAAE,UAAU,CAAC,aAAaL,CAAkB,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKoH,EAAS,CAAC,sBAAsB,GAAK,UAAUlC,GAAqBmC,EAAkB,KAAKpG,CAAY,KAAK,MAAMiE,KAAuB,OAAOA,GAAkClF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,MAAM,CAAC,oBAAoB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,CAAC,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAGjD,EAAqB,CAAC,UAAU,CAAC,UAAUkG,GAAqBkC,EAAkB,KAAKpG,CAAY,KAAK,MAAMkE,KAAuB,OAAOA,GAAkCnF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUkF,GAAqBiC,EAAkB,KAAKpG,CAAY,KAAK,MAAMmE,KAAuB,OAAOA,GAAkCpF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUmF,GAAqBgC,EAAkB,KAAKpG,CAAY,KAAK,MAAMoE,KAAuB,OAAOA,GAAkCrF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUoF,GAAqB+B,EAAkB,KAAKpG,CAAY,KAAK,MAAMqE,KAAuB,OAAOA,GAAkCtF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUqF,GAAqB8B,EAAkB,KAAKpG,CAAY,KAAK,MAAMsE,KAAuB,OAAOA,GAAkCvF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUsF,GAAqB6B,EAAkB,KAAKpG,CAAY,KAAK,MAAMuE,KAAuB,OAAOA,GAAkCxF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUuF,GAAqB4B,EAAkB,KAAKpG,CAAY,KAAK,MAAMwE,KAAuB,OAAOA,GAAkCzF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAE4B,GAAa,GAAgBzD,EAAKsH,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBpF,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA,EAA0gC,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKmH,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,GAAGlI,EAAqB,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,CAAC,EAAEwC,EAAYI,CAAc,EAAE,SAAsB,EAAM3B,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,mBAAmB,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,aAAac,GAAmB,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,CAAC,EAAE,GAAG/D,EAAqB,CAAC,UAAU,CAAC,iBAAiB,OAAU,aAAa,MAAS,EAAE,UAAU,CAAC,aAAa,OAAU,aAAa2D,CAAkB,EAAE,UAAU,CAAC,aAAaK,CAAkB,EAAE,UAAU,CAAC,aAAaA,CAAkB,EAAE,UAAU,CAAC,aAAaP,CAAkB,EAAE,UAAU,CAAC,aAAaO,CAAkB,EAAE,UAAU,CAAC,aAAaA,CAAkB,CAAC,EAAExB,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKoH,EAAS,CAAC,sBAAsB,GAAK,UAAU1B,GAAqB2B,EAAkB,MAAMpG,CAAY,KAAK,MAAMyE,KAAuB,OAAOA,GAAkC1F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,mBAAmB,MAAM,CAAC,oBAAoB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,CAAC,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAGjD,EAAqB,CAAC,UAAU,CAAC,UAAU0G,GAAqB0B,EAAkB,MAAMpG,CAAY,KAAK,MAAM0E,KAAuB,OAAOA,GAAkC3F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU0F,GAAqByB,EAAkB,MAAMpG,CAAY,KAAK,MAAM2E,KAAuB,OAAOA,GAAkC5F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU2F,GAAqBwB,EAAkB,MAAMpG,CAAY,KAAK,MAAM4E,KAAuB,OAAOA,GAAkC7F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU4F,GAAqBuB,EAAkB,MAAMpG,CAAY,KAAK,MAAM6E,KAAuB,OAAOA,GAAkC9F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU6F,GAAqBsB,EAAkB,MAAMpG,CAAY,KAAK,MAAM8E,KAAuB,OAAOA,GAAkC/F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU8F,GAAqBqB,EAAkB,MAAMpG,CAAY,KAAK,MAAM+E,KAAuB,OAAOA,GAAkChG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU+F,GAAqBoB,EAAkB,MAAMpG,CAAY,KAAK,MAAMgF,KAAuB,OAAOA,GAAkCjG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAE6B,GAAa,GAAgB1D,EAAKsH,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBpF,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA,EAA0gC,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKmH,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,GAAGlI,EAAqB,CAAC,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,CAAC,EAAEwC,EAAYI,CAAc,EAAE,SAAsB,EAAM3B,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,mBAAmB,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,aAAagB,GAAoB,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,CAAC,EAAE,GAAGjE,EAAqB,CAAC,UAAU,CAAC,aAAayD,CAAkB,EAAE,UAAU,CAAC,aAAaS,CAAmB,EAAE,UAAU,CAAC,aAAaA,CAAmB,EAAE,UAAU,CAAC,aAAaA,CAAmB,EAAE,UAAU,CAAC,aAAaA,CAAmB,EAAE,UAAU,CAAC,iBAAiB,OAAU,aAAa,MAAS,EAAE,UAAU,CAAC,aAAa,OAAU,aAAaP,CAAkB,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKoH,EAAS,CAAC,sBAAsB,GAAK,UAAUlB,GAAqBmB,EAAkB,MAAMpG,CAAY,KAAK,MAAMiF,KAAuB,OAAOA,GAAkClG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,MAAM,CAAC,oBAAoB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,iBAAiB,CAAC,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAGjD,EAAqB,CAAC,UAAU,CAAC,UAAUkH,GAAqBkB,EAAkB,MAAMpG,CAAY,KAAK,MAAMkF,KAAuB,OAAOA,GAAkCnG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUkG,GAAqBiB,EAAkB,MAAMpG,CAAY,KAAK,MAAMmF,KAAuB,OAAOA,GAAkCpG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUmG,GAAqBgB,EAAkB,MAAMpG,CAAY,KAAK,MAAMoF,KAAuB,OAAOA,GAAkCrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUoG,GAAqBe,EAAkB,MAAMpG,CAAY,KAAK,MAAMqF,KAAuB,OAAOA,GAAkCtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUqG,GAAqBc,EAAkB,MAAMpG,CAAY,KAAK,MAAMsF,KAAuB,OAAOA,GAAkCvG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUsG,GAAqBa,EAAkB,MAAMpG,CAAY,KAAK,MAAMuF,KAAuB,OAAOA,GAAkCxG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUuG,GAAqBY,EAAkB,MAAMpG,CAAY,KAAK,MAAMwF,KAAuB,OAAOA,GAAkCzG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,gBAAgB,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,+CAA+C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAE8B,GAAa,GAAgB3D,EAAKsH,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,iBAAiBpF,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA,EAA0gC,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKmH,EAAK,CAAC,OAAO,YAAY,GAAGlI,EAAqB,CAAC,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,CAAC,CAAC,EAAEwC,EAAYI,CAAc,EAAE,SAAsB,EAAM3B,EAAO,EAAE,CAAC,UAAU,+BAA+B,cAAc,GAAK,mBAAmB,mBAAmB,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,mBAAmB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,CAAC,EAAE,SAAS,CAACqB,GAAa,GAAgBvD,EAAKoH,EAAS,CAAC,sBAAsB,GAAK,UAAUV,GAAqBW,EAAkB,MAAMpG,CAAY,KAAK,MAAMyF,KAAuB,OAAOA,GAAkC1G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,4CAA4C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAGjD,EAAqB,CAAC,UAAU,CAAC,UAAU0H,GAAqBU,EAAkB,MAAMpG,CAAY,KAAK,MAAM0F,KAAuB,OAAOA,GAAkC3G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,yCAAyC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU0G,GAAqBS,EAAkB,MAAMpG,CAAY,KAAK,MAAM2F,KAAuB,OAAOA,GAAkC5G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,wCAAwC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU2G,GAAqBQ,EAAkB,MAAMpG,CAAY,KAAK,MAAM4F,KAAuB,OAAOA,GAAkC7G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,yCAAyC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU4G,GAAqBO,EAAkB,MAAMpG,CAAY,KAAK,MAAM6F,KAAuB,OAAOA,GAAkC9G,EAAWG,EAAS,CAAC,SAAsB,EAAMD,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,CAAC,kCAA+CF,EAAKE,EAAO,GAAG,CAAC,CAAC,EAAeF,EAAKE,EAAO,GAAG,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAe,EAAM3B,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,KAAK,wBAAwB,KAAK,oBAAoB,KAAK,qBAAqB,IAAI,EAAE,SAAS,CAAC0B,GAAa,GAAgB5D,EAAKuH,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQC,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,IAAI,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,iBAAiBpC,EAAiB,SAAS,YAAY,GAAGjD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQuI,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,CAAC,EAAE7C,EAAYI,CAAc,CAAC,CAAC,EAAE2B,GAAa,GAAgBxD,EAAKuH,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,mBAAmB,mBAAmB,iBAAiBrF,EAAiB,SAAS,YAAY,GAAGjD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQuI,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,IAAI,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,CAAC,EAAE7C,EAAYI,CAAc,CAAC,CAAC,EAAEgC,GAAa,GAAgB7D,EAAKuH,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,mBAAmB,iBAAiBrF,EAAiB,SAAS,YAAY,GAAGjD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQuI,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,IAAI,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE7C,EAAYI,CAAc,CAAC,CAAC,EAAEiC,GAAa,GAAgB9D,EAAKuH,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAoE,EAAE,UAAU,gBAAgB,mBAAmB,mBAAmB,iBAAiBrF,EAAiB,SAAS,YAAY,GAAGjD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQuI,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,IAAI,IAAI,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAoE,CAAC,CAAC,EAAE7C,EAAYI,CAAc,CAAC,CAAC,EAAEkC,GAAa,GAAgB/D,EAAKuH,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,mBAAmB,mBAAmB,iBAAiBrF,EAAiB,SAAS,YAAY,GAAGjD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQuI,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,IAAI,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,CAAC,EAAE7C,EAAYI,CAAc,CAAC,CAAC,EAAEmC,GAAc,GAAgBhE,EAAKuH,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,YAAY,IAAI,WAAW,IAAI,IAAI,uFAAuF,OAAO,mKAAmK,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBrF,EAAiB,SAAS,YAAY,GAAGjD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQuI,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,aAAa,IAAI,uFAAuF,OAAO,mKAAmK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,aAAa,IAAI,uFAAuF,OAAO,mKAAmK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,aAAa,IAAI,uFAAuF,OAAO,mKAAmK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,aAAa,IAAI,uFAAuF,OAAO,mKAAmK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,aAAa,IAAI,uFAAuF,OAAO,mKAAmK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQkD,GAAwFlD,GAAkB,GAAI,GAAG,GAAG,GAAG,mBAAmB,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,aAAa,IAAI,uFAAuF,OAAO,mKAAmK,CAAC,CAAC,EAAE7C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmC,GAAc,GAAgB,EAAM9D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAMhC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,MAAM,wBAAwB,MAAM,oBAAoB,MAAM,qBAAqB,KAAK,EAAE,SAAsBlC,EAAKoH,EAAS,CAAC,sBAAsB,GAAK,UAAUL,GAAqBM,EAAkB,MAAMpG,CAAY,KAAK,MAAM8F,KAAuB,OAAOA,GAAkC/G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,sBAAsB,0CAA0C,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,oBAAoB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKoH,EAAS,CAAC,sBAAsB,GAAK,UAAUJ,GAAqBK,EAAkB,MAAMpG,CAAY,KAAK,MAAM+F,KAAuB,OAAOA,GAAkChH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,6DAA6D,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,OAAO,EAAE,SAAS,+BAA+B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,uBAAuB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKyH,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,iDAAiD,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B,CAAC,IAAIlD,EAAmB,OAAOxE,EAAK2H,EAA0B,CAAC,SAAsB3H,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKnB,EAAU,CAAC,WAAW2F,EAAmB6C,EAAkB,MAAMpG,CAAY,KAAK,MAAMuD,IAAqB,OAAOA,EAAmB,YAAY,UAAUkD,EAAc,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGzI,EAAqB,CAAC,UAAU,CAAC,UAAUyI,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAEjG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ+F,GAAI,CAAC,kFAAkF,kFAAkF,sRAAsR,4RAA4R,maAAma,kSAAkS,yNAAyN,mVAAmV,sKAAsK,mHAAmH,2NAA2N,qNAAqN,4MAA4M,0NAA0N,oNAAoN,0NAA0N,6RAA6R,8RAA8R,gRAAgR,gWAAgW,gHAAgH,qKAAqK,yGAAyG,k8EAAk8E,mVAAmV,6DAA6D,6DAA6D,8DAA8D,iTAAiT,mTAAmT,6TAA6T,+bAA+b,EASlguEC,GAAgBC,GAAQhH,GAAU8G,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,UAAUA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,kBAAkB,qBAAqB,yBAAyB,gBAAgB,wBAAwB,sBAAsB,MAAM,YAAY,qBAAqB,iBAAiB,gBAAgB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,sGAAsG,OAAO,KAAK,EAAE,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,sGAAsG,OAAO,KAAK,EAAE,CAAC,OAAO,iBAAiB,OAAO,SAAS,IAAI,oEAAoE,CAAC,CAAC,EAAE,GAAGlJ,EAAc,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT9I,IAAMwJ,GAAoBC,EAASC,EAAc,EAAQC,GAAeF,EAASG,CAAS,EAAQC,GAA0BJ,EAASK,EAAoB,EAAQC,GAAYN,EAASO,EAAM,EAAQC,GAAYR,EAASS,EAAM,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAiB,CAAC,UAAUC,EAAe,EAAE,SAASC,EAAkBC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAO,OAAOA,EAAQF,EAAOA,EAAO,SAAU,CAAC,IAAMG,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAW,CAAC,CAAC,MAAAL,EAAM,SAAAM,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWV,GAAmCO,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,GAAwB,CAAC,gBAAgB,YAAY,iBAAiB,YAAY,KAAO,YAAY,gBAAgB,YAAY,iBAAiB,YAAY,KAAO,YAAY,gBAAgB,YAAY,iBAAiB,YAAY,KAAO,YAAY,gBAAgB,YAAY,iBAAiB,YAAY,KAAO,YAAY,KAAO,YAAY,YAAY,YAAY,gBAAgB,YAAY,iBAAiB,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,MAAAC,EAAM,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,UAAUH,GAAmCG,EAAM,UAAU,SAASE,GAAMD,EAAuCP,GAAwBM,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMhC,IAAegC,EAAM,iBAAwBhC,EAAS,KAAK,GAAG,EAAEgC,EAAM,iBAAwBhC,EAAS,KAAK,GAAG,EAAUoC,GAA6BC,GAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA1C,EAAQ,UAAA2C,EAAU,GAAGC,EAAS,EAAEnB,GAASK,CAAK,EAAO,CAAC,YAAAe,EAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAtD,CAAQ,EAAEuD,GAAgB,CAAC,WAAA5D,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ2D,EAAiBrB,GAAuBH,EAAMhC,CAAQ,EAAO,CAAC,sBAAAyD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAoBH,EAAsB,SAASI,IAAO,CAAmC,GAAlCR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,GAAWL,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,EAAWN,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAmBP,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQW,EAAoBR,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQY,EAAmBT,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQa,GAAoBV,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQc,GAAoBX,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQe,EAAoBZ,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQgB,GAAoBb,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQiB,EAAmBd,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQkB,GAAYf,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQmB,EAAYhB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQoB,GAAajB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQqB,GAAYlB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQsB,GAAYnB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQuB,GAAiBpB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQwB,GAAgBrB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQyB,GAAgBtB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQ0B,GAAgBvB,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQ2B,GAAWC,GAAO,IAAI,EAAQC,GAAY,IAAQ,EAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASpC,CAAW,EAAmCqC,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASrC,CAAW,EAAmCsC,GAAa,IAAQtC,IAAc,YAA6CuC,GAAa,IAAQvC,IAAc,YAA6CwC,GAAa,IAAQxC,IAAc,YAA6CyC,GAAa,IAAQzC,IAAc,YAA6C0C,GAAa,IAAQ1C,IAAc,YAA6C2C,EAAa,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAAS3C,CAAW,EAAmC4C,EAAa,IAAQ,GAAC,YAAY,YAAY,WAAW,EAAE,SAAS5C,CAAW,EAAmC6C,GAAa,IAAQ7C,IAAc,YAA6C8C,GAAc,IAAQ,EAAC,YAAY,WAAW,EAAE,SAAS9C,CAAW,EAAmC+C,GAAc,IAAQ,GAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAAS/C,CAAW,EAAmCgD,GAAsBC,GAAM,EAAQC,GAAsB,CAAatD,EAAS,EAAQuD,EAAkBC,GAAqB,EAAE,IAAIC,EAAmBC,EAAoBC,EAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAoBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,EAAqBC,EAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqB,OAAoB1H,EAAK2H,GAAY,CAAC,GAAGrG,GAA4CmD,GAAgB,SAAsBzE,EAAKC,GAAS,CAAC,QAAQvB,EAAS,QAAQ,GAAM,SAAsBsB,EAAKR,GAAW,CAAC,MAAMJ,GAAY,SAAsB,EAAMc,EAAO,IAAI,CAAC,GAAGsB,GAAU,GAAGI,EAAgB,UAAUgG,GAAGtJ,GAAkB,GAAGqG,GAAsB,gBAAgBtD,EAAUK,EAAU,EAAE,cAAc,GAAK,mBAAmB,OAAO,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaI,EAAoB,IAAItB,GAA6B2C,GAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,GAAGvC,CAAK,EAAE,GAAG5C,EAAqB,CAAC,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,MAAM,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,MAAM,EAAE,UAAU,CAAC,mBAAmB,MAAM,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,MAAM,EAAE,UAAU,CAAC,mBAAmB,eAAe,CAAC,EAAEiD,EAAYI,CAAc,EAAE,SAAS,CAAc,EAAM3B,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAMhC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAC2B,GAAY,GAAgB7D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAK8H,EAAI,CAAC,GAAG,IAAI,UAAU,8BAA8B,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,iBAAiB5F,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAy7O,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4B,GAAa,GAAgB,EAAM5D,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAC6B,GAAa,GAAgB/D,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKpC,GAAe,CAAC,MAAM,CAAC,MAAM,eAAe,KAAK,GAAG,KAAK,SAAS,EAAE,UAAU,qBAAqB,KAAK,CAAC,WAAW,sBAAsB,SAAS,OAAO,UAAU,SAAS,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,KAAK,CAAC,MAAM,eAAe,MAAMyB,GAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,KAAK,GAAG,KAAK,SAAS,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,mBAAmB,OAAO,EAAE,MAAM,QAAQ,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAK,EAAE,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,iBAAiB,GAAM,cAAc,GAAG,eAAe,GAAG,UAAU,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2E,GAAa,GAAgBhE,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKpC,GAAe,CAAC,MAAM,CAAC,MAAM,eAAe,KAAK,GAAG,KAAK,SAAS,EAAE,UAAU,qBAAqB,KAAK,CAAC,WAAW,sBAAsB,SAAS,OAAO,UAAU,SAAS,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,KAAK,CAAC,MAAM,eAAe,MAAMyB,GAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,KAAK,GAAG,KAAK,SAAS,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,mBAAmB,OAAO,EAAE,MAAM,QAAQ,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAK,EAAE,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,iBAAiB,GAAM,cAAc,GAAG,eAAe,GAAG,UAAU,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyE,GAAa,GAAgB9D,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKlC,EAAU,CAAC,WAAWgH,EAAmB/F,EAAkB,KAAKkC,CAAY,KAAK,MAAM6D,IAAqB,OAAOA,EAAmB,cAAc,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGtG,EAAqB,CAAC,UAAU,CAAC,UAAU,kEAAkE,EAAE,UAAU,CAAC,UAAU,kEAAkE,CAAC,EAAEiD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiC,GAAa,GAAgB9D,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKhC,GAAqB,CAAC,MAAM,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,IAAIwE,GAAW,QAAQ,YAAY,MAAM,OAAO,GAAGhE,EAAqB,CAAC,UAAU,CAAC,IAAIiE,EAAW,QAAQ,WAAW,CAAC,EAAEhB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoC,GAAa,GAAgB,EAAM/D,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAC+B,GAAa,GAAgBjE,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKpC,GAAe,CAAC,MAAM,CAAC,MAAM,eAAe,KAAK,GAAG,KAAK,SAAS,EAAE,UAAU,qBAAqB,KAAK,CAAC,WAAW,sBAAsB,SAAS,OAAO,UAAU,SAAS,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,KAAK,CAAC,MAAM,eAAe,MAAMyB,GAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,KAAK,GAAG,KAAK,SAAS,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,mBAAmB,OAAO,EAAE,MAAM,QAAQ,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAK,EAAE,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,iBAAiB,GAAM,cAAc,GAAG,eAAe,GAAG,UAAU,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeW,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKhC,GAAqB,CAAC,MAAM,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,IAAIyE,EAAW,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezC,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKlC,EAAU,CAAC,WAAWiH,EAAoBhG,EAAkB,KAAKkC,CAAY,KAAK,MAAM8D,IAAsB,OAAOA,EAAoB,cAAc,UAAU,mEAAmE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEf,GAAa,GAAgBhE,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAK8H,EAAI,CAAC,GAAG,IAAI,UAAU,+BAA+B,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,iBAAiB5F,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAy7O,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgC,GAAa,GAAgB,EAAMhE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAACgC,GAAa,GAAgBlE,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKpC,GAAe,CAAC,MAAM,CAAC,MAAM,eAAe,KAAK,GAAG,KAAK,SAAS,EAAE,UAAU,qBAAqB,KAAK,CAAC,WAAW,sBAAsB,SAAS,OAAO,UAAU,SAAS,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,KAAK,CAAC,MAAM,eAAe,MAAMyB,GAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,KAAK,GAAG,KAAK,SAAS,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,mBAAmB,OAAO,EAAE,MAAM,QAAQ,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAK,EAAE,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,iBAAiB,GAAM,cAAc,GAAG,eAAe,GAAG,UAAU,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeW,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKlC,EAAU,CAAC,WAAWkH,EAAoBjG,EAAkB,KAAKkC,CAAY,KAAK,MAAM+D,IAAsB,OAAOA,EAAoB,cAAc,UAAU,mEAAmE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehF,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKhC,GAAqB,CAAC,MAAM,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,IAAIyE,EAAW,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEsB,GAAa,GAAgB/D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAK8H,EAAI,CAAC,GAAG,IAAI,UAAU,8BAA8B,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,iBAAiB5F,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAy7O,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+B,GAAa,GAAgBjE,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAK8H,EAAI,CAAC,GAAG,IAAI,UAAU,8BAA8B,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,iBAAiB5F,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAy7O,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgC,GAAa,GAAgBlE,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAK8H,EAAI,CAAC,GAAG,IAAI,UAAU,+BAA+B,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,iBAAiB5F,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAy7O,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBgC,EAAiB,SAAS,YAAY,SAASiC,GAAa,GAAgB,EAAMjE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAACkC,EAAa,GAAgB,EAAMlE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,aAAaQ,EAAmB,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,GAAGlE,EAAqB,CAAC,UAAU,CAAC,aAAaoE,CAAkB,EAAE,UAAU,CAAC,iBAAiB,OAAU,aAAa,MAAS,EAAE,UAAU,CAAC,aAAaD,CAAmB,EAAE,UAAU,CAAC,aAAaE,EAAmB,EAAE,UAAU,CAAC,iBAAiB,OAAU,aAAa,MAAS,EAAE,UAAU,CAAC,aAAaA,EAAmB,EAAE,UAAU,CAAC,aAAaF,CAAmB,EAAE,UAAU,CAAC,iBAAiB,OAAU,aAAa,MAAS,EAAE,UAAU,CAAC,aAAaC,CAAkB,EAAE,UAAU,CAAC,iBAAiB,OAAU,aAAa,MAAS,CAAC,EAAEnB,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAU/C,GAAoBlG,EAAkB,KAAKkC,CAAY,KAAK,MAAMgE,KAAsB,OAAOA,GAAiCjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,CAAC,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG1D,EAAqB,CAAC,UAAU,CAAC,UAAU0G,GAAoBnG,EAAkB,KAAKkC,CAAY,KAAK,MAAMiE,KAAsB,OAAOA,GAAiClF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUiF,GAAoBpG,EAAkB,KAAKkC,CAAY,KAAK,MAAMkE,KAAsB,OAAOA,GAAiCnF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUkF,GAAoBrG,EAAkB,KAAKkC,CAAY,KAAK,MAAMmE,KAAsB,OAAOA,GAAiCpF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUmF,GAAoBtG,EAAkB,KAAKkC,CAAY,KAAK,MAAMoE,KAAsB,OAAOA,GAAiCrF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUoF,GAAoBvG,EAAkB,KAAKkC,CAAY,KAAK,MAAMqE,KAAsB,OAAOA,GAAiCtF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUqF,GAAoBxG,EAAkB,KAAKkC,CAAY,KAAK,MAAMsE,KAAsB,OAAOA,GAAiCvF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUsF,GAAqBzG,EAAkB,KAAKkC,CAAY,KAAK,MAAMuE,KAAuB,OAAOA,GAAkCxF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUuF,GAAqB1G,EAAkB,KAAKkC,CAAY,KAAK,MAAMwE,KAAuB,OAAOA,GAAkCzF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAe7B,EAAK8H,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,GAAG,iBAAiB5F,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,IAAI;AAAA;AAAA;AAAA,EAAizB,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,CAAC,EAAE,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEkC,EAAa,GAAgB,EAAMlE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,aAAaY,GAAoB,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,GAAGtE,EAAqB,CAAC,UAAU,CAAC,iBAAiB,OAAU,aAAa,MAAS,EAAE,UAAU,CAAC,aAAawE,EAAmB,EAAE,UAAU,CAAC,aAAaD,CAAmB,EAAE,UAAU,CAAC,iBAAiB,OAAU,aAAa,MAAS,EAAE,UAAU,CAAC,aAAaE,CAAkB,EAAE,UAAU,CAAC,aAAaA,CAAkB,EAAE,UAAU,CAAC,aAAaF,CAAmB,EAAE,UAAU,CAAC,aAAaC,EAAmB,CAAC,EAAEvB,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUtC,GAAqB3G,EAAkB,KAAKkC,CAAY,KAAK,MAAMyE,KAAuB,OAAOA,GAAkC1F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,QAAQ,EAAE,SAAsBF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,gBAAgB,qBAAqB,OAAO,sBAAsB,+CAA+C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,EAAE,UAAU,CAAC,qBAAqB,iBAAiB,CAAC,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG1D,EAAqB,CAAC,UAAU,CAAC,UAAUmH,GAAqB5G,EAAkB,KAAKkC,CAAY,KAAK,MAAM0E,KAAuB,OAAOA,GAAkC3F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU0F,GAAqB7G,EAAkB,KAAKkC,CAAY,KAAK,MAAM2E,KAAuB,OAAOA,GAAkC5F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU2F,GAAqB9G,EAAkB,KAAKkC,CAAY,KAAK,MAAM4E,KAAuB,OAAOA,GAAkC7F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU4F,GAAqB/G,EAAkB,KAAKkC,CAAY,KAAK,MAAM6E,KAAuB,OAAOA,GAAkC9F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAe7B,EAAK8H,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,GAAG,iBAAiB5F,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,IAAI;AAAA;AAAA;AAAA,EAAizB,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,CAAC,EAAE,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEmC,EAAa,GAAgB,EAAMnE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAACmC,EAAa,GAAgB,EAAMnE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,MAAMgB,GAAY,GAAG1E,EAAqB,CAAC,UAAU,CAAC,MAAM4E,EAAY,EAAE,UAAU,CAAC,MAAMD,CAAW,EAAE,UAAU,CAAC,MAAMA,CAAW,CAAC,EAAE1B,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUjC,GAAqBhH,EAAkB,KAAKkC,CAAY,KAAK,MAAM8E,KAAuB,OAAOA,GAAkC/F,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,oBAAoB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG1D,EAAqB,CAAC,UAAU,CAAC,UAAUwH,GAAqBjH,EAAkB,KAAKkC,CAAY,KAAK,MAAM+E,KAAuB,OAAOA,GAAkChG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,4BAA4B,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU+F,GAAqBlH,EAAkB,KAAKkC,CAAY,KAAK,MAAMgF,KAAuB,OAAOA,GAAkCjG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,4BAA4B,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUgG,GAAqBnH,EAAkB,KAAKkC,CAAY,KAAK,MAAMiF,KAAuB,OAAOA,GAAkClG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,4BAA4B,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAe7B,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKhC,GAAqB,CAAC,MAAM,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGQ,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEiD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqC,GAAa,GAAgB,EAAMhE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAACoC,GAAa,GAAgBtE,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAU7B,GAAqBpH,EAAkB,KAAKkC,CAAY,KAAK,MAAMkF,KAAuB,OAAOA,GAAkCnG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,qBAAqB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAU5B,GAAqBrH,EAAkB,KAAKkC,CAAY,KAAK,MAAMmF,KAAuB,OAAOA,GAAkCpG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,uBAAuB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAU3B,GAAqBtH,EAAkB,MAAMkC,CAAY,KAAK,MAAMoF,KAAuB,OAAOA,GAAkCrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,sBAAsB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAK6H,EAAK,CAAC,KAAK,6CAA6C,OAAO,YAAY,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,6BAA6B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAU1B,GAAqBvH,EAAkB,MAAMkC,CAAY,KAAK,MAAMqF,KAAuB,OAAOA,GAAkCtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,yBAAyB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUzB,GAAqBxH,EAAkB,KAAKkC,CAAY,KAAK,MAAMsF,KAAuB,OAAOA,GAAkCvG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,uBAAuB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUxB,GAAqBzH,EAAkB,MAAMkC,CAAY,KAAK,MAAMuF,KAAuB,OAAOA,GAAkCxG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG1D,EAAqB,CAAC,UAAU,CAAC,UAAUiI,GAAqB1H,EAAkB,MAAMkC,CAAY,KAAK,MAAMwF,KAAuB,OAAOA,GAAkCzG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,EAAE,UAAU,CAAC,UAAUwG,GAAqB3H,EAAkB,MAAMkC,CAAY,KAAK,MAAMyF,KAAuB,OAAOA,GAAkC1G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,EAAE,UAAU,CAAC,UAAUyG,GAAqB5H,EAAkB,MAAMkC,CAAY,KAAK,MAAM0F,KAAuB,OAAOA,GAAkC3G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAe7B,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUpB,GAAqB7H,EAAkB,MAAMkC,CAAY,KAAK,MAAM2F,KAAuB,OAAOA,GAAkC5G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,SAAS,mBAAmB,GAAK,GAAG1D,EAAqB,CAAC,UAAU,CAAC,UAAUqI,GAAqB9H,EAAkB,MAAMkC,CAAY,KAAK,MAAM4F,KAAuB,OAAOA,GAAkC7G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,EAAE,UAAU,CAAC,UAAU4G,GAAqB/H,EAAkB,MAAMkC,CAAY,KAAK,MAAM6F,KAAuB,OAAOA,GAAkC9G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,EAAE,UAAU,CAAC,UAAU6G,GAAqBhI,EAAkB,MAAMkC,CAAY,KAAK,MAAM8F,KAAuB,OAAOA,GAAkC/G,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBF,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAEwC,EAAa,GAAgB,EAAMnE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAMhC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB,GAAK,iBAAiBgC,EAAiB,SAAS,YAAY,MAAMmB,GAAY,GAAG7E,EAAqB,CAAC,UAAU,CAAC,MAAM8E,EAAW,EAAE,UAAU,CAAC,MAAMF,EAAY,EAAE,UAAU,CAAC,MAAME,EAAW,CAAC,EAAE7B,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUhB,EAAqBjI,EAAkB,MAAMkC,CAAY,KAAK,MAAM+F,IAAuB,OAAOA,EAAkChH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,oBAAoB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG1D,EAAqB,CAAC,UAAU,CAAC,UAAUyI,EAAqBlI,EAAkB,MAAMkC,CAAY,KAAK,MAAMgG,IAAuB,OAAOA,EAAkCjH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUgH,GAAqBnI,EAAkB,MAAMkC,CAAY,KAAK,MAAMiG,KAAuB,OAAOA,GAAkClH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUiH,GAAqBpI,EAAkB,MAAMkC,CAAY,KAAK,MAAMkG,KAAuB,OAAOA,GAAkCnH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,EAAYI,CAAc,CAAC,CAAC,EAAe7B,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKhC,GAAqB,CAAC,MAAM,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGQ,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEiD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0C,GAAc,GAAgB,EAAMrE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUZ,GAAqBrI,EAAkB,MAAMkC,CAAY,KAAK,MAAMmG,KAAuB,OAAOA,GAAkCpH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUX,GAAqBtI,EAAkB,MAAMkC,CAAY,KAAK,MAAMoG,KAAuB,OAAOA,GAAkCrH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,yBAAyB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUV,GAAqBvI,EAAkB,MAAMkC,CAAY,KAAK,MAAMqG,KAAuB,OAAOA,GAAkCtH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,yBAAyB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUT,GAAqBxI,EAAkB,MAAMkC,CAAY,KAAK,MAAMsG,KAAuB,OAAOA,GAAkCvH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,gBAAgB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAK6H,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsB7H,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAKgI,EAAS,CAAC,sBAAsB,GAAK,UAAUR,GAAqBzI,EAAkB,MAAMkC,CAAY,KAAK,MAAMuG,KAAuB,OAAOA,GAAkCxH,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,wBAAwB,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2B,GAAY,GAAgB,EAAM3D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBgC,EAAiB,SAAS,WAAW,CAAC,EAAelC,EAAK+H,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEnD,GAAkB,GAAI,GAAG,GAAG,EAAE,EAAE,EAAE,GAAGpG,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ,GAAgEoG,GAAkB,GAAI,GAAG,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,MAAM,QAAQ,GAAgEA,GAAkB,GAAI,GAAG,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,GAAgEA,GAAkB,GAAI,GAAG,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,MAAM,QAAQ,GAAgEA,GAAkB,GAAI,GAAG,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,MAAM,QAAQ,GAAgEA,GAAkB,GAAI,GAAG,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,MAAM,OAAO,EAAE,UAAU,CAAC,GAAgEA,GAAkB,GAAI,GAAG,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,GAAgEA,GAAkB,GAAI,GAAG,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,MAAM,OAAO,EAAE,UAAU,CAAC,GAAgEA,GAAkB,GAAI,GAAG,EAAE,EAAE,GAAG,CAAC,CAAC,EAAEnD,EAAYI,CAAc,EAAE,SAAsB7B,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAK9B,GAAO,CAAC,WAAWuJ,GAAqB1I,EAAkB,MAAMkC,CAAY,KAAK,MAAMwG,KAAuB,OAAOA,GAAqB,QAAQ,UAAU,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezH,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKlC,EAAU,CAAC,WAAW4J,GAAqB3I,EAAkB,KAAKkC,CAAY,KAAK,MAAMyG,KAAuB,OAAOA,GAAqB,cAAc,UAAU,mEAAmE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1H,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKpC,GAAe,CAAC,MAAM,CAAC,MAAM,eAAe,KAAK,GAAG,KAAK,SAAS,EAAE,UAAU,qBAAqB,KAAK,CAAC,WAAW,sBAAsB,SAAS,OAAO,UAAU,SAAS,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,KAAK,CAAC,MAAM,eAAe,MAAMyB,GAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,KAAK,GAAG,KAAK,SAAS,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,mBAAmB,OAAO,EAAE,MAAM,QAAQ,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAI,EAAE,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,iBAAiB,GAAM,cAAc,GAAG,eAAe,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmF,GAAc,GAAgBxE,EAAK+H,EAA0B,CAAC,SAAsB/H,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAK5B,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,UAAUiF,GAAgB,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,EAAE,UAAU,CAAC,UAAUF,GAAiB,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUG,GAAgB,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,EAAE,UAAU,CAAC,UAAUF,GAAgB,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,EAAE,UAAU,CAAC,UAAUD,EAAgB,CAAC,EAAE9B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQoG,GAAI,CAAC,kFAAkF,gFAAgF,mSAAmS,0QAA0Q,0QAA0Q,kHAAkH,wIAAwI,4TAA4T,iOAAiO,yLAAyL,4QAA4Q,kTAAkT,8MAA8M,uQAAuQ,wQAAwQ,gSAAgS,sTAAsT,2OAA2O,4HAA4H,8SAA8S,wTAAwT,0TAA0T,qSAAqS,ubAAub,4iBAA4iB,6RAA6R,sKAAsK,wRAAwR,kSAAkS,0GAA0G,0GAA0G,yGAAyG,0GAA0G,0gJAA0gJ,iEAAiE,4EAA4E,gRAAgR,kLAAkL,sKAAsK,yHAAyH,iOAAiO,8pBAA8pB,ucAAuc,6aAA6a,6aAA6a,sRAAsR,+OAA+O,2MAA2M,kLAAkL,6MAA6M,iNAAiN,0GAA0G,gPAAgP,6OAA6O,mLAAmL,80CAA80C,gJAAgJ,wGAAwG,mQAAmQ,uJAAuJ,++BAA++B,iEAAiE,6JAA6J,sIAAsI,yaAAya,yaAAya,gGAAgG,4PAA4P,gMAAgM,uIAAuI,kIAAkI,yaAAya,6aAA6a,gGAAgG,kEAAkE,2IAA2I,4JAA4J,gMAAgM,mbAAmb,uIAAuI,kIAAkI,2HAA2H,4hCAA4hC,wiCAAwiC,2GAA2G,6GAA6G,ugCAAugC,6DAA6D,iKAAiK,myCAAmyC,GAAeA,GAAI,+bAA+b,EAS54/HC,GAAgBC,GAAQrH,GAAUmH,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,OAAO,OAAO,gBAAgB,iBAAiB,cAAc,SAAS,OAAO,gBAAgB,iBAAiB,OAAO,gBAAgB,iBAAiB,OAAO,gBAAgB,iBAAiB,kBAAkB,kBAAkB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,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,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,sGAAsG,OAAO,KAAK,EAAE,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,sGAAsG,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGxK,GAAoB,GAAGG,GAAe,GAAGE,GAA0B,GAAGE,GAAY,GAAGE,GAAY,GAAGqK,GAAoCC,EAAK,CAAC,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", "_activeLocale_id", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "_selectedLocale_name", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "JuW5JW_H5_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "p", "x", "motion", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "Link", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "__FramerMetadata__", "UwRj_e84C_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "__FramerMetadata__", "valuesByLocaleId", "UwRj_e84C_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ButtonNewFonts", "getFonts", "e2FBQ5EfL_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "mouseLeave2", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "IqFUQn4D4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeave1gv4mvj", "args", "onMouseEnterevlg9x", "onMouseEnter13tn14t", "onMouseLeavewffl3f", "onMouseEnter1gng09g", "onMouseLeavelgcddn", "onMouseEnterd8bsy1", "onMouseEnter7dloy0", "onMouseEnter478zga", "onMouseEnterls92w5", "onMouseEnter9fgkls", "onMouseEnter1pmbima", "onMouseEnter18r4ric", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "_getLocalizedValue35", "_getLocalizedValue36", "_getLocalizedValue37", "_getLocalizedValue38", "_getLocalizedValue39", "_getLocalizedValue40", "LayoutGroup", "cx", "Link", "RichText2", "getLocalizedValue", "SVG", "Image2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "FramerUwRj_e84C", "withCSS", "UwRj_e84C_default", "addPropertyControls", "ControlType", "addFonts", "LocaleSelectorFonts", "getFonts", "LocaleSelector_default", "ButtonNewFonts", "e2FBQ5EfL_default", "ElementsMenuIconCopyFonts", "nAH72VXy2_default", "ButtonFonts", "R1K1bFGIt_default", "NavNewFonts", "UwRj_e84C_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "JuW5JW_H5_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "addImageAlt", "image", "alt", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "aq2DlakhU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1bl09wg", "args", "tap1d2iw8i", "tap1ikg7hp", "onMouseEnterzayy7c", "onMouseEnter1x2cvfz", "onMouseEnterkca7nc", "onMouseEnter1u9mchc", "onMouseEnter1vuab4p", "onMouseEnter1ci6z6y", "onMouseEnter1eqlsyg", "onMouseEnterv66ubu", "onTap1q0l08", "onTapzkrf8f", "onTap1d2iw8i", "onTaph6i8tx", "onTaphm0ufr", "IqFUQn4D41wisr5e", "IqFUQn4D4ptnqb2", "IqFUQn4D4gsaj06", "IqFUQn4D4kk95rc", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "_getLocalizedValue35", "_getLocalizedValue36", "_getLocalizedValue37", "_getLocalizedValue38", "_getLocalizedValue39", "_getLocalizedValue40", "_getLocalizedValue41", "_getLocalizedValue42", "_getLocalizedValue43", "_getLocalizedValue44", "LayoutGroup", "cx", "Link", "SVG", "ComponentViewportProvider", "RichText2", "css", "FramerJuW5JW_H5", "withCSS", "JuW5JW_H5_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
