{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2Z2HiVOzu5RlkwA4jqpb/DlxhqHo10lUqk8kAQ71S/Barra_customizada_.js", "ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs", "ssg:https://framerusercontent.com/modules/EuUtoOGsTe58Yz7k4N5V/aQPACPSawwOGNKOCfBPs/Smooth_scroll.js", "ssg:https://framerusercontent.com/modules/hAomkGLHFZ65UVky7YWV/GGLvVLO3dOb7WFBhqFq1/Imagem.js", "ssg:https://framerusercontent.com/modules/O3AC15TWw2UrhEzUazZF/ivHYUrICsEXWBPlKvZJQ/Card_flip.js", "ssg:https://framerusercontent.com/modules/eYSXGFGMELVTxohAmYeY/B20FAoe1G06h5CpoEX2s/SVG.js", "ssg:https://framerusercontent.com/modules/zKzdIurauKnjpJGAWrWZ/Yvdblx7Q1EODl0ogUGfm/SiBc1LBMv.js", "ssg:https://framerusercontent.com/modules/mEapvzQ8fCOWGdDf3JFc/Tjeb8zR5uIFCZSZLuRT3/c8A1igbY_.js", "ssg:https://framerusercontent.com/modules/2EFwySaNIoGVAGrIhnHP/zP2HRMVM6JbFZJcmCOdN/bz1m7xeyP.js", "ssg:https://framerusercontent.com/modules/g1XHrgTf0mOfsB0utqf5/jmRqAc9GXy3EwKxB1qLo/QrBR1zPxM.js", "ssg:https://framerusercontent.com/modules/nOZN3muIO3IALcCYTwqS/y6fxY5g2rn61IEh5uUUL/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth auto-prefer-fixed\n * @framerSupportedLayoutHeight auto-prefer-fixed\n *//**\n * @framerDisableUnlink\n */export default function ScrollbarCustomizer(props){const{enableScrollbar,scrollbarWidth,borderRadius,trackBackground,thumbBackground,thumbHoverBackground,thumbBorderColor,thumbHoverBorderColor}=props;useEffect(()=>{const style=document.createElement(\"style\");style.innerHTML=`\n            ::-webkit-scrollbar {\n                width: ${enableScrollbar?scrollbarWidth+\"px\":\"0px\"};\n                border-radius: ${borderRadius}px;\n            }\n            ::-webkit-scrollbar-track {\n                background: ${trackBackground};\n            }\n            ::-webkit-scrollbar-thumb {\n                background: ${thumbBackground};\n                border: 3px solid ${thumbBorderColor};\n                border-radius: ${borderRadius}px;\n            }\n            ::-webkit-scrollbar-thumb:hover {\n                background: ${thumbHoverBackground};\n                border: 3px solid ${thumbHoverBorderColor};\n                border-radius: ${borderRadius}px;\n            }\n            /* Estilos para Firefox */\n            * {\n                scrollbar-width: ${enableScrollbar?scrollbarWidth+\"px\":\"none\"};\n                scrollbar-color: ${thumbBackground} ${trackBackground};\n            }\n            *::-webkit-scrollbar {\n                width: ${enableScrollbar?scrollbarWidth+\"px\":\"0px\"};\n                border-radius: ${borderRadius}px;\n            }\n            *::-webkit-scrollbar-track {\n                background: ${trackBackground};\n            }\n            *::-webkit-scrollbar-thumb {\n                background: ${thumbBackground};\n                border: 3px solid ${thumbBorderColor};\n                border-radius: ${borderRadius}px;\n            }\n            *::-webkit-scrollbar-thumb:hover {\n                background: ${thumbHoverBackground};\n                border: 3px solid ${thumbHoverBorderColor};\n                border-radius: ${borderRadius}px;\n            }\n        `;document.head.appendChild(style);// Fun\u00E7\u00E3o de limpeza para remover os estilos quando o componente for desmontado\nreturn()=>{document.head.removeChild(style);};},[enableScrollbar,scrollbarWidth,borderRadius,trackBackground,thumbBackground,thumbHoverBackground,thumbBorderColor,thumbHoverBorderColor]);return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",backgroundColor:\"transparent\"},children:\"Scrollbar Customizer\"});}// Adicionando propriedades customiz\u00E1veis no painel do Framer\naddPropertyControls(ScrollbarCustomizer,{enableScrollbar:{type:ControlType.Boolean,title:\"Enable Scrollbar\",defaultValue:true,description:\"Enable or disable the scrollbar / Habilitar ou desabilitar a barra de rolagem\"},scrollbarWidth:{type:ControlType.Number,title:\"Width\",defaultValue:14,min:0,unit:\"px\",description:\"Set the width of the scrollbar / Definir a largura da barra de rolagem\"},borderRadius:{type:ControlType.Number,title:\"Border Radius\",defaultValue:100,min:0,unit:\"px\",description:\"Set the border radius of the scrollbar / Definir o raio da borda da barra de rolagem\"},trackBackground:{type:ControlType.Color,title:\"Track Background\",defaultValue:\"#FFFFFF\",description:\"Set the background color of the scrollbar track / Definir a cor de fundo do track da barra de rolagem\"},thumbBackground:{type:ControlType.Color,title:\"Thumb Background\",defaultValue:\"#39B49E\",description:\"Set the background color of the scrollbar thumb / Definir a cor de fundo do thumb da barra de rolagem\"},thumbHoverBackground:{type:ControlType.Color,title:\"Thumb Hover Background\",defaultValue:\"#285888\",description:\"Set the hover background color of the scrollbar thumb / Definir a cor de fundo hover do thumb da barra de rolagem\"},thumbBorderColor:{type:ControlType.Color,title:\"Thumb Border Color\",defaultValue:\"#FFFFFF\",description:\"Set the border color of the scrollbar thumb / Definir a cor da borda do thumb da barra de rolagem\"},thumbHoverBorderColor:{type:ControlType.Color,title:\"Thumb Hover Border Color\",defaultValue:\"#FFFFFF\",description:\"Set the hover border color of the scrollbar thumb / Definir a cor hover da borda do thumb da barra de rolagem\"},codeBy:{type:ControlType.String,title:\" \",defaultValue:\"Code by @omatusaelhorch\",readOnly:true,description:\"This component was created by @omatusaelhorch / Este componente foi criado por @omatusaelhorch.\"}})/**\n * Code by @omatusaelhorch\n */;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollbarCustomizer\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"auto-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Barra_customizada_.map", "function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";/**\n * @framerDisableUnlink\n */export function SmoothScroll({scrollIntensity,smoothWheel,smoothTouch}){useEffect(()=>{// Inicializa o Lenis Scroll no body\nconst lenis=new Lenis({duration:scrollIntensity,easing:t=>Math.min(1,1.001-Math.pow(2,-10*t)),smoothWheel:smoothWheel,smoothTouch:smoothTouch});const onScroll=e=>{// Custom scroll handling if needed\nconsole.log(e);};lenis.on(\"scroll\",onScroll);function raf(time){lenis.raf(time);requestAnimationFrame(raf);}requestAnimationFrame(raf);// Altera o estilo do body para permitir o scroll suave\ndocument.body.style.overflow=\"auto\";document.body.style.scrollBehavior=\"smooth\";return()=>{lenis.destroy();document.body.style.overflow=\"auto\"// Restaura o estilo do body\n;document.body.style.scrollBehavior=\"auto\";};},[scrollIntensity,smoothWheel,smoothTouch]);return /*#__PURE__*/_jsx(\"div\",{style:{width:1,height:1,overflow:\"hidden\",position:\"absolute\",top:0,left:0}});}addPropertyControls(SmoothScroll,{scrollIntensity:{type:ControlType.Number,title:\"Scroll Intensity\",defaultValue:1.2,min:.1,max:10,step:.1,description:\"Adjust the intensity of the smooth scroll.\"},smoothWheel:{type:ControlType.Boolean,title:\"Smooth Wheel\",defaultValue:true,description:\"Enable or disable smooth scrolling for the mouse wheel.\"},smoothTouch:{type:ControlType.Boolean,title:\"Smooth Touch\",defaultValue:false,description:\"Enable or disable smooth scrolling for touch events.\"},codeBy:{type:ControlType.String,title:\" \",defaultValue:\"Code by @omatusaelhorch\",readOnly:true,displaySegmentedControl:false,description:\"This component was created by @omatusaelhorch.\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"SmoothScroll\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_scroll.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{motion}from\"framer\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n */// Componente de Imagem Personaliz\u00E1vel\nexport default function CustomImage(props){const{src,alt,title,styles={borderRadius:0,border:{borderColor:\"#000000\",borderWidth:1,borderStyle:\"solid\"},boxShadow:{shadowColor:\"rgba(0, 0, 0, 0.25)\",shadowX:0,shadowY:2,shadowBlur:4,shadowSpread:0},overflow:\"hidden\"},animations={hoverScale:true,hoverRotate:false,hoverShadow:true,hoverOpacity:false,hoverBlur:false,hoverBrightness:false,hoverContrast:false,clickScale:false,clickRotate:false,clickShadow:false},transitionDuration=.3,performance={lazyLoad:true,imageQuality:80,imageFormat:\"auto\",srcSet:\"\",sizes:\"\",decoding:\"auto\"},codeBy=\"Code by @omatusaelhorch\"}=props;const[isInView,setIsInView]=useState(!performance.lazyLoad);useEffect(()=>{if(!performance.lazyLoad)return;const observer=new IntersectionObserver(([entry])=>{if(entry.isIntersecting){setIsInView(true);observer.disconnect();}},{rootMargin:\"0px 0px 100px 0px\"});const element=document.getElementById(\"image-container\");if(element){observer.observe(element);}return()=>{if(observer){observer.disconnect();}};},[performance.lazyLoad]);// Estilos din\u00E2micos para o cont\u00EAiner da imagem\nconst containerStyles={width:\"100%\",height:\"100%\",borderRadius:styles.borderRadius,borderColor:styles.border.borderColor,borderWidth:styles.border.borderWidth,borderStyle:styles.border.borderStyle,boxShadow:`${styles.boxShadow.shadowX}px ${styles.boxShadow.shadowY}px ${styles.boxShadow.shadowBlur}px ${styles.boxShadow.shadowSpread}px ${styles.boxShadow.shadowColor}`,overflow:styles.overflow,position:\"relative\"};// Anima\u00E7\u00F5es de hover\nconst hoverAnimation={scale:animations.hoverScale?1.1:1,rotate:animations.hoverRotate?10:0,opacity:animations.hoverOpacity?.8:1,boxShadow:animations.hoverShadow?\"0px 4px 8px rgba(0, 0, 0, 0.2)\":\"none\",filter:`blur(${animations.hoverBlur?2:0}px) brightness(${animations.hoverBrightness?1.2:1}) contrast(${animations.hoverContrast?1.2:1})`,transition:{duration:transitionDuration}};// Anima\u00E7\u00F5es de clique\nconst clickAnimation={scale:animations.clickScale?1.2:1,rotate:animations.clickRotate?15:0,boxShadow:animations.clickShadow?\"0px 6px 12px rgba(0, 0, 0, 0.3)\":\"none\",transition:{duration:transitionDuration}};return /*#__PURE__*/_jsx(motion.div,{id:\"image-container\",style:containerStyles,children:isInView&&/*#__PURE__*/_jsx(motion.img,{src:`${src}?q=${performance.imageQuality}&fm=${performance.imageFormat}`,alt:alt,title:title,srcSet:performance.srcSet,sizes:performance.sizes,decoding:performance.decoding,loading:performance.lazyLoad?\"lazy\":\"eager\",style:{width:\"100%\",height:\"100%\",objectFit:\"cover\"},whileHover:hoverAnimation,whileTap:clickAnimation})});}CustomImage.displayName=\"UncodeImage\";addPropertyControls(CustomImage,{src:{type:ControlType.Image,title:\"Image Source\",defaultValue:\"https://via.placeholder.com/150\",description:\"URL da imagem a ser exibida.\"},imageProperties:{type:ControlType.Object,title:\"Image Properties\",controls:{alt:{type:ControlType.String,title:\"Alt Text\",defaultValue:\"Descri\\xe7\\xe3o da imagem\",description:\"Texto alternativo para acessibilidade e SEO.\"},title:{type:ControlType.String,title:\"Title\",defaultValue:\"T\\xedtulo da imagem\",description:\"T\\xedtulo da imagem para SEO.\"}}},styles:{type:ControlType.Object,title:\"Styles\",controls:{borderRadius:{type:ControlType.FusedNumber,title:\"Border Radius\",toggleKey:\"isRadiusUniform\",toggleTitles:[\"Uniform\",\"Custom\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:0,description:\"Raio da borda da imagem.\"},border:{type:ControlType.Object,title:\"Border\",controls:{borderColor:{type:ControlType.Color,title:\"Border Color\",defaultValue:\"#000000\"},borderWidth:{type:ControlType.FusedNumber,title:\"Border Width\",toggleKey:\"isBorderWidthUniform\",toggleTitles:[\"Uniform\",\"Custom\"],valueKeys:[\"top\",\"right\",\"bottom\",\"left\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,defaultValue:1},borderStyle:{type:ControlType.Enum,title:\"Border Style\",options:[\"solid\",\"dashed\",\"dotted\",\"double\",\"groove\",\"ridge\",\"inset\",\"outset\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\",\"Groove\",\"Ridge\",\"Inset\",\"Outset\"],defaultValue:\"solid\"}}},boxShadow:{type:ControlType.Object,title:\"Box Shadow\",controls:{shadowColor:{type:ControlType.Color,title:\"Shadow Color\",defaultValue:\"rgba(0, 0, 0, 0.25)\"},shadowX:{type:ControlType.Number,title:\"Shadow X\",min:-100,max:100,defaultValue:0},shadowY:{type:ControlType.Number,title:\"Shadow Y\",min:-100,max:100,defaultValue:2},shadowBlur:{type:ControlType.Number,title:\"Shadow Blur\",min:0,max:100,defaultValue:4},shadowSpread:{type:ControlType.Number,title:\"Shadow Spread\",min:0,max:100,defaultValue:0}}},overflow:{type:ControlType.Enum,title:\"Overflow\",options:[\"visible\",\"hidden\",\"scroll\",\"auto\"],optionTitles:[\"Visible\",\"Hidden\",\"Scroll\",\"Auto\"],defaultValue:\"hidden\",description:\"Comportamento de overflow do cont\\xeainer da imagem.\"}}},animations:{type:ControlType.Object,title:\"Animations\",controls:{hoverScale:{type:ControlType.Boolean,title:\"Hover Scale\",defaultValue:true,description:\"Aumentar a escala da imagem ao passar o mouse.\"},hoverRotate:{type:ControlType.Boolean,title:\"Hover Rotate\",defaultValue:false,description:\"Rotacionar a imagem ao passar o mouse.\"},hoverShadow:{type:ControlType.Boolean,title:\"Hover Shadow\",defaultValue:true,description:\"Adicionar sombra \\xe0 imagem ao passar o mouse.\"},hoverOpacity:{type:ControlType.Boolean,title:\"Hover Opacity\",defaultValue:false,description:\"Alterar a opacidade da imagem ao passar o mouse.\"},hoverBlur:{type:ControlType.Boolean,title:\"Hover Blur\",defaultValue:false,description:\"Aplicar um efeito de desfoque ao passar o mouse.\"},hoverBrightness:{type:ControlType.Boolean,title:\"Hover Brightness\",defaultValue:false,description:\"Ajustar o brilho da imagem ao passar o mouse.\"},hoverContrast:{type:ControlType.Boolean,title:\"Hover Contrast\",defaultValue:false,description:\"Ajustar o contraste da imagem ao passar o mouse.\"},clickScale:{type:ControlType.Boolean,title:\"Click Scale\",defaultValue:false,description:\"Aumentar a escala da imagem ao clicar.\"},clickRotate:{type:ControlType.Boolean,title:\"Click Rotate\",defaultValue:false,description:\"Rotacionar a imagem ao clicar.\"},clickShadow:{type:ControlType.Boolean,title:\"Click Shadow\",defaultValue:false,description:\"Adicionar sombra \\xe0 imagem ao clicar.\"}}},performance:{type:ControlType.Object,title:\"Performance\",controls:{lazyLoad:{type:ControlType.Boolean,title:\"Lazy Load\",defaultValue:true,description:\"Carregar a imagem apenas quando estiver vis\\xedvel na tela.\"},imageQuality:{type:ControlType.Number,title:\"Image Quality\",defaultValue:80,min:1,max:100,step:1,description:\"Qualidade da imagem (1-100).\"},imageFormat:{type:ControlType.Enum,title:\"Image Format\",options:[\"auto\",\"jpg\",\"png\",\"webp\"],optionTitles:[\"Auto\",\"JPG\",\"PNG\",\"WEBP\"],defaultValue:\"auto\",description:\"Formato da imagem.\"},srcSet:{type:ControlType.String,title:\"Src Set\",defaultValue:\"\",description:\"Conjunto de fontes de imagem para diferentes resolu\\xe7\\xf5es.\"},sizes:{type:ControlType.String,title:\"Sizes\",defaultValue:\"\",description:\"Tamanho da imagem para diferentes resolu\\xe7\\xf5es.\"},decoding:{type:ControlType.Enum,title:\"Decoding\",options:[\"auto\",\"sync\",\"async\"],optionTitles:[\"Auto\",\"Sync\",\"Async\"],defaultValue:\"auto\",description:\"M\\xe9todo de decodifica\\xe7\\xe3o da imagem.\"}}},codeBy:{type:ControlType.String,title:\" \",defaultValue:\"About this override:\",readOnly:true,description:\"Este componente foi criado por @omatusaelhorch.\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CustomImage\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Imagem.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType,Frame}from\"framer\";/**\n * @framerDisableUnlink\n */// Componente principal\nfunction UncodeFlip(props){const{frontContent,backContent,enableFlip,flipDuration,borderRadius,animationSettings,tiltSettings}=props;const[flipped,setFlipped]=useState(false);const[tilt,setTilt]=useState({rotateX:0,rotateY:0});const flipCard=()=>{if(enableFlip){setFlipped(!flipped);}};const handleMouseMove=event=>{const{clientX,clientY}=event;const{width,height,left,top}=document.documentElement.getBoundingClientRect();const x=clientX-(tiltSettings.globalMouse?0:left);const y=clientY-(tiltSettings.globalMouse?0:top);const centerX=width/2;const centerY=height/2;const rotateX=(y-centerY)/centerY*tiltSettings.maxTilt;const rotateY=(x-centerX)/centerX*-tiltSettings.maxTilt;setTilt({rotateX,rotateY});};const handleMouseLeave=()=>{setTilt({rotateX:0,rotateY:0});};useEffect(()=>{if(tiltSettings.globalMouse){window.addEventListener(\"mousemove\",handleMouseMove);window.addEventListener(\"mouseleave\",handleMouseLeave);return()=>{window.removeEventListener(\"mousemove\",handleMouseMove);window.removeEventListener(\"mouseleave\",handleMouseLeave);};}},[tiltSettings.globalMouse]);return /*#__PURE__*/_jsx(motion.div,{onMouseEnter:flipCard,onMouseLeave:()=>{flipCard();handleMouseLeave();},style:{width:\"100%\",height:\"100%\",perspective:`${tiltSettings.perspective}px`,borderRadius:`${borderRadius}px`,transform:`rotateX(${tiltSettings.globalMouse?tilt.rotateX:0}deg) rotateY(${tiltSettings.globalMouse?tilt.rotateY:0}deg)`},children:/*#__PURE__*/_jsxs(motion.div,{style:{width:\"100%\",height:\"100%\",position:\"relative\",transformStyle:\"preserve-3d\"},animate:{rotateY:flipped?180:0},transition:animationSettings,children:[/*#__PURE__*/_jsx(Frame,{size:\"100%\",background:\"\",style:{backfaceVisibility:\"hidden\",position:\"absolute\",borderRadius:`${borderRadius}px`},children:/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},children:frontContent})}),enableFlip&&/*#__PURE__*/_jsx(Frame,{size:\"100%\",background:\"\",style:{backfaceVisibility:\"hidden\",position:\"absolute\",transform:\"rotateY(180deg)\",borderRadius:`${borderRadius}px`},children:/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},children:backContent})})]})});}// Adicionando propriedades customiz\u00E1veis ao componente\naddPropertyControls(UncodeFlip,{// Se\u00E7\u00E3o de Conte\u00FAdo\nfrontContent:{type:ControlType.ComponentInstance,title:\"Front Content\",description:\"Content displayed on the front of the card | Conte\\xfado exibido na frente do cart\\xe3o\",section:\"Content\"},backContent:{type:ControlType.ComponentInstance,title:\"Back Content\",description:\"Content displayed on the back of the card | Conte\\xfado exibido no verso do cart\\xe3o\",section:\"Content\"},// Se\u00E7\u00E3o de Configura\u00E7\u00F5es de Flip\nenableFlip:{type:ControlType.Boolean,title:\"Enable Flip\",defaultValue:true,description:\"Enable or disable the flip animation | Ativar ou desativar a anima\\xe7\\xe3o de flip\",section:\"Flip Settings\"},flipDuration:{type:ControlType.Number,title:\"Flip Duration (s)\",defaultValue:.6,min:.1,max:3,description:\"Duration of the flip animation in seconds | Dura\\xe7\\xe3o da anima\\xe7\\xe3o de flip em segundos\",section:\"Flip Settings\"},borderRadius:{type:ControlType.Number,title:\"Border Radius\",defaultValue:10,min:0,max:100,description:\"Radius of the card's corners | Raio dos cantos do cart\\xe3o\",section:\"Flip Settings\"},// Se\u00E7\u00E3o de Configura\u00E7\u00F5es de Anima\u00E7\u00E3o\nanimationSettings:{type:ControlType.Transition,title:\"Animation Settings\",description:\"Settings for the card flip animation | Configura\\xe7\\xf5es para a anima\\xe7\\xe3o de flip do cart\\xe3o\",section:\"Animation Settings\"},// Se\u00E7\u00E3o de Configura\u00E7\u00F5es de Inclina\u00E7\u00E3o\ntiltSettings:{type:ControlType.Object,title:\"Tilt Settings\",controls:{maxTilt:{type:ControlType.Number,title:\"Max Tilt (degrees)\",defaultValue:15,min:0,max:45,description:\"Maximum tilt angle | \\xc2ngulo m\\xe1ximo de inclina\\xe7\\xe3o\"},perspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:1e3,min:500,max:2e3,unit:\"px\",description:\"Perspective distance for 3D effect | Dist\\xe2ncia de perspectiva para efeito 3D\"},globalMouse:{type:ControlType.Boolean,title:\"Global Mouse Position\",defaultValue:true,description:\"Use global mouse position for tilt effect | Usar a posi\\xe7\\xe3o global do mouse para efeito de inclina\\xe7\\xe3o\"}},section:\"Tilt Settings\"},// Coment\u00E1rio final\ncodeBy:{type:ControlType.String,title:\" \",defaultValue:\"Code by @omatusaelhorch\",readOnly:true,displaySegmentedControl:false,description:\"This component was created by @omatusaelhorch.\",section:\"Code Info\"}});// Exportando o componente\nexport default UncodeFlip/**\n * Code by @omatusaelhorch\n */;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"UncodeFlip\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Card_flip.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{Frame,addPropertyControls,ControlType}from\"framer\";export function SVGComponent(props){const{svgCode,fillColor,strokeColor,strokeWidth,rotation,svgFile,padding}=props;const[svgContent,setSvgContent]=React.useState(svgCode);React.useEffect(()=>{let parser=new DOMParser;let svgDoc=parser.parseFromString(svgCode,\"image/svg+xml\");let svgElement=svgDoc.querySelector(\"svg\");if(svgElement){svgElement.setAttribute(\"width\",\"100%\");svgElement.setAttribute(\"height\",\"100%\");svgElement.setAttribute(\"preserveAspectRatio\",\"xMidYMid meet\");let paths=svgElement.querySelectorAll(\"path\");paths.forEach(path=>{if(fillColor)path.setAttribute(\"fill\",fillColor);if(strokeColor)path.setAttribute(\"stroke\",strokeColor);if(strokeWidth)path.setAttribute(\"stroke-width\",strokeWidth);});setSvgContent(new XMLSerializer().serializeToString(svgElement));}},[svgCode,fillColor,strokeColor,strokeWidth]);React.useEffect(()=>{if(svgFile){fetch(svgFile).then(response=>response.text()).then(text=>{let parser=new DOMParser;let svgDoc=parser.parseFromString(text,\"image/svg+xml\");let svgElement=svgDoc.querySelector(\"svg\");if(svgElement){svgElement.setAttribute(\"width\",\"100%\");svgElement.setAttribute(\"height\",\"100%\");svgElement.setAttribute(\"preserveAspectRatio\",\"xMidYMid meet\");let paths=svgElement.querySelectorAll(\"path\");paths.forEach(path=>{if(fillColor)path.setAttribute(\"fill\",fillColor);if(strokeColor)path.setAttribute(\"stroke\",strokeColor);if(strokeWidth)path.setAttribute(\"stroke-width\",strokeWidth);});setSvgContent(new XMLSerializer().serializeToString(svgElement));}}).catch(error=>console.error(\"Error loading SVG file:\",error));}},[svgFile,fillColor,strokeColor,strokeWidth]);return /*#__PURE__*/_jsx(Frame,{size:\"100%\",background:\"transparent\",style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\",transform:`rotate(${rotation}deg)`,overflow:\"visible\"},children:/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",padding:`${padding}px`},dangerouslySetInnerHTML:{__html:svgContent}})});}// Definindo as propriedades que ser\u00E3o manipuladas no Framer\naddPropertyControls(SVGComponent,{svgCode:{type:ControlType.String,title:\"SVG Code\",defaultValue:\"<svg></svg>\"},fillColor:{type:ControlType.Color,title:\"Fill Color\",defaultValue:\"#000000\"},strokeColor:{type:ControlType.Color,title:\"Stroke Color\",defaultValue:\"#000000\"},strokeWidth:{type:ControlType.Number,title:\"Stroke Width\",defaultValue:1},rotation:{type:ControlType.Number,title:\"Rotation\",defaultValue:0,min:0,max:360},svgFile:{type:ControlType.File,title:\"Upload SVG File\",allowedFileTypes:[\"svg\"]},padding:{type:ControlType.Number,title:\"Padding\",defaultValue:0,min:0}});\nexport const __FramerMetadata__ = {\"exports\":{\"SVGComponent\":{\"type\":\"reactComponent\",\"name\":\"SVGComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SVG.map", "// Generated by Framer (21ec140)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{SVGComponent}from\"https://framerusercontent.com/modules/eYSXGFGMELVTxohAmYeY/B20FAoe1G06h5CpoEX2s/SVG.js\";const SVGComponentFonts=getFonts(SVGComponent);const cycleOrder=[\"V2N7_2szy\",\"doRyvV244\"];const serializationHash=\"framer-BWT2i\";const variantClassNames={doRyvV244:\"framer-v-n41x2e\",V2N7_2szy:\"framer-v-oadx95\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"V2N7_2szy\",\"Variant 2\":\"doRyvV244\"};const getProps=({background,height,id,strokeColor,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,clC4PfKIC:(_ref=background!==null&&background!==void 0?background:props.clC4PfKIC)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"V2N7_2szy\",yNTocq_1d:(_ref2=strokeColor!==null&&strokeColor!==void 0?strokeColor:props.yNTocq_1d)!==null&&_ref2!==void 0?_ref2:\"rgb(0, 0, 0)\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,clC4PfKIC,yNTocq_1d,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"V2N7_2szy\",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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-oadx95\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"V2N7_2szy\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:clC4PfKIC,borderBottomLeftRadius:457,borderBottomRightRadius:457,borderTopLeftRadius:457,borderTopRightRadius:457,...style},...addPropertyOverrides({doRyvV244:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-66u7x9-container\",layoutDependency:layoutDependency,layoutId:\"eC9_Ygg_Y-container\",children:/*#__PURE__*/_jsx(SVGComponent,{fillColor:\"rgba(191, 191, 191, 0)\",height:\"100%\",id:\"eC9_Ygg_Y\",layoutId:\"eC9_Ygg_Y\",padding:3,rotation:0,strokeColor:yNTocq_1d,strokeWidth:2,style:{height:\"100%\",width:\"100%\"},svgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" color=\"#029b8c\" fill=\"none\">     <path d=\"M17 7L6 18\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" />     <path d=\"M11 6.13151C11 6.13151 16.6335 5.65662 17.4885 6.51153C18.3434 7.36645 17.8684 13 17.8684 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" /> </svg>',width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17dukx2-container\",layoutDependency:layoutDependency,layoutId:\"mFrsf5usx-container\",children:/*#__PURE__*/_jsx(SVGComponent,{fillColor:\"rgba(191, 191, 191, 0)\",height:\"100%\",id:\"mFrsf5usx\",layoutId:\"mFrsf5usx\",padding:3,rotation:0,strokeColor:yNTocq_1d,strokeWidth:2,style:{height:\"100%\",width:\"100%\"},svgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" color=\"#029b8c\" fill=\"none\">     <path d=\"M17 7L6 18\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" />     <path d=\"M11 6.13151C11 6.13151 16.6335 5.65662 17.4885 6.51153C18.3434 7.36645 17.8684 13 17.8684 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" /> </svg>',width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BWT2i.framer-tj4x7x, .framer-BWT2i .framer-tj4x7x { display: block; }\",\".framer-BWT2i.framer-oadx95 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 47px; justify-content: flex-start; overflow: hidden; padding: 0px 8px 0px 8px; position: relative; width: 47px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BWT2i .framer-66u7x9-container, .framer-BWT2i .framer-17dukx2-container { flex: none; height: 33px; position: relative; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BWT2i.framer-oadx95 { gap: 0px; } .framer-BWT2i.framer-oadx95 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BWT2i.framer-oadx95 > :first-child { margin-left: 0px; } .framer-BWT2i.framer-oadx95 > :last-child { margin-right: 0px; } }\",\".framer-BWT2i.framer-v-n41x2e.framer-oadx95 { justify-content: flex-end; padding: 0px 9px 0px 1px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 47\n * @framerIntrinsicWidth 47\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"doRyvV244\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"clC4PfKIC\":\"background\",\"yNTocq_1d\":\"strokeColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSiBc1LBMv=withCSS(Component,css,\"framer-BWT2i\");export default FramerSiBc1LBMv;FramerSiBc1LBMv.displayName=\"Seta\";FramerSiBc1LBMv.defaultProps={height:47,width:47};addPropertyControls(FramerSiBc1LBMv,{variant:{options:[\"V2N7_2szy\",\"doRyvV244\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},clC4PfKIC:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},yNTocq_1d:{defaultValue:\"rgb(0, 0, 0)\",title:\"Stroke Color\",type:ControlType.Color}});addFonts(FramerSiBc1LBMv,[{explicitInter:true,fonts:[]},...SVGComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSiBc1LBMv\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"47\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"clC4PfKIC\\\":\\\"background\\\",\\\"yNTocq_1d\\\":\\\"strokeColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"47\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"doRyvV244\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SiBc1LBMv.map", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Seta from\"https://framerusercontent.com/modules/zKzdIurauKnjpJGAWrWZ/Yvdblx7Q1EODl0ogUGfm/SiBc1LBMv.js\";const SetaFonts=getFonts(Seta);const enabledGestures={Gw62fU7aP:{hover:true},o8xabx7Ww:{hover:true}};const cycleOrder=[\"Gw62fU7aP\",\"o8xabx7Ww\"];const serializationHash=\"framer-38JKz\";const variantClassNames={Gw62fU7aP:\"framer-v-1e1jslh\",o8xabx7Ww:\"framer-v-1aygckc\"};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(React.Fragment);const humanReadableVariantMap={\"Bot\\xe3o 2\":\"o8xabx7Ww\",\"Variant 1\":\"Gw62fU7aP\"};const getProps=({height,hover,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,a1aOPVwDd:(_ref=title!==null&&title!==void 0?title:props.a1aOPVwDd)!==null&&_ref!==void 0?_ref:\"Portf\\xf3lio\",k9q3qoA37:hover!==null&&hover!==void 0?hover:props.k9q3qoA37,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Gw62fU7aP\",vBsxewYy7:link!==null&&link!==void 0?link:props.vBsxewYy7};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,a1aOPVwDd,vBsxewYy7,k9q3qoA37,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Gw62fU7aP\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1r7lc83=activeVariantCallback(async(...args)=>{if(k9q3qoA37){const res=await k9q3qoA37(...args);if(res===false)return false;}});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(Link,{href:vBsxewYy7,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1e1jslh\",className,classNames)} framer-14k5b9p`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Gw62fU7aP\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnter1r7lc83,onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"Gw62fU7aP-hover\":{\"data-framer-name\":undefined},\"o8xabx7Ww-hover\":{\"data-framer-name\":undefined},o8xabx7Ww:{\"data-framer-name\":\"Bot\\xe3o 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f0zbab\",layoutDependency:layoutDependency,layoutId:\"z1W3ijPhy\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{\"o8xabx7Ww-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},o8xabx7Ww:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\"},children:\"Portf\\xf3lio\"})}),className:\"framer-1t5s3yc\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"z3SfCAnje\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:a1aOPVwDd,variants:{o8xabx7Ww:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({o8xabx7Ww:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Portf\\xf3lio\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15em09b-container\",layoutDependency:layoutDependency,layoutId:\"IMbNLdtDh-container\",style:{rotateX:0},variants:{\"Gw62fU7aP-hover\":{rotateX:45},\"o8xabx7Ww-hover\":{rotateX:45}},children:/*#__PURE__*/_jsx(Seta,{clC4PfKIC:\"rgb(255, 255, 255)\",height:\"100%\",id:\"IMbNLdtDh\",layoutId:\"IMbNLdtDh\",style:{height:\"100%\"},variant:\"V2N7_2szy\",width:\"100%\",yNTocq_1d:\"rgb(0, 0, 0)\",...addPropertyOverrides({\"Gw62fU7aP-hover\":{clC4PfKIC:\"rgba(255, 255, 255, 0.2)\",yNTocq_1d:\"rgb(255, 255, 255)\"},\"o8xabx7Ww-hover\":{clC4PfKIC:\"rgba(255, 255, 255, 0.2)\",yNTocq_1d:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-38JKz.framer-14k5b9p, .framer-38JKz .framer-14k5b9p { display: block; }\",\".framer-38JKz.framer-1e1jslh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 47px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-38JKz .framer-1f0zbab { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 14px 26px 14px 26px; position: relative; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-38JKz .framer-1t5s3yc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-38JKz .framer-15em09b-container { flex: none; height: 100%; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-38JKz.framer-1e1jslh, .framer-38JKz .framer-1f0zbab { gap: 0px; } .framer-38JKz.framer-1e1jslh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-38JKz.framer-1e1jslh > :first-child { margin-left: 0px; } .framer-38JKz.framer-1e1jslh > :last-child { margin-right: 0px; } .framer-38JKz .framer-1f0zbab > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-38JKz .framer-1f0zbab > :first-child { margin-top: 0px; } .framer-38JKz .framer-1f0zbab > :last-child { margin-bottom: 0px; } }\",\".framer-38JKz.framer-v-1aygckc .framer-1f0zbab { padding: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 47\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"o8xabx7Ww\":{\"layout\":[\"auto\",\"fixed\"]},\"v5Tj0K7cR\":{\"layout\":[\"auto\",\"fixed\"]},\"VMSF5RHpS\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"a1aOPVwDd\":\"title\",\"vBsxewYy7\":\"link\",\"k9q3qoA37\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerc8A1igbY_=withCSS(Component,css,\"framer-38JKz\");export default Framerc8A1igbY_;Framerc8A1igbY_.displayName=\"bot\\xe3o\";Framerc8A1igbY_.defaultProps={height:47,width:176};addPropertyControls(Framerc8A1igbY_,{variant:{options:[\"Gw62fU7aP\",\"o8xabx7Ww\"],optionTitles:[\"Variant 1\",\"Bot\\xe3o 2\"],title:\"Variant\",type:ControlType.Enum},a1aOPVwDd:{defaultValue:\"Portf\\xf3lio\",displayTextArea:false,title:\"Title\",type:ControlType.String},vBsxewYy7:{title:\"Link\",type:ControlType.Link},k9q3qoA37:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(Framerc8A1igbY_,[{explicitInter:true,fonts:[{family:\"Space Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksmNsFjTDJK.woff2\",weight:\"600\"}]},...SetaFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc8A1igbY_\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"176\",\"framerIntrinsicHeight\":\"47\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"a1aOPVwDd\\\":\\\"title\\\",\\\"vBsxewYy7\\\":\\\"link\\\",\\\"k9q3qoA37\\\":\\\"hover\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"o8xabx7Ww\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"v5Tj0K7cR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"VMSF5RHpS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./c8A1igbY_.map", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={opUx0CVnA:{hover:true}};const cycleOrder=[\"opUx0CVnA\"];const serializationHash=\"framer-zOTk4\";const variantClassNames={opUx0CVnA:\"framer-v-w8s237\"};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(React.Fragment);const getProps=({height,id,link,t_tulo,width,...props})=>{var _ref;return{...props,BDT8TD1jF:(_ref=t_tulo!==null&&t_tulo!==void 0?t_tulo:props.BDT8TD1jF)!==null&&_ref!==void 0?_ref:\"Home\",JsZodIF0n:link!==null&&link!==void 0?link:props.JsZodIF0n};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,BDT8TD1jF,JsZodIF0n,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"opUx0CVnA\",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(Link,{href:JsZodIF0n,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-w8s237\",className,classNames)} framer-1x8lywf`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"opUx0CVnA\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"opUx0CVnA-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Home\"})}),className:\"framer-1myamcu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G0DDDLudk\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:BDT8TD1jF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Open\"})}),className:\"framer-ctl3m2\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"BAP7_yZUh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zOTk4.framer-1x8lywf, .framer-zOTk4 .framer-1x8lywf { display: block; }\",\".framer-zOTk4.framer-w8s237 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: 20px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: auto; }\",\".framer-zOTk4 .framer-1myamcu, .framer-zOTk4 .framer-ctl3m2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zOTk4.framer-w8s237 { gap: 0px; } .framer-zOTk4.framer-w8s237 > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-zOTk4.framer-w8s237 > :first-child { margin-top: 0px; } .framer-zOTk4.framer-w8s237 > :last-child { margin-bottom: 0px; } }\",\".framer-zOTk4.framer-v-w8s237.hover.framer-w8s237 { justify-content: flex-end; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 45\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"bxpbk1MMr\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"BDT8TD1jF\":\"t_tulo\",\"JsZodIF0n\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerbz1m7xeyP=withCSS(Component,css,\"framer-zOTk4\");export default Framerbz1m7xeyP;Framerbz1m7xeyP.displayName=\"Links\";Framerbz1m7xeyP.defaultProps={height:20,width:45};addPropertyControls(Framerbz1m7xeyP,{BDT8TD1jF:{defaultValue:\"Home\",displayTextArea:false,title:\"T\\xedtulo\",type:ControlType.String},JsZodIF0n:{title:\"Link\",type:ControlType.Link}});addFonts(Framerbz1m7xeyP,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerbz1m7xeyP\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"20\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"bxpbk1MMr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"45\",\"framerVariables\":\"{\\\"BDT8TD1jF\\\":\\\"t_tulo\\\",\\\"JsZodIF0n\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bz1m7xeyP.map", "// Generated by Framer (66beb72)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Links from\"https://framerusercontent.com/modules/2EFwySaNIoGVAGrIhnHP/zP2HRMVM6JbFZJcmCOdN/bz1m7xeyP.js\";const LinksFonts=getFonts(Links);const cycleOrder=[\"kl3mS9y3t\",\"YkGqA1YVv\"];const serializationHash=\"framer-k3ift\";const variantClassNames={kl3mS9y3t:\"framer-v-a1ii5x\",YkGqA1YVv:\"framer-v-1w8rl84\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"kl3mS9y3t\",\"Variant 2\":\"YkGqA1YVv\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"kl3mS9y3t\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kl3mS9y3t\",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(motion.nav,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-a1ii5x\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"kl3mS9y3t\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:1,...style},variants:{YkGqA1YVv:{opacity:0}},...addPropertyOverrides({YkGqA1YVv:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kvq8ub\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Mb5I6xH6s\",style:{backgroundColor:\"rgba(255, 255, 255, 0.08)\",borderBottomLeftRadius:552,borderBottomRightRadius:552,borderTopLeftRadius:552,borderTopRightRadius:552},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XKzg0ndJt\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-czi136 framer-osrfgb\",\"data-framer-name\":\"Group 18\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"RHTBWV8Fn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 82 29\"><path d=\"M 10.197 4.493 C 10.797 3.88 11.177 3.489 11.177 3.489 C 11.524 3.118 11.944 2.835 12.398 2.647 C 13.765 2.081 15.452 2.364 16.505 3.482 L 24.581 11.737 C 25.294 12.464 25.688 13.435 25.688 14.459 C 25.688 15.483 25.294 16.453 24.581 17.181 L 16.505 25.435 C 15.105 26.931 12.578 26.931 11.177 25.435 L 3.095 17.195 C 1.635 15.766 1.635 13.179 3.095 11.75 C 3.095 11.75 6.783 7.983 9.177 5.537 C 9.557 5.153 9.904 4.796 10.197 4.493 Z M 1.688 10.315 L 9.744 2.081 C 11.937 -0.23 15.752 -0.224 17.939 2.081 L 26.001 10.322 C 27.088 11.433 27.682 12.909 27.682 14.472 C 27.682 16.036 27.082 17.511 26.001 18.616 L 17.932 26.857 C 15.745 29.168 11.917 29.168 9.73 26.857 L 1.688 18.63 C -0.566 16.406 -0.559 12.532 1.688 10.315 Z\" fill=\"rgb(94, 94, 94)\"></path><path d=\"M 16.665 15.483 L 11.837 20.308 C 11.164 20.981 10.064 20.981 9.39 20.308 L 7.023 17.943 L 9.484 15.483 C 10.164 14.809 10.164 13.711 9.484 13.037 L 7.023 10.578 L 9.39 8.213 C 10.07 7.539 11.164 7.539 11.837 8.213 L 16.665 13.037 C 17.346 13.711 17.346 14.809 16.665 15.483 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 38.761 22.066 C 37.731 22.066 36.819 21.88 36.025 21.509 C 35.23 21.138 34.608 20.592 34.158 19.868 C 33.709 19.147 33.483 18.269 33.483 17.235 L 33.483 16.739 L 35.576 16.739 L 35.576 17.235 C 35.576 18.215 35.865 18.951 36.445 19.441 C 37.024 19.931 37.797 20.176 38.761 20.176 C 39.726 20.176 40.475 19.967 40.97 19.55 C 41.465 19.133 41.713 18.593 41.713 17.93 C 41.713 17.494 41.596 17.136 41.361 16.858 C 41.127 16.58 40.795 16.358 40.365 16.192 C 39.935 16.026 39.42 15.871 38.82 15.724 L 38.097 15.545 C 37.225 15.334 36.465 15.071 35.82 14.76 C 35.176 14.449 34.676 14.035 34.326 13.518 C 33.974 13.002 33.798 12.339 33.798 11.531 C 33.798 10.723 33.997 10.007 34.394 9.425 C 34.791 8.842 35.341 8.391 36.046 8.072 C 36.75 7.755 37.577 7.595 38.528 7.595 C 39.478 7.595 40.329 7.762 41.079 8.092 C 41.828 8.423 42.418 8.914 42.848 9.563 C 43.278 10.212 43.493 11.028 43.493 12.007 L 43.493 12.723 L 41.401 12.723 L 41.401 12.007 C 41.401 11.411 41.281 10.928 41.04 10.556 C 40.798 10.185 40.464 9.914 40.034 9.743 C 39.604 9.57 39.102 9.484 38.528 9.484 C 37.695 9.484 37.047 9.659 36.583 10.01 C 36.121 10.361 35.889 10.848 35.889 11.471 C 35.889 11.894 35.99 12.243 36.193 12.514 C 36.394 12.786 36.692 13.009 37.082 13.181 C 37.473 13.353 37.962 13.506 38.548 13.638 L 39.271 13.816 C 40.157 14.015 40.939 14.271 41.616 14.582 C 42.294 14.893 42.828 15.314 43.219 15.844 C 43.61 16.374 43.806 17.057 43.806 17.892 C 43.806 18.727 43.601 19.455 43.19 20.078 C 42.78 20.7 42.197 21.188 41.441 21.539 C 40.686 21.889 39.793 22.065 38.763 22.065 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 49.492 22.065 C 48.515 22.065 47.661 21.857 46.933 21.439 C 46.202 21.022 45.633 20.433 45.222 19.672 C 44.812 18.909 44.607 18.024 44.607 17.018 L 44.607 16.78 C 44.607 15.759 44.808 14.868 45.212 14.106 C 45.616 13.344 46.179 12.755 46.903 12.338 C 47.627 11.921 48.463 11.712 49.415 11.712 C 50.367 11.712 51.152 11.921 51.849 12.338 C 52.546 12.755 53.091 13.336 53.482 14.077 C 53.872 14.819 54.068 15.686 54.068 16.68 L 54.068 17.455 L 46.659 17.455 C 46.686 18.316 46.97 19.002 47.51 19.512 C 48.05 20.023 48.725 20.278 49.533 20.278 C 50.289 20.278 50.859 20.106 51.244 19.761 C 51.628 19.416 51.925 19.019 52.132 18.568 L 53.793 19.443 C 53.611 19.815 53.347 20.205 53.002 20.616 C 52.656 21.026 52.204 21.371 51.644 21.649 C 51.083 21.927 50.366 22.067 49.494 22.067 Z M 46.678 15.885 L 52.015 15.885 C 51.962 15.143 51.702 14.563 51.232 14.146 C 50.763 13.729 50.151 13.519 49.395 13.519 C 48.64 13.519 48.024 13.729 47.548 14.146 C 47.072 14.563 46.782 15.143 46.678 15.885 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 55.473 11.99 L 57.447 11.99 L 57.447 13.143 L 57.76 13.143 C 57.917 12.732 58.167 12.43 58.512 12.239 C 58.858 12.046 59.285 11.95 59.793 11.95 L 60.947 11.95 L 60.947 13.798 L 59.715 13.798 C 59.063 13.798 58.53 13.981 58.113 14.345 C 57.695 14.711 57.487 15.27 57.487 16.025 L 57.487 21.79 L 55.473 21.79 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 66.361 22.065 C 65.383 22.065 64.529 21.857 63.801 21.439 C 63.07 21.022 62.5 20.433 62.09 19.672 C 61.68 18.909 61.475 18.024 61.475 17.018 L 61.475 16.78 C 61.475 15.759 61.676 14.868 62.08 14.106 C 62.485 13.344 63.048 12.755 63.771 12.338 C 64.496 11.921 65.331 11.712 66.283 11.712 C 67.235 11.712 68.02 11.921 68.718 12.338 C 69.414 12.755 69.96 13.336 70.349 14.077 C 70.74 14.819 70.936 15.686 70.936 16.68 L 70.936 17.455 L 63.528 17.455 C 63.554 18.316 63.838 19.002 64.378 19.512 C 64.919 20.023 65.593 20.278 66.402 20.278 C 67.157 20.278 67.727 20.106 68.111 19.761 C 68.497 19.416 68.793 19.019 69 18.568 L 70.662 19.443 C 70.479 19.815 70.215 20.205 69.871 20.616 C 69.525 21.026 69.071 21.371 68.512 21.649 C 67.951 21.927 67.234 22.067 66.362 22.067 Z M 63.546 15.885 L 68.883 15.885 C 68.83 15.143 68.57 14.563 68.1 14.146 C 67.631 13.729 67.019 13.519 66.264 13.519 C 65.508 13.519 64.892 13.729 64.416 14.146 C 63.94 14.563 63.65 15.143 63.546 15.885 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 72.362 21.788 L 72.362 11.99 L 74.336 11.99 L 74.336 13.461 L 74.649 13.461 C 74.832 13.064 75.158 12.693 75.626 12.348 C 76.095 12.003 76.792 11.831 77.718 11.831 C 78.447 11.831 79.095 11.998 79.663 12.328 C 80.229 12.659 80.676 13.127 81.002 13.729 C 81.327 14.332 81.491 15.058 81.491 15.906 L 81.491 21.789 L 79.478 21.789 L 79.478 16.065 C 79.478 15.217 79.269 14.591 78.851 14.187 C 78.434 13.783 77.86 13.581 77.131 13.581 C 76.298 13.581 75.629 13.859 75.128 14.416 C 74.626 14.972 74.374 15.781 74.374 16.841 L 74.374 21.79 L 72.362 21.79 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10004777974,withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-es59h3\",layoutDependency:layoutDependency,layoutId:\"u8MAFnJzA\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-154mmg6-container\",layoutDependency:layoutDependency,layoutId:\"R9iBFxvFG-container\",children:/*#__PURE__*/_jsx(Links,{BDT8TD1jF:\"More overrides\",height:\"100%\",id:\"R9iBFxvFG\",JsZodIF0n:\"https://www.instagram.com/omatusaelhorch/\",layoutId:\"R9iBFxvFG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cakx16\",layoutDependency:layoutDependency,layoutId:\"cbaLXysu7\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:322,borderBottomRightRadius:322,borderTopLeftRadius:322,borderTopRightRadius:322,opacity:.34}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gmd0n1-container\",layoutDependency:layoutDependency,layoutId:\"XLgeWwgXo-container\",children:/*#__PURE__*/_jsx(Links,{BDT8TD1jF:\"Remix\",height:\"100%\",id:\"XLgeWwgXo\",JsZodIF0n:\"https://framer.com/projects/new?duplicate=fcbSz8byvtUElhgHfcQR\",layoutId:\"XLgeWwgXo\",width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-k3ift.framer-osrfgb, .framer-k3ift .framer-osrfgb { display: block; }\",\".framer-k3ift.framer-a1ii5x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 23px 0px 23px 0px; pointer-events: none; position: relative; width: 1920px; }\",\".framer-k3ift .framer-kvq8ub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 16px 32px 16px 26px; pointer-events: auto; position: relative; width: 98%; will-change: var(--framer-will-change-override, transform); }\",\".framer-k3ift .framer-czi136 { flex: none; height: 29px; position: relative; text-decoration: none; width: 82px; }\",\".framer-k3ift .framer-es59h3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k3ift .framer-154mmg6-container, .framer-k3ift .framer-gmd0n1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-k3ift .framer-1cakx16 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 6px); overflow: hidden; position: relative; width: 6px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-k3ift.framer-a1ii5x, .framer-k3ift .framer-es59h3 { gap: 0px; } .framer-k3ift.framer-a1ii5x > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-k3ift.framer-a1ii5x > :first-child { margin-top: 0px; } .framer-k3ift.framer-a1ii5x > :last-child { margin-bottom: 0px; } .framer-k3ift .framer-es59h3 > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } .framer-k3ift .framer-es59h3 > :first-child { margin-left: 0px; } .framer-k3ift .framer-es59h3 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 107\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YkGqA1YVv\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQrBR1zPxM=withCSS(Component,css,\"framer-k3ift\");export default FramerQrBR1zPxM;FramerQrBR1zPxM.displayName=\"Navbar\";FramerQrBR1zPxM.defaultProps={height:107,width:1920};addPropertyControls(FramerQrBR1zPxM,{variant:{options:[\"kl3mS9y3t\",\"YkGqA1YVv\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQrBR1zPxM,[{explicitInter:true,fonts:[]},...LinksFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQrBR1zPxM\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YkGqA1YVv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"107\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1920\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QrBR1zPxM.map", "// Generated by Framer (66beb72)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ScrollbarCustomizer from\"https://framerusercontent.com/modules/2Z2HiVOzu5RlkwA4jqpb/DlxhqHo10lUqk8kAQ71S/Barra_customizada_.js\";import{SmoothScroll}from\"https://framerusercontent.com/modules/EuUtoOGsTe58Yz7k4N5V/aQPACPSawwOGNKOCfBPs/Smooth_scroll.js\";import UncodeImage from\"https://framerusercontent.com/modules/hAomkGLHFZ65UVky7YWV/GGLvVLO3dOb7WFBhqFq1/Imagem.js\";import UncodeFlip from\"https://framerusercontent.com/modules/O3AC15TWw2UrhEzUazZF/ivHYUrICsEXWBPlKvZJQ/Card_flip.js\";import BotO from\"#framer/local/canvasComponent/c8A1igbY_/c8A1igbY_.js\";import Navbar from\"#framer/local/canvasComponent/QrBR1zPxM/QrBR1zPxM.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const ScrollbarCustomizerFonts=getFonts(ScrollbarCustomizer);const NavbarFonts=getFonts(Navbar);const NavbarWithVariantAppearEffect=withVariantAppearEffect(Navbar);const UncodeImageFonts=getFonts(UncodeImage);const UncodeFlipFonts=getFonts(UncodeFlip);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const BotOFonts=getFonts(BotO);const cycleOrder=[\"WQLkyLRf1\",\"VfLULeLCp\",\"fudcGKyr1\",\"OYGbYqvnI\"];const breakpoints={fudcGKyr1:\"(min-width: 788px) and (max-width: 1044px)\",OYGbYqvnI:\"(max-width: 787px)\",VfLULeLCp:\"(min-width: 1045px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-V5bfT\";const variantClassNames={fudcGKyr1:\"framer-v-1b327cl\",OYGbYqvnI:\"framer-v-104f4r7\",VfLULeLCp:\"framer-v-vjq6w1\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const inertia={bounceDamping:30,bounceStiffness:201,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const animation={cursor:\"grabbing\"};const transition1={delay:0,duration:1,ease:[1,.1,0,.87],type:\"tween\"};const animation1={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={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 metadata=metadataProvider();const humanReadableVariantMap={Breakpoint:\"fudcGKyr1\",Desktop:\"WQLkyLRf1\",Phone:\"OYGbYqvnI\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-V5bfT`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-V5bfT`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const k9q3qoA371gx595p=overlay=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const id=useRouteElementId(\"j8cYYUc2U\");const ref2=React.useRef(null);const id1=useRouteElementId(\"wGndlqpLu\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"OYGbYqvnI\")return false;return true;};const ref4=React.useRef(null);const ref5=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12eyq71-container\",id:id,ref:ref2,children:/*#__PURE__*/_jsx(SmoothScroll,{codeBy:\"About:\",height:\"100%\",id:\"j8cYYUc2U\",layoutId:\"j8cYYUc2U\",scrollIntensity:2,smoothTouch:false,smoothWheel:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ofp3q-container\",children:/*#__PURE__*/_jsx(ScrollbarCustomizer,{borderRadius:230,codeBy:\"About:\",enableScrollbar:true,height:\"100%\",id:\"ZMLCC6BCb\",layoutId:\"ZMLCC6BCb\",scrollbarWidth:12,thumbBackground:\"rgb(255, 255, 255)\",thumbBorderColor:\"rgb(0, 0, 0)\",thumbHoverBackground:\"rgb(255, 255, 255)\",thumbHoverBorderColor:\"rgb(0, 0, 0)\",trackBackground:\"rgb(0, 0, 0)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1avl330-container\",layoutScroll:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(NavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"uGzIzM_4j\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"Ck6k5R7UC\",layoutId:\"Ck6k5R7UC\",style:{width:\"100%\"},variant:\"kl3mS9y3t\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1ftmyy8\",\"data-framer-name\":\"Section\",id:id1,name:\"Section\",ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mcp6yg\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18em6xz\",\"data-framer-name\":\"Text\",name:\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vgs8qf\",\"data-framer-name\":\"sobre\",name:\"sobre\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-nesq2h-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,whileTap:animation,children:/*#__PURE__*/_jsx(UncodeFlip,{animationSettings:{damping:13,delay:0,duration:.3,ease:[.44,0,.56,1],mass:3.5,stiffness:386,type:\"tween\"},backContent:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q5vpqn-container\",children:/*#__PURE__*/_jsx(UncodeImage,{animations:{clickRotate:false,clickScale:false,clickShadow:false,hoverBlur:false,hoverBrightness:false,hoverContrast:false,hoverOpacity:false,hoverRotate:false,hoverScale:false,hoverShadow:false},codeBy:\"About this override:\",height:\"100%\",id:\"YSKqVDrp6\",imageProperties:{alt:\"Descri\\xe7\\xe3o da imagem\",title:\"Instituto\"},layoutId:\"YSKqVDrp6\",performance:{decoding:\"auto\",imageFormat:\"webp\",imageQuality:100,lazyLoad:false,sizes:\"\",srcSet:\"\"},src:\"https://framerusercontent.com/images/PxDBBb6qBJ2ePmQpqCn2XQfJ14.png\",style:{height:\"100%\",width:\"100%\"},styles:{border:{borderColor:\"rgba(74, 74, 74, 0.26)\",borderStyle:\"solid\",borderWidth:3,bottom:3,isBorderWidthUniform:false,left:3,right:3,top:3},borderRadius:20,bottomLeft:20,bottomRight:20,boxShadow:{shadowBlur:0,shadowColor:\"rgba(255, 255, 255, 0)\",shadowSpread:0,shadowX:0,shadowY:0},isRadiusUniform:false,overflow:\"hidden\",topLeft:20,topRight:20},width:\"100%\"})})})],borderRadius:10,codeBy:\"Obrigado! / Thanks!\",enableFlip:true,flipDuration:2.1,frontContent:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lxbgr8-container\",children:/*#__PURE__*/_jsx(UncodeImage,{animations:{clickRotate:false,clickScale:false,clickShadow:false,hoverBlur:false,hoverBrightness:false,hoverContrast:false,hoverOpacity:false,hoverRotate:false,hoverScale:false,hoverShadow:false},codeBy:\"About this override:\",height:\"100%\",id:\"OzUibuiVL\",imageProperties:{alt:\"Descri\\xe7\\xe3o da imagem\",title:\"Instituto\"},layoutId:\"OzUibuiVL\",performance:{decoding:\"auto\",imageFormat:\"webp\",imageQuality:100,lazyLoad:false,sizes:\"\",srcSet:\"\"},src:\"https://framerusercontent.com/images/n1Wce9DUhUqeXN2NfjTF8XtV8I.png\",style:{height:\"100%\",width:\"100%\"},styles:{border:{borderColor:\"rgba(74, 74, 74, 0.26)\",borderStyle:\"solid\",borderWidth:3,bottom:3,isBorderWidthUniform:false,left:3,right:3,top:3},borderRadius:20,bottomLeft:20,bottomRight:20,boxShadow:{shadowBlur:0,shadowColor:\"rgba(255, 255, 255, 0)\",shadowSpread:0,shadowX:0,shadowY:0},isRadiusUniform:false,overflow:\"hidden\",topLeft:20,topRight:20},width:\"100%\"})})})],height:\"100%\",id:\"EmG30Ipfv\",layoutId:\"EmG30Ipfv\",style:{height:\"100%\",width:\"100%\"},tiltSettings:{globalMouse:true,maxTilt:45,perspective:1570},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14o4cew\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yuwg29\",\"data-framer-name\":\"made\",name:\"made\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:.5,className:\"framer-ko13gr\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ABOUT THIS OVERRIDE\"})}),className:\"framer-1wkoz38\",fonts:[\"GF;Space Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The SmoothScroll and ScrollbarCustomizer components are React modules that enhance web page scrolling. SmoothScroll uses the Lenis library for adjustable smooth scrolling for mouse and touch, with custom document styles. ScrollbarCustomizer allows customization of the scrollbar, including width, borders, and track and thumb colors. Both offer Framer controls for easy configuration.\"})}),className:\"framer-1fbixnw\",fonts:[\"GF;Space Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VfLULeLCp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Os componentes SmoothScroll e ScrollbarCustomizer s\\xe3o m\\xf3dulos React que aprimoram a rolagem em p\\xe1ginas web. SmoothScroll usa a biblioteca Lenis para uma rolagem suave ajust\\xe1vel para mouse e toque, com estilos personalizados no documento. ScrollbarCustomizer permite personalizar a barra de rolagem, incluindo largura, bordas e cores do track e thumb. Ambos oferecem controles no Framer para f\\xe1cil configura\\xe7\\xe3o.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Os componentes SmoothScroll e ScrollbarCustomizer s\\xe3o m\\xf3dulos React que aprimoram a rolagem em p\\xe1ginas web. SmoothScroll usa a biblioteca Lenis para uma rolagem suave ajust\\xe1vel para mouse e toque, com estilos personalizados no documento. ScrollbarCustomizer permite personalizar a barra de rolagem, incluindo largura, bordas e cores do track e thumb. Ambos oferecem controles no Framer para f\\xe1cil configura\\xe7\\xe3o.\"})}),className:\"framer-1wpatqh\",fonts:[\"GF;Space Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y37g5d\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ehw1tj-container hidden-104f4r7\",children:/*#__PURE__*/_jsx(BotO,{a1aOPVwDd:\"Remix\",height:\"100%\",id:\"QGupTHrLI\",layoutId:\"QGupTHrLI\",variant:\"Gw62fU7aP\",vBsxewYy7:\"https://framer.com/projects/new?duplicate=fcbSz8byvtUElhgHfcQR\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-whxyce\",children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1kexghk-container\",id:\"1kexghk\",ref:ref4,children:[/*#__PURE__*/_jsx(BotO,{a1aOPVwDd:\"How to use\",height:\"100%\",id:\"NURaQUzBC\",k9q3qoA37:k9q3qoA371gx595p(overlay),layoutId:\"NURaQUzBC\",variant:\"Gw62fU7aP\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"end\",anchorRef:ref4,collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1kexghk\",offsetX:0,offsetY:-10,onDismiss:overlay.hide,placement:\"top\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-1ge7193\",initial:animation3,ref:ref5,role:\"dialog\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cm1w9z\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tob4a5\",\"data-framer-name\":\"Stack Row\",name:\"Stack Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yt6tsf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"How to use\"})}),className:\"framer-1azqgf4\",\"data-framer-name\":\"Row Title\",fonts:[\"GF;Inter-600\"],name:\"Row Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tdxno3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1752ev2\",\"data-framer-name\":\"Icon\",layout:\"position\",name:\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 5 3 C 5 2.448 5.448 2 6 2 C 6.552 2 7 2.448 7 3 C 7 3.552 6.552 4 6 4 C 5.448 4 5 3.552 5 3 Z M 5 6 C 5 5.448 5.448 5 6 5 C 6.552 5 7 5.448 7 6 L 7 9 C 7 9.552 6.552 10 6 10 C 5.448 10 5 9.552 5 9 Z\" fill=\"#111111\"></path></svg>',svgContentId:11640710313,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-acc7ur\",\"data-framer-name\":\"Plus Icon\",layout:\"position\",name:\"Plus Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 4 1 C 4 0.448 4.448 0 5 0 L 5 0 C 5.552 0 6 0.448 6 1 L 6 9 C 6 9.552 5.552 10 5 10 L 5 10 C 4.448 10 4 9.552 4 9 Z\" fill=\"#ffffff\"></path><path d=\"M 0 5 C 0 4.448 0.448 4 1 4 L 9 4 C 9.552 4 10 4.448 10 5 L 10 5 C 10 5.552 9.552 6 9 6 L 1 6 C 0.448 6 0 5.552 0 5 Z\" fill=\"#ffffff\"></path></svg>',svgContentId:12651562399,withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"210%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"English:\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(217, 217, 217)\"},children:[\"Copy and paste the SmoothScroll and ScrollbarCustomizer components into your project. SmoothScroll uses the Lenis library for adjustable smooth scrolling for mouse and touch, with custom document styles. Configure \",/*#__PURE__*/_jsx(\"code\",{children:\"scrollIntensity\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"smoothWheel\"}),\", and \",/*#__PURE__*/_jsx(\"code\",{children:\"smoothTouch\"}),\" in Framer. ScrollbarCustomizer allows customizing scrollbars by adjusting width, borders, and track and thumb colors. Configure \",/*#__PURE__*/_jsx(\"code\",{children:\"enableScrollbar\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"scrollbarWidth\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"borderRadius\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"trackBackground\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"thumbBackground\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"thumbHoverBackground\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"thumbBorderColor\"}),\", and \",/*#__PURE__*/_jsx(\"code\",{children:\"thumbHoverBorderColor\"}),\" in Framer. Configure the desired properties, and you're all set.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(166, 166, 166)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"210%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Portugu\\xeas:\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(150, 150, 150)\"},children:[\"Copie e cole os componentes SmoothScroll e ScrollbarCustomizer no seu projeto. O SmoothScroll usa a biblioteca Lenis para uma rolagem suave ajust\\xe1vel para mouse e toque, com estilos personalizados no documento. Configure \",/*#__PURE__*/_jsx(\"code\",{children:\"scrollIntensity\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"smoothWheel\"}),\" e \",/*#__PURE__*/_jsx(\"code\",{children:\"smoothTouch\"}),\" no Framer. O ScrollbarCustomizer permite personalizar barras de rolagem ajustando largura, bordas e cores do track e thumb. Configure \",/*#__PURE__*/_jsx(\"code\",{children:\"enableScrollbar\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"scrollbarWidth\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"borderRadius\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"trackBackground\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"thumbBackground\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"thumbHoverBackground\"}),\", \",/*#__PURE__*/_jsx(\"code\",{children:\"thumbBorderColor\"}),\" e \",/*#__PURE__*/_jsx(\"code\",{children:\"thumbHoverBorderColor\"}),\" no Framer. Configure as propriedades desejadas, e pronto.\"]})]}),className:\"framer-um5505\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})]})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-l1rpkp-container\",children:/*#__PURE__*/_jsx(BotO,{a1aOPVwDd:\"More overrides\",height:\"100%\",id:\"RZ0aSzSbr\",layoutId:\"RZ0aSzSbr\",variant:\"o8xabx7Ww\",vBsxewYy7:\"https://www.instagram.com/omatusaelhorch/\",width:\"100%\"})})})]})]})]})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-V5bfT { background: rgb(0, 0, 0); }`,\".framer-V5bfT.framer-lux5qc, .framer-V5bfT .framer-lux5qc { display: block; }\",\".framer-V5bfT.framer-72rtr7 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-V5bfT .framer-12eyq71-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-V5bfT .framer-15ofp3q-container { flex: none; height: auto; left: 50%; opacity: 0; position: absolute; top: 0px; transform: translateX(-50%); width: auto; z-index: 7; }\",\".framer-V5bfT .framer-1avl330-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-V5bfT .framer-1ftmyy8 { align-content: center; align-items: center; background: radial-gradient(50% 50% at 48.6% 0%, #080808 0%, rgb(0, 0, 0) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 172px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-V5bfT .framer-1mcp6yg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; max-width: 1216px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-V5bfT .framer-18em6xz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 90vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-V5bfT .framer-1vgs8qf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 132px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-V5bfT .framer-nesq2h-container { cursor: grab; flex: none; height: 402px; position: relative; width: 367px; }\",\".framer-V5bfT .framer-1lxbgr8-container { height: 402px; position: relative; width: 372px; }\",\".framer-V5bfT .framer-q5vpqn-container { height: 421px; position: relative; width: 373px; }\",\".framer-V5bfT .framer-14o4cew { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; min-width: 353px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-V5bfT .framer-1yuwg29 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-V5bfT .framer-ko13gr { aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 920px; border-bottom-right-radius: 920px; border-top-left-radius: 920px; border-top-right-radius: 920px; flex: none; height: var(--framer-aspect-ratio-supported, 8px); opacity: 0.5; overflow: hidden; position: relative; width: 8px; will-change: var(--framer-will-change-override, transform); }\",\".framer-V5bfT .framer-1wkoz38 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-V5bfT .framer-1fbixnw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-V5bfT .framer-1wpatqh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; opacity: 0.7; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-V5bfT .framer-1y37g5d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: 81px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-V5bfT .framer-1ehw1tj-container, .framer-V5bfT .framer-1kexghk-container, .framer-V5bfT .framer-l1rpkp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-V5bfT .framer-whxyce, .framer-V5bfT .framer-yt6tsf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-V5bfT .framer-1ge7193 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-V5bfT .framer-cm1w9z { --border-bottom-width: 2px; --border-color: #2b2b2b; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: #111111; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 23px 23px 23px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-V5bfT .framer-tob4a5 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 14px 0px 14px 0px; position: relative; width: auto; }\",\".framer-V5bfT .framer-1azqgf4 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-V5bfT .framer-tdxno3 { background-color: #666666; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-V5bfT .framer-1752ev2 { flex: none; height: 12px; left: 0px; position: absolute; top: 0px; width: 12px; }\",\".framer-V5bfT .framer-acc7ur { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-V5bfT .framer-um5505 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 637px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-V5bfT.framer-72rtr7, .framer-V5bfT .framer-1ftmyy8, .framer-V5bfT .framer-1mcp6yg, .framer-V5bfT .framer-18em6xz, .framer-V5bfT .framer-1vgs8qf, .framer-V5bfT .framer-14o4cew, .framer-V5bfT .framer-1yuwg29, .framer-V5bfT .framer-1y37g5d, .framer-V5bfT .framer-whxyce, .framer-V5bfT .framer-1ge7193, .framer-V5bfT .framer-cm1w9z, .framer-V5bfT .framer-yt6tsf { gap: 0px; } .framer-V5bfT.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-V5bfT.framer-72rtr7 > :first-child, .framer-V5bfT .framer-1ftmyy8 > :first-child, .framer-V5bfT .framer-1mcp6yg > :first-child, .framer-V5bfT .framer-18em6xz > :first-child, .framer-V5bfT .framer-14o4cew > :first-child, .framer-V5bfT .framer-cm1w9z > :first-child { margin-top: 0px; } .framer-V5bfT.framer-72rtr7 > :last-child, .framer-V5bfT .framer-1ftmyy8 > :last-child, .framer-V5bfT .framer-1mcp6yg > :last-child, .framer-V5bfT .framer-18em6xz > :last-child, .framer-V5bfT .framer-14o4cew > :last-child, .framer-V5bfT .framer-cm1w9z > :last-child { margin-bottom: 0px; } .framer-V5bfT .framer-1ftmyy8 > *, .framer-V5bfT .framer-1mcp6yg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-V5bfT .framer-18em6xz > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-V5bfT .framer-1vgs8qf > * { margin: 0px; margin-left: calc(132px / 2); margin-right: calc(132px / 2); } .framer-V5bfT .framer-1vgs8qf > :first-child, .framer-V5bfT .framer-1yuwg29 > :first-child, .framer-V5bfT .framer-1y37g5d > :first-child, .framer-V5bfT .framer-whxyce > :first-child, .framer-V5bfT .framer-1ge7193 > :first-child, .framer-V5bfT .framer-yt6tsf > :first-child { margin-left: 0px; } .framer-V5bfT .framer-1vgs8qf > :last-child, .framer-V5bfT .framer-1yuwg29 > :last-child, .framer-V5bfT .framer-1y37g5d > :last-child, .framer-V5bfT .framer-whxyce > :last-child, .framer-V5bfT .framer-1ge7193 > :last-child, .framer-V5bfT .framer-yt6tsf > :last-child { margin-right: 0px; } .framer-V5bfT .framer-14o4cew > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-V5bfT .framer-1yuwg29 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-V5bfT .framer-1y37g5d > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } .framer-V5bfT .framer-whxyce > *, .framer-V5bfT .framer-1ge7193 > *, .framer-V5bfT .framer-yt6tsf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-V5bfT .framer-cm1w9z > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } }\",\"@media (min-width: 1200px) { .framer-V5bfT .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 1045px) and (max-width: 1199px) { .framer-V5bfT .hidden-vjq6w1 { display: none !important; } .${metadata.bodyClassName}-framer-V5bfT { background: rgb(0, 0, 0); } .framer-V5bfT.framer-72rtr7 { width: 1045px; } .framer-V5bfT .framer-1vgs8qf { gap: 48px; } .framer-V5bfT .framer-14o4cew { flex: 1 0 0px; gap: 25px; width: 1px; } .framer-V5bfT .framer-1fbixnw, .framer-V5bfT .framer-1wpatqh { align-self: unset; width: 100%; } .framer-V5bfT .framer-1y37g5d { flex-wrap: wrap; height: auto; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-V5bfT .framer-1vgs8qf, .framer-V5bfT .framer-14o4cew { gap: 0px; } .framer-V5bfT .framer-1vgs8qf > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-V5bfT .framer-1vgs8qf > :first-child { margin-left: 0px; } .framer-V5bfT .framer-1vgs8qf > :last-child { margin-right: 0px; } .framer-V5bfT .framer-14o4cew > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-V5bfT .framer-14o4cew > :first-child { margin-top: 0px; } .framer-V5bfT .framer-14o4cew > :last-child { margin-bottom: 0px; } }}`,`@media (min-width: 788px) and (max-width: 1044px) { .framer-V5bfT .hidden-1b327cl { display: none !important; } .${metadata.bodyClassName}-framer-V5bfT { background: rgb(0, 0, 0); } .framer-V5bfT.framer-72rtr7 { width: 788px; } .framer-V5bfT .framer-1ftmyy8 { height: auto; padding: 150px 0px 64px 0px; } .framer-V5bfT .framer-18em6xz { height: auto; } .framer-V5bfT .framer-1vgs8qf { gap: 48px; justify-content: flex-start; } .framer-V5bfT .framer-14o4cew { flex: 1 0 0px; width: 1px; } .framer-V5bfT .framer-1fbixnw, .framer-V5bfT .framer-1wpatqh { align-self: unset; width: 100%; } .framer-V5bfT .framer-1y37g5d { flex-wrap: wrap; height: auto; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-V5bfT .framer-1vgs8qf { gap: 0px; } .framer-V5bfT .framer-1vgs8qf > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-V5bfT .framer-1vgs8qf > :first-child { margin-left: 0px; } .framer-V5bfT .framer-1vgs8qf > :last-child { margin-right: 0px; } }}`,`@media (max-width: 787px) { .framer-V5bfT .hidden-104f4r7 { display: none !important; } .${metadata.bodyClassName}-framer-V5bfT { background: rgb(0, 0, 0); } .framer-V5bfT.framer-72rtr7 { width: 390px; } .framer-V5bfT .framer-1ftmyy8 { height: auto; padding: 141px 0px 141px 0px; } .framer-V5bfT .framer-18em6xz { height: auto; } .framer-V5bfT .framer-1vgs8qf { gap: 48px; } .framer-V5bfT .framer-14o4cew { flex: 1 0 0px; gap: 30px; width: 1px; } .framer-V5bfT .framer-1fbixnw, .framer-V5bfT .framer-1wpatqh, .framer-V5bfT .framer-tob4a5 { align-self: unset; width: 100%; } .framer-V5bfT .framer-1y37g5d { flex-wrap: wrap; gap: 32px; height: auto; width: 100%; } .framer-V5bfT .framer-cm1w9z { width: 354px; } .framer-V5bfT .framer-um5505 { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-V5bfT .framer-1vgs8qf, .framer-V5bfT .framer-14o4cew, .framer-V5bfT .framer-1y37g5d { gap: 0px; } .framer-V5bfT .framer-1vgs8qf > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-V5bfT .framer-1vgs8qf > :first-child, .framer-V5bfT .framer-1y37g5d > :first-child { margin-left: 0px; } .framer-V5bfT .framer-1vgs8qf > :last-child, .framer-V5bfT .framer-1y37g5d > :last-child { margin-right: 0px; } .framer-V5bfT .framer-14o4cew > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-V5bfT .framer-14o4cew > :first-child { margin-top: 0px; } .framer-V5bfT .framer-14o4cew > :last-child { margin-bottom: 0px; } .framer-V5bfT .framer-1y37g5d > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }}`,'.framer-V5bfT[data-border=\"true\"]::after, .framer-V5bfT [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 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VfLULeLCp\":{\"layout\":[\"fixed\",\"auto\"]},\"fudcGKyr1\":{\"layout\":[\"fixed\",\"auto\"]},\"OYGbYqvnI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-V5bfT\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:800,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Space Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsmNsFjTDJK.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"}]},...SmoothScrollFonts,...ScrollbarCustomizerFonts,...NavbarFonts,...UncodeImageFonts,...UncodeFlipFonts,...BotOFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VfLULeLCp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fudcGKyr1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OYGbYqvnI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"800\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ScrollbarCustomizer", "props", "enableScrollbar", "scrollbarWidth", "borderRadius", "trackBackground", "thumbBackground", "thumbHoverBackground", "thumbBorderColor", "thumbHoverBorderColor", "ue", "style", "p", "addPropertyControls", "ControlType", "t", "r", "h", "c", "e", "i", "a", "u", "p", "d", "s", "window", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "_", "M", "b", "SmoothScroll", "scrollIntensity", "smoothWheel", "smoothTouch", "ue", "lenis", "l", "t", "onScroll", "e", "raf", "time", "p", "addPropertyControls", "ControlType", "CustomImage", "props", "src", "alt", "title", "styles", "animations", "transitionDuration", "performance", "codeBy", "isInView", "setIsInView", "ye", "ue", "observer", "entry", "element", "containerStyles", "hoverAnimation", "clickAnimation", "p", "motion", "addPropertyControls", "ControlType", "UncodeFlip", "props", "frontContent", "backContent", "enableFlip", "flipDuration", "borderRadius", "animationSettings", "tiltSettings", "flipped", "setFlipped", "ye", "tilt", "setTilt", "flipCard", "handleMouseMove", "event", "clientX", "clientY", "width", "height", "left", "top", "x", "y", "centerX", "centerY", "rotateX", "rotateY", "handleMouseLeave", "ue", "window", "p", "motion", "u", "Frame", "addPropertyControls", "ControlType", "Card_flip_default", "SVGComponent", "props", "svgCode", "fillColor", "strokeColor", "strokeWidth", "rotation", "svgFile", "padding", "svgContent", "setSvgContent", "ye", "ue", "svgElement", "path", "response", "text", "error", "p", "Frame", "addPropertyControls", "ControlType", "SVGComponentFonts", "getFonts", "SVGComponent", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "strokeColor", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "clC4PfKIC", "yNTocq_1d", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerSiBc1LBMv", "withCSS", "SiBc1LBMv_default", "addPropertyControls", "ControlType", "addFonts", "SetaFonts", "getFonts", "SiBc1LBMv_default", "enabledGestures", "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", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "a1aOPVwDd", "vBsxewYy7", "k9q3qoA37", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1r7lc83", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText", "ComponentViewportProvider", "css", "Framerc8A1igbY_", "withCSS", "c8A1igbY_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "t_tulo", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "BDT8TD1jF", "JsZodIF0n", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText", "css", "Framerbz1m7xeyP", "withCSS", "bz1m7xeyP_default", "addPropertyControls", "ControlType", "addFonts", "LinksFonts", "getFonts", "bz1m7xeyP_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "ComponentViewportProvider", "css", "FramerQrBR1zPxM", "withCSS", "QrBR1zPxM_default", "addPropertyControls", "ControlType", "addFonts", "SmoothScrollFonts", "getFonts", "SmoothScroll", "ScrollbarCustomizerFonts", "ScrollbarCustomizer", "NavbarFonts", "QrBR1zPxM_default", "NavbarWithVariantAppearEffect", "withVariantAppearEffect", "UncodeImageFonts", "CustomImage", "UncodeFlipFonts", "Card_flip_default", "ContainerWithFX", "withFX", "Container", "MotionDivWithFX", "motion", "BotOFonts", "c8A1igbY_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "inertia", "preventDefault", "e", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "k9q3qoA371gx595p", "overlay", "args", "ref1", "pe", "useRouteElementId", "ref2", "id1", "ref3", "isDisplayed", "ref4", "ref5", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "SmoothScroll", "ScrollbarCustomizer", "NavbarWithVariantAppearEffect", "ContainerWithFX", "Card_flip_default", "CustomImage", "MotionDivWithFX", "RichText", "x", "PropertyOverrides", "c8A1igbY_default", "l", "AnimatePresence", "Floating", "SVG", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "SmoothScrollFonts", "ScrollbarCustomizerFonts", "NavbarFonts", "UncodeImageFonts", "UncodeFlipFonts", "BotOFonts", "__FramerMetadata__"]
}
