{"version":3,"file":"rnuoMNVm8.CdKgA8V-.mjs","names":["React.useContext","React.useMemo","React.Fragment","React.useRef","React.useId"],"sources":["https:/framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/cGBHXozmXUtcAABEfMAq/Hubspot.js","https:/framerusercontent.com/modules/jPSdwAlTXD1Kyl0bjNx3/FB0tgmu1AO5qK6lDFwf8/Webserie_card.js","https:/framerusercontent.com/modules/0hFR29pHS9M4C39Boc8W/b058bSbew7d4OZBB7VQq/rnuoMNVm8.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";function poll(f,delay=200,count=50,i=0){if(i>count){console.error(\"poll max attempts\",f);return;}if(!f()){console.log(\"poll\",delay,count,i);setTimeout(()=>{poll(f,delay,count,i+1);},delay);}}function EmptyState({title,description}){return /*#__PURE__*/ _jsxs(\"div\",{style:{...emptyStateStyle,width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:title}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:description})]});}/**\n * HUBSPOT\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 300\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function HubSpotForm({portalId,formId,advanced,region,id}){if(!portalId||!formId||!region){return /*#__PURE__*/ _jsx(EmptyState,{title:\"Hubspot\",description:\"Set a portal ID and form in the Properties.\"});}// const ref = React.createRef<HTMLDivElement>()\nconst elementId=`hubspot_form_${id}`;const cleanup=()=>{const element=document.querySelector(`#${elementId}`);if(element)element.innerHTML=\"\";};React.useEffect(()=>{if(window.hbspt){handleScriptLoad();return cleanup;}const script=document.createElement(\"script\");script.src=`https://js-${region}.hsforms.net/forms/shell.js`;script.onload=handleScriptLoad();document.body.appendChild(script);return cleanup;},[portalId,formId,region]);const handleScriptLoad=()=>{console.log(\"Loading HubSpot form...\",portalId);poll(()=>{if(!window.hbspt){console.warn(`HubSpot could not be loaded: window.hbspt is missing`);return false;}if(!document.querySelector(`#${elementId}`)){console.warn(`HubSpot could not be loaded: element not found #${elementId}`);return false;}cleanup();window.hbspt.forms.create({region,portalId,formId,target:`#${elementId}`,formInstanceId:formId});return true;});};return /*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},id:elementId});};addPropertyControls(HubSpotForm,{portalId:{title:\"Portal\",type:ControlType.String,placeholder:\"25276298\",// defaultValue: \"25276298\",\ndescription:\"Create a [Hubspot](https://www.hubspot.com/) account, add a new form and copy your portal ID. [Learn more…](https://www.framer.com/plugins/hubspot/)\"},formId:{title:\"Form\",type:ControlType.String,placeholder:\"e7167571-4bc4-4c2c-bfdc-a0a8dbfd22f1\"},advanced:{title:\"Advanced\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},region:{title:\"Region\",type:ControlType.String,placeholder:\"eu1\",defaultValue:\"eu1\",hidden:({advanced})=>!advanced}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HubSpotForm\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"300\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"480\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hubspot.map","import{jsx as _jsx}from\"react/jsx-runtime\";export function withClass(Component){return props=>{const newProps={...props,className:`${props.className} school-card`,style:{...props.style,//backgroundColor: \"#2BFDBE\",\nclipPath:\"polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%)\"}};return /*#__PURE__*/_jsx(Component,{...newProps});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withClass\":{\"type\":\"reactHoc\",\"name\":\"withClass\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Webserie_card.map","// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withClass}from\"https://framerusercontent.com/modules/jPSdwAlTXD1Kyl0bjNx3/FB0tgmu1AO5qK6lDFwf8/Webserie_card.js\";const MotionDivWithClass=withClass(motion.div);const enabledGestures={uHDNlGeTp:{hover:true}};const cycleOrder=[\"dDRQeNkmj\",\"uHDNlGeTp\"];const serializationHash=\"framer-0Ohgi\";const variantClassNames={dDRQeNkmj:\"framer-v-mwbiim\",uHDNlGeTp:\"framer-v-1rlk85i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"dDRQeNkmj\",\"Variant 2\":\"uHDNlGeTp\"};const getProps=({height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,ieTlVp6yQ:(_ref=text!==null&&text!==void 0?text:props.ieTlVp6yQ)!==null&&_ref!==void 0?_ref:\"Tudo sobre Python aplicado ao contexto financeiro.\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"dDRQeNkmj\"};};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,ieTlVp6yQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dDRQeNkmj\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(MotionDivWithClass,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-mwbiim\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"dDRQeNkmj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(1, 38, 64)\",...style},...addPropertyOverrides({\"uHDNlGeTp-hover\":{\"data-framer-name\":undefined},uHDNlGeTp:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fdqazy\",\"data-framer-name\":\"infos\",layoutDependency:layoutDependency,layoutId:\"a9lahpSrB\",style:{backgroundColor:\"rgb(22, 29, 45)\"},variants:{uHDNlGeTp:{backgroundColor:\"rgb(1, 8, 14)\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jrcvk\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"GZfKwgGUH\",style:{scale:1},variants:{\"uHDNlGeTp-hover\":{scale:1.04}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ozv2py\",\"data-framer-name\":\"Group 47778\",layoutDependency:layoutDependency,layoutId:\"PNVnD343i\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bctw3r\",\"data-framer-name\":\"check\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"n2QdqnopY\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M24 46.8586C36.6244 46.8586 46.8585 36.6245 46.8585 24C46.8585 11.3756 36.6244 1.14146 24 1.14146C11.3756 1.14146 1.14146 11.3756 1.14146 24C1.14146 36.6245 11.3756 46.8586 24 46.8586Z\" stroke=\"#1E2C41\" stroke-width=\"2.28292\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M34.9999 17.9973L20.7607 32.2364L13.063 24.5387L15.3757 22.226L20.7607 27.611L32.6871 15.6846L34.9999 17.9973Z\" fill=\"#2FE2FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(215, 249, 255))\"},children:\"Tudo sobre Python aplicado ao contexto financeiro.\"})}),className:\"framer-1rta7sd\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ajHm8JrUB\",style:{\"--extracted-r6o4lv\":\"rgb(215, 249, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:ieTlVp6yQ,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({uHDNlGeTp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(215, 249, 255))\"},children:\"Tudo sobre Python aplicado ao contexto financeiro.\"})})}},baseVariant,gestureVariant)})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0Ohgi.framer-ue2qlb, .framer-0Ohgi .framer-ue2qlb { display: block; }\",\".framer-0Ohgi.framer-mwbiim { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-height: 224px; overflow: visible; padding: 0px; position: relative; width: 376px; }\",\".framer-0Ohgi .framer-1fdqazy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-height: 224px; min-width: 100%; overflow: visible; padding: 24px 32px 40px 32px; position: relative; width: 100%; }\",\".framer-0Ohgi .framer-1jrcvk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0Ohgi .framer-ozv2py { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0Ohgi .framer-1bctw3r { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-0Ohgi .framer-1rta7sd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0Ohgi.framer-mwbiim, .framer-0Ohgi .framer-1fdqazy, .framer-0Ohgi .framer-1jrcvk, .framer-0Ohgi .framer-ozv2py { gap: 0px; } .framer-0Ohgi.framer-mwbiim > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-0Ohgi.framer-mwbiim > :first-child, .framer-0Ohgi .framer-1fdqazy > :first-child, .framer-0Ohgi .framer-1jrcvk > :first-child, .framer-0Ohgi .framer-ozv2py > :first-child { margin-top: 0px; } .framer-0Ohgi.framer-mwbiim > :last-child, .framer-0Ohgi .framer-1fdqazy > :last-child, .framer-0Ohgi .framer-1jrcvk > :last-child, .framer-0Ohgi .framer-ozv2py > :last-child { margin-bottom: 0px; } .framer-0Ohgi .framer-1fdqazy > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-0Ohgi .framer-1jrcvk > *, .framer-0Ohgi .framer-ozv2py > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-0Ohgi.framer-v-1rlk85i.framer-mwbiim { cursor: pointer; padding: 1px; }\",\".framer-0Ohgi.framer-v-1rlk85i .framer-1fdqazy { min-height: 204px; padding: 24px 24px 32px 24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 224\n * @framerIntrinsicWidth 376\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"224px\"]},\"uHDNlGeTp\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"224px\"]},\"U9EcHb8F6\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"224px\"]}}}\n * @framerVariables {\"ieTlVp6yQ\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrnuoMNVm8=withCSS(Component,css,\"framer-0Ohgi\");export default FramerrnuoMNVm8;FramerrnuoMNVm8.displayName=\"webserie-card\";FramerrnuoMNVm8.defaultProps={height:224,width:376};addPropertyControls(FramerrnuoMNVm8,{variant:{options:[\"dDRQeNkmj\",\"uHDNlGeTp\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},ieTlVp6yQ:{defaultValue:\"Tudo sobre Python aplicado ao contexto financeiro.\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerrnuoMNVm8,[{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrnuoMNVm8\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"376\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"224\",\"framerVariables\":\"{\\\"ieTlVp6yQ\\\":\\\"text\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"224px\\\"]},\\\"uHDNlGeTp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"224px\\\"]},\\\"U9EcHb8F6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"224px\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rnuoMNVm8.map"],"mappings":"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"}