{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/92BjKOAQKIVgOcgdFU8X/WZjouIEysJWqBCgCVDIb/Welcome_User_Name.js", "ssg:https://framerusercontent.com/modules/n6fy3yiSridB9bZAAL4d/LSZPxqGw3kUsk1uMbXGk/riHRTuaKk.js", "ssg:https://framerusercontent.com/modules/Cv7OcqSi7ig3lmJqNuVQ/qN1nn9mFborIbc8x8VWZ/H5zSB9xs_.js", "ssg:https://framerusercontent.com/modules/W1RHZvDa9RO2k5pZM0Zj/n21Rl84kTOiTDhgwad2H/pceldY8vw.js", "ssg:https://framerusercontent.com/modules/69x80a3rysK8bK0lsFsB/eIDVTkFUufVx3FWeyENn/jIqyKshA8.js", "ssg:https://framerusercontent.com/modules/xnXF7rex6zmh6Fnqd1nD/ODN7oE50GlMlkAs0ZL43/ebGi3YQsv.js", "ssg:https://framerusercontent.com/modules/pKTbTTDmu9vjdAQ0dIqf/VUZBG3MBx2p5KACbUEaT/r4fCZb_m3.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";export default function WelcomeUser(){const[userName,setUserName]=useState(\"\");const[isLoggedIn,setIsLoggedIn]=useState(false);// Fun\u00E7\u00E3o para limpar cookies\nconst clearCookies=()=>{console.log(\"Chamando clearCookies para limpar todos os cookies\");const cookies=document.cookie.split(\";\");cookies.forEach(cookie=>{const eqPos=cookie.indexOf(\"=\");const name=eqPos>-1?cookie.substr(0,eqPos).trim():cookie.trim();document.cookie=`${name}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;`;document.cookie=`${name}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=.duop.com.br;`;document.cookie=`${name}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=duop.com.br;`;console.log(`Cookie ${name} limpo`);});};// Fun\u00E7\u00E3o de logout\nconst handleLogout=()=>{console.log(\"Usu\\xe1rio clicou em Logout\");clearCookies();window.location.href=\"https://duop.com.br\";};useEffect(()=>{const getCookieValue=name=>{const cookie=document.cookie.split(\"; \").find(cookie=>cookie.startsWith(`${name}=`));return cookie?decodeURIComponent(cookie.split(\"=\")[1]):null;};const isTokenExpired=token=>{try{const payload=JSON.parse(atob(token.split(\".\")[1]))// Decodifica o payload JWT\n;const now=Math.floor(Date.now()/1e3)// Tempo atual em segundos\n;const expired=payload.exp<now;console.log(`Verificando expira\\xe7\\xe3o do token: exp=${payload.exp}, now=${now}, expired=${expired}`);return expired// Verifica se o token expirou\n;}catch(error){console.error(\"Erro ao verificar expira\\xe7\\xe3o do token:\",error);return true// Considere o token expirado em caso de erro\n;}};const renewToken=async()=>{try{const refresh_token=getCookieValue(\"refresh_token\");console.log(\"Refresh Token obtido:\",refresh_token);if(!refresh_token){throw new Error(\"Refresh token n\\xe3o encontrado\");}const response=await fetch(\"https://app.duop.com.br/auth/token/refresh/\",{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify({refresh:refresh_token})});console.log(\"Resposta da renova\\xe7\\xe3o de token:\",response);if(!response.ok)throw new Error(\"Erro ao renovar o token\");const data=await response.json();console.log(\"Dados recebidos ap\\xf3s renova\\xe7\\xe3o do token:\",data);document.cookie=`access_token=${data.accessToken}; path=/; domain=.duop.com.br; secure; samesite=lax;`;console.log(\"Novo access_token definido nos cookies:\",data.accessToken);return data.accessToken// Corrigido para retornar accessToken\n;}catch(error){console.error(\"N\\xe3o foi poss\\xedvel renovar o token:\",error);clearCookies();window.location.reload()// Recarrega a p\u00E1gina\n;return null;}};const checkAuthentication=async()=>{console.log(\"Iniciando verifica\\xe7\\xe3o de autentica\\xe7\\xe3o\");const token=getCookieValue(\"access_token\");console.log(\"Token atual:\",token);if(!token){console.log(\"Nenhum token encontrado. Usu\\xe1rio n\\xe3o est\\xe1 logado.\");setIsLoggedIn(false);return;}if(isTokenExpired(token)){console.log(\"Token expirado, tentando renovar...\");const newToken=await renewToken();if(!newToken){console.log(\"Falha ao renovar o token. Usu\\xe1rio ser\\xe1 deslogado.\");setIsLoggedIn(false)// Define como deslogado\n;return;}else{console.log(\"Token renovado com sucesso:\",newToken);}}else{console.log(\"Token v\\xe1lido. Nenhuma renova\\xe7\\xe3o necess\\xe1ria.\");}const nameFromCookie=getCookieValue(\"name_duop\");console.log(\"Nome do usu\\xe1rio obtido dos cookies:\",nameFromCookie);setUserName(nameFromCookie||\"visitante\");setIsLoggedIn(true)// Define como logado\n;console.log(\"Estado atualizado: isLoggedIn = true, userName =\",nameFromCookie||\"visitante\");};checkAuthentication()// Executa a verifica\u00E7\u00E3o de autentica\u00E7\u00E3o\n;},[])// Nenhuma depend\u00EAncia para evitar reexecu\u00E7\u00F5es\n;// Fun\u00E7\u00E3o para esconder os bot\u00F5es \"Cadastre-se\" e \"Login\"\n// Log de renderiza\u00E7\u00E3o do componente\nconsole.log(\"Renderizando WelcomeUser: isLoggedIn =\",isLoggedIn,\", userName =\",userName);// Renderiza nada caso o usu\u00E1rio n\u00E3o esteja logado\nif(!isLoggedIn){console.log(\"isLoggedIn \\xe9 false. N\\xe3o renderizando WelcomeUser.\");return null;}else{// Substitua '.signup-button' e '.login-button' pelos seletores reais dos bot\u00F5es\nconst signupButton=document.querySelector(\".framer-1cprbfn\");const loginButton=document.querySelector(\".framer-14zetmg\");if(isLoggedIn){if(signupButton){signupButton.style.display=\"none\";console.log(\"Bot\\xe3o 'Cadastre-se' escondido.\");}if(loginButton){loginButton.style.display=\"none\";console.log(\"Bot\\xe3o 'Login' escondido.\");}}else{if(signupButton){signupButton.style.display=\"block\";console.log(\"Bot\\xe3o 'Cadastre-se' exibido.\");}if(loginButton){loginButton.style.display=\"block\";console.log(\"Bot\\xe3o 'Login' exibido.\");}}}// Renderiza a interface do usu\u00E1rio autenticado\nreturn /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[/*#__PURE__*/_jsxs(\"span\",{style:welcomeStyle,children:[\"Ol\\xe1, \",userName,\"!\"]}),/*#__PURE__*/_jsx(\"button\",{style:logoutButtonStyle,onClick:handleLogout,children:\"Logout\"})]});}const containerStyle={display:\"flex\",alignItems:\"center\",gap:\"8px\",padding:\"10px\"};const welcomeStyle={fontSize:\"18px\",fontWeight:\"bold\",margin:0,textAlign:\"center\"};const logoutButtonStyle={padding:\"10px 20px\",borderRadius:\"25px\",border:\"none\",backgroundColor:\"#00aaff\",color:\"white\",fontSize:\"18px\",cursor:\"pointer\",textAlign:\"center\",transition:\"background-color 0.3s ease\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"WelcomeUser\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Welcome_User_Name.map", "// Generated by Framer (8c7926c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-NvAFB .framer-styles-preset-fs0vo7:not(.rich-text-wrapper), .framer-NvAFB .framer-styles-preset-fs0vo7.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #000000; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #000000; --framer-link-text-decoration: none; }\"];export const className=\"framer-NvAFB\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/n6fy3yiSridB9bZAAL4d/LSZPxqGw3kUsk1uMbXGk/riHRTuaKk.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"mfJIY91sM\",\"IA6U6N71d\"];const serializationHash=\"framer-qfY9u\";const variantClassNames={IA6U6N71d:\"framer-v-ner0q9\",mfJIY91sM:\"framer-v-1j9csru\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Pilulas Duop\":\"mfJIY91sM\",Variant:\"IA6U6N71d\"};const getProps=({height,hover,id,width,...props})=>{return{...props,B9H1hm2vg:hover??props.B9H1hm2vg,variant:humanReadableVariantMap[props.variant]??props.variant??\"mfJIY91sM\"};};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,B9H1hm2vg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mfJIY91sM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1hzfxsr=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(B9H1hm2vg){const res=await B9H1hm2vg(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1j9csru\",className,classNames),\"data-framer-name\":\"Pilulas Duop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mfJIY91sM\",onMouseEnter:onMouseEnter1hzfxsr,ref:ref??ref1,style:{...style},...addPropertyOverrides({IA6U6N71d:{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1stgfn\",layoutDependency:layoutDependency,layoutId:\"Q8NhhJ1WE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fGcMb2gmo\"},nodeId:\"s3v3I16SC\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fs0vo7\",\"data-styles-preset\":\"riHRTuaKk\",children:\"P\\xedlulas Duop\"})})})}),className:\"framer-q7y1mq\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"s3v3I16SC\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6iwljw-container\",layoutDependency:layoutDependency,layoutId:\"CBH2n_2Lh-container\",style:{rotate:0},variants:{IA6U6N71d:{rotate:180}},children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(136, 136, 136)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"CBH2n_2Lh\",layoutId:\"CBH2n_2Lh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qfY9u.framer-1ldb03p, .framer-qfY9u .framer-1ldb03p { display: block; }\",\".framer-qfY9u.framer-1j9csru { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 114px; }\",\".framer-qfY9u .framer-1stgfn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qfY9u .framer-q7y1mq { flex: none; height: 21px; position: relative; white-space: pre-wrap; width: 116px; word-break: break-word; word-wrap: break-word; }\",\".framer-qfY9u .framer-6iwljw-container { flex: none; height: 18px; position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qfY9u.framer-1j9csru, .framer-qfY9u .framer-1stgfn { gap: 0px; } .framer-qfY9u.framer-1j9csru > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qfY9u.framer-1j9csru > :first-child, .framer-qfY9u .framer-1stgfn > :first-child { margin-left: 0px; } .framer-qfY9u.framer-1j9csru > :last-child, .framer-qfY9u .framer-1stgfn > :last-child { margin-right: 0px; } .framer-qfY9u .framer-1stgfn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 114\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IA6U6N71d\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"B9H1hm2vg\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerH5zSB9xs_=withCSS(Component,css,\"framer-qfY9u\");export default FramerH5zSB9xs_;FramerH5zSB9xs_.displayName=\"Pilulas Duop\";FramerH5zSB9xs_.defaultProps={height:22,width:114};addPropertyControls(FramerH5zSB9xs_,{variant:{options:[\"mfJIY91sM\",\"IA6U6N71d\"],optionTitles:[\"Pilulas Duop\",\"Variant\"],title:\"Variant\",type:ControlType.Enum},B9H1hm2vg:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerH5zSB9xs_,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerH5zSB9xs_\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"22\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"B9H1hm2vg\\\":\\\"hover\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IA6U6N71d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"114\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./H5zSB9xs_.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import WelcomeUser from\"https://framerusercontent.com/modules/92BjKOAQKIVgOcgdFU8X/WZjouIEysJWqBCgCVDIb/Welcome_User_Name.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/n6fy3yiSridB9bZAAL4d/LSZPxqGw3kUsk1uMbXGk/riHRTuaKk.js\";import PilulasDuop from\"https://framerusercontent.com/modules/Cv7OcqSi7ig3lmJqNuVQ/qN1nn9mFborIbc8x8VWZ/H5zSB9xs_.js\";const FeatherFonts=getFonts(Feather);const PilulasDuopFonts=getFonts(PilulasDuop);const MotionDivWithFX=withFX(motion.div);const WelcomeUserFonts=getFonts(WelcomeUser);const cycleOrder=[\"I9ojpF6IS\",\"gaPgWRxL2\",\"ou2vMu6yt\",\"GcM7IeBIw\"];const serializationHash=\"framer-tQdDf\";const variantClassNames={gaPgWRxL2:\"framer-v-18lmodl\",GcM7IeBIw:\"framer-v-1hvypwy\",I9ojpF6IS:\"framer-v-1ika6ob\",ou2vMu6yt:\"framer-v-14dwzwi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Close\":\"ou2vMu6yt\",\"Mobile Open\":\"gaPgWRxL2\",Desktop:\"I9ojpF6IS\",Variant:\"GcM7IeBIw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"I9ojpF6IS\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I9ojpF6IS\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickfbzqik=activeVariantCallback(async(...args)=>{setVariant(\"ou2vMu6yt\");});const onClick1fotb2i=activeVariantCallback(async(...args)=>{setVariant(\"gaPgWRxL2\");});const B9H1hm2vg8flw9j=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{setVariant(\"I9ojpF6IS\");overlay.show();});const B9H1hm2vgtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"ou2vMu6yt\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed1=()=>{if([\"ou2vMu6yt\",\"GcM7IeBIw\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ika6ob\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"I9ojpF6IS\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.07)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({gaPgWRxL2:{\"data-framer-name\":\"Mobile Open\"},GcM7IeBIw:{\"data-framer-name\":undefined},ou2vMu6yt:{\"data-framer-name\":\"Mobile Close\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sr7wka\",layoutDependency:layoutDependency,layoutId:\"m9hpxEwwQ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vpp805\",layoutDependency:layoutDependency,layoutId:\"AktsL0LcP\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"WqOAhkI7D\",scopeId:\"pceldY8vw\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:497.777790964386,intrinsicWidth:1496.6667063147943,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||75)-0-((componentViewport?.height||75)-0)*1)/2)+(0+(((componentViewport?.height||75)-0)*1-0-97)/2)+24),pixelHeight:448,pixelWidth:1347,sizes:\"147px\",src:\"https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png\",srcSet:\"https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png?scale-down-to=512 512w,https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png 1347w\"},className:\"framer-1ayn043 framer-1rv689l\",\"data-framer-name\":\"Duop-M-1\",layoutDependency:layoutDependency,layoutId:\"WqOAhkI7D\",...addPropertyOverrides({gaPgWRxL2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:497.777790964386,intrinsicWidth:1496.6667063147943,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||450)-0-((componentViewport?.height||450)-0)*1)/2)+0+0+5.5),pixelHeight:448,pixelWidth:1347,sizes:\"147px\",src:\"https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png\",srcSet:\"https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png?scale-down-to=512 512w,https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png 1347w\"}},ou2vMu6yt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:497.777790964386,intrinsicWidth:1496.6667063147943,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-((componentViewport?.height||60)-0)*1)/2)+0+((((componentViewport?.height||60)-0)*1-0-60)/2+0+(((componentViewport?.height||60)-0)*1-0-60)/2*0)+5.5),pixelHeight:448,pixelWidth:1347,sizes:\"147px\",src:\"https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png\",srcSet:\"https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png?scale-down-to=512 512w,https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YJMSqCd91dEXxn32wY0gcI2eSE.png 1347w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1o0200-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qCGbDooQj-container\",nodeId:\"qCGbDooQj\",rendersWithMotion:true,scopeId:\"pceldY8vw\",style:{opacity:0},variants:{gaPgWRxL2:{opacity:1},ou2vMu6yt:{opacity:1}},children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(19, 177, 230)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"qCGbDooQj\",layoutId:\"qCGbDooQj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({gaPgWRxL2:{iconSelection:\"x\",onClick:onClickfbzqik},ou2vMu6yt:{onClick:onClick1fotb2i}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cx908r\",layoutDependency:layoutDependency,layoutId:\"xhN5aYz22\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r260h6keD\"},motionChild:true,nodeId:\"DVSb7ezZI\",openInNewTab:false,scopeId:\"pceldY8vw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fs0vo7\",\"data-styles-preset\":\"riHRTuaKk\",children:\"Quem Somos\"})})})}),className:\"framer-iecr4s\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"DVSb7ezZI\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"145px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||75)-0-((componentViewport?.height||75)-0)*1)/2)+(0+(((componentViewport?.height||75)-0)*1-0-156)/2)+67,...addPropertyOverrides({gaPgWRxL2:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||450)-0-((componentViewport?.height||450)-0)*1)/2)+0+70+24+45.6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-wiqvc8-container\",id:`${layoutId}-wiqvc8`,layoutDependency:layoutDependency,layoutId:\"rkls4QF4U-container\",nodeId:\"rkls4QF4U\",ref:ref1,rendersWithMotion:true,scopeId:\"pceldY8vw\",children:[/*#__PURE__*/_jsx(PilulasDuop,{B9H1hm2vg:B9H1hm2vg8flw9j({overlay}),height:\"100%\",id:\"rkls4QF4U\",layoutId:\"rkls4QF4U\",style:{height:\"100%\",width:\"100%\"},variant:overlay.visible?\"IA6U6N71d\":\"mfJIY91sM\",width:\"100%\",...addPropertyOverrides({GcM7IeBIw:{B9H1hm2vg:B9H1hm2vgtxyyif({overlay})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-wiqvc8`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1x0z253\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"ufLRCwDE3\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(217, 217, 217)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0.5927785749023314px 0.5927785749023314px 0.6706524000888582px -0.5px rgba(0, 0, 0, 0.03), 1.6142934764211532px 1.6142934764211532px 1.8263645824041657px -1px rgba(0, 0, 0, 0.03), 3.5444042093295143px 3.5444042093295143px 4.010035602692868px -1.5px rgba(0, 0, 0, 0.03), 7.867768067278668px 7.867768067278668px 8.901363445081158px -2px rgba(0, 0, 0, 0.03), 20px 20px 22.627416997969522px -2.5px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dqqrmx\",layoutDependency:layoutDependency,layoutId:\"Nivoh_4pt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fGcMb2gmo\"},motionChild:true,nodeId:\"mIscAW4pR\",openInNewTab:false,scopeId:\"pceldY8vw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fs0vo7\",\"data-styles-preset\":\"riHRTuaKk\",children:\"V\\xeddeos\"})})})}),className:\"framer-k9n6vi\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"mIscAW4pR\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"c9WOrTgqr\"},motionChild:true,nodeId:\"elGUAronh\",openInNewTab:false,scopeId:\"pceldY8vw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fs0vo7\",\"data-styles-preset\":\"riHRTuaKk\",children:\"Calculadoras\"})})})}),className:\"framer-3hb73c\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"elGUAronh\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})]})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cpvchkYSp\"},motionChild:true,nodeId:\"Ye2NCGqU4\",openInNewTab:false,scopeId:\"pceldY8vw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fs0vo7\",\"data-styles-preset\":\"riHRTuaKk\",children:\"Nosso produto para Assessores\"})})})}),className:\"framer-117nd67\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"Ye2NCGqU4\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GcM7IeBIw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Ye2NCGqU4\",openInNewTab:false,scopeId:\"pceldY8vw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fs0vo7\",\"data-styles-preset\":\"riHRTuaKk\",children:\"Nosso produto para Investidores\"})})})})}},baseVariant,gestureVariant)})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yzwap8\",layoutDependency:layoutDependency,layoutId:\"Nya6V3Ddk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zjyyrj-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"QmFAnlJDP-container\",nodeId:\"QmFAnlJDP\",rendersWithMotion:true,scopeId:\"pceldY8vw\",children:/*#__PURE__*/_jsx(WelcomeUser,{height:\"100%\",id:\"QmFAnlJDP\",layoutId:\"QmFAnlJDP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://buy.stripe.com/00wbJ177r1FbgJF13H7AI0f\",motionChild:true,nodeId:\"R0is0gfE8\",openInNewTab:false,scopeId:\"pceldY8vw\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cprbfn framer-1rv689l\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"R0is0gfE8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(18, 176, 229)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"3px 3px 6px -1px rgba(0, 0, 0, 0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(19, 177, 230))\"},children:\"Compre Agora\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(19, 177, 230))\"},children:\"(R$69,90/m\\xeas)\"})]}),className:\"framer-yklebg\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"oBctDXPmx\",style:{\"--extracted-2gxw0f\":\"rgb(19, 177, 230)\",\"--extracted-r6o4lv\":\"rgb(19, 177, 230)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://api.whatsapp.com/send/?phone=5521967135336&text=Ol%C3%A1%21+Estou+interessado+em+saber+mais+sobre+seus+servi%C3%A7os.&type=phone_number&app_absent=0\",motionChild:true,nodeId:\"SXLuyaMY1\",openInNewTab:false,scopeId:\"pceldY8vw\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-lh6yl2 framer-1rv689l\",layoutDependency:layoutDependency,layoutId:\"SXLuyaMY1\",style:{backgroundColor:\"rgb(19, 177, 230)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"3px 3px 6px -1px rgba(0, 0, 0, 0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"WhatsApp\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"(gr\\xe1tis por 1 dia)\"})]}),className:\"framer-qbhlwu\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"cyUoT8Hpz\",style:{\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tQdDf.framer-1rv689l, .framer-tQdDf .framer-1rv689l { display: block; }\",\".framer-tQdDf.framer-1ika6ob { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 75px; justify-content: space-around; overflow: visible; padding: 0px; position: relative; width: 1082px; }\",\".framer-tQdDf .framer-1sr7wka { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 100%; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-tQdDf .framer-vpp805 { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-tQdDf .framer-1ayn043 { aspect-ratio: 3.0066964285714284 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; text-decoration: none; width: 147px; }\",\".framer-tQdDf .framer-1o0200-container { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-tQdDf .framer-cx908r { align-content: center; align-items: center; display: flex; flex: 10 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: visible; padding: 24px 36px 24px 24px; position: relative; width: 1px; }\",\".framer-tQdDf .framer-iecr4s { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tQdDf .framer-wiqvc8-container { flex: none; height: 22px; position: relative; width: 145px; }\",\".framer-tQdDf .framer-1x0z253 { gap: 10px; height: 76px; overflow: hidden; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-tQdDf .framer-1dqqrmx { align-content: center; align-items: center; bottom: -1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 76px; justify-content: center; left: 0px; overflow: visible; padding: 8px 10px 8px 10px; position: absolute; right: 0px; }\",\".framer-tQdDf .framer-k9n6vi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 180px; word-break: break-word; word-wrap: break-word; }\",\".framer-tQdDf .framer-3hb73c { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tQdDf .framer-117nd67 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 145px; word-break: break-word; word-wrap: break-word; }\",\".framer-tQdDf .framer-1yzwap8 { align-content: center; align-items: center; display: flex; flex: 6 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: visible; padding: 24px 40px 24px 24px; position: relative; width: 1px; }\",\".framer-tQdDf .framer-zjyyrj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-tQdDf .framer-1cprbfn, .framer-tQdDf .framer-lh6yl2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: visible; padding: 0px 24px 0px 24px; position: relative; text-decoration: none; width: 140px; }\",\".framer-tQdDf .framer-yklebg, .framer-tQdDf .framer-qbhlwu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-tQdDf.framer-v-18lmodl.framer-1ika6ob { height: 450px; width: 390px; }\",\".framer-tQdDf.framer-v-18lmodl .framer-1sr7wka { flex-direction: column; gap: 10px; justify-content: flex-start; }\",\".framer-tQdDf.framer-v-18lmodl .framer-vpp805, .framer-tQdDf.framer-v-14dwzwi .framer-vpp805 { flex: none; gap: 36px; height: 60px; width: 390px; }\",\".framer-tQdDf.framer-v-18lmodl .framer-1ayn043 { height: var(--framer-aspect-ratio-supported, 48px); }\",\".framer-tQdDf.framer-v-18lmodl .framer-1o0200-container { width: 25px; }\",\".framer-tQdDf.framer-v-18lmodl .framer-cx908r, .framer-tQdDf.framer-v-18lmodl .framer-1yzwap8 { flex: none; flex-direction: column; width: 390px; }\",\".framer-tQdDf.framer-v-14dwzwi.framer-1ika6ob { height: 60px; width: 390px; }\",\".framer-tQdDf.framer-v-14dwzwi .framer-1sr7wka { flex-direction: column; }\",\".framer-tQdDf.framer-v-14dwzwi .framer-1ayn043 { gap: 10px; height: var(--framer-aspect-ratio-supported, 48px); z-index: 2; }\",\".framer-tQdDf.framer-v-14dwzwi .framer-1o0200-container { width: 25px; z-index: 2; }\",\".framer-tQdDf.framer-v-1hvypwy .framer-117nd67 { width: 160px; }\",...sharedStyle.css,'.framer-tQdDf[data-border=\"true\"]::after, .framer-tQdDf [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; }','.framer-tQdDf[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-tQdDf [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-tQdDf[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-tQdDf [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-tQdDf[data-hide-scrollbars=\"true\"], .framer-tQdDf [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 75\n * @framerIntrinsicWidth 1082\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gaPgWRxL2\":{\"layout\":[\"fixed\",\"fixed\"]},\"ou2vMu6yt\":{\"layout\":[\"fixed\",\"fixed\"]},\"GcM7IeBIw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerpceldY8vw=withCSS(Component,css,\"framer-tQdDf\");export default FramerpceldY8vw;FramerpceldY8vw.displayName=\"Cabe\\xe7alho\";FramerpceldY8vw.defaultProps={height:75,width:1082};addPropertyControls(FramerpceldY8vw,{variant:{options:[\"I9ojpF6IS\",\"gaPgWRxL2\",\"ou2vMu6yt\",\"GcM7IeBIw\"],optionTitles:[\"Desktop\",\"Mobile Open\",\"Mobile Close\",\"Variant\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerpceldY8vw,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"}]},...FeatherFonts,...PilulasDuopFonts,...WelcomeUserFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpceldY8vw\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"75\",\"framerIntrinsicWidth\":\"1082\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gaPgWRxL2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ou2vMu6yt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GcM7IeBIw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pceldY8vw.map", "// Generated by Framer (617be6e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Montserrat-semibold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-Y6TjI .framer-styles-preset-x6o061:not(.rich-text-wrapper), .framer-Y6TjI .framer-styles-preset-x6o061.rich-text-wrapper h1 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 35px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #3d455e; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Y6TjI\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-tMQZl .framer-styles-preset-1vo41e7:not(.rich-text-wrapper), .framer-tMQZl .framer-styles-preset-1vo41e7.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-tMQZl\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xnXF7rex6zmh6Fnqd1nD/ODN7oE50GlMlkAs0ZL43/ebGi3YQsv.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/69x80a3rysK8bK0lsFsB/eIDVTkFUufVx3FWeyENn/jIqyKshA8.js\";const cycleOrder=[\"yDSeWsHPU\",\"YvQ9Vy_3q\",\"qk05enJAB\"];const serializationHash=\"framer-b6oEL\";const variantClassNames={qk05enJAB:\"framer-v-19mepnj\",yDSeWsHPU:\"framer-v-vfkbuv\",YvQ9Vy_3q:\"framer-v-1xr4dp1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"yDSeWsHPU\",Phone:\"qk05enJAB\",Tablet:\"YvQ9Vy_3q\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yDSeWsHPU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yDSeWsHPU\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-vfkbuv\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"yDSeWsHPU\",ref:refBinding,style:{backgroundColor:\"rgb(61, 69, 94)\",...style},...addPropertyOverrides({qk05enJAB:{\"data-framer-name\":\"Phone\"},YvQ9Vy_3q:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:497.777790964386,intrinsicWidth:1496.6667063147943,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+(((componentViewport?.height||347)-40-307.5)/2+0+0)),pixelHeight:896,pixelWidth:2693,sizes:\"155px\",src:\"https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=512 512w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png 2693w\"},className:\"framer-1sy13si\",\"data-framer-name\":\"Duop-M-1\",layoutDependency:layoutDependency,layoutId:\"zTwjEbDLM\",...addPropertyOverrides({qk05enJAB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:497.777790964386,intrinsicWidth:1496.6667063147943,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||643)-100-543.5)/2+0+0)),pixelHeight:896,pixelWidth:2693,sizes:\"155px\",src:\"https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=512 512w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png 2693w\"}},YvQ9Vy_3q:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:497.777790964386,intrinsicWidth:1496.6667063147943,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+(((componentViewport?.height||647)-40-607.5)/2+0+0)),pixelHeight:896,pixelWidth:2693,sizes:\"155px\",src:\"https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=512 512w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/naKbyqtbk3fDxfiOyxfOdag9mcs.png 2693w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pw64q6\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"TGvsGPFN5\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://x.com/duop2opiniao\",motionChild:true,nodeId:\"l9kk7uU0l\",scopeId:\"r4fCZb_m3\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1y60fk7 framer-1pa7dex\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"l9kk7uU0l\",style:{\"--border-bottom-width\":\"1.5441224575042725px\",\"--border-color\":\"rgb(16, 176, 230)\",\"--border-left-width\":\"1.5441224575042725px\",\"--border-right-width\":\"1.5441224575042725px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5441224575042725px\",borderBottomLeftRadius:30.44,borderBottomRightRadius:30.44,borderTopLeftRadius:30.44,borderTopRightRadius:30.44},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sqg5pe\",\"data-framer-name\":\"Twitter\",layoutDependency:layoutDependency,layoutId:\"T2gM0Df_j\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pu4ke7\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:26,layoutDependency:layoutDependency,layoutId:\"RZtfhVb8S\",svg:'<svg width=\"26\" height=\"24\" viewBox=\"0 0 26 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.295 0.935547H24.1745L15.701 10.7067L25.6686 24.005H17.8663L11.7509 15.9416L4.76091 24.005H0.875024L9.93646 13.5512L0.380859 0.935547H8.38127L13.9035 8.30566L20.295 0.935547ZM18.9326 21.6646H21.081L7.21066 3.1537H4.90315L18.9326 21.6646Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@duop-company\",motionChild:true,nodeId:\"qOuonN7gp\",openInNewTab:true,scopeId:\"r4fCZb_m3\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-pylych framer-1pa7dex\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"qOuonN7gp\",style:{\"--border-bottom-width\":\"1.5441224575042725px\",\"--border-color\":\"rgb(16, 176, 230)\",\"--border-left-width\":\"1.5441224575042725px\",\"--border-right-width\":\"1.5441224575042725px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5441224575042725px\",borderBottomLeftRadius:30.44,borderBottomRightRadius:30.44,borderTopLeftRadius:30.44,borderTopRightRadius:30.44},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bar8ap\",\"data-framer-name\":\"Twitter\",layoutDependency:layoutDependency,layoutId:\"GOTr9dDlI\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-aoszk7\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"oK2sjoFL8\",svg:'<svg width=\"38\" height=\"26\" viewBox=\"0 0 38 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0413 0.0749447C9.71431 0.161159 6.35306 0.427642 5.16126 0.620225C2.53129 1.04528 1.25433 2.28672 0.780216 4.8789C-0.136219 9.88971 0.056648 19.4414 1.1322 22.3137C1.52101 23.3522 2.45397 24.3452 3.45543 24.7867C4.981 25.459 8.14826 25.7094 16.5934 25.8252C25.2961 25.9444 31.6281 25.6213 33.6342 24.9553C34.488 24.6719 35.7256 23.563 36.138 22.7119C36.5233 21.9165 36.9047 19.6989 37.1229 16.9855C37.3112 14.6441 37.2221 8.75941 36.9705 6.90831C36.5516 3.82767 36.1533 2.78203 35.006 1.75123C33.7631 0.634641 32.3984 0.384254 26.1177 0.120431C23.2415 -0.00035333 14.807 -0.0276453 12.0413 0.0749447ZM15.1227 12.9265C15.1227 15.9672 15.1493 18.4549 15.1818 18.4549C15.3533 18.4549 24.6746 13.0263 24.6746 12.9265C24.6746 12.8268 15.3533 7.39816 15.1818 7.39816C15.1493 7.39816 15.1227 9.88594 15.1227 12.9265Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/duop2opiniao/\",motionChild:true,nodeId:\"SPx_vr_Hk\",scopeId:\"r4fCZb_m3\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-lq5bdf framer-1pa7dex\",\"data-framer-name\":\"Button\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:50,layoutDependency:layoutDependency,layoutId:\"SPx_vr_Hk\",svg:'<svg width=\"50\" height=\"49\" viewBox=\"0 0 50 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"1.26321\" y=\"1.01107\" width=\"47.1539\" height=\"47.1539\" rx=\"23.577\" stroke=\"#10B0E6\" stroke-width=\"1.54412\"/>\\n<path d=\"M24.8528 15.6074C27.7786 15.6074 28.1256 15.6183 29.2808 15.6713C30.4753 15.7261 31.7053 15.9982 32.5756 16.8685C33.4541 17.747 33.718 18.9652 33.7728 20.1633C33.8258 21.3185 33.8367 21.6655 33.8367 24.5913C33.8367 27.5172 33.8258 27.8642 33.7728 29.0194C33.7189 30.2075 33.4404 31.4494 32.5756 32.3142C31.6971 33.1927 30.4798 33.4566 29.2808 33.5114C28.1256 33.5644 27.7786 33.5753 24.8528 33.5753C21.9269 33.5753 21.5799 33.5644 20.4247 33.5114C19.2458 33.4575 17.9874 33.1726 17.1299 32.3142C16.256 31.4403 15.9875 30.2102 15.9327 29.0194C15.8797 27.8642 15.8688 27.5172 15.8688 24.5913C15.8688 21.6655 15.8797 21.3185 15.9327 20.1633C15.9866 18.9798 16.2679 17.7305 17.1299 16.8685C18.0066 15.9918 19.2293 15.7261 20.4247 15.6713C21.5799 15.6183 21.9269 15.6074 24.8528 15.6074ZM24.8528 13.6331C21.8767 13.6331 21.5032 13.6458 20.3343 13.6988C18.6403 13.7764 16.9582 14.2476 15.7336 15.4722C14.5045 16.7014 14.0378 18.3798 13.9602 20.0729C13.9073 21.2418 13.8945 21.6153 13.8945 24.5913C13.8945 27.5674 13.9073 27.9409 13.9602 29.1098C14.0378 30.802 14.5109 32.4886 15.7336 33.7105C16.9619 34.9387 18.6431 35.4063 20.3343 35.4839C21.5032 35.5368 21.8767 35.5496 24.8528 35.5496C27.8288 35.5496 28.2023 35.5368 29.3712 35.4839C31.0643 35.4063 32.7482 34.9341 33.9719 33.7105C35.2019 32.4804 35.6677 30.8029 35.7453 29.1098C35.7983 27.9409 35.811 27.5674 35.811 24.5913C35.811 21.6153 35.7983 21.2418 35.7453 20.0729C35.6677 18.3789 35.1956 16.6959 33.9719 15.4722C32.7455 14.2458 31.0597 13.7755 29.3712 13.6988C28.2023 13.6458 27.8288 13.6331 24.8528 13.6331Z\" fill=\"white\"/>\\n<path d=\"M24.8535 18.9648C21.7459 18.9648 19.2264 21.4843 19.2264 24.5919C19.2264 27.6995 21.7459 30.219 24.8535 30.219C27.9611 30.219 30.4806 27.6995 30.4806 24.5919C30.4806 21.4843 27.9611 18.9648 24.8535 18.9648ZM24.8535 28.2447C22.8363 28.2447 21.2008 26.6092 21.2008 24.5919C21.2008 22.5747 22.8363 20.9392 24.8535 20.9392C26.8708 20.9392 28.5063 22.5747 28.5063 24.5919C28.5063 26.6092 26.8708 28.2447 24.8535 28.2447Z\" fill=\"white\"/>\\n<path d=\"M30.702 20.0567C31.4282 20.0567 32.017 19.468 32.017 18.7418C32.017 18.0155 31.4282 17.4268 30.702 17.4268C29.9757 17.4268 29.387 18.0155 29.387 18.7418C29.387 19.468 29.9757 20.0567 30.702 20.0567Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o03gkx\",\"data-framer-name\":\"Navega\\xe7\\xe3o\",layoutDependency:layoutDependency,layoutId:\"MnlAA2zn7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-x6o061\",\"data-styles-preset\":\"jIqyKshA8\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r260h6keD\"},motionChild:true,nodeId:\"RvyE0xaya\",openInNewTab:false,scopeId:\"r4fCZb_m3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vo41e7\",\"data-styles-preset\":\"ebGi3YQsv\",children:\"Quem Somos\"})})})}),className:\"framer-1bqsbxj\",\"data-framer-name\":\"Quem Somos\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RvyE0xaya\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-x6o061\",\"data-styles-preset\":\"jIqyKshA8\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"hRZZUJn7t\",openInNewTab:false,scopeId:\"r4fCZb_m3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vo41e7\",\"data-styles-preset\":\"ebGi3YQsv\",children:\"Duop para Investidores\"})})})}),className:\"framer-102paue\",\"data-framer-name\":\"Duop para Assessores\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hRZZUJn7t\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-x6o061\",\"data-styles-preset\":\"jIqyKshA8\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cpvchkYSp\"},motionChild:true,nodeId:\"Ha9_nIGHH\",openInNewTab:false,scopeId:\"r4fCZb_m3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vo41e7\",\"data-styles-preset\":\"ebGi3YQsv\",children:\"Duop para Assessores\"})})})}),className:\"framer-16a87pg\",\"data-framer-name\":\"Duop para Assessores\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ha9_nIGHH\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-x6o061\",\"data-styles-preset\":\"jIqyKshA8\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fGcMb2gmo\"},motionChild:true,nodeId:\"PgA33vlv4\",openInNewTab:false,scopeId:\"r4fCZb_m3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vo41e7\",\"data-styles-preset\":\"ebGi3YQsv\",children:\"V\\xeddeos\"})})})}),className:\"framer-1muiyez\",\"data-framer-name\":\"V\\xeddeos\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PgA33vlv4\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-x6o061\",\"data-styles-preset\":\"jIqyKshA8\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"c9WOrTgqr\"},motionChild:true,nodeId:\"mbmW8bPRH\",openInNewTab:false,scopeId:\"r4fCZb_m3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vo41e7\",\"data-styles-preset\":\"ebGi3YQsv\",children:\"Calculadoras\"})})})}),className:\"framer-6ern0z\",\"data-framer-name\":\"Calculadoras\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mbmW8bPRH\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4l08pq\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"l1Rbk4pJ6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9ka292YS1yZWd1bGFy\",\"--framer-font-family\":'\"Podkova\", \"Podkova Placeholder\", serif',\"--framer-font-size\":\"22.34px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:[\"COPYRIGHT \\xa9 \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(255, 255, 255))\"},children:\"DUOP\"})]})}),className:\"framer-194gppj\",\"data-framer-name\":\"COPYRIGHT \\xa9 DOUP\",fonts:[\"GF;Podkova-regular\"],layoutDependency:layoutDependency,layoutId:\"PNujqJNpS\",style:{\"--extracted-1w3ko1f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.3)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9ka292YS1yZWd1bGFy\",\"--framer-font-family\":'\"Podkova\", \"Podkova Placeholder\", serif',\"--framer-font-size\":\"22.34px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\",\"--framer-text-transform\":\"capitalize\"},children:\" - All Rights Reserved\"})}),className:\"framer-v9qyb0\",\"data-framer-name\":\"- All Rights Reserved\",fonts:[\"GF;Podkova-regular\"],layoutDependency:layoutDependency,layoutId:\"zk2cAIXtq\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.3)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-b6oEL.framer-1pa7dex, .framer-b6oEL .framer-1pa7dex { display: block; }\",\".framer-b6oEL.framer-vfkbuv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 47px; height: min-content; justify-content: center; padding: 20px 0px 20px 0px; position: relative; width: 1080px; }\",\".framer-b6oEL .framer-1sy13si { flex: none; height: 50px; overflow: visible; position: relative; width: 155px; }\",\".framer-b6oEL .framer-pw64q6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 38px; height: 54px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 253px; }\",\".framer-b6oEL .framer-1y60fk7 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; text-decoration: none; width: 49px; will-change: var(--framer-will-change-override, transform); }\",\".framer-b6oEL .framer-1sqg5pe, .framer-b6oEL .framer-bar8ap { flex: none; gap: 0px; height: 24px; left: 12px; overflow: hidden; position: absolute; top: 12px; width: 24px; }\",\".framer-b6oEL .framer-1pu4ke7 { bottom: -1px; flex: none; height: 24px; left: -1px; position: absolute; right: -1px; }\",\".framer-b6oEL .framer-pylych { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 49px); overflow: hidden; position: relative; text-decoration: none; width: 49px; will-change: var(--framer-will-change-override, transform); }\",\".framer-b6oEL .framer-aoszk7 { bottom: 2px; flex: none; height: 17px; left: 0px; position: absolute; right: -2px; }\",\".framer-b6oEL .framer-lq5bdf { flex: none; height: 49px; position: relative; text-decoration: none; width: 50px; }\",\".framer-b6oEL .framer-1o03gkx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-b6oEL .framer-1bqsbxj, .framer-b6oEL .framer-102paue, .framer-b6oEL .framer-16a87pg, .framer-b6oEL .framer-1muiyez, .framer-b6oEL .framer-6ern0z, .framer-b6oEL .framer-194gppj, .framer-b6oEL .framer-v9qyb0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-b6oEL .framer-4l08pq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 413px; }\",\".framer-b6oEL.framer-v-1xr4dp1.framer-vfkbuv { width: 810px; }\",\".framer-b6oEL.framer-v-1xr4dp1 .framer-1o03gkx { flex-direction: column; gap: 40px; }\",\".framer-b6oEL.framer-v-19mepnj.framer-vfkbuv { padding: 40px 0px 60px 0px; width: 390px; }\",\".framer-b6oEL.framer-v-19mepnj .framer-1o03gkx { flex-direction: column; gap: 24px; }\",\".framer-b6oEL.framer-v-19mepnj .framer-4l08pq { flex-direction: column; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-b6oEL[data-border=\"true\"]::after, .framer-b6oEL [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 347\n * @framerIntrinsicWidth 1080\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YvQ9Vy_3q\":{\"layout\":[\"fixed\",\"auto\"]},\"qk05enJAB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerr4fCZb_m3=withCSS(Component,css,\"framer-b6oEL\");export default Framerr4fCZb_m3;Framerr4fCZb_m3.displayName=\"Rodap\\xe9\";Framerr4fCZb_m3.defaultProps={height:347,width:1080};addPropertyControls(Framerr4fCZb_m3,{variant:{options:[\"yDSeWsHPU\",\"YvQ9Vy_3q\",\"qk05enJAB\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerr4fCZb_m3,[{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:\"Podkova\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/podkova/v32/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU9EoporSHH.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerr4fCZb_m3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YvQ9Vy_3q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qk05enJAB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1080\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"347\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./r4fCZb_m3.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "WelcomeUser", "userName", "setUserName", "ye", "isLoggedIn", "setIsLoggedIn", "clearCookies", "cookie", "eqPos", "name", "handleLogout", "window", "ue", "getCookieValue", "isTokenExpired", "token", "payload", "now", "expired", "error", "renewToken", "refresh_token", "response", "data", "newToken", "nameFromCookie", "signupButton", "loginButton", "containerStyle", "welcomeStyle", "p", "logoutButtonStyle", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "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", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "B9H1hm2vg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1hzfxsr", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerH5zSB9xs_", "withCSS", "H5zSB9xs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "PilulasDuopFonts", "H5zSB9xs_default", "MotionDivWithFX", "withFX", "motion", "WelcomeUserFonts", "WelcomeUser", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickfbzqik", "args", "onClick1fotb2i", "B9H1hm2vg8flw9j", "overlay", "loadMore", "B9H1hm2vgtxyyif", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "isDisplayed1", "LayoutGroup", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "l", "AnimatePresence", "Floating", "css", "FramerpceldY8vw", "withCSS", "pceldY8vw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "Link", "SVG", "RichText2", "css", "Framerr4fCZb_m3", "withCSS", "r4fCZb_m3_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
