{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/8cb9t9kqwoRojkYHFnLh/TQMgDwjLVhQYn0C3MBVD/SparkleButton.js", "ssg:https://framerusercontent.com/modules/veQknR5g9YYCPnoQ8V9H/4Q7YxdyocTAIuCi3SQJZ/NnIX1uMEA.js", "ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/gvNUph1oNh8l2qQafSUu/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/2J8Vj16bgt14C10mcUex/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/WtTwrQcMhFJpd4DOJv98/Cookies.js", "ssg:https://framerusercontent.com/modules/mrE1xIieLEyZ3NI464I0/uUnr4roGHvoHaL3wiudm/YRV6_aC2p.js", "ssg:https://framerusercontent.com/modules/1UOeAYEkJYmo31jjRGdm/BjSttgiqx2LTCViVkAsU/Ktn6ghjqC.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/iconoir-icons/Home.js@0.0.11", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js", "ssg:https://framerusercontent.com/modules/VLRtM6Ctbi2CH1QzZwtQ/swXfhScZ0H30OpWORYEr/tqa1TTBtK.js", "ssg:https://framerusercontent.com/modules/qv5W7UwyWhTaoFn3zlM4/1eCzGoJdc6VKq9JI349B/QAAWc2PfF.js", "ssg:https://framerusercontent.com/modules/iJPpIIoPAkDoMKiwxhCR/4Nz26wW1zI9fcFOW72U8/xFf4EeqZb.js", "ssg:https://framerusercontent.com/modules/3cu0NC0M1m1OiwO9cvj4/s6u1obYg9lLKy3lUQy0o/XjEdHrqU9.js", "ssg:https://framerusercontent.com/modules/m1bPMVH9tUvcfuYKkUK0/cxEZiAMhb9GL098FdPai/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/Xj60Z4A6JGNXSAJNE6gc/rFAihgf4JpfnQYtkusLn/NnIX1uMEA.js", "ssg:https://framerusercontent.com/modules/vgVPBpNRXRzHbg3kZGRT/rLIbwM56ypwgxOz2Xqcq/QWY82EsvP.js", "ssg:https://framerusercontent.com/modules/bJfAWyWcyMBwNMPdWtge/W788txg2nrNj8zENJrLZ/YhkAuU0of.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useRef,useState}from\"react\";import{motion}from\"framer-motion\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth 200\n * @framerSupportedLayoutHeight 200\n */export default function SparkleButton(props){const ref=useRef(null);const[isHover,setHover]=useState(false);const[isPressed,setPressed]=useState(false);const handleMouseDown=()=>{setPressed(true);};const handleMouseUp=()=>{setPressed(false);};const handleCick=event=>{setHover(true);if(props.smoothScroll){var _this;event.preventDefault();const link=event.currentTarget;const anchorId=new URL((_this=link)===null||_this===void 0?void 0:_this.href).hash.replace(\"#\",\"\");const anchor=document.getElementById(anchorId);window.scrollTo({top:anchor===null||anchor===void 0?void 0:anchor.offsetTop,behavior:\"smooth\"});}};const handleMouseEnter=()=>{setHover(true);};const handleMouseLeave=()=>{setHover(false);setPressed(false);};const borderRadius=props.border.isMixed?`${props.border.topLeft}px ${props.border.topRight}px ${props.border.bottomRight}px ${props.border.bottomLeft}px`:`${props.border.radius}px`;const borderColor=isHover?props.hover.border:props.border.color;const style={display:\"flex\",justifyContent:\"center\",cursor:\"pointer\",position:\"relative\",alignItems:\"center\",gap:`${props.gap}px`,borderRadius,paddingBlockStart:props.size*5-1,paddingBlockEnd:props.size*5,paddingInline:props.label?props.size*9:props.size*7,backgroundColor:isHover?props.hover.background:props.background,borderWidth:props.border.width,borderColor,width:props.width,borderStyle:props.border.style,color:isHover?props.hover.color:props.text.color,textAlign:props.text.align,textTransform:props.text.transform,fontFamily:\"Manrope, sans-serif\",fontWeight:700,letterSpacing:\"0.05em\",fontSize:\"16px\",textDecoration:\"none\",scale:isPressed?.95:1,transition:\"all 0.2s ease\",...props.text.font};const beforeAfterStyle={position:\"absolute\",width:\"150%\",left:\"50%\",height:\"100%\",transform:\"translateX(-50%)\",backgroundRepeat:\"no-repeat\",pointerEvents:\"none\",fontSize:\"100px\"};const beforeHoverStyle={...beforeAfterStyle,top:\"-70%\",backgroundImage:`radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, transparent 20%, ${borderColor} 20%, transparent 30%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, transparent 10%, ${borderColor} 15%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%)`,backgroundSize:\"0.1em 0.1em, 0.2em 0.2em, 0.15em 0.15em, 0.2em 0.2em, 0.18em 0.18em, 0.1em 0.1em, 0.15em 0.15em, 0.1em 0.1em, 0.18em 0.18em\",backgroundPosition:\"50% 120%\"};const afterHoverStyle={...beforeAfterStyle,bottom:\"-70%\",backgroundImage:`radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, transparent 10%, ${borderColor} 15%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%), radial-gradient(circle, ${borderColor} 20%, transparent 20%)`,backgroundSize:\"0.15em 0.15em, 0.2em 0.2em, 0.18em 0.18em, 0.2em 0.2em, 0.15em 0.15em, 0.2em 0.2em, 0.18em 0.18em\",backgroundPosition:\"50% 0%\"};const before=/*#__PURE__*/_jsx(motion.span,{\"aria-hidden\":\"true\",style:isHover?beforeHoverStyle:beforeAfterStyle,transition:{duration:.32,ease:\"easeInOut\"},animate:isHover?{backgroundPosition:[\"5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%\",\"0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%\",\"0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%\"],backgroundSize:\"0em 0em, 0em 0em, 0em 0em, 0em 0em, 0em 0em, 0em 0em\"}:null});const after=/*#__PURE__*/_jsx(motion.span,{\"aria-hidden\":\"true\",style:isHover?afterHoverStyle:beforeAfterStyle,transition:{duration:.32,ease:\"easeInOut\"},animate:isHover?{backgroundPosition:[\"10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,70% -10%, 70% 0%\",\"0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%\",\"0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%\"],backgroundSize:\"0em 0em, 0em 0em, 0em 0em, 0em 0em, 0em 0em, 0em 0em\"}:null});const iconStart=props.iconStart.length>0?props.iconStart:null;const hoverIconStart=props.hoverIconStart.length>0?props.hoverIconStart:iconStart;const iconEnd=props.iconEnd.length>0?props.iconEnd:null;const hoverIconEnd=props.hoverIconEnd.length>0?props.hoverIconEnd:iconEnd;return props.link?/*#__PURE__*/_jsxs(motion.a,{\"aria-label\":props.label,href:props.link,target:props.newTab?\"_blank\":\"_self\",ref:ref,onMouseEnter:props.action==\"hover\"?handleMouseEnter:null,onClick:props.action==\"click\"?handleCick:null,onMouseDown:handleMouseDown,onMouseUp:handleMouseUp,onMouseLeave:handleMouseLeave,style:{...style,display:\"inline-flex\"},children:[before,props.showIcon?isHover?hoverIconStart:iconStart:null,props.label,props.showIcon?isHover?hoverIconEnd:iconEnd:null,after]}):/*#__PURE__*/_jsxs(motion.button,{\"aria-label\":props.label,onTap:props.onTap,ref:ref,onMouseEnter:props.action==\"hover\"?handleMouseEnter:null,onClick:props.action==\"click\"?handleCick:null,onMouseDown:handleMouseDown,onMouseUp:handleMouseUp,onMouseLeave:handleMouseLeave,style:style,children:[before,props.showIcon?isHover?hoverIconStart:iconStart:null,props.label,props.showIcon?isHover?hoverIconEnd:iconEnd:null,after]});}SparkleButton.defaultProps={label:\"Label\",text:{font:{},color:\"#fafafa\",align:\"left\",transform:\"none\"},background:\"#4171E0\",border:{width:1,style:\"solid\",color:\"#4171E0\",radius:100,isMixed:true,topLeft:100,topRight:100,bottomRight:100,bottomLeft:100},size:2,action:\"hover\",hover:{background:\"#4171E0\",color:\"#fafafa\",border:\"#4171E0\"},showIcon:true,iconStart:null,iconEnd:null,hoverIconStart:null,hoverIconEnd:null,gap:12};addPropertyControls(SparkleButton,{label:{title:\"Label\",type:ControlType.String},text:{title:\"Font\",type:ControlType.Object,controls:{font:{type:\"font\",controls:\"extended\"},color:{title:\"Color\",type:ControlType.Color},align:{title:\"Text Align\",type:ControlType.Enum,displaySegmentedControl:true,optionTitles:[\"Left\",\"Center\",\"Right\"],options:[\"left\",\"center\",\"right\"]},transform:{title:\"Text Transform\",type:ControlType.Enum,optionTitles:[\"None\",\"Capitalize\",\"Uppercase\",\"Lowercase\"],options:[\"none\",\"capitalize\",\"uppercase\",\"lowercase\"]}}},background:{title:\"Background\",type:ControlType.Color},border:{title:\"Border\",type:ControlType.Object,controls:{width:{title:\"Width\",type:ControlType.Number,max:10,min:0,step:1},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]},color:{title:\"Color\",type:ControlType.Color},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:100,toggleKey:\"isMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0}}},size:{title:\"Size\",type:ControlType.Number,max:5,min:1,step:1,displayStepper:true,defaultValue:2},action:{title:\"Action\",type:ControlType.SegmentedEnum,options:[\"hover\",\"click\"],optionTitles:[\"Hover\",\"Click\"]},hover:{title:\"Hover\",type:ControlType.Object,controls:{background:{title:\"Background\",type:ControlType.Color},color:{title:\"Color\",type:ControlType.Color},border:{title:\"Border Color\",type:ControlType.Color}}},onTap:{type:ControlType.EventHandler},showIcon:{title:\"Show Icons\",type:ControlType.Boolean},iconStart:{title:\"Start Icon\",type:ControlType.ComponentInstance},hoverIconStart:{title:\"Hover Start Icon\",type:ControlType.ComponentInstance},iconEnd:{title:\"End Icon\",type:ControlType.ComponentInstance},hoverIconEnd:{title:\"Hover End Icon\",type:ControlType.ComponentInstance},gap:{title:\"Gap\",type:ControlType.Number,max:24,min:0,step:1},link:{title:\"Link To\",type:ControlType.Link},newTab:{title:\"New Tab\",type:ControlType.Boolean,defaultValue:false},smoothScroll:{title:\"Smooth Scroll\",type:ControlType.Boolean,defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SparkleButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"200\",\"framerSupportedLayoutHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SparkleButton.map", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans JP-500\",\"GF;Noto Sans JP-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\",weight:\"700\"}]}];export const css=['.framer-jeQFt .framer-styles-preset-u2b1re:not(.rich-text-wrapper), .framer-jeQFt .framer-styles-preset-u2b1re.rich-text-wrapper h6 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-jeQFt\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{isBrowser}from\"framer-motion\";export const DEFAULT_DOMAIN=\"https://www.googletagmanager.com\";export const DEFAULT_SCRIPT_NAME=\"gtm.js\";/**\n * Function to get and set dataLayer\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n */const getDataLayerSnippet=(dataLayer,dataLayerName=\"dataLayer\")=>`window['${dataLayerName}']=window['${dataLayerName}']||[];`+(dataLayer?`window['${dataLayerName}'].push(${JSON.stringify(dataLayer)});`:\"\")+`window['${dataLayerName}'].push({'gtm.start':new Date().getTime(),event:'gtm.js'})`;/**\n * Function to get the GTM script\n * @param dataLayerName - The name of the dataLayer\n * @param customDomain - Custom domain for gtm\n * @param customScriptName - Custom script file name for gtm\n * @param environment - The parameters to use a custom environment\n * @param id - The id of the container\n */const getGTMScript=(dataLayerName,id,environment,customDomain=DEFAULT_DOMAIN,customScriptName=DEFAULT_SCRIPT_NAME)=>{let params=\"\";if(environment){const{gtm_auth,gtm_preview}=environment;params=`&gtm_auth=${gtm_auth}&gtm_preview=${gtm_preview}&gtm_cookies_win=x`;}return`${customDomain}/${customScriptName}?id=${id}${dataLayerName===\"dataLayer\"?\"\":`&l=${dataLayerName}`}${params}`;};/**\n * Function to setup the Google Tag Manager\n * @param params - The snippets params\n */const setupGTM=params=>{const getDataLayerScript=()=>{const dataLayerScript=document.createElement(\"script\");if(params.nonce){dataLayerScript.setAttribute(\"nonce\",params.nonce);}dataLayerScript.innerHTML=getDataLayerSnippet(params.dataLayer,params.dataLayerName);return dataLayerScript;};const getScript=()=>{const script=document.createElement(\"script\");if(params.nonce){script.setAttribute(\"nonce\",params.nonce);}script.src=getGTMScript(params.dataLayerName,params.id,params.environment,params.customDomain,params.customScriptName);return script;};return{getDataLayerScript,getScript};};/**\n * Function to init the GTM\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n * @param environment - Specify the custom environment to use\n * @param nonce - Server-generated nonce\n * @param id - The ID of the GTM\n */export const initGTM=({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName})=>{const gtm=setupGTM({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName});const dataLayerScript=gtm.getDataLayerScript();const script=gtm.getScript();document.head.append(dataLayerScript,script);};export function sendToGTM(){if(isBrowser){window[\"dataLayer\"]=window[\"dataLayer\"]||[];window[\"dataLayer\"].push(arguments);}}\nexport const __FramerMetadata__ = {\"exports\":{\"DEFAULT_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./send.map", "import{isBrowser}from\"framer-motion\";import{useLayoutEffect}from\"react\";export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFlexboxValues(position){const positionParts=position.split(\"-\");let justifyContent,alignItems;switch(positionParts[0]){case\"top\":alignItems=\"flex-start\";break;case\"bottom\":alignItems=\"flex-end\";break;case\"center\":alignItems=\"center\";break;default:alignItems=\"initial\";break;}switch(positionParts[1]){case\"left\":justifyContent=\"flex-start\";break;case\"right\":justifyContent=\"flex-end\";break;case\"center\":justifyContent=\"center\";break;default:justifyContent=\"initial\";break;}return{justifyContent,alignItems};}export function getMultipleShadows(...shadows){const output=[];shadows.forEach(shadow=>{return shadow&&output.push(shadow);});return output.join(\", \");}export function getShadow(shadow){if(shadow){return`${shadow.shadowX}px ${shadow.shadowY}px ${shadow.shadowBlur}px ${shadow.shadowColor}`;}else return null;}export function safeJSONParse(jsonString,onError){try{return JSON.parse(jsonString);}catch{if(onError)onError();}}export const getCookie=(name,cookies)=>{cookies=cookies?cookies:isBrowser?document.cookie:\"\";var _cookies_match;const[,,cookie]=(_cookies_match=cookies.match(`(^|;) ?${name}=([^;]*)(;|$)`))!==null&&_cookies_match!==void 0?_cookies_match:[null,null,null];return cookie;};/**\n * Yields to main thread before continuing execution, which might allow the browser to paint.\n * If `options.priority` is 'user-blocking', it will asynchronously resolve in older browsers.\n * @param {object} options - see https://github.com/WICG/scheduling-apis/blob/main/explainers/yield-and-continuation.md\n * @see interactionResponse for guaranteeing execution after a paint\n */export function yieldToMain(options){if(\"scheduler\"in window){if(\"yield\"in scheduler)return scheduler.yield(options);if(\"postTask\"in scheduler)return scheduler.postTask(()=>{},options);}if((options===null||options===void 0?void 0:options.priority)===\"user-blocking\"){// `setTimeout` could suffer from being delayed for longer: https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial#the_problem_with_current_yielding_strategies\n// so for browsers not supporting yield, we guarantee execution for high priority actions, but this does not create space for a paint opportunity as trade-off.\nreturn Promise.resolve();}return new Promise(resolve=>{setTimeout(resolve);});}/**\n * Helper function for `yieldToMain`, which yields before calling `fn`.\n * @see yieldToMain\n */export async function yieldBeforeCb(fn,options){await yieldToMain(options);return fn();}/**\n * Similar to `yieldToMain`, but also waits for the next animation frame before yielding (with a fallback of 100ms if the animation frame never fires).\n * Compared to `yieldToMain`, it guarantees improved INP, but might make processing a little slower. Use only if necessary.\n * @see yieldToMain\n */export function interactionResponse(options){return new Promise(resolve=>{setTimeout(resolve,200)// Fallback for the case where the animation frame never fires.\n;requestAnimationFrame(()=>{void yieldBeforeCb(resolve,options);});});}/**\n * Runs `fn` after the next paint. Similar to `useEffect`, but *guarantees* that the function is run after the next paint.\n * @important Does not support a cleanup fn.\n * @see https://thoughtspile.github.io/2021/11/15/unintentional-layout-effect/\n */export function useAfterPaintEffect(fn,deps,options){useLayoutEffect(()=>{const runAfterPaint=async()=>{await interactionResponse(options);fn();};void runAfterPaint();// eslint-disable-next-line react-hooks/exhaustive-deps -- deps are passed in\n},deps);}\nexport const __FramerMetadata__ = {\"exports\":{\"useAfterPaintEffect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookie\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeJSONParse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFlexboxValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldBeforeCb\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getShadow\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMultipleShadows\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FlexboxPosition\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldToMain\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"interactionResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{useIsOnFramerCanvas}from\"framer\";import{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js\";import{safeJSONParse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";function toGTMConsent(consent){return{functionality_storage:consent.necessary?\"granted\":\"denied\",security_storage:consent.necessary?\"granted\":\"denied\",ad_storage:consent.marketing?\"granted\":\"denied\",ad_user_data:consent.marketing?\"granted\":\"denied\",ad_personalization:consent.marketing?\"granted\":\"denied\",analytics_storage:consent.analytics?\"granted\":\"denied\",personalization_storage:consent.preferences?\"granted\":\"denied\"};}function reducer(state,action){switch(action.type){case\"autoAccept\":return{...state,sync:true,autoAccepted:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"acceptAll\":return{...state,sync:true,dismissed:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"rejectAll\":return{...state,sync:true,dismissed:true,modes:{analytics:false,marketing:false,necessary:false,preferences:false}};case\"acceptCurrent\":return{...state,dismissed:true,sync:true};case\"update\":return{...state,modes:{...state.modes,...action.modes},sync:action.sync};case\"toggle\":return{...state,modes:{...state.modes,[action.mode]:!state.modes[action.mode]}};case\"initFromLocalStorage\":return{...state,modes:action.modes,dismissed:action.dismissed,autoAccepted:action.autoAccepted,initializedFromLocalStorage:true,sync:true};case\"dismiss\":return{...state,dismissed:true};case\"synced\":return{...state,sync:false,hasSynced:true};default:return state;}}const initialState={dismissed:false,autoAccepted:false,modes:null,sync:false,initializedFromLocalStorage:false,hasSynced:false};export const defaultConsent={necessary:false,analytics:false,marketing:false,preferences:false};// Keep track of if GTM has been loaded as a script and default consent has been set,\n// to ensure the script does not keep appending between page switches.\nlet hasInitializedGTM=false;export function useConsent({gtmId,defaultConsent,gtmLoadedExternally=false}){const[state,dispatch]=useReducer(reducer,initialState);const isOnFramerCanvas=useIsOnFramerCanvas();const consentModeLocalStorageKey=\"framerCookiesConsentMode\";const dismissedLocalStorageKey=\"framerCookiesDismissed\";const autoAcceptedLocalStorageKey=\"framerCookiesAutoAccepted\";function getStateFromLocalStorage(){const consentFromLocalStorage=localStorage.getItem(consentModeLocalStorageKey);const dismissedFromLocalStorage=localStorage.getItem(dismissedLocalStorageKey);const autoAcceptedFromLocalStorage=localStorage.getItem(autoAcceptedLocalStorageKey);const isDismissed=dismissedFromLocalStorage!==null;const isAutoAccepted=autoAcceptedFromLocalStorage!==null;const hasConsentInLocalStorage=consentFromLocalStorage!==null;const consentInLocalStorageIsNotDefault=isDismissed||isAutoAccepted;const shouldLoadConsentFromLocalStorage=hasConsentInLocalStorage&&consentInLocalStorageIsNotDefault;dispatch({type:\"initFromLocalStorage\",dismissed:isDismissed,autoAccepted:isAutoAccepted,modes:shouldLoadConsentFromLocalStorage?safeJSONParse(consentFromLocalStorage,()=>localStorage.removeItem(consentModeLocalStorageKey)):defaultConsent});}function syncToGTM(){if(gtmId){if(!hasInitializedGTM&&!gtmLoadedExternally){// This is the first time we sync consent, so we save it as \"default\" and initialize tag manager.\n// This order is important, because we need to have set the default consent BEFORE we initialize GTM.\n// https://developers.google.com/tag-platform/devguides/consent?tab=tag-manager&sjid=11348191096952324675-EU#implementation_example\n// It might seem weird that we're \"sending\" before initializing, but \"sending\" here means building up\n// the \"dataLayer\" object that GTM picks up when it initializes.\nsendToGTM(\"consent\",\"default\",toGTMConsent(state.modes));initGTM({dataLayer:undefined,dataLayerName:\"dataLayer\",environment:undefined,nonce:undefined,injectScript:true,id:gtmId});hasInitializedGTM=true;}else{hasInitializedGTM=true;sendToGTM(\"consent\",\"update\",toGTMConsent(state.modes));// must be sent like this or else GTM doesn't act on it:\nwindow.dataLayer.push({event:\"cookie_consent_update\"});}}}useEffect(()=>{if(isOnFramerCanvas)return;yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{if(isOnFramerCanvas)return;const shouldSync=state.sync&&isBrowser&&state.modes!==null;if(!shouldSync){return;}yieldBeforeCb(()=>{syncToGTM();// Save locally\nlocalStorage.setItem(consentModeLocalStorageKey,JSON.stringify(state.modes));dispatch({type:\"synced\"});},{priority:\"user-blocking\"});},[state.sync]);function dismiss(){dispatch({type:\"dismiss\"});localStorage.setItem(dismissedLocalStorageKey,\"true\");}function autoAccept(){dispatch({type:\"autoAccept\"});}function acceptAll(){dispatch({type:\"acceptAll\"});}function rejectAll(){dispatch({type:\"rejectAll\"});}function acceptCurrent(){dispatch({type:\"acceptCurrent\"});}function toggleMode(mode){dispatch({type:\"toggle\",mode});}return{modes:state.modes,isInitialized:state.hasSynced,isDismissed:state.dismissed,isAutoAccepted:state.autoAccepted,dismiss,autoAccept,acceptAll,rejectAll,acceptCurrent,toggleMode};}\nexport const __FramerMetadata__ = {\"exports\":{\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useConsent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./consent.map", "// Check if visitor is in EU\nconst countries=[\"BE\",\"EL\",\"LT\",\"PT\",\"BG\",\"ES\",\"LU\",\"RO\",\"CZ\",\"FR\",\"RE\",\"GP\",\"MQ\",\"GF\",\"YT\",\"BL\",\"MF\",\"PM\",\"WF\",\"PF\",\"NC\",\"HU\",\"SI\",\"DK\",\"FO\",\"GL\",\"HR\",\"MT\",\"SK\",\"DE\",\"IT\",\"NL\",\"AW\",\"CW\",\"SX\",\"FI\",\"AX\",\"EE\",\"CY\",\"AT\",\"SE\",\"IE\",\"LV\",\"PL\",\"UK\",\"GB\",\"AI\",\"BM\",\"IO\",\"VG\",\"KY\",\"FK\",\"GI\",\"MS\",\"PN\",\"SH\",\"TC\",\"GG\",\"JE\",\"IM\"];const isInEUTimezone=()=>{var _Intl_DateTimeFormat_resolvedOptions_timeZone,_Intl_DateTimeFormat_resolvedOptions,_Intl_DateTimeFormat,_Intl;return(_Intl=Intl)===null||_Intl===void 0?void 0:(_Intl_DateTimeFormat=_Intl.DateTimeFormat())===null||_Intl_DateTimeFormat===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions=_Intl_DateTimeFormat.resolvedOptions())===null||_Intl_DateTimeFormat_resolvedOptions===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions_timeZone=_Intl_DateTimeFormat_resolvedOptions.timeZone)===null||_Intl_DateTimeFormat_resolvedOptions_timeZone===void 0?void 0:_Intl_DateTimeFormat_resolvedOptions_timeZone.startsWith(\"Europe\");};const isEULocale=()=>{var _navigator_languages;var _navigator_language;const locale=(_navigator_language=navigator.language)!==null&&_navigator_language!==void 0?_navigator_language:(_navigator_languages=navigator.languages)===null||_navigator_languages===void 0?void 0:_navigator_languages[0];return countries.some(country=>{var _locale_toUpperCase;return locale===null||locale===void 0?void 0:(_locale_toUpperCase=locale.toUpperCase())===null||_locale_toUpperCase===void 0?void 0:_locale_toUpperCase.includes(country);});};let _inEU=null;export const inEU=()=>{if(_inEU===null)_inEU=isInEUTimezone()||isEULocale();return _inEU;};\nexport const __FramerMetadata__ = {\"exports\":{\"inEU\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./inEU.map", "import{isBrowser}from\"framer-motion\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";export function useRegion({content,useRegionFromProps,skipEUCheck}){const isInEUBasedOnLocation=isBrowser&&!skipEUCheck?inEU():false;const regionBasedOnLocation=isInEUBasedOnLocation?\"EU\":\"World\";const regionFromProps=content.isEU?\"EU\":\"World\";const regionContent={EU:{title:content.euTitle,description:content.euDescription,type:content.euType,defaults:content.euDefaults,policy:content.euPolicy,blocking:content.euBlocking,showReject:content.euType===\"advanced\"?content.euShowReject:true},World:{title:content.worldTitle,description:content.worldDescription,type:content.worldType,defaults:content.worldDefaults,policy:content.worldPolicy,blocking:content.worldBlocking,showReject:content.worldType===\"advanced\"?content.worldShowReject:true}};return regionContent[useRegionFromProps?regionFromProps:regionBasedOnLocation];}\nexport const __FramerMetadata__ = {\"exports\":{\"RegionContent\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./region.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){var _banner_style_border;const maxHeightReduction=banner.insetPerSide?banner.insetTop+banner.insetBottom:banner.inset*2;const linkColor=banner.style.link||button.primary.fill;const paddingValue=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;const bannerShadow=getShadow(banner.style.shadow);const borderShadow=((_banner_style_border=banner.style.border)===null||_banner_style_border===void 0?void 0:_banner_style_border.width)?`inset 0 0 0 ${banner.style.border.width}px ${banner.style.border.color}`:null;const bannerStyle={background:banner.style.fill,boxShadow:getMultipleShadows(bannerShadow,borderShadow),overflow:\"hidden\",borderRadius:banner.style.border.radius};return /*#__PURE__*/_jsx(motion.div,{initial:animateOnMount&&{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},animate:{y:0,x:0,scale:1,opacity:1},exit:{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},transition:animateOnMount?banner.animation.transition:{duration:0},style:{fontFamily:DEFAULT_FONT_FAMILY,maxHeight:`calc(100vh - ${maxHeightReduction}px)`,flexDirection:\"column\",gap:12,position:\"relative\",display:\"flex\",zIndex:100,pointerEvents:\"auto\"},children:/*#__PURE__*/_jsx(\"div\",{style:{...bannerStyle,overflow:\"scroll\",width:\"100%\",maxWidth:banner.width},className:`--framer-cookie-banner-container --framer-cookie-banner-type-${region.type}`,children:region.type===\"simple\"?/*#__PURE__*/_jsx(SimpleBanner,{banner:banner,button:button,linkColor:linkColor,description:region.description,policy:region.policy,onDismiss:onDismiss}):region.type===\"medium\"?/*#__PURE__*/_jsx(AcceptRejectBanner,{banner:banner,button:button,linkColor:linkColor,title:region.title,description:region.description,policy:region.policy,onAccept:onAcceptAll,onReject:onRejectAll}):/*#__PURE__*/_jsx(OptionsBanner,{banner:banner,button:button,options:options,previewOptions:previewOptions,linkColor:linkColor,title:region.title,description:region.description,showReject:region.showReject,policy:region.policy,onOptionToggle:onToggleConsent,consent:consentModes,onAcceptAll:onAcceptAll,onRejectAll:onRejectAll,onAcceptCurrent:onAcceptCurrent})})});},[`.--framer-cookie-banner-container::-webkit-scrollbar { display: none; }`,`.--framer-cookie-banner-container { \n            -ms-overflow-style: none; \n            scrollbar-width: none;  \n        }`]);function SimpleBanner({banner,button,description,policy,onDismiss,linkColor}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",padding,gap:SPACING},children:[/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,flex:1,alignItems:\"center\",color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},children:/*#__PURE__*/_jsx(Button,{onClick:onDismiss,settings:{...button,fluid:false},id:\"dismiss\",children:button.labels.confirm})})]});}function AcceptRejectBanner({banner,button,title,linkColor,description,policy,onAccept,onReject}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy})]}),/*#__PURE__*/_jsxs(Buttons,{direction:button.direction,children:[/*#__PURE__*/_jsx(Button,{settings:button,onClick:onReject,id:\"reject\",children:button.labels.reject}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAccept,id:\"accept\",children:button.labels.accept})]})]});}function OptionsBanner({banner,button,options,previewOptions,title,description,policy,showReject=true,linkColor,consent,onAcceptCurrent,onAcceptAll,onRejectAll,onOptionToggle}){const[showOptions,setShowOptions]=useState(false);const optionTheme={...options.style,color:banner.style.colorBody};const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;// const optionNames = consent && Object.keys(consent)\nconst optionNames=[\"necessary\",\"preferences\",\"analytics\",\"marketing\"];const shouldShowOptions=showOptions||previewOptions;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(AnimatePresence,{children:shouldShowOptions&&/*#__PURE__*/_jsx(motion.div,{initial:previewOptions?null:{opacity:0,height:0},animate:{opacity:1,height:\"auto\"},exit:{opacity:0,height:0},style:{display:\"flex\",flexDirection:\"column\",gap:10,marginTop:SPACING,overflow:\"hidden\"},children:optionNames&&optionNames.map(option=>/*#__PURE__*/_jsx(Option,{title:options[option].title,description:options[option].description,titleColor:banner.style.colorTitle,descriptionColor:banner.style.colorBody,showDescription:options.descriptions,enabled:consent[option],onClick:()=>onOptionToggle(option),theme:optionTheme,optional:option===\"necessary\"?options[option].optional:true}))},\"modal\")})]}),/*#__PURE__*/_jsx(Buttons,{direction:button.direction,children:shouldShowOptions?/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptCurrent,id:\"accept\",children:button.labels.save}):/*#__PURE__*/_jsxs(_Fragment,{children:[showReject&&/*#__PURE__*/_jsx(Button,{settings:button,onClick:onRejectAll,id:\"reject\",children:button.labels.rejectAll}),/*#__PURE__*/_jsx(Button,{settings:button,onClick:()=>{setShowOptions(true);},id:\"customize\",children:button.labels.customize}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptAll,id:\"accept\",children:button.labels.acceptAll})]})})]});}function Option({title,titleColor,description,descriptionColor,showDescription,enabled,optional,onClick,theme}){const paddingValue=theme.paddingPerSide?`${theme.paddingTop}px ${theme.paddingRight}px ${theme.paddingBottom}px ${theme.paddingLeft}px`:`${theme.padding}px`;const borderShadow=theme.border?`inset 0 0 0 ${theme.border.width}px ${theme.border.color}`:null;return /*#__PURE__*/_jsxs(motion.div,{style:{boxShadow:borderShadow,background:theme.background,borderRadius:theme.border.radius,padding:paddingValue,cursor:\"pointer\",userSelect:\"none\",pointerEvents:\"all\"},onClick:onClick,whileHover:{opacity:.5},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,fontSize:12,color:titleColor,...theme.fontTitle},children:title}),optional?/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(Toggle,{variant:enabled?\"On\":\"Off\",background:theme.toggleColor,backgroundInactive:theme.toggleColorInactive})}):/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontSize:12,color:theme.toggleColor,...theme.fontTitle,fontWeight:400},children:\"Always active\"})]}),description&&/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginTop:10,fontSize:12,lineHeight:1.5,color:descriptionColor,...theme.fontBody},children:description})]});}function Headline({children,style}){return /*#__PURE__*/_jsx(\"p\",{style:{fontSize:14,margin:\"0px 0px 10px 0px\",fontWeight:\"bold\",padding:0,...style},children:children});}function Description({style,description,policy,linkColor}){const shouldShow=description||(policy===null||policy===void 0?void 0:policy.link);if(!shouldShow)return null;if(!description){return /*#__PURE__*/_jsx(DescriptionParagraph,{policy:policy,style:style,linkColor:linkColor});}// @ivan: Support rendering the description in multiple paragraphs.\n// This is a site speed optimization: it allows to split a single\n// huge <p> into several smaller ones, which prevents the huge <p>\n// from becoming an LCP element.\nconst descriptionParagraphs=description===null||description===void 0?void 0:description.split(\"\\n\\n\");return description.split(\"\\n\\n\").map((line,index)=>/*#__PURE__*/_jsx(DescriptionParagraph,{line:line,// Only render the policy in the last paragraph\n    policy:index===descriptionParagraphs.length-1?policy:null,style:{// Add a spacing between paragraphs\n    marginTop:index>0?4:0,...style},linkColor:linkColor},index));}function DescriptionParagraph({line,policy,style,linkColor}){return /*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[line,line&&(policy===null||policy===void 0?void 0:policy.link)?\" \":null,(policy===null||policy===void 0?void 0:policy.link)&&/*#__PURE__*/_jsxs(\"span\",{children:[policy===null||policy===void 0?void 0:policy.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy===null||policy===void 0?void 0:policy.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy===null||policy===void 0?void 0:policy.label}),\".\"]})]});}function Buttons({children,direction}){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:direction,gap:10,marginTop:16},children:children});}const Button=withCSS(function Button({id,children,primary,settings,onClick}){const paddingValue=settings.paddingPerSide?`${settings.paddingTop}px ${settings.paddingRight}px ${settings.paddingBottom}px ${settings.paddingLeft}px`:`${settings.padding}px`;const theme=primary?settings.primary:settings.secondary;var _settings_hoverOpacity,_settings_tapOpacity;return /*#__PURE__*/_jsx(motion.input,{className:\"__framer-cookie-component-button\",id:`__framer-cookie-component-button-${id}`,onClick:onClick,type:\"button\",value:`${children}`,whileHover:{opacity:(_settings_hoverOpacity=settings.hoverOpacity)!==null&&_settings_hoverOpacity!==void 0?_settings_hoverOpacity:.6},whileTap:{opacity:(_settings_tapOpacity=settings.tapOpacity)!==null&&_settings_tapOpacity!==void 0?_settings_tapOpacity:.4},style:{WebkitAppearance:\"none\",appearance:\"none\",width:settings.fluid?\"100%\":\"auto\",height:\"auto\",border:\"none\",padding:paddingValue,borderRadius:settings.borderRadius,boxShadow:getShadow(theme.shadow),background:theme.fill,color:theme.color,fontSize:14,lineHeight:1,cursor:\"pointer\",fontWeight:settings.font?\"unset\":600,...settings.font}});},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");\nexport const __FramerMetadata__ = {\"exports\":{\"Banner\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BannerComponentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Banner.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsOnFramerCanvas,withCSS}from\"framer\";import{AnimatePresence,isBrowser,motion}from\"framer-motion\";import{lazy,Suspense,useEffect,useState}from\"react\";import{createPortal}from\"react-dom\";import{defaultConsent,useConsent}from\"https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/gvNUph1oNh8l2qQafSUu/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/2J8Vj16bgt14C10mcUex/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";import{DEFAULT_FONT_FAMILY,getFlexboxValues,interactionResponse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";// Keep track of open state between page reloads\nlet initiallyOpen=false;/**\n * COOKIE BANNER\n * By Floris Verloop\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n */export default function CookieBanner({gtmId,preview,trigger,banner,button,content,options,style,gtmLoadedExternally,onShown,onConsentChange,onAccept,onDismiss,onReject,onSavePreferences}){const isOnFramerCanvas=useIsOnFramerCanvas();const isPreview=preview&&isOnFramerCanvas;const skipLogic=!preview&&isOnFramerCanvas;const isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview,// skip EU check (expensive) if we are on the canvas and don't want a preview\nskipEUCheck:skipLogic});const consent=useConsent({gtmId,defaultConsent:region.defaults,gtmLoadedExternally});const[isOpen,setIsOpen]=useState(initiallyOpen);// On page switch, disable all transitions so the banner shows up as fast as possible.\nconst[instantlyShowOnMount,setInstantlyShowOnMount]=useState(initiallyOpen);useEffect(()=>{if(skipLogic)return;// Save open state between page switches\ninitiallyOpen=isOpen;// Disable instantly show on mount after first open\nif(isOpen){setInstantlyShowOnMount(false);}// Track shown event\nif(isOpen&&!isPreview&&onShown){yieldBeforeCb(()=>onShown({isInEU}),{priority:\"user-blocking\"});}},[isOpen,skipLogic]);// Check if user should be prompted\nuseEffect(()=>{if(skipLogic)return;const noConsentGiven=consent.isInitialized&&!consent.isDismissed;const shouldAutoAccept=region.type===\"simple\"&&!consent.isAutoAccepted;if(noConsentGiven){performance.mark(\"framer-cookie-open\");setIsOpen(true);/** Automatically accept all cookies for simple banner. */if(shouldAutoAccept){consent.autoAccept();// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}}if(consent.isDismissed){setIsOpen(false);}},[consent.isInitialized,consent.isDismissed,skipLogic]);useEffect(()=>{if(skipLogic)return;if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes,skipLogic]);async function handleDismiss(){await interactionResponse();consent.dismiss();setIsOpen(false);// Fire callback\nif(onDismiss){yieldBeforeCb(()=>onDismiss({isInEU}));}}async function handleAcceptAll(){await interactionResponse();consent.acceptAll();setIsOpen(false);// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}async function handleRejectAll(){await interactionResponse();consent.rejectAll();setIsOpen(false);// Fire callback\nif(onReject){yieldBeforeCb(()=>onReject({isInEU}));}}async function handleAcceptCurrent(){await interactionResponse();consent.acceptCurrent();setIsOpen(false);// Fire callbacks\nyieldBeforeCb(()=>{if(onAccept){onAccept({isInEU});}});yieldBeforeCb(()=>{if(onSavePreferences){onSavePreferences({isInEU});}});}if(isPreview){return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:banner.width},children:/*#__PURE__*/_jsx(Banner,{banner:banner,button:button,region:region,options:options,previewOptions:isPreview&&options.preview,consentModes:{...defaultConsent,necessary:true},animateOnMount:false})});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Trigger,{style:style,trigger:trigger,onClick:()=>setIsOpen(true)}),!skipLogic&&/*#__PURE__*/_jsx(Overlay,{banner:banner,button:button,region:region,options:options,consentModes:consent.modes,animateOnMount:!instantlyShowOnMount,onAcceptAll:handleAcceptAll,onAcceptCurrent:handleAcceptCurrent,onRejectAll:handleRejectAll,onDismiss:handleDismiss,onToggleConsent:consent.toggleMode,isOpen:isOpen})]});}const IconCookie=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/80EyUU0Nk6u7skW3IlHH/qKhU3oZiLDe4R0LcF3Tp/Icons.js\"));function Overlay(props){var _props_banner_style;const insetValue=props.banner.insetPerSide?`${props.banner.insetTop}px ${props.banner.insetRight}px ${props.banner.insetBottom}px ${props.banner.insetLeft}px`:`${props.banner.inset}px`;const{justifyContent,alignItems}=getFlexboxValues(props.banner.position);const isOpen=props.isOpen;const[shouldRenderPortal,setShouldRenderPortal]=useState(isOpen);// if the portal has previously been rendered, we want to keep rendering the portal, which ensures:\n// - that AnimatePresence works (fade out effect)\n// - we don't cause body style recalc/reflow when the DOM node is removed\nif(!shouldRenderPortal&&isOpen)setShouldRenderPortal(isOpen);if(!shouldRenderPortal)return null;const blocking=props.region.blocking;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen?/*#__PURE__*/_jsxs(motion.div,{style:{// We only need to span to the full viewport width if the overlay is blocking.\n// Otherwise, we optimize for a smaller layer size. see: https://framer-team.slack.com/archives/C05V49Q4NJ2/p1709820207863249\ntop:blocking||alignItems===\"flex-start\"?0:undefined,left:blocking||justifyContent===\"flex-start\"?0:undefined,right:blocking||justifyContent===\"flex-end\"?0:undefined,height:blocking?\"100%\":undefined,width:blocking||justifyContent===\"center\"?\"100%\":undefined,bottom:blocking||alignItems===\"flex-end\"?0:undefined,boxSizing:\"border-box\",position:\"fixed\",touchAction:\"none\",padding:insetValue,zIndex:props.banner.zIndex,display:\"flex\",flexDirection:\"row\",gap:20,justifyContent:\"center\",pointerEvents:blocking?\"all\":\"none\"},children:[blocking&&/*#__PURE__*/_jsx(Backdrop,{color:(_props_banner_style=props.banner.style)===null||_props_banner_style===void 0?void 0:_props_banner_style.backdrop}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",justifyContent,alignItems,pointerEvents:\"none\",maxWidth:props.banner.containerWidth>0?props.banner.containerWidth:\"unset\"},children:/*#__PURE__*/_jsx(Banner,{...props})})]}):null})}),document.body);}const Trigger=withCSS(({trigger,style,onClick})=>{const isOnFramerCanvas=useIsOnFramerCanvas();if(trigger.type!==\"none\"){return /*#__PURE__*/_jsx(\"button\",{className:\"__framer-cookie-component-button\",\"aria-label\":\"Cookie Trigger\",style:{width:\"100%\",height:\"100%\",background:\"none\",display:\"flex\",border:\"none\",padding:0,color:trigger.color,fontSize:16,cursor:\"pointer\",...trigger.textFont},onClick:onClick,children:trigger.type===\"icon\"?/*#__PURE__*/_jsx(_Fragment,{children:trigger.iconType===\"custom\"&&trigger.iconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:trigger.iconImage.src,width:trigger.iconSize,height:trigger.iconSize}):/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(IconCookie,{width:trigger.iconSize,height:trigger.iconSize,color:trigger.color})})}):/*#__PURE__*/_jsx(\"span\",{style:{whiteSpace:\"nowrap\"},children:trigger.text})});}if(isOnFramerCanvas){return /*#__PURE__*/_jsxs(\"div\",{style:{borderRadius:8,color:\"#09F\",border:\"1px dashed #09F\",background:\"rgba(0, 153, 255, 0.1)\",padding:20,display:\"flex\",flexDirection:\"column\",gap:5,fontFamily:DEFAULT_FONT_FAMILY,textAlign:\"center\",justifyContent:\"center\",width:164,...style},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,fontWeight:600,lineHeight:1,margin:0},children:\"Cookie Banner\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,lineHeight:1.5,margin:0},children:\"Put on a page to add a Cookie Banner.\"})]});}},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");function Backdrop({color}){return /*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:{position:\"absolute\",top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",backgroundColor:color,pointerEvents:\"none\"}});}addPropertyControls(CookieBanner,{gtmId:{title:\"GTM ID\",type:ControlType.String,placeholder:\"GTM-AAAAAAA\",description:\"Your GTM container ID.\\n[Learn more](https://www.framer.com/learn/cookie-banner/)\"},preview:{type:ControlType.Boolean,defaultValue:true,description:\"Lets you preview the banner on the Canvas.\"},trigger:{type:ControlType.Object,buttonTitle:\"Icon, Text\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:[\"text\",\"icon\",\"none\"],optionTitles:[\"Text\",\"Icon\",\"None\"],defaultValue:\"text\",displaySegmentedControl:true},iconType:{title:\"Icon\",type:ControlType.Enum,options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,hidden:props=>props.type!==\"icon\"},text:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.type!==\"text\"},textFont:{// @ts-ignore - internal\ntype:ControlType.Font,title:\" \",controls:\"extended\",hidden:props=>props.type!==\"text\"},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24,hidden:props=>props.type!==\"icon\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.type===\"none\"||props.type===\"icon\"&&props.iconType===\"custom\"},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===\"default\"}}},banner:{title:\"Banner\",type:ControlType.Object,buttonTitle:\"Font, Styles\",controls:{position:{type:ControlType.Enum,title:\"Position\",options:[\"top-left\",\"top-center\",\"top-right\",\"bottom-right\",\"bottom-center\",\"bottom-left\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Bottom Right\",\"Bottom Center\",\"Bottom Left\"],defaultValue:\"bottom-right\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},width:{title:\"Width\",type:ControlType.Number,defaultValue:360,min:200,max:1e3,displayStepper:true,step:5},containerWidth:{title:\"Wrapping\",type:ControlType.Number,defaultValue:0,min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:20,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},inset:{title:\"Inset\",type:ControlType.FusedNumber,toggleKey:\"insetPerSide\",toggleTitles:[\"Inset\",\"Inset per side\"],defaultValue:20,valueKeys:[\"insetTop\",\"insetRight\",\"insetBottom\",\"insetLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors, Shadow\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"extended\"},colorTitle:{title:\" \",type:ControlType.Color,defaultValue:\"#000\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"extended\"},colorBody:{title:\" \",type:ControlType.Color,defaultValue:\"#444\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#FFF\"},link:{title:\"Link\",type:ControlType.Color,optional:true,defaultValue:\"#999\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:14},width:{title:\"Width\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:1},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.05)\"}}},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100,defaultValue:4}}},backdrop:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\",hidden:(_,props)=>!props.content.euBlocking&&!props.content.worldBlocking}}},animation:{icon:\"effect\",buttonTitle:\"Options\",type:ControlType.Object,controls:{x:{type:ControlType.Number,displayStepper:true,defaultValue:0},y:{type:ControlType.Number,displayStepper:true,defaultValue:10},scale:{type:ControlType.Number,min:0,step:.1,defaultValue:1},transition:{type:ControlType.Transition}}}}},button:{title:\"Buttons\",type:ControlType.Object,buttonTitle:\"Variants, Style\",controls:{primary:{title:\"Primary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},secondary:{title:\"Secondary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EEE\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#444\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},labels:{type:ControlType.Object,controls:{accept:{type:ControlType.String,defaultValue:\"Accept\"},reject:{type:ControlType.String,defaultValue:\"Reject\"},acceptAll:{type:ControlType.String,defaultValue:\"Accept all\"},rejectAll:{type:ControlType.String,defaultValue:\"Reject all\"},customize:{type:ControlType.String,defaultValue:\"Customize\"},save:{type:ControlType.String,defaultValue:\"Save Preferences\"},confirm:{type:ControlType.String,defaultValue:\"Okay\"}}},font:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},tapOpacity:{title:\"Tap Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.4},hoverOpacity:{title:\"Hover Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.6},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"row\",\"column\"],// @ts-ignore - internal\noptionIcons:[\"direction-horizontal\",\"direction-vertical\"],defaultValue:\"row\",displaySegmentedControl:true},fluid:{title:\"Fluid\",type:ControlType.Boolean,defaultValue:true}}},content:{title:\"Regions\",type:ControlType.Object,buttonTitle:\"World, EU\",controls:{isEU:{title:\" \",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"EU\",disabledTitle:\"World\"},euType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"medium\",hidden:props=>!props.isEU},euTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.euType===\"simple\"||!props.isEU},euDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",displayTextArea:true,hidden:props=>!props.isEU},euPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link,defaultValue:\"https://www.framer.com/legal/policy/\"},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>!props.isEU},euDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>!props.isEU},euShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.euType!==\"advanced\"},euBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>!props.isEU},worldType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"simple\",hidden:props=>props.isEU},worldTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.worldType===\"simple\"||props.isEU},worldDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to personalize content, run ads, and analyze traffic.\",displayTextArea:true,hidden:props=>props.isEU},worldPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>props.isEU},worldDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>props.isEU},worldShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.worldType!==\"advanced\"},worldBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>props.isEU}}},options:{type:ControlType.Object,buttonTitle:\"Content, Styles\",hidden:(_,props)=>props.content.euType!==\"advanced\"&&props.content.worldType!==\"advanced\",controls:{preview:{type:ControlType.Boolean,defaultValue:false,description:\"Open when previewing banner on the canvas.\",hidden:(_,props)=>!props.preview},necessary:{title:\"Necessary\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Necessary\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables security and basic functionality.\",displayTextArea:true},optional:{title:\"Optional\",type:ControlType.Boolean,defaultValue:true}}},preferences:{title:\"Preferences\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Preferences\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables personalized content and settings.\",displayTextArea:true,optional:true}}},analytics:{title:\"Analytics\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Analytics\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables tracking of performance.\",displayTextArea:true}}},marketing:{title:\"Marketing\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Marketing\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables ads personalization and tracking.\",displayTextArea:true}}},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"basic\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"basic\"},background:{title:\"Background\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},width:{title:\"Width\",type:ControlType.Number,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"}}},toggleColor:{title:\"On\",type:ControlType.Color,defaultValue:\"#000\"},toggleColorInactive:{title:\"Off\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}}}}});CookieBanner.displayName=\"Cookie Banner\";\nexport const __FramerMetadata__ = {\"exports\":{\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cookies.map", "// Generated by Framer (acd6bc0)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"AQ_KoT211\",\"tgHXYOOvF\"];const serializationHash=\"framer-OxuSz\";const variantClassNames={AQ_KoT211:\"framer-v-n56fkq\",tgHXYOOvF:\"framer-v-1daryt6\"};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:40,delay:0,mass:1,stiffness:600,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={Closed:\"AQ_KoT211\",Open:\"tgHXYOOvF\"};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:\"AQ_KoT211\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AQ_KoT211\",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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-n56fkq\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"AQ_KoT211\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({tgHXYOOvF:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c6f55i\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"lqQNxLwEh\",style:{rotate:0},variants:{tgHXYOOvF:{rotate:-180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rbg1at\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"claXUZZnX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)) /* {&quot;name&quot;:&quot;*Primary 500&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9383893903,withExternalLayout:true,...addPropertyOverrides({tgHXYOOvF:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219)) /* {&quot;name&quot;:&quot;primary 300&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10229989580}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OxuSz.framer-qbpa1v, .framer-OxuSz .framer-qbpa1v { display: block; }\",\".framer-OxuSz.framer-n56fkq { height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-OxuSz .framer-1c6f55i { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-OxuSz .framer-1rbg1at { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 14\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tgHXYOOvF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYRV6_aC2p=withCSS(Component,css,\"framer-OxuSz\");export default FramerYRV6_aC2p;FramerYRV6_aC2p.displayName=\"Caret Copy\";FramerYRV6_aC2p.defaultProps={height:14,width:14};addPropertyControls(FramerYRV6_aC2p,{variant:{options:[\"AQ_KoT211\",\"tgHXYOOvF\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYRV6_aC2p,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYRV6_aC2p\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tgHXYOOvF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"14\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"14\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YRV6_aC2p.map", "// Generated by Framer (acd6bc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CaretCopy from\"https://framerusercontent.com/modules/mrE1xIieLEyZ3NI464I0/uUnr4roGHvoHaL3wiudm/YRV6_aC2p.js\";const CaretCopyFonts=getFonts(CaretCopy);const cycleOrder=[\"jeo4OnGZN\",\"BkwpGNqQq\"];const serializationHash=\"framer-x2WKb\";const variantClassNames={BkwpGNqQq:\"framer-v-7166tm\",jeo4OnGZN:\"framer-v-n9ebrg\"};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:40,delay:0,mass:1,stiffness:600,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={Closed:\"jeo4OnGZN\",Open:\"BkwpGNqQq\"};const getProps=({height,hover,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DApvjrdfG:(_ref=title!==null&&title!==void 0?title:props.DApvjrdfG)!==null&&_ref!==void 0?_ref:\"Product\",PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"jeo4OnGZN\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PWSlWeqS6,DApvjrdfG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jeo4OnGZN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-n9ebrg\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jeo4OnGZN\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BkwpGNqQq:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Product\"})}),className:\"framer-64rjo4\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"iNyzyl0ne\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},text:DApvjrdfG,variants:{BkwpGNqQq:{\"--extracted-r6o4lv\":\"var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BkwpGNqQq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219)))\"},children:\"Product\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:14,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(5+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-10-14)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ajsg5g-container\",layoutDependency:layoutDependency,layoutId:\"NgfoiE60k-container\",children:/*#__PURE__*/_jsx(CaretCopy,{height:\"100%\",id:\"NgfoiE60k\",layoutId:\"NgfoiE60k\",variant:\"AQ_KoT211\",width:\"100%\",...addPropertyOverrides({BkwpGNqQq:{variant:\"tgHXYOOvF\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-x2WKb.framer-f2r67, .framer-x2WKb .framer-f2r67 { display: block; }\",\".framer-x2WKb.framer-n9ebrg { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-x2WKb .framer-64rjo4 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-x2WKb .framer-ajsg5g-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-x2WKb.framer-n9ebrg { gap: 0px; } .framer-x2WKb.framer-n9ebrg > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-x2WKb.framer-n9ebrg > :first-child { margin-left: 0px; } .framer-x2WKb.framer-n9ebrg > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 75\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"BkwpGNqQq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\",\"DApvjrdfG\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKtn6ghjqC=withCSS(Component,css,\"framer-x2WKb\");export default FramerKtn6ghjqC;FramerKtn6ghjqC.displayName=\"Trigger Copy\";FramerKtn6ghjqC.defaultProps={height:40,width:75};addPropertyControls(FramerKtn6ghjqC,{variant:{options:[\"jeo4OnGZN\",\"BkwpGNqQq\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler},DApvjrdfG:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerKtn6ghjqC,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"}]},...CaretCopyFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKtn6ghjqC\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BkwpGNqQq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\",\\\"DApvjrdfG\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"75\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ktn6ghjqC.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let e;var f=r=>{if(!e){let o=function(t,n){return r.createElement(\"svg\",{width:\"100%\",height:\"1.5em\",strokeWidth:1.5,viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",color:\"currentColor\",ref:n,...t},r.createElement(\"path\",{d:\"M3 9.5L12 4l9 5.5M19 13v6.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6V13\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}))};e=r.forwardRef(o)}return e};export{f as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/iconoir-icons/Home.js@0.0.11\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"Accessibility\",\"AccessibilitySign\",\"AccessibilityTech\",\"Activity\",\"AddCircledOutline\",\"AddDatabaseScript\",\"AddFolder\",\"AddFrame\",\"AddHexagon\",\"AddKeyframe\",\"AddKeyframeAlt\",\"AddKeyframes\",\"AddLens\",\"AddPage\",\"AddPinAlt\",\"AddSelection\",\"AddSquare\",\"AddToCart\",\"AddUser\",\"Airplane\",\"AirplaneHelix\",\"AirplaneHelix45Deg\",\"AirplaneOff\",\"AirplaneRotation\",\"Airplay\",\"Alarm\",\"Album\",\"AlbumCarousel\",\"AlbumList\",\"AlbumOpen\",\"AlignBottomBox\",\"AlignCenter\",\"AlignJustify\",\"AlignLeft\",\"AlignLeftBox\",\"AlignRight\",\"AlignRightBox\",\"AlignTopBox\",\"Antenna\",\"AntennaOff\",\"AntennaSignal\",\"AppNotification\",\"Apple\",\"AppleHalf\",\"AppleHalfAlt\",\"AppleImac2021\",\"AppleImac2021Side\",\"AppleSwift\",\"ArSymbol\",\"Archery\",\"Archive\",\"AreaSearch\",\"ArrowArchery\",\"ArrowDown\",\"ArrowDownCircled\",\"ArrowLeft\",\"ArrowLeftCircled\",\"ArrowRight\",\"ArrowRightCircled\",\"ArrowSeparate\",\"ArrowUnion\",\"ArrowUnionVertical\",\"ArrowUp\",\"ArrowUpCircled\",\"Asana\",\"Attachment\",\"AutoFlash\",\"Bag\",\"BasketBall\",\"BasketBallAlt\",\"BasketballField\",\"Battery25\",\"Battery50\",\"Battery75\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryIndicator\",\"BatteryWarning\",\"BeachBag\",\"BeachBagBig\",\"Bell\",\"BellNotification\",\"BellOff\",\"Bicycle\",\"Bin\",\"BinAdd\",\"BinFull\",\"BinHalf\",\"BinMinus\",\"Bluetooth\",\"Bold\",\"BoldSquareOutline\",\"BookmarkCircled\",\"BookmarkEmpty\",\"BorderBl\",\"BorderBottom\",\"BorderBr\",\"BorderInner\",\"BorderLeft\",\"BorderOut\",\"BorderRight\",\"BorderTl\",\"BorderTop\",\"BorderTr\",\"BounceLeft\",\"BounceRight\",\"BowlingBall\",\"Box\",\"BoxIso\",\"BoxingGlove\",\"BubbleDownload\",\"BubbleError\",\"BubbleIncome\",\"BubbleOutcome\",\"BubbleSearch\",\"BubbleStar\",\"BubbleUpload\",\"BubbleWarning\",\"Building\",\"BusOutline\",\"BusStop\",\"Calculator\",\"Calendar\",\"Camera\",\"Cancel\",\"CarOutline\",\"Cart\",\"CartAlt\",\"Cash\",\"Cell4X4\",\"CenterAlign\",\"ChatAdd\",\"ChatBubble\",\"ChatBubbleCheck\",\"ChatBubbleCheck1\",\"ChatBubbleEmpty\",\"ChatBubbleError\",\"ChatBubbleQuestion\",\"ChatBubbleTranslate\",\"ChatBubbleWarning\",\"ChatLines\",\"ChatRemove\",\"Check\",\"CheckCircledOutline\",\"Chocolate\",\"Chromecast\",\"ChromecastActive\",\"Church\",\"ChurchAlt\",\"CinemaOld\",\"Circle\",\"City\",\"ClockOutline\",\"Closet\",\"Cloud\",\"CloudBookAlt\",\"CloudCheck\",\"CloudDesync\",\"CloudDownload\",\"CloudError\",\"CloudSunny\",\"CloudSync\",\"CloudUpload\",\"Code\",\"Codepen\",\"Coin\",\"CollageFrame\",\"Collapse\",\"ColorFilter\",\"ColorPicker\",\"ColorPickerEmpty\",\"Combine\",\"CompactDisc\",\"Compress\",\"CompressLines\",\"Computer\",\"ControlSlider\",\"Copy\",\"Copyright\",\"CornerBottomLeft\",\"CornerBottomRight\",\"CornerTopLeft\",\"CornerTopRight\",\"Cpu\",\"CpuWarning\",\"CrackedEgg\",\"CreativeCommons\",\"CreditCard\",\"CreditCard2\",\"Crop\",\"CropRotateBl\",\"CropRotateBr\",\"CropRotateTl\",\"CropRotateTr\",\"Css3\",\"CursorPointer\",\"Cut\",\"CutAlt\",\"Cycling\",\"DashFlag\",\"Dashboard\",\"DashboardDots\",\"DashboardSpeed\",\"DataTransferBoth\",\"DataTransferCheck\",\"DataTransferDown\",\"DataTransferUp\",\"DataTransferWarning\",\"DatabaseBackup\",\"DatabaseExport\",\"DatabaseMonitor\",\"DatabaseRestore\",\"DatabaseScript\",\"DatabaseSettings\",\"DatabaseStar\",\"DatabaseStats\",\"Db\",\"DbCheck\",\"DbError\",\"DbSearch\",\"DbStar\",\"DbWarning\",\"DeCompress\",\"DeleteCircledOutline\",\"DesignPencil\",\"Dialpad\",\"Display4K\",\"DivideSelection1\",\"DivideSelection2\",\"DocSearch\",\"DocSearchAlt\",\"DocStar\",\"DocStarAlt\",\"Dollar\",\"DomoticIssue\",\"Donate\",\"DoubleCheck\",\"DownRoundArrow\",\"Download\",\"DragHandGesture\",\"Drawer\",\"Dribbble\",\"Droplet\",\"DropletHalf\",\"EaseIn\",\"EaseInControlPoint\",\"EaseInOut\",\"EaseOut\",\"EaseOutControlPoint\",\"Edit\",\"EditPencil\",\"Egg\",\"Eject\",\"ElectronicsChip\",\"Emoji\",\"EmojiBall\",\"EmojiBlinkLeft\",\"EmojiBlinkRight\",\"EmojiLookBottom\",\"EmojiLookLeft\",\"EmojiLookRight\",\"EmojiLookTop\",\"EmojiQuite\",\"EmojiReally\",\"EmojiSad\",\"EmojiSatisfied\",\"EmojiSingLeft\",\"EmojiSingLeftNote\",\"EmojiSingRight\",\"EmojiSingRightNote\",\"EmojiSurprise\",\"EmojiSurpriseAlt\",\"EmojiTalkingAngry\",\"EmojiTalkingHappy\",\"EmojiThinkLeft\",\"EmojiThinkRight\",\"EmptyPage\",\"Enlarge\",\"EnlargeRoundArrow\",\"Euro\",\"EuroSquare\",\"EvCharge\",\"EvChargeAlt\",\"EvPlug\",\"EvPlugCharging\",\"EvPlugError\",\"EvStation\",\"Exclude\",\"Expand\",\"ExpandLines\",\"EyeAlt\",\"EyeClose\",\"EyeEmpty\",\"EyeOff\",\"FaceId\",\"Facebook\",\"FacebookSquared\",\"Farm\",\"FastArrowDown\",\"FastArrowDownBox\",\"FastArrowLeft\",\"FastArrowLeftBox\",\"FastArrowRight\",\"FastArrowRightBox\",\"FastArrowTop\",\"FastArrowUpBox\",\"FastBottomCircle\",\"FastLeftCircle\",\"FastRightCircle\",\"FastTopCircle\",\"Female\",\"Figma\",\"FileNotFound\",\"Filter\",\"FilterAlt\",\"Finder\",\"Fingerprint\",\"FingerprintCircled\",\"FingerprintCircledOk\",\"FingerprintPhone\",\"FingerprintScan\",\"FingerprintSquared\",\"Fishing\",\"Flare\",\"Flash\",\"FlashOff\",\"Flip\",\"FlipReverse\",\"Flower\",\"Fog\",\"Folder\",\"FolderAlert\",\"FontSize\",\"Football\",\"FootballBall\",\"ForwardOutline\",\"Frame\",\"FrameAlt\",\"FrameAltEmpty\",\"FrameSelect\",\"FrameSimple\",\"FrameTool\",\"Fridge\",\"Fx\",\"Garage\",\"Gas\",\"GasTank\",\"GasTankDrop\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitHub\",\"GitHubOutline\",\"GitLabFull\",\"GitMerge\",\"GlassEmpty\",\"GlassHalf\",\"GlassHalfAlt\",\"Glasses\",\"Golf\",\"Google\",\"GoogleCircled\",\"GoogleDocs\",\"GoogleDrive\",\"GoogleDriveCheck\",\"GoogleDriveSync\",\"GoogleDriveWarning\",\"GoogleHome\",\"GoogleOne\",\"Gps\",\"GraphDown\",\"GraphUp\",\"GridAdd\",\"GridMinus\",\"GridRemove\",\"Group\",\"Gym\",\"HalfMoon\",\"HandBrake\",\"Handbag\",\"HardDrive\",\"Hat\",\"Hd\",\"Hdr\",\"Headset\",\"HeadsetCharge\",\"HeadsetHelp\",\"HeadsetIssue\",\"HealthShield\",\"Healthcare\",\"Heart\",\"HeavyRain\",\"Heptagon\",\"HerSlips\",\"HesaWarningOutline\",\"Hexagon\",\"HexagonAlt\",\"HighPriority\",\"HistoricShield\",\"HistoricShieldAlt\",\"Home\",\"HomeAlt\",\"HomeAltSlim\",\"HomeAltSlimHoriz\",\"HomeHospital\",\"HomeSimple\",\"HomeSimpleDoor\",\"HomeUser\",\"Hospital\",\"HospitalSign\",\"Hourglass\",\"Html5\",\"Iconoir\",\"Import\",\"Industry\",\"InfoEmpty\",\"InputField\",\"InputSearch\",\"Instagram\",\"Intersect\",\"IntersectAlt\",\"IosSettings\",\"IrisScan\",\"Italic\",\"ItalicSquareOutline\",\"Journal\",\"JournalPage\",\"KeyAlt\",\"KeyAltBack\",\"KeyAltMinus\",\"KeyAltPlus\",\"KeyAltRemove\",\"Keyframe\",\"KeyframeAlignCenter\",\"KeyframePosition\",\"Keyframes\",\"KeyframesCouple\",\"LabelOutline\",\"Lamp\",\"Language\",\"Laptop\",\"LaptopCharging\",\"LaptopFix\",\"LaptopIssue\",\"LargeSuitcase\",\"LayoutLeft\",\"LayoutRight\",\"Leaderboard\",\"LeaderboardStar\",\"LeftRoundArrow\",\"Lens\",\"Lifebelt\",\"LightBulb\",\"LightBulbOff\",\"LightBulbOn\",\"LineSpace\",\"Linear\",\"Link\",\"LinkedIn\",\"List\",\"LoadActionFloppy\",\"Lock\",\"LockKey\",\"LogDenied\",\"LogIn\",\"LogOut\",\"LongArrowDownLeft\",\"LongArrowDownRight\",\"LongArrowLeftDown\",\"LongArrowLeftUp\",\"LongArrowRightDown\",\"LongArrowRightUp\",\"LongArrowRightUp1\",\"LongArrowUpLeft\",\"LongArrowUpRight\",\"LotOfCash\",\"MacControlKey\",\"MacDock\",\"MacOptionKey\",\"MacOsWindow\",\"Mail\",\"MailOpened\",\"Male\",\"Map\",\"MapIssue\",\"MapsArrow\",\"MapsArrowDiagonal\",\"MapsArrowIssue\",\"MapsGoStraight\",\"MapsTurnBack\",\"MapsTurnLeft\",\"MapsTurnRight\",\"MaskSquare\",\"Maximize\",\"Medal\",\"Medal1St\",\"Medium\",\"Megaphone\",\"Menu\",\"MenuScale\",\"Message\",\"MessageAlert\",\"MessageText\",\"Metro\",\"Mic\",\"MicAdd\",\"MicCheck\",\"MicMute\",\"MicRemove\",\"MicSpeaking\",\"MicWarning\",\"Minus\",\"Minus1\",\"MinusHexagon\",\"MinusPinAlt\",\"MinusSquare\",\"MissingFont\",\"ModernTv\",\"ModernTv4K\",\"MoneySquare\",\"MoonSat\",\"MoreHoriz\",\"MoreVert\",\"MouseButtonLeft\",\"MouseButtonRight\",\"MouseScrollWheel\",\"MoveDown\",\"MoveLeft\",\"MoveRight\",\"MoveRuler\",\"MoveUp\",\"Movie\",\"MultiBubble\",\"MultiMacOsWindow\",\"MultiWindow\",\"MultiplePages\",\"MultiplePagesAdd\",\"MultiplePagesDelete\",\"MultiplePagesEmpty\",\"MultiplePagesRemove\",\"Music1\",\"Music1Add\",\"Music2\",\"Music2Add\",\"NavArrowDown\",\"NavArrowLeft\",\"NavArrowRight\",\"NavArrowUp\",\"Navigator\",\"NavigatorAlt\",\"Network\",\"NetworkAlt\",\"NetworkLeft\",\"NetworkRight\",\"NoBattery\",\"NoCoin\",\"NoCreditCard\",\"NoLock\",\"NoSmoking\",\"Notes\",\"Octagon\",\"OilIndustry\",\"OpenInBrowser\",\"OpenInWindow\",\"OpenVpn\",\"OrangeHalf\",\"OrangeSlice\",\"OrangeSliceAlt\",\"Page\",\"PageFlip\",\"PageSearch\",\"PageStar\",\"Palette\",\"PanoramaEnlarge\",\"PanoramaReduce\",\"Pants\",\"PantsAlt\",\"PasswordCursor\",\"PasswordError\",\"PasswordPass\",\"PauseOutline\",\"PcMouse\",\"PenConnectBluetooth\",\"PenConnectWifi\",\"PenTablet\",\"PenTabletConnectUsb\",\"PenTabletConnectWifi\",\"Pentagon\",\"Percentage\",\"PercentageRound\",\"PercentageSquare\",\"PharmacyCircledCross\",\"PharmacySquaredCross\",\"Phone\",\"PhoneAdd\",\"PhoneDelete\",\"PhoneDisabled\",\"PhoneIncome\",\"PhoneOutcome\",\"PhonePaused\",\"PhoneRemove\",\"Pin\",\"PinAlt\",\"PizzaSlice\",\"Planet\",\"PlanetAlt\",\"PlanetSat\",\"PlayOutline\",\"Playlist\",\"PlaylistAdd\",\"PlaylistPlay\",\"PlugTypeA\",\"PlugTypeC\",\"PlugTypeG\",\"PlugTypeL\",\"Plus\",\"Pocket\",\"Position\",\"PositionAlign\",\"Pound\",\"PrecisionTool\",\"Printer\",\"PrinterAlt\",\"PrintingPage\",\"PriorityDown\",\"PriorityUp\",\"ProfileCircled\",\"Prohibition\",\"QuestionMark\",\"QuestionMarkCircle\",\"Rain\",\"ReceiveDollars\",\"ReceiveEuros\",\"ReceivePounds\",\"ReceiveYens\",\"Redo\",\"RedoAction\",\"RedoCircle\",\"Reduce\",\"ReduceRoundArrow\",\"Refresh\",\"RefreshCircular\",\"RefreshDouble\",\"ReminderHandGesture\",\"RemoveDatabaseScript\",\"RemoveEmpty\",\"RemoveFolder\",\"RemoveFrame\",\"RemoveFromCart\",\"RemoveKeyframe\",\"RemoveKeyframeAlt\",\"RemoveKeyframes\",\"RemovePage\",\"RemovePinAlt\",\"RemoveSelection\",\"RemoveSquare\",\"RemoveUser\",\"Repeat\",\"RepeatOnce\",\"ReportColumns\",\"Reports\",\"RewindOutline\",\"Rhombus\",\"RightRoundArrow\",\"Rings\",\"RotateCameraLeft\",\"RotateCameraRight\",\"RssFeed\",\"RssFeedSquared\",\"Ruler\",\"RulerAdd\",\"RulerCombine\",\"RulerRemove\",\"Running\",\"Sandals\",\"SaveActionFloppy\",\"SaveFloppyDisk\",\"ScaleFrameEnlarge\",\"ScaleFrameReduce\",\"Scanning\",\"Scarf\",\"Scissor\",\"ScissorAlt\",\"SeaAndSun\",\"SeaWaves\",\"Search\",\"SearchFont\",\"SecurityPass\",\"Selection\",\"SelectiveTool\",\"SendDollars\",\"SendEuros\",\"SendPounds\",\"SendYens\",\"Server\",\"ServerConnection\",\"Settings\",\"SettingsCloud\",\"SettingsProfiles\",\"ShareAndroid\",\"ShareIos\",\"Shield\",\"ShieldAdd\",\"ShieldAlert\",\"ShieldAlt\",\"ShieldBroken\",\"ShieldCheck\",\"ShieldCross\",\"ShieldDownload\",\"ShieldEye\",\"ShieldLoading\",\"ShieldMinus\",\"ShieldQuestion\",\"ShieldSearch\",\"ShieldUpload\",\"Shop\",\"ShopAlt\",\"ShoppingBag\",\"ShoppingBagAdd\",\"ShoppingBagAlt\",\"ShoppingBagArrowDown\",\"ShoppingBagArrowUp\",\"ShoppingBagCheck\",\"ShoppingBagIssue\",\"ShoppingBagRemove\",\"ShoppingCode\",\"ShoppingCodeCheck\",\"ShoppingCodeError\",\"ShortPants\",\"ShortPantsAlt\",\"Shuffle\",\"SimpleCart\",\"SingleTapGesture\",\"Skateboard\",\"Skateboarding\",\"SkipNextOutline\",\"SkipPrevOutline\",\"SmallShop\",\"SmallShopAlt\",\"SmartphoneDevice\",\"Smoking\",\"Snow\",\"SnowFlake\",\"Soap\",\"SoccerBall\",\"SortDown\",\"SortUp\",\"SoundHigh\",\"SoundLow\",\"SoundMin\",\"SoundOff\",\"SpockHandGesture\",\"Square\",\"StarDashed\",\"StarHalfDashed\",\"StarOutline\",\"StatDown\",\"StatUp\",\"StatsReport\",\"StatsSquareDown\",\"StatsSquareUp\",\"Stretching\",\"StyleBorder\",\"Substract\",\"Suggestion\",\"SunLight\",\"Swimming\",\"SwipeDownGesture\",\"SwipeLeftGesture\",\"SwipeRightGesture\",\"SwipeUpGesture\",\"SwitchOffOutline\",\"SwitchOnOutline\",\"SystemRestart\",\"SystemShut\",\"Table\",\"Table2Columns\",\"TableRows\",\"Telegram\",\"TelegramCircled\",\"TennisBall\",\"TennisBallAlt\",\"TerminalOutline\",\"TerminalSimple\",\"Text\",\"TextAlt\",\"TextSize\",\"ThreeStars\",\"Thunderstorm\",\"TikTok\",\"Timer\",\"TimerOff\",\"Tower\",\"TowerCheck\",\"TowerNoAccess\",\"TowerWarning\",\"Trademark\",\"TrainOutline\",\"Tram\",\"TransitionBottom\",\"TransitionLeft\",\"TransitionRight\",\"TransitionTop\",\"Translate\",\"Trash\",\"Treadmill\",\"Trekking\",\"Trello\",\"Triangle\",\"TriangleFlag\",\"TriangleFlagCircle\",\"TriangleFlagFull\",\"Trophy\",\"Tunnel\",\"Tv\",\"TvFix\",\"TvIssue\",\"Twitter\",\"TwitterVerifiedBadge\",\"Type\",\"UmbrellaFull\",\"Underline\",\"Undo\",\"UndoAction\",\"UndoCircle\",\"Union\",\"UnionAlt\",\"UnionHorizAlt\",\"Unity\",\"Unity5\",\"UpRoundArrow\",\"Upload\",\"UploadSquareOutline\",\"Usb\",\"User\",\"UserBag\",\"UserCart\",\"UserCircleAlt\",\"UserScan\",\"UserSquareAlt\",\"VerifiedBadge\",\"VerifiedUser\",\"VideoCamera\",\"VideoCameraOff\",\"ViewColumns2\",\"ViewColumns3\",\"ViewGrid\",\"ViewStructureDown\",\"ViewStructureUp\",\"Voice\",\"VoiceCircled\",\"VoiceCircledLock\",\"VoiceError\",\"VoiceOk\",\"VoicePhone\",\"VoiceScan\",\"VoiceSquared\",\"VrSymbol\",\"Waist\",\"Walking\",\"WarningSquareOutline\",\"WebWindow\",\"WebWindowClose\",\"Weight\",\"WeightAlt\",\"WhiteFlag\",\"Wifi\",\"WifiIssue\",\"WifiOff\",\"WifiSignalNone\",\"Wind\",\"WrapText\",\"Wristwatch\",\"Yen\",\"YenSquare\",\"Yoga\",\"YouTube\",\"ZoomIn\",\"ZoomOut\",];const moduleBaseUrl=\"https://framer.com/m/iconoir-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * ICONOIR\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.11`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{size:\"100$%\",style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Iconoir\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Iconoir site](https://iconoir.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iconoir.map", "// Generated by Framer (acd6bc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";const IconoirFonts=getFonts(Iconoir);const IconoirControls=getPropertyControls(Iconoir);const enabledGestures={jV1IWnBMs:{hover:true}};const serializationHash=\"framer-pK3zn\";const variantClassNames={jV1IWnBMs:\"framer-v-1q2a63e\"};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={bounce:.2,delay:0,duration:.4,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=({click,color,height,id,name1,title,width,...props})=>{var _ref,_ref1,_ref2;return{...props,Bl2odjeXP:(_ref=title!==null&&title!==void 0?title:props.Bl2odjeXP)!==null&&_ref!==void 0?_ref:\"Infantil\",JEQDGJVv_:(_ref1=name1!==null&&name1!==void 0?name1:props.JEQDGJVv_)!==null&&_ref1!==void 0?_ref1:\"Apple\",lwOOZksQ4:(_ref2=color!==null&&color!==void 0?color:props.lwOOZksQ4)!==null&&_ref2!==void 0?_ref2:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",yZh8FHjID:click!==null&&click!==void 0?click:props.yZh8FHjID};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Bl2odjeXP,lwOOZksQ4,JEQDGJVv_,yZh8FHjID,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"jV1IWnBMs\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1eztxii=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(yZh8FHjID){const res=await yZh8FHjID(...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:{hash:\":FW8EltIMq\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1q2a63e\",className,classNames)} framer-1k3w9xk`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jV1IWnBMs\",onTap:onTap1eztxii,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"jV1IWnBMs-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m9smoh-container\",layoutDependency:layoutDependency,layoutId:\"s1lOtZVGW-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:lwOOZksQ4,height:\"100%\",iconSearch:\"Home\",iconSelection:JEQDGJVv_,id:\"s1lOtZVGW\",layoutId:\"s1lOtZVGW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"jV1IWnBMs-hover\":{color:\"var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Infantil\"})}),className:\"framer-18756z5\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"rHHUlfW3k\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},text:Bl2odjeXP,variants:{\"jV1IWnBMs-hover\":{\"--extracted-r6o4lv\":\"var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"jV1IWnBMs-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219)))\"},children:\"Infantil\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pK3zn.framer-1k3w9xk, .framer-pK3zn .framer-1k3w9xk { display: block; }\",\".framer-pK3zn.framer-1q2a63e { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 130px; }\",\".framer-pK3zn .framer-m9smoh-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 20px; }\",\".framer-pK3zn .framer-18756z5 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pK3zn.framer-1q2a63e { gap: 0px; } .framer-pK3zn.framer-1q2a63e > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-pK3zn.framer-1q2a63e > :first-child { margin-left: 0px; } .framer-pK3zn.framer-1q2a63e > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 23\n * @framerIntrinsicWidth 130\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"flHMoJ2KO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Bl2odjeXP\":\"title\",\"lwOOZksQ4\":\"color\",\"JEQDGJVv_\":\"name1\",\"yZh8FHjID\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framertqa1TTBtK=withCSS(Component,css,\"framer-pK3zn\");export default Framertqa1TTBtK;Framertqa1TTBtK.displayName=\"text modal selct\";Framertqa1TTBtK.defaultProps={height:23,width:130};addPropertyControls(Framertqa1TTBtK,{Bl2odjeXP:{defaultValue:\"Infantil\",displayTextArea:false,title:\"Title\",type:ControlType.String},lwOOZksQ4:{defaultValue:'var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)) /* {\"name\":\"*Primary 500\"} */',title:\"Color\",type:ControlType.Color},JEQDGJVv_:(IconoirControls===null||IconoirControls===void 0?void 0:IconoirControls[\"iconSelection\"])&&{...IconoirControls[\"iconSelection\"],defaultValue:\"Apple\",description:undefined,hidden:undefined,title:\"Name\"},yZh8FHjID:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framertqa1TTBtK,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"}]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framertqa1TTBtK\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"130\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"23\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"flHMoJ2KO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"Bl2odjeXP\\\":\\\"title\\\",\\\"lwOOZksQ4\\\":\\\"color\\\",\\\"JEQDGJVv_\\\":\\\"name1\\\",\\\"yZh8FHjID\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tqa1TTBtK.map", "// Generated by Framer (acd6bc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TextModalSelct from\"https://framerusercontent.com/modules/VLRtM6Ctbi2CH1QzZwtQ/swXfhScZ0H30OpWORYEr/tqa1TTBtK.js\";const TextModalSelctFonts=getFonts(TextModalSelct);const cycleOrder=[\"iIhGVOPS5\",\"B9ATpiMu3\"];const serializationHash=\"framer-4ng5J\";const variantClassNames={B9ATpiMu3:\"framer-v-1am1b2c\",iIhGVOPS5:\"framer-v-f1n4a0\"};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={Desktop:\"iIhGVOPS5\",Phone:\"B9ATpiMu3\"};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:\"iIhGVOPS5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iIhGVOPS5\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"B9ATpiMu3\")return true;return false;};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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-f1n4a0\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"iIhGVOPS5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(8px)\",backgroundColor:\"rgba(255, 255, 255, 0.8)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",WebkitBackdropFilter:\"blur(8px)\",...style},variants:{B9ATpiMu3:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...addPropertyOverrides({B9ATpiMu3:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-041d033d-4193-4b66-b074-6c3affb50d13, rgb(51, 51, 51)))\"},children:\"ENSINO\"})}),className:\"framer-16js3ed\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"FfSDk67IY\",style:{\"--extracted-r6o4lv\":\"var(--token-041d033d-4193-4b66-b074-6c3affb50d13, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{hash:\":FW8EltIMq\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1dxhe10 framer-c9fyqm\",\"data-framer-name\":\"infantil\",layoutDependency:layoutDependency,layoutId:\"N2YKRTDzM\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0,...addPropertyOverrides({B9ATpiMu3:{height:56,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+75+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15xfbr7-container\",layoutDependency:layoutDependency,layoutId:\"sCF2MxSt8-container\",children:/*#__PURE__*/_jsx(TextModalSelct,{Bl2odjeXP:\"Infantil\",height:\"100%\",id:\"sCF2MxSt8\",JEQDGJVv_:\"Apple\",layoutId:\"sCF2MxSt8\",lwOOZksQ4:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({B9ATpiMu3:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":kZ0qI1vun\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1uw0b3r framer-c9fyqm\",\"data-framer-name\":\"fundamental\",layoutDependency:layoutDependency,layoutId:\"yBUbqXBMW\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+31+0,...addPropertyOverrides({B9ATpiMu3:{height:56,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+131+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6qlo0c-container\",layoutDependency:layoutDependency,layoutId:\"h3asb2NN6-container\",children:/*#__PURE__*/_jsx(TextModalSelct,{Bl2odjeXP:\"Fundamental\",height:\"100%\",id:\"h3asb2NN6\",JEQDGJVv_:\"BasketBall\",layoutId:\"h3asb2NN6\",lwOOZksQ4:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({B9ATpiMu3:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":cr0pl53Fd\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1r5mcsq framer-c9fyqm\",\"data-framer-name\":\"m\\xe9dio\",layoutDependency:layoutDependency,layoutId:\"TJX7Upo1D\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+62+0,...addPropertyOverrides({B9ATpiMu3:{height:56,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+187+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a9zabb-container\",layoutDependency:layoutDependency,layoutId:\"cY2my7xa_-container\",children:/*#__PURE__*/_jsx(TextModalSelct,{Bl2odjeXP:\"M\\xe9dio\",height:\"100%\",id:\"cY2my7xa_\",JEQDGJVv_:\"DesignPencil\",layoutId:\"cY2my7xa_\",lwOOZksQ4:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({B9ATpiMu3:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":oFi14fZHg\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xuqh31 framer-c9fyqm\",\"data-framer-name\":\"vestibular\",layoutDependency:layoutDependency,layoutId:\"zqDlqVyan\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+93+0,...addPropertyOverrides({B9ATpiMu3:{height:56,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+243+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rpnuga-container\",layoutDependency:layoutDependency,layoutId:\"gO46e1B0L-container\",children:/*#__PURE__*/_jsx(TextModalSelct,{Bl2odjeXP:\"Vestibular\",height:\"100%\",id:\"gO46e1B0L\",JEQDGJVv_:\"Laptop\",layoutId:\"gO46e1B0L\",lwOOZksQ4:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({B9ATpiMu3:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4ng5J.framer-c9fyqm, .framer-4ng5J .framer-c9fyqm { display: block; }\",\".framer-4ng5J.framer-f1n4a0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 10px; position: relative; width: 150px; }\",\".framer-4ng5J .framer-16js3ed { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4ng5J .framer-1dxhe10, .framer-4ng5J .framer-1uw0b3r, .framer-4ng5J .framer-1r5mcsq { 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; text-decoration: none; width: 100%; }\",\".framer-4ng5J .framer-15xfbr7-container, .framer-4ng5J .framer-1rpnuga-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-4ng5J .framer-6qlo0c-container, .framer-4ng5J .framer-a9zabb-container { flex: none; height: auto; position: relative; width: 130px; }\",\".framer-4ng5J .framer-1xuqh31 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4ng5J.framer-f1n4a0, .framer-4ng5J .framer-1dxhe10, .framer-4ng5J .framer-1uw0b3r, .framer-4ng5J .framer-1r5mcsq, .framer-4ng5J .framer-1xuqh31 { gap: 0px; } .framer-4ng5J.framer-f1n4a0 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-4ng5J.framer-f1n4a0 > :first-child { margin-top: 0px; } .framer-4ng5J.framer-f1n4a0 > :last-child { margin-bottom: 0px; } .framer-4ng5J .framer-1dxhe10 > *, .framer-4ng5J .framer-1uw0b3r > *, .framer-4ng5J .framer-1r5mcsq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4ng5J .framer-1dxhe10 > :first-child, .framer-4ng5J .framer-1uw0b3r > :first-child, .framer-4ng5J .framer-1r5mcsq > :first-child, .framer-4ng5J .framer-1xuqh31 > :first-child { margin-left: 0px; } .framer-4ng5J .framer-1dxhe10 > :last-child, .framer-4ng5J .framer-1uw0b3r > :last-child, .framer-4ng5J .framer-1r5mcsq > :last-child, .framer-4ng5J .framer-1xuqh31 > :last-child { margin-right: 0px; } .framer-4ng5J .framer-1xuqh31 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-4ng5J.framer-v-1am1b2c.framer-f1n4a0 { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-4ng5J.framer-v-1am1b2c .framer-15xfbr7-container, .framer-4ng5J.framer-v-1am1b2c .framer-1rpnuga-container { height: 56px; }\",\".framer-4ng5J.framer-v-1am1b2c .framer-6qlo0c-container, .framer-4ng5J.framer-v-1am1b2c .framer-a9zabb-container { flex: 1 0 0px; height: 56px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4ng5J.framer-v-1am1b2c.framer-f1n4a0 { gap: 0px; } .framer-4ng5J.framer-v-1am1b2c.framer-f1n4a0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-4ng5J.framer-v-1am1b2c.framer-f1n4a0 > :first-child { margin-top: 0px; } .framer-4ng5J.framer-v-1am1b2c.framer-f1n4a0 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 136\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"B9ATpiMu3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQAAWc2PfF=withCSS(Component,css,\"framer-4ng5J\");export default FramerQAAWc2PfF;FramerQAAWc2PfF.displayName=\"Links: Resources Copy 2\";FramerQAAWc2PfF.defaultProps={height:136,width:150};addPropertyControls(FramerQAAWc2PfF,{variant:{options:[\"iIhGVOPS5\",\"B9ATpiMu3\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQAAWc2PfF,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"}]},...TextModalSelctFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQAAWc2PfF\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B9ATpiMu3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"136\",\"framerIntrinsicWidth\":\"150\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QAAWc2PfF.map", "// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"y8CA6b165\",\"a4j6NesrC\"];const serializationHash=\"framer-RGo0x\";const variantClassNames={a4j6NesrC:\"framer-v-1onfxmk\",y8CA6b165:\"framer-v-szw0e7\"};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={Desktop:\"y8CA6b165\",Phone:\"a4j6NesrC\"};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:\"y8CA6b165\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"y8CA6b165\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"a4j6NesrC\")return false;return true;};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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-szw0e7\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"y8CA6b165\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...style},variants:{a4j6NesrC:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...addPropertyOverrides({a4j6NesrC:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":FW8EltIMq\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-w98pu5 framer-1qdd1yr\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"T8nlQf_KJ\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{a4j6NesrC:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({a4j6NesrC:{\"data-border\":true}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-18gpqgk\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"e0xkVc9iq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1000z\"></path><clipPath id=\"a1001z\"><use xlink:href=\"#a1000z\"></use></clipPath></defs><use xlink:href=\"#a1000z\" fill=\"#eee\" clip-path=\"url(#a1001z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9244735573,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Infantil\"})}),className:\"framer-qe1kj2\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"xV8N5LrsX\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a4j6NesrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Ensino Infantil\"})}),fonts:[\"Inter-Medium\"]}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":kZ0qI1vun\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-41tjsp framer-1qdd1yr\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"FZ1rKvaOT\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{a4j6NesrC:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({a4j6NesrC:{\"data-border\":true}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1el2bz4\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ja_n3wkX_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 1 9.975 C 1 5.004 5.029 0.975 10 0.975 L 10 0.975 C 14.971 0.975 19 5.004 19 9.975 L 19 10.025 C 19 14.996 14.971 19.025 10 19.025 L 10 19.025 C 5.029 19.025 1 14.996 1 10.025 Z\" id=\"a1002z\"></path><clipPath id=\"a1003z\"><use xlink:href=\"#a1002z\"></use></clipPath></defs><use xlink:href=\"#a1002z\" fill=\"#eee\" clip-path=\"url(#a1003z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:12810902438,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Fundamental\"})}),className:\"framer-3n24h5\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"LxgxNSvWT\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a4j6NesrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Ensino Fundamental\"})}),fonts:[\"Inter-Medium\"]}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":cr0pl53Fd\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-l6exzk framer-1qdd1yr\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"NV_tXT1hh\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{a4j6NesrC:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({a4j6NesrC:{\"data-border\":true}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-xnme1y\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oCbncR1e2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 8.293 2.293 C 9.073 1.016 10.927 1.016 11.707 2.293 L 19.14 14.457 C 19.955 15.79 18.996 17.5 17.434 17.5 L 2.566 17.5 C 1.004 17.5 0.045 15.79 0.86 14.457 Z\" id=\"a1004z\"></path><clipPath id=\"a1005z\"><use xlink:href=\"#a1004z\"></use></clipPath></defs><use xlink:href=\"#a1004z\" fill=\"#eee\" clip-path=\"url(#a1005z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9486151537,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"M\\xe9dio\"})}),className:\"framer-192grmq\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"zjq4vI4nT\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a4j6NesrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Ensino M\\xe9dio\"})}),fonts:[\"Inter-Medium\"]}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":oFi14fZHg\",webPageId:\"d3yspAlrZ\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1a2lxz5 framer-1qdd1yr\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"GMtz_wEcC\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-wewa3f\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"glPiPT4nO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1000z\"></path><clipPath id=\"a1001z\"><use xlink:href=\"#a1000z\"></use></clipPath></defs><use xlink:href=\"#a1000z\" fill=\"#eee\" clip-path=\"url(#a1001z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9244735573,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Vestibular\"})}),className:\"framer-1jt9ukx\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"rXhBDs8vZ\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a4j6NesrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:\"Pr\\xe9-Vestibular\"})}),fonts:[\"Inter-Medium\"]}},baseVariant,gestureVariant)})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RGo0x.framer-1qdd1yr, .framer-RGo0x .framer-1qdd1yr { display: block; }\",\".framer-RGo0x.framer-szw0e7 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 10px; position: relative; width: 150px; }\",\".framer-RGo0x .framer-w98pu5, .framer-RGo0x .framer-41tjsp, .framer-RGo0x .framer-l6exzk, .framer-RGo0x .framer-1a2lxz5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-RGo0x .framer-18gpqgk, .framer-RGo0x .framer-1el2bz4, .framer-RGo0x .framer-xnme1y, .framer-RGo0x .framer-wewa3f { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-RGo0x .framer-qe1kj2, .framer-RGo0x .framer-3n24h5, .framer-RGo0x .framer-192grmq, .framer-RGo0x .framer-1jt9ukx { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RGo0x.framer-szw0e7, .framer-RGo0x .framer-w98pu5, .framer-RGo0x .framer-41tjsp, .framer-RGo0x .framer-l6exzk, .framer-RGo0x .framer-1a2lxz5 { gap: 0px; } .framer-RGo0x.framer-szw0e7 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-RGo0x.framer-szw0e7 > :first-child { margin-top: 0px; } .framer-RGo0x.framer-szw0e7 > :last-child { margin-bottom: 0px; } .framer-RGo0x .framer-w98pu5 > *, .framer-RGo0x .framer-41tjsp > *, .framer-RGo0x .framer-l6exzk > *, .framer-RGo0x .framer-1a2lxz5 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-RGo0x .framer-w98pu5 > :first-child, .framer-RGo0x .framer-41tjsp > :first-child, .framer-RGo0x .framer-l6exzk > :first-child, .framer-RGo0x .framer-1a2lxz5 > :first-child { margin-left: 0px; } .framer-RGo0x .framer-w98pu5 > :last-child, .framer-RGo0x .framer-41tjsp > :last-child, .framer-RGo0x .framer-l6exzk > :last-child, .framer-RGo0x .framer-1a2lxz5 > :last-child { margin-right: 0px; } }\",\".framer-RGo0x.framer-v-1onfxmk.framer-szw0e7 { gap: 0px; padding: 0px; }\",\".framer-RGo0x.framer-v-1onfxmk .framer-w98pu5, .framer-RGo0x.framer-v-1onfxmk .framer-41tjsp, .framer-RGo0x.framer-v-1onfxmk .framer-l6exzk, .framer-RGo0x.framer-v-1onfxmk .framer-1a2lxz5 { height: 56px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RGo0x.framer-v-1onfxmk.framer-szw0e7 { gap: 0px; } .framer-RGo0x.framer-v-1onfxmk.framer-szw0e7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RGo0x.framer-v-1onfxmk.framer-szw0e7 > :first-child { margin-top: 0px; } .framer-RGo0x.framer-v-1onfxmk.framer-szw0e7 > :last-child { margin-bottom: 0px; } }\",'.framer-RGo0x[data-border=\"true\"]::after, .framer-RGo0x [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 125\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"a4j6NesrC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxFf4EeqZb=withCSS(Component,css,\"framer-RGo0x\");export default FramerxFf4EeqZb;FramerxFf4EeqZb.displayName=\"Links: Resources\";FramerxFf4EeqZb.defaultProps={height:125,width:150};addPropertyControls(FramerxFf4EeqZb,{variant:{options:[\"y8CA6b165\",\"a4j6NesrC\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerxFf4EeqZb,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxFf4EeqZb\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"150\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a4j6NesrC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"125\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xFf4EeqZb.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/WtTwrQcMhFJpd4DOJv98/Cookies.js\";import SparkleButton from\"https://framerusercontent.com/modules/8cb9t9kqwoRojkYHFnLh/TQMgDwjLVhQYn0C3MBVD/SparkleButton.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/veQknR5g9YYCPnoQ8V9H/4Q7YxdyocTAIuCi3SQJZ/NnIX1uMEA.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qD1WvcVCOPNYYllrbB5b/HcLUFmVh4cigQkL20a7h/z5jYJo6QN.js\";import TriggerCopy from\"https://framerusercontent.com/modules/1UOeAYEkJYmo31jjRGdm/BjSttgiqx2LTCViVkAsU/Ktn6ghjqC.js\";import LinksResourcesCopy2 from\"https://framerusercontent.com/modules/qv5W7UwyWhTaoFn3zlM4/1eCzGoJdc6VKq9JI349B/QAAWc2PfF.js\";import LinksResources from\"https://framerusercontent.com/modules/iJPpIIoPAkDoMKiwxhCR/4Nz26wW1zI9fcFOW72U8/xFf4EeqZb.js\";const TriggerCopyFonts=getFonts(TriggerCopy);const LinksResourcesCopy2Fonts=getFonts(LinksResourcesCopy2);const MotionDivWithFX=withFX(motion.div);const LinksResourcesFonts=getFonts(LinksResources);const CookieBannerFonts=getFonts(CookieBanner);const SparkleButtonFonts=getFonts(SparkleButton);const cycleOrder=[\"nPd4SsWzj\",\"wMl2di4Gm\",\"r3EbXWXRC\"];const serializationHash=\"framer-RpS9L\";const variantClassNames={nPd4SsWzj:\"framer-v-1bbic5d\",r3EbXWXRC:\"framer-v-yv5i60\",wMl2di4Gm:\"framer-v-4he0z8\"};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:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const transition3={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition4={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"r3EbXWXRC\",Desktop:\"nPd4SsWzj\",Phone:\"wMl2di4Gm\"};const getProps=({color,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;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:\"nPd4SsWzj\",XY5EtwOk0:(_ref1=color!==null&&color!==void 0?color:props.XY5EtwOk0)!==null&&_ref1!==void 0?_ref1:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XY5EtwOk0,PZ7EWCQHf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nPd4SsWzj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapg4s3xo=activeVariantCallback(async(...args)=>{setVariant(\"r3EbXWXRC\");});const onTap1xjmv1u=activeVariantCallback(async(...args)=>{setVariant(\"wMl2di4Gm\");});const PWSlWeqS6txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap14aebc1=activeVariantCallback(async(...args)=>{if(PZ7EWCQHf){const res=await PZ7EWCQHf(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"wMl2di4Gm\",\"r3EbXWXRC\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"wMl2di4Gm\",\"r3EbXWXRC\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bbic5d\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"nPd4SsWzj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(8px)\",backgroundColor:\"rgba(255, 255, 255, 0.8)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"blur(8px)\",...style},variants:{r3EbXWXRC:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}},...addPropertyOverrides({r3EbXWXRC:{\"data-framer-name\":\"Phone Open\"},wMl2di4Gm:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bib6au\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"x7tBEkEXD\",...addPropertyOverrides({r3EbXWXRC:{\"data-highlight\":true,onTap:onTap1xjmv1u},wMl2di4Gm:{\"data-highlight\":true,onTap:onTapg4s3xo}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":Svy4pNvIR\",webPageId:\"augiA20Il\"},nodeId:\"z3XdTGuX7\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1o21x7t framer-7a0xq8\",\"data-framer-name\":\"Logo and Name\",layoutDependency:layoutDependency,layoutId:\"z3XdTGuX7\",whileHover:animation,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-40-50)/2)+0+0),sizes:\"50px\",src:\"https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png\",srcSet:\"https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png?scale-down-to=512 512w,https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png 1181w\"},className:\"framer-77syg3\",\"data-framer-name\":\"logo 2\",layoutDependency:layoutDependency,layoutId:\"R03OcqRO6\",whileHover:animation,...addPropertyOverrides({r3EbXWXRC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+7+0),sizes:\"50px\",src:\"https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png\",srcSet:\"https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png?scale-down-to=512 512w,https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png 1181w\"}},wMl2di4Gm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+7+0),sizes:\"50px\",src:\"https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png\",srcSet:\"https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png?scale-down-to=512 512w,https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/51mKUQB9tX61845v35AuLBULlJ0.png 1181w\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kw15l4\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"eT9foAdca\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ug7fnq\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"SY5rlbFO2\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{r3EbXWXRC:{backgroundColor:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",rotate:-45},wMl2di4Gm:{backgroundColor:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ocvcl\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"vIyIh2V_w\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{r3EbXWXRC:{backgroundColor:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",rotate:45},wMl2di4Gm:{backgroundColor:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\"}}})]})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({r3EbXWXRC:{value:transition3},wMl2di4Gm:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jfmz2m\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"L_71wmy88\",style:{opacity:1},variants:{wMl2di4Gm:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10573\",\"data-framer-name\":\"In\\xedcio\",layoutDependency:layoutDependency,layoutId:\"HSf_xLC7k\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-u2b1re\",\"data-styles-preset\":\"NnIX1uMEA\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--variable-reference-XY5EtwOk0-XjEdHrqU9))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Svy4pNvIR\",webPageId:\"augiA20Il\"},nodeId:\"xQ57N6gwZ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18195w6\",\"data-styles-preset\":\"z5jYJo6QN\",children:\"In\\xedcio\"})})})}),className:\"framer-xgo69\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xQ57N6gwZ\",style:{\"--extracted-1w1cjl5\":\"var(--variable-reference-XY5EtwOk0-XjEdHrqU9)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-XY5EtwOk0-XjEdHrqU9\":XY5EtwOk0},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({r3EbXWXRC:{verticalAlignment:\"center\"},wMl2di4Gm:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-40-40)/2)+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i0lcx8-container\",id:`${layoutId}-i0lcx8`,layoutDependency:layoutDependency,layoutId:\"XNPkVyFRo-container\",ref:ref2,children:[/*#__PURE__*/_jsx(TriggerCopy,{DApvjrdfG:\"Ensino\",height:\"100%\",id:\"XNPkVyFRo\",layoutId:\"XNPkVyFRo\",PWSlWeqS6:PWSlWeqS6txyyif({overlay}),variant:overlay.visible?\"BkwpGNqQq\":\"jeo4OnGZN\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-i0lcx8`,offsetX:0,offsetY:30,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-40-40)/2)+0+70,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-16jo5a4-container\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"qDbE0cfEq-container\",ref:ref3,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksResourcesCopy2,{height:\"100%\",id:\"qDbE0cfEq\",layoutId:\"qDbE0cfEq\",style:{width:\"100%\"},variant:\"iIhGVOPS5\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bkc041\",\"data-framer-name\":\"Sobre\",layoutDependency:layoutDependency,layoutId:\"AH2h2QHvG\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{wMl2di4Gm:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({wMl2di4Gm:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jCJrCCWiK\"},nodeId:\"BHDuEALc1\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18195w6\",\"data-styles-preset\":\"z5jYJo6QN\",children:\"Sobre n\\xf3s\"})})})}),className:\"framer-1oj2quq\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"BHDuEALc1\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({r3EbXWXRC:{verticalAlignment:\"center\"},wMl2di4Gm:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aqjzxk\",\"data-framer-name\":\"Not\\xedcias\",layoutDependency:layoutDependency,layoutId:\"bpx87tt7n\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Qs4wB66q0\"},nodeId:\"V8zV4Nc4c\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18195w6\",\"data-styles-preset\":\"z5jYJo6QN\",children:\"Not\\xedcias\"})})})}),className:\"framer-evuomd\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"V8zV4Nc4c\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i61erk\",\"data-framer-name\":\"Iniciativas\",layoutDependency:layoutDependency,layoutId:\"N0b_623hZ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":u6OuceRi0\",webPageId:\"Bub0ElqT0\"},nodeId:\"OdCphuM_U\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18195w6\",\"data-styles-preset\":\"z5jYJo6QN\",children:\"Iniciativas\"})})})}),className:\"framer-t366bw\",\"data-framer-name\":\"Iniciativas\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"OdCphuM_U\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16tzhgr\",\"data-framer-name\":\"Contato\",layoutDependency:layoutDependency,layoutId:\"TTSbcKruD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DMUykH3dW\"},nodeId:\"DbpBOLs82\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18195w6\",\"data-styles-preset\":\"z5jYJo6QN\",children:\"Contato\"})})})}),className:\"framer-zbi0i7\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"DbpBOLs82\",style:{\"--extracted-r6o4lv\":\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({r3EbXWXRC:{height:125,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+56},wMl2di4Gm:{height:125,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+202}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a3y3km-container\",layoutDependency:layoutDependency,layoutId:\"V4YdD8VsF-container\",children:/*#__PURE__*/_jsx(LinksResources,{height:\"100%\",id:\"V4YdD8VsF\",layoutId:\"V4YdD8VsF\",style:{width:\"100%\"},variant:\"y8CA6b165\",width:\"100%\",...addPropertyOverrides({r3EbXWXRC:{variant:\"a4j6NesrC\"},wMl2di4Gm:{variant:\"a4j6NesrC\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1419yt0\",layoutDependency:layoutDependency,layoutId:\"KDeH00gAA\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":u8nZZ2bRF\",webPageId:\"vcwyyFXgB\"},implicitPathVariables:undefined},{href:{hash:\":u8nZZ2bRF\",webPageId:\"vcwyyFXgB\"},implicitPathVariables:undefined},{href:{hash:\":u8nZZ2bRF\",webPageId:\"vcwyyFXgB\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-trztw0-container\",layoutDependency:layoutDependency,layoutId:\"OgKXjRvVR-container\",children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-right\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:24,width:1},colorBody:\"rgb(68, 68, 68)\",colorTitle:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",fill:\"rgb(255, 255, 255)\",fontBody:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},fontTitle:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\"},link:\"var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219))\"},width:360,zIndex:10},button:{borderRadius:24,direction:\"row\",fluid:true,font:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},hoverOpacity:.6,labels:{accept:\"Aceitar \",acceptAll:\"Aceitar todos\",confirm:\"Okay\",customize:\"Customizar\",reject:\"Rejeitar\",rejectAll:\"Rejeitar Todos\",save:\"Salvar Prefer\\xeancias\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-956b6deb-9f51-4626-834a-fbc1decd221b, rgb(46, 139, 87))\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},tapOpacity:.4},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"Para garantir uma melhor experi\\xeancia em nosso site utilizamos dados de cookies durante sua navega\\xe7\\xe3o. \",euPolicy:{label:\"Pol\\xedtica de privacidade\",link:resolvedLinks[0],prefix:\"Confira nossa\"},euShowReject:true,euTitle:\"Cookies\",euType:\"medium\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"},gtmId:\"\",height:\"100%\",id:\"OgKXjRvVR\",layoutId:\"OgKXjRvVR\",options:{analytics:{description:\"Enables tracking of performance.\",title:\"Analytics\"},marketing:{description:\"Enables ads personalization and tracking.\",title:\"Marketing\"},necessary:{description:\"Enables security and basic functionality.\",optional:true,title:\"Necessary\"},preferences:{description:\"Enables personalized content and settings.\",title:\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{},fontTitle:{},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:false,trigger:{color:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",iconSize:24,iconType:\"default\",text:\"Cookie Settings\",textFont:{},type:\"icon\"},width:\"100%\",...addPropertyOverrides({r3EbXWXRC:{content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"Para garantir uma melhor experi\\xeancia em nosso site utilizamos dados de cookies durante sua navega\\xe7\\xe3o. \",euPolicy:{label:\"Pol\\xedtica de privacidade\",link:resolvedLinks[2],prefix:\"Confira nossa\"},euShowReject:true,euTitle:\"Cookies\",euType:\"medium\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"}},wMl2di4Gm:{content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"Para garantir uma melhor experi\\xeancia em nosso site utilizamos dados de cookies durante sua navega\\xe7\\xe3o. \",euPolicy:{label:\"Pol\\xedtica de privacidade\",link:resolvedLinks[1],prefix:\"Confira nossa\"},euShowReject:true,euTitle:\"Cookies\",euType:\"medium\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8qn3a4\",layoutDependency:layoutDependency,layoutId:\"BvXSCL9KI\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":s0uv9DPEN\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":s0uv9DPEN\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":s0uv9DPEN\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9thly-container\",\"data-framer-name\":\"SignUp Button\",layoutDependency:layoutDependency,layoutId:\"E0B7wNZ19-container\",name:\"SignUp Button\",children:/*#__PURE__*/_jsx(SparkleButton,{action:\"hover\",background:\"rgb(0, 79, 136)\",border:{bottomLeft:100,bottomRight:100,color:\"rgb(17, 153, 238)\",isMixed:false,radius:100,style:\"solid\",topLeft:100,topRight:100,width:2},gap:12,height:\"100%\",hover:{background:\"var(--token-ea1bbe4a-dee2-4080-bf48-02449ee649c8, rgba(254, 95, 60, 0))\",border:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",color:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\"},hoverIconEnd:[],hoverIconStart:[],iconEnd:[],iconStart:[],id:\"E0B7wNZ19\",label:\"Fazer matr\\xedcula\",layoutId:\"E0B7wNZ19\",link:resolvedLinks1[0],name:\"SignUp Button\",newTab:false,onTap:onTap14aebc1,showIcon:true,size:3,smoothScroll:true,text:{align:\"left\",color:\"var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255))\",font:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},transform:\"none\"},width:\"100%\",...addPropertyOverrides({r3EbXWXRC:{link:resolvedLinks1[2]},wMl2di4Gm:{link:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a4tz54-container\",\"data-framer-name\":\"SignUp Button\",layoutDependency:layoutDependency,layoutId:\"OA3UHGaSV-container\",name:\"SignUp Button\",children:/*#__PURE__*/_jsx(SparkleButton,{action:\"hover\",background:\"rgb(0, 79, 136)\",border:{bottomLeft:100,bottomRight:100,color:\"rgb(17, 153, 238)\",isMixed:false,radius:100,style:\"solid\",topLeft:100,topRight:100,width:2},gap:12,height:\"100%\",hover:{background:\"var(--token-ea1bbe4a-dee2-4080-bf48-02449ee649c8, rgba(254, 95, 60, 0))\",border:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",color:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\"},hoverIconEnd:[],hoverIconStart:[],iconEnd:[],iconStart:[],id:\"OA3UHGaSV\",label:\"Rematr\\xedcula\",layoutId:\"OA3UHGaSV\",link:\"https://www.fuvs.br/contratos/\",name:\"SignUp Button\",newTab:true,onTap:onTap14aebc1,showIcon:true,size:3,smoothScroll:true,text:{align:\"left\",color:\"var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255))\",font:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},transform:\"none\"},width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RpS9L.framer-7a0xq8, .framer-RpS9L .framer-7a0xq8 { display: block; }\",\".framer-RpS9L.framer-1bbic5d { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 64px; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 1200px; }\",\".framer-RpS9L .framer-1bib6au { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-RpS9L .framer-1o21x7t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-RpS9L .framer-77syg3 { aspect-ratio: 1.0049261429054606 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 50px; }\",\".framer-RpS9L .framer-1kw15l4 { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-RpS9L .framer-1ug7fnq { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RpS9L .framer-6ocvcl { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RpS9L .framer-jfmz2m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-RpS9L .framer-10573, .framer-RpS9L .framer-1bkc041, .framer-RpS9L .framer-aqjzxk, .framer-RpS9L .framer-1i61erk, .framer-RpS9L .framer-16tzhgr, .framer-RpS9L .framer-1419yt0 { 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-RpS9L .framer-xgo69, .framer-RpS9L .framer-1oj2quq, .framer-RpS9L .framer-evuomd, .framer-RpS9L .framer-t366bw, .framer-RpS9L .framer-zbi0i7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-RpS9L .framer-i0lcx8-container, .framer-RpS9L .framer-trztw0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-RpS9L .framer-16jo5a4-container { height: auto; position: relative; width: 150px; }\",\".framer-RpS9L .framer-1a3y3km-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-RpS9L .framer-8qn3a4 { 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: 330px; }\",\".framer-RpS9L .framer-9thly-container, .framer-RpS9L .framer-a4tz54-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RpS9L.framer-1bbic5d, .framer-RpS9L .framer-1bib6au, .framer-RpS9L .framer-1o21x7t, .framer-RpS9L .framer-jfmz2m, .framer-RpS9L .framer-10573, .framer-RpS9L .framer-1bkc041, .framer-RpS9L .framer-aqjzxk, .framer-RpS9L .framer-1i61erk, .framer-RpS9L .framer-16tzhgr, .framer-RpS9L .framer-1419yt0, .framer-RpS9L .framer-8qn3a4 { gap: 0px; } .framer-RpS9L.framer-1bbic5d > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-RpS9L.framer-1bbic5d > :first-child, .framer-RpS9L .framer-1bib6au > :first-child, .framer-RpS9L .framer-1o21x7t > :first-child, .framer-RpS9L .framer-jfmz2m > :first-child, .framer-RpS9L .framer-10573 > :first-child, .framer-RpS9L .framer-1bkc041 > :first-child, .framer-RpS9L .framer-aqjzxk > :first-child, .framer-RpS9L .framer-1i61erk > :first-child, .framer-RpS9L .framer-16tzhgr > :first-child, .framer-RpS9L .framer-1419yt0 > :first-child, .framer-RpS9L .framer-8qn3a4 > :first-child { margin-left: 0px; } .framer-RpS9L.framer-1bbic5d > :last-child, .framer-RpS9L .framer-1bib6au > :last-child, .framer-RpS9L .framer-1o21x7t > :last-child, .framer-RpS9L .framer-jfmz2m > :last-child, .framer-RpS9L .framer-10573 > :last-child, .framer-RpS9L .framer-1bkc041 > :last-child, .framer-RpS9L .framer-aqjzxk > :last-child, .framer-RpS9L .framer-1i61erk > :last-child, .framer-RpS9L .framer-16tzhgr > :last-child, .framer-RpS9L .framer-1419yt0 > :last-child, .framer-RpS9L .framer-8qn3a4 > :last-child { margin-right: 0px; } .framer-RpS9L .framer-1bib6au > *, .framer-RpS9L .framer-1o21x7t > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-RpS9L .framer-jfmz2m > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-RpS9L .framer-10573 > *, .framer-RpS9L .framer-1bkc041 > *, .framer-RpS9L .framer-aqjzxk > *, .framer-RpS9L .framer-1i61erk > *, .framer-RpS9L .framer-16tzhgr > *, .framer-RpS9L .framer-1419yt0 > *, .framer-RpS9L .framer-8qn3a4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-RpS9L.framer-v-4he0z8.framer-1bbic5d { flex-direction: column; gap: 0px; overflow: hidden; padding: 0px; width: 390px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RpS9L.framer-v-4he0z8 .framer-1bib6au, .framer-RpS9L.framer-v-yv5i60 .framer-1bib6au { cursor: pointer; gap: unset; height: 64px; justify-content: space-between; order: 0; padding: 0px 10px 0px 20px; width: 100%; z-index: 2; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-1o21x7t, .framer-RpS9L.framer-v-yv5i60 .framer-1o21x7t { order: 0; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-1kw15l4, .framer-RpS9L.framer-v-yv5i60 .framer-1kw15l4 { height: 44px; order: 1; width: 44px; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-jfmz2m, .framer-RpS9L.framer-v-yv5i60 .framer-jfmz2m { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-10573, .framer-RpS9L.framer-v-yv5i60 .framer-10573 { gap: 15px; height: 56px; justify-content: flex-start; order: 3; overflow: hidden; width: 100%; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-1bkc041 { gap: 15px; height: 56px; justify-content: flex-start; order: 4; overflow: hidden; width: 100%; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-aqjzxk { order: 5; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-1i61erk { order: 7; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-16tzhgr { order: 6; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-1a3y3km-container { flex: none; order: 8; width: 100%; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-1419yt0 { order: 3; }\",\".framer-RpS9L.framer-v-4he0z8 .framer-8qn3a4 { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RpS9L.framer-v-4he0z8.framer-1bbic5d, .framer-RpS9L.framer-v-4he0z8 .framer-1bib6au, .framer-RpS9L.framer-v-4he0z8 .framer-jfmz2m, .framer-RpS9L.framer-v-4he0z8 .framer-10573, .framer-RpS9L.framer-v-4he0z8 .framer-1bkc041 { gap: 0px; } .framer-RpS9L.framer-v-4he0z8.framer-1bbic5d > *, .framer-RpS9L.framer-v-4he0z8 .framer-jfmz2m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RpS9L.framer-v-4he0z8.framer-1bbic5d > :first-child, .framer-RpS9L.framer-v-4he0z8 .framer-jfmz2m > :first-child { margin-top: 0px; } .framer-RpS9L.framer-v-4he0z8.framer-1bbic5d > :last-child, .framer-RpS9L.framer-v-4he0z8 .framer-jfmz2m > :last-child { margin-bottom: 0px; } .framer-RpS9L.framer-v-4he0z8 .framer-1bib6au > *, .framer-RpS9L.framer-v-4he0z8 .framer-1bib6au > :first-child, .framer-RpS9L.framer-v-4he0z8 .framer-1bib6au > :last-child { margin: 0px; } .framer-RpS9L.framer-v-4he0z8 .framer-10573 > *, .framer-RpS9L.framer-v-4he0z8 .framer-1bkc041 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-RpS9L.framer-v-4he0z8 .framer-10573 > :first-child, .framer-RpS9L.framer-v-4he0z8 .framer-1bkc041 > :first-child { margin-left: 0px; } .framer-RpS9L.framer-v-4he0z8 .framer-10573 > :last-child, .framer-RpS9L.framer-v-4he0z8 .framer-1bkc041 > :last-child { margin-right: 0px; } }\",\".framer-RpS9L.framer-v-yv5i60.framer-1bbic5d { flex-direction: column; gap: 0px; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 0px 16px 0px; width: 390px; }\",\".framer-RpS9L.framer-v-yv5i60 .framer-1ug7fnq, .framer-RpS9L.framer-v-yv5i60 .framer-6ocvcl { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-RpS9L.framer-v-yv5i60 .framer-1bkc041 { gap: 15px; height: 56px; justify-content: flex-start; order: 5; overflow: hidden; width: 100%; }\",\".framer-RpS9L.framer-v-yv5i60 .framer-aqjzxk { height: 56px; justify-content: flex-start; order: 6; width: 100%; }\",\".framer-RpS9L.framer-v-yv5i60 .framer-1i61erk { height: 56px; justify-content: flex-start; order: 7; width: 100%; }\",\".framer-RpS9L.framer-v-yv5i60 .framer-16tzhgr { height: 56px; justify-content: flex-start; order: 8; width: 100%; }\",\".framer-RpS9L.framer-v-yv5i60 .framer-1a3y3km-container { flex: none; order: 4; width: 100%; }\",\".framer-RpS9L.framer-v-yv5i60 .framer-1419yt0 { order: 3; padding: 16px; width: 100%; }\",\".framer-RpS9L.framer-v-yv5i60 .framer-8qn3a4 { flex-direction: column; gap: 16px; order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RpS9L.framer-v-yv5i60.framer-1bbic5d, .framer-RpS9L.framer-v-yv5i60 .framer-1bib6au, .framer-RpS9L.framer-v-yv5i60 .framer-jfmz2m, .framer-RpS9L.framer-v-yv5i60 .framer-10573, .framer-RpS9L.framer-v-yv5i60 .framer-1bkc041, .framer-RpS9L.framer-v-yv5i60 .framer-8qn3a4 { gap: 0px; } .framer-RpS9L.framer-v-yv5i60.framer-1bbic5d > *, .framer-RpS9L.framer-v-yv5i60 .framer-jfmz2m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RpS9L.framer-v-yv5i60.framer-1bbic5d > :first-child, .framer-RpS9L.framer-v-yv5i60 .framer-jfmz2m > :first-child, .framer-RpS9L.framer-v-yv5i60 .framer-8qn3a4 > :first-child { margin-top: 0px; } .framer-RpS9L.framer-v-yv5i60.framer-1bbic5d > :last-child, .framer-RpS9L.framer-v-yv5i60 .framer-jfmz2m > :last-child, .framer-RpS9L.framer-v-yv5i60 .framer-8qn3a4 > :last-child { margin-bottom: 0px; } .framer-RpS9L.framer-v-yv5i60 .framer-1bib6au > *, .framer-RpS9L.framer-v-yv5i60 .framer-1bib6au > :first-child, .framer-RpS9L.framer-v-yv5i60 .framer-1bib6au > :last-child { margin: 0px; } .framer-RpS9L.framer-v-yv5i60 .framer-10573 > *, .framer-RpS9L.framer-v-yv5i60 .framer-1bkc041 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-RpS9L.framer-v-yv5i60 .framer-10573 > :first-child, .framer-RpS9L.framer-v-yv5i60 .framer-1bkc041 > :first-child { margin-left: 0px; } .framer-RpS9L.framer-v-yv5i60 .framer-10573 > :last-child, .framer-RpS9L.framer-v-yv5i60 .framer-1bkc041 > :last-child { margin-right: 0px; } .framer-RpS9L.framer-v-yv5i60 .framer-8qn3a4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-RpS9L[data-border=\"true\"]::after, .framer-RpS9L [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }','.framer-RpS9L[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-RpS9L [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-RpS9L[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-RpS9L [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wMl2di4Gm\":{\"layout\":[\"fixed\",\"fixed\"]},\"r3EbXWXRC\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerVariables {\"XY5EtwOk0\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXjEdHrqU9=withCSS(Component,css,\"framer-RpS9L\");export default FramerXjEdHrqU9;FramerXjEdHrqU9.displayName=\"Navigation Copy\";FramerXjEdHrqU9.defaultProps={height:64,width:1200};addPropertyControls(FramerXjEdHrqU9,{variant:{options:[\"nPd4SsWzj\",\"wMl2di4Gm\",\"r3EbXWXRC\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum},XY5EtwOk0:{defaultValue:\"var(--token-9a71d50e-7257-4583-aef3-802486166816, rgb(0, 84, 144))\",title:\"Color\",type:ControlType.Color}});addFonts(FramerXjEdHrqU9,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\",weight:\"700\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj757Y0rw-oME.woff2\",weight:\"400\"}]},...TriggerCopyFonts,...LinksResourcesCopy2Fonts,...LinksResourcesFonts,...CookieBannerFonts,...SparkleButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXjEdHrqU9\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"XY5EtwOk0\\\":\\\"color\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"64\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wMl2di4Gm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r3EbXWXRC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XjEdHrqU9.map", "// Generated by Framer (d31cd55)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-7e29i .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-7e29i .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, #32a2db) /* {\"name\":\"primary 300\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: underline; }'];export const className=\"framer-7e29i\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans JP-500\",\"GF;Noto Sans JP-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\",weight:\"700\"}]}];export const css=['.framer-jeQFt .framer-styles-preset-u2b1re:not(.rich-text-wrapper), .framer-jeQFt .framer-styles-preset-u2b1re.rich-text-wrapper h6 { --framer-font-family: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-jeQFt\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (acd6bc0)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/Xj60Z4A6JGNXSAJNE6gc/rFAihgf4JpfnQYtkusLn/NnIX1uMEA.js\";const enabledGestures={tWbIwCfwg:{hover:true}};const serializationHash=\"framer-JLUxG\";const variantClassNames={tWbIwCfwg:\"framer-v-1e81mcb\"};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={bounce:.2,delay:0,duration:.4,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,title,width,...props})=>{var _ref;return{...props,Uqu3ZxPpZ:(_ref=title!==null&&title!==void 0?title:props.Uqu3ZxPpZ)!==null&&_ref!==void 0?_ref:\"In\\xedcio\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Uqu3ZxPpZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"tWbIwCfwg\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1e81mcb\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tWbIwCfwg\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"tWbIwCfwg-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xhbaxx\",layoutDependency:layoutDependency,layoutId:\"PCVjl6LUs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-u2b1re\",\"data-styles-preset\":\"NnIX1uMEA\",children:\"In\\xedcio\"})}),className:\"framer-1bh8b95\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dgk43V5ee\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Uqu3ZxPpZ,variants:{\"tWbIwCfwg-hover\":{\"--extracted-1w1cjl5\":\"var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"tWbIwCfwg-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-u2b1re\",\"data-styles-preset\":\"NnIX1uMEA\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-0ee6cf49-0f1e-4b70-b445-9f46a5e4569b, rgb(50, 162, 219)))\"},children:\"In\\xedcio\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JLUxG.framer-1p6a4sd, .framer-JLUxG .framer-1p6a4sd { display: block; }\",\".framer-JLUxG.framer-1e81mcb { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JLUxG .framer-1xhbaxx { 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: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-JLUxG .framer-1bh8b95 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JLUxG.framer-1e81mcb, .framer-JLUxG .framer-1xhbaxx { gap: 0px; } .framer-JLUxG.framer-1e81mcb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-JLUxG.framer-1e81mcb > :first-child { margin-top: 0px; } .framer-JLUxG.framer-1e81mcb > :last-child { margin-bottom: 0px; } .framer-JLUxG .framer-1xhbaxx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-JLUxG .framer-1xhbaxx > :first-child { margin-left: 0px; } .framer-JLUxG .framer-1xhbaxx > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 71\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"louKWpKg8\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Uqu3ZxPpZ\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQWY82EsvP=withCSS(Component,css,\"framer-JLUxG\");export default FramerQWY82EsvP;FramerQWY82EsvP.displayName=\"Button footer\";FramerQWY82EsvP.defaultProps={height:46,width:71};addPropertyControls(FramerQWY82EsvP,{Uqu3ZxPpZ:{defaultValue:\"In\\xedcio\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerQWY82EsvP,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQWY82EsvP\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Uqu3ZxPpZ\\\":\\\"title\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"louKWpKg8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"46\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"71\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QWY82EsvP.map", "// Generated by Framer (2ca17d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SparkleButton from\"https://framerusercontent.com/modules/8cb9t9kqwoRojkYHFnLh/TQMgDwjLVhQYn0C3MBVD/SparkleButton.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/m1bPMVH9tUvcfuYKkUK0/cxEZiAMhb9GL098FdPai/ro7OPezbn.js\";import ButtonFooter from\"https://framerusercontent.com/modules/vgVPBpNRXRzHbg3kZGRT/rLIbwM56ypwgxOz2Xqcq/QWY82EsvP.js\";const SparkleButtonFonts=getFonts(SparkleButton);const ButtonFooterFonts=getFonts(ButtonFooter);const cycleOrder=[\"RSEgUulKd\",\"e_giy8g83\",\"izYVxoJwQ\",\"sLYmx4Ttu\"];const serializationHash=\"framer-xD1b8\";const variantClassNames={e_giy8g83:\"framer-v-fa47eu\",izYVxoJwQ:\"framer-v-w0pwsk\",RSEgUulKd:\"framer-v-1nqw3at\",sLYmx4Ttu:\"framer-v-1cvabdk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Footer DESKTOP 1200\":\"e_giy8g83\",\"Footer DESKTOP 1440\":\"RSEgUulKd\",\"footer MOBILE 390\":\"sLYmx4Ttu\",\"Footer TABLET - 810\":\"izYVxoJwQ\"};const getProps=({height,id,link,width,...props})=>{return{...props,f129fua06:link??props.f129fua06,variant:humanReadableVariantMap[props.variant]??props.variant??\"RSEgUulKd\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,f129fua06,PZ7EWCQHf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RSEgUulKd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap14aebc1=activeVariantCallback(async(...args)=>{if(PZ7EWCQHf){const res=await PZ7EWCQHf(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1nqw3at\",className,classNames),\"data-framer-name\":\"Footer DESKTOP 1440\",layoutDependency:layoutDependency,layoutId:\"RSEgUulKd\",ref:ref??ref1,style:{backgroundColor:\"rgb(2, 78, 136)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},...addPropertyOverrides({e_giy8g83:{\"data-framer-name\":\"Footer DESKTOP 1200\"},izYVxoJwQ:{\"data-framer-name\":\"Footer TABLET - 810\"},sLYmx4Ttu:{\"data-framer-name\":\"footer MOBILE 390\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nism5t\",\"data-framer-name\":\"Logotipo -rede sociais\",layoutDependency:layoutDependency,layoutId:\"j1_14iagA\",children:[/*#__PURE__*/_jsx(Link,{href:f129fua06,motionChild:true,nodeId:\"yvcwNHzX0\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nloc7f framer-1bwwsn6\",\"data-framer-name\":\"logo anglo\",layoutDependency:layoutDependency,layoutId:\"yvcwNHzX0\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ayqtet\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:80,intrinsicWidth:80,layoutDependency:layoutDependency,layoutId:\"KtSY4qPJ6\",svg:'<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_469_829)\">\\n<path d=\"M79.3874 40.0104C79.3815 61.7629 61.7451 79.3934 39.9926 79.3875C18.24 79.3845 0.609562 61.7452 0.61548 39.9926C0.618439 18.2371 18.2578 0.60959 40.0103 0.612549C61.7629 0.618467 79.3934 18.2549 79.3874 40.0074\" fill=\"#154882\"/>\\n<path d=\"M39.9985 1.22804C29.6445 1.22804 19.912 5.25837 12.5881 12.5792C5.26429 19.9001 1.22804 29.6357 1.22508 39.9896C1.22508 50.3466 5.25541 60.0851 12.5763 67.4089C19.8972 74.7328 29.6327 78.769 39.9896 78.772H39.9985C50.3525 78.772 60.0851 74.7416 67.4089 67.4208C74.7328 60.0999 78.769 50.3643 78.772 40.0074C78.7779 18.6277 61.3871 1.231 40.0074 1.22508H39.9985V1.22804ZM39.9985 80H39.9896C29.3042 80 19.261 75.8365 11.7063 68.2789C4.15758 60.7213 -0.00295755 50.6751 1.57739e-06 39.9896C1.57739e-06 29.3042 4.16645 19.261 11.7211 11.7093C19.2758 4.15757 29.319 0 39.9985 0H40.0074C50.6928 0.00295913 60.7361 4.16645 68.2907 11.7211C75.8424 19.2787 80.003 29.322 80 40.0074C79.997 50.6928 75.8335 60.7361 68.2759 68.2878C60.7213 75.8395 50.678 79.997 39.9985 79.997\" fill=\"white\"/>\\n<path d=\"M61.4729 17.2842C61.3901 18.385 60.3041 19.0892 60.0525 20.1131C59.8335 21.0038 60.4994 21.9418 60.4579 22.8592C60.4402 23.2616 60.3632 23.6877 60.2567 24.0635C60.1857 24.3121 59.9756 24.6524 59.9785 24.9039C59.9815 25.2738 60.4283 25.4602 60.6917 25.694C61.0409 26.0077 61.2273 26.3953 61.5143 26.7031C61.5706 26.7652 61.5735 26.8481 61.6357 26.9073C62.6506 25.694 62.4908 21.2021 62.2955 19.7758C62.0559 18.0358 61.3486 18.4915 61.4729 17.3138\" fill=\"white\"/>\\n<path d=\"M46.408 6.72311C44.7923 3.79062 41.993 4.67836 39.4245 4.02143C38.0455 3.66634 36.6429 4.68132 35.3705 5.06008C33.8672 5.50987 32.4054 5.46844 30.7276 5.33528C31.5325 5.59569 32.5149 5.93599 33.2932 6.24078C31.7929 6.04251 29.3723 6.60475 27.9312 7.02494C26.0285 7.5783 25.4692 10.0995 24.8981 11.3719C25.8628 9.70295 26.2445 9.46031 27.4371 8.92175C26.1705 10.6262 26.0729 11.0494 25.4219 12.3307C24.4276 14.2866 22.8563 15.9112 21.8828 17.9027C20.9921 19.7255 20.6666 21.6164 20.5867 23.5546C20.5097 25.4603 19.912 28.0466 18.462 29.3634C18.8585 29.4522 19.7581 29.4788 20.3085 28.6591C20.3085 29.4048 18.681 32.1302 14.9288 33.7814C15.7751 34.7046 18.0833 34.8082 19.0746 34.0862C18.1336 36.0273 16.2072 37.3885 15.2602 39.4244C14.5027 41.049 14.0263 42.4664 13.9849 44.2182C14.0796 43.872 14.1979 43.9223 14.3636 43.9401C15.5769 40.7915 18.2135 38.4154 21.0157 36.5008C23.0191 35.1337 27.2033 31.8698 27.4666 25.5461C27.0287 26.6203 25.3568 29.896 22.4568 30.8163C24.111 28.7183 26.28 25.1496 25.9989 20.0924C25.6083 20.8737 25.0224 21.2643 24.0459 21.8502C25.2651 21.2643 24.7117 18.7727 24.8271 17.6985C25.0224 15.8905 25.4811 14.9524 26.9281 13.3516C26.357 13.606 26.3747 13.3072 25.7563 13.5469C27.7123 12.0821 28.2005 8.60808 30.7779 7.59902C32.4972 6.92729 34.8201 7.5783 36.4003 6.32659C35.1693 6.54557 34.1661 5.87384 33.8968 5.93007C36.708 5.79987 41.0135 3.42665 43.7004 6.19639C45.0202 6.78821 45.7333 6.58699 46.4021 6.72311\" fill=\"white\"/>\\n<path d=\"M59.585 26.9575C57.3656 26.7149 56.4246 29.822 54.3858 30.6298C53.5188 30.9731 52.4446 30.8961 51.7758 31.5501C51.7729 29.2834 52.6518 27.6352 54.3237 26.5817L53.7082 28.4253C54.5486 26.8836 57.1851 26.4131 58.5167 25.2649C59.44 24.4689 59.8957 23.1669 59.6708 21.9714C59.4459 20.773 58.4635 19.9178 57.4011 19.3171C56.2589 18.672 55.7943 19.3526 55.0309 19.1129C54.2645 18.8702 53.7496 18.2015 53.7585 17.3996C56.0104 18.1423 59.0612 17.8138 61.1356 16.6686C60.0022 15.1832 57.6645 14.2274 55.8802 13.6592C53.8887 13.023 52.2789 12.301 52.0244 11.7092C51.9061 11.4369 52.9299 9.70582 51.0923 9.25012C48.8759 8.70268 46.6329 7.40066 44.4017 7.14322C43.6323 7.05444 42.8127 7.02189 42.1202 7.37107C41.3479 7.76168 40.6939 8.62278 39.8387 8.48074L40.614 9.17614C38.8622 9.73245 36.708 8.87135 35.5332 8.59911C35.767 8.40381 35.9919 8.19075 36.2049 7.95106C36.5186 7.59892 36.6458 7.53086 36.1931 7.73208C34.6514 8.41564 33.3287 8.69676 32.2338 9.35369C31.6775 9.68807 30.8193 9.97806 30.6862 10.7297C30.5648 11.4221 30.5826 12.1146 30.6862 12.7981C30.7986 13.1029 30.8874 13.4491 30.8933 13.7628C30.911 13.8279 30.9258 13.8959 30.9466 13.961C31.1419 13.5616 31.2898 13.1798 31.2602 12.6975C31.2306 12.2122 31.1123 11.7121 31.204 11.2268C31.4733 9.80939 33.5328 9.86266 34.61 10.1408C35.7078 10.0432 36.7997 10.1704 37.9419 10.271C38.3473 10.3568 38.7557 10.419 39.1759 10.4515C39.2055 10.4515 39.241 10.4515 39.2824 10.4397C39.0338 10.635 38.7794 10.8332 38.5308 11.0286C37.9656 11.3452 37.3738 11.6233 36.7612 11.863C36.4801 11.9755 36.4357 12.3838 36.7612 12.4785C37.0719 12.5703 37.3649 12.6383 37.6667 12.6679C37.6549 12.6797 37.646 12.6916 37.6342 12.7034C36.7198 13.2923 35.9327 14.5026 35.9327 14.5026C35.2047 15.7128 34.7697 16.5532 34.5508 17.2072C34.2756 18.0358 34.8822 18.8939 35.7581 18.9028C36.1221 18.9057 36.4683 18.9146 36.6991 18.9353C35.5569 21.2701 34.9591 23.8712 34.965 26.4693C36.3144 23.8386 37.5809 22.0513 40.1731 20.9091C38.5042 22.2703 38.5929 25.2205 38.5012 25.7857C43.1825 22.726 46.0766 22.5839 50.3939 23.0604C50.1779 23.1255 49.9649 23.1935 49.7518 23.2705C48.8108 23.5752 48.0651 23.954 47.491 24.3949C46.985 24.7293 46.5116 25.1081 46.0943 25.5372C45.6268 26.0136 45.2303 26.5433 45.2303 27.2298C45.2303 27.647 45.4552 27.8689 45.7481 28.008C45.7274 28.9727 45.9079 30.0173 46.1861 31.1033L46.8903 30.2688C46.5767 31.4702 47.346 32.1005 48.5031 32.5473C48.4202 30.9553 48.9943 29.5912 50.3614 28.7744C49.9027 29.677 49.7133 30.3872 49.8702 31.4258C49.9382 31.8845 50.1542 32.3195 50.5064 32.6213C51.2521 33.2605 52.054 32.9438 52.8145 32.7308C54.3148 32.3076 55.3919 32.1745 55.5576 33.5919C55.5251 34.9738 54.6077 35.8201 53.3975 35.7816C53.7614 35.9622 55.3238 36.1367 56.1968 35.323C55.6878 36.2788 54.8504 36.9268 54.0011 37.35C55.8624 37.0334 57.1082 35.8971 58.1054 34.2932C57.7 35.9444 57.8569 36.7286 58.2593 37.2878C58.209 36.2078 58.6588 34.7193 59.9046 33.66C61.1237 32.6243 61.7363 30.8843 61.6771 29.3189C61.6327 28.1264 60.7627 27.0877 59.5761 26.9575M47.9882 15.9259C47.0028 15.6625 46.5264 14.9198 45.4433 15.2039C44.9817 15.3252 44.7006 15.5915 44.1739 15.5649C43.6619 15.5412 43.369 15.0885 42.8186 15.1358C43.4429 14.1149 45.2599 13.3722 46.6329 13.0467C47.0738 13.8811 46.3814 14.5026 47.4614 15.0737C47.7574 15.2305 48.5178 15.2453 48.6628 15.4761C48.9617 15.9437 48.435 16.0443 47.9882 15.9259ZM47.6301 11.0493C47.1211 10.7948 46.8252 10.4989 46.3163 10.3509C45.8635 10.2178 44.5349 10.4752 44.3248 10.2237C44.2449 10.126 44.2094 10.058 44.2123 10.0136C44.1975 9.98694 44.1827 9.96031 44.1768 9.92776C44.0377 9.27971 46.4494 9.59929 46.9584 9.83602C46.9909 9.82419 47.0176 9.82123 47.0353 9.82123C47.636 9.88041 46.9673 9.8301 47.2484 10.2444C47.7574 10.996 49.1837 11.3304 49.1541 12.3217C48.793 12.3838 48.5622 11.5168 47.6301 11.0493Z\" fill=\"white\"/>\\n<path d=\"M22.6078 54.5839V53.3973C22.3681 53.7406 22.0781 54.1105 21.7644 54.3206C21.3442 54.6106 20.8944 54.797 20.1813 54.797C19.0213 54.797 18.2815 54.4567 17.5684 53.64C17.015 52.9801 16.722 51.9266 16.722 50.5299C16.722 49.2634 17.1659 47.849 18.0093 47.1092C18.6958 46.5026 19.5894 46.035 21.1992 46.0321H22.4391V44.5347C22.4391 43.505 21.9627 42.9279 21.0927 42.9279C20.6695 42.9279 20.3825 43.0877 20.1694 43.3245C19.8794 43.6411 19.7463 44.0376 19.7492 44.6176H17.1718C17.0831 43.4044 17.2665 42.4841 18.1365 41.6141C18.7964 40.9542 19.9268 40.4778 21.0631 40.4778C22.2231 40.4778 23.3061 40.7648 24.0193 41.5016C24.759 42.2385 25.2355 43.2682 25.2384 44.7715L25.2503 54.5839H22.6137H22.6078ZM22.4391 48.0088H21.5158C20.9092 48.0088 20.4594 48.065 20.0659 48.4349C19.7226 48.7515 19.5125 49.8671 19.5125 50.4205C19.5125 51.6603 20.0156 52.3468 20.9654 52.3439C21.8088 52.3439 22.442 51.6307 22.442 50.4944V48.0058L22.4391 48.0088Z\" fill=\"white\"/>\\n<path d=\"M62.3133 53.2672C61.4966 54.4005 60.3632 54.7467 59.0168 54.7467C57.6704 54.7467 56.5371 54.4064 55.7174 53.2731C54.8445 52.0598 54.7379 49.9234 54.735 47.5768C54.732 45.2302 54.8356 43.0937 55.7026 41.8775C56.5193 40.7412 57.6527 40.4246 58.9991 40.4246C60.3455 40.4246 61.4788 40.7382 62.2985 41.8716C63.1715 43.0819 63.278 45.2183 63.2809 47.5679C63.2839 49.9145 63.1803 52.051 62.3133 53.2672ZM60.0851 43.4813C59.8484 43.1144 59.4252 42.9014 59.002 42.9043C58.5789 42.9043 58.1587 43.1144 57.922 43.4843C57.5521 44.1176 57.5284 45.5143 57.5314 47.5738C57.5314 49.6334 57.561 51.0567 57.9308 51.687C58.1676 52.0569 58.5907 52.2404 59.0139 52.2404C59.437 52.2404 59.8572 52.0539 60.094 51.684C60.4609 51.0508 60.4875 49.6274 60.4846 47.5679C60.4846 45.5113 60.452 44.1146 60.0821 43.4784\" fill=\"white\"/>\\n<path d=\"M52.5245 54.5426L49.6778 54.5456L49.6571 37.8887L52.5038 37.0305L52.5245 54.5426Z\" fill=\"white\"/>\\n<path d=\"M44.2212 41.4899V41.555C44.0081 41.265 43.6915 40.975 43.4045 40.8152C42.9813 40.5785 42.4812 40.4453 41.9782 40.4483C40.7915 40.4483 40.2116 40.7412 39.5783 41.481C38.7083 42.5108 38.4745 44.1206 38.4775 47.1004C38.4805 50.0802 38.7202 51.6634 39.5931 52.6932C40.2264 53.43 40.833 53.72 41.993 53.717C42.5493 53.717 42.9695 53.6371 43.3364 53.3974C43.5998 53.2406 43.8897 52.9476 44.1265 52.631V55.0042C44.1294 55.8742 44.0259 56.3743 43.7359 56.7205C43.4991 56.9839 43.1559 57.1703 42.7357 57.1703C42.3125 57.1703 41.9693 57.0135 41.7325 56.7501C41.4514 56.4187 41.3449 55.9867 41.339 55.4807L38.6314 56.2855C38.7616 57.1111 39.0989 57.8598 39.7322 58.493C40.4986 59.2299 41.5816 59.5731 42.7416 59.5702C43.875 59.5702 45.0349 59.147 45.7451 58.4339C46.5086 57.6674 46.9288 56.611 46.9288 54.8178L46.911 40.6791L44.2212 41.4899ZM44.1265 49.6275C44.1265 50.2075 43.9963 50.604 43.7329 50.894C43.4962 51.1574 43.1263 51.2905 42.7298 51.2905C42.2297 51.2905 41.9634 51.0804 41.7 50.7401C41.2768 50.1868 41.2768 48.8404 41.2739 47.127C41.2739 45.4137 41.268 44.0673 41.6911 43.511C41.9545 43.1677 42.2178 42.931 42.7179 42.931C43.1145 42.931 43.4577 43.0612 43.6944 43.3275C43.9578 43.6175 44.1176 44.0377 44.1176 44.6177L44.1235 49.6305L44.1265 49.6275Z\" fill=\"white\"/>\\n<path d=\"M35.2994 41.5373C34.6662 40.8005 33.8997 40.4573 32.7664 40.4602C32.2633 40.4602 31.7632 40.5934 31.3697 40.8331C31.0264 41.0165 30.6861 41.3894 30.4464 41.7031V40.6733H30.4376L27.7566 41.4722L27.7714 54.5782H30.5678L30.5559 44.5793C30.5559 43.4992 31.1596 42.9696 31.926 42.9666C32.6924 42.9666 33.299 43.4933 33.299 44.5734L33.3109 54.5693H36.1072L36.0954 44.5438C36.0954 42.9341 35.8557 42.1706 35.2994 41.5373Z\" fill=\"white\"/>\\n<path d=\"M18.1809 61.7657L19.0242 62.5499C19.2402 62.7423 19.4622 62.8251 19.69 62.7926C19.9119 62.76 20.0954 62.6624 20.2404 62.5055C20.3617 62.3753 20.4416 62.2451 20.486 62.1179C20.5186 61.9995 20.5156 61.8782 20.4801 61.7598C20.4357 61.5734 20.3321 61.4107 20.1753 61.2716L19.3527 60.5052L18.1809 61.7628V61.7657ZM19.2994 59.4251L20.6606 60.6916C20.8086 60.8307 20.9358 60.9757 21.0482 61.1325C21.1518 61.2982 21.2199 61.5024 21.2524 61.751C21.2909 61.9492 21.2702 62.1623 21.1932 62.3901C21.1252 62.618 20.992 62.837 20.7938 63.05C20.5274 63.337 20.1871 63.5087 19.7699 63.5619C19.3379 63.6241 18.9266 63.4761 18.533 63.124L17.666 62.3161L16.2574 63.8283L15.6893 63.2986L19.2994 59.4221V59.4251Z\" fill=\"white\"/>\\n<path d=\"M21.2998 64.728C21.0009 65.1571 20.8175 65.4589 20.7435 65.6306C20.6666 65.8022 20.637 65.962 20.6547 66.1129C20.6607 66.249 20.6991 66.3851 20.7701 66.5153C20.8323 66.6574 20.9388 66.7787 21.0897 66.8823C21.2436 66.9888 21.3975 67.048 21.5573 67.0598C21.7023 67.0776 21.8384 67.0628 21.9627 67.0184C22.1106 66.9829 22.2527 66.8971 22.3888 66.7698C22.5219 66.6396 22.738 66.3585 23.0368 65.9294C23.3327 65.5004 23.5221 65.1985 23.602 65.0239C23.673 64.8553 23.6997 64.6955 23.6819 64.5446C23.6819 64.4114 23.6464 64.2782 23.5813 64.1421C23.5103 64.006 23.3978 63.8847 23.2499 63.7752C23.096 63.6746 22.9451 63.6154 22.7971 63.5976C22.6462 63.5799 22.5042 63.5947 22.374 63.6361C22.226 63.6716 22.0869 63.7545 21.9567 63.8847C21.8177 64.0178 21.5987 64.299 21.3028 64.728M20.6636 64.2842C21.0157 63.7782 21.2643 63.4497 21.4123 63.2988C21.5632 63.1479 21.7052 63.0413 21.8413 62.9821C22.081 62.8519 22.371 62.7868 22.7024 62.7868C23.0339 62.7809 23.3653 62.8934 23.6997 63.1183C24.0311 63.355 24.256 63.6302 24.3684 63.9439C24.4809 64.2546 24.5164 64.5446 24.475 64.8138C24.475 64.9677 24.4247 65.1394 24.3359 65.3317C24.2412 65.5211 24.0193 65.8673 23.6701 66.3733C23.3239 66.8704 23.0783 67.1989 22.9333 67.3557C22.7853 67.5126 22.6373 67.6191 22.4923 67.6753C22.2556 67.8085 21.9715 67.8736 21.646 67.8736C21.3117 67.8765 20.9743 67.7671 20.634 67.5422C20.3085 67.3054 20.0895 67.0302 19.9771 66.7166C19.8587 66.4059 19.8173 66.1159 19.8528 65.8436C19.8676 65.7548 19.8824 65.675 19.9002 65.598C19.9209 65.5211 19.9534 65.4293 20.0037 65.3258C20.0955 65.1305 20.3144 64.7843 20.6606 64.2871\" fill=\"white\"/>\\n<path d=\"M25.7178 64.5386L26.4132 64.8848L24.8922 67.9445C24.7353 68.27 24.7028 68.56 24.7975 68.8175C24.8803 69.0808 25.0579 69.2791 25.3301 69.4152C25.6024 69.5513 25.8687 69.572 26.135 69.4833C26.3924 69.4004 26.6025 69.1962 26.7683 68.8767L28.2892 65.8169L28.9846 66.1631L27.4252 69.2998C27.1677 69.794 26.8156 70.1136 26.3658 70.2526C25.9101 70.4006 25.4455 70.3621 24.975 70.1343C24.5164 69.9005 24.2086 69.5573 24.0488 69.1015C23.8801 68.6518 23.9157 68.1783 24.1583 67.6782L25.7178 64.5386Z\" fill=\"white\"/>\\n<path d=\"M28.5526 70.2941C28.8338 70.7498 29.2421 71.0694 29.7777 71.247C30.4139 71.4423 30.8105 71.3121 30.9702 70.8564C31.0975 70.4835 30.9584 70.1876 30.556 69.9716C30.3695 69.8799 30.1624 69.7792 29.9405 69.6698C29.5439 69.4626 29.2776 69.1963 29.1385 68.8767C28.9965 68.5482 28.9847 68.1991 29.103 67.8321C29.2451 67.3912 29.5025 67.0835 29.8724 66.9059C30.2334 66.7284 30.6655 66.7166 31.1715 66.8763C31.7722 67.0864 32.2427 67.4327 32.583 67.9091L31.9675 68.4033C31.6834 68.0334 31.3194 67.7759 30.8844 67.622C30.6566 67.5481 30.4465 67.5451 30.2601 67.6132C30.0618 67.6842 29.9198 67.8381 29.8369 68.0807C29.7896 68.2257 29.8014 68.3737 29.8724 68.5275C29.9434 68.6844 30.0914 68.8234 30.3163 68.9477C30.4435 69.0128 30.6181 69.0986 30.84 69.2052C31.275 69.4182 31.5591 69.6964 31.6893 70.0426C31.8166 70.3829 31.8254 70.7321 31.7071 71.0901C31.3697 72.0459 30.6388 72.3507 29.5203 72.0016C28.7983 71.7678 28.2508 71.3357 27.8809 70.7084L28.5526 70.2912V70.2941Z\" fill=\"white\"/>\\n<path d=\"M33.6453 70.3443C33.5594 70.8592 33.521 71.2113 33.5269 71.3977C33.5269 71.5841 33.5713 71.7439 33.6512 71.8712C33.7133 71.9925 33.808 72.0961 33.9264 72.1878C34.0418 72.2884 34.1927 72.3535 34.3732 72.3831C34.5567 72.4127 34.7224 72.4009 34.8674 72.3417C35.0065 72.2973 35.1219 72.2263 35.2166 72.1316C35.3349 72.0369 35.4267 71.9008 35.4947 71.7232C35.5598 71.5457 35.6338 71.2024 35.7196 70.6875C35.8054 70.1726 35.8469 69.8205 35.8409 69.6252C35.835 69.4417 35.7877 69.2849 35.7078 69.1577C35.6486 69.0363 35.5628 68.9298 35.4474 68.8381C35.3231 68.7463 35.1722 68.6842 34.9887 68.6487C34.8082 68.6221 34.6454 68.6339 34.5034 68.6842C34.3584 68.7345 34.2371 68.8055 34.1394 68.9002C34.0211 68.9949 33.9323 69.131 33.8702 69.3027C33.8021 69.4832 33.7252 69.8323 33.6393 70.3443M32.8729 70.217C32.9735 69.6104 33.0594 69.205 33.1274 69.0038C33.1984 68.8055 33.2843 68.6457 33.3789 68.5333C33.5417 68.3143 33.7725 68.1308 34.0743 67.9888C34.3732 67.8438 34.7194 67.7994 35.1189 67.8616C35.5184 67.9326 35.838 68.0865 36.0777 68.3232C36.3114 68.557 36.4683 68.8026 36.5482 69.063C36.6133 69.205 36.6429 69.3796 36.6429 69.5897C36.6399 69.7998 36.5866 70.2082 36.486 70.8148C36.3884 71.4125 36.3055 71.815 36.2404 72.0191C36.1724 72.2233 36.0865 72.3831 35.98 72.4956C35.8232 72.7175 35.5953 72.898 35.2994 73.0371C35.0005 73.185 34.6484 73.2294 34.243 73.1702C33.8465 73.0933 33.5328 72.9394 33.2961 72.7057C33.0564 72.4778 32.8936 72.2322 32.8108 71.9688C32.7871 71.883 32.7664 71.8031 32.7486 71.7262C32.7339 71.6492 32.725 71.5516 32.725 71.4362C32.725 71.2202 32.7753 70.8148 32.8729 70.217Z\" fill=\"white\"/>\\n<path d=\"M42.1143 71.6672L41.2828 69.3798H41.268L40.614 71.7234L42.1113 71.6672H42.1143ZM42.3628 72.3685L40.4187 72.4425L40.0695 73.6409L39.2469 73.6735L40.9099 68.3086L41.5609 68.2849L43.6264 73.5078L42.8067 73.5403L42.3658 72.3715L42.3628 72.3685Z\" fill=\"white\"/>\\n<path d=\"M43.7566 68.1279L44.52 67.98L45.3723 72.4423L47.8284 71.9718L47.9704 72.7116L44.7538 73.3301L43.7566 68.1279Z\" fill=\"white\"/>\\n<path d=\"M47.4881 67.4029L50.5774 66.3169L50.829 67.0271L48.4705 67.8586L48.9736 69.2879L50.9887 68.5777L51.2255 69.2494L49.2103 69.9596L49.7282 71.4303L52.0866 70.5988L52.3381 71.3119L49.2458 72.4009L47.4881 67.4029Z\" fill=\"white\"/>\\n<path d=\"M53.7436 67.468L55.3771 66.6572L55.8565 67.6219C56.0843 68.0983 56.1228 68.5747 55.9778 69.0482C55.8269 69.5216 55.5191 69.8767 55.0575 70.1164C54.6906 70.288 54.3443 70.3472 54.0159 70.2939C53.6874 70.2496 53.4122 70.143 53.1932 69.9803C53.1252 69.927 53.0601 69.8738 53.0009 69.8205C52.9417 69.7672 52.8796 69.6903 52.8115 69.5986C52.6843 69.424 52.486 69.0659 52.2167 68.5214C51.9415 67.971 51.7758 67.5952 51.7137 67.391C51.6545 67.1869 51.6308 67.0123 51.6427 66.8614C51.6427 66.5862 51.7255 66.3021 51.8883 66.0091C52.0422 65.7162 52.2996 65.4765 52.6606 65.293C53.1045 65.077 53.5335 65.0326 53.9478 65.1599C54.3591 65.2901 54.7024 65.5357 54.9717 65.8967L54.2319 66.2636C54.081 66.1009 53.8946 65.9884 53.6785 65.9263C53.4596 65.876 53.2376 65.9026 53.0127 66.0091C52.85 66.0949 52.7257 66.1985 52.6399 66.3198C52.5511 66.4441 52.4949 66.5743 52.4712 66.7104C52.4298 66.8584 52.4357 67.0182 52.486 67.1928C52.5363 67.3792 52.6784 67.7077 52.9092 68.1723C53.1429 68.6398 53.3146 68.9475 53.43 69.0955C53.5424 69.2464 53.6667 69.35 53.8087 69.4062C53.9301 69.4654 54.0662 69.4979 54.2171 69.5009C54.371 69.5127 54.5278 69.4802 54.6935 69.3973C54.9658 69.2612 55.1404 69.0541 55.2232 68.7759C55.309 68.5066 55.2794 68.2196 55.1344 67.9207L55.0102 67.6722L54.0721 68.1367L53.7377 67.4591L53.7436 67.468Z\" fill=\"white\"/>\\n<path d=\"M56.8478 65.6454L57.8007 64.95C58.0344 64.7754 58.1587 64.5742 58.1765 64.3522C58.2001 64.1392 58.1439 63.9409 58.0078 63.7545C57.8421 63.5326 57.6527 63.4231 57.4456 63.4201C57.2739 63.4083 57.0875 63.4763 56.8863 63.6243L55.9009 64.3434L56.8508 65.6454H56.8478ZM54.8534 64.228L56.472 63.0473C56.8182 62.7957 57.1674 62.6833 57.5225 62.7129C57.9427 62.7336 58.3007 62.9378 58.5996 63.3254C59.0169 63.9113 59.0376 64.5032 58.6647 65.095L61.0083 66.2934L60.2626 66.8379L58.0699 65.6365L57.2651 66.2224L58.5996 68.0511L57.9723 68.5098L54.8504 64.2309L54.8534 64.228Z\" fill=\"white\"/>\\n<path d=\"M58.3392 61.6208L60.739 59.3896L61.2539 59.943L59.4222 61.6475L60.455 62.7542L62.0174 61.3012L62.5027 61.8221L60.9402 63.275L62.0026 64.4172L63.8343 62.7127L64.3492 63.2661L61.9493 65.5002L58.3392 61.6208Z\" fill=\"white\"/>\\n<path d=\"M9.74737 39.8328C9.74737 33.9175 11.4074 28.3928 14.2808 23.7115L13.2184 22.7971C10.1173 27.7892 8.31812 33.7074 8.31812 40.0518C8.31812 47.6479 10.8985 54.6225 15.204 60.1383L16.4823 59.0879C12.2715 53.8265 9.74441 47.13 9.74441 39.8358M71.7529 40.0518C71.7529 33.7548 69.9804 27.8809 66.9236 22.9125L65.8524 23.8121C68.6873 28.4727 70.3237 33.9619 70.3237 39.8358C70.3237 47.1478 67.7877 53.8591 63.5591 59.1234L64.8374 60.1739C69.1607 54.6521 71.7529 47.6627 71.7529 40.0518Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_469_829\">\\n<rect width=\"80\" height=\"80\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hhscx8\",\"data-framer-name\":\"Redes sociais\",layoutDependency:layoutDependency,layoutId:\"QPVDfMZaR\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n6zx63\",\"data-framer-name\":\"Redes sociais contetnt\",layoutDependency:layoutDependency,layoutId:\"pteLMtpa9\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/anglo.pousoalegre\",motionChild:true,nodeId:\"EVsss3YJv\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1sed32y framer-1bwwsn6\",\"data-framer-name\":\"icon / jam-icons / outline & logos / facebook\",layoutDependency:layoutDependency,layoutId:\"EVsss3YJv\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18b1i4y\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"I246:890;105:31242\",svg:'<svg width=\"10\" height=\"21\" viewBox=\"0 0 10 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.04525 4.365V7.113H0.03125V10.473H2.04525V20.459H6.17925V10.474H8.95425C8.95425 10.474 9.21425 8.863 9.34025 7.101H6.19625V4.803C6.19625 4.46 6.64625 3.998 7.09225 3.998H9.34625V0.5H6.28225C1.94225 0.5 2.04525 3.863 2.04525 4.365V4.365Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/anglo.pousoalegre/\",motionChild:true,nodeId:\"axRJwvVMU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nimym7 framer-1bwwsn6\",layoutDependency:layoutDependency,layoutId:\"axRJwvVMU\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1quyvx8\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"B3qsDDYFQ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 25.2\"><path d=\"M 16.863 0.621 L 7.179 0.621 C 5.286 0.623 3.472 1.376 2.134 2.714 C 0.797 4.052 0.044 5.866 0.042 7.759 L 0.042 17.443 C 0.044 19.335 0.797 21.149 2.135 22.487 C 3.473 23.825 5.288 24.577 7.18 24.579 L 16.864 24.579 C 18.756 24.577 20.57 23.824 21.908 22.486 C 23.246 21.148 23.998 19.334 24 17.442 L 24 7.757 C 23.998 5.865 23.245 4.051 21.907 2.713 C 20.569 1.375 18.755 0.623 16.863 0.621 Z M 21.591 17.442 C 21.591 18.062 21.468 18.677 21.231 19.251 C 20.993 19.824 20.645 20.346 20.206 20.785 C 19.767 21.224 19.246 21.572 18.672 21.81 C 18.098 22.047 17.484 22.17 16.863 22.17 L 7.179 22.17 C 5.925 22.169 4.723 21.671 3.836 20.784 C 2.95 19.898 2.452 18.695 2.452 17.442 L 2.452 7.757 C 2.452 6.504 2.95 5.301 3.837 4.415 C 4.724 3.529 5.926 3.031 7.18 3.031 L 16.864 3.031 C 18.117 3.031 19.32 3.529 20.206 4.416 C 21.093 5.303 21.591 6.505 21.591 7.759 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 12.021 6.404 C 10.378 6.406 8.804 7.06 7.643 8.221 C 6.482 9.383 5.828 10.957 5.826 12.6 C 5.828 14.242 6.481 15.817 7.643 16.979 C 8.804 18.14 10.379 18.794 12.022 18.796 C 13.665 18.794 15.24 18.141 16.401 16.979 C 17.563 15.817 18.217 14.242 18.219 12.6 C 18.216 10.957 17.562 9.382 16.4 8.221 C 15.238 7.06 13.663 6.407 12.021 6.405 Z M 12.021 16.387 C 11.016 16.387 10.053 15.988 9.343 15.278 C 8.633 14.568 8.235 13.605 8.235 12.601 C 8.235 11.597 8.633 10.634 9.343 9.924 C 10.053 9.214 11.016 8.815 12.021 8.815 C 13.025 8.815 13.988 9.214 14.698 9.924 C 15.408 10.634 15.807 11.597 15.807 12.601 C 15.807 13.605 15.408 14.568 14.698 15.278 C 13.988 15.988 13.025 16.387 12.021 16.387 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.229 7.935 C 19.049 7.935 19.714 7.271 19.714 6.451 C 19.714 5.631 19.049 4.966 18.229 4.966 C 17.41 4.966 16.745 5.631 16.745 6.451 C 16.745 7.271 17.41 7.935 18.229 7.935 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12629633309,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://br.linkedin.com/company/anglopousoalegre\",motionChild:true,nodeId:\"VKbo3Q2HR\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-rn3c2a framer-1bwwsn6\",\"data-framer-name\":\"icon / jam-icons / outline & logos / linkedin\",layoutDependency:layoutDependency,layoutId:\"VKbo3Q2HR\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19uoade\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vp20EOC2g\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.737 24\"><path d=\"M 22.69 14.663 L 22.69 23.517 L 17.827 23.517 L 17.827 15.255 C 17.827 13.179 17.123 11.763 15.363 11.763 C 14.02 11.763 13.219 12.719 12.868 13.641 C 12.739 13.971 12.706 14.431 12.706 14.893 L 12.706 23.517 L 7.841 23.517 C 7.841 23.517 7.907 9.525 7.841 8.075 L 12.706 8.075 L 12.706 10.263 L 12.675 10.314 L 12.706 10.314 L 12.706 10.263 C 13.352 9.213 14.506 7.712 17.09 7.712 C 20.29 7.712 22.69 9.92 22.69 14.663 Z M 2.752 0.631 C 1.089 0.631 0 1.783 0 3.299 C 0 4.781 1.057 5.967 2.689 5.967 L 2.72 5.967 C 4.418 5.967 5.472 4.781 5.472 3.299 C 5.442 1.783 4.419 0.631 2.753 0.631 Z M 0.289 23.517 L 5.152 23.517 L 5.152 8.075 L 0.289 8.075 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12457225374,withExternalLayout:true})})})]})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-az5hyu\",\"data-framer-name\":\"contato-parceiros\",layoutDependency:layoutDependency,layoutId:\"tex5OVU7m\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-79w7x5\",\"data-framer-name\":\"Contato-parceiros\",layoutDependency:layoutDependency,layoutId:\"zsbpOX_rK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bxthds\",\"data-framer-name\":\"Contato\",layoutDependency:layoutDependency,layoutId:\"zN8qNo6Cl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0)))\"},children:\"Contato:\"})}),className:\"framer-1wm5apn\",\"data-framer-name\":\"Contato:\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"XXhXCHPbr\",style:{\"--extracted-r6o4lv\":\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Tel.:\\xa0\",/*#__PURE__*/_jsx(Link,{href:\"tel:+553534499240\",motionChild:true,nodeId:\"Vh5oo_Ijf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-decoration\":\"underline\"},children:\"(35) 3449-9240\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(motion.br,{})})]})})]})}),className:\"framer-kysvaz\",\"data-framer-name\":\"Tel.:\\xa0(35) 3449-9240\\u2028\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"Vh5oo_Ijf\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"E-mail:\\xa0\",/*#__PURE__*/_jsx(Link,{href:\"mailto:contato@anglopousoalegre.com.br\",motionChild:true,nodeId:\"GsE2LruGe\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-decoration\":\"underline\"},children:\"contato@anglopousoalegre.com.br\"})})})]})}),className:\"framer-gmuovk\",\"data-framer-name\":\"E-mail:\\xa0contato@anglopousoalegre.com.br\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"GsE2LruGe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x7wxx1\",layoutDependency:layoutDependency,layoutId:\"wj7jB3HD4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0)))\"},children:\"FUVS - \"}),\"CNPJ/MF sob n\\xba \",/*#__PURE__*/_jsx(motion.strong,{children:\"23.951.916/0002-03\"})]})}),className:\"framer-1bjdftc\",\"data-framer-name\":\"E-mail:\\xa0contato@anglopousoalegre.com.br\",fonts:[\"GF;Noto Sans JP-500\",\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"dHE38wTNo\",style:{\"--extracted-1w3ko1f\":\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\",\"--extracted-r6o4lv\":\"var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTUwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0)))\"},children:\"ANGLO PA- \"}),\"CNPJ da Unidade: 23.951.916/0011-02\"]})}),className:\"framer-1k4lciz\",\"data-framer-name\":\"E-mail:\\xa0contato@anglopousoalegre.com.br\",fonts:[\"GF;Noto Sans JP-500\"],layoutDependency:layoutDependency,layoutId:\"O0m5LEn22\",style:{\"--extracted-1w3ko1f\":\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\",\"--extracted-r6o4lv\":\"var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1scjk69\",layoutDependency:layoutDependency,layoutId:\"m7O793rZ8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-piatnx-container\",\"data-framer-name\":\"SignUp Button\",layoutDependency:layoutDependency,layoutId:\"UAVckgop3-container\",name:\"SignUp Button\",children:/*#__PURE__*/_jsx(SparkleButton,{action:\"hover\",background:\"rgb(0, 79, 136)\",border:{bottomLeft:100,bottomRight:100,color:\"rgb(17, 153, 238)\",isMixed:false,radius:100,style:\"solid\",topLeft:100,topRight:100,width:2},gap:12,height:\"100%\",hover:{background:\"rgba(255, 255, 255, 0.15)\",border:\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\",color:\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\"},hoverIconEnd:[],hoverIconStart:[],iconEnd:[],iconStart:[],id:\"UAVckgop3\",label:\"Intranet\",layoutId:\"UAVckgop3\",link:\"https://www.fuvs.br/intranet/?erro=2&destino=%2Fadmin\",name:\"SignUp Button\",newTab:true,onTap:onTap14aebc1,showIcon:true,size:3,smoothScroll:false,text:{align:\"left\",color:\"var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255))\",font:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},transform:\"none\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mfss39-container\",\"data-framer-name\":\"SignUp Button\",layoutDependency:layoutDependency,layoutId:\"fvGSgXR2c-container\",name:\"SignUp Button\",children:/*#__PURE__*/_jsx(SparkleButton,{action:\"hover\",background:\"rgb(0, 79, 136)\",border:{bottomLeft:100,bottomRight:100,color:\"rgb(17, 153, 238)\",isMixed:false,radius:100,style:\"solid\",topLeft:100,topRight:100,width:2},gap:12,height:\"100%\",hover:{background:\"rgba(255, 255, 255, 0.15)\",border:\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\",color:\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\"},hoverIconEnd:[],hoverIconStart:[],iconEnd:[],iconStart:[],id:\"fvGSgXR2c\",label:\"Webmail\",layoutId:\"fvGSgXR2c\",link:\"https://login.microsoftonline.com/common/oauth2/authorize?client_id=00000002-0000-0ff1-ce00-000000000000&redirect_uri=https%3a%2f%2foutlook.office.com%2fowa%2f&resource=00000002-0000-0ff1-ce00-000000000000&response_mode=form_post&response_type=code+id_token&scope=openid&msafed=1&msaredir=1&client-request-id=554950e7-3e4e-377c-6784-419241b24bc2&protectedtoken=true&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d&nonce=638660819442340235.787f7032-99eb-4596-bd70-e2012587a9a8&state=Dcu9DoIwFEDhVt_FrXK5_b0DcdAYBlzQRMPWQk0kEgwQjG9vh-9shzPGtskm4ZDCrJHOGHA5KYVSAUq9t84-LUgURDEIpcmI0FkQESFH7awn73h6T9n49dlhXvwSi3w3xe41xXa5jYUva2jLi6l-tHaPeg5IUzXQ0AzvvrnqPiCs4X7-hKP7Aw&sso_reload=true\",name:\"SignUp Button\",newTab:true,onTap:onTap14aebc1,showIcon:true,size:3,smoothScroll:false,text:{align:\"left\",color:\"var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255))\",font:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},transform:\"none\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15tvm28-container\",\"data-framer-name\":\"SignUp Button\",layoutDependency:layoutDependency,layoutId:\"LOHMWcjUM-container\",name:\"SignUp Button\",children:/*#__PURE__*/_jsx(SparkleButton,{action:\"hover\",background:\"rgb(0, 79, 136)\",border:{bottomLeft:100,bottomRight:100,color:\"rgb(17, 153, 238)\",isMixed:false,radius:100,style:\"solid\",topLeft:100,topRight:100,width:2},gap:12,height:\"100%\",hover:{background:\"rgba(255, 255, 255, 0.15)\",border:\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\",color:\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\"},hoverIconEnd:[],hoverIconStart:[],iconEnd:[],iconStart:[],id:\"LOHMWcjUM\",label:\"Ouvidoria\",layoutId:\"LOHMWcjUM\",link:\"https://fuvsouvidoria.becompliance.com/canal-etica/canal-denuncias\",name:\"SignUp Button\",newTab:true,onTap:onTap14aebc1,showIcon:true,size:3,smoothScroll:false,text:{align:\"left\",color:\"var(--token-7eb9d2d6-6e14-410d-aa67-dcfa438e6d59, rgb(255, 255, 255))\",font:{fontFamily:'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},transform:\"none\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1racmzy\",\"data-framer-name\":\"nossos parceiros\",layoutDependency:layoutDependency,layoutId:\"PzzZydGxB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLTcwMA==\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0)))\"},children:\"Nossos parceiros:\"})}),className:\"framer-5xiifa\",\"data-framer-name\":\"Nossos parceiros:\",fonts:[\"GF;Noto Sans JP-700\"],layoutDependency:layoutDependency,layoutId:\"LtfLwtYV_\",style:{\"--extracted-r6o4lv\":\"var(--token-12391a6e-26ac-4a6e-bc10-7a3911c87f7a, rgb(255, 204, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mlp4to\",\"data-framer-name\":\"Logotipos\",layoutDependency:layoutDependency,layoutId:\"uYLaOmvmi\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.univas.edu.br/\",motionChild:true,nodeId:\"LUj4bcNGv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xtg43t framer-1bwwsn6\",\"data-framer-name\":\"Univas\",layoutDependency:layoutDependency,layoutId:\"LUj4bcNGv\",whileHover:animation1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||612)-80-1014)/2+80+40)+0+0+0+0+88+0+0+277.21428653172086),positionX:\"center\",positionY:\"center\",sizes:\"90px\",src:\"https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png\",srcSet:\"https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png?scale-down-to=512 512w,https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png 998w\"},className:\"framer-14cu8z1\",\"data-framer-name\":\"univas_white_full\",layoutDependency:layoutDependency,layoutId:\"z5gcdU5Bs\",...addPropertyOverrides({izYVxoJwQ:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||737)-80-1139)/2+80+40)+0+0+0+698+0+88+0+0+-9.285713468279157),positionX:\"center\",positionY:\"center\",sizes:\"90px\",src:\"https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png\",srcSet:\"https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png?scale-down-to=512 512w,https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png 998w\"}},sLYmx4Ttu:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||928)-80-1633)/2+80+40)+0+0+0+1130+0+88+0+0+-6.666666030883789),positionX:\"center\",positionY:\"center\",sizes:\"70px\",src:\"https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png\",srcSet:\"https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png?scale-down-to=512 512w,https://framerusercontent.com/images/A3fELXgQjXIUo37wN9ttNkxdN94.png 998w\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.hcsl.edu.br/index_hcsl_1.asp\",motionChild:true,nodeId:\"KUb7ID2py\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1d9hrcu framer-1bwwsn6\",\"data-framer-name\":\"Samuel libanio\",layoutDependency:layoutDependency,layoutId:\"KUb7ID2py\",whileHover:animation1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wm6og2\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:316,intrinsicWidth:496,layoutDependency:layoutDependency,layoutId:\"jbwggxUfa\",svg:'<svg width=\"496\" height=\"316\" viewBox=\"0 0 496 316\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2372_1444)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M190.03 174.55C164.89 156.49 148.45 127 148.45 93.8C148.45 56 169.75 23.01 200.96 6.21997C192.52 16.19 188.32 27.87 188.32 41.28C188.32 49.63 189.99 57.31 193.32 64.28C196.7 71.2 201.57 77.56 208.06 83.36C214.55 89.11 225.42 96.85 240.74 106.52C256.07 116.24 265.44 122.55 268.87 125.55C273.96 129.93 277.75 134.61 280.18 139.7C282.57 144.79 283.79 149.78 283.79 154.76C283.79 163.72 280.59 171.45 274.23 178.02C267.83 184.59 259.13 187.84 248.13 187.84C238.62 187.84 229.87 185.45 221.94 180.71C213.96 175.93 208.06 169.92 204.18 162.74C200.3 155.51 197.19 144.67 194.89 130.17H190.02V174.55H190.03Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M295.43 6.62C326.23 23.53 347.2 56.29 347.2 93.8C347.2 132.95 324.36 166.93 291.32 183.11C291.4 183.03 291.48 182.95 291.56 182.86C302.06 171.77 307.34 158.58 307.34 143.27C307.34 135.23 305.67 127.55 302.38 120.17C299.09 112.84 294.36 106.43 288.22 101.03C282.14 95.58 270.68 87.8 253.96 77.67C233.45 65.25 220.46 55.33 215.01 47.85C211.22 42.81 209.33 37.16 209.33 31C209.33 22.96 212.31 15.78 218.3 9.47C224.3 3.16 231.87 0 241.02 0C249.13 0 256.93 2.34 264.51 7.02C272.08 11.65 277.94 17.96 282.05 25.95C286.11 33.89 288.95 44.58 290.57 58.01H295.44V6.62H295.43Z\" fill=\"white\"/>\\n<path d=\"M443.93 248.58H51.7402V250.58H443.93V248.58Z\" fill=\"white\"/>\\n<path d=\"M31.91 258.91V277.36H30.46C29.98 273.82 29.13 270.99 27.92 268.9C26.7 266.79 24.95 265.13 22.7 263.9C20.44 262.67 18.12 262.05 15.7 262.05C12.98 262.05 10.72 262.88 8.93 264.55C7.14 266.21 6.26 268.11 6.26 270.23C6.26 271.85 6.82 273.34 7.95 274.67C9.58 276.64 13.44 279.26 19.55 282.54C24.53 285.21 27.94 287.27 29.76 288.7C31.59 290.12 33 291.82 33.98 293.75C34.96 295.7 35.46 297.72 35.46 299.85C35.46 303.89 33.89 307.37 30.76 310.3C27.62 313.23 23.59 314.69 18.66 314.69C17.1 314.69 15.65 314.57 14.28 314.33C13.47 314.21 11.78 313.73 9.23 312.91C6.68 312.08 5.05 311.66 4.37 311.66C3.71 311.66 3.2 311.86 2.81 312.25C2.43 312.64 2.15 313.46 1.96 314.69H0.51V296.4H1.96C2.65 300.23 3.57 303.09 4.73 304.99C5.89 306.88 7.64 308.47 10.02 309.73C12.38 310.98 14.99 311.61 17.82 311.61C21.1 311.61 23.69 310.75 25.59 309.02C27.48 307.29 28.44 305.25 28.44 302.88C28.44 301.56 28.08 300.25 27.37 298.91C26.64 297.57 25.52 296.33 24 295.18C22.98 294.39 20.19 292.72 15.62 290.16C11.05 287.61 7.82 285.57 5.88 284.05C3.95 282.52 2.5 280.84 1.49 279.01C0.5 277.17 0 275.15 0 272.94C0 269.11 1.46 265.82 4.41 263.06C7.35 260.29 11.08 258.91 15.62 258.91C18.45 258.91 21.46 259.6 24.63 260.99C26.09 261.65 27.14 261.97 27.73 261.97C28.41 261.97 28.98 261.77 29.41 261.36C29.84 260.94 30.19 260.12 30.46 258.9H31.91V258.91Z\" fill=\"white\"/>\\n<path d=\"M64.0202 293.26H49.8602L47.3802 299.03C46.7602 300.45 46.4602 301.51 46.4602 302.22C46.4602 302.77 46.7302 303.26 47.2502 303.68C47.7802 304.1 48.9302 304.38 50.6902 304.51V305.5H39.1802V304.51C40.7102 304.23 41.6902 303.88 42.1502 303.45C43.0702 302.59 44.0802 300.84 45.2002 298.19L58.0702 268.09H59.0002L71.7302 298.51C72.7502 300.96 73.6802 302.54 74.5202 303.27C75.3602 304 76.5302 304.41 78.0202 304.5V305.49H63.5902V304.5C65.0402 304.43 66.0302 304.18 66.5402 303.76C67.0602 303.36 67.3102 302.85 67.3102 302.25C67.3102 301.46 66.9402 300.21 66.2202 298.5L64.0202 293.26ZM63.2702 291.26L57.0602 276.48L50.7002 291.26H63.2702Z\" fill=\"white\"/>\\n<path d=\"M99.6702 305.51L85.5402 274.73V299.17C85.5402 301.42 85.7802 302.82 86.2702 303.38C86.9302 304.14 87.9902 304.51 89.4302 304.51H90.7202V305.5H77.9902V304.51H79.2802C80.8302 304.51 81.9202 304.04 82.5802 303.1C82.9802 302.53 83.1702 301.21 83.1702 299.17V275.27C83.1702 273.65 83.0002 272.48 82.6402 271.76C82.3802 271.24 81.9202 270.8 81.2502 270.45C80.5702 270.1 79.4902 269.93 78.0002 269.93V268.93H88.3602L101.63 297.55L114.69 268.93H125.05V269.93H123.78C122.21 269.93 121.11 270.4 120.46 271.33C120.06 271.91 119.86 273.22 119.86 275.27V299.17C119.86 301.42 120.12 302.82 120.62 303.38C121.28 304.14 122.33 304.51 123.77 304.51H125.04V305.5H109.5V304.51H110.8C112.36 304.51 113.46 304.04 114.1 303.1C114.5 302.53 114.69 301.21 114.69 299.17V274.73L100.59 305.51H99.6702Z\" fill=\"white\"/>\\n<path d=\"M152.69 269.93V268.93H165.64V269.93H164.26C162.82 269.93 161.72 270.53 160.95 271.73C160.57 272.29 160.38 273.58 160.38 275.61V290.44C160.38 294.11 160.02 296.96 159.29 298.97C158.56 301 157.13 302.73 155 304.18C152.86 305.63 149.96 306.35 146.3 306.35C142.3 306.35 139.27 305.66 137.21 304.27C135.14 302.89 133.67 301.03 132.81 298.69C132.24 297.09 131.94 294.09 131.94 289.68V275.38C131.94 273.13 131.64 271.66 131.01 270.96C130.39 270.26 129.39 269.91 128.01 269.91H126.63V268.91H142.44V269.91H141.04C139.53 269.91 138.44 270.38 137.8 271.34C137.35 271.98 137.13 273.34 137.13 275.38V291.33C137.13 292.75 137.26 294.38 137.52 296.21C137.79 298.04 138.26 299.48 138.94 300.5C139.62 301.52 140.61 302.37 141.89 303.03C143.18 303.7 144.75 304.03 146.62 304.03C149.01 304.03 151.15 303.51 153.04 302.46C154.93 301.42 156.23 300.08 156.92 298.46C157.61 296.83 157.96 294.08 157.96 290.19V275.4C157.96 273.12 157.7 271.69 157.21 271.12C156.5 270.33 155.46 269.93 154.08 269.93H152.69Z\" fill=\"white\"/>\\n<path d=\"M179.49 270.93V285.38H187.53C189.62 285.38 191.01 285.07 191.71 284.44C192.65 283.61 193.16 282.16 193.27 280.07H194.27V292.8H193.27C193.02 291.02 192.76 289.88 192.52 289.37C192.2 288.74 191.66 288.25 190.93 287.89C190.19 287.53 189.06 287.35 187.53 287.35H179.49V299.41C179.49 301.03 179.56 302.02 179.7 302.37C179.85 302.72 180.1 303 180.45 303.21C180.81 303.41 181.5 303.51 182.5 303.51H188.7C190.76 303.51 192.27 303.37 193.2 303.08C194.14 302.79 195.03 302.23 195.9 301.39C197.01 300.28 198.16 298.59 199.33 296.35H200.41L197.26 305.52H169.07V304.53H170.37C171.23 304.53 172.05 304.32 172.82 303.9C173.4 303.61 173.79 303.18 174 302.61C174.2 302.03 174.3 300.85 174.3 299.07V275.3C174.3 272.98 174.07 271.55 173.6 271.01C172.96 270.29 171.88 269.93 170.37 269.93H169.07V268.93H197.26L197.66 276.94H196.6C196.22 275.01 195.81 273.7 195.35 272.98C194.89 272.26 194.22 271.71 193.32 271.33C192.6 271.06 191.33 270.92 189.52 270.92H179.49V270.93Z\" fill=\"white\"/>\\n<path d=\"M234.03 295.39L234.92 295.58L231.79 305.5H203.47V304.51H204.85C206.4 304.51 207.5 304 208.17 303C208.55 302.42 208.73 301.09 208.73 299.01V275.4C208.73 273.12 208.48 271.69 207.97 271.12C207.27 270.33 206.23 269.93 204.85 269.93H203.47V268.93H220.03V269.93C218.09 269.91 216.72 270.09 215.94 270.46C215.16 270.84 214.62 271.32 214.34 271.9C214.06 272.47 213.91 273.85 213.91 276.02V299C213.91 300.49 214.06 301.51 214.34 302.07C214.55 302.45 214.88 302.72 215.34 302.91C215.79 303.08 217.19 303.18 219.55 303.18H222.22C225.03 303.18 227 302.98 228.13 302.56C229.26 302.15 230.29 301.41 231.23 300.36C232.16 299.32 233.1 297.65 234.03 295.39Z\" fill=\"white\"/>\\n<path d=\"M281.55 295.39L282.44 295.58L279.31 305.5H250.99V304.51H252.37C253.92 304.51 255.02 304 255.68 303C256.06 302.42 256.24 301.09 256.24 299.01V275.4C256.24 273.12 255.99 271.69 255.49 271.12C254.79 270.33 253.75 269.93 252.37 269.93H250.99V268.93H267.55V269.93C265.61 269.91 264.24 270.09 263.46 270.46C262.68 270.84 262.14 271.32 261.86 271.9C261.57 272.47 261.43 273.85 261.43 276.02V299C261.43 300.49 261.58 301.51 261.86 302.07C262.07 302.45 262.4 302.72 262.85 302.91C263.3 303.08 264.7 303.18 267.06 303.18H269.73C272.54 303.18 274.51 302.98 275.64 302.56C276.77 302.15 277.8 301.41 278.74 300.36C279.68 299.32 280.62 297.65 281.55 295.39Z\" fill=\"white\"/>\\n<path d=\"M300.62 304.51V305.5H284.94V304.51H286.24C287.75 304.51 288.84 304.07 289.53 303.18C289.96 302.61 290.18 301.22 290.18 299.03V275.4C290.18 273.55 290.06 272.33 289.83 271.74C289.65 271.29 289.28 270.9 288.72 270.58C287.93 270.15 287.1 269.94 286.24 269.94H284.94V268.94H300.62V269.94H299.29C297.8 269.94 296.71 270.38 296.03 271.26C295.58 271.84 295.35 273.22 295.35 275.41V299.04C295.35 300.89 295.47 302.12 295.7 302.7C295.88 303.15 296.26 303.54 296.83 303.86C297.6 304.29 298.42 304.51 299.29 304.51H300.62Z\" fill=\"white\"/>\\n<path d=\"M328.96 286.84C331.5 287.37 333.4 288.24 334.66 289.43C336.4 291.09 337.27 293.1 337.27 295.5C337.27 297.31 336.69 299.05 335.54 300.72C334.39 302.39 332.82 303.59 330.81 304.36C328.8 305.12 325.75 305.51 321.63 305.51H304.37V304.52H305.74C307.27 304.52 308.36 304.03 309.03 303.06C309.44 302.43 309.66 301.1 309.66 299.05V275.4C309.66 273.14 309.4 271.71 308.88 271.12C308.18 270.33 307.13 269.93 305.75 269.93H304.38V268.93H320.18C323.14 268.93 325.5 269.15 327.28 269.58C329.98 270.22 332.04 271.37 333.46 273.01C334.88 274.65 335.59 276.55 335.59 278.69C335.59 280.52 335.04 282.16 333.92 283.62C332.79 285.07 331.15 286.13 328.96 286.84ZM314.83 285.38C315.5 285.51 316.26 285.6 317.11 285.66C317.97 285.72 318.91 285.75 319.93 285.75C322.55 285.75 324.53 285.47 325.85 284.9C327.18 284.34 328.19 283.46 328.89 282.29C329.59 281.13 329.94 279.85 329.94 278.46C329.94 276.32 329.07 274.5 327.33 272.99C325.58 271.48 323.04 270.73 319.7 270.73C317.9 270.73 316.29 270.92 314.84 271.32V285.38H314.83ZM314.83 302.86C316.92 303.35 318.98 303.59 321.01 303.59C324.27 303.59 326.75 302.85 328.46 301.39C330.16 299.93 331.02 298.11 331.02 295.96C331.02 294.54 330.63 293.17 329.86 291.86C329.09 290.54 327.83 289.51 326.09 288.76C324.35 288 322.19 287.63 319.62 287.63C318.51 287.63 317.55 287.65 316.76 287.68C315.97 287.72 315.33 287.78 314.84 287.87V302.86H314.83Z\" fill=\"white\"/>\\n<path d=\"M365.91 293.26H351.75L349.27 299.03C348.65 300.45 348.35 301.51 348.35 302.22C348.35 302.77 348.62 303.26 349.14 303.68C349.67 304.1 350.82 304.38 352.58 304.51V305.5H341.06V304.51C342.59 304.23 343.57 303.88 344.02 303.45C344.94 302.59 345.95 300.84 347.07 298.19L359.94 268.09H360.88L373.61 298.51C374.63 300.96 375.56 302.54 376.4 303.27C377.24 304 378.41 304.41 379.9 304.5V305.49H365.46V304.5C366.91 304.43 367.9 304.18 368.42 303.76C368.93 303.36 369.19 302.85 369.19 302.25C369.19 301.46 368.82 300.21 368.1 298.5L365.91 293.26ZM365.15 291.26L358.94 276.48L352.58 291.26H365.15ZM357.98 257.14H362.94L368.06 266.07H367.22L359.86 260.32L353.68 266.07H352.87L357.98 257.14Z\" fill=\"white\"/>\\n<path d=\"M378.22 268.93H388.14L410.5 296.37V275.28C410.5 273.03 410.24 271.63 409.75 271.07C409.08 270.32 408.03 269.94 406.59 269.94H405.32V268.94H418.05V269.94H416.75C415.2 269.94 414.11 270.41 413.46 271.34C413.07 271.92 412.87 273.23 412.87 275.28V306.1H411.89L387.78 276.65V299.18C387.78 301.43 388.02 302.83 388.51 303.39C389.19 304.15 390.25 304.52 391.67 304.52H392.96V305.51H380.24V304.52H381.5C383.06 304.52 384.17 304.05 384.82 303.11C385.22 302.54 385.41 301.22 385.41 299.18V273.74C384.35 272.5 383.54 271.68 383 271.28C382.45 270.88 381.65 270.52 380.59 270.17C380.07 270.01 379.27 269.93 378.21 269.93V268.93H378.22Z\" fill=\"white\"/>\\n<path d=\"M437.74 304.51V305.5H422.06V304.51H423.36C424.87 304.51 425.97 304.07 426.65 303.18C427.08 302.61 427.3 301.22 427.3 299.03V275.4C427.3 273.55 427.18 272.33 426.95 271.74C426.77 271.29 426.4 270.9 425.85 270.58C425.06 270.15 424.23 269.94 423.36 269.94H422.06V268.94H437.74V269.94H436.41C434.92 269.94 433.83 270.38 433.15 271.26C432.7 271.84 432.47 273.22 432.47 275.41V299.04C432.47 300.89 432.59 302.12 432.82 302.7C433 303.15 433.38 303.54 433.95 303.86C434.72 304.29 435.54 304.51 436.41 304.51H437.74Z\" fill=\"white\"/>\\n<path d=\"M470.04 259.62C476.97 259.62 482.97 262.24 488.05 267.5C493.13 272.76 495.66 279.32 495.66 287.19C495.66 295.3 493.1 302.03 487.98 307.37C482.86 312.73 476.67 315.4 469.41 315.4C462.08 315.4 455.9 312.78 450.9 307.57C445.91 302.35 443.41 295.59 443.41 287.31C443.41 278.84 446.3 271.93 452.06 266.57C457.08 261.93 463.07 259.62 470.04 259.62ZM469.3 262.48C464.52 262.48 460.69 264.25 457.8 267.8C454.21 272.21 452.42 278.65 452.42 287.15C452.42 295.86 454.29 302.57 458.01 307.25C460.87 310.82 464.64 312.61 469.34 312.61C474.35 312.61 478.48 310.65 481.75 306.74C485.01 302.83 486.65 296.67 486.65 288.25C486.65 279.13 484.85 272.32 481.25 267.84C478.36 264.27 474.39 262.48 469.3 262.48Z\" fill=\"white\"/>\\n<path d=\"M80.68 233.21C79.46 234.9 78.34 236.04 77.33 236.6C76.32 237.16 75.15 237.45 73.83 237.45C72.31 237.45 70.94 237.09 69.76 236.37C68.58 235.65 67.68 234.61 67.1 233.26C66.51 231.91 66.21 230.28 66.21 228.44C66.21 226.2 66.53 224.3 67.15 222.79C67.77 221.29 68.64 220.19 69.72 219.51C70.81 218.83 72.04 218.48 73.38 218.48C74.98 218.48 76.38 218.94 77.52 219.84C78.66 220.75 79.56 222.26 80.18 224.33L80.2 224.41H80.88L80.4 217.26L80.39 217.15H79.66L79.64 217.24C79.53 217.71 79.35 218.07 79.11 218.33C78.93 218.5 78.72 218.59 78.47 218.59C78.36 218.59 78.12 218.53 77.6 218.27C76.14 217.53 74.63 217.16 73.12 217.16C71.18 217.16 69.38 217.65 67.74 218.6C66.11 219.56 64.81 220.92 63.88 222.67C62.95 224.41 62.48 226.34 62.48 228.42C62.48 231 63.2 233.27 64.61 235.17C66.5 237.73 69.21 239.03 72.67 239.03C74.59 239.03 76.26 238.59 77.66 237.73C79.06 236.87 80.29 235.5 81.33 233.65L81.38 233.56L80.73 233.14L80.68 233.21Z\" fill=\"white\"/>\\n<path d=\"M94.19 217.16C91.47 217.16 89.1 218.08 87.14 219.89C84.89 221.98 83.75 224.71 83.75 228.02C83.75 231.25 84.74 233.92 86.69 235.96C88.64 238 91.08 239.03 93.95 239.03C96.79 239.03 99.24 237.97 101.23 235.88C103.22 233.79 104.24 231.13 104.24 227.97C104.24 224.9 103.24 222.31 101.26 220.25C99.27 218.2 96.9 217.16 94.19 217.16ZM93.9 218.5C95.83 218.5 97.36 219.18 98.45 220.53C99.82 222.24 100.52 224.88 100.52 228.38C100.52 231.6 99.89 233.99 98.64 235.48C97.4 236.96 95.81 237.71 93.91 237.71C92.13 237.71 90.68 237.03 89.6 235.68C88.18 233.89 87.46 231.29 87.46 227.95C87.46 224.7 88.16 222.19 89.52 220.51C90.63 219.18 92.09 218.5 93.9 218.5Z\" fill=\"white\"/>\\n<path d=\"M119.37 233.66L111.97 217.69L111.94 217.63H105.9V218.42H106C106.82 218.42 107.42 218.52 107.79 218.7C108.15 218.88 108.39 219.12 108.53 219.39C108.72 219.78 108.82 220.43 108.82 221.32V234.84C108.82 235.97 108.71 236.7 108.5 237C108.16 237.49 107.56 237.74 106.73 237.74H105.88V238.53H113.31V237.74H112.47C111.69 237.74 111.12 237.54 110.77 237.14C110.52 236.85 110.39 236.07 110.39 234.83V221.52L118.17 238.46L118.2 238.53H118.85L126.65 221.52V234.83C126.65 235.96 126.54 236.69 126.33 236.99C125.99 237.49 125.41 237.73 124.56 237.73H123.72V238.52H132.73V237.73H131.9C131.12 237.73 130.55 237.53 130.2 237.13C130.02 236.93 129.8 236.36 129.8 234.82V221.3C129.8 220.17 129.91 219.44 130.12 219.14C130.46 218.65 131.06 218.4 131.9 218.4H132.73V217.61H126.69L119.37 233.66Z\" fill=\"white\"/>\\n<path d=\"M147.11 218.21C146.03 217.83 144.55 217.63 142.69 217.63H135V218.42H135.89C136.64 218.42 137.2 218.63 137.58 219.05C137.83 219.34 137.96 220.13 137.96 221.4V234.77C137.96 235.92 137.86 236.66 137.67 236.95C137.31 237.49 136.73 237.75 135.89 237.75H135V238.54H144.09V237.75H143.18C142.43 237.75 141.87 237.54 141.51 237.12C141.33 236.92 141.11 236.35 141.11 234.77V228.88C141.73 229.01 142.31 229.11 142.85 229.17C143.43 229.24 143.98 229.28 144.48 229.28C146.54 229.28 148.15 228.74 149.28 227.66C150.41 226.58 150.99 225.17 150.99 223.46C150.99 222.2 150.61 221.09 149.87 220.17C149.12 219.26 148.19 218.6 147.11 218.21ZM147.28 223.77C147.28 225.04 146.9 226.08 146.16 226.87C145.42 227.66 144.52 228.06 143.5 228.06C143.21 228.06 142.86 228.03 142.45 227.98C142.07 227.93 141.63 227.87 141.11 227.77V219.35C141.87 219.17 142.51 219.08 143 219.08C143.83 219.08 144.58 219.27 145.23 219.64C145.88 220.01 146.39 220.57 146.74 221.32C147.1 222.08 147.28 222.9 147.28 223.77Z\" fill=\"white\"/>\\n<path d=\"M169.6 232.67C169.08 233.93 168.55 234.87 168.03 235.45C167.52 236.03 166.94 236.44 166.32 236.66C165.7 236.89 164.59 237 163.02 237H161.51C159.87 237 159.34 236.92 159.17 236.86C158.94 236.77 158.77 236.63 158.66 236.44C158.51 236.14 158.43 235.57 158.43 234.75V221.75C158.43 220.54 158.51 219.78 158.66 219.47C158.81 219.17 159.1 218.91 159.52 218.71C159.93 218.51 160.64 218.42 161.64 218.42H161.78H161.89V217.63H152.3V218.42H153.19C153.94 218.42 154.5 218.63 154.88 219.05C155.14 219.35 155.28 220.14 155.28 221.4V234.75C155.28 235.9 155.18 236.64 154.98 236.95C154.63 237.48 154.03 237.75 153.2 237.75H152.31V238.54H168.53L170.32 232.85L170.36 232.73L169.64 232.58L169.6 232.67Z\" fill=\"white\"/>\\n<path d=\"M189.06 233.2C188.41 234.46 187.76 235.41 187.14 236.02C186.67 236.48 186.17 236.8 185.66 236.95C185.15 237.11 184.3 237.19 183.15 237.19H179.64C178.96 237.19 178.66 237.1 178.54 237.03C178.36 236.92 178.23 236.79 178.16 236.61C178.11 236.48 178.05 236.1 178.05 234.98V228.27H182.48C183.32 228.27 183.95 228.37 184.35 228.56C184.74 228.75 185.03 229.02 185.2 229.35C185.34 229.63 185.48 230.27 185.62 231.25L185.63 231.35H186.41V223.92H185.63V224.03C185.57 225.17 185.29 225.98 184.78 226.42C184.41 226.75 183.64 226.92 182.49 226.92H178.06V218.97H183.62C184.63 218.97 185.34 219.04 185.73 219.19C186.22 219.39 186.59 219.69 186.83 220.08C187.08 220.47 187.32 221.22 187.52 222.29L187.54 222.38H188.35L188.12 217.73V217.62H171.95V218.41H172.8C173.62 218.41 174.2 218.6 174.55 218.98C174.72 219.17 174.92 219.74 174.92 221.33V234.77C174.92 235.76 174.86 236.42 174.75 236.73C174.64 237.03 174.44 237.25 174.14 237.4C173.72 237.62 173.27 237.74 172.81 237.74H171.96V238.53H188.1L189.96 233.12H189.12L189.06 233.2Z\" fill=\"white\"/>\\n<path d=\"M211.19 236.98C210.61 236.51 209.69 235.35 208.47 233.53L204.08 226.97L208.13 221.78C208.95 220.73 209.6 219.99 210.05 219.6C210.5 219.21 211 218.9 211.53 218.67C211.88 218.52 212.35 218.43 212.91 218.4L213.02 218.39V217.61H205.45V218.4H205.56C206.45 218.41 206.82 218.48 206.97 218.54C207.19 218.62 207.36 218.75 207.5 218.95C207.61 219.09 207.66 219.26 207.66 219.45C207.66 219.65 207.61 219.84 207.53 220.03C207.44 220.22 207.18 220.6 206.76 221.14L203.18 225.67L200.09 221.05C199.62 220.35 199.38 219.82 199.38 219.47C199.38 219.22 199.51 218.99 199.79 218.78C200.07 218.56 200.61 218.44 201.4 218.41H201.51V217.62H191.72V218.41H191.83C192.81 218.44 193.69 218.7 194.44 219.19C195.2 219.68 196.14 220.74 197.23 222.34L201.26 228.24L196.43 234.34C195.71 235.25 195.05 235.94 194.49 236.38C193.93 236.82 193.33 237.17 192.71 237.43C192.34 237.59 191.9 237.69 191.4 237.74L191.3 237.75V238.53H198.87V237.74H198.76C198.01 237.71 197.51 237.59 197.25 237.4C197 237.21 196.88 236.97 196.88 236.68C196.88 236.48 196.92 236.3 197.01 236.11C197.1 235.92 197.37 235.53 197.82 234.95L202.06 229.52L205.48 234.7C205.96 235.41 206.24 235.86 206.31 236.02C206.4 236.24 206.44 236.46 206.44 236.68C206.44 236.85 206.38 237.02 206.26 237.18C206.13 237.35 205.98 237.48 205.78 237.56C205.51 237.67 205.08 237.73 204.51 237.74H204.4V238.53H213.51V237.75L213.4 237.74C212.51 237.71 211.77 237.45 211.19 236.98Z\" fill=\"white\"/>\\n<path d=\"M224.18 217.16C221.46 217.16 219.09 218.08 217.13 219.89C214.88 221.98 213.74 224.71 213.74 228.02C213.74 231.25 214.73 233.92 216.68 235.96C218.63 238 221.07 239.03 223.94 239.03C226.78 239.03 229.23 237.97 231.22 235.88C233.21 233.79 234.23 231.13 234.23 227.97C234.23 224.9 233.23 222.31 231.25 220.25C229.26 218.2 226.88 217.16 224.18 217.16ZM223.89 218.5C225.82 218.5 227.35 219.18 228.44 220.53C229.81 222.24 230.51 224.88 230.51 228.38C230.51 231.6 229.88 233.99 228.63 235.48C227.39 236.96 225.8 237.71 223.9 237.71C222.12 237.71 220.67 237.03 219.59 235.68C218.17 233.89 217.45 231.29 217.45 227.95C217.45 224.7 218.15 222.19 219.51 220.51C220.61 219.18 222.08 218.5 223.89 218.5Z\" fill=\"white\"/>\\n<path d=\"M257.6 218.42H258.44C258.91 218.42 259.35 218.54 259.77 218.77C260.07 218.94 260.27 219.14 260.36 219.37C260.49 219.69 260.55 220.38 260.55 221.42V227.23H251.16V221.42C251.16 220.42 251.22 219.75 251.34 219.44C251.45 219.14 251.65 218.91 251.94 218.76C252.36 218.54 252.81 218.42 253.28 218.42H254.14V217.63H245.05V218.42H245.89C246.36 218.42 246.81 218.54 247.24 218.77C247.53 218.94 247.73 219.14 247.82 219.37C247.95 219.69 248.01 220.38 248.01 221.42V234.77C248.01 235.98 247.89 236.75 247.67 237.05C247.31 237.52 246.71 237.75 245.9 237.75H245.06V238.54H254.15V237.75H253.29C252.82 237.75 252.37 237.63 251.96 237.4C251.66 237.23 251.46 237.03 251.37 236.8C251.24 236.48 251.18 235.79 251.18 234.77V228.58H260.57V234.77C260.57 236.27 260.37 236.84 260.21 237.05C259.85 237.52 259.26 237.75 258.45 237.75H257.61V238.54H266.69V237.75H265.85C265.38 237.75 264.93 237.63 264.5 237.4C264.21 237.23 264.01 237.03 263.92 236.8C263.79 236.48 263.73 235.8 263.73 234.77V221.42C263.73 220.42 263.79 219.75 263.9 219.44C264.01 219.13 264.21 218.91 264.51 218.76C264.93 218.54 265.38 218.42 265.85 218.42H266.69V217.63H257.61V218.42H257.6Z\" fill=\"white\"/>\\n<path d=\"M278.76 217.16C276.04 217.16 273.67 218.08 271.71 219.89C269.46 221.98 268.32 224.71 268.32 228.02C268.32 231.25 269.31 233.92 271.26 235.96C273.21 238 275.65 239.03 278.52 239.03C281.36 239.03 283.81 237.97 285.8 235.88C287.79 233.79 288.81 231.13 288.81 227.97C288.81 224.9 287.81 222.31 285.83 220.25C283.84 218.2 281.47 217.16 278.76 217.16ZM278.47 218.5C280.4 218.5 281.93 219.18 283.02 220.53C284.39 222.24 285.09 224.88 285.09 228.38C285.09 231.6 284.46 233.99 283.21 235.48C281.97 236.96 280.38 237.71 278.48 237.71C276.7 237.71 275.25 237.03 274.17 235.68C272.75 233.89 272.03 231.29 272.03 227.95C272.03 224.7 272.73 222.19 274.09 220.51C275.2 219.18 276.66 218.5 278.47 218.5Z\" fill=\"white\"/>\\n<path d=\"M303.87 228.74C303.16 228.18 301.82 227.38 299.89 226.34C297.54 225.08 296.04 224.06 295.42 223.31C295 222.81 294.79 222.26 294.79 221.66C294.79 220.87 295.13 220.16 295.79 219.54C296.46 218.92 297.31 218.6 298.34 218.6C299.25 218.6 300.15 218.84 301 219.3C301.85 219.77 302.52 220.41 302.98 221.2C303.44 222 303.77 223.09 303.95 224.44L303.96 224.54H304.74V217.16H303.97L303.95 217.25C303.85 217.7 303.73 218 303.58 218.14C303.43 218.28 303.24 218.35 303.01 218.35C302.79 218.35 302.4 218.23 301.85 217.98C300.61 217.44 299.42 217.16 298.31 217.16C296.53 217.16 295.04 217.71 293.88 218.8C292.72 219.89 292.14 221.21 292.14 222.72C292.14 223.59 292.34 224.4 292.73 225.12C293.12 225.84 293.7 226.51 294.46 227.11C295.21 227.7 296.49 228.5 298.25 229.49C300.04 230.49 301.1 231.13 301.49 231.43C302.06 231.86 302.49 232.34 302.76 232.84C303.03 233.34 303.17 233.84 303.17 234.33C303.17 235.21 302.81 235.98 302.1 236.63C301.39 237.28 300.4 237.61 299.16 237.61C298.08 237.61 297.08 237.37 296.18 236.89C295.28 236.41 294.61 235.81 294.17 235.09C293.73 234.37 293.38 233.26 293.12 231.79L293.1 231.7H292.33V239.02H293.1L293.11 238.92C293.19 238.36 293.32 238.13 293.41 238.03C293.54 237.9 293.71 237.84 293.93 237.84C294.18 237.84 294.8 238 295.78 238.32C296.79 238.65 297.43 238.83 297.76 238.88C298.29 238.97 298.87 239.02 299.47 239.02C301.4 239.02 303.01 238.44 304.24 237.29C305.47 236.14 306.1 234.75 306.1 233.16C306.1 232.32 305.9 231.51 305.52 230.74C305.15 229.98 304.59 229.31 303.87 228.74Z\" fill=\"white\"/>\\n<path d=\"M320.32 218.21C319.24 217.83 317.76 217.63 315.9 217.63H308.2V218.42H309.09C309.84 218.42 310.4 218.63 310.78 219.05C311.03 219.34 311.16 220.13 311.16 221.4V234.77C311.16 235.92 311.06 236.66 310.87 236.95C310.51 237.49 309.93 237.75 309.09 237.75H308.2V238.54H317.29V237.75H316.38C315.63 237.75 315.07 237.54 314.71 237.12C314.53 236.92 314.31 236.35 314.31 234.77V228.88C314.93 229.01 315.51 229.11 316.05 229.17C316.63 229.24 317.18 229.28 317.68 229.28C319.74 229.28 321.35 228.74 322.48 227.66C323.61 226.58 324.19 225.17 324.19 223.46C324.19 222.2 323.81 221.09 323.07 220.17C322.33 219.26 321.41 218.6 320.32 218.21ZM320.49 223.77C320.49 225.04 320.11 226.08 319.37 226.87C318.63 227.66 317.73 228.06 316.71 228.06C316.42 228.06 316.07 228.03 315.66 227.98C315.28 227.93 314.84 227.87 314.32 227.77V219.35C315.08 219.17 315.72 219.08 316.21 219.08C317.04 219.08 317.79 219.27 318.44 219.64C319.09 220.01 319.6 220.57 319.95 221.32C320.31 222.08 320.49 222.9 320.49 223.77Z\" fill=\"white\"/>\\n<path d=\"M325.61 218.42H326.45C326.92 218.42 327.37 218.54 327.8 218.77C328.09 218.94 328.29 219.14 328.38 219.37C328.51 219.69 328.57 220.38 328.57 221.4V234.77C328.57 235.98 328.45 236.75 328.23 237.05C327.87 237.52 327.27 237.75 326.46 237.75H325.62V238.54H334.71V237.75H333.85C333.38 237.75 332.93 237.63 332.52 237.4C332.22 237.23 332.02 237.03 331.93 236.8C331.8 236.48 331.74 235.8 331.74 234.77V221.4C331.74 220.19 331.86 219.42 332.1 219.12C332.46 218.65 333.05 218.42 333.86 218.42H334.72V217.63H325.63V218.42H325.61Z\" fill=\"white\"/>\\n<path d=\"M337.38 217.63L337.12 222.71H337.92L337.93 222.61C338 221.7 338.22 220.97 338.58 220.44C338.94 219.91 339.38 219.55 339.88 219.37C340.27 219.23 340.95 219.16 341.9 219.16H344.28V234.86C344.28 235.99 344.17 236.72 343.96 237.02C343.62 237.51 343.02 237.76 342.19 237.76H341.35V238.55H350.35V237.76H349.52C348.75 237.76 348.18 237.56 347.82 237.16C347.57 236.87 347.44 236.09 347.44 234.85V219.15H350.24C351.07 219.15 351.75 219.29 352.26 219.56C352.76 219.83 353.17 220.25 353.47 220.82C353.66 221.17 353.8 221.78 353.91 222.61L353.92 222.71H354.72L354.48 217.63H337.38Z\" fill=\"white\"/>\\n<path d=\"M374.92 237.09C374.46 236.69 373.94 235.8 373.37 234.44L366.17 217.23L366.14 217.16H365.46L358.15 234.26C357.53 235.73 356.96 236.72 356.45 237.2C356.21 237.43 355.67 237.62 354.83 237.76L354.74 237.78V238.55H361.48V237.77L361.38 237.76C360.41 237.69 359.78 237.54 359.5 237.32C359.22 237.1 359.09 236.86 359.09 236.58C359.09 236.2 359.26 235.61 359.6 234.82L360.97 231.62H368.83L370.05 234.53C370.45 235.48 370.65 236.18 370.65 236.61C370.65 236.91 370.52 237.16 370.26 237.38C369.99 237.6 369.45 237.73 368.65 237.77H368.54V238.55H376.93V237.77L376.82 237.76C376.01 237.71 375.37 237.49 374.92 237.09ZM368.3 230.27H361.53L364.96 222.31L368.3 230.27Z\" fill=\"white\"/>\\n<path d=\"M396.38 232.67C395.86 233.93 395.33 234.87 394.81 235.45C394.3 236.03 393.72 236.44 393.1 236.66C392.48 236.89 391.37 237 389.8 237H388.29C386.65 237 386.12 236.92 385.95 236.86C385.72 236.77 385.55 236.63 385.44 236.44C385.29 236.14 385.21 235.57 385.21 234.75V221.75C385.21 220.54 385.29 219.78 385.44 219.47C385.59 219.17 385.88 218.91 386.3 218.71C386.71 218.51 387.42 218.42 388.42 218.42H388.56H388.67V217.63H379.08V218.42H379.97C380.72 218.42 381.28 218.63 381.66 219.05C381.92 219.35 382.06 220.14 382.06 221.4V234.75C382.06 235.9 381.96 236.64 381.76 236.95C381.41 237.48 380.81 237.75 379.98 237.75H379.09V238.54H395.31L397.1 232.85L397.14 232.73L396.42 232.58L396.38 232.67Z\" fill=\"white\"/>\\n<path d=\"M418.69 237.09C418.23 236.69 417.71 235.8 417.14 234.44L409.94 217.23L409.91 217.16H409.23L401.92 234.26C401.3 235.73 400.73 236.72 400.22 237.2C399.98 237.43 399.44 237.62 398.6 237.76L398.51 237.78V238.55H405.25V237.77L405.15 237.76C404.18 237.69 403.55 237.54 403.27 237.32C402.99 237.1 402.86 236.86 402.86 236.58C402.86 236.2 403.03 235.61 403.37 234.82L404.74 231.62H412.6L413.82 234.53C414.22 235.48 414.42 236.18 414.42 236.61C414.42 236.91 414.29 237.16 414.03 237.38C413.76 237.6 413.22 237.73 412.42 237.77H412.31V238.55H420.7V237.77L420.59 237.76C419.78 237.71 419.14 237.49 418.69 237.09ZM412.07 230.27H405.3L408.73 222.31L412.07 230.27Z\" fill=\"white\"/>\\n<path d=\"M443.52 237.76C442.41 237.64 441.51 237.36 440.82 236.92C440.14 236.48 439.3 235.58 438.33 234.23L434.16 228.43C435.83 228.03 437.09 227.37 437.91 226.45C438.75 225.5 439.18 224.36 439.18 223.06C439.18 221.85 438.8 220.79 438.06 219.91C437.32 219.04 436.41 218.43 435.35 218.11C434.3 217.79 432.65 217.62 430.46 217.62H422.81V218.41H423.7C424.45 218.41 425.01 218.62 425.39 219.04C425.65 219.33 425.79 220.12 425.79 221.39V234.76C425.79 235.91 425.69 236.65 425.49 236.94C425.14 237.47 424.54 237.74 423.71 237.74H422.82V238.53H431.91V237.74H430.99C430.25 237.74 429.7 237.53 429.33 237.11C429.07 236.82 428.93 236.03 428.93 234.76V228.87C429.05 228.88 429.17 228.88 429.29 228.89C429.44 228.89 429.59 228.9 429.72 228.9C430.04 228.9 430.45 228.89 430.93 228.87L437.9 238.5L437.93 238.55H443.62V237.77L443.52 237.76ZM435.52 223.27C435.52 224.55 435.03 225.62 434.06 226.45C433.09 227.28 431.61 227.7 429.67 227.7C429.58 227.7 429.46 227.7 429.32 227.69C429.21 227.69 429.07 227.68 428.93 227.68V219.28C429.88 219.1 430.65 219.01 431.21 219.01C432.51 219.01 433.56 219.41 434.34 220.19C435.12 220.98 435.52 222.01 435.52 223.27Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2372_1444\">\\n<rect width=\"495.66\" height=\"315.4\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.fuvs.br/\",motionChild:true,nodeId:\"W7QL_JI68\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1wqvi73 framer-1bwwsn6\",\"data-framer-name\":\"FUVS\",layoutDependency:layoutDependency,layoutId:\"W7QL_JI68\",whileHover:animation1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||612)-80-1014)/2+80+40)+0+0+0+0+88+0+0+269.17857101985385),positionX:\"center\",positionY:\"center\",sizes:\"90px\",src:\"https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png\",srcSet:\"https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png?scale-down-to=512 512w,https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png 1001w\"},className:\"framer-183e2n9\",\"data-framer-name\":\"fuvs_white\",layoutDependency:layoutDependency,layoutId:\"mvCXZikXL\",...addPropertyOverrides({izYVxoJwQ:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||737)-80-1139)/2+80+40)+0+0+0+698+0+88+0+0+-17.321428980146138),positionX:\"center\",positionY:\"center\",sizes:\"90px\",src:\"https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png\",srcSet:\"https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png?scale-down-to=512 512w,https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png 1001w\"}},sLYmx4Ttu:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||928)-80-1633)/2+80+40)+0+0+0+1130+0+88+0+0+-12.916666984558105),positionX:\"center\",positionY:\"center\",sizes:\"70px\",src:\"https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png\",srcSet:\"https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png?scale-down-to=512 512w,https://framerusercontent.com/images/hanZFCpq6UNCEUXUCmL4Iu8IDY.png 1001w\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:\"http://www.cjpii.edu.br/\",motionChild:true,nodeId:\"ZiMxmZdyi\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bdbnz0 framer-1bwwsn6\",\"data-framer-name\":\"Jo\\xe3o paulo\",layoutDependency:layoutDependency,layoutId:\"ZiMxmZdyi\",whileHover:animation1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-n0li63\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:211,intrinsicWidth:322,layoutDependency:layoutDependency,layoutId:\"ZICtqNmJj\",svg:'<svg width=\"322\" height=\"211\" viewBox=\"0 0 322 211\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.41 150.47H5.79C6.94 150.47 7.4 150.69 7.59 150.88C7.74 151.04 8 151.55 8 153.23V184.27C8 187.68 7.5 190.11 6.51 191.49C5.54 192.85 4.15 193.51 2.28 193.51C1.52 193.51 0.94 193.45 0.57 193.32L0.13 193.17L0 194.33L0.29 194.43C1.73 194.91 3.15 195.16 4.53 195.16C5.99 195.16 7.3 194.84 8.41 194.19C9.51 193.55 10.41 192.69 11.08 191.63C11.75 190.57 12.18 189.33 12.37 187.94C12.55 186.59 12.65 184.51 12.65 181.78V153.09C12.65 152.11 12.77 151.41 13.02 150.99C13.23 150.65 13.86 150.47 14.86 150.47H15.24V149.37H5.41V150.47Z\" fill=\"white\"/>\\n<path d=\"M48.35 153.28C45.28 150.35 41.29 148.86 36.48 148.86C32.47 148.86 28.95 149.85 26.01 151.8C23.08 153.75 20.85 156.3 19.4 159.38C17.95 162.45 17.21 165.49 17.21 168.42C17.21 172.78 18.75 176.56 21.78 179.67C24.82 182.78 28.77 184.36 33.52 184.36C39.36 184.36 44.11 182.41 47.65 178.56C51.18 174.72 52.97 169.93 52.97 164.32C52.97 159.94 51.42 156.22 48.35 153.28ZM43.03 180.01C40.84 181.22 38.59 181.83 36.34 181.83C32.33 181.83 28.66 180.04 25.42 176.53C22.17 173 20.53 168.85 20.53 164.19C20.53 160.58 21.86 157.51 24.49 155.08C27.13 152.64 30.11 151.4 33.33 151.4C35.62 151.4 38.16 152.15 40.88 153.62C43.6 155.09 45.84 157.16 47.54 159.77C49.24 162.37 50.1 165.29 50.1 168.47C50.1 170.7 49.46 172.9 48.21 175.01C46.96 177.12 45.22 178.81 43.03 180.01Z\" fill=\"white\"/>\\n<path d=\"M81.3101 181.03C80.5301 179.39 80.4301 179.06 80.4201 179.03L68.3701 149.1L68.2701 148.86H67.1501L54.8301 179.93C54.1801 181.55 53.7201 182.12 53.4501 182.32C53.0601 182.6 52.5701 182.74 51.9801 182.74H51.6001V183.84H57.3701V182.74H57.0001C56.2601 182.74 56.2601 182.48 56.2601 182.36C56.2601 182.32 56.2801 182.05 56.7601 180.81L61.7701 168.32H71.1601L75.8901 180.06L75.9201 180.14C75.9301 180.17 75.9401 180.21 75.9501 180.27C76.0001 180.43 76.0701 180.55 76.1401 180.65C76.5301 181.6 76.6101 182.06 76.6101 182.28C76.6101 182.47 76.6101 182.75 75.9101 182.75H75.5301V183.85H84.1601V182.75H83.7801C82.6701 182.75 81.8601 182.19 81.3101 181.03ZM70.4001 166.63H62.3901L66.4001 156.54L70.4001 166.63Z\" fill=\"white\"/>\\n<path d=\"M61.48 147.74L61.5 147.38C61.54 146.65 61.75 146.13 62.14 145.78C62.86 145.13 63.94 145.11 64.81 145.52C65.25 145.73 66.08 146.14 67.29 146.76C68.56 147.41 69.75 147.74 70.83 147.74C72.3 147.74 73.58 147.24 74.65 146.24C75.73 145.24 76.26 143.97 76.22 142.47L76.21 142.1H74.6L74.53 142.39C74.19 143.87 73.42 144.59 72.17 144.59C71.76 144.59 70.93 144.42 69.28 143.59C67.86 142.88 66.91 142.46 66.38 142.32C65.85 142.17 65.35 142.1 64.91 142.1C63.55 142.1 62.33 142.57 61.29 143.5C60.23 144.44 59.71 145.74 59.74 147.36L59.75 147.73H61.48V147.74Z\" fill=\"white\"/>\\n<path d=\"M113.95 153.28C110.88 150.35 106.89 148.86 102.08 148.86C98.0701 148.86 94.5501 149.85 91.6101 151.8C88.6801 153.75 86.4501 156.3 85.0001 159.38C83.5501 162.45 82.8101 165.49 82.8101 168.42C82.8101 172.78 84.3501 176.56 87.3801 179.67C90.4201 182.78 94.3701 184.36 99.1201 184.36C104.96 184.36 109.71 182.41 113.25 178.56C116.78 174.72 118.57 169.93 118.57 164.32C118.58 159.94 117.02 156.22 113.95 153.28ZM108.63 180.01C106.44 181.22 104.19 181.83 101.94 181.83C97.9301 181.83 94.2601 180.04 91.0201 176.53C87.7701 173 86.1301 168.85 86.1301 164.19C86.1301 160.58 87.4601 157.51 90.0901 155.08C92.7301 152.64 95.7101 151.4 98.9301 151.4C101.22 151.4 103.76 152.15 106.48 153.62C109.2 155.09 111.44 157.16 113.14 159.77C114.84 162.37 115.7 165.29 115.7 168.47C115.7 170.7 115.06 172.9 113.81 175.01C112.57 177.12 110.82 178.81 108.63 180.01Z\" fill=\"white\"/>\\n<path d=\"M145.5 182.75H145.12C143.97 182.75 143.48 182.54 143.28 182.37C143.18 182.29 142.86 181.85 142.86 179.74V151.27H144.89C147.22 151.27 148.97 151.59 150.08 152.23C151.18 152.86 152.05 153.8 152.67 155.01C153.29 156.24 153.6 157.67 153.6 159.27C153.6 161.29 152.96 162.94 151.71 164.17C150.45 165.4 148.79 166.03 146.77 166.03H146.39V167.12L146.76 167.13C150.19 167.2 152.98 166.47 155 164.99C157.06 163.49 158.11 161.22 158.11 158.24C158.11 156.31 157.73 154.73 156.99 153.53C156.25 152.34 155.05 151.33 153.45 150.54C151.83 149.74 149.34 149.35 145.83 149.35H135.84V150.45H136.22C137.06 150.45 137.62 150.6 137.85 150.89C138.02 151.11 138.23 151.66 138.23 153.02V180.93C138.23 182.17 137.61 182.73 136.23 182.73H135.85V183.83H145.51V182.75H145.5Z\" fill=\"white\"/>\\n<path d=\"M179.06 182.75H178.68V183.85H187.31V182.75H186.93C185.81 182.75 185 182.19 184.45 181.03C183.67 179.39 183.57 179.06 183.56 179.03L171.51 149.11L171.41 148.87H170.29L157.97 179.94C157.32 181.56 156.86 182.13 156.59 182.33C156.2 182.61 155.71 182.75 155.12 182.75H154.74V183.85H160.51V182.75H160.13C159.39 182.75 159.39 182.49 159.39 182.37C159.39 182.33 159.41 182.06 159.89 180.82L164.9 168.33H174.29L179.02 180.07L179.05 180.15C179.06 180.18 179.07 180.22 179.08 180.28C179.13 180.44 179.2 180.56 179.27 180.66C179.66 181.61 179.74 182.07 179.74 182.29C179.76 182.47 179.76 182.75 179.06 182.75ZM173.55 166.63H165.54L169.55 156.54L173.55 166.63Z\" fill=\"white\"/>\\n<path d=\"M218.01 183.85V182.75H217.63C216.74 182.75 216.34 182.61 216.16 182.48C215.9 182.31 215.74 182.1 215.66 181.84C215.6 181.64 215.52 181.12 215.52 179.83V152.38C215.52 151.44 215.7 151.06 215.84 150.9C215.94 150.8 216.31 150.55 217.65 150.47L218.01 150.45V149.37H208.37V150.47H209.07C209.71 150.47 210.17 150.62 210.44 150.91C210.57 151.05 210.86 151.64 210.86 154.21V176.9C208.15 180.01 205.01 181.58 201.54 181.58C199.33 181.58 197.33 180.78 195.6 179.2C193.88 177.63 193 174.93 193 171.18V152.66C193 151.37 193.27 150.97 193.44 150.84C193.66 150.67 194.14 150.47 195.21 150.47H195.59V149.37H185.88V150.47H186.26C187.55 150.47 187.92 150.72 188.01 150.83C188.11 150.95 188.35 151.38 188.35 152.9V173.09C188.35 176.5 189.38 179.21 191.41 181.15C193.43 183.09 196.19 184.07 199.62 184.07C203.91 184.07 207.68 182.44 210.86 179.22V183.84H218.01V183.85Z\" fill=\"white\"/>\\n<path d=\"M222.49 150.97C222.7 151.35 222.81 152 222.81 152.9V180.49C222.81 181.57 222.6 182.07 222.42 182.29C222.26 182.5 221.82 182.74 220.67 182.74H220.29V183.84H244.28V174.98H243.2L243.19 175.34C243.09 177.94 242.6 179.71 241.75 180.61C240.91 181.5 239.53 181.96 237.67 181.96H233.55C231.29 181.96 229.69 181.57 228.79 180.8C227.91 180.05 227.46 178.7 227.46 176.79V153.12C227.46 151.84 227.55 151.42 227.6 151.28C227.68 151.07 227.85 150.88 228.11 150.71C228.3 150.59 228.72 150.45 229.67 150.45H230.05V149.35H220.25V150.44L220.62 150.45C222.08 150.5 222.42 150.83 222.49 150.97Z\" fill=\"white\"/>\\n<path d=\"M265.54 148.86C261.53 148.86 258.01 149.85 255.07 151.8C252.14 153.75 249.91 156.3 248.46 159.38C247.01 162.45 246.27 165.49 246.27 168.42C246.27 172.78 247.81 176.56 250.84 179.67C253.88 182.78 257.83 184.36 262.58 184.36C268.42 184.36 273.17 182.41 276.71 178.56C280.24 174.72 282.03 169.93 282.03 164.32C282.03 159.93 280.47 156.21 277.4 153.28C274.35 150.35 270.35 148.86 265.54 148.86ZM272.09 180.01C269.9 181.22 267.65 181.83 265.4 181.83C261.39 181.83 257.72 180.04 254.48 176.53C251.23 173 249.59 168.85 249.59 164.19C249.59 160.58 250.92 157.51 253.55 155.08C256.19 152.64 259.17 151.4 262.39 151.4C264.68 151.4 267.22 152.15 269.94 153.62C272.66 155.09 274.9 157.16 276.6 159.77C278.3 162.37 279.16 165.29 279.16 168.47C279.16 170.7 278.52 172.9 277.27 175.01C276.03 177.12 274.28 178.81 272.09 180.01Z\" fill=\"white\"/>\\n<path d=\"M299.03 150.49L299.43 150.47C300.06 150.44 300.87 150.49 301.15 150.94C301.33 151.24 301.55 151.99 301.55 153.89V179.51C301.55 181.43 301.33 182.06 301.2 182.27C301.09 182.45 300.71 182.75 299.41 182.75H299.03V183.85H308.78V182.75H308.4C307.45 182.75 307.03 182.61 306.85 182.5C306.59 182.34 306.43 182.15 306.34 181.91C306.28 181.76 306.19 181.24 306.19 179.47V153.59C306.19 152.01 306.26 151.42 306.32 151.2C306.38 150.98 306.62 150.79 307.04 150.65C307.53 150.48 307.97 150.42 308.36 150.46L308.78 150.51V149.37H299.03V150.49Z\" fill=\"white\"/>\\n<path d=\"M318.7 151.2C318.76 150.98 319 150.79 319.42 150.65C319.91 150.48 320.35 150.42 320.74 150.46L321.16 150.51V149.37H311.41V150.49L311.81 150.47C312.44 150.44 313.24 150.49 313.53 150.94C313.71 151.24 313.93 151.99 313.93 153.89V179.51C313.93 181.43 313.71 182.06 313.58 182.27C313.47 182.45 313.09 182.75 311.79 182.75H311.41V183.85H321.16V182.75H320.78C319.83 182.75 319.41 182.61 319.23 182.5C318.97 182.34 318.81 182.15 318.72 181.91C318.66 181.76 318.57 181.24 318.57 179.47V153.59C318.56 152.01 318.64 151.41 318.7 151.2Z\" fill=\"white\"/>\\n<path d=\"M63.1698 208.33C61.2798 208.33 59.8498 206.66 59.8498 204.2C59.8498 201.64 61.1198 200.03 63.1098 200.03C64.4698 200.03 65.2298 200.5 65.6898 200.76L65.8298 198.29C65.3398 198.09 64.3798 197.67 62.4898 197.67C59.9198 197.67 56.7998 199.52 56.7998 204.16C56.7998 208.17 59.2298 210.76 62.6898 210.76C64.2998 210.76 65.3598 210.47 65.8598 210.31L65.7498 207.66C65.4798 207.79 64.6198 208.33 63.1698 208.33Z\" fill=\"white\"/>\\n<path d=\"M77.0302 197.67C73.3802 197.67 71.6602 200.5 71.6602 204.22C71.6602 207.94 73.3802 210.77 77.0302 210.77C80.6802 210.77 82.4202 207.94 82.4202 204.22C82.4202 200.5 80.6802 197.67 77.0302 197.67ZM77.0302 208.62C75.3102 208.62 74.7102 206.64 74.7102 204.21C74.7102 201.78 75.3102 199.8 77.0302 199.8C78.7502 199.8 79.3702 201.78 79.3702 204.21C79.3702 206.65 78.7602 208.62 77.0302 208.62Z\" fill=\"white\"/>\\n<path d=\"M92.0901 197.89H89.1201V210.54H96.2801V208.26H92.0901V197.89Z\" fill=\"white\"/>\\n<path d=\"M105.29 205.14H109.52V202.93H105.29V200.1H109.74V197.89H102.43V210.54H109.95V208.33H105.29V205.14Z\" fill=\"white\"/>\\n<path d=\"M105.51 194.44L104.53 197.09H106.2L108.01 194.44H105.51Z\" fill=\"white\"/>\\n<path d=\"M121.75 205.43H123.42V208.29C123.17 208.42 122.82 208.47 122.39 208.47C120.12 208.47 119.04 206.62 119.04 204.26C119.04 202.83 119.66 199.94 122.79 199.94C124.1 199.94 125.06 200.36 125.69 200.65L125.87 198.16C125.11 197.94 124.04 197.65 122.55 197.65C117.73 197.65 115.99 201.02 115.99 204.12C115.99 209.54 119.67 210.74 122.03 210.74C124.06 210.74 125.55 210.38 126.22 210.07V203.27H121.76V205.43H121.75Z\" fill=\"white\"/>\\n<path d=\"M136.21 197.89H133.24V210.55H136.21V197.89Z\" fill=\"white\"/>\\n<path d=\"M148.24 197.67C144.59 197.67 142.87 200.5 142.87 204.22C142.87 207.94 144.59 210.77 148.24 210.77C151.89 210.77 153.63 207.94 153.63 204.22C153.62 200.5 151.88 197.67 148.24 197.67ZM148.24 208.62C146.52 208.62 145.92 206.64 145.92 204.21C145.92 201.78 146.52 199.8 148.24 199.8C149.96 199.8 150.58 201.78 150.58 204.21C150.58 206.65 149.96 208.62 148.24 208.62Z\" fill=\"white\"/>\\n<path d=\"M168.54 200.17H171.3V210.54H174.27V200.17H177.03V197.89H168.54V200.17Z\" fill=\"white\"/>\\n<path d=\"M186.01 205.14H190.23V202.93H186.01V200.1H190.45V197.89H183.14V210.54H190.67V208.33H186.01V205.14Z\" fill=\"white\"/>\\n<path d=\"M185.24 197.09H186.91L188.73 194.44H186.22L185.24 197.09Z\" fill=\"white\"/>\\n<path d=\"M203.06 208.33C201.17 208.33 199.74 206.66 199.74 204.2C199.74 201.64 201.01 200.03 203 200.03C204.36 200.03 205.12 200.5 205.57 200.76L205.72 198.29C205.23 198.09 204.27 197.67 202.38 197.67C199.8 197.67 196.69 199.52 196.69 204.16C196.69 208.17 199.12 210.76 202.58 210.76C204.19 210.76 205.25 210.47 205.75 210.31L205.64 207.66C205.37 207.79 204.52 208.33 203.06 208.33Z\" fill=\"white\"/>\\n<path d=\"M219.43 206.66H219.4L215.72 197.89H212.23V210.54H214.85V201.39H214.88L218.53 210.54H222.05V197.89H219.43V206.66Z\" fill=\"white\"/>\\n<path d=\"M232.13 197.89H229.16V210.55H232.13V197.89Z\" fill=\"white\"/>\\n<path d=\"M245.13 208.33C243.24 208.33 241.81 206.66 241.81 204.2C241.81 201.64 243.08 200.03 245.07 200.03C246.43 200.03 247.19 200.5 247.65 200.76L247.79 198.29C247.3 198.09 246.34 197.67 244.45 197.67C241.88 197.67 238.76 199.52 238.76 204.16C238.76 208.17 241.19 210.76 244.65 210.76C246.26 210.76 247.32 210.47 247.82 210.31L247.71 207.66C247.43 207.79 246.58 208.33 245.13 208.33Z\" fill=\"white\"/>\\n<path d=\"M258.99 197.67C255.34 197.67 253.62 200.5 253.62 204.22C253.62 207.94 255.34 210.77 258.99 210.77C262.63 210.77 264.38 207.94 264.38 204.22C264.37 200.5 262.63 197.67 258.99 197.67ZM258.99 208.62C257.27 208.62 256.67 206.64 256.67 204.21C256.67 201.78 257.27 199.8 258.99 199.8C260.71 199.8 261.33 201.78 261.33 204.21C261.33 206.65 260.71 208.62 258.99 208.62Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M204.33 49.32C200.52 41.12 201.17 28.92 211.22 20.12L212.35 19.14L197.92 2.51L196.82 3.24C192.93 5.83 188.23 7.13 182.83 7.13C175.57 7.13 167.57 4.68 161.42 0.57L160.57 0L159.74 0.56C156.67 2.62 153.13 4.26 149.44 5.38C145.78 6.5 141.97 7.12 138.34 7.12C132.94 7.12 128.24 5.82 124.38 3.23L123.26 2.5L108.82 19.13L109.95 20.11C119.96 28.91 120.63 41.11 116.86 49.26C106.96 68.64 104.43 83.39 108.92 95.63C113.14 107.11 123.69 116.22 141.14 123.51C148.7 126.97 156.91 132.05 159.44 134.82L160.56 136.04L161.68 134.82C164.21 132.05 172.43 126.99 179.98 123.53C197.49 116.23 208.03 107.11 212.25 95.63C216.74 83.4 214.22 68.66 204.33 49.32ZM182.09 116.47C179.78 117.63 177.75 118.65 175.95 119.54C169.1 122.94 165.65 124.65 162.1 127.86L160.65 129.18L159.18 127.85C155.69 124.66 152.25 122.97 145.44 119.59C143.61 118.68 141.55 117.67 139.21 116.48C107 100.19 108.48 80 121.33 52.69C123.82 47.1 128.53 32.69 117.69 20.54L116.45 19.13L124.16 9.89L125.57 10.36C131.45 12.3 136.55 13.23 141.11 13.23C141.13 13.23 141.13 13.23 141.13 13.23C148.21 13.23 153 10.98 158.06 8.59C158.62 8.32 160.65 7.38 160.65 7.38C160.65 7.38 162.68 8.32 163.24 8.57C168.31 10.97 173.11 13.23 180.19 13.23C184.77 13.23 189.87 12.29 195.78 10.36L197.19 9.89L204.87 19.13L203.62 20.54C192.79 32.68 197.48 47.09 200.01 52.73C212.81 80 214.31 100.2 182.09 116.47Z\" fill=\"white\"/>\\n<path d=\"M158.39 36.52V35.97H173.75C179.2 35.97 183.17 36.57 185.63 37.79C188.12 39.01 189.92 40.52 191.05 42.34C192.18 44.15 192.74 46.55 192.74 49.52C192.74 54.09 191.17 57.5 188.03 59.8C184.88 62.08 180.61 63.18 175.24 63.08V62.57C178.65 62.57 181.42 61.52 183.55 59.42C185.69 57.33 186.76 54.58 186.76 51.16C186.76 48.5 186.23 46.15 185.2 44.09C184.16 42.03 182.7 40.47 180.83 39.4C178.96 38.33 176.09 37.79 172.25 37.79H168.41V83.88C168.41 86.49 168.7 88.05 169.28 88.55C169.87 89.05 170.98 89.3 172.61 89.3V89.81H158.39V89.3C160.92 89.3 162.19 88.14 162.19 85.83V41.22C162.19 39.33 161.94 38.06 161.46 37.44C160.97 36.82 159.95 36.52 158.39 36.52Z\" fill=\"white\"/>\\n<path d=\"M160.59 89.26V89.81H145.23C139.77 89.81 135.81 89.21 133.34 87.99C130.86 86.77 129.06 85.26 127.93 83.44C126.8 81.63 126.24 79.23 126.24 76.26C126.24 71.69 127.81 68.27 130.95 65.98C134.09 63.7 138.36 62.6 143.74 62.7V63.21C140.33 63.21 137.57 64.26 135.43 66.35C133.3 68.45 132.22 71.19 132.22 74.61C132.22 77.27 132.74 79.63 133.78 81.68C134.81 83.74 136.28 85.3 138.15 86.37C140.02 87.44 142.89 87.98 146.73 87.98H150.57V41.9C150.57 39.29 150.28 37.73 149.69 37.23C149.11 36.73 148 36.48 146.36 36.48V35.97H160.58V36.48C158.05 36.48 156.78 37.64 156.78 39.95V84.56C156.78 86.46 157.03 87.72 157.51 88.34C158.01 88.96 159.04 89.26 160.59 89.26Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})]})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pcl4b7\",\"data-framer-name\":\"Buttons footer\",layoutDependency:layoutDependency,layoutId:\"GF0RZOh2f\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":Svy4pNvIR\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"pY3nqSKBt\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15ogjko framer-1bwwsn6\",\"data-framer-name\":\"In\\xedcio\",layoutDependency:layoutDependency,layoutId:\"pY3nqSKBt\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+40+(((componentViewport?.height||612)-80-1014)/2+746+80)+0+0,...addPropertyOverrides({izYVxoJwQ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||737)-80-1139)/2+871+80)+0+0},sLYmx4Ttu:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||928)-80-1633)/2+1303+80)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y9h17s-container\",layoutDependency:layoutDependency,layoutId:\"Reiq5lgMs-container\",children:/*#__PURE__*/_jsx(ButtonFooter,{height:\"100%\",id:\"Reiq5lgMs\",layoutId:\"Reiq5lgMs\",Uqu3ZxPpZ:\"In\\xedcio\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":q7GQQsiAh\",webPageId:\"d3yspAlrZ\"},motionChild:true,nodeId:\"xxmYc0Af6\",openInNewTab:false,smoothScroll:false,...addPropertyOverrides({e_giy8g83:{href:{hash:\":FW8EltIMq\",webPageId:\"d3yspAlrZ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1k1xu84 framer-1bwwsn6\",\"data-framer-name\":\"Ensino Infantil\",layoutDependency:layoutDependency,layoutId:\"xxmYc0Af6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+40+(((componentViewport?.height||612)-80-1014)/2+746+80)+0+0,...addPropertyOverrides({izYVxoJwQ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||737)-80-1139)/2+871+80)+0+0},sLYmx4Ttu:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||928)-80-1633)/2+1303+80)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bu522l-container\",layoutDependency:layoutDependency,layoutId:\"EfFXWlSk7-container\",children:/*#__PURE__*/_jsx(ButtonFooter,{height:\"100%\",id:\"EfFXWlSk7\",layoutId:\"EfFXWlSk7\",Uqu3ZxPpZ:\"Ensino\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":jXyz_4O5H\",webPageId:\"jCJrCCWiK\"},motionChild:true,nodeId:\"s35uqZdy3\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zixmk7 framer-1bwwsn6\",\"data-framer-name\":\"Sobre n\\xf3s\",layoutDependency:layoutDependency,layoutId:\"s35uqZdy3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+40+(((componentViewport?.height||612)-80-1014)/2+746+80)+0+0,...addPropertyOverrides({izYVxoJwQ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||737)-80-1139)/2+871+80)+0+0},sLYmx4Ttu:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||928)-80-1633)/2+1303+80)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nscpea-container\",layoutDependency:layoutDependency,layoutId:\"JEakp49UH-container\",children:/*#__PURE__*/_jsx(ButtonFooter,{height:\"100%\",id:\"JEakp49UH\",layoutId:\"JEakp49UH\",Uqu3ZxPpZ:\"Sobre n\\xf3s\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Qs4wB66q0\"},motionChild:true,nodeId:\"JqgexEEfb\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14vvywb framer-1bwwsn6\",\"data-framer-name\":\"Not\\xedcias\",layoutDependency:layoutDependency,layoutId:\"JqgexEEfb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+40+(((componentViewport?.height||612)-80-1014)/2+746+80)+0+0,...addPropertyOverrides({izYVxoJwQ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||737)-80-1139)/2+871+80)+0+0},sLYmx4Ttu:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||928)-80-1633)/2+1303+80)+0+62+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13txjt-container\",layoutDependency:layoutDependency,layoutId:\"PK_H2iFM1-container\",children:/*#__PURE__*/_jsx(ButtonFooter,{height:\"100%\",id:\"PK_H2iFM1\",layoutId:\"PK_H2iFM1\",Uqu3ZxPpZ:\"Not\\xedcias\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":u6OuceRi0\",webPageId:\"Bub0ElqT0\"},motionChild:true,nodeId:\"TWJGNPytU\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-g5gzpc framer-1bwwsn6\",\"data-framer-name\":\"Eventos\",layoutDependency:layoutDependency,layoutId:\"TWJGNPytU\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+40+(((componentViewport?.height||612)-80-1014)/2+746+80)+0+0,...addPropertyOverrides({izYVxoJwQ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||737)-80-1139)/2+871+80)+0+0},sLYmx4Ttu:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||928)-80-1633)/2+1303+80)+0+62+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wnju4c-container\",layoutDependency:layoutDependency,layoutId:\"uTOLlbcIS-container\",children:/*#__PURE__*/_jsx(ButtonFooter,{height:\"100%\",id:\"uTOLlbcIS\",layoutId:\"uTOLlbcIS\",Uqu3ZxPpZ:\"Iniciativas\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DMUykH3dW\"},motionChild:true,nodeId:\"kMoxpVWOj\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14phwqq framer-1bwwsn6\",\"data-framer-name\":\"Contato\",layoutDependency:layoutDependency,layoutId:\"kMoxpVWOj\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+40+(((componentViewport?.height||612)-80-1014)/2+746+80)+0+0,...addPropertyOverrides({izYVxoJwQ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||737)-80-1139)/2+871+80)+0+0},sLYmx4Ttu:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||928)-80-1633)/2+1303+80)+0+62+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fo7yo7-container\",layoutDependency:layoutDependency,layoutId:\"mz3FTsnD6-container\",children:/*#__PURE__*/_jsx(ButtonFooter,{height:\"100%\",id:\"mz3FTsnD6\",layoutId:\"mz3FTsnD6\",Uqu3ZxPpZ:\"Contato\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tmis36\",\"data-framer-name\":\"Desenvolvido\",layoutDependency:layoutDependency,layoutId:\"I5wunchw1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1xgp4uj\",\"data-framer-name\":\"Line 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1054,layoutDependency:layoutDependency,layoutId:\"W2gCwpAra\",svg:'<svg width=\"1054\" height=\"4\" viewBox=\"-1 -1 1054 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1.12305\" x2=\"1052\" y2=\"1.12305\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEpQLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans JP\", \"Noto Sans JP Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Desenvolvido por \",/*#__PURE__*/_jsx(Link,{href:\"https://www.scoder.com.br/\",motionChild:true,nodeId:\"EEQeQIzzc\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-decoration\":\"underline\"},children:\"S\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"13px\",\"--framer-text-decoration\":\"underline\"},children:\"coder Tech Studio Ltda.\"})]})})]})}),className:\"framer-2egvqn\",\"data-framer-name\":\"Desenvolvido por Scoder Tech Studio Ltda.\",fonts:[\"GF;Noto Sans JP-regular\"],layoutDependency:layoutDependency,layoutId:\"EEQeQIzzc\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xD1b8.framer-1bwwsn6, .framer-xD1b8 .framer-1bwwsn6 { display: block; }\",\".framer-xD1b8.framer-1nqw3at { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px 120px 40px 120px; position: relative; width: 1440px; }\",\".framer-xD1b8 .framer-1nism5t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-nloc7f { 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; text-decoration: none; width: min-content; }\",\".framer-xD1b8 .framer-1ayqtet { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: relative; width: 80px; }\",\".framer-xD1b8 .framer-hhscx8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 105px; height: 24px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xD1b8 .framer-n6zx63 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xD1b8 .framer-1sed32y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-xD1b8 .framer-18b1i4y { aspect-ratio: 0.45 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 11px; }\",\".framer-xD1b8 .framer-1nimym7, .framer-xD1b8 .framer-1k1xu84, .framer-xD1b8 .framer-zixmk7, .framer-xD1b8 .framer-14vvywb, .framer-xD1b8 .framer-g5gzpc, .framer-xD1b8 .framer-14phwqq { 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: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-xD1b8 .framer-1quyvx8 { flex: none; height: 25px; position: relative; width: 24px; }\",\".framer-xD1b8 .framer-rn3c2a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-xD1b8 .framer-19uoade { flex: none; height: 24px; position: relative; width: 23px; }\",\".framer-xD1b8 .framer-az5hyu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-79w7x5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-1bxthds { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xD1b8 .framer-1wm5apn, .framer-xD1b8 .framer-gmuovk, .framer-xD1b8 .framer-1bjdftc, .framer-xD1b8 .framer-1k4lciz, .framer-xD1b8 .framer-5xiifa { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xD1b8 .framer-kysvaz { flex: none; height: 26px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xD1b8 .framer-x7wxx1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-1scjk69 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-piatnx-container, .framer-xD1b8 .framer-mfss39-container, .framer-xD1b8 .framer-15tvm28-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-xD1b8 .framer-1racmzy { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xD1b8 .framer-mlp4to { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-1xtg43t, .framer-xD1b8 .framer-1d9hrcu, .framer-xD1b8 .framer-1wqvi73, .framer-xD1b8 .framer-1bdbnz0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-xD1b8 .framer-14cu8z1 { aspect-ratio: 3.8181820830037956 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 90px; }\",\".framer-xD1b8 .framer-1wm6og2 { aspect-ratio: 1.5696202531645569 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 58px); position: relative; width: 90px; }\",\".framer-xD1b8 .framer-183e2n9 { aspect-ratio: 2.2702702234573318 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 90px; }\",\".framer-xD1b8 .framer-n0li63 { aspect-ratio: 1.5260663507109005 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); position: relative; width: 90px; }\",\".framer-xD1b8 .framer-pcl4b7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-15ogjko { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-xD1b8 .framer-y9h17s-container, .framer-xD1b8 .framer-1bu522l-container, .framer-xD1b8 .framer-nscpea-container, .framer-xD1b8 .framer-13txjt-container, .framer-xD1b8 .framer-1wnju4c-container, .framer-xD1b8 .framer-fo7yo7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xD1b8 .framer-1tmis36 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-1xgp4uj { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-xD1b8 .framer-2egvqn { --framer-custom-cursors: pointer; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xD1b8.framer-1nqw3at, .framer-xD1b8 .framer-1nism5t, .framer-xD1b8 .framer-nloc7f, .framer-xD1b8 .framer-hhscx8, .framer-xD1b8 .framer-n6zx63, .framer-xD1b8 .framer-1sed32y, .framer-xD1b8 .framer-1nimym7, .framer-xD1b8 .framer-rn3c2a, .framer-xD1b8 .framer-az5hyu, .framer-xD1b8 .framer-79w7x5, .framer-xD1b8 .framer-1bxthds, .framer-xD1b8 .framer-x7wxx1, .framer-xD1b8 .framer-1scjk69, .framer-xD1b8 .framer-1racmzy, .framer-xD1b8 .framer-mlp4to, .framer-xD1b8 .framer-1xtg43t, .framer-xD1b8 .framer-1d9hrcu, .framer-xD1b8 .framer-1wqvi73, .framer-xD1b8 .framer-1bdbnz0, .framer-xD1b8 .framer-pcl4b7, .framer-xD1b8 .framer-15ogjko, .framer-xD1b8 .framer-1k1xu84, .framer-xD1b8 .framer-zixmk7, .framer-xD1b8 .framer-14vvywb, .framer-xD1b8 .framer-g5gzpc, .framer-xD1b8 .framer-14phwqq, .framer-xD1b8 .framer-1tmis36 { gap: 0px; } .framer-xD1b8.framer-1nqw3at > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-xD1b8.framer-1nqw3at > :first-child, .framer-xD1b8 .framer-rn3c2a > :first-child, .framer-xD1b8 .framer-az5hyu > :first-child, .framer-xD1b8 .framer-1bxthds > :first-child, .framer-xD1b8 .framer-x7wxx1 > :first-child, .framer-xD1b8 .framer-1racmzy > :first-child, .framer-xD1b8 .framer-1tmis36 > :first-child { margin-top: 0px; } .framer-xD1b8.framer-1nqw3at > :last-child, .framer-xD1b8 .framer-rn3c2a > :last-child, .framer-xD1b8 .framer-az5hyu > :last-child, .framer-xD1b8 .framer-1bxthds > :last-child, .framer-xD1b8 .framer-x7wxx1 > :last-child, .framer-xD1b8 .framer-1racmzy > :last-child, .framer-xD1b8 .framer-1tmis36 > :last-child { margin-bottom: 0px; } .framer-xD1b8 .framer-1nism5t > *, .framer-xD1b8 .framer-mlp4to > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-xD1b8 .framer-1nism5t > :first-child, .framer-xD1b8 .framer-nloc7f > :first-child, .framer-xD1b8 .framer-hhscx8 > :first-child, .framer-xD1b8 .framer-n6zx63 > :first-child, .framer-xD1b8 .framer-1sed32y > :first-child, .framer-xD1b8 .framer-1nimym7 > :first-child, .framer-xD1b8 .framer-79w7x5 > :first-child, .framer-xD1b8 .framer-1scjk69 > :first-child, .framer-xD1b8 .framer-mlp4to > :first-child, .framer-xD1b8 .framer-1xtg43t > :first-child, .framer-xD1b8 .framer-1d9hrcu > :first-child, .framer-xD1b8 .framer-1wqvi73 > :first-child, .framer-xD1b8 .framer-1bdbnz0 > :first-child, .framer-xD1b8 .framer-pcl4b7 > :first-child, .framer-xD1b8 .framer-15ogjko > :first-child, .framer-xD1b8 .framer-1k1xu84 > :first-child, .framer-xD1b8 .framer-zixmk7 > :first-child, .framer-xD1b8 .framer-14vvywb > :first-child, .framer-xD1b8 .framer-g5gzpc > :first-child, .framer-xD1b8 .framer-14phwqq > :first-child { margin-left: 0px; } .framer-xD1b8 .framer-1nism5t > :last-child, .framer-xD1b8 .framer-nloc7f > :last-child, .framer-xD1b8 .framer-hhscx8 > :last-child, .framer-xD1b8 .framer-n6zx63 > :last-child, .framer-xD1b8 .framer-1sed32y > :last-child, .framer-xD1b8 .framer-1nimym7 > :last-child, .framer-xD1b8 .framer-79w7x5 > :last-child, .framer-xD1b8 .framer-1scjk69 > :last-child, .framer-xD1b8 .framer-mlp4to > :last-child, .framer-xD1b8 .framer-1xtg43t > :last-child, .framer-xD1b8 .framer-1d9hrcu > :last-child, .framer-xD1b8 .framer-1wqvi73 > :last-child, .framer-xD1b8 .framer-1bdbnz0 > :last-child, .framer-xD1b8 .framer-pcl4b7 > :last-child, .framer-xD1b8 .framer-15ogjko > :last-child, .framer-xD1b8 .framer-1k1xu84 > :last-child, .framer-xD1b8 .framer-zixmk7 > :last-child, .framer-xD1b8 .framer-14vvywb > :last-child, .framer-xD1b8 .framer-g5gzpc > :last-child, .framer-xD1b8 .framer-14phwqq > :last-child { margin-right: 0px; } .framer-xD1b8 .framer-nloc7f > *, .framer-xD1b8 .framer-1nimym7 > *, .framer-xD1b8 .framer-1scjk69 > *, .framer-xD1b8 .framer-1xtg43t > *, .framer-xD1b8 .framer-1d9hrcu > *, .framer-xD1b8 .framer-1wqvi73 > *, .framer-xD1b8 .framer-1bdbnz0 > *, .framer-xD1b8 .framer-15ogjko > *, .framer-xD1b8 .framer-1k1xu84 > *, .framer-xD1b8 .framer-zixmk7 > *, .framer-xD1b8 .framer-14vvywb > *, .framer-xD1b8 .framer-g5gzpc > *, .framer-xD1b8 .framer-14phwqq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xD1b8 .framer-hhscx8 > * { margin: 0px; margin-left: calc(105px / 2); margin-right: calc(105px / 2); } .framer-xD1b8 .framer-n6zx63 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-xD1b8 .framer-1sed32y > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xD1b8 .framer-rn3c2a > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xD1b8 .framer-az5hyu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xD1b8 .framer-79w7x5 > *, .framer-xD1b8 .framer-pcl4b7 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-xD1b8 .framer-1bxthds > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xD1b8 .framer-x7wxx1 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-xD1b8 .framer-1racmzy > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xD1b8 .framer-1tmis36 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-xD1b8.framer-v-fa47eu.framer-1nqw3at { padding: 40px 100px 40px 100px; width: 1200px; }\",\".framer-xD1b8.framer-v-fa47eu .framer-15ogjko, .framer-xD1b8.framer-v-w0pwsk .framer-15ogjko { order: 0; }\",\".framer-xD1b8.framer-v-fa47eu .framer-1k1xu84, .framer-xD1b8.framer-v-w0pwsk .framer-1k1xu84 { order: 1; }\",\".framer-xD1b8.framer-v-fa47eu .framer-zixmk7, .framer-xD1b8.framer-v-w0pwsk .framer-zixmk7 { order: 2; }\",\".framer-xD1b8.framer-v-fa47eu .framer-14vvywb, .framer-xD1b8.framer-v-w0pwsk .framer-14vvywb { order: 3; }\",\".framer-xD1b8.framer-v-fa47eu .framer-g5gzpc, .framer-xD1b8.framer-v-w0pwsk .framer-g5gzpc { order: 4; }\",\".framer-xD1b8.framer-v-fa47eu .framer-14phwqq, .framer-xD1b8.framer-v-w0pwsk .framer-14phwqq { order: 5; }\",\".framer-xD1b8.framer-v-w0pwsk.framer-1nqw3at { padding: 40px 50px 40px 50px; width: 810px; }\",\".framer-xD1b8.framer-v-w0pwsk .framer-79w7x5, .framer-xD1b8.framer-v-1cvabdk .framer-79w7x5 { flex-direction: column; gap: 32px; }\",\".framer-xD1b8.framer-v-w0pwsk .framer-1bxthds, .framer-xD1b8.framer-v-1cvabdk .framer-1bxthds { flex: none; width: 100%; }\",\".framer-xD1b8.framer-v-w0pwsk .framer-1racmzy, .framer-xD1b8.framer-v-1cvabdk .framer-1racmzy { align-self: unset; flex: none; height: 93px; width: 100%; }\",\".framer-xD1b8.framer-v-w0pwsk .framer-14cu8z1 { height: var(--framer-aspect-ratio-supported, 23px); }\",\".framer-xD1b8.framer-v-w0pwsk .framer-1wm6og2, .framer-xD1b8.framer-v-1cvabdk .framer-1wm6og2 { height: var(--framer-aspect-ratio-supported, 57px); }\",\".framer-xD1b8.framer-v-w0pwsk .framer-183e2n9 { height: var(--framer-aspect-ratio-supported, 39px); }\",\".framer-xD1b8.framer-v-w0pwsk .framer-pcl4b7 { gap: 33px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xD1b8.framer-v-w0pwsk .framer-79w7x5, .framer-xD1b8.framer-v-w0pwsk .framer-pcl4b7 { gap: 0px; } .framer-xD1b8.framer-v-w0pwsk .framer-79w7x5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-xD1b8.framer-v-w0pwsk .framer-79w7x5 > :first-child { margin-top: 0px; } .framer-xD1b8.framer-v-w0pwsk .framer-79w7x5 > :last-child { margin-bottom: 0px; } .framer-xD1b8.framer-v-w0pwsk .framer-pcl4b7 > * { margin: 0px; margin-left: calc(33px / 2); margin-right: calc(33px / 2); } .framer-xD1b8.framer-v-w0pwsk .framer-pcl4b7 > :first-child { margin-left: 0px; } .framer-xD1b8.framer-v-w0pwsk .framer-pcl4b7 > :last-child { margin-right: 0px; } }\",\".framer-xD1b8.framer-v-1cvabdk.framer-1nqw3at { padding: 40px 16px 40px 16px; width: 390px; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-1scjk69 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-mlp4to { gap: 16px; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-14cu8z1 { height: var(--framer-aspect-ratio-supported, 18px); width: 70px; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-183e2n9 { height: var(--framer-aspect-ratio-supported, 31px); width: 70px; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-pcl4b7 { align-content: unset; align-items: unset; display: grid; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }\",\".framer-xD1b8.framer-v-1cvabdk .framer-15ogjko { align-self: start; height: 100%; justify-self: start; order: 0; width: 100%; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-1k1xu84 { align-self: start; height: 100%; justify-content: flex-start; justify-self: start; order: 1; width: 100%; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-zixmk7 { align-self: start; height: 100%; justify-content: flex-start; justify-self: start; order: 2; width: 100%; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-14vvywb { align-self: start; height: 100%; justify-content: flex-start; justify-self: start; order: 3; width: 100%; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-g5gzpc { align-self: start; justify-self: start; order: 4; }\",\".framer-xD1b8.framer-v-1cvabdk .framer-14phwqq { align-self: start; height: 100%; justify-content: flex-start; justify-self: start; order: 5; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xD1b8.framer-v-1cvabdk .framer-79w7x5, .framer-xD1b8.framer-v-1cvabdk .framer-1scjk69, .framer-xD1b8.framer-v-1cvabdk .framer-mlp4to, .framer-xD1b8.framer-v-1cvabdk .framer-pcl4b7 { gap: 0px; } .framer-xD1b8.framer-v-1cvabdk .framer-79w7x5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-xD1b8.framer-v-1cvabdk .framer-79w7x5 > :first-child, .framer-xD1b8.framer-v-1cvabdk .framer-1scjk69 > :first-child { margin-top: 0px; } .framer-xD1b8.framer-v-1cvabdk .framer-79w7x5 > :last-child, .framer-xD1b8.framer-v-1cvabdk .framer-1scjk69 > :last-child { margin-bottom: 0px; } .framer-xD1b8.framer-v-1cvabdk .framer-1scjk69 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xD1b8.framer-v-1cvabdk .framer-mlp4to > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-xD1b8.framer-v-1cvabdk .framer-mlp4to > :first-child { margin-left: 0px; } .framer-xD1b8.framer-v-1cvabdk .framer-mlp4to > :last-child { margin-right: 0px; } .framer-xD1b8.framer-v-1cvabdk .framer-pcl4b7 > *, .framer-xD1b8.framer-v-1cvabdk .framer-pcl4b7 > :first-child, .framer-xD1b8.framer-v-1cvabdk .framer-pcl4b7 > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 612\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"e_giy8g83\":{\"layout\":[\"fixed\",\"auto\"]},\"izYVxoJwQ\":{\"layout\":[\"fixed\",\"auto\"]},\"sLYmx4Ttu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"f129fua06\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYhkAuU0of=withCSS(Component,css,\"framer-xD1b8\");export default FramerYhkAuU0of;FramerYhkAuU0of.displayName=\"Footer 1\";FramerYhkAuU0of.defaultProps={height:612,width:1440};addPropertyControls(FramerYhkAuU0of,{variant:{options:[\"RSEgUulKd\",\"e_giy8g83\",\"izYVxoJwQ\",\"sLYmx4Ttu\"],optionTitles:[\"Footer DESKTOP 1440\",\"Footer DESKTOP 1200\",\"Footer TABLET - 810\",\"footer MOBILE 390\"],title:\"Variant\",type:ControlType.Enum},f129fua06:{title:\"Link\",type:ControlType.Link}});addFonts(FramerYhkAuU0of,[{explicitInter:true,fonts:[{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\",weight:\"700\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\",weight:\"500\"},{family:\"Noto Sans JP\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj757Y0rw-oME.woff2\",weight:\"400\"}]},...SparkleButtonFonts,...ButtonFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYhkAuU0of\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"f129fua06\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e_giy8g83\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"izYVxoJwQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sLYmx4Ttu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"612\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YhkAuU0of.map"],
  "mappings": "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",
  "names": ["SparkleButton", "props", "ref", "pe", "isHover", "setHover", "ye", "isPressed", "setPressed", "handleMouseDown", "handleMouseUp", "handleCick", "event", "_this", "link", "anchorId", "anchor", "window", "handleMouseEnter", "handleMouseLeave", "borderRadius", "borderColor", "style", "beforeAfterStyle", "beforeHoverStyle", "afterHoverStyle", "before", "p", "motion", "after", "iconStart", "hoverIconStart", "iconEnd", "hoverIconEnd", "u", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "isOnFramerCanvas", "useIsOnFramerCanvas", "consentModeLocalStorageKey", "dismissedLocalStorageKey", "autoAcceptedLocalStorageKey", "getStateFromLocalStorage", "consentFromLocalStorage", "dismissedFromLocalStorage", "autoAcceptedFromLocalStorage", "isDismissed", "isAutoAccepted", "safeJSONParse", "syncToGTM", "sendToGTM", "initGTM", "window", "ue", "yieldBeforeCb", "isBrowser", "dismiss", "autoAccept", "acceptAll", "rejectAll", "acceptCurrent", "toggleMode", "mode", "countries", "isInEUTimezone", "_Intl_DateTimeFormat_resolvedOptions_timeZone", "_Intl_DateTimeFormat_resolvedOptions", "_Intl_DateTimeFormat", "_Intl", "isEULocale", "_navigator_languages", "_navigator_language", "locale", "navigator", "country", "_locale_toUpperCase", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "skipEUCheck", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "_banner_style_border", "maxHeightReduction", "linkColor", "paddingValue", "bannerShadow", "getShadow", "borderShadow", "bannerStyle", "getMultipleShadows", "p", "motion", "DEFAULT_FONT_FAMILY", "SimpleBanner", "AcceptRejectBanner", "OptionsBanner", "description", "policy", "padding", "u", "Description", "Button", "title", "onAccept", "onReject", "Headline", "Buttons", "showReject", "consent", "onOptionToggle", "showOptions", "setShowOptions", "ye", "optionTheme", "optionNames", "shouldShowOptions", "AnimatePresence", "option", "Option", "l", "titleColor", "descriptionColor", "showDescription", "enabled", "optional", "onClick", "theme", "L", "children", "style", "DescriptionParagraph", "descriptionParagraphs", "line", "index", "direction", "id", "primary", "settings", "_settings_hoverOpacity", "_settings_tapOpacity", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "skipLogic", "isInEU", "isBrowser", "inEU", "region", "useRegion", "consent", "useConsent", "isOpen", "setIsOpen", "ye", "instantlyShowOnMount", "setInstantlyShowOnMount", "ue", "yieldBeforeCb", "noConsentGiven", "shouldAutoAccept", "handleDismiss", "interactionResponse", "handleAcceptAll", "handleRejectAll", "handleAcceptCurrent", "p", "Banner", "defaultConsent", "u", "l", "Trigger", "Overlay", "IconCookie", "K", "props", "_props_banner_style", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "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", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerYRV6_aC2p", "withCSS", "YRV6_aC2p_default", "addPropertyControls", "ControlType", "addFonts", "CaretCopyFonts", "getFonts", "YRV6_aC2p_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", "hover", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "DApvjrdfG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerKtn6ghjqC", "withCSS", "Ktn6ghjqC_default", "addPropertyControls", "ControlType", "addFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "e", "f", "r", "o", "t", "n", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "f", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "IconoirFonts", "getFonts", "Icon", "IconoirControls", "getPropertyControls", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "color", "height", "id", "name1", "title", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Bl2odjeXP", "lwOOZksQ4", "JEQDGJVv_", "yZh8FHjID", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1eztxii", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "Framertqa1TTBtK", "withCSS", "tqa1TTBtK_default", "addPropertyControls", "ControlType", "addFonts", "TextModalSelctFonts", "getFonts", "tqa1TTBtK_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", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerQAAWc2PfF", "withCSS", "QAAWc2PfF_default", "addPropertyControls", "ControlType", "addFonts", "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", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "RichText2", "css", "FramerxFf4EeqZb", "withCSS", "xFf4EeqZb_default", "addPropertyControls", "ControlType", "addFonts", "TriggerCopyFonts", "getFonts", "Ktn6ghjqC_default", "LinksResourcesCopy2Fonts", "QAAWc2PfF_default", "MotionDivWithFX", "withFX", "motion", "LinksResourcesFonts", "xFf4EeqZb_default", "CookieBannerFonts", "CookieBanner", "SparkleButtonFonts", "SparkleButton", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transition3", "transition4", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XY5EtwOk0", "PZ7EWCQHf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapg4s3xo", "args", "onTap1xjmv1u", "PWSlWeqS6txyyif", "overlay", "loadMore", "onTap14aebc1", "ref1", "pe", "isDisplayed", "isDisplayed1", "ref2", "ref3", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "l", "ComponentViewportProvider", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerXjEdHrqU9", "withCSS", "XjEdHrqU9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Uqu3ZxPpZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerQWY82EsvP", "withCSS", "QWY82EsvP_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SparkleButtonFonts", "getFonts", "SparkleButton", "ButtonFooterFonts", "QWY82EsvP_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "f129fua06", "PZ7EWCQHf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap14aebc1", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerYhkAuU0of", "withCSS", "YhkAuU0of_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
