{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.42/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/m1Uf0Gc537vofazV3caX/EN7a3NEqXPaPsXgFR7tA/HmbKHhTtA.js", "ssg:https://framerusercontent.com/modules/cKdidbPKeAD78I1ynGtI/FyDq9Dvf82OtRgJ1l8xH/q5NZ1vjNE.js", "ssg:https://framerusercontent.com/modules/xNx7G2oMonwHeGVGSJgk/EhE7HdUnqo3QU7mj8423/FGFZJg2CX.js", "ssg:https://framerusercontent.com/modules/hLDTmz5tpxoSm3fpM3FE/WzSs22friGSfFa7YDTr9/H9_R8imPD.js", "ssg:https://framerusercontent.com/modules/kWOwL6hBA2v2ScILAOuh/8zBfH7DqeWJau2cvPcb4/awKg3g78u.js", "ssg:https://framerusercontent.com/modules/vpLfxqmdBd3PR7dXKnUE/WBlKiXQCToANRYyyuiII/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/mFHCKqnZcGBxUXneL0rr/w40ayqht09qBqU1tA1d2/vqpGts4XG.js", "ssg:https://framerusercontent.com/modules/6VBuIod4JsFPgqmODJ81/7ySqbouGwnlW1NrK4QCU/XM_toxh2j.js", "ssg:https://framerusercontent.com/modules/8MsGZDuGMKo0BUDb73yl/N2pyPXkRf3umvvJnGhBT/fF3MpMlj2.js", "ssg:https://framerusercontent.com/modules/ujUmEcDFads8cDuOBHin/gGcyM4weFV5ZcZZ1zgAT/w9X46xPNG.js", "ssg:https://framerusercontent.com/modules/v1xpKNNpyqxj3PkkDrYD/LiBS7ROJLDOh7HGrX9NQ/N3_2kwP14.js", "ssg:https://framerusercontent.com/modules/aOONM3NnfWqeb07Hjbnc/nedzSrmTh0FrcJrzWo7F/b_yBnJfoc.js", "ssg:https://framerusercontent.com/modules/kIVEjLbVoMDnj5sG5yfB/tGiIctze93ziqcixqzeO/Ha_Yz5lxJ.js", "ssg:https://framerusercontent.com/modules/n40PiED6NpibldiXDcly/B6Qp8kLJac58hZcCnts5/qXCWYXQMs.js", "ssg:https://framerusercontent.com/modules/9CVwet5pcQdxQFrTS9Bj/jz5y2YVXr6KD5vGzIvQz/T1BZkKVJL.js", "ssg:https://framerusercontent.com/modules/slioBfKmIwNYBiUDkAYX/PdA7xbPIH4aXL1JMHu8t/o0jtJPv14.js"],
  "sourcesContent": ["function t(e,i,s){return Math.max(e,Math.min(i,s))}class Animate{advance(e){if(!this.isRunning)return;let i=!1;if(this.lerp)this.value=(s=this.value,o=this.to,n=60*this.lerp,r=e,function(e,i,s){return(1-s)*e+s*i}(s,o,1-Math.exp(-n*r))),Math.round(this.value)===this.to&&(this.value=this.to,i=!0);else{this.currentTime+=e;const s=t(0,this.currentTime/this.duration,1);i=s>=1;const o=i?1:this.easing(s);this.value=this.from+(this.to-this.from)*o}var s,o,n,r;this.onUpdate?.(this.value,i),i&&this.stop()}stop(){this.isRunning=!1}fromTo(e,i,{lerp:s=.1,duration:o=1,easing:n=(e=>e),onStart:r,onUpdate:l}){this.from=this.value=e,this.to=i,this.lerp=s,this.duration=o,this.easing=n,this.currentTime=0,this.isRunning=!0,r?.(),this.onUpdate=l}}class Dimensions{constructor({wrapper:e,content:i,autoResize:s=!0,debounce:o=250}={}){this.wrapper=e,this.content=i,s&&(this.debouncedResize=function(e,i){let s;return function(){let o=arguments,n=this;clearTimeout(s),s=setTimeout((function(){e.apply(n,o)}),i)}}(this.resize,o),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(e,...i){let s=this.events[e]||[];for(let e=0,o=s.length;e<o;e++)s[e](...i)}on(e,i){return this.events[e]?.push(i)||(this.events[e]=[i]),()=>{this.events[e]=this.events[e]?.filter((e=>i!==e))}}off(e,i){this.events[e]=this.events[e]?.filter((e=>i!==e))}destroy(){this.events={}}}const e=100/6;class VirtualScroll{constructor(e,{wheelMultiplier:i=1,touchMultiplier:s=1}){this.element=e,this.wheelMultiplier=i,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(e,i){return this.emitter.on(e,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}onTouchStart=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:e})};onTouchMove=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e,o=-(i-this.touchStart.x)*this.touchMultiplier,n=-(s-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:o,y:n},this.emitter.emit(\"scroll\",{deltaX:o,deltaY:n,event:e})};onTouchEnd=e=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:e})};onWheel=i=>{let{deltaX:s,deltaY:o,deltaMode:n}=i;s*=1===n?e:2===n?this.windowWidth:1,o*=1===n?e:2===n?this.windowHeight:1,s*=this.wheelMultiplier,o*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:i})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:e=window,content:i=document.documentElement,wheelEventsTarget:s=e,eventsTarget:o=s,smoothWheel:n=!0,syncTouch:r=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:h=35,duration:a,easing:c=(e=>Math.min(1,1.001-Math.pow(2,-10*e))),lerp:d=!a&&.1,infinite:p=!1,orientation:u=\"vertical\",gestureOrientation:m=\"vertical\",touchMultiplier:v=1,wheelMultiplier:g=1,autoResize:S=!0,__experimental__naiveDimensions:w=!1}={}){this.__isSmooth=!1,this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:e,deltaY:i,event:s})=>{if(s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const r=0===e&&0===i,l=\"vertical\"===this.options.gestureOrientation&&0===i||\"horizontal\"===this.options.gestureOrientation&&0===e;if(r||l)return;let h=s.composedPath();if(h=h.slice(0,h.indexOf(this.rootElement)),h.find((e=>{var i,s,r,l,h;return(null===(i=e.hasAttribute)||void 0===i?void 0:i.call(e,\"data-lenis-prevent\"))||o&&(null===(s=e.hasAttribute)||void 0===s?void 0:s.call(e,\"data-lenis-prevent-touch\"))||n&&(null===(r=e.hasAttribute)||void 0===r?void 0:r.call(e,\"data-lenis-prevent-wheel\"))||(null===(l=e.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(h=e.classList)||void 0===h?void 0:h.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(this.isSmooth=this.options.syncTouch&&o||this.options.smoothWheel&&n,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();s.preventDefault();let a=i;\"both\"===this.options.gestureOrientation?a=Math.abs(i)>Math.abs(e)?i:e:\"horizontal\"===this.options.gestureOrientation&&(a=e);const c=o&&this.options.syncTouch,d=o&&\"touchend\"===s.type&&Math.abs(a)>5;d&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{lerp:d?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const e=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-e),this.emit()}},window.lenisVersion=\"1.0.42\",e!==document.documentElement&&e!==document.body||(e=window),this.options={wrapper:e,content:i,wheelEventsTarget:s,eventsTarget:o,smoothWheel:n,syncTouch:r,syncTouchLerp:l,touchInertiaMultiplier:h,duration:a,easing:c,lerp:d,infinite:p,gestureOrientation:m,orientation:u,touchMultiplier:v,wheelMultiplier:g,autoResize:S,__experimental__naiveDimensions:w},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:e,content:i,autoResize:S}),this.toggleClassName(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=r||n,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll=new VirtualScroll(o,{touchMultiplier:v,wheelMultiplier:g}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClassName(\"lenis\",!1),this.toggleClassName(\"lenis-smooth\",!1),this.toggleClassName(\"lenis-scrolling\",!1),this.toggleClassName(\"lenis-stopped\",!1),this.toggleClassName(\"lenis-locked\",!1)}on(e,i){return this.emitter.on(e,i)}off(e,i){return this.emitter.off(e,i)}setScroll(e){this.isHorizontal?this.rootElement.scrollLeft=e:this.rootElement.scrollTop=e}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(e){const i=e-(this.time||e);this.time=e,this.animate.advance(.001*i)}scrollTo(e,{offset:i=0,immediate:s=!1,lock:o=!1,duration:n=this.options.duration,easing:r=this.options.easing,lerp:l=!n&&this.options.lerp,onComplete:h,force:a=!1,programmatic:c=!0}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(e))e=0;else if([\"bottom\",\"right\",\"end\"].includes(e))e=this.limit;else{let s;if(\"string\"==typeof e?s=document.querySelector(e):(null==e?void 0:e.nodeType)&&(s=e),s){if(this.options.wrapper!==window){const e=this.options.wrapper.getBoundingClientRect();i-=this.isHorizontal?e.left:e.top}const o=s.getBoundingClientRect();e=(this.isHorizontal?o.left:o.top)+this.animatedScroll}}if(\"number\"==typeof e){if(e+=i,e=Math.round(e),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):e=t(0,e,this.limit),s)return this.animatedScroll=this.targetScroll=e,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));if(!c){if(e===this.targetScroll)return;this.targetScroll=e}this.animate.fromTo(this.animatedScroll,e,{duration:n,easing:r,lerp:l,onStart:()=>{o&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(e,i)=>{this.isScrolling=!0,this.velocity=e-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=e,this.setScroll(this.scroll),c&&(this.targetScroll=e),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(e=this.animatedScroll,i=this.limit,(e%i+i)%i):this.animatedScroll;var e,i}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(e){this.__isSmooth!==e&&(this.__isSmooth=e,this.toggleClassName(\"lenis-smooth\",e))}get isScrolling(){return this.__isScrolling}set isScrolling(e){this.__isScrolling!==e&&(this.__isScrolling=e,this.toggleClassName(\"lenis-scrolling\",e))}get isStopped(){return this.__isStopped}set isStopped(e){this.__isStopped!==e&&(this.__isStopped=e,this.toggleClassName(\"lenis-stopped\",e))}get isLocked(){return this.__isLocked}set isLocked(e){this.__isLocked!==e&&(this.__isLocked=e,this.toggleClassName(\"lenis-locked\",e))}get className(){let e=\"lenis\";return this.isStopped&&(e+=\" lenis-stopped\"),this.isLocked&&(e+=\" lenis-locked\"),this.isScrolling&&(e+=\" lenis-scrolling\"),this.isSmooth&&(e+=\" lenis-smooth\"),e}toggleClassName(e,i){this.rootElement.classList.toggle(e,i),this.emitter.emit(\"className change\",this)}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{lenis.current.raf(time);requestAnimationFrame(raf);};requestAnimationFrame(raf);return()=>{lenis.current.destroy();lenis.current=null;};},[]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"style\",{children:`\n      html.lenis {\n        height: auto;\n      }\n\n      .lenis.lenis-smooth {\n        scroll-behavior: auto !important;\n      }\n\n      .lenis.lenis-smooth [data-lenis-prevent] {\n        overscroll-behavior: contain;\n      }\n\n      .lenis.lenis-stopped {\n        overflow: hidden;\n      }\n\n      .lenis.lenis-scrolling iframe {\n        pointer-events: none;\n      }\n    `})});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (d31cd55)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Lexend-700\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LVte6KuGEo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-1Scl8 .framer-styles-preset-buli4a:not(.rich-text-wrapper), .framer-1Scl8 .framer-styles-preset-buli4a.rich-text-wrapper h5 { --framer-font-family: \"Lexend\", \"Lexend Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 34px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-6e401796-42fc-40b1-a741-333d3f383aa6, #cdced7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-1Scl8 .framer-styles-preset-buli4a:not(.rich-text-wrapper), .framer-1Scl8 .framer-styles-preset-buli4a.rich-text-wrapper h5 { --framer-font-family: \"Lexend\", \"Lexend Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 34px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-6e401796-42fc-40b1-a741-333d3f383aa6, #cdced7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-1Scl8 .framer-styles-preset-buli4a:not(.rich-text-wrapper), .framer-1Scl8 .framer-styles-preset-buli4a.rich-text-wrapper h5 { --framer-font-family: \"Lexend\", \"Lexend Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 34px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-6e401796-42fc-40b1-a741-333d3f383aa6, #cdced7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-1Scl8\";\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 (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-djpTK .framer-styles-preset-1h9sfqd:not(.rich-text-wrapper), .framer-djpTK .framer-styles-preset-1h9sfqd.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, #b9bbc6); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-djpTK\";\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 (15813d8)\nimport{jsx as _jsx,jsxs as _jsxs}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=[\"gOQhTF5iS\",\"CgLUMOnMc\",\"u1A7CAomi\"];const serializationHash=\"framer-TtXn5\";const variantClassNames={CgLUMOnMc:\"framer-v-vzzfrg\",gOQhTF5iS:\"framer-v-152bw6j\",u1A7CAomi:\"framer-v-1ftmxtu\"};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={\"Arrow Right\":\"CgLUMOnMc\",Email:\"gOQhTF5iS\",Support:\"u1A7CAomi\"};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:\"gOQhTF5iS\"};};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:\"gOQhTF5iS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"CgLUMOnMc\",\"u1A7CAomi\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"CgLUMOnMc\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"u1A7CAomi\")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-152bw6j\",className,classNames),\"data-framer-name\":\"Email\",layoutDependency:layoutDependency,layoutId:\"gOQhTF5iS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CgLUMOnMc:{\"data-framer-name\":\"Arrow Right\"},u1A7CAomi:{\"data-framer-name\":\"Support\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1uc0wdj\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"Fv2ISEMsx\",svg:'<svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.50065 0.666504C1.31 0.666504 0.333984 1.64252 0.333984 2.83317V9.1665C0.333984 10.3572 1.31 11.3332 2.50065 11.3332H11.5007C12.6913 11.3332 13.6673 10.3572 13.6673 9.1665V2.83317C13.6673 1.64252 12.6913 0.666504 11.5007 0.666504H2.50065ZM2.50065 1.6665H11.5007C12.1507 1.6665 12.6673 2.18315 12.6673 2.83317V3.20166L7.00065 6.26481L1.33398 3.20166V2.83317C1.33398 2.18315 1.85063 1.6665 2.50065 1.6665ZM1.33398 4.33838L6.76302 7.27327C6.83602 7.3127 6.91768 7.33335 7.00065 7.33335C7.08362 7.33335 7.16528 7.3127 7.23828 7.27327L12.6673 4.33838V9.1665C12.6673 9.81652 12.1507 10.3332 11.5007 10.3332H2.50065C1.85063 10.3332 1.33398 9.81652 1.33398 9.1665V4.33838Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-jd5202\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"P1cMkxfuu\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.99935 0.666687L5.05935 1.60669L8.77935 5.33335H0.666016V6.66669H8.77935L5.05935 10.3934L5.99935 11.3334L11.3327 6.00002L5.99935 0.666687Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-mav7vs\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:13,layoutDependency:layoutDependency,layoutId:\"ykJdfadBx\",svg:'<svg width=\"13\" height=\"14\" viewBox=\"0 0 13 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.16536 0.333313C4.57292 0.333313 3.26597 0.781248 2.36328 1.63605C1.46059 2.49085 0.998698 3.72792 0.998698 5.16665V6.41925C0.618622 6.72273 0.332031 7.14354 0.332031 7.66665C0.332031 8.45389 0.900189 9.08999 1.63867 9.2604C1.93751 10.4454 2.43431 11.5011 3.13411 12.276C3.90151 13.1258 4.90099 13.6666 5.9987 13.6666C6.06495 13.6676 6.13074 13.6553 6.19222 13.6306C6.2537 13.6059 6.30966 13.5692 6.35685 13.5227C6.40403 13.4762 6.4415 13.4208 6.46708 13.3596C6.49265 13.2985 6.50582 13.2329 6.50582 13.1666C6.50582 13.1004 6.49265 13.0348 6.46708 12.9737C6.4415 12.9125 6.40403 12.8571 6.35685 12.8106C6.30966 12.764 6.2537 12.7274 6.19222 12.7027C6.13074 12.6779 6.06495 12.6657 5.9987 12.6666C5.22607 12.6666 4.49941 12.2955 3.8763 11.6054C3.2532 10.9154 2.7563 9.90953 2.50846 8.72849C2.48484 8.61616 2.42328 8.51538 2.33414 8.44306C2.24499 8.37075 2.13367 8.3313 2.01888 8.33136C1.91664 8.33136 1.91046 8.33331 1.9987 8.33331C1.62458 8.33331 1.33203 8.04076 1.33203 7.66665C1.33203 7.39877 1.48586 7.18054 1.71289 7.0729C1.7984 7.03235 1.87065 6.96837 1.92125 6.88839C1.97184 6.80841 1.9987 6.71571 1.9987 6.62107V5.16665C1.9987 3.93604 2.37014 3.00649 3.05078 2.36196C3.73143 1.71742 4.75781 1.33331 6.16536 1.33331C8.27113 1.33331 9.65615 2.29873 10.3307 3.70896C10.3373 3.72288 10.3361 3.72747 10.3112 3.73501C9.94244 3.84653 9.05061 3.99998 7.9987 3.99998C6.72786 3.99998 5.88257 3.76318 5.36263 3.54034C4.84269 3.31751 4.68555 3.14646 4.68555 3.14646C4.62619 3.08711 4.55285 3.04365 4.47229 3.02009C4.39172 2.99653 4.30652 2.99364 4.22454 3.01167C4.14256 3.0297 4.06644 3.06808 4.00319 3.12326C3.93994 3.17845 3.8916 3.24867 3.86263 3.32745C3.86263 3.32745 3.7512 3.67395 3.19336 4.1035C3.14129 4.14359 3.09763 4.19355 3.06487 4.25052C3.03211 4.30749 3.0109 4.37036 3.00243 4.43553C2.99397 4.5007 2.99843 4.5669 3.01555 4.63035C3.03267 4.6938 3.06212 4.75325 3.10221 4.80532C3.14231 4.85739 3.19227 4.90104 3.24924 4.9338C3.30621 4.96656 3.36908 4.98778 3.43425 4.99624C3.49942 5.00471 3.56562 5.00025 3.62907 4.98313C3.69251 4.96601 3.75197 4.93656 3.80404 4.89646C4.13125 4.6445 4.33167 4.38744 4.48958 4.16665C4.65588 4.28181 4.65541 4.32561 4.9681 4.45961C5.61482 4.73678 6.60286 4.99998 7.9987 4.99998C8.71396 4.99998 9.32939 4.93925 9.83138 4.85675C9.90967 5.09169 9.9987 5.43517 9.9987 5.83331V9.16665C9.9987 10.0011 9.3332 10.6666 8.4987 10.6666H7.88542C7.79085 10.4673 7.64169 10.2988 7.45523 10.1808C7.26878 10.0628 7.05269 10.0001 6.83203 9.99998C6.67882 9.99998 6.52711 10.0302 6.38557 10.0888C6.24402 10.1474 6.11541 10.2334 6.00707 10.3417C5.89874 10.45 5.8128 10.5786 5.75417 10.7202C5.69554 10.8617 5.66536 11.0134 5.66536 11.1666C5.66536 11.3199 5.69554 11.4716 5.75417 11.6131C5.8128 11.7547 5.89874 11.8833 6.00707 11.9916C6.11541 12.0999 6.24402 12.1859 6.38557 12.2445C6.52711 12.3031 6.67882 12.3333 6.83203 12.3333C7.05258 12.3331 7.26853 12.2703 7.45486 12.1523C7.64118 12.0343 7.79025 11.8659 7.88477 11.6666H8.4987C9.81727 11.6666 10.9033 10.6309 10.9902 9.33331H10.9987C11.735 9.33331 12.332 8.73631 12.332 7.99998V7.33331C12.332 6.59698 11.735 5.99998 10.9987 5.99998V5.83331C10.9987 5.34691 10.9012 4.91521 10.804 4.6048C11.2545 4.34973 11.4678 3.76899 11.2331 3.27732C10.3983 1.53223 8.5896 0.333313 6.16536 0.333313ZM4.33203 6.99998C4.15522 6.99998 3.98565 7.07022 3.86063 7.19524C3.7356 7.32027 3.66536 7.48983 3.66536 7.66665C3.66536 7.84346 3.7356 8.01303 3.86063 8.13805C3.98565 8.26307 4.15522 8.33331 4.33203 8.33331C4.50884 8.33331 4.67841 8.26307 4.80344 8.13805C4.92846 8.01303 4.9987 7.84346 4.9987 7.66665C4.9987 7.48983 4.92846 7.32027 4.80344 7.19524C4.67841 7.07022 4.50884 6.99998 4.33203 6.99998ZM7.66536 6.99998C7.48855 6.99998 7.31898 7.07022 7.19396 7.19524C7.06894 7.32027 6.9987 7.48983 6.9987 7.66665C6.9987 7.84346 7.06894 8.01303 7.19396 8.13805C7.31898 8.26307 7.48855 8.33331 7.66536 8.33331C7.84218 8.33331 8.01174 8.26307 8.13677 8.13805C8.26179 8.01303 8.33203 7.84346 8.33203 7.66665C8.33203 7.48983 8.26179 7.32027 8.13677 7.19524C8.01174 7.07022 7.84218 6.99998 7.66536 6.99998Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TtXn5.framer-15iab2z, .framer-TtXn5 .framer-15iab2z { display: block; }\",\".framer-TtXn5.framer-152bw6j { height: 16px; overflow: hidden; position: relative; width: 16px; }\",\".framer-TtXn5 .framer-1uc0wdj { flex: none; height: 11px; left: calc(50.00000000000002% - 13.5px / 2); position: absolute; top: calc(50.00000000000002% - 10.5px / 2); width: 14px; }\",\".framer-TtXn5 .framer-jd5202 { flex: none; height: 11px; left: calc(50.00000000000002% - 10.5px / 2); position: absolute; top: calc(50.00000000000002% - 10.5px / 2); width: 11px; }\",\".framer-TtXn5 .framer-mav7vs { flex: none; height: 14px; left: calc(50.00000000000002% - 13px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 13px; }\",\".framer-TtXn5.framer-v-vzzfrg.framer-152bw6j, .framer-TtXn5.framer-v-1ftmxtu.framer-152bw6j { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 16px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 16\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CgLUMOnMc\":{\"layout\":[\"fixed\",\"fixed\"]},\"u1A7CAomi\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFGFZJg2CX=withCSS(Component,css,\"framer-TtXn5\");export default FramerFGFZJg2CX;FramerFGFZJg2CX.displayName=\"Icons\";FramerFGFZJg2CX.defaultProps={height:16,width:16};addPropertyControls(FramerFGFZJg2CX,{variant:{options:[\"gOQhTF5iS\",\"CgLUMOnMc\",\"u1A7CAomi\"],optionTitles:[\"Email\",\"Arrow Right\",\"Support\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerFGFZJg2CX,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFGFZJg2CX\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"16\",\"framerIntrinsicWidth\":\"16\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CgLUMOnMc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"u1A7CAomi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FGFZJg2CX.map", "// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/cKdidbPKeAD78I1ynGtI/FyDq9Dvf82OtRgJ1l8xH/q5NZ1vjNE.js\";import Icons from\"https://framerusercontent.com/modules/xNx7G2oMonwHeGVGSJgk/EhE7HdUnqo3QU7mj8423/FGFZJg2CX.js\";const IconsFonts=getFonts(Icons);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const enabledGestures={bb3bslV0e:{hover:true},bSKOxOBOj:{hover:true},DBzBMYRdI:{hover:true},hd41AGq9S:{hover:true},KBNVX6tIR:{hover:true},Mikcaq2Gt:{hover:true},smL8Q4oY3:{hover:true},V7NF0fDrA:{hover:true}};const cycleOrder=[\"Mikcaq2Gt\",\"hd41AGq9S\",\"DBzBMYRdI\",\"KBNVX6tIR\",\"bb3bslV0e\",\"bSKOxOBOj\",\"V7NF0fDrA\",\"smL8Q4oY3\"];const serializationHash=\"framer-lpTYI\";const variantClassNames={bb3bslV0e:\"framer-v-2s407c\",bSKOxOBOj:\"framer-v-1vsiq1r\",DBzBMYRdI:\"framer-v-cmueci\",hd41AGq9S:\"framer-v-ssuqn1\",KBNVX6tIR:\"framer-v-170aeox\",Mikcaq2Gt:\"framer-v-pp7ufz\",smL8Q4oY3:\"framer-v-10j43im\",V7NF0fDrA:\"framer-v-1fd47g4\"};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:30,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:35};const transition2={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={\"Primary Small\":\"bb3bslV0e\",\"Primary Tablet\":\"bSKOxOBOj\",\"Secondary Dark\":\"smL8Q4oY3\",\"Secondary Small Dark\":\"KBNVX6tIR\",\"Secondary Small\":\"DBzBMYRdI\",\"Secondary Tablet\":\"V7NF0fDrA\",Primary:\"Mikcaq2Gt\",Secondary:\"hd41AGq9S\"};const getProps=({click,height,id,primaryButton,primarySmall,secondaryButton,showIcon,showIcon2,smallButton,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,dcxrVEAsM:(_ref=primaryButton!==null&&primaryButton!==void 0?primaryButton:props.dcxrVEAsM)!==null&&_ref!==void 0?_ref:\"Book a Demo Today\",MBMl_lEPM:click!==null&&click!==void 0?click:props.MBMl_lEPM,Mm7iYM0zL:(_ref1=primarySmall!==null&&primarySmall!==void 0?primarySmall:props.Mm7iYM0zL)!==null&&_ref1!==void 0?_ref1:\"Book a Demo\",nbEhxhfGz:(_ref2=showIcon2!==null&&showIcon2!==void 0?showIcon2:props.nbEhxhfGz)!==null&&_ref2!==void 0?_ref2:true,TfDVLR0Yh:(_ref3=showIcon!==null&&showIcon!==void 0?showIcon:props.TfDVLR0Yh)!==null&&_ref3!==void 0?_ref3:true,uDxOdg7zT:(_ref4=secondaryButton!==null&&secondaryButton!==void 0?secondaryButton:props.uDxOdg7zT)!==null&&_ref4!==void 0?_ref4:\"Talk to a real person\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"Mikcaq2Gt\",yFBu038gV:(_ref6=smallButton!==null&&smallButton!==void 0?smallButton:props.yFBu038gV)!==null&&_ref6!==void 0?_ref6:\"Book a Demo\"};};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,dcxrVEAsM,Mm7iYM0zL,uDxOdg7zT,yFBu038gV,TfDVLR0Yh,nbEhxhfGz,MBMl_lEPM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Mikcaq2Gt\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap39ofot=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MBMl_lEPM){const res=await MBMl_lEPM(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=value=>{if([\"DBzBMYRdI-hover\",\"KBNVX6tIR-hover\",\"smL8Q4oY3-hover\"].includes(gestureVariant))return false;if(gestureVariant===\"bb3bslV0e-hover\")return true;if([\"DBzBMYRdI\",\"KBNVX6tIR\",\"smL8Q4oY3\"].includes(baseVariant))return false;if(baseVariant===\"bb3bslV0e\")return true;return value;};const isDisplayed1=value=>{if([\"hd41AGq9S-hover\",\"DBzBMYRdI-hover\",\"KBNVX6tIR-hover\",\"bb3bslV0e-hover\",\"V7NF0fDrA-hover\",\"smL8Q4oY3-hover\"].includes(gestureVariant))return false;if([\"hd41AGq9S\",\"DBzBMYRdI\",\"KBNVX6tIR\",\"bb3bslV0e\",\"V7NF0fDrA\",\"smL8Q4oY3\"].includes(baseVariant))return false;return value;};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:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-pp7ufz\",className,classNames),\"data-framer-appear-id\":\"pp7ufz\",\"data-framer-name\":\"Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Mikcaq2Gt\",onTap:onTap39ofot,optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,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\",backgroundColor:\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,...style},variants:{\"bb3bslV0e-hover\":{backgroundColor:\"var(--token-b37ab9de-300e-48c9-a0e8-d6a3aa69d2e3, rgb(45, 38, 137))\"},\"bSKOxOBOj-hover\":{backgroundColor:\"var(--token-b37ab9de-300e-48c9-a0e8-d6a3aa69d2e3, rgb(45, 38, 137))\"},\"DBzBMYRdI-hover\":{\"--border-color\":\"var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"hd41AGq9S-hover\":{\"--border-color\":\"var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"KBNVX6tIR-hover\":{\"--border-color\":\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"Mikcaq2Gt-hover\":{backgroundColor:\"var(--token-b37ab9de-300e-48c9-a0e8-d6a3aa69d2e3, rgb(45, 38, 137))\"},\"smL8Q4oY3-hover\":{\"--border-color\":\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"V7NF0fDrA-hover\":{\"--border-color\":\"var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},DBzBMYRdI:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},hd41AGq9S:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},KBNVX6tIR:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},smL8Q4oY3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},V7NF0fDrA:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"bb3bslV0e-hover\":{__framer__presenceAnimate:undefined,__framer__presenceInitial:undefined,\"data-framer-name\":undefined,optimized:undefined},\"bSKOxOBOj-hover\":{\"data-framer-name\":undefined},\"DBzBMYRdI-hover\":{__framer__presenceAnimate:undefined,__framer__presenceInitial:undefined,\"data-framer-name\":undefined,optimized:undefined},\"hd41AGq9S-hover\":{\"data-framer-name\":undefined},\"KBNVX6tIR-hover\":{__framer__presenceAnimate:undefined,__framer__presenceInitial:undefined,\"data-framer-name\":undefined,optimized:undefined},\"Mikcaq2Gt-hover\":{\"data-framer-name\":undefined},\"smL8Q4oY3-hover\":{\"data-framer-name\":undefined},\"V7NF0fDrA-hover\":{\"data-framer-name\":undefined},bb3bslV0e:{__framer__presenceAnimate:undefined,__framer__presenceInitial:undefined,\"data-framer-name\":\"Primary Small\",optimized:undefined},bSKOxOBOj:{\"data-framer-name\":\"Primary Tablet\"},DBzBMYRdI:{__framer__presenceAnimate:undefined,__framer__presenceInitial:undefined,\"data-border\":true,\"data-framer-name\":\"Secondary Small\",optimized:undefined},hd41AGq9S:{\"data-border\":true,\"data-framer-name\":\"Secondary\"},KBNVX6tIR:{__framer__presenceAnimate:undefined,__framer__presenceInitial:undefined,\"data-border\":true,\"data-framer-name\":\"Secondary Small Dark\",optimized:undefined},smL8Q4oY3:{\"data-border\":true,\"data-framer-name\":\"Secondary Dark\"},V7NF0fDrA:{\"data-border\":true,\"data-framer-name\":\"Secondary Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Book a demo today\"})}),className:\"framer-6t393v\",\"data-framer-name\":\"Label\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"I523:9439;21:1707\",style:{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:dcxrVEAsM,variants:{\"DBzBMYRdI-hover\":{\"--extracted-r6o4lv\":\"var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198))\"},\"hd41AGq9S-hover\":{\"--extracted-r6o4lv\":\"var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198))\"},\"KBNVX6tIR-hover\":{\"--extracted-r6o4lv\":\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\"},\"smL8Q4oY3-hover\":{\"--extracted-r6o4lv\":\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\"},\"V7NF0fDrA-hover\":{\"--extracted-r6o4lv\":\"var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198))\"},KBNVX6tIR:{\"--extracted-r6o4lv\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\"},smL8Q4oY3:{\"--extracted-r6o4lv\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"DBzBMYRdI-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h9sfqd\",\"data-styles-preset\":\"q5NZ1vjNE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198)))\"},children:\"Book a Demo\"})})},\"hd41AGq9S-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198)))\"},children:\"Talk to a real person\"})})},\"KBNVX6tIR-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h9sfqd\",\"data-styles-preset\":\"q5NZ1vjNE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254)))\"},children:\"Book a Demo\"})})},\"smL8Q4oY3-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254)))\"},children:\"Talk to a real person\"})})},\"V7NF0fDrA-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, rgb(185, 187, 198)))\"},children:\"Talk to a real person\"})})},bb3bslV0e:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h9sfqd\",\"data-styles-preset\":\"q5NZ1vjNE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Book a Demo\"})}),fonts:[\"Inter\"],text:Mm7iYM0zL},DBzBMYRdI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h9sfqd\",\"data-styles-preset\":\"q5NZ1vjNE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Book a Demo\"})}),fonts:[\"Inter\"],text:yFBu038gV},hd41AGq9S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Talk to a real person\"})}),text:uDxOdg7zT},KBNVX6tIR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h9sfqd\",\"data-styles-preset\":\"q5NZ1vjNE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Book a Demo\"})}),fonts:[\"Inter\"],text:yFBu038gV},smL8Q4oY3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Talk to a real person\"})}),text:uDxOdg7zT},V7NF0fDrA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Talk to a real person\"})}),text:uDxOdg7zT}},baseVariant,gestureVariant)}),isDisplayed(TfDVLR0Yh)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(18+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||60)-36-16)/2),...addPropertyOverrides({bb3bslV0e:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(4+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-8-16)/2)},bSKOxOBOj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-24-16)/2)},V7NF0fDrA:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-24-16)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n56xck-container\",layoutDependency:layoutDependency,layoutId:\"KX4RcyLfA-container\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"KX4RcyLfA\",layoutId:\"KX4RcyLfA\",style:{height:\"100%\",width:\"100%\"},variant:\"CgLUMOnMc\",width:\"100%\",...addPropertyOverrides({hd41AGq9S:{variant:\"u1A7CAomi\"},V7NF0fDrA:{variant:\"u1A7CAomi\"}},baseVariant,gestureVariant)})})}),isDisplayed1(nbEhxhfGz)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(18+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||60)-36-16)/2),...addPropertyOverrides({bSKOxOBOj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-24-16)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dkrz64-container\",layoutDependency:layoutDependency,layoutId:\"YM99PBC7S-container\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"YM99PBC7S\",layoutId:\"YM99PBC7S\",style:{height:\"100%\",width:\"100%\"},variant:\"gOQhTF5iS\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lpTYI.framer-3gpscp, .framer-lpTYI .framer-3gpscp { display: block; }\",\".framer-lpTYI.framer-pp7ufz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 18px 26px 18px 26px; position: relative; width: min-content; }\",\".framer-lpTYI .framer-6t393v { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lpTYI .framer-n56xck-container, .framer-lpTYI .framer-1dkrz64-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lpTYI.framer-pp7ufz { gap: 0px; } .framer-lpTYI.framer-pp7ufz > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-lpTYI.framer-pp7ufz > :first-child { margin-left: 0px; } .framer-lpTYI.framer-pp7ufz > :last-child { margin-right: 0px; } }\",\".framer-lpTYI.framer-v-cmueci.framer-pp7ufz, .framer-lpTYI.framer-v-170aeox.framer-pp7ufz, .framer-lpTYI.framer-v-2s407c.framer-pp7ufz { padding: 4px 12px 4px 12px; }\",\".framer-lpTYI.framer-v-1vsiq1r.framer-pp7ufz, .framer-lpTYI.framer-v-1fd47g4.framer-pp7ufz { padding: 12px 16px 12px 16px; }\",...sharedStyle.css,'.framer-lpTYI[data-border=\"true\"]::after, .framer-lpTYI [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 60\n * @framerIntrinsicWidth 253\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"hd41AGq9S\":{\"layout\":[\"auto\",\"auto\"]},\"DBzBMYRdI\":{\"layout\":[\"auto\",\"auto\"]},\"KBNVX6tIR\":{\"layout\":[\"auto\",\"auto\"]},\"bb3bslV0e\":{\"layout\":[\"auto\",\"auto\"]},\"bSKOxOBOj\":{\"layout\":[\"auto\",\"auto\"]},\"V7NF0fDrA\":{\"layout\":[\"auto\",\"auto\"]},\"smL8Q4oY3\":{\"layout\":[\"auto\",\"auto\"]},\"SureicNFz\":{\"layout\":[\"auto\",\"auto\"]},\"MvPTHyMsB\":{\"layout\":[\"auto\",\"auto\"]},\"itrSTINd_\":{\"layout\":[\"auto\",\"auto\"]},\"avA1OczeQ\":{\"layout\":[\"auto\",\"auto\"]},\"q6gzJ67B4\":{\"layout\":[\"auto\",\"auto\"]},\"Ph06c_ao1\":{\"layout\":[\"auto\",\"auto\"]},\"mPFX1QE4g\":{\"layout\":[\"auto\",\"auto\"]},\"IWeUYGOzs\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"dcxrVEAsM\":\"primaryButton\",\"Mm7iYM0zL\":\"primarySmall\",\"uDxOdg7zT\":\"secondaryButton\",\"yFBu038gV\":\"smallButton\",\"TfDVLR0Yh\":\"showIcon\",\"nbEhxhfGz\":\"showIcon2\",\"MBMl_lEPM\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerH9_R8imPD=withCSS(Component,css,\"framer-lpTYI\");export default FramerH9_R8imPD;FramerH9_R8imPD.displayName=\"Button\";FramerH9_R8imPD.defaultProps={height:60,width:253};addPropertyControls(FramerH9_R8imPD,{variant:{options:[\"Mikcaq2Gt\",\"hd41AGq9S\",\"DBzBMYRdI\",\"KBNVX6tIR\",\"bb3bslV0e\",\"bSKOxOBOj\",\"V7NF0fDrA\",\"smL8Q4oY3\"],optionTitles:[\"Primary\",\"Secondary\",\"Secondary Small\",\"Secondary Small Dark\",\"Primary Small\",\"Primary Tablet\",\"Secondary Tablet\",\"Secondary Dark\"],title:\"Variant\",type:ControlType.Enum},dcxrVEAsM:{defaultValue:\"Book a Demo Today\",displayTextArea:false,title:\"Primary Button\",type:ControlType.String},Mm7iYM0zL:{defaultValue:\"Book a Demo\",displayTextArea:false,title:\"Primary Small\",type:ControlType.String},uDxOdg7zT:{defaultValue:\"Talk to a real person\",displayTextArea:false,title:\"Secondary Button\",type:ControlType.String},yFBu038gV:{defaultValue:\"Book a Demo\",displayTextArea:false,title:\"Small Button\",type:ControlType.String},TfDVLR0Yh:{defaultValue:true,title:\"Show Icon\",type:ControlType.Boolean},nbEhxhfGz:{defaultValue:true,title:\"Show Icon 2\",type:ControlType.Boolean},MBMl_lEPM:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerH9_R8imPD,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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\"}]},...IconsFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerH9_R8imPD\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hd41AGq9S\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DBzBMYRdI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KBNVX6tIR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bb3bslV0e\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bSKOxOBOj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"V7NF0fDrA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"smL8Q4oY3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SureicNFz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MvPTHyMsB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"itrSTINd_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"avA1OczeQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q6gzJ67B4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ph06c_ao1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mPFX1QE4g\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IWeUYGOzs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"60\",\"framerVariables\":\"{\\\"dcxrVEAsM\\\":\\\"primaryButton\\\",\\\"Mm7iYM0zL\\\":\\\"primarySmall\\\",\\\"uDxOdg7zT\\\":\\\"secondaryButton\\\",\\\"yFBu038gV\\\":\\\"smallButton\\\",\\\"TfDVLR0Yh\\\":\\\"showIcon\\\",\\\"nbEhxhfGz\\\":\\\"showIcon2\\\",\\\"MBMl_lEPM\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"253\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./H9_R8imPD.map", "// Generated by Framer (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-5REOi .framer-styles-preset-103kjh3:not(.rich-text-wrapper), .framer-5REOi .framer-styles-preset-103kjh3.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, #b9bbc6); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-5REOi\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-3F1hH .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-3F1hH .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; }\"];export const className=\"framer-3F1hH\";\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 (e2fa450)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-y0Geq .framer-styles-preset-1a3r1uo:not(.rich-text-wrapper), .framer-y0Geq .framer-styles-preset-1a3r1uo.rich-text-wrapper a { --framer-link-current-text-color: var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, #00052f) /* {\"name\":\"Black\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, #00052f) /* {\"name\":\"Black\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, #4d506d); --framer-link-text-decoration: none; }'];export const className=\"framer-y0Geq\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d31cd55)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Lexend-700\",\"GF;Lexend-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LVte6KuGEo.woff2\",weight:\"700\"},{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LVte6KuGEo.woff2\",weight:\"900\"}]}];export const css=['.framer-QIfSj .framer-styles-preset-y66xnu:not(.rich-text-wrapper), .framer-QIfSj .framer-styles-preset-y66xnu.rich-text-wrapper h6 { --framer-font-family: \"Lexend\", \"Lexend Placeholder\", sans-serif; --framer-font-family-bold: \"Lexend\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0px; --framer-line-height: 26px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #00052f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-QIfSj .framer-styles-preset-y66xnu:not(.rich-text-wrapper), .framer-QIfSj .framer-styles-preset-y66xnu.rich-text-wrapper h6 { --framer-font-family: \"Lexend\", \"Lexend Placeholder\", sans-serif; --framer-font-family-bold: \"Lexend\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0px; --framer-line-height: 26px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #00052f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-QIfSj .framer-styles-preset-y66xnu:not(.rich-text-wrapper), .framer-QIfSj .framer-styles-preset-y66xnu.rich-text-wrapper h6 { --framer-font-family: \"Lexend\", \"Lexend Placeholder\", sans-serif; --framer-font-family-bold: \"Lexend\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0px; --framer-line-height: 22px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #00052f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-QIfSj\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (79d07c3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/kWOwL6hBA2v2ScILAOuh/8zBfH7DqeWJau2cvPcb4/awKg3g78u.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/m1Uf0Gc537vofazV3caX/EN7a3NEqXPaPsXgFR7tA/HmbKHhTtA.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/vpLfxqmdBd3PR7dXKnUE/WBlKiXQCToANRYyyuiII/ro7OPezbn.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/mFHCKqnZcGBxUXneL0rr/w40ayqht09qBqU1tA1d2/vqpGts4XG.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6VBuIod4JsFPgqmODJ81/7ySqbouGwnlW1NrK4QCU/XM_toxh2j.js\";import Button from\"https://framerusercontent.com/modules/hLDTmz5tpxoSm3fpM3FE/WzSs22friGSfFa7YDTr9/H9_R8imPD.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"q_yZH8TrV\",\"Opc__0cbg\",\"FyEOslrj4\"];const serializationHash=\"framer-U4t8X\";const variantClassNames={FyEOslrj4:\"framer-v-lust99\",Opc__0cbg:\"framer-v-189kwvu\",q_yZH8TrV:\"framer-v-14ut4ja\"};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:\"q_yZH8TrV\",Mobile:\"FyEOslrj4\",Tablet:\"Opc__0cbg\"};const getProps=({background,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,qnJ8gdzVI:(_ref=background!==null&&background!==void 0?background:props.qnJ8gdzVI)!==null&&_ref!==void 0?_ref:\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"q_yZH8TrV\"};};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,qnJ8gdzVI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"q_yZH8TrV\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14ut4ja\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"q_yZH8TrV\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(10px)\",backgroundColor:qnJ8gdzVI,WebkitBackdropFilter:\"blur(10px)\",...style},...addPropertyOverrides({FyEOslrj4:{\"data-framer-name\":\"Mobile\"},Opc__0cbg:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wyg4a8\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"U9fU_Bkte\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZapRPLk1k\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-v315kb framer-9x5x0o\",\"data-framer-name\":\"Caveonix-Logo-Light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:142,layoutDependency:layoutDependency,layoutId:\"zIpaW0Qvu\",svg:'<svg width=\"142\" height=\"24\" viewBox=\"0 0 142 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M45.1697 5.59375C47.7415 5.59375 49.8611 6.94593 50.9267 9.12837C51.12 9.58046 51.2376 10.0163 51.2793 10.4359H48.7097L48.6308 10.2447C47.9935 8.87861 46.7119 8.04809 45.1697 8.04809C42.9919 8.04809 41.3537 9.73336 41.3537 11.982C41.3537 14.2508 42.9887 15.9394 45.1697 15.9394C46.7119 15.9394 47.9935 15.1089 48.6308 13.7428L48.7097 13.5501H51.2793C51.2513 13.9797 51.1337 14.4161 50.9267 14.8591C49.8611 17.0416 47.7415 18.3937 45.1697 18.3937C41.4725 18.3937 38.666 15.6303 38.666 11.982C38.666 8.35351 41.4762 5.59375 45.1697 5.59375ZM58.8476 5.59375C60.4715 5.59375 61.9169 6.20829 62.9755 7.29854L63.0384 7.36428L63.0386 5.82781H65.6564V18.1597H63.0386L63.0384 16.6454L62.9779 16.7087C61.9464 17.7676 60.5404 18.3684 58.9494 18.393L58.8476 18.3937C55.3585 18.3937 52.7175 15.6284 52.7175 11.982C52.7175 8.35549 55.362 5.59375 58.8476 5.59375ZM59.2221 8.04809C57.044 8.04809 55.4056 9.73336 55.4056 11.982C55.4056 14.2508 57.0408 15.9394 59.2221 15.9394C61.4033 15.9394 63.0386 14.2508 63.0386 11.982C63.0386 9.73336 61.4001 8.04809 59.2221 8.04809ZM101.344 5.59375C105.038 5.59375 107.848 8.35351 107.848 11.982C107.848 15.6303 105.042 18.3937 101.344 18.3937C97.978 18.3937 95.3502 16.104 94.9058 12.9414L91.5544 12.9414C91.5372 12.9414 91.5201 12.941 91.5032 12.9402L85.6634 12.94L85.6634 10.7666H90.5322L90.5205 10.7182C90.1091 9.08529 88.7342 7.96392 87.0038 7.93176L86.9272 7.93105C85.179 7.93105 83.7563 9.08498 83.3344 10.7229L83.3234 10.7666C83.1492 11.4412 83.1294 12.1657 83.2638 12.9401L83.2612 12.94L83.2697 12.9862C83.6076 14.7584 85.0679 16.0237 87.0149 16.0558L87.091 16.0564C87.8441 16.0564 88.5371 15.8695 89.1298 15.5257C89.6516 15.2231 90.0958 14.7989 90.4348 14.2738H93.0721C92.9726 14.6657 92.799 15.0598 92.5513 15.4562C91.9516 16.4088 91.1169 17.1689 90.1196 17.6771C89.2112 18.1399 88.1679 18.3937 87.0442 18.3937C83.3465 18.3937 80.5396 15.6303 80.5396 11.982C80.5396 8.35565 83.3012 5.59375 86.9272 5.59375C90.1619 5.59375 92.645 7.76127 93.1769 10.7666L94.9481 10.7665C95.4981 7.75475 98.0751 5.59375 101.344 5.59375ZM101.344 8.04809C99.1659 8.04809 97.5274 9.73336 97.5274 11.982C97.5274 14.2508 99.1627 15.9394 101.344 15.9394C103.525 15.9394 105.16 14.2508 105.16 11.982C105.16 9.73336 103.522 8.04809 101.344 8.04809ZM69.9605 5.82781L73.6583 15.0736L77.4014 5.82781H80.0779L74.9907 18.1597H72.2068L67.1196 5.82781H69.9605ZM115.591 5.59864C118.736 5.59864 121.285 8.14832 121.285 11.2935V18.1597H118.673V11.2935C118.673 9.59107 117.294 8.21097 115.591 8.21097H115.381C113.678 8.21097 112.298 9.59107 112.298 11.2935V18.1597H109.686V11.2935C109.686 8.14832 112.236 5.59864 115.381 5.59864H115.591ZM126.228 5.8297V18.159H123.61V5.8297H126.228ZM141.858 5.82932L131.513 18.1598L128.075 18.1595L133.251 11.9893L128.083 5.8297L131.521 5.82924L134.97 9.94002L138.419 5.82988L141.858 5.82932ZM137.56 13.0265L141.866 18.1596L138.427 18.1593L135.836 15.0706L137.56 13.0265Z\" fill=\"#00052F\"/>\\n<path d=\"M23.5413 7.10491L17.6693 0.0027777L9.9166 0L0 12.0048L9.90815 23.9995L17.6727 24L23.5416 16.8952H26.3114L24.4581 19.4097H23.1252L20.7896 22.2479H25.9074L31.9971 14.0569H21.8836L16.0956 21.0635H11.3605L3.86932 12.0048L11.3605 2.93606H16.0956L21.884 9.94329H32L25.9067 1.76174H20.7896L23.1284 4.6H24.4588L26.3114 7.10491H23.5413Z\" fill=\"#4745FE\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4878 4.79053L9.52219 12.0047L15.4839 19.2142L11.862 19.1928L6.68215 12.9288L5.91797 12.0047L6.68215 11.0806L11.8785 4.79662L15.4878 4.79053Z\" fill=\"#04D4FF\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wtt8tw\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"ezBjKtT7y\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/caveonix/\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1em2t4y framer-9x5x0o\",\"data-framer-name\":\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"No6iXG1ZE\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-n5311q\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"Vt50k2WMh\",svg:'<svg width=\"19\" height=\"18\" viewBox=\"0 0 19 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.61719 0C2.1073 0 0.867188 1.24011 0.867188 2.75V15.25C0.867188 16.7599 2.1073 18 3.61719 18H16.1172C17.6271 18 18.8672 16.7599 18.8672 15.25V2.75C18.8672 1.24011 17.6271 0 16.1172 0H3.61719ZM3.61719 1.5H16.1172C16.8163 1.5 17.3672 2.05089 17.3672 2.75V15.25C17.3672 15.9491 16.8163 16.5 16.1172 16.5H3.61719C2.91807 16.5 2.36719 15.9491 2.36719 15.25V2.75C2.36719 2.05089 2.91807 1.5 3.61719 1.5ZM5.61719 3.5C5.28567 3.5 4.96772 3.6317 4.7333 3.86612C4.49888 4.10054 4.36719 4.41848 4.36719 4.75C4.36719 5.08152 4.49888 5.39946 4.7333 5.63388C4.96772 5.8683 5.28567 6 5.61719 6C5.94871 6 6.26665 5.8683 6.50107 5.63388C6.73549 5.39946 6.86719 5.08152 6.86719 4.75C6.86719 4.41848 6.73549 4.10054 6.50107 3.86612C6.26665 3.6317 5.94871 3.5 5.61719 3.5ZM4.86719 7C4.59069 7 4.36719 7.2235 4.36719 7.5V14C4.36719 14.2765 4.59069 14.5 4.86719 14.5H6.36719C6.64369 14.5 6.86719 14.2765 6.86719 14V7.5C6.86719 7.2235 6.64369 7 6.36719 7H4.86719ZM8.36719 7C8.09069 7 7.86719 7.2235 7.86719 7.5V14C7.86719 14.2765 8.09069 14.5 8.36719 14.5H9.86719C10.1437 14.5 10.3672 14.2765 10.3672 14V10.25C10.3672 9.5605 10.9277 9 11.6172 9C12.3067 9 12.8672 9.5605 12.8672 10.25V14C12.8672 14.2765 13.0907 14.5 13.3672 14.5H14.8672C15.1437 14.5 15.3672 14.2765 15.3672 14V10C15.3672 8.3455 14.0217 7 12.3672 7C11.5982 7 10.8987 7.29301 10.3672 7.77051V7.5C10.3672 7.2235 10.1437 7 9.86719 7H8.36719Z\" fill=\"#00052F\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ShGBYadDP\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nbkudq framer-9x5x0o\",layoutDependency:layoutDependency,layoutId:\"vcEGOzj72\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"142px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+0+96+0,...addPropertyOverrides({FyEOslrj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+0+0+96+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1io25y7-container\",layoutDependency:layoutDependency,layoutId:\"Ljp5V90Kh-container\",children:/*#__PURE__*/_jsx(Button,{dcxrVEAsM:\"Contact Us\",height:\"100%\",id:\"Ljp5V90Kh\",layoutId:\"Ljp5V90Kh\",Mm7iYM0zL:\"Book a Demo\",nbEhxhfGz:true,style:{width:\"100%\"},TfDVLR0Yh:false,uDxOdg7zT:\"Talk to a real person\",variant:\"Mikcaq2Gt\",width:\"100%\",yFBu038gV:\"Book a Demo\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mxvr6r\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"D1mVzSpVq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-buli4a\",\"data-styles-preset\":\"HmbKHhTtA\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Solutions\"})}),className:\"framer-13m1f1c\",\"data-framer-name\":\"Solutions\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Fv1y4iZbT\",style:{\"--extracted-1lwpl3i\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13ul2g0\",layoutDependency:layoutDependency,layoutId:\"iIfU6SyJh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19225qm\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"TQoQf5d1o\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bl63x9\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"cZ7AB9coQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-y66xnu\",\"data-styles-preset\":\"XM_toxh2j\",children:\"By Industry\"})}),className:\"framer-jx7or2\",\"data-framer-name\":\"By Industry\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BC7OILDhN\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15ubkfn\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:88,layoutDependency:layoutDependency,layoutId:\"TZQN46ZBT\",svg:'<svg width=\"88\" height=\"4\" viewBox=\"-1 -1 88 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.65039 1H84.6504\" stroke=\"url(#paint0_linear_523_9120)\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_523_9120\" x1=\"-18.6761\" y1=\"1\" x2=\"84.6524\" y2=\"1.71731\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#4745FE\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hpqwt0\",\"data-framer-name\":\"Nav Links\",layoutDependency:layoutDependency,layoutId:\"aMG1erqbT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"frstTHqbO\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Public Sector\"})})})}),className:\"framer-13l47ab\",\"data-framer-name\":\"Public\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AXkchElSV\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"suMdJKBVf\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Financial Services\"})})})}),className:\"framer-1vt29pa\",\"data-framer-name\":\"Finance\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"votC8ZUyu\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gl9ZioaDm\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Defense and Aerospace\"})})})}),className:\"framer-owb9sj\",\"data-framer-name\":\"AeroSpace and Defense\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TUt2hPGcU\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2ko2kp\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"QxVf05QKI\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s5uj16\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"GJP_YBvMW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-y66xnu\",\"data-styles-preset\":\"XM_toxh2j\",children:\"By Use Case\"})}),className:\"framer-1ukb8t9\",\"data-framer-name\":\"By Industry\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"euMNuSrT4\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tp15xg\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:88,layoutDependency:layoutDependency,layoutId:\"jS48ibpHy\",svg:'<svg width=\"88\" height=\"4\" viewBox=\"-1 -1 88 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.65039 1H84.6504\" stroke=\"url(#paint0_linear_523_9120)\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_523_9120\" x1=\"-18.6761\" y1=\"1\" x2=\"84.6524\" y2=\"1.71731\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#4745FE\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1crbn8f\",\"data-framer-name\":\"Nav Links\",layoutDependency:layoutDependency,layoutId:\"FcMsrwMgl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zeWe8aQHB\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Audit\"})})})}),className:\"framer-18h5e5l\",\"data-framer-name\":\"Audit\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FB2pmleGS\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NXgsZdPA0\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Compliance\"})})})}),className:\"framer-lheld8\",\"data-framer-name\":\"Compliance\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z0VKJWydQ\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VkL5xYZ8p\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Risk Management\"})})})}),className:\"framer-1b3ic87\",\"data-framer-name\":\"Risk Managment\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HLzWWtl2X\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TId4TKmaD\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Reporting\"})})})}),className:\"framer-16jzyam\",\"data-framer-name\":\"Report\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZCqmYJp6x\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ag1zjx\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"kGPSyrIgG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-buli4a\",\"data-styles-preset\":\"HmbKHhTtA\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Company\"})}),className:\"framer-1ui2b1i\",\"data-framer-name\":\"Company\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nDW_jvMYs\",style:{\"--extracted-1lwpl3i\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{FyEOslrj4:{\"--extracted-1w1cjl5\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\"},Opc__0cbg:{\"--extracted-1w1cjl5\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FyEOslrj4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-y66xnu\",\"data-styles-preset\":\"XM_toxh2j\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Company\"})})},Opc__0cbg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-y66xnu\",\"data-styles-preset\":\"XM_toxh2j\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Company\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yyh1ni\",\"data-framer-name\":\"Nav Links\",layoutDependency:layoutDependency,layoutId:\"Aaeql2Z3w\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"blTEyWueH\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"About Us\"})})})}),className:\"framer-ypqgcp\",\"data-framer-name\":\"About Us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JrAydmqsf\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o2JQSk4HT\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Careers\"})})})}),className:\"framer-1iimj2p\",\"data-framer-name\":\"Careers\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZWjyIo4u5\",style:{\"--extracted-r6o4lv\":\"var(--token-5a78b4f1-00fb-426e-8a26-0d30fb1203ac, rgb(77, 80, 109))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-66mouv\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"wic_j5eRm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-buli4a\",\"data-styles-preset\":\"HmbKHhTtA\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xCUmCjEiy\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Resources\"})})})}),className:\"framer-1i5wr84\",\"data-framer-name\":\"Company\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pZnskDIEY\",style:{\"--extracted-1lwpl3i\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ccgMfcA3o\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1a3r1uo\",\"data-styles-preset\":\"vqpGts4XG\",children:\"Integrations & Frameworks\"})})})}),className:\"framer-uxjexb\",\"data-framer-name\":\"Integrations & Frameworks\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nWaE6vuhS\",style:{\"--extracted-r6o4lv\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-U4t8X.framer-9x5x0o, .framer-U4t8X .framer-9x5x0o { display: block; }\",\".framer-U4t8X.framer-14ut4ja { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 32px 90px 32px 90px; position: relative; width: 1440px; }\",\".framer-U4t8X .framer-1wyg4a8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-U4t8X .framer-v315kb { flex: none; height: 24px; position: relative; text-decoration: none; width: 142px; }\",\".framer-U4t8X .framer-1wtt8tw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 142px; }\",\".framer-U4t8X .framer-1em2t4y { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; text-decoration: none; width: 24px; }\",\".framer-U4t8X .framer-n5311q { bottom: 3px; flex: none; left: 3px; position: absolute; right: 4px; top: 3px; }\",\".framer-U4t8X .framer-nbkudq { 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-U4t8X .framer-1io25y7-container { flex: none; height: auto; position: relative; width: 142px; }\",\".framer-U4t8X .framer-mxvr6r, .framer-U4t8X .framer-1bl63x9, .framer-U4t8X .framer-s5uj16 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-U4t8X .framer-13m1f1c, .framer-U4t8X .framer-jx7or2, .framer-U4t8X .framer-13l47ab, .framer-U4t8X .framer-1vt29pa, .framer-U4t8X .framer-owb9sj, .framer-U4t8X .framer-1ukb8t9, .framer-U4t8X .framer-18h5e5l, .framer-U4t8X .framer-lheld8, .framer-U4t8X .framer-1b3ic87, .framer-U4t8X .framer-16jzyam, .framer-U4t8X .framer-1ui2b1i, .framer-U4t8X .framer-ypqgcp, .framer-U4t8X .framer-1iimj2p, .framer-U4t8X .framer-1i5wr84, .framer-U4t8X .framer-uxjexb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-U4t8X .framer-13ul2g0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-U4t8X .framer-19225qm, .framer-U4t8X .framer-2ko2kp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-U4t8X .framer-15ubkfn, .framer-U4t8X .framer-tp15xg { align-self: stretch; flex: none; height: 4px; position: relative; width: auto; }\",\".framer-U4t8X .framer-1hpqwt0, .framer-U4t8X .framer-1crbn8f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-U4t8X .framer-1ag1zjx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-U4t8X .framer-1yyh1ni { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-U4t8X .framer-66mouv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-U4t8X .framer-1wyg4a8, .framer-U4t8X .framer-nbkudq, .framer-U4t8X .framer-mxvr6r, .framer-U4t8X .framer-13ul2g0, .framer-U4t8X .framer-19225qm, .framer-U4t8X .framer-1bl63x9, .framer-U4t8X .framer-1hpqwt0, .framer-U4t8X .framer-2ko2kp, .framer-U4t8X .framer-s5uj16, .framer-U4t8X .framer-1crbn8f, .framer-U4t8X .framer-1ag1zjx, .framer-U4t8X .framer-1yyh1ni, .framer-U4t8X .framer-66mouv { gap: 0px; } .framer-U4t8X .framer-1wyg4a8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-U4t8X .framer-1wyg4a8 > :first-child, .framer-U4t8X .framer-mxvr6r > :first-child, .framer-U4t8X .framer-19225qm > :first-child, .framer-U4t8X .framer-1bl63x9 > :first-child, .framer-U4t8X .framer-1hpqwt0 > :first-child, .framer-U4t8X .framer-2ko2kp > :first-child, .framer-U4t8X .framer-s5uj16 > :first-child, .framer-U4t8X .framer-1crbn8f > :first-child, .framer-U4t8X .framer-1ag1zjx > :first-child, .framer-U4t8X .framer-1yyh1ni > :first-child, .framer-U4t8X .framer-66mouv > :first-child { margin-top: 0px; } .framer-U4t8X .framer-1wyg4a8 > :last-child, .framer-U4t8X .framer-mxvr6r > :last-child, .framer-U4t8X .framer-19225qm > :last-child, .framer-U4t8X .framer-1bl63x9 > :last-child, .framer-U4t8X .framer-1hpqwt0 > :last-child, .framer-U4t8X .framer-2ko2kp > :last-child, .framer-U4t8X .framer-s5uj16 > :last-child, .framer-U4t8X .framer-1crbn8f > :last-child, .framer-U4t8X .framer-1ag1zjx > :last-child, .framer-U4t8X .framer-1yyh1ni > :last-child, .framer-U4t8X .framer-66mouv > :last-child { margin-bottom: 0px; } .framer-U4t8X .framer-nbkudq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-U4t8X .framer-nbkudq > :first-child, .framer-U4t8X .framer-13ul2g0 > :first-child { margin-left: 0px; } .framer-U4t8X .framer-nbkudq > :last-child, .framer-U4t8X .framer-13ul2g0 > :last-child { margin-right: 0px; } .framer-U4t8X .framer-mxvr6r > *, .framer-U4t8X .framer-1bl63x9 > *, .framer-U4t8X .framer-s5uj16 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-U4t8X .framer-13ul2g0 > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-U4t8X .framer-19225qm > *, .framer-U4t8X .framer-2ko2kp > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-U4t8X .framer-1hpqwt0 > *, .framer-U4t8X .framer-1crbn8f > *, .framer-U4t8X .framer-1yyh1ni > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-U4t8X .framer-1ag1zjx > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-U4t8X .framer-66mouv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-U4t8X.framer-v-189kwvu.framer-14ut4ja { padding: 32px; width: 810px; }\",\".framer-U4t8X.framer-v-189kwvu .framer-1wyg4a8, .framer-U4t8X.framer-v-lust99 .framer-1wyg4a8 { order: 0; }\",\".framer-U4t8X.framer-v-189kwvu .framer-mxvr6r { gap: 10px; order: 1; }\",\".framer-U4t8X.framer-v-189kwvu .framer-13ul2g0, .framer-U4t8X.framer-v-lust99 .framer-13ul2g0 { flex-direction: column; gap: 20px; }\",\".framer-U4t8X.framer-v-189kwvu .framer-1ag1zjx, .framer-U4t8X.framer-v-lust99 .framer-1ag1zjx { order: 2; }\",\".framer-U4t8X.framer-v-189kwvu .framer-66mouv, .framer-U4t8X.framer-v-lust99 .framer-66mouv { order: 3; }\",\".framer-U4t8X.framer-v-189kwvu .framer-uxjexb { white-space: pre-wrap; width: 136px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-U4t8X.framer-v-189kwvu .framer-mxvr6r, .framer-U4t8X.framer-v-189kwvu .framer-13ul2g0 { gap: 0px; } .framer-U4t8X.framer-v-189kwvu .framer-mxvr6r > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-U4t8X.framer-v-189kwvu .framer-mxvr6r > :first-child, .framer-U4t8X.framer-v-189kwvu .framer-13ul2g0 > :first-child { margin-top: 0px; } .framer-U4t8X.framer-v-189kwvu .framer-mxvr6r > :last-child, .framer-U4t8X.framer-v-189kwvu .framer-13ul2g0 > :last-child { margin-bottom: 0px; } .framer-U4t8X.framer-v-189kwvu .framer-13ul2g0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-U4t8X.framer-v-lust99.framer-14ut4ja { flex-direction: column; gap: 34px; justify-content: flex-start; padding: 32px 20px 32px 20px; width: 350px; }\",\".framer-U4t8X.framer-v-lust99 .framer-mxvr6r { gap: 18px; order: 1; }\",\".framer-U4t8X.framer-v-lust99 .framer-uxjexb { white-space: pre-wrap; width: 232px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-U4t8X.framer-v-lust99.framer-14ut4ja, .framer-U4t8X.framer-v-lust99 .framer-mxvr6r, .framer-U4t8X.framer-v-lust99 .framer-13ul2g0 { gap: 0px; } .framer-U4t8X.framer-v-lust99.framer-14ut4ja > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-U4t8X.framer-v-lust99.framer-14ut4ja > :first-child, .framer-U4t8X.framer-v-lust99 .framer-mxvr6r > :first-child, .framer-U4t8X.framer-v-lust99 .framer-13ul2g0 > :first-child { margin-top: 0px; } .framer-U4t8X.framer-v-lust99.framer-14ut4ja > :last-child, .framer-U4t8X.framer-v-lust99 .framer-mxvr6r > :last-child, .framer-U4t8X.framer-v-lust99 .framer-13ul2g0 > :last-child { margin-bottom: 0px; } .framer-U4t8X.framer-v-lust99 .framer-mxvr6r > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-U4t8X.framer-v-lust99 .framer-13ul2g0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 248\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Opc__0cbg\":{\"layout\":[\"fixed\",\"auto\"]},\"FyEOslrj4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qnJ8gdzVI\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfF3MpMlj2=withCSS(Component,css,\"framer-U4t8X\");export default FramerfF3MpMlj2;FramerfF3MpMlj2.displayName=\"Footer\";FramerfF3MpMlj2.defaultProps={height:248,width:1440};addPropertyControls(FramerfF3MpMlj2,{variant:{options:[\"q_yZH8TrV\",\"Opc__0cbg\",\"FyEOslrj4\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},qnJ8gdzVI:{defaultValue:'var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerfF3MpMlj2,[{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\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfF3MpMlj2\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Opc__0cbg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FyEOslrj4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"qnJ8gdzVI\\\":\\\"background\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"248\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fF3MpMlj2.map", "// Generated by Framer (e2fa450)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{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:\"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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-zwd1Y .framer-styles-preset-mwa9zv:not(.rich-text-wrapper), .framer-zwd1Y .framer-styles-preset-mwa9zv.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, #b9bbc6); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-zwd1Y\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e2fa450)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-Italic\"]);export const fonts=[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-9OGOH .framer-styles-preset-1j9829e:not(.rich-text-wrapper), .framer-9OGOH .framer-styles-preset-1j9829e.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f68380b0-479b-455e-8030-9bd5d3f9adaf, #b9bbc6); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-9OGOH\";\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 (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}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/v1xpKNNpyqxj3PkkDrYD/LiBS7ROJLDOh7HGrX9NQ/N3_2kwP14.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ujUmEcDFads8cDuOBHin/gGcyM4weFV5ZcZZ1zgAT/w9X46xPNG.js\";const enabledGestures={MoyAQZeRJ:{hover:true},S4CIVE3fX:{hover:true}};const cycleOrder=[\"MoyAQZeRJ\",\"S4CIVE3fX\"];const serializationHash=\"framer-KqgDj\";const variantClassNames={MoyAQZeRJ:\"framer-v-1jquafx\",S4CIVE3fX:\"framer-v-16dm50r\"};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 humanReadableVariantMap={Desktop:\"MoyAQZeRJ\",Small:\"S4CIVE3fX\"};const getProps=({description,height,hide,id,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,bzikVVoWf:(_ref=title!==null&&title!==void 0?title:props.bzikVVoWf)!==null&&_ref!==void 0?_ref:\"Financial Services\",newE3dSpf:(_ref1=hide!==null&&hide!==void 0?hide:props.newE3dSpf)!==null&&_ref1!==void 0?_ref1:true,qiqb2stNo:(_ref2=description!==null&&description!==void 0?description:props.qiqb2stNo)!==null&&_ref2!==void 0?_ref2:\"Safeguard financial data and comply with regulations using our platform.\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"MoyAQZeRJ\"};};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,bzikVVoWf,qiqb2stNo,newE3dSpf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MoyAQZeRJ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=value=>{if(gestureVariant===\"S4CIVE3fX-hover\")return false;if(baseVariant===\"S4CIVE3fX\")return false;return value;};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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1jquafx\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"MoyAQZeRJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-7449ba67-5000-47a9-9764-ec6bac8eea05, rgb(224, 225, 230))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-ee99bd79-fee7-464c-866c-b614f119d6d0, rgb(249, 249, 251))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{\"MoyAQZeRJ-hover\":{\"--border-color\":\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\",backgroundColor:\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\"},\"S4CIVE3fX-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\"},S4CIVE3fX:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"MoyAQZeRJ-hover\":{\"data-framer-name\":undefined},\"S4CIVE3fX-hover\":{\"data-framer-name\":undefined},S4CIVE3fX:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oxlao5\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"IKSRs9g3w\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1j9829e\",\"data-styles-preset\":\"N3_2kwP14\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Financial Services\"})}),className:\"framer-1pa6a8c\",\"data-framer-name\":\"Financial Services\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nyCKznIny\",style:{\"--extracted-r6o4lv\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--framer-paragraph-spacing\":\"0px\"},text:bzikVVoWf,variants:{\"MoyAQZeRJ-hover\":{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\"},\"S4CIVE3fX-hover\":{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"MoyAQZeRJ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1j9829e\",\"data-styles-preset\":\"N3_2kwP14\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Financial Services\"})})},\"S4CIVE3fX-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1j9829e\",\"data-styles-preset\":\"N3_2kwP14\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Financial Services\"})})}},baseVariant,gestureVariant)}),isDisplayed(newE3dSpf)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mwa9zv\",\"data-styles-preset\":\"w9X46xPNG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Safeguard financial data and comply with regulations using our platform.\"})}),className:\"framer-1bux8yh\",\"data-framer-name\":\"With lots of unique\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T2KsYY8sG\",style:{\"--extracted-r6o4lv\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},text:qiqb2stNo,variants:{\"MoyAQZeRJ-hover\":{\"--extracted-r6o4lv\":\"var(--token-ee99bd79-fee7-464c-866c-b614f119d6d0, rgb(249, 249, 251))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"MoyAQZeRJ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mwa9zv\",\"data-styles-preset\":\"w9X46xPNG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ee99bd79-fee7-464c-866c-b614f119d6d0, rgb(249, 249, 251)))\"},children:\"Safeguard financial data and comply with regulations using our platform.\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KqgDj.framer-bx1vml, .framer-KqgDj .framer-bx1vml { display: block; }\",\".framer-KqgDj.framer-1jquafx { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; width: 300px; }\",\".framer-KqgDj .framer-1oxlao5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-KqgDj .framer-1pa6a8c { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-KqgDj .framer-1bux8yh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 276px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KqgDj.framer-1jquafx, .framer-KqgDj .framer-1oxlao5 { gap: 0px; } .framer-KqgDj.framer-1jquafx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KqgDj.framer-1jquafx > :first-child { margin-left: 0px; } .framer-KqgDj.framer-1jquafx > :last-child { margin-right: 0px; } .framer-KqgDj .framer-1oxlao5 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-KqgDj .framer-1oxlao5 > :first-child { margin-top: 0px; } .framer-KqgDj .framer-1oxlao5 > :last-child { margin-bottom: 0px; } }\",\".framer-KqgDj.framer-v-16dm50r.framer-1jquafx { width: min-content; }\",\".framer-KqgDj.framer-v-16dm50r .framer-1oxlao5 { flex: none; width: min-content; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-KqgDj[data-border=\"true\"]::after, .framer-KqgDj [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 88\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"S4CIVE3fX\":{\"layout\":[\"auto\",\"auto\"]},\"OElLlDgy4\":{\"layout\":[\"fixed\",\"auto\"]},\"yCCAgAwJm\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"bzikVVoWf\":\"title\",\"qiqb2stNo\":\"description\",\"newE3dSpf\":\"hide\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb_yBnJfoc=withCSS(Component,css,\"framer-KqgDj\");export default Framerb_yBnJfoc;Framerb_yBnJfoc.displayName=\"Nav Box\";Framerb_yBnJfoc.defaultProps={height:88,width:300};addPropertyControls(Framerb_yBnJfoc,{variant:{options:[\"MoyAQZeRJ\",\"S4CIVE3fX\"],optionTitles:[\"Desktop\",\"Small\"],title:\"Variant\",type:ControlType.Enum},bzikVVoWf:{defaultValue:\"Financial Services\",displayTextArea:false,title:\"Title\",type:ControlType.String},qiqb2stNo:{defaultValue:\"Safeguard financial data and comply with regulations using our platform.\",displayTextArea:false,title:\"Description\",type:ControlType.String},newE3dSpf:{defaultValue:true,title:\"Hide\",type:ControlType.Boolean}});addFonts(Framerb_yBnJfoc,[{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),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb_yBnJfoc\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S4CIVE3fX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OElLlDgy4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yCCAgAwJm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"bzikVVoWf\\\":\\\"title\\\",\\\"qiqb2stNo\\\":\\\"description\\\",\\\"newE3dSpf\\\":\\\"hide\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"300\",\"framerIntrinsicHeight\":\"88\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b_yBnJfoc.map", "// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,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/kWOwL6hBA2v2ScILAOuh/8zBfH7DqeWJau2cvPcb4/awKg3g78u.js\";const enabledGestures={IIqgfBo9n:{hover:true,pressed:true},QJPhxdp7j:{hover:true,pressed:true}};const cycleOrder=[\"QJPhxdp7j\",\"IIqgfBo9n\"];const serializationHash=\"framer-zFQus\";const variantClassNames={IIqgfBo9n:\"framer-v-1ksfkl6\",QJPhxdp7j:\"framer-v-1k02nvq\"};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={delay:0,duration:.2,ease:[1,.02,0,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 2\":\"IIqgfBo9n\",Default:\"QJPhxdp7j\"};const getProps=({click3,height,id,navItem,showCaret,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,EStvnUrOQ:(_ref=showCaret!==null&&showCaret!==void 0?showCaret:props.EStvnUrOQ)!==null&&_ref!==void 0?_ref:true,VaJrlifn7:click3!==null&&click3!==void 0?click3:props.VaJrlifn7,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"QJPhxdp7j\",vDJmbRqPU:(_ref2=navItem!==null&&navItem!==void 0?navItem:props.vDJmbRqPU)!==null&&_ref2!==void 0?_ref2:\"Solutions\"};};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,vDJmbRqPU,EStvnUrOQ,VaJrlifn7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QJPhxdp7j\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapnv61nj=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VaJrlifn7){const res=await VaJrlifn7(...args);if(res===false)return false;}});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1k02nvq\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QJPhxdp7j\",onTap:onTapnv61nj,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"IIqgfBo9n-hover\":{\"data-framer-name\":undefined},\"IIqgfBo9n-pressed\":{\"data-framer-name\":undefined},\"QJPhxdp7j-hover\":{\"data-framer-name\":undefined},\"QJPhxdp7j-pressed\":{\"data-framer-name\":undefined},IIqgfBo9n:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",children:\"Solutions\"})}),className:\"framer-lr0lm1\",\"data-framer-name\":\"Solutions\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z07tvDlcp\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:vDJmbRqPU,variants:{\"IIqgfBo9n-hover\":{\"--extracted-r6o4lv\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\"},\"IIqgfBo9n-pressed\":{\"--extracted-r6o4lv\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\"},\"QJPhxdp7j-hover\":{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\"},\"QJPhxdp7j-pressed\":{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\"},IIqgfBo9n:{\"--extracted-r6o4lv\":\"var(--token-fc08d7b3-c5ae-42e4-baf9-d68615af9ac3, rgb(128, 130, 141))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"IIqgfBo9n-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Solutions\"})})},\"IIqgfBo9n-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Solutions\"})})},\"QJPhxdp7j-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Solutions\"})})},\"QJPhxdp7j-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Solutions\"})})},IIqgfBo9n:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc08d7b3-c5ae-42e4-baf9-d68615af9ac3, rgb(128, 130, 141)))\"},children:\"Solutions\"})})}},baseVariant,gestureVariant)}),EStvnUrOQ&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vpmpg1\",\"data-framer-name\":\"caret_up\",layoutDependency:layoutDependency,layoutId:\"wBEokj0ih\",style:{rotate:180},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xfa6x9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"Eoa3tbGw7\",svg:'<svg width=\"10\" height=\"6\" viewBox=\"0 0 10 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 5.5L5 0.5L10 5.5H0Z\" fill=\"#04D4FF\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zFQus.framer-1b0ig24, .framer-zFQus .framer-1b0ig24 { display: block; }\",\".framer-zFQus.framer-1k02nvq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zFQus .framer-lr0lm1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zFQus .framer-1vpmpg1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-zFQus .framer-1xfa6x9 { bottom: 10px; flex: none; left: 7px; position: absolute; right: 7px; top: 9px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zFQus.framer-1k02nvq { gap: 0px; } .framer-zFQus.framer-1k02nvq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zFQus.framer-1k02nvq > :first-child { margin-left: 0px; } .framer-zFQus.framer-1k02nvq > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 96\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"IIqgfBo9n\":{\"layout\":[\"auto\",\"auto\"]},\"hCVceGwo1\":{\"layout\":[\"auto\",\"auto\"]},\"AMo46H9I9\":{\"layout\":[\"auto\",\"auto\"]},\"jWsSzx2GA\":{\"layout\":[\"auto\",\"auto\"]},\"bBIvF72nr\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"vDJmbRqPU\":\"navItem\",\"EStvnUrOQ\":\"showCaret\",\"VaJrlifn7\":\"click3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHa_Yz5lxJ=withCSS(Component,css,\"framer-zFQus\");export default FramerHa_Yz5lxJ;FramerHa_Yz5lxJ.displayName=\"Nav Item\";FramerHa_Yz5lxJ.defaultProps={height:24,width:96};addPropertyControls(FramerHa_Yz5lxJ,{variant:{options:[\"QJPhxdp7j\",\"IIqgfBo9n\"],optionTitles:[\"Default\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},vDJmbRqPU:{defaultValue:\"Solutions\",displayTextArea:false,title:\"Nav Item\",type:ControlType.String},EStvnUrOQ:{defaultValue:true,title:\"Show caret\",type:ControlType.Boolean},VaJrlifn7:{title:\"Click 3\",type:ControlType.EventHandler}});addFonts(FramerHa_Yz5lxJ,[{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\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHa_Yz5lxJ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IIqgfBo9n\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hCVceGwo1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AMo46H9I9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jWsSzx2GA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bBIvF72nr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"96\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"vDJmbRqPU\\\":\\\"navItem\\\",\\\"EStvnUrOQ\\\":\\\"showCaret\\\",\\\"VaJrlifn7\\\":\\\"click3\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ha_Yz5lxJ.map", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,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/kWOwL6hBA2v2ScILAOuh/8zBfH7DqeWJau2cvPcb4/awKg3g78u.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/cKdidbPKeAD78I1ynGtI/FyDq9Dvf82OtRgJ1l8xH/q5NZ1vjNE.js\";const enabledGestures={fnCZ75sWW:{hover:true},Ox50djOLJ:{hover:true}};const cycleOrder=[\"Ox50djOLJ\",\"P4rIYkHS9\",\"fnCZ75sWW\",\"BhCDMAvnM\"];const serializationHash=\"framer-bH987\";const variantClassNames={BhCDMAvnM:\"framer-v-1e0t2fb\",fnCZ75sWW:\"framer-v-1d2bwxi\",Ox50djOLJ:\"framer-v-63e6c\",P4rIYkHS9:\"framer-v-1pxt7ll\"};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={\"Small Active\":\"BhCDMAvnM\",Active:\"P4rIYkHS9\",Default:\"Ox50djOLJ\",Small:\"fnCZ75sWW\"};const getProps=({click,height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,pPpiEbINs:(_ref=title!==null&&title!==void 0?title:props.pPpiEbINs)!==null&&_ref!==void 0?_ref:\"Compliance\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Ox50djOLJ\",xzFqDOKRU:click!==null&&click!==void 0?click:props.xzFqDOKRU};};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,pPpiEbINs,xzFqDOKRU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ox50djOLJ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1267k5i=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(xzFqDOKRU){const res=await xzFqDOKRU(...args);if(res===false)return false;}});const ref1=React.useRef(null);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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-63e6c\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ox50djOLJ\",onTap:onTap1267k5i,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-d5c79030-d167-4cbd-a850-4b4d912e93a0, rgb(252, 252, 253))\",...style},variants:{\"fnCZ75sWW-hover\":{backgroundColor:\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\"},\"Ox50djOLJ-hover\":{backgroundColor:\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\"},BhCDMAvnM:{backgroundColor:\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\"},P4rIYkHS9:{backgroundColor:\"var(--token-d4e4164f-c90a-4bba-bd1a-57a36edfc4e9, rgb(71, 69, 254))\"}},...addPropertyOverrides({\"fnCZ75sWW-hover\":{\"data-framer-name\":undefined},\"Ox50djOLJ-hover\":{\"data-framer-name\":undefined},BhCDMAvnM:{\"data-framer-name\":\"Small Active\"},fnCZ75sWW:{\"data-framer-name\":\"Small\"},P4rIYkHS9:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Compliance\"})}),className:\"framer-1k97p93\",\"data-framer-name\":\"Tab\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"II8lWeZf0\",style:{\"--extracted-r6o4lv\":\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},text:pPpiEbINs,variants:{\"fnCZ75sWW-hover\":{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",opacity:1},\"Ox50djOLJ-hover\":{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",opacity:1},BhCDMAvnM:{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",opacity:1},P4rIYkHS9:{\"--extracted-r6o4lv\":\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"fnCZ75sWW-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h9sfqd\",\"data-styles-preset\":\"q5NZ1vjNE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Compliance\"})})},\"Ox50djOLJ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Compliance\"})})},BhCDMAvnM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h9sfqd\",\"data-styles-preset\":\"q5NZ1vjNE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Compliance\"})})},fnCZ75sWW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h9sfqd\",\"data-styles-preset\":\"q5NZ1vjNE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47)))\"},children:\"Compliance\"})})},P4rIYkHS9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-103kjh3\",\"data-styles-preset\":\"awKg3g78u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255)))\"},children:\"Compliance\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bH987.framer-1kpm95h, .framer-bH987 .framer-1kpm95h { display: block; }\",\".framer-bH987.framer-63e6c { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-bH987 .framer-1k97p93 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bH987.framer-63e6c { gap: 0px; } .framer-bH987.framer-63e6c > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-bH987.framer-63e6c > :first-child { margin-left: 0px; } .framer-bH987.framer-63e6c > :last-child { margin-right: 0px; } }\",\".framer-bH987.framer-v-1d2bwxi.framer-63e6c { padding: 6px 12px 6px 12px; }\",\".framer-bH987.framer-v-1e0t2fb.framer-63e6c { padding: 6px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"P4rIYkHS9\":{\"layout\":[\"auto\",\"auto\"]},\"fnCZ75sWW\":{\"layout\":[\"auto\",\"auto\"]},\"BhCDMAvnM\":{\"layout\":[\"auto\",\"auto\"]},\"XCj161fIw\":{\"layout\":[\"auto\",\"auto\"]},\"s1_cc963U\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"pPpiEbINs\":\"title\",\"xzFqDOKRU\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqXCWYXQMs=withCSS(Component,css,\"framer-bH987\");export default FramerqXCWYXQMs;FramerqXCWYXQMs.displayName=\"Tab\";FramerqXCWYXQMs.defaultProps={height:48,width:140};addPropertyControls(FramerqXCWYXQMs,{variant:{options:[\"Ox50djOLJ\",\"P4rIYkHS9\",\"fnCZ75sWW\",\"BhCDMAvnM\"],optionTitles:[\"Default\",\"Active\",\"Small\",\"Small Active\"],title:\"Variant\",type:ControlType.Enum},pPpiEbINs:{defaultValue:\"Compliance\",displayTextArea:false,title:\"Title\",type:ControlType.String},xzFqDOKRU:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerqXCWYXQMs,[{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),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqXCWYXQMs\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\",\"framerIntrinsicWidth\":\"140\",\"framerVariables\":\"{\\\"pPpiEbINs\\\":\\\"title\\\",\\\"xzFqDOKRU\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"P4rIYkHS9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fnCZ75sWW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BhCDMAvnM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XCj161fIw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"s1_cc963U\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qXCWYXQMs.map", "// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"vAzHkRv2J\",\"Y5uy9E_Eu\",\"o7tRpzrRW\",\"QG3_ECWlv\"];const serializationHash=\"framer-uLndL\";const variantClassNames={o7tRpzrRW:\"framer-v-cu5dvh\",QG3_ECWlv:\"framer-v-1evaz5w\",vAzHkRv2J:\"framer-v-1mzlyx9\",Y5uy9E_Eu:\"framer-v-1xrmm5f\"};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={\"Close Dark\":\"QG3_ECWlv\",\"Menu Dark\":\"o7tRpzrRW\",Close:\"Y5uy9E_Eu\",Menu:\"vAzHkRv2J\"};const getProps=({height,id,tap,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:\"vAzHkRv2J\",XKaY3MrGu:tap!==null&&tap!==void 0?tap:props.XKaY3MrGu};};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,XKaY3MrGu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vAzHkRv2J\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapc2fruv=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XKaY3MrGu){const res=await XKaY3MrGu(...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-1mzlyx9\",className,classNames),\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vAzHkRv2J\",onTap:onTapc2fruv,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({o7tRpzrRW:{\"data-framer-name\":\"Menu Dark\"},QG3_ECWlv:{\"data-framer-name\":\"Close Dark\"},Y5uy9E_Eu:{\"data-framer-name\":\"Close\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zvs544\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"XAWZAXPSi\",style:{backgroundColor:\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{o7tRpzrRW:{backgroundColor:\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\"},QG3_ECWlv:{backgroundColor:\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",rotate:-45},Y5uy9E_Eu:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2f2xez\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"fvw8tTgfL\",style:{backgroundColor:\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{o7tRpzrRW:{backgroundColor:\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\"},QG3_ECWlv:{backgroundColor:\"var(--token-3bc4e88d-f58d-45b5-bded-94eafa19cdea, rgb(0, 5, 47))\",rotate:45},Y5uy9E_Eu:{rotate:45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uLndL.framer-1xh7vzv, .framer-uLndL .framer-1xh7vzv { display: block; }\",\".framer-uLndL.framer-1mzlyx9 { cursor: pointer; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-uLndL .framer-zvs544 { 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-uLndL .framer-2f2xez { 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-uLndL.framer-v-1xrmm5f.framer-1mzlyx9, .framer-uLndL.framer-v-cu5dvh.framer-1mzlyx9, .framer-uLndL.framer-v-1evaz5w.framer-1mzlyx9 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); }\",\".framer-uLndL.framer-v-1xrmm5f .framer-zvs544, .framer-uLndL.framer-v-1xrmm5f .framer-2f2xez, .framer-uLndL.framer-v-1evaz5w .framer-zvs544, .framer-uLndL.framer-v-1evaz5w .framer-2f2xez { top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Y5uy9E_Eu\":{\"layout\":[\"fixed\",\"fixed\"]},\"o7tRpzrRW\":{\"layout\":[\"fixed\",\"fixed\"]},\"QG3_ECWlv\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XKaY3MrGu\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerT1BZkKVJL=withCSS(Component,css,\"framer-uLndL\");export default FramerT1BZkKVJL;FramerT1BZkKVJL.displayName=\"Icon\";FramerT1BZkKVJL.defaultProps={height:44,width:44};addPropertyControls(FramerT1BZkKVJL,{variant:{options:[\"vAzHkRv2J\",\"Y5uy9E_Eu\",\"o7tRpzrRW\",\"QG3_ECWlv\"],optionTitles:[\"Menu\",\"Close\",\"Menu Dark\",\"Close Dark\"],title:\"Variant\",type:ControlType.Enum},XKaY3MrGu:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerT1BZkKVJL,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerT1BZkKVJL\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"44\",\"framerVariables\":\"{\\\"XKaY3MrGu\\\":\\\"tap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Y5uy9E_Eu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o7tRpzrRW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QG3_ECWlv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"44\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./T1BZkKVJL.map", "// Generated by Framer (e4277c8)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/6VBuIod4JsFPgqmODJ81/7ySqbouGwnlW1NrK4QCU/XM_toxh2j.js\";import NavBox from\"https://framerusercontent.com/modules/aOONM3NnfWqeb07Hjbnc/nedzSrmTh0FrcJrzWo7F/b_yBnJfoc.js\";import Button from\"https://framerusercontent.com/modules/hLDTmz5tpxoSm3fpM3FE/WzSs22friGSfFa7YDTr9/H9_R8imPD.js\";import NavItem from\"https://framerusercontent.com/modules/kIVEjLbVoMDnj5sG5yfB/tGiIctze93ziqcixqzeO/Ha_Yz5lxJ.js\";import Tab from\"https://framerusercontent.com/modules/n40PiED6NpibldiXDcly/B6Qp8kLJac58hZcCnts5/qXCWYXQMs.js\";import Icon from\"https://framerusercontent.com/modules/9CVwet5pcQdxQFrTS9Bj/jz5y2YVXr6KD5vGzIvQz/T1BZkKVJL.js\";const TabFonts=getFonts(Tab);const MotionDivWithFX=withFX(motion.div);const ButtonFonts=getFonts(Button);const IconFonts=getFonts(Icon);const NavItemFonts=getFonts(NavItem);const NavBoxFonts=getFonts(NavBox);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"kfeQd_J46\",\"M3cDdffxt\",\"zcHLAxVaZ\",\"BwpBO4Rxb\",\"uRPzVN9ca\",\"XggGNy39w\",\"D7lm1tbVW\"];const serializationHash=\"framer-zwGHK\";const variantClassNames={BwpBO4Rxb:\"framer-v-1t4mijp\",D7lm1tbVW:\"framer-v-3o7t10\",kfeQd_J46:\"framer-v-ids74i\",M3cDdffxt:\"framer-v-rg85bm\",uRPzVN9ca:\"framer-v-gqretc\",XggGNy39w:\"framer-v-kv92sy\",zcHLAxVaZ:\"framer-v-8psyxc\"};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:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-77};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:90};const transition3={delay:0,duration:.7,ease:[.6,.02,.47,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:90};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition4={damping:40,delay:0,mass:.1,stiffness:370,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:80};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};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 transition5={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 Scroll\":\"M3cDdffxt\",\"Mobile Open\":\"XggGNy39w\",\"Moblie Company\":\"D7lm1tbVW\",\"Tablet Scroll\":\"BwpBO4Rxb\",Desktop:\"kfeQd_J46\",Mobile:\"uRPzVN9ca\",Tablet:\"zcHLAxVaZ\"};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:\"kfeQd_J46\"};};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:\"kfeQd_J46\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const xzFqDOKRU1er87fn=activeVariantCallback(async(...args)=>{setVariant(\"XggGNy39w\");});const xzFqDOKRU126ufir=activeVariantCallback(async(...args)=>{setVariant(\"Ogi6IM8Uw\");});const xzFqDOKRU58jps0=activeVariantCallback(async(...args)=>{setVariant(\"fzA4r0Pnz\");});const xzFqDOKRUrv5w7m=activeVariantCallback(async(...args)=>{setVariant(\"D7lm1tbVW\");});const xzFqDOKRU1l5lars=activeVariantCallback(async(...args)=>{setVariant(\"SFyvCMSTK\");});const XKaY3MrGu1xp1rk9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"XggGNy39w\"),200);});const XKaY3MrGui901e5=activeVariantCallback(async(...args)=>{setVariant(\"uRPzVN9ca\");});const VaJrlifn7izu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"XggGNy39w\",\"D7lm1tbVW\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"XggGNy39w\",\"D7lm1tbVW\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"M3cDdffxt\",\"BwpBO4Rxb\",\"uRPzVN9ca\",\"XggGNy39w\",\"D7lm1tbVW\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"M3cDdffxt\",\"BwpBO4Rxb\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"uRPzVN9ca\",\"XggGNy39w\",\"D7lm1tbVW\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"uRPzVN9ca\",\"XggGNy39w\",\"D7lm1tbVW\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed6=()=>{if([\"zcHLAxVaZ\",\"BwpBO4Rxb\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"zcHLAxVaZ\",\"BwpBO4Rxb\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"BwpBO4Rxb\")return false;return true;};const isDisplayed9=()=>{if(baseVariant===\"zcHLAxVaZ\")return false;return true;};const isDisplayed10=()=>{if(baseVariant===\"zcHLAxVaZ\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"BwpBO4Rxb\")return true;return false;};const ref4=React.useRef(null);const ref5=React.useRef(null);const isDisplayed12=()=>{if(baseVariant===\"D7lm1tbVW\")return false;return true;};const isDisplayed13=()=>{if(baseVariant===\"XggGNy39w\")return true;return false;};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:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ids74i\",className,classNames),\"data-framer-appear-id\":\"ids74i\",\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"kfeQd_J46\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,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\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 255, 255, 0.01)\",WebkitBackdropFilter:\"blur(10px)\",...style},variants:{D7lm1tbVW:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-7449ba67-5000-47a9-9764-ec6bac8eea05, rgb(224, 225, 230))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(0px)\",backgroundColor:\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",WebkitBackdropFilter:\"blur(0px)\"},XggGNy39w:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-7449ba67-5000-47a9-9764-ec6bac8eea05, rgb(224, 225, 230))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(0px)\",backgroundColor:\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",WebkitBackdropFilter:\"blur(0px)\"}},...addPropertyOverrides({BwpBO4Rxb:{\"data-framer-name\":\"Tablet Scroll\"},D7lm1tbVW:{\"data-border\":true,\"data-framer-name\":\"Moblie Company\"},M3cDdffxt:{\"data-framer-name\":\"Desktop Scroll\"},uRPzVN9ca:{\"data-framer-name\":\"Mobile\"},XggGNy39w:{\"data-border\":true,\"data-framer-name\":\"Mobile Open\"},zcHLAxVaZ:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-bdtg0j\",\"data-border\":true,\"data-framer-name\":\"Tab Bar\",layoutDependency:layoutDependency,layoutId:\"VelcxOr0K\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(205, 206, 215)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,transformPerspective:1200},children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12zdg5w\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"WsClFWYV5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({D7lm1tbVW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+152+0+0+0},XggGNy39w:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+152+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1de17oa-container\",layoutDependency:layoutDependency,layoutId:\"OVKvEpY61-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"OVKvEpY61\",layoutId:\"OVKvEpY61\",pPpiEbINs:\"Solutions\",variant:\"BhCDMAvnM\",width:\"100%\",...addPropertyOverrides({D7lm1tbVW:{style:{width:\"100%\"},variant:\"fnCZ75sWW\",xzFqDOKRU:xzFqDOKRU1er87fn},XggGNy39w:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xCUmCjEiy\"},...addPropertyOverrides({XggGNy39w:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1h5ydb3 framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"pQSN2X3cc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"116px\",...addPropertyOverrides({D7lm1tbVW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+152+0+0},XggGNy39w:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+152+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aeg187-container\",layoutDependency:layoutDependency,layoutId:\"TW4csIlyS-container\",transformTemplate:transformTemplate1,...addPropertyOverrides({D7lm1tbVW:{transformTemplate:undefined},XggGNy39w:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"TW4csIlyS\",layoutId:\"TW4csIlyS\",pPpiEbINs:\"Resources\",style:{width:\"100%\"},variant:\"fnCZ75sWW\",width:\"100%\",xzFqDOKRU:xzFqDOKRU126ufir,...addPropertyOverrides({D7lm1tbVW:{xzFqDOKRU:undefined},XggGNy39w:{xzFqDOKRU:undefined}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,...addPropertyOverrides({D7lm1tbVW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+152+0},XggGNy39w:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+152+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f8f921-container\",layoutDependency:layoutDependency,layoutId:\"AQ7yM8gye-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"AQ7yM8gye\",layoutId:\"AQ7yM8gye\",pPpiEbINs:\"Company\",variant:\"fnCZ75sWW\",width:\"100%\",xzFqDOKRU:xzFqDOKRU58jps0,...addPropertyOverrides({D7lm1tbVW:{style:{width:\"100%\"},variant:\"BhCDMAvnM\",xzFqDOKRU:undefined},XggGNy39w:{style:{width:\"100%\"},xzFqDOKRU:xzFqDOKRUrv5w7m}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ShGBYadDP\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5h3m3d framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"kzX8jyy0U\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pkbbe9-container\",layoutDependency:layoutDependency,layoutId:\"T1VZ6dCg1-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"T1VZ6dCg1\",layoutId:\"T1VZ6dCg1\",pPpiEbINs:\"Contact Us\",variant:\"fnCZ75sWW\",width:\"100%\",xzFqDOKRU:xzFqDOKRU1l5lars})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5oeycm\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"fgpDQnnoK\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ShGBYadDP\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3b6hoy framer-1c3dlqa\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"XRcdtwx6F\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"350px\",...addPropertyOverrides({D7lm1tbVW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 50px) / 2, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+68+0+14210854715202004e-30},XggGNy39w:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 50px) / 2, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+68+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d8l6l-container\",layoutDependency:layoutDependency,layoutId:\"H9ShcxHev-container\",transformTemplate:transformTemplate1,...addPropertyOverrides({XggGNy39w:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{dcxrVEAsM:\"Contact Us\",height:\"100%\",id:\"H9ShcxHev\",layoutId:\"H9ShcxHev\",Mm7iYM0zL:\"Book a Demo\",nbEhxhfGz:false,style:{width:\"100%\"},TfDVLR0Yh:false,uDxOdg7zT:\"Book a Demo\",variant:\"Mikcaq2Gt\",width:\"100%\",yFBu038gV:\"Book a Demo\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"X5u0kM2xb\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5p11ob framer-1c3dlqa\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"xqecB16nE\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,...addPropertyOverrides({D7lm1tbVW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 50px) / 2, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+68+0+0+0},XggGNy39w:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 50px) / 2, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+68+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ldq7b8-container\",layoutDependency:layoutDependency,layoutId:\"lRxF_Q5TV-container\",children:/*#__PURE__*/_jsx(Button,{dcxrVEAsM:\"Book a Demo\",height:\"100%\",id:\"lRxF_Q5TV\",layoutId:\"lRxF_Q5TV\",Mm7iYM0zL:\"Book a Demo\",nbEhxhfGz:false,style:{width:\"100%\"},TfDVLR0Yh:false,uDxOdg7zT:\"Book a Demo\",variant:\"smL8Q4oY3\",width:\"100%\",yFBu038gV:\"Book a Demo\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cpz3sc\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"zSwST7x9f\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x99ubn\",\"data-framer-name\":\"Logo Wrapper\",layoutDependency:layoutDependency,layoutId:\"JeBvasmef\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gmtTsJ5fz\"},openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-fsnl7q framer-1c3dlqa\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UDVLn2HEg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 166 28\"><path d=\"M 52.697 6.526 C 55.697 6.526 58.17 8.104 59.413 10.65 C 59.639 11.177 59.776 11.686 59.825 12.175 L 56.827 12.175 L 56.735 11.952 C 55.991 10.358 54.496 9.389 52.697 9.389 C 50.156 9.389 48.245 11.355 48.245 13.979 C 48.245 16.626 50.153 18.596 52.697 18.596 C 54.496 18.596 55.991 17.627 56.735 16.033 L 56.827 15.808 L 59.825 15.808 C 59.792 16.31 59.655 16.819 59.413 17.336 C 58.17 19.882 55.697 21.459 52.697 21.459 C 48.384 21.459 45.109 18.235 45.109 13.979 C 45.109 9.746 48.388 6.526 52.697 6.526 Z M 68.655 6.526 C 70.549 6.526 72.235 7.243 73.47 8.515 L 73.544 8.592 L 73.544 6.799 L 76.598 6.799 L 76.598 21.186 L 73.544 21.186 L 73.544 19.419 L 73.473 19.493 C 72.27 20.729 70.63 21.43 68.773 21.458 L 68.655 21.459 C 64.584 21.459 61.503 18.233 61.503 13.979 C 61.503 9.748 64.588 6.526 68.655 6.526 Z M 69.091 9.389 C 66.55 9.389 64.639 11.355 64.639 13.979 C 64.639 16.626 66.547 18.596 69.091 18.596 C 71.636 18.596 73.544 16.626 73.544 13.979 C 73.544 11.355 71.632 9.389 69.091 9.389 Z M 118.234 6.526 C 122.543 6.526 125.822 9.746 125.822 13.979 C 125.822 18.235 122.548 21.459 118.234 21.459 C 114.307 21.459 111.241 18.788 110.722 15.098 L 106.812 15.098 C 106.792 15.098 106.773 15.098 106.753 15.097 L 99.94 15.097 L 99.94 12.561 L 105.62 12.561 L 105.606 12.505 C 105.126 10.599 103.522 9.291 101.503 9.254 L 101.414 9.253 C 99.375 9.253 97.715 10.599 97.223 12.51 L 97.21 12.561 C 97.007 13.348 96.983 14.193 97.14 15.097 L 97.137 15.097 L 97.147 15.151 C 97.541 17.218 99.245 18.694 101.516 18.732 L 101.605 18.732 C 102.484 18.732 103.292 18.514 103.984 18.113 C 104.593 17.76 105.111 17.265 105.506 16.653 L 108.583 16.653 C 108.467 17.11 108.264 17.57 107.976 18.032 C 107.276 19.144 106.302 20.03 105.139 20.623 C 104.079 21.163 102.862 21.459 101.551 21.459 C 97.237 21.459 93.962 18.235 93.962 13.979 C 93.962 9.748 97.184 6.526 101.414 6.526 C 105.188 6.526 108.085 9.055 108.705 12.561 L 110.772 12.561 C 111.413 9.047 114.42 6.526 118.234 6.526 Z M 118.234 9.389 C 115.693 9.389 113.781 11.355 113.781 13.979 C 113.781 16.626 115.689 18.596 118.234 18.596 C 120.778 18.596 122.686 16.626 122.686 13.979 C 122.686 11.355 120.775 9.389 118.234 9.389 Z M 81.62 6.799 L 85.934 17.586 L 90.301 6.799 L 93.423 6.799 L 87.488 21.186 L 84.24 21.186 L 78.305 6.799 Z M 134.855 6.532 C 138.524 6.532 141.499 9.506 141.499 13.176 L 141.499 21.186 L 138.451 21.186 L 138.451 13.176 C 138.451 11.19 136.841 9.579 134.855 9.579 L 134.61 9.579 C 132.624 9.579 131.014 11.19 131.014 13.176 L 131.014 21.186 L 127.966 21.186 L 127.966 13.176 C 127.966 9.506 130.941 6.532 134.61 6.532 Z M 147.265 6.801 L 147.265 21.185 L 144.211 21.185 L 144.211 6.801 Z M 165.499 6.801 L 153.431 21.186 L 149.419 21.186 L 155.458 13.988 L 149.429 6.801 L 153.441 6.801 L 157.464 11.597 L 161.487 6.801 Z M 160.485 15.198 L 165.509 21.186 L 161.497 21.186 L 158.474 17.582 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 11.569 0 L 15.771 0.001 L 15.77 0.003 L 15.787 0.003 L 15.786 0.002 L 18.309 0.003 L 19.492 0.003 L 19.492 0.003 L 19.992 0.003 L 26.843 8.289 L 30.693 8.289 L 28.38 5.367 L 26.672 5.367 L 23.943 2.055 L 29.913 2.055 L 37.333 11.601 L 25.376 11.601 L 24.898 11.023 L 18.617 3.425 L 12.943 3.425 L 4.203 14.006 L 12.933 24.574 L 18.623 24.574 L 24.898 16.978 L 25.375 16.4 L 37.33 16.4 L 29.914 25.956 L 23.943 25.956 L 26.668 22.645 L 28.379 22.645 L 30.697 19.711 L 26.843 19.711 L 19.996 28 L 15.793 28 L 15.793 27.999 L 15.763 27.999 L 15.763 28 L 13.661 27.999 L 12.445 28 L 12.445 27.999 L 11.559 27.999 L 0 14.006 Z\" fill=\"rgb(71,69,254)\"></path><path d=\"M 18.069 5.589 L 11.109 14.006 L 18.064 22.417 L 13.839 22.392 L 7.796 15.084 L 6.904 14.006 L 7.796 12.928 L 13.858 5.596 Z\" fill=\"rgb(4,212,255)\"></path></svg>',svgContentId:12067194447,withExternalLayout:true,...addPropertyOverrides({zcHLAxVaZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 136 23\"><path d=\"M 43.173 5.361 C 45.632 5.361 47.658 6.656 48.676 8.748 C 48.861 9.181 48.973 9.599 49.013 10.001 L 46.557 10.001 L 46.482 9.818 C 45.872 8.509 44.647 7.713 43.173 7.713 C 41.092 7.713 39.526 9.328 39.526 11.483 C 39.526 13.657 41.089 15.275 43.173 15.275 C 44.647 15.275 45.872 14.479 46.482 13.17 L 46.557 12.985 L 49.013 12.985 C 48.986 13.397 48.874 13.815 48.676 14.24 C 47.658 16.331 45.632 17.627 43.173 17.627 C 39.64 17.627 36.957 14.979 36.957 11.483 C 36.957 8.005 39.643 5.361 43.173 5.361 Z M 56.247 5.361 C 57.799 5.361 59.181 5.95 60.193 6.994 L 60.253 7.057 L 60.253 5.585 L 62.755 5.585 L 62.755 17.403 L 60.253 17.403 L 60.253 15.952 L 60.195 16.012 C 59.209 17.027 57.865 17.603 56.344 17.627 L 56.247 17.627 C 52.912 17.627 50.388 14.977 50.388 11.483 C 50.388 8.007 52.916 5.361 56.247 5.361 Z M 56.605 7.713 C 54.523 7.713 52.957 9.328 52.957 11.483 C 52.957 13.657 54.52 15.275 56.605 15.275 C 58.69 15.275 60.253 13.657 60.253 11.483 C 60.253 9.328 58.687 7.713 56.605 7.713 Z M 96.866 5.361 C 100.397 5.361 103.083 8.005 103.083 11.483 C 103.083 14.979 100.401 17.627 96.866 17.627 C 93.649 17.627 91.137 15.433 90.712 12.402 L 87.509 12.402 C 87.492 12.402 87.477 12.402 87.46 12.401 L 81.878 12.401 L 81.878 10.318 L 86.532 10.318 L 86.521 10.272 C 86.127 8.707 84.813 7.632 83.159 7.601 L 83.086 7.601 C 81.415 7.601 80.055 8.706 79.652 10.276 L 79.642 10.318 C 79.475 10.964 79.456 11.659 79.585 12.401 L 79.582 12.401 L 79.59 12.445 C 79.913 14.143 81.309 15.356 83.17 15.387 L 83.243 15.387 C 83.963 15.387 84.625 15.208 85.192 14.879 C 85.691 14.589 86.115 14.182 86.439 13.679 L 88.96 13.679 C 88.865 14.055 88.698 14.432 88.462 14.812 C 87.889 15.725 87.091 16.454 86.138 16.94 C 85.27 17.384 84.272 17.627 83.198 17.627 C 79.664 17.627 76.981 14.979 76.981 11.483 C 76.981 8.007 79.62 5.361 83.086 5.361 C 86.178 5.361 88.552 7.438 89.06 10.318 L 90.753 10.318 C 91.278 7.432 93.742 5.361 96.866 5.361 Z M 96.866 7.713 C 94.785 7.713 93.218 9.328 93.218 11.483 C 93.218 13.657 94.781 15.275 96.866 15.275 C 98.951 15.275 100.514 13.657 100.514 11.483 C 100.514 9.328 98.948 7.713 96.866 7.713 Z M 66.869 5.585 L 70.404 14.445 L 73.981 5.585 L 76.539 5.585 L 71.677 17.403 L 69.016 17.403 L 64.154 5.585 Z M 110.484 5.365 C 113.49 5.365 115.927 7.809 115.927 10.823 L 115.927 17.403 L 113.43 17.403 L 113.43 10.823 C 113.43 9.191 112.111 7.869 110.484 7.869 L 110.283 7.869 C 108.656 7.869 107.337 9.191 107.337 10.823 L 107.337 17.403 L 104.84 17.403 L 104.84 10.823 C 104.84 7.809 107.277 5.365 110.283 5.365 Z M 120.651 5.587 L 120.651 17.402 L 118.149 17.402 L 118.149 5.587 Z M 135.59 5.586 L 125.703 17.403 L 122.416 17.403 L 127.363 11.49 L 122.424 5.587 L 125.711 5.586 L 129.007 9.526 L 132.303 5.587 Z M 131.482 12.484 L 135.598 17.403 L 132.311 17.403 L 129.834 14.443 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 9.479 0 L 12.921 0.001 L 12.92 0.002 L 12.934 0.002 L 12.933 0.001 L 15.001 0.002 L 15.969 0.002 L 15.969 0.002 L 16.379 0.003 L 21.992 6.809 L 25.146 6.809 L 23.251 4.408 L 21.852 4.408 L 19.616 1.688 L 24.507 1.688 L 30.586 9.529 L 20.79 9.529 L 20.399 9.055 L 15.252 2.814 L 10.604 2.814 L 3.443 11.505 L 10.596 20.186 L 15.257 20.186 L 20.398 13.946 L 20.789 13.471 L 30.584 13.471 L 24.508 21.321 L 19.616 21.321 L 21.849 18.601 L 23.25 18.601 L 25.149 16.191 L 21.992 16.191 L 16.382 23 L 12.939 23 L 12.939 23 L 12.914 23 L 12.914 23 L 11.192 23 L 10.196 23 L 10.196 22.999 L 9.47 23 L 0 11.505 Z\" fill=\"rgb(71,69,254)\"></path><path d=\"M 14.804 4.591 L 9.102 11.505 L 14.8 18.414 L 11.338 18.393 L 6.387 12.39 L 5.657 11.505 L 6.387 10.619 L 11.354 4.597 Z\" fill=\"rgb(4,212,255)\"></path></svg>',svgContentId:9008692542}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gmtTsJ5fz\"},openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-jjeh1k framer-1c3dlqa\",\"data-framer-name\":\"Dark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:166,layoutDependency:layoutDependency,layoutId:\"qe6z55Wus\",svg:'<svg width=\"166\" height=\"28\" viewBox=\"0 0 166 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M52.697 6.52597C55.6975 6.52597 58.1704 8.10351 59.4135 10.6497C59.6391 11.1771 59.7762 11.6856 59.8249 12.1751H56.827L56.735 11.9521C55.9914 10.3583 54.4962 9.38936 52.697 9.38936C50.1563 9.38936 48.245 11.3555 48.245 13.979C48.245 16.6259 50.1525 18.5959 52.697 18.5959C54.4962 18.5959 55.9914 17.627 56.735 16.0332L56.827 15.8084H59.8249C59.7922 16.3096 59.6551 16.8187 59.4135 17.3356C58.1704 19.8818 55.6975 21.4593 52.697 21.4593C48.3836 21.4593 45.1094 18.2353 45.1094 13.979C45.1094 9.74569 48.3879 6.52597 52.697 6.52597ZM68.6546 6.52597C70.5491 6.52597 72.2354 7.24294 73.4704 8.5149L73.5438 8.59159L73.544 6.79905H76.5982V21.1862H73.544L73.5438 19.4195L73.4733 19.4934C72.2698 20.7288 70.6295 21.4297 68.7733 21.4584L68.6546 21.4593C64.584 21.4593 61.5028 18.233 61.5028 13.979C61.5028 9.74801 64.5881 6.52597 68.6546 6.52597ZM69.0915 9.38936C66.5504 9.38936 64.6389 11.3555 64.6389 13.979C64.6389 16.6259 66.5467 18.5959 69.0915 18.5959C71.6362 18.5959 73.544 16.6259 73.544 13.979C73.544 11.3555 71.6325 9.38936 69.0915 9.38936ZM118.234 6.52597C122.543 6.52597 125.822 9.74569 125.822 13.979C125.822 18.2353 122.548 21.4593 118.234 21.4593C114.307 21.4593 111.241 18.788 110.722 15.0983L106.812 15.0982C106.792 15.0982 106.773 15.0978 106.753 15.0968L99.9396 15.0966L99.9397 12.5609H105.62L105.606 12.5045C105.126 10.5994 103.522 9.29117 101.503 9.25365L101.414 9.25283C99.3745 9.25283 97.7147 10.5991 97.2225 12.51L97.2097 12.5609C97.0065 13.348 96.9833 14.1932 97.1402 15.0967L97.137 15.0966L97.147 15.1505C97.5413 17.2181 99.2449 18.6942 101.516 18.7317L101.605 18.7324C102.484 18.7324 103.292 18.5143 103.984 18.1132C104.593 17.7602 105.111 17.2653 105.506 16.6528H108.583C108.467 17.1099 108.264 17.5697 107.976 18.0322C107.276 19.1436 106.302 20.0304 105.139 20.6232C104.079 21.1632 102.862 21.4593 101.551 21.4593C97.2366 21.4593 93.9619 18.2353 93.9619 13.979C93.9619 9.74819 97.1838 6.52597 101.414 6.52597C105.188 6.52597 108.085 9.05474 108.705 12.5609L110.772 12.5608C111.413 9.04714 114.42 6.52597 118.234 6.52597ZM118.234 9.38936C115.693 9.38936 113.781 11.3555 113.781 13.979C113.781 16.6259 115.689 18.5959 118.234 18.5959C120.778 18.5959 122.686 16.6259 122.686 13.979C122.686 11.3555 120.775 9.38936 118.234 9.38936ZM81.6196 6.79905L85.9337 17.5858L90.3007 6.79905H93.4232L87.4882 21.1862H84.2403L78.3052 6.79905H81.6196ZM134.855 6.53168C138.524 6.53168 141.499 9.50631 141.499 13.1757V21.1862H138.451V13.1757C138.451 11.1895 136.841 9.57939 134.855 9.57939H134.61C132.624 9.57939 131.014 11.1895 131.014 13.1757V21.1862H127.966V13.1757C127.966 9.50631 130.941 6.53168 134.61 6.53168H134.855ZM147.265 6.80125V21.1854H144.211V6.80125H147.265ZM165.499 6.8008L153.431 21.1863L149.419 21.1861L155.458 13.9875L149.429 6.80125L153.441 6.80071L157.464 11.5966L161.487 6.80146L165.499 6.8008ZM160.485 15.1976L165.509 21.1861L161.497 21.1857L158.474 17.5823L160.485 15.1976Z\" fill=\"#00052F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5694 0L15.7712 0.00146445L15.7702 0.00255334H15.7867L15.7859 0.00162001L18.3095 0.00255334L19.4917 0.00265104L19.4916 0.00302001L19.992 0.00324065L26.8426 8.28906H30.6933L28.3797 5.36667H26.672L23.9434 2.05537H29.9134L37.3333 11.6005H25.3758L24.8982 11.0229L18.6167 3.4254H12.9428L4.20309 14.0056L12.9332 24.5741H18.6226L24.8977 16.9779L25.3753 16.3998H37.3299L29.9142 25.9559H23.9434L26.6682 22.6446H28.3789L30.6966 19.711H26.8429L19.9959 28L15.7931 27.9996L15.7932 27.9994H15.7628L15.7629 27.9996L13.6612 27.9994L12.4448 27.9996L12.4448 27.9993L11.5595 27.9994L0 14.0056L11.5694 0Z\" fill=\"#4745FE\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0691 5.58911L11.1092 14.0057L18.0645 22.4167L13.839 22.3917L7.79584 15.0838L6.9043 14.0057L7.79584 12.9275L13.8583 5.59622L18.0691 5.58911Z\" fill=\"#04D4FF\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gmtTsJ5fz\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-vts23a framer-1c3dlqa\",\"data-framer-name\":\"Symbol\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"mH5pDV3FJ\",svg:'<svg width=\"38\" height=\"28\" viewBox=\"0 0 38 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5694 0L15.7712 0.00146445L15.7702 0.00255334H15.7867L15.7859 0.00162001L18.3095 0.00255334L19.4917 0.00265104L19.4916 0.00302001L19.992 0.00324065L26.8426 8.28906H30.6933L28.3797 5.36667H26.672L23.9434 2.05537H29.9134L37.3333 11.6005H25.3758L24.8982 11.0229L18.6167 3.4254H12.9428L4.20309 14.0056L12.9332 24.5741H18.6226L24.8977 16.9779L25.3753 16.3998H37.3299L29.9142 25.9559H23.9434L26.6682 22.6446H28.3789L30.6966 19.711H26.8429L19.9959 28L15.7931 27.9996L15.7932 27.9994H15.7628L15.7629 27.9996L13.6612 27.9994L12.4448 27.9996L12.4448 27.9993L11.5595 27.9994L0 14.0056L11.5694 0Z\" fill=\"#4745FE\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.071 5.58911L11.1112 14.0057L18.0665 22.4167L13.8409 22.3917L7.79779 15.0838L6.90625 14.0057L7.79779 12.9275L13.8602 5.59622L18.071 5.58911Z\" fill=\"#04D4FF\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({D7lm1tbVW:{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0},uRPzVN9ca:{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0},XggGNy39w:{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ugfcxv-container\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"VlMK6t8CA-container\",name:\"Menu Icon\",children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"VlMK6t8CA\",layoutId:\"VlMK6t8CA\",name:\"Menu Icon\",variant:\"vAzHkRv2J\",width:\"100%\",...addPropertyOverrides({D7lm1tbVW:{variant:\"QG3_ECWlv\",XKaY3MrGu:XKaY3MrGui901e5},uRPzVN9ca:{variant:\"o7tRpzrRW\",XKaY3MrGu:XKaY3MrGu1xp1rk9},XggGNy39w:{variant:\"QG3_ECWlv\",XKaY3MrGu:XKaY3MrGui901e5}},baseVariant,gestureVariant)})})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g6til3\",\"data-framer-name\":\"Nav Link\",layoutDependency:layoutDependency,layoutId:\"OwHPAklJe\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xee8q1-container\",id:`${layoutId}-1xee8q1`,layoutDependency:layoutDependency,layoutId:\"i1wU_weZS-container\",ref:ref2,children:[/*#__PURE__*/_jsx(NavItem,{EStvnUrOQ:true,height:\"100%\",id:\"i1wU_weZS\",layoutId:\"i1wU_weZS\",VaJrlifn7:VaJrlifn7izu9gt({overlay}),variant:\"QJPhxdp7j\",vDJmbRqPU:\"Solutions\",width:\"100%\",...addPropertyOverrides({BwpBO4Rxb:{variant:\"IIqgfBo9n\"},M3cDdffxt:{variant:\"IIqgfBo9n\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1xee8q1`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({BwpBO4Rxb:{alignment:\"start\",collisionDetectionPadding:10,offsetX:-20,offsetY:0},zcHLAxVaZ:{collisionDetectionPadding:10,offsetY:0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1bn9by0\",\"data-border\":true,exit:animation4,initial:animation6,layoutDependency:layoutDependency,layoutId:\"pbwotl3Nb\",ref:ref3,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b8967de3-d38c-4e26-9561-519405f72da3, rgb(4, 212, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-ee99bd79-fee7-464c-866c-b614f119d6d0, rgb(249, 249, 251))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5mq7p9\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"noBCScyK2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dkmcnv\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"pE76rj9q7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-y66xnu\",\"data-styles-preset\":\"XM_toxh2j\",children:\"By Industry\"})}),className:\"framer-gxrd56\",\"data-framer-name\":\"By Industry\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hVYeW90Rt\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wqh3vs\",\"data-framer-name\":\"Line 6\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:102,layoutDependency:layoutDependency,layoutId:\"UOczjmR8X\",svg:'<svg width=\"102\" height=\"4\" viewBox=\"-1 -1 102 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1H99\" stroke=\"url(#paint0_linear_647_12071)\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_647_12071\" x1=\"1\" y1=\"1.99999\" x2=\"99\" y2=\"1.99999\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.35\" stop-color=\"white\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#4745FE\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eauy6z\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"pxP9pRKRG\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"frstTHqbO\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-p8woop framer-1c3dlqa\",\"data-framer-name\":\"Public\",layoutDependency:layoutDependency,layoutId:\"o6dVixvVN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+0+0+50+0+21316282072803006e-30,...addPropertyOverrides({BwpBO4Rxb:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x2mm5c-container\",layoutDependency:layoutDependency,layoutId:\"OKjMEw68e-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Public Sector\",height:\"100%\",id:\"OKjMEw68e\",layoutId:\"OKjMEw68e\",newE3dSpf:true,qiqb2stNo:\"ATO and cATO \u2013 less painful with better resource utilization.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"suMdJKBVf\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19sl535 framer-1c3dlqa\",\"data-framer-name\":\"Financial\",layoutDependency:layoutDependency,layoutId:\"BgTgpqTiI\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+0+0+50+0+21316282072803006e-30,...addPropertyOverrides({BwpBO4Rxb:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mugvp-container\",layoutDependency:layoutDependency,layoutId:\"vQNReu1oN-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Financial Services\",height:\"100%\",id:\"vQNReu1oN\",layoutId:\"vQNReu1oN\",newE3dSpf:true,qiqb2stNo:\"Simplify compliance activities like PCI in complex financial services environments.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gl9ZioaDm\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-b4kru1 framer-1c3dlqa\",\"data-framer-name\":\"Defense\",layoutDependency:layoutDependency,layoutId:\"NI4tuzfQb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+0+0+50+0+21316282072803006e-30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j14ygx-container\",layoutDependency:layoutDependency,layoutId:\"y35Lk74_d-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Defense and Aerospace\",height:\"100%\",id:\"y35Lk74_d\",layoutId:\"y35Lk74_d\",newE3dSpf:true,qiqb2stNo:\"Automate and streamline compliance to stay focused on the mission.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mq4ql9\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"W8xhZTDcu\",children:[isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k1gv58\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"f0A5DziqL\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19k0tex-container\",layoutDependency:layoutDependency,layoutId:\"Hx3eZaT7v-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Public Sector\",height:\"100%\",id:\"Hx3eZaT7v\",layoutId:\"Hx3eZaT7v\",newE3dSpf:true,qiqb2stNo:\"Boost transparency and security in government with our trusted solutions.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1krzr3f\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"b2fkroLrh\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1avzip7-container\",layoutDependency:layoutDependency,layoutId:\"mxrCuVU6O-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Financial Services\",height:\"100%\",id:\"mxrCuVU6O\",layoutId:\"mxrCuVU6O\",newE3dSpf:true,qiqb2stNo:\"Safeguard financial data and comply with regulations using our platform.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gl9ZioaDm\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-12s5vys framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"r0mYi7Mzb\",children:isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BwpBO4Rxb:{height:88,width:\"300px\"},zcHLAxVaZ:{height:88,width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+0+0+154+0+21316282072803006e-30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x5jboc-container\",layoutDependency:layoutDependency,layoutId:\"MEB98r0r_-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Defense and AerosSpace\",height:\"100%\",id:\"MEB98r0r_\",layoutId:\"MEB98r0r_\",newE3dSpf:true,qiqb2stNo:\"Ensure mission-critical data security and compliance with industry regulations.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\",...addPropertyOverrides({zcHLAxVaZ:{bzikVVoWf:\"Defense and Aerospace\"}},baseVariant,gestureVariant)})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2a42qv\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"pHVtj3ijw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wdkv3a\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"M2rGRUBDe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-y66xnu\",\"data-styles-preset\":\"XM_toxh2j\",children:\"By Use Case\"})}),className:\"framer-85q7zv\",\"data-framer-name\":\"By Use Case\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rVgxTdwvA\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17x7li6\",\"data-framer-name\":\"Line 6\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:104,layoutDependency:layoutDependency,layoutId:\"Is8PemYC1\",svg:'<svg width=\"104\" height=\"4\" viewBox=\"-1 -1 104 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1H101\" stroke=\"url(#paint0_linear_647_12088)\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_647_12088\" x1=\"1\" y1=\"1.99999\" x2=\"101\" y2=\"1.99999\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.35\" stop-color=\"white\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#4745FE\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g0yh4u\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"gS4UwGRnl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l5vygz\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"IRaCgKzYr\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NXgsZdPA0\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vm3zbt framer-1c3dlqa\",\"data-framer-name\":\"Compliance\",layoutDependency:layoutDependency,layoutId:\"VhBklsk58\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+162+0+50+0+0+0+21316282072803006e-30,...addPropertyOverrides({zcHLAxVaZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+266+0+50+0+0+0+21316282072803006e-30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yidctz-container\",layoutDependency:layoutDependency,layoutId:\"JAEDtwfHt-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Compliance\",height:\"100%\",id:\"JAEDtwfHt\",layoutId:\"JAEDtwfHt\",newE3dSpf:true,qiqb2stNo:\"Continuous cyber compliance automation at its finest.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zeWe8aQHB\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1c1v2oz framer-1c3dlqa\",\"data-framer-name\":\"Audit\",layoutDependency:layoutDependency,layoutId:\"JuGTEqkdc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+162+0+50+0+0+0+21316282072803006e-30,...addPropertyOverrides({zcHLAxVaZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+266+0+50+0+0+0+21316282072803006e-30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cbpqp8-container\",layoutDependency:layoutDependency,layoutId:\"IxFDHO5l6-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Audit\",height:\"100%\",id:\"IxFDHO5l6\",layoutId:\"IxFDHO5l6\",newE3dSpf:true,qiqb2stNo:\"Always audit ready to prove your compliance.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VkL5xYZ8p\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mf7hs8 framer-1c3dlqa\",\"data-framer-name\":\"Risk\",layoutDependency:layoutDependency,layoutId:\"Y8zKor2tL\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+162+0+50+0+0+0+21316282072803006e-30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17wlbey-container\",layoutDependency:layoutDependency,layoutId:\"xCILSdBNf-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Risk Management\",height:\"100%\",id:\"xCILSdBNf\",layoutId:\"xCILSdBNf\",newE3dSpf:true,qiqb2stNo:\"Identify and reduce risks with our advanced tools.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})]}),isDisplayed10()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6w5m8t\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"P4AKqLSeK\",children:[isDisplayed10()&&/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({zcHLAxVaZ:{href:{webPageId:\"VkL5xYZ8p\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-h77x1h framer-1c3dlqa\",\"data-framer-name\":\"Risk\",layoutDependency:layoutDependency,layoutId:\"BNjHUiPgy\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({zcHLAxVaZ:{width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+266+0+50+0+98+0+21316282072803006e-30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-shhk3o-container\",layoutDependency:layoutDependency,layoutId:\"E0kci2FWz-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Risk Management\",height:\"100%\",id:\"E0kci2FWz\",layoutId:\"E0kci2FWz\",newE3dSpf:true,qiqb2stNo:\"Identify and reduce risks with our advanced tools.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TId4TKmaD\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1g5aze6 framer-1c3dlqa\",\"data-framer-name\":\"Reporting \",layoutDependency:layoutDependency,layoutId:\"HJf688sAG\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",...addPropertyOverrides({zcHLAxVaZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+266+0+50+0+98+0+21316282072803006e-30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m3hima-container\",layoutDependency:layoutDependency,layoutId:\"ca2evVIsR-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Reporting\",height:\"100%\",id:\"ca2evVIsR\",layoutId:\"ca2evVIsR\",newE3dSpf:true,qiqb2stNo:\"Generate reports, dashboards, and compliance artifacts with a click.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})]}),isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-8dvb4e\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"g1VZl3lyR\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TId4TKmaD\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-104guha framer-1c3dlqa\",\"data-framer-name\":\"Reporting \",layoutDependency:layoutDependency,layoutId:\"K9SNmGsSF\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+162+0+50+0+98+0+21316282072803006e-30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sa4xbu-container\",layoutDependency:layoutDependency,layoutId:\"C483J911Y-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Reporting\",height:\"100%\",id:\"C483J911Y\",layoutId:\"C483J911Y\",newE3dSpf:true,qiqb2stNo:\"Generate reports, dashboards, and compliance artifacts with a click.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})})]}),isDisplayed11()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xts2vb\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"TKh00ESMc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cp5h8b\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"e43fXmjKL\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NXgsZdPA0\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tqtnj8 framer-1c3dlqa\",\"data-framer-name\":\"Compliance\",layoutDependency:layoutDependency,layoutId:\"ca7Sbknnw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mj47gk-container\",layoutDependency:layoutDependency,layoutId:\"FMrc6pNRu-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Compliance\",height:\"100%\",id:\"FMrc6pNRu\",layoutId:\"FMrc6pNRu\",newE3dSpf:true,qiqb2stNo:\"Continuous cyber compliance automation at its finest.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zeWe8aQHB\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tyy65v framer-1c3dlqa\",\"data-framer-name\":\"Audit\",layoutDependency:layoutDependency,layoutId:\"pCGQUTeDg\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18bi1k9-container\",layoutDependency:layoutDependency,layoutId:\"W5fqdHmq1-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Audit\",height:\"100%\",id:\"W5fqdHmq1\",layoutId:\"W5fqdHmq1\",newE3dSpf:true,qiqb2stNo:\"Always audit ready to prove your compliance.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13m4zas\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"H1rqI9C_y\",children:[/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({BwpBO4Rxb:{href:{webPageId:\"VkL5xYZ8p\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1117j7e framer-1c3dlqa\",\"data-framer-name\":\"Risk\",layoutDependency:layoutDependency,layoutId:\"DAzj29Y1P\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p60wo3-container\",layoutDependency:layoutDependency,layoutId:\"jXxGsW0me-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Risk Management\",height:\"100%\",id:\"jXxGsW0me\",layoutId:\"jXxGsW0me\",newE3dSpf:true,qiqb2stNo:\"Identify and reduce risks with our advanced tools.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TId4TKmaD\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-yjtjnh framer-1c3dlqa\",\"data-framer-name\":\"Reporting \",layoutDependency:layoutDependency,layoutId:\"VgiUdkMq5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"300px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b5o24t-container\",layoutDependency:layoutDependency,layoutId:\"hgDXRt73u-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Reporting\",height:\"100%\",id:\"hgDXRt73u\",layoutId:\"hgDXRt73u\",newE3dSpf:true,qiqb2stNo:\"Generate reports, dashboards, and compliance artifacts with a click.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ccgMfcA3o\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mp4jrg framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"zicq0uKUa\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+422+-19.99999999999999,...addPropertyOverrides({BwpBO4Rxb:{y:undefined},zcHLAxVaZ:{width:\"612px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+526+-20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-90x0az-container\",layoutDependency:layoutDependency,layoutId:\"h54HBjtr7-container\",transformTemplate:transformTemplate2,...addPropertyOverrides({zcHLAxVaZ:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Integrations & Frameworks\",height:\"100%\",id:\"h54HBjtr7\",layoutId:\"h54HBjtr7\",newE3dSpf:true,qiqb2stNo:\"\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})]})})})]})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xCUmCjEiy\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-q81nus framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"AWaXxqQw_\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+5329070518200751e-30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r2dp4p-container\",layoutDependency:layoutDependency,layoutId:\"Cy6pl7mrs-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavItem,{EStvnUrOQ:false,height:\"100%\",id:\"Cy6pl7mrs\",layoutId:\"Cy6pl7mrs\",variant:\"QJPhxdp7j\",vDJmbRqPU:\"Resources\",width:\"100%\",...addPropertyOverrides({BwpBO4Rxb:{variant:\"IIqgfBo9n\"},M3cDdffxt:{variant:\"IIqgfBo9n\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jkd8dp-container\",id:`${layoutId}-jkd8dp`,layoutDependency:layoutDependency,layoutId:\"GAeQMdwio-container\",ref:ref4,children:[/*#__PURE__*/_jsx(NavItem,{EStvnUrOQ:true,height:\"100%\",id:\"GAeQMdwio\",layoutId:\"GAeQMdwio\",VaJrlifn7:VaJrlifn7izu9gt({overlay:overlay1}),variant:\"QJPhxdp7j\",vDJmbRqPU:\"Company\",width:\"100%\",...addPropertyOverrides({BwpBO4Rxb:{variant:\"IIqgfBo9n\"},M3cDdffxt:{variant:\"IIqgfBo9n\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-jkd8dp`,offsetX:71,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-1h0i0k6\",\"data-border\":true,exit:animation7,initial:animation9,layoutDependency:layoutDependency,layoutId:\"ZNQ8UfVQz\",ref:ref5,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b8967de3-d38c-4e26-9561-519405f72da3, rgb(4, 212, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-5099d8b3-df35-4f65-9324-75962de4b618, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zpwk4p\",layoutDependency:layoutDependency,layoutId:\"zvVb1mRfZ\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"blTEyWueH\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13ivafn framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"GTsDUxT70\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+2+0+0+-21.99999999999999,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fq0tml-container\",layoutDependency:layoutDependency,layoutId:\"PfflhqfWY-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"About Us\",height:\"100%\",id:\"PfflhqfWY\",layoutId:\"PfflhqfWY\",newE3dSpf:true,qiqb2stNo:\"ATO and cATO \u2013 less painful with better resource utilization.\",style:{width:\"100%\"},variant:\"S4CIVE3fX\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o2JQSk4HT\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3lrz1r framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"uEpe6byJE\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+0+24+2+0+54+-21.99999999999999,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iucud5-container\",layoutDependency:layoutDependency,layoutId:\"bV8BsuOJl-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Careers\",height:\"100%\",id:\"bV8BsuOJl\",layoutId:\"bV8BsuOJl\",newE3dSpf:true,qiqb2stNo:\"ATO and cATO \u2013 less painful with better resource utilization.\",style:{width:\"100%\"},variant:\"S4CIVE3fX\",width:\"100%\"})})})})})]})})})})]})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ShGBYadDP\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1lz6nxi framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"rQeF4ii5T\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-24)/2)+0+5329070518200751e-30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hkcbph-container\",layoutDependency:layoutDependency,layoutId:\"z3Yo1rgnC-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(NavItem,{EStvnUrOQ:false,height:\"100%\",id:\"z3Yo1rgnC\",layoutId:\"z3Yo1rgnC\",variant:\"QJPhxdp7j\",vDJmbRqPU:\"Contact Us\",width:\"100%\",...addPropertyOverrides({BwpBO4Rxb:{variant:\"IIqgfBo9n\"},M3cDdffxt:{variant:\"IIqgfBo9n\"}},baseVariant,gestureVariant)})})})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"X5u0kM2xb\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1f59o5z framer-1c3dlqa\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"s2bmZ5Bk2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||76)-48-28)/2)+-15.999999999999993,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1atv0qs-container\",layoutDependency:layoutDependency,layoutId:\"FI8Ht5cts-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Button,{dcxrVEAsM:\"Book a Demo Today\",height:\"100%\",id:\"FI8Ht5cts\",layoutId:\"FI8Ht5cts\",Mm7iYM0zL:\"Book a Demo\",nbEhxhfGz:true,TfDVLR0Yh:false,uDxOdg7zT:\"Book a Demo\",variant:\"DBzBMYRdI\",width:\"100%\",yFBu038gV:\"Book a Demo\",...addPropertyOverrides({BwpBO4Rxb:{variant:\"KBNVX6tIR\"},M3cDdffxt:{variant:\"KBNVX6tIR\"}},baseVariant,gestureVariant)})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1djuhcl\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"doCxnQ16o\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2l4esh\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"ivYh9JbeT\",children:[isDisplayed12()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3gjbfw\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"L_DYhgBh6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-y66xnu\",\"data-styles-preset\":\"XM_toxh2j\",children:\"By Industry\"})}),className:\"framer-1gfc4hu\",\"data-framer-name\":\"By Industry\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ky8Uf3PWF\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sbxqln\",\"data-framer-name\":\"Line 6\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:102,layoutDependency:layoutDependency,layoutId:\"Qg3C0JqL5\",svg:'<svg width=\"102\" height=\"4\" viewBox=\"-1 -1 102 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1H99\" stroke=\"url(#paint0_linear_647_12071)\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_647_12071\" x1=\"1\" y1=\"1.99999\" x2=\"99\" y2=\"1.99999\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.35\" stop-color=\"white\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#4745FE\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14tyym5\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"ncouxG24Q\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"frstTHqbO\"},openInNewTab:false,...addPropertyOverrides({D7lm1tbVW:{href:{webPageId:\"blTEyWueH\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ami44a framer-1c3dlqa\",\"data-framer-name\":\"NAV\",layoutDependency:layoutDependency,layoutId:\"If4ItnXQN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({D7lm1tbVW:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+0+0+0+0+0+0+0},XggGNy39w:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+0+0+50+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-v3ze42-container\",layoutDependency:layoutDependency,layoutId:\"aqC9C84fI-container\",transformTemplate:transformTemplate2,...addPropertyOverrides({D7lm1tbVW:{transformTemplate:undefined},XggGNy39w:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Public Sector\",height:\"100%\",id:\"aqC9C84fI\",layoutId:\"aqC9C84fI\",newE3dSpf:true,qiqb2stNo:\"ATO and cATO \u2013 less painful with better resource utilization.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\",...addPropertyOverrides({D7lm1tbVW:{bzikVVoWf:\"About Us\",qiqb2stNo:\"\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"suMdJKBVf\"},...addPropertyOverrides({D7lm1tbVW:{href:{webPageId:\"o2JQSk4HT\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fpb2is framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"Rotd1c3Dx\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({D7lm1tbVW:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+0+0+0+0+100+0+0},XggGNy39w:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+0+0+50+0+100+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1asrkam-container\",layoutDependency:layoutDependency,layoutId:\"DVDYkeTED-container\",transformTemplate:transformTemplate2,...addPropertyOverrides({D7lm1tbVW:{transformTemplate:undefined},XggGNy39w:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Financial Services\",height:\"100%\",id:\"DVDYkeTED\",layoutId:\"DVDYkeTED\",newE3dSpf:true,qiqb2stNo:\"Simplify compliance activities like PCI in complex financial services environments.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\",...addPropertyOverrides({D7lm1tbVW:{bzikVVoWf:\"Careers\",qiqb2stNo:\"\"}},baseVariant,gestureVariant)})})})})}),isDisplayed12()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gl9ZioaDm\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xcsmmo framer-1c3dlqa\",\"data-framer-name\":\"Defense\",layoutDependency:layoutDependency,layoutId:\"I2ucoUqn_\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({XggGNy39w:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+0+0+50+0+200+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xgvdza-container\",layoutDependency:layoutDependency,layoutId:\"gr5OvWDdF-container\",children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Defense and Aerospace\",height:\"100%\",id:\"gr5OvWDdF\",layoutId:\"gr5OvWDdF\",newE3dSpf:true,qiqb2stNo:\"Automate and streamline compliance to stay focused on the mission.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})]})]}),isDisplayed13()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y4smun\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"c7lK6Amwd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ogc0c5\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"WNuU96th6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-y66xnu\",\"data-styles-preset\":\"XM_toxh2j\",children:\"By Use Case\"})}),className:\"framer-1qqsvlb\",\"data-framer-name\":\"By Use Case\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"afUgRYlHK\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hf7wpl\",\"data-framer-name\":\"Line 6\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:104,layoutDependency:layoutDependency,layoutId:\"SvzXUqbwu\",svg:'<svg width=\"104\" height=\"4\" viewBox=\"-1 -1 104 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1H101\" stroke=\"url(#paint0_linear_647_12088)\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_647_12088\" x1=\"1\" y1=\"1.99999\" x2=\"101\" y2=\"1.99999\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.35\" stop-color=\"white\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#4745FE\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jujonf\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"XBctFlAum\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v2p5rv\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"fD2I_KLfV\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NXgsZdPA0\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-u7vc8s framer-1c3dlqa\",\"data-framer-name\":\"Compliance\",layoutDependency:layoutDependency,layoutId:\"BeMVQAxJS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({XggGNy39w:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+372+0+50+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15e8rvg-container\",layoutDependency:layoutDependency,layoutId:\"eZ9EJaxvp-container\",children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Compliance\",height:\"100%\",id:\"eZ9EJaxvp\",layoutId:\"eZ9EJaxvp\",newE3dSpf:true,qiqb2stNo:\"Continuous cyber compliance automation at its finest.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zeWe8aQHB\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-4cttza framer-1c3dlqa\",\"data-framer-name\":\"Audit\",layoutDependency:layoutDependency,layoutId:\"bMOPYfAKB\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({XggGNy39w:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+372+0+50+0+0+0+100+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nzysq0-container\",layoutDependency:layoutDependency,layoutId:\"obccLunpy-container\",children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Audit\",height:\"100%\",id:\"obccLunpy\",layoutId:\"obccLunpy\",newE3dSpf:true,qiqb2stNo:\"Always audit ready to prove your compliance.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VkL5xYZ8p\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1pba8b7 framer-1c3dlqa\",\"data-framer-name\":\"Risk\",layoutDependency:layoutDependency,layoutId:\"yurl56VuO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({XggGNy39w:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+372+0+50+0+0+0+200+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-59cfze-container\",layoutDependency:layoutDependency,layoutId:\"oKOcdrhoq-container\",children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Risk Management\",height:\"100%\",id:\"oKOcdrhoq\",layoutId:\"oKOcdrhoq\",newE3dSpf:true,qiqb2stNo:\"Identify and reduce risks with our advanced tools.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-td26zu\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"a0O2G4jcR\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TId4TKmaD\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-mzau3w framer-1c3dlqa\",\"data-framer-name\":\"Reporting \",layoutDependency:layoutDependency,layoutId:\"wEwykT0Aj\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({XggGNy39w:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+372+0+50+0+298+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1klunue-container\",layoutDependency:layoutDependency,layoutId:\"ntX8PI_NP-container\",children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Reporting\",height:\"100%\",id:\"ntX8PI_NP\",layoutId:\"ntX8PI_NP\",newE3dSpf:true,qiqb2stNo:\"Generate reports, dashboards, and compliance artifacts with a click.\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})})})]})]}),isDisplayed13()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ccgMfcA3o\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-mskk8 framer-1c3dlqa\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"SwOiouiJ0\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,...addPropertyOverrides({XggGNy39w:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+224+0+842+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18rr5iq-container\",layoutDependency:layoutDependency,layoutId:\"I1c32a4_q-container\",children:/*#__PURE__*/_jsx(NavBox,{bzikVVoWf:\"Integrations & Frameworks\",height:\"100%\",id:\"I1c32a4_q\",layoutId:\"I1c32a4_q\",newE3dSpf:true,qiqb2stNo:\"\",style:{width:\"100%\"},variant:\"MoyAQZeRJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qqvt0d\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"HmiaXSGe_\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZapRPLk1k\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-16ep4ld framer-1c3dlqa\",\"data-framer-name\":\"Caveonix-Logo-Light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:142,layoutDependency:layoutDependency,layoutId:\"FYpTDCG32\",svg:'<svg width=\"142\" height=\"24\" viewBox=\"0 0 142 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M45.1697 5.59375C47.7415 5.59375 49.8611 6.94593 50.9267 9.12837C51.12 9.58046 51.2376 10.0163 51.2793 10.4359H48.7097L48.6308 10.2447C47.9935 8.87861 46.7119 8.04809 45.1697 8.04809C42.9919 8.04809 41.3537 9.73336 41.3537 11.982C41.3537 14.2508 42.9887 15.9394 45.1697 15.9394C46.7119 15.9394 47.9935 15.1089 48.6308 13.7428L48.7097 13.5501H51.2793C51.2513 13.9797 51.1337 14.4161 50.9267 14.8591C49.8611 17.0416 47.7415 18.3937 45.1697 18.3937C41.4725 18.3937 38.666 15.6303 38.666 11.982C38.666 8.35351 41.4762 5.59375 45.1697 5.59375ZM58.8476 5.59375C60.4715 5.59375 61.9169 6.20829 62.9755 7.29854L63.0384 7.36428L63.0386 5.82781H65.6564V18.1597H63.0386L63.0384 16.6454L62.9779 16.7087C61.9464 17.7676 60.5404 18.3684 58.9494 18.393L58.8476 18.3937C55.3585 18.3937 52.7175 15.6284 52.7175 11.982C52.7175 8.35549 55.362 5.59375 58.8476 5.59375ZM59.2221 8.04809C57.044 8.04809 55.4056 9.73336 55.4056 11.982C55.4056 14.2508 57.0408 15.9394 59.2221 15.9394C61.4033 15.9394 63.0386 14.2508 63.0386 11.982C63.0386 9.73336 61.4001 8.04809 59.2221 8.04809ZM101.344 5.59375C105.038 5.59375 107.848 8.35351 107.848 11.982C107.848 15.6303 105.042 18.3937 101.344 18.3937C97.978 18.3937 95.3502 16.104 94.9058 12.9414L91.5544 12.9414C91.5372 12.9414 91.5201 12.941 91.5032 12.9402L85.6634 12.94L85.6634 10.7666H90.5322L90.5205 10.7182C90.1091 9.08529 88.7342 7.96392 87.0038 7.93176L86.9272 7.93105C85.179 7.93105 83.7563 9.08498 83.3344 10.7229L83.3234 10.7666C83.1492 11.4412 83.1294 12.1657 83.2638 12.9401L83.2612 12.94L83.2697 12.9862C83.6076 14.7584 85.0679 16.0237 87.0149 16.0558L87.091 16.0564C87.8441 16.0564 88.5371 15.8695 89.1298 15.5257C89.6516 15.2231 90.0958 14.7989 90.4348 14.2738H93.0721C92.9726 14.6657 92.799 15.0598 92.5513 15.4562C91.9516 16.4088 91.1169 17.1689 90.1196 17.6771C89.2112 18.1399 88.1679 18.3937 87.0442 18.3937C83.3465 18.3937 80.5396 15.6303 80.5396 11.982C80.5396 8.35565 83.3012 5.59375 86.9272 5.59375C90.1619 5.59375 92.645 7.76127 93.1769 10.7666L94.9481 10.7665C95.4981 7.75475 98.0751 5.59375 101.344 5.59375ZM101.344 8.04809C99.1659 8.04809 97.5274 9.73336 97.5274 11.982C97.5274 14.2508 99.1627 15.9394 101.344 15.9394C103.525 15.9394 105.16 14.2508 105.16 11.982C105.16 9.73336 103.522 8.04809 101.344 8.04809ZM69.9605 5.82781L73.6583 15.0736L77.4014 5.82781H80.0779L74.9907 18.1597H72.2068L67.1196 5.82781H69.9605ZM115.591 5.59864C118.736 5.59864 121.285 8.14832 121.285 11.2935V18.1597H118.673V11.2935C118.673 9.59107 117.294 8.21097 115.591 8.21097H115.381C113.678 8.21097 112.298 9.59107 112.298 11.2935V18.1597H109.686V11.2935C109.686 8.14832 112.236 5.59864 115.381 5.59864H115.591ZM126.228 5.8297V18.159H123.61V5.8297H126.228ZM141.858 5.82932L131.513 18.1598L128.075 18.1595L133.251 11.9893L128.083 5.8297L131.521 5.82924L134.97 9.94002L138.419 5.82988L141.858 5.82932ZM137.56 13.0265L141.866 18.1596L138.427 18.1593L135.836 15.0706L137.56 13.0265Z\" fill=\"#00052F\"/>\\n<path d=\"M23.5413 7.10491L17.6693 0.0027777L9.9166 0L0 12.0048L9.90815 23.9995L17.6727 24L23.5416 16.8952H26.3114L24.4581 19.4097H23.1252L20.7896 22.2479H25.9074L31.9971 14.0569H21.8836L16.0956 21.0635H11.3605L3.86932 12.0048L11.3605 2.93606H16.0956L21.884 9.94329H32L25.9067 1.76174H20.7896L23.1284 4.6H24.4588L26.3114 7.10491H23.5413Z\" fill=\"#4745FE\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4878 4.79053L9.52219 12.0047L15.4839 19.2142L11.862 19.1928L6.68215 12.9288L5.91797 12.0047L6.68215 11.0806L11.8785 4.79662L15.4878 4.79053Z\" fill=\"#04D4FF\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lfk33u\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"OtZ5YCg5J\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://x.com/caveonix\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1o54c5z framer-1c3dlqa\",\"data-framer-name\":\"Twitter\",layoutDependency:layoutDependency,layoutId:\"lB1fF2mcL\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1k9hd9l\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"YUj4h1wv_\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.25 0C1.46403 0 0 1.46403 0 3.25V14.75C0 16.536 1.46403 18 3.25 18H14.75C16.536 18 18 16.536 18 14.75V3.25C18 1.46403 16.536 0 14.75 0H3.25ZM3.25 1.5H14.75C15.725 1.5 16.5 2.27497 16.5 3.25V14.75C16.5 15.725 15.725 16.5 14.75 16.5H3.25C2.27497 16.5 1.5 15.725 1.5 14.75V3.25C1.5 2.27497 2.27497 1.5 3.25 1.5ZM3.91406 4L7.78223 9.52832L3.91113 14H4.93262L8.23438 10.1758L10.9102 14H14.1289L10.0127 8.11719L13.5684 4H12.5684L9.56152 7.47168L7.13281 4H3.91406ZM5.46777 4.84766H6.74902L12.5752 13.1523H11.2939L5.46777 4.84766Z\" fill=\"#00052F\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/channel/UCz3MHQnp3O-kfS80R5JqLew\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19tellf framer-1c3dlqa\",\"data-framer-name\":\"Youtube\",layoutDependency:layoutDependency,layoutId:\"xGm55Jmc2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-k1mnij\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:23,layoutDependency:layoutDependency,layoutId:\"wyUkmH0QL\",svg:'<svg width=\"23\" height=\"17\" viewBox=\"0 0 23 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.8623 0.25C8.68595 0.25 5.73477 0.476312 4.05078 0.828125C4.04719 0.829075 4.04361 0.830052 4.04004 0.831055C2.77133 1.11535 1.57669 2.02412 1.3252 3.44727C1.32486 3.44922 1.32454 3.45117 1.32422 3.45312C1.13101 4.60013 0.933594 6.09535 0.933594 8.25C0.933594 10.4006 1.13169 11.8562 1.37598 13.0635C1.63363 14.4446 2.8007 15.3809 4.08887 15.6689C4.09503 15.6707 4.10122 15.6723 4.10742 15.6738C5.86495 16.0201 8.73283 16.25 11.9092 16.25C15.0855 16.25 17.9549 16.0201 19.7129 15.6738C19.7191 15.6723 19.7253 15.6707 19.7314 15.6689C21.0002 15.3847 22.1948 14.4759 22.4463 13.0527C22.447 13.0492 22.4476 13.0456 22.4482 13.042C22.6385 11.8716 22.885 10.3778 22.9336 8.21973C22.9337 8.21419 22.9337 8.20866 22.9336 8.20312C22.9336 6.04385 22.6864 4.53934 22.4453 3.34766C22.1897 1.96354 21.0213 1.02474 19.7314 0.736328C19.7117 0.731947 19.6919 0.728364 19.6719 0.725586C17.9568 0.484475 15.0392 0.25 11.8623 0.25ZM11.8623 1.75C14.9425 1.75 17.7967 1.98068 19.417 2.20605C20.2133 2.38912 20.8461 2.94532 20.9707 3.62012C20.9713 3.62435 20.972 3.62859 20.9727 3.63281C21.2053 4.78104 21.4317 6.14631 21.4326 8.19238C21.3859 10.245 21.159 11.6223 20.9688 12.793C20.8388 13.5222 20.2296 14.0172 19.4102 14.2031C17.8362 14.5119 15.0046 14.75 11.9092 14.75C8.81322 14.75 5.98241 14.511 4.40918 14.2021C3.60985 14.0206 2.97456 13.4627 2.84961 12.7861C2.84867 12.7819 2.84769 12.7777 2.84668 12.7734C2.61661 11.6381 2.43359 10.3143 2.43359 8.25C2.43359 6.18934 2.6163 4.811 2.80176 3.70898C2.93097 2.97779 3.54182 2.4816 4.36328 2.2959C5.82073 1.99211 8.76357 1.75 11.8623 1.75ZM10.1641 4.01172C9.26779 4.0408 8.43359 4.76267 8.43359 5.74316V10.2578C8.43359 11.5651 9.91682 12.4129 11.0527 11.7715V11.7705L15.0479 9.51367C16.192 8.86729 16.192 7.13271 15.0479 6.48633L11.0527 4.22949C10.7688 4.06913 10.4628 4.00202 10.1641 4.01172ZM10.1699 5.49023C10.215 5.49268 10.2642 5.50677 10.3145 5.53516L14.3096 7.79297C14.5124 7.90759 14.5124 8.09339 14.3096 8.20801L10.3145 10.4648C10.1134 10.5784 9.93359 10.4725 9.93359 10.2578V5.74316C9.93359 5.63582 9.97866 5.55582 10.0488 5.5166C10.0839 5.49699 10.1249 5.48779 10.1699 5.49023Z\" fill=\"#00052F\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/caveonix/\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-n2krn1 framer-1c3dlqa\",\"data-framer-name\":\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"q9ZjO__iJ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1w2f7g8\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"SQTy3RwPj\",svg:'<svg width=\"19\" height=\"18\" viewBox=\"0 0 19 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.61719 0C2.1073 0 0.867188 1.24011 0.867188 2.75V15.25C0.867188 16.7599 2.1073 18 3.61719 18H16.1172C17.6271 18 18.8672 16.7599 18.8672 15.25V2.75C18.8672 1.24011 17.6271 0 16.1172 0H3.61719ZM3.61719 1.5H16.1172C16.8163 1.5 17.3672 2.05089 17.3672 2.75V15.25C17.3672 15.9491 16.8163 16.5 16.1172 16.5H3.61719C2.91807 16.5 2.36719 15.9491 2.36719 15.25V2.75C2.36719 2.05089 2.91807 1.5 3.61719 1.5ZM5.61719 3.5C5.28567 3.5 4.96772 3.6317 4.7333 3.86612C4.49888 4.10054 4.36719 4.41848 4.36719 4.75C4.36719 5.08152 4.49888 5.39946 4.7333 5.63388C4.96772 5.8683 5.28567 6 5.61719 6C5.94871 6 6.26665 5.8683 6.50107 5.63388C6.73549 5.39946 6.86719 5.08152 6.86719 4.75C6.86719 4.41848 6.73549 4.10054 6.50107 3.86612C6.26665 3.6317 5.94871 3.5 5.61719 3.5ZM4.86719 7C4.59069 7 4.36719 7.2235 4.36719 7.5V14C4.36719 14.2765 4.59069 14.5 4.86719 14.5H6.36719C6.64369 14.5 6.86719 14.2765 6.86719 14V7.5C6.86719 7.2235 6.64369 7 6.36719 7H4.86719ZM8.36719 7C8.09069 7 7.86719 7.2235 7.86719 7.5V14C7.86719 14.2765 8.09069 14.5 8.36719 14.5H9.86719C10.1437 14.5 10.3672 14.2765 10.3672 14V10.25C10.3672 9.5605 10.9277 9 11.6172 9C12.3067 9 12.8672 9.5605 12.8672 10.25V14C12.8672 14.2765 13.0907 14.5 13.3672 14.5H14.8672C15.1437 14.5 15.3672 14.2765 15.3672 14V10C15.3672 8.3455 14.0217 7 12.3672 7C11.5982 7 10.8987 7.29301 10.3672 7.77051V7.5C10.3672 7.2235 10.1437 7 9.86719 7H8.36719Z\" fill=\"#00052F\"/>\\n</svg>\\n',withExternalLayout:true})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zwGHK.framer-1c3dlqa, .framer-zwGHK .framer-1c3dlqa { display: block; }\",\".framer-zwGHK.framer-ids74i { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px 90px 24px 90px; position: relative; width: 1440px; }\",\".framer-zwGHK .framer-bdtg0j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zwGHK .framer-12zdg5w { 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: visible; padding: 0px; position: sticky; width: min-content; will-change: transform; }\",\".framer-zwGHK .framer-1de17oa-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-zwGHK .framer-1h5ydb3, .framer-zwGHK .framer-5h3m3d { flex: none; height: 200px; overflow: visible; position: relative; text-decoration: none; width: 200px; }\",\".framer-zwGHK .framer-1aeg187-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: 116px; }\",\".framer-zwGHK .framer-1f8f921-container, .framer-zwGHK .framer-1ugfcxv-container, .framer-zwGHK .framer-1xee8q1-container, .framer-zwGHK .framer-jkd8dp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zwGHK .framer-1pkbbe9-container { flex: none; height: auto; left: 0px; position: absolute; top: 50%; width: auto; }\",\".framer-zwGHK .framer-5oeycm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zwGHK .framer-3b6hoy { flex: 1 0 0px; height: 200px; overflow: visible; position: relative; text-decoration: none; width: 1px; }\",\".framer-zwGHK .framer-d8l6l-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: 350px; }\",\".framer-zwGHK .framer-5p11ob { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-zwGHK .framer-ldq7b8-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-zwGHK .framer-1cpz3sc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zwGHK .framer-x99ubn { 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-zwGHK .framer-fsnl7q, .framer-zwGHK .framer-jjeh1k { flex: none; height: 28px; position: relative; text-decoration: none; width: 166px; }\",\".framer-zwGHK .framer-vts23a { flex: none; height: 28px; position: relative; text-decoration: none; width: 38px; }\",\".framer-zwGHK .framer-1g6til3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zwGHK .framer-1bn9by0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-zwGHK .framer-5mq7p9, .framer-zwGHK .framer-2a42qv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zwGHK .framer-1dkmcnv, .framer-zwGHK .framer-1wdkv3a, .framer-zwGHK .framer-3gjbfw, .framer-zwGHK .framer-ogc0c5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zwGHK .framer-gxrd56, .framer-zwGHK .framer-85q7zv, .framer-zwGHK .framer-1gfc4hu, .framer-zwGHK .framer-1qqsvlb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zwGHK .framer-1wqh3vs, .framer-zwGHK .framer-1sbxqln { flex: none; height: 4px; position: relative; width: 102px; }\",\".framer-zwGHK .framer-1eauy6z, .framer-zwGHK .framer-1mq4ql9, .framer-zwGHK .framer-cp5h8b, .framer-zwGHK .framer-13m4zas { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zwGHK .framer-p8woop, .framer-zwGHK .framer-19sl535, .framer-zwGHK .framer-b4kru1, .framer-zwGHK .framer-12s5vys, .framer-zwGHK .framer-1vm3zbt, .framer-zwGHK .framer-1c1v2oz, .framer-zwGHK .framer-1mf7hs8, .framer-zwGHK .framer-1g5aze6, .framer-zwGHK .framer-104guha, .framer-zwGHK .framer-1tqtnj8, .framer-zwGHK .framer-1tyy65v, .framer-zwGHK .framer-yjtjnh { flex: none; height: 88px; overflow: visible; position: relative; text-decoration: none; width: 300px; }\",\".framer-zwGHK .framer-1x2mm5c-container, .framer-zwGHK .framer-mugvp-container, .framer-zwGHK .framer-1j14ygx-container, .framer-zwGHK .framer-19k0tex-container, .framer-zwGHK .framer-1avzip7-container, .framer-zwGHK .framer-x5jboc-container, .framer-zwGHK .framer-yidctz-container, .framer-zwGHK .framer-1cbpqp8-container, .framer-zwGHK .framer-17wlbey-container, .framer-zwGHK .framer-shhk3o-container, .framer-zwGHK .framer-m3hima-container, .framer-zwGHK .framer-sa4xbu-container, .framer-zwGHK .framer-1mj47gk-container, .framer-zwGHK .framer-18bi1k9-container, .framer-zwGHK .framer-p60wo3-container, .framer-zwGHK .framer-b5o24t-container, .framer-zwGHK .framer-90x0az-container, .framer-zwGHK .framer-v3ze42-container, .framer-zwGHK .framer-1asrkam-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 50%; }\",\".framer-zwGHK .framer-1k1gv58, .framer-zwGHK .framer-1krzr3f, .framer-zwGHK .framer-h77x1h, .framer-zwGHK .framer-1117j7e { flex: none; height: 88px; overflow: visible; position: relative; width: 300px; }\",\".framer-zwGHK .framer-17x7li6, .framer-zwGHK .framer-hf7wpl { flex: none; height: 4px; position: relative; width: 104px; }\",\".framer-zwGHK .framer-1g0yh4u { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-zwGHK .framer-l5vygz, .framer-zwGHK .framer-6w5m8t, .framer-zwGHK .framer-8dvb4e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 924px; }\",\".framer-zwGHK .framer-1xts2vb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zwGHK .framer-1mp4jrg { align-self: stretch; flex: none; height: 48px; overflow: visible; position: relative; text-decoration: none; width: auto; }\",\".framer-zwGHK .framer-q81nus { flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 82px; }\",\".framer-zwGHK .framer-r2dp4p-container, .framer-zwGHK .framer-1hkcbph-container { flex: none; height: auto; position: absolute; right: 0px; top: 50%; width: auto; }\",\".framer-zwGHK .framer-1h0i0k6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 248px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zwGHK .framer-zpwk4p, .framer-zwGHK .framer-jujonf { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwGHK .framer-13ivafn, .framer-zwGHK .framer-3lrz1r { flex: none; height: 44px; overflow: visible; position: relative; text-decoration: none; width: 100%; }\",\".framer-zwGHK .framer-fq0tml-container, .framer-zwGHK .framer-1iucud5-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: 200px; }\",\".framer-zwGHK .framer-1lz6nxi { flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 86px; }\",\".framer-zwGHK .framer-1f59o5z { flex: none; height: 28px; overflow: visible; position: relative; text-decoration: none; width: 113px; }\",\".framer-zwGHK .framer-1atv0qs-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: auto; }\",\".framer-zwGHK .framer-1djuhcl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 30px 0px; position: relative; width: 1px; }\",\".framer-zwGHK .framer-2l4esh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: auto; padding: 0px; position: relative; width: 1px; }\",\".framer-zwGHK .framer-14tyym5, .framer-zwGHK .framer-v2p5rv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwGHK .framer-ami44a, .framer-zwGHK .framer-1fpb2is { flex: none; height: 88px; overflow: visible; position: relative; text-decoration: none; width: 100%; }\",\".framer-zwGHK .framer-xcsmmo, .framer-zwGHK .framer-u7vc8s, .framer-zwGHK .framer-4cttza, .framer-zwGHK .framer-1pba8b7 { 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-zwGHK .framer-1xgvdza-container, .framer-zwGHK .framer-15e8rvg-container, .framer-zwGHK .framer-1nzysq0-container, .framer-zwGHK .framer-59cfze-container, .framer-zwGHK .framer-1klunue-container, .framer-zwGHK .framer-18rr5iq-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-zwGHK .framer-1y4smun { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zwGHK .framer-td26zu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwGHK .framer-mzau3w, .framer-zwGHK .framer-mskk8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-zwGHK .framer-qqvt0d { align-content: flex-start; align-items: flex-start; 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-zwGHK .framer-16ep4ld { flex: none; height: 24px; position: relative; text-decoration: none; width: 142px; }\",\".framer-zwGHK .framer-1lfk33u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 142px; }\",\".framer-zwGHK .framer-1o54c5z, .framer-zwGHK .framer-19tellf, .framer-zwGHK .framer-n2krn1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; text-decoration: none; width: 24px; }\",\".framer-zwGHK .framer-1k9hd9l { bottom: 3px; flex: none; left: 3px; position: absolute; right: 3px; top: 3px; }\",\".framer-zwGHK .framer-k1mnij { bottom: 4px; flex: none; left: 1px; position: absolute; right: 1px; top: 4px; }\",\".framer-zwGHK .framer-1w2f7g8 { bottom: 3px; flex: none; left: 3px; position: absolute; right: 4px; top: 3px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zwGHK .framer-bdtg0j, .framer-zwGHK .framer-12zdg5w, .framer-zwGHK .framer-5oeycm, .framer-zwGHK .framer-5p11ob, .framer-zwGHK .framer-1cpz3sc, .framer-zwGHK .framer-x99ubn, .framer-zwGHK .framer-1g6til3, .framer-zwGHK .framer-1bn9by0, .framer-zwGHK .framer-5mq7p9, .framer-zwGHK .framer-1dkmcnv, .framer-zwGHK .framer-1eauy6z, .framer-zwGHK .framer-1mq4ql9, .framer-zwGHK .framer-2a42qv, .framer-zwGHK .framer-1wdkv3a, .framer-zwGHK .framer-1g0yh4u, .framer-zwGHK .framer-l5vygz, .framer-zwGHK .framer-6w5m8t, .framer-zwGHK .framer-8dvb4e, .framer-zwGHK .framer-1xts2vb, .framer-zwGHK .framer-cp5h8b, .framer-zwGHK .framer-13m4zas, .framer-zwGHK .framer-1h0i0k6, .framer-zwGHK .framer-zpwk4p, .framer-zwGHK .framer-1djuhcl, .framer-zwGHK .framer-2l4esh, .framer-zwGHK .framer-3gjbfw, .framer-zwGHK .framer-14tyym5, .framer-zwGHK .framer-xcsmmo, .framer-zwGHK .framer-1y4smun, .framer-zwGHK .framer-ogc0c5, .framer-zwGHK .framer-jujonf, .framer-zwGHK .framer-v2p5rv, .framer-zwGHK .framer-u7vc8s, .framer-zwGHK .framer-4cttza, .framer-zwGHK .framer-1pba8b7, .framer-zwGHK .framer-td26zu, .framer-zwGHK .framer-mzau3w, .framer-zwGHK .framer-mskk8, .framer-zwGHK .framer-qqvt0d { gap: 0px; } .framer-zwGHK .framer-bdtg0j > *, .framer-zwGHK .framer-1cpz3sc > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zwGHK .framer-bdtg0j > :first-child, .framer-zwGHK .framer-5oeycm > :first-child, .framer-zwGHK .framer-1cpz3sc > :first-child, .framer-zwGHK .framer-x99ubn > :first-child, .framer-zwGHK .framer-1g6til3 > :first-child, .framer-zwGHK .framer-1eauy6z > :first-child, .framer-zwGHK .framer-1mq4ql9 > :first-child, .framer-zwGHK .framer-l5vygz > :first-child, .framer-zwGHK .framer-6w5m8t > :first-child, .framer-zwGHK .framer-8dvb4e > :first-child, .framer-zwGHK .framer-cp5h8b > :first-child, .framer-zwGHK .framer-13m4zas > :first-child, .framer-zwGHK .framer-1djuhcl > :first-child, .framer-zwGHK .framer-xcsmmo > :first-child, .framer-zwGHK .framer-u7vc8s > :first-child, .framer-zwGHK .framer-4cttza > :first-child, .framer-zwGHK .framer-1pba8b7 > :first-child, .framer-zwGHK .framer-td26zu > :first-child, .framer-zwGHK .framer-mzau3w > :first-child, .framer-zwGHK .framer-mskk8 > :first-child { margin-left: 0px; } .framer-zwGHK .framer-bdtg0j > :last-child, .framer-zwGHK .framer-5oeycm > :last-child, .framer-zwGHK .framer-1cpz3sc > :last-child, .framer-zwGHK .framer-x99ubn > :last-child, .framer-zwGHK .framer-1g6til3 > :last-child, .framer-zwGHK .framer-1eauy6z > :last-child, .framer-zwGHK .framer-1mq4ql9 > :last-child, .framer-zwGHK .framer-l5vygz > :last-child, .framer-zwGHK .framer-6w5m8t > :last-child, .framer-zwGHK .framer-8dvb4e > :last-child, .framer-zwGHK .framer-cp5h8b > :last-child, .framer-zwGHK .framer-13m4zas > :last-child, .framer-zwGHK .framer-1djuhcl > :last-child, .framer-zwGHK .framer-xcsmmo > :last-child, .framer-zwGHK .framer-u7vc8s > :last-child, .framer-zwGHK .framer-4cttza > :last-child, .framer-zwGHK .framer-1pba8b7 > :last-child, .framer-zwGHK .framer-td26zu > :last-child, .framer-zwGHK .framer-mzau3w > :last-child, .framer-zwGHK .framer-mskk8 > :last-child { margin-right: 0px; } .framer-zwGHK .framer-12zdg5w > *, .framer-zwGHK .framer-5p11ob > *, .framer-zwGHK .framer-1g0yh4u > *, .framer-zwGHK .framer-1xts2vb > *, .framer-zwGHK .framer-1h0i0k6 > *, .framer-zwGHK .framer-zpwk4p > *, .framer-zwGHK .framer-jujonf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zwGHK .framer-12zdg5w > :first-child, .framer-zwGHK .framer-5p11ob > :first-child, .framer-zwGHK .framer-1bn9by0 > :first-child, .framer-zwGHK .framer-5mq7p9 > :first-child, .framer-zwGHK .framer-1dkmcnv > :first-child, .framer-zwGHK .framer-2a42qv > :first-child, .framer-zwGHK .framer-1wdkv3a > :first-child, .framer-zwGHK .framer-1g0yh4u > :first-child, .framer-zwGHK .framer-1xts2vb > :first-child, .framer-zwGHK .framer-1h0i0k6 > :first-child, .framer-zwGHK .framer-zpwk4p > :first-child, .framer-zwGHK .framer-2l4esh > :first-child, .framer-zwGHK .framer-3gjbfw > :first-child, .framer-zwGHK .framer-14tyym5 > :first-child, .framer-zwGHK .framer-1y4smun > :first-child, .framer-zwGHK .framer-ogc0c5 > :first-child, .framer-zwGHK .framer-jujonf > :first-child, .framer-zwGHK .framer-v2p5rv > :first-child, .framer-zwGHK .framer-qqvt0d > :first-child { margin-top: 0px; } .framer-zwGHK .framer-12zdg5w > :last-child, .framer-zwGHK .framer-5p11ob > :last-child, .framer-zwGHK .framer-1bn9by0 > :last-child, .framer-zwGHK .framer-5mq7p9 > :last-child, .framer-zwGHK .framer-1dkmcnv > :last-child, .framer-zwGHK .framer-2a42qv > :last-child, .framer-zwGHK .framer-1wdkv3a > :last-child, .framer-zwGHK .framer-1g0yh4u > :last-child, .framer-zwGHK .framer-1xts2vb > :last-child, .framer-zwGHK .framer-1h0i0k6 > :last-child, .framer-zwGHK .framer-zpwk4p > :last-child, .framer-zwGHK .framer-2l4esh > :last-child, .framer-zwGHK .framer-3gjbfw > :last-child, .framer-zwGHK .framer-14tyym5 > :last-child, .framer-zwGHK .framer-1y4smun > :last-child, .framer-zwGHK .framer-ogc0c5 > :last-child, .framer-zwGHK .framer-jujonf > :last-child, .framer-zwGHK .framer-v2p5rv > :last-child, .framer-zwGHK .framer-qqvt0d > :last-child { margin-bottom: 0px; } .framer-zwGHK .framer-5oeycm > *, .framer-zwGHK .framer-x99ubn > *, .framer-zwGHK .framer-xcsmmo > *, .framer-zwGHK .framer-u7vc8s > *, .framer-zwGHK .framer-4cttza > *, .framer-zwGHK .framer-1pba8b7 > *, .framer-zwGHK .framer-mzau3w > *, .framer-zwGHK .framer-mskk8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zwGHK .framer-1g6til3 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-zwGHK .framer-1bn9by0 > *, .framer-zwGHK .framer-qqvt0d > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-zwGHK .framer-5mq7p9 > *, .framer-zwGHK .framer-2a42qv > *, .framer-zwGHK .framer-2l4esh > *, .framer-zwGHK .framer-1y4smun > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-zwGHK .framer-1dkmcnv > *, .framer-zwGHK .framer-1wdkv3a > *, .framer-zwGHK .framer-3gjbfw > *, .framer-zwGHK .framer-ogc0c5 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-zwGHK .framer-1eauy6z > *, .framer-zwGHK .framer-1mq4ql9 > *, .framer-zwGHK .framer-l5vygz > *, .framer-zwGHK .framer-6w5m8t > *, .framer-zwGHK .framer-8dvb4e > *, .framer-zwGHK .framer-cp5h8b > *, .framer-zwGHK .framer-13m4zas > *, .framer-zwGHK .framer-td26zu > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-zwGHK .framer-1djuhcl > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-zwGHK .framer-14tyym5 > *, .framer-zwGHK .framer-v2p5rv > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-zwGHK.framer-v-rg85bm .framer-1cpz3sc, .framer-zwGHK.framer-v-8psyxc .framer-1cpz3sc, .framer-zwGHK.framer-v-1t4mijp .framer-1cpz3sc { order: 2; }\",\".framer-zwGHK.framer-v-rg85bm .framer-1g6til3 { order: 3; }\",\".framer-zwGHK.framer-v-rg85bm .framer-1f59o5z, .framer-zwGHK.framer-v-8psyxc .framer-1f59o5z, .framer-zwGHK.framer-v-1t4mijp .framer-1f59o5z { order: 4; }\",\".framer-zwGHK.framer-v-8psyxc.framer-ids74i, .framer-zwGHK.framer-v-1t4mijp.framer-ids74i { padding: 24px 32px 24px 32px; width: 810px; }\",\".framer-zwGHK.framer-v-8psyxc .framer-fsnl7q { height: 23px; width: 136px; }\",\".framer-zwGHK.framer-v-8psyxc .framer-1g6til3, .framer-zwGHK.framer-v-1t4mijp .framer-1g6til3 { gap: 20px; order: 3; }\",\".framer-zwGHK.framer-v-8psyxc .framer-1bn9by0, .framer-zwGHK.framer-v-1t4mijp .framer-1bn9by0 { align-content: flex-start; align-items: flex-start; }\",\".framer-zwGHK.framer-v-8psyxc .framer-1g0yh4u { align-content: flex-start; align-items: flex-start; align-self: unset; width: min-content; }\",\".framer-zwGHK.framer-v-8psyxc .framer-l5vygz, .framer-zwGHK.framer-v-8psyxc .framer-6w5m8t { width: min-content; }\",\".framer-zwGHK.framer-v-8psyxc .framer-h77x1h, .framer-zwGHK.framer-v-1t4mijp .framer-1117j7e { text-decoration: none; }\",\".framer-zwGHK.framer-v-8psyxc .framer-1mp4jrg { align-content: center; align-items: center; align-self: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; width: min-content; }\",\".framer-zwGHK.framer-v-8psyxc .framer-90x0az-container { left: unset; position: relative; right: unset; top: unset; width: 612px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zwGHK.framer-v-8psyxc .framer-1g6til3, .framer-zwGHK.framer-v-8psyxc .framer-1mp4jrg { gap: 0px; } .framer-zwGHK.framer-v-8psyxc .framer-1g6til3 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-zwGHK.framer-v-8psyxc .framer-1g6til3 > :first-child, .framer-zwGHK.framer-v-8psyxc .framer-1mp4jrg > :first-child { margin-left: 0px; } .framer-zwGHK.framer-v-8psyxc .framer-1g6til3 > :last-child, .framer-zwGHK.framer-v-8psyxc .framer-1mp4jrg > :last-child { margin-right: 0px; } .framer-zwGHK.framer-v-8psyxc .framer-1mp4jrg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-zwGHK.framer-v-1t4mijp .framer-jjeh1k { aspect-ratio: 5.928571428571429 / 1; height: var(--framer-aspect-ratio-supported, 23px); width: 136px; }\",\".framer-zwGHK.framer-v-1t4mijp .framer-1mq4ql9 { flex-wrap: wrap; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zwGHK.framer-v-1t4mijp .framer-1g6til3 { gap: 0px; } .framer-zwGHK.framer-v-1t4mijp .framer-1g6til3 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-zwGHK.framer-v-1t4mijp .framer-1g6til3 > :first-child { margin-left: 0px; } .framer-zwGHK.framer-v-1t4mijp .framer-1g6til3 > :last-child { margin-right: 0px; } }\",\".framer-zwGHK.framer-v-gqretc.framer-ids74i { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 24px 20px 24px 20px; width: 390px; }\",\".framer-zwGHK.framer-v-gqretc .framer-1cpz3sc { gap: unset; justify-content: space-between; order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zwGHK.framer-v-gqretc.framer-ids74i, .framer-zwGHK.framer-v-gqretc .framer-1cpz3sc { gap: 0px; } .framer-zwGHK.framer-v-gqretc.framer-ids74i > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-zwGHK.framer-v-gqretc.framer-ids74i > :first-child { margin-top: 0px; } .framer-zwGHK.framer-v-gqretc.framer-ids74i > :last-child { margin-bottom: 0px; } .framer-zwGHK.framer-v-gqretc .framer-1cpz3sc > *, .framer-zwGHK.framer-v-gqretc .framer-1cpz3sc > :first-child, .framer-zwGHK.framer-v-gqretc .framer-1cpz3sc > :last-child { margin: 0px; } }\",\".framer-zwGHK.framer-v-kv92sy.framer-ids74i { flex-direction: column; gap: 24px; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 24px 20px 1263px 20px; width: 390px; }\",\".framer-zwGHK.framer-v-kv92sy .framer-bdtg0j, .framer-zwGHK.framer-v-3o7t10 .framer-bdtg0j { gap: unset; justify-content: space-between; order: 2; overflow: hidden; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-zwGHK.framer-v-kv92sy .framer-12zdg5w, .framer-zwGHK.framer-v-kv92sy .framer-1f8f921-container, .framer-zwGHK.framer-v-3o7t10 .framer-12zdg5w, .framer-zwGHK.framer-v-3o7t10 .framer-1f8f921-container { flex: 1 0 0px; width: 1px; }\",\".framer-zwGHK.framer-v-kv92sy .framer-1de17oa-container, .framer-zwGHK.framer-v-3o7t10 .framer-1de17oa-container, .framer-zwGHK.framer-v-3o7t10 .framer-d8l6l-container { width: 100%; }\",\".framer-zwGHK.framer-v-kv92sy .framer-1h5ydb3, .framer-zwGHK.framer-v-3o7t10 .framer-1h5ydb3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 1px; }\",\".framer-zwGHK.framer-v-kv92sy .framer-1aeg187-container { left: unset; position: relative; top: unset; }\",\".framer-zwGHK.framer-v-kv92sy .framer-5oeycm, .framer-zwGHK.framer-v-kv92sy .framer-1y4smun, .framer-zwGHK.framer-v-3o7t10 .framer-5oeycm { flex: none; order: 1; width: 100%; }\",\".framer-zwGHK.framer-v-kv92sy .framer-3b6hoy, .framer-zwGHK.framer-v-3o7t10 .framer-ami44a, .framer-zwGHK.framer-v-3o7t10 .framer-1fpb2is { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; }\",\".framer-zwGHK.framer-v-kv92sy .framer-d8l6l-container { left: unset; position: relative; top: unset; width: 100%; }\",\".framer-zwGHK.framer-v-kv92sy .framer-1cpz3sc { gap: unset; justify-content: space-between; order: 0; overflow: hidden; width: 100%; z-index: 0; }\",\".framer-zwGHK.framer-v-kv92sy .framer-1djuhcl { flex: none; flex-direction: column; justify-content: flex-start; max-height: 87%; order: 5; overflow: auto; padding: 0px 0px 30px 0px; width: 100%; }\",\".framer-zwGHK.framer-v-kv92sy .framer-2l4esh, .framer-zwGHK.framer-v-3o7t10 .framer-2l4esh { flex: none; order: 0; width: 100%; }\",\".framer-zwGHK.framer-v-kv92sy .framer-ami44a, .framer-zwGHK.framer-v-kv92sy .framer-1fpb2is { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; }\",\".framer-zwGHK.framer-v-kv92sy .framer-v3ze42-container, .framer-zwGHK.framer-v-kv92sy .framer-1asrkam-container { flex: 1 0 0px; left: unset; position: relative; right: unset; top: unset; width: 1px; }\",\".framer-zwGHK.framer-v-kv92sy .framer-mskk8 { flex: none; order: 2; width: 100%; }\",\".framer-zwGHK.framer-v-kv92sy .framer-qqvt0d { flex: none; order: 3; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zwGHK.framer-v-kv92sy.framer-ids74i, .framer-zwGHK.framer-v-kv92sy .framer-bdtg0j, .framer-zwGHK.framer-v-kv92sy .framer-1h5ydb3, .framer-zwGHK.framer-v-kv92sy .framer-3b6hoy, .framer-zwGHK.framer-v-kv92sy .framer-1cpz3sc, .framer-zwGHK.framer-v-kv92sy .framer-1djuhcl, .framer-zwGHK.framer-v-kv92sy .framer-ami44a, .framer-zwGHK.framer-v-kv92sy .framer-1fpb2is { gap: 0px; } .framer-zwGHK.framer-v-kv92sy.framer-ids74i > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-zwGHK.framer-v-kv92sy.framer-ids74i > :first-child, .framer-zwGHK.framer-v-kv92sy .framer-3b6hoy > :first-child, .framer-zwGHK.framer-v-kv92sy .framer-1djuhcl > :first-child { margin-top: 0px; } .framer-zwGHK.framer-v-kv92sy.framer-ids74i > :last-child, .framer-zwGHK.framer-v-kv92sy .framer-3b6hoy > :last-child, .framer-zwGHK.framer-v-kv92sy .framer-1djuhcl > :last-child { margin-bottom: 0px; } .framer-zwGHK.framer-v-kv92sy .framer-bdtg0j > *, .framer-zwGHK.framer-v-kv92sy .framer-bdtg0j > :first-child, .framer-zwGHK.framer-v-kv92sy .framer-bdtg0j > :last-child, .framer-zwGHK.framer-v-kv92sy .framer-1cpz3sc > *, .framer-zwGHK.framer-v-kv92sy .framer-1cpz3sc > :first-child, .framer-zwGHK.framer-v-kv92sy .framer-1cpz3sc > :last-child { margin: 0px; } .framer-zwGHK.framer-v-kv92sy .framer-1h5ydb3 > *, .framer-zwGHK.framer-v-kv92sy .framer-ami44a > *, .framer-zwGHK.framer-v-kv92sy .framer-1fpb2is > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zwGHK.framer-v-kv92sy .framer-1h5ydb3 > :first-child, .framer-zwGHK.framer-v-kv92sy .framer-ami44a > :first-child, .framer-zwGHK.framer-v-kv92sy .framer-1fpb2is > :first-child { margin-left: 0px; } .framer-zwGHK.framer-v-kv92sy .framer-1h5ydb3 > :last-child, .framer-zwGHK.framer-v-kv92sy .framer-ami44a > :last-child, .framer-zwGHK.framer-v-kv92sy .framer-1fpb2is > :last-child { margin-right: 0px; } .framer-zwGHK.framer-v-kv92sy .framer-3b6hoy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zwGHK.framer-v-kv92sy .framer-1djuhcl > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } }\",\".framer-zwGHK.framer-v-3o7t10.framer-ids74i { flex-direction: column; gap: 24px; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 24px 20px 386px 20px; width: 390px; }\",\".framer-zwGHK.framer-v-3o7t10 .framer-1aeg187-container { flex: 1 0 0px; left: unset; position: relative; top: unset; width: 1px; }\",\".framer-zwGHK.framer-v-3o7t10 .framer-3b6hoy { height: 60px; }\",\".framer-zwGHK.framer-v-3o7t10 .framer-1cpz3sc { gap: unset; justify-content: space-between; order: 0; overflow: hidden; width: 100%; z-index: 1; }\",\".framer-zwGHK.framer-v-3o7t10 .framer-1djuhcl { flex: none; flex-direction: column; order: 5; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-zwGHK.framer-v-3o7t10 .framer-v3ze42-container, .framer-zwGHK.framer-v-3o7t10 .framer-1asrkam-container { left: unset; position: relative; right: unset; top: unset; width: 100%; }\",\".framer-zwGHK.framer-v-3o7t10 .framer-qqvt0d { flex: none; order: 3; padding: 7px 0px 7px 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zwGHK.framer-v-3o7t10.framer-ids74i, .framer-zwGHK.framer-v-3o7t10 .framer-bdtg0j, .framer-zwGHK.framer-v-3o7t10 .framer-1h5ydb3, .framer-zwGHK.framer-v-3o7t10 .framer-1cpz3sc, .framer-zwGHK.framer-v-3o7t10 .framer-1djuhcl, .framer-zwGHK.framer-v-3o7t10 .framer-ami44a, .framer-zwGHK.framer-v-3o7t10 .framer-1fpb2is { gap: 0px; } .framer-zwGHK.framer-v-3o7t10.framer-ids74i > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-zwGHK.framer-v-3o7t10.framer-ids74i > :first-child, .framer-zwGHK.framer-v-3o7t10 .framer-1djuhcl > :first-child, .framer-zwGHK.framer-v-3o7t10 .framer-ami44a > :first-child, .framer-zwGHK.framer-v-3o7t10 .framer-1fpb2is > :first-child { margin-top: 0px; } .framer-zwGHK.framer-v-3o7t10.framer-ids74i > :last-child, .framer-zwGHK.framer-v-3o7t10 .framer-1djuhcl > :last-child, .framer-zwGHK.framer-v-3o7t10 .framer-ami44a > :last-child, .framer-zwGHK.framer-v-3o7t10 .framer-1fpb2is > :last-child { margin-bottom: 0px; } .framer-zwGHK.framer-v-3o7t10 .framer-bdtg0j > *, .framer-zwGHK.framer-v-3o7t10 .framer-bdtg0j > :first-child, .framer-zwGHK.framer-v-3o7t10 .framer-bdtg0j > :last-child, .framer-zwGHK.framer-v-3o7t10 .framer-1cpz3sc > *, .framer-zwGHK.framer-v-3o7t10 .framer-1cpz3sc > :first-child, .framer-zwGHK.framer-v-3o7t10 .framer-1cpz3sc > :last-child { margin: 0px; } .framer-zwGHK.framer-v-3o7t10 .framer-1h5ydb3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zwGHK.framer-v-3o7t10 .framer-1h5ydb3 > :first-child { margin-left: 0px; } .framer-zwGHK.framer-v-3o7t10 .framer-1h5ydb3 > :last-child { margin-right: 0px; } .framer-zwGHK.framer-v-3o7t10 .framer-1djuhcl > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-zwGHK.framer-v-3o7t10 .framer-ami44a > *, .framer-zwGHK.framer-v-3o7t10 .framer-1fpb2is > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,'.framer-zwGHK[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-zwGHK [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-zwGHK[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-zwGHK [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-zwGHK[data-border=\"true\"]::after, .framer-zwGHK [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 76\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"M3cDdffxt\":{\"layout\":[\"fixed\",\"auto\"]},\"zcHLAxVaZ\":{\"layout\":[\"fixed\",\"auto\"]},\"BwpBO4Rxb\":{\"layout\":[\"fixed\",\"auto\"]},\"uRPzVN9ca\":{\"layout\":[\"fixed\",\"auto\"]},\"XggGNy39w\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"D7lm1tbVW\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framero0jtJPv14=withCSS(Component,css,\"framer-zwGHK\");export default Framero0jtJPv14;Framero0jtJPv14.displayName=\"Nav Bar\";Framero0jtJPv14.defaultProps={height:76,width:1440};addPropertyControls(Framero0jtJPv14,{variant:{options:[\"kfeQd_J46\",\"M3cDdffxt\",\"zcHLAxVaZ\",\"BwpBO4Rxb\",\"uRPzVN9ca\",\"XggGNy39w\",\"D7lm1tbVW\"],optionTitles:[\"Desktop\",\"Desktop Scroll\",\"Tablet\",\"Tablet Scroll\",\"Mobile\",\"Mobile Open\",\"Moblie Company\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framero0jtJPv14,[{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\"}]},...TabFonts,...ButtonFonts,...IconFonts,...NavItemFonts,...NavBoxFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framero0jtJPv14\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M3cDdffxt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zcHLAxVaZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BwpBO4Rxb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uRPzVN9ca\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XggGNy39w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"D7lm1tbVW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"76\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./o0jtJPv14.map"],
  "mappings": "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",
  "names": ["t", "e", "i", "s", "Animate", "o", "n", "r", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "h", "a", "c", "d", "p", "u", "m", "v", "g", "S", "w", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "Lenis", "raf", "time", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_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", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerFGFZJg2CX", "withCSS", "FGFZJg2CX_default", "addPropertyControls", "ControlType", "addFonts", "IconsFonts", "getFonts", "FGFZJg2CX_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "primaryButton", "primarySmall", "secondaryButton", "showIcon", "showIcon2", "smallButton", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "dcxrVEAsM", "Mm7iYM0zL", "uDxOdg7zT", "yFBu038gV", "TfDVLR0Yh", "nbEhxhfGz", "MBMl_lEPM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap39ofot", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerH9_R8imPD", "withCSS", "H9_R8imPD_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ButtonFonts", "getFonts", "H9_R8imPD_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", "background", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qnJ8gdzVI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Link", "SVG", "ComponentViewportProvider", "RichText2", "css", "FramerfF3MpMlj2", "withCSS", "fF3MpMlj2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "hide", "id", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "bzikVVoWf", "qiqb2stNo", "newE3dSpf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "Framerb_yBnJfoc", "withCSS", "b_yBnJfoc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click3", "height", "id", "navItem", "showCaret", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vDJmbRqPU", "EStvnUrOQ", "VaJrlifn7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapnv61nj", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "SVG", "css", "FramerHa_Yz5lxJ", "withCSS", "Ha_Yz5lxJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pPpiEbINs", "xzFqDOKRU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1267k5i", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerqXCWYXQMs", "withCSS", "qXCWYXQMs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "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", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XKaY3MrGu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapc2fruv", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramerT1BZkKVJL", "withCSS", "T1BZkKVJL_default", "addPropertyControls", "ControlType", "addFonts", "TabFonts", "getFonts", "qXCWYXQMs_default", "MotionDivWithFX", "withFX", "motion", "ButtonFonts", "H9_R8imPD_default", "IconFonts", "T1BZkKVJL_default", "NavItemFonts", "Ha_Yz5lxJ_default", "NavBoxFonts", "b_yBnJfoc_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transformTemplate1", "_", "transformTemplate2", "transition4", "animation4", "animation5", "animation6", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition5", "animation7", "animation8", "animation9", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "xzFqDOKRU1er87fn", "args", "xzFqDOKRU126ufir", "xzFqDOKRU58jps0", "xzFqDOKRUrv5w7m", "xzFqDOKRU1l5lars", "XKaY3MrGu1xp1rk9", "XKaY3MrGui901e5", "VaJrlifn7izu9gt", "overlay", "paginationInfo", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "ref2", "ref3", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "ref4", "ref5", "isDisplayed12", "isDisplayed13", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "Link", "SVG", "l", "AnimatePresence", "Floating", "RichText2", "overlay1", "css", "Framero0jtJPv14", "withCSS", "o0jtJPv14_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
