{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:phenomenon@1.6.0/dist/phenomenon.mjs", "ssg:https://ga.jspm.io/npm:cobe@0.6.0/dist/index.esm.js", "ssg:https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js", "ssg:https://framerusercontent.com/modules/3yeGnnDoveR3KNtV9tVg/LOaW15xOb0xkpcAw4f2C/ydFHP_XlI.js"],
  "sourcesContent": ["var t=[\"x\",\"y\",\"z\"],e=function(t){Object.assign(this,{uniforms:{},geometry:{vertices:[{x:0,y:0,z:0}]},mode:0,modifiers:{},attributes:[],multiplier:1,buffers:[]}),Object.assign(this,t),this.prepareProgram(),this.prepareUniforms(),this.prepareAttributes()};e.prototype.compileShader=function(t,r){var s=this.gl.createShader(t);return this.gl.shaderSource(s,r),this.gl.compileShader(s),s},e.prototype.prepareProgram=function(){var t=this.gl,r=this.vertex,s=this.fragment,n=t.createProgram();t.attachShader(n,this.compileShader(35633,r)),t.attachShader(n,this.compileShader(35632,s)),t.linkProgram(n),t.useProgram(n),this.program=n},e.prototype.prepareUniforms=function(){for(var t=Object.keys(this.uniforms),r=0;r<t.length;r+=1){var s=this.gl.getUniformLocation(this.program,t[r]);this.uniforms[t[r]].location=s}},e.prototype.prepareAttributes=function(){void 0!==this.geometry.vertices&&this.attributes.push({name:\"aPosition\",size:3}),void 0!==this.geometry.normal&&this.attributes.push({name:\"aNormal\",size:3}),this.attributeKeys=[];for(var t=0;t<this.attributes.length;t+=1)this.attributeKeys.push(this.attributes[t].name),this.prepareAttribute(this.attributes[t])},e.prototype.prepareAttribute=function(r){for(var s=this.geometry,n=this.multiplier,a=s.vertices,o=s.normal,h=new Float32Array(n*a.length*r.size),u=0;u<n;u+=1)for(var f=r.data&&r.data(u,n),c=u*a.length*r.size,l=0;l<a.length;l+=1)for(var p=0;p<r.size;p+=1){var m=this.modifiers[r.name];h[c]=void 0!==m?m(f,l,p,this):\"aPosition\"===r.name?a[l][t[p]]:\"aNormal\"===r.name?o[l][t[p]]:f[p],c+=1}this.attributes[this.attributeKeys.indexOf(r.name)].data=h,this.prepareBuffer(this.attributes[this.attributeKeys.indexOf(r.name)])},e.prototype.prepareBuffer=function(t){var r=t.data,s=t.name,n=t.size,a=this.gl.createBuffer();this.gl.bindBuffer(34962,a),this.gl.bufferData(34962,r,35044);var o=this.gl.getAttribLocation(this.program,s);this.gl.enableVertexAttribArray(o),this.gl.vertexAttribPointer(o,n,5126,!1,0,0),this.buffers[this.attributeKeys.indexOf(t.name)]={buffer:a,location:o,size:n}},e.prototype.render=function(t){var r=this,s=this.uniforms,n=this.multiplier,a=this.gl;a.useProgram(this.program);for(var o=0;o<this.buffers.length;o+=1){var h=this.buffers[o],u=h.location,f=h.buffer,c=h.size;a.enableVertexAttribArray(u),a.bindBuffer(34962,f),a.vertexAttribPointer(u,c,5126,!1,0,0)}Object.keys(t).forEach((function(r){s[r].value=t[r].value})),Object.keys(s).forEach((function(t){var n=s[t];r.uniformMap[n.type](n.location,n.value)})),a.drawArrays(this.mode,0,n*this.geometry.vertices.length),this.onRender&&this.onRender(this)},e.prototype.destroy=function(){for(var t=0;t<this.buffers.length;t+=1)this.gl.deleteBuffer(this.buffers[t].buffer);this.gl.deleteProgram(this.program),this.gl=null};var i=function(t){var r=this,s=t||{},n=s.canvas;void 0===n&&(n=document.querySelector(\"canvas\"));var a=s.context;void 0===a&&(a={});var o=s.contextType;void 0===o&&(o=\"experimental-webgl\");var h=s.settings;void 0===h&&(h={});var u=n.getContext(o,Object.assign({alpha:!1,antialias:!1},a));Object.assign(this,{gl:u,canvas:n,uniforms:{},instances:new Map,shouldRender:!0}),Object.assign(this,{devicePixelRatio:1,clearColor:[1,1,1,1],position:{x:0,y:0,z:2},clip:[.001,100]}),Object.assign(this,h),this.uniformMap={float:function(t,r){return u.uniform1f(t,r)},vec2:function(t,r){return u.uniform2fv(t,r)},vec3:function(t,r){return u.uniform3fv(t,r)},vec4:function(t,r){return u.uniform4fv(t,r)},mat2:function(t,r){return u.uniformMatrix2fv(t,!1,r)},mat3:function(t,r){return u.uniformMatrix3fv(t,!1,r)},mat4:function(t,r){return u.uniformMatrix4fv(t,!1,r)}},u.enable(u.DEPTH_TEST),u.depthFunc(u.LEQUAL),!1===u.getContextAttributes().alpha&&(u.clearColor.apply(u,this.clearColor),u.clearDepth(1)),this.onSetup&&this.onSetup(u),window.addEventListener(\"resize\",(function(){return r.resize()})),this.resize(),this.render()};i.prototype.resize=function(){var t=this.gl,r=this.canvas,s=this.devicePixelRatio,n=this.position;r.width=r.clientWidth*s,r.height=r.clientHeight*s;var a=t.drawingBufferWidth,o=t.drawingBufferHeight,h=a/o;t.viewport(0,0,a,o);var u=Math.tan(Math.PI/180*22.5),f=[1,0,0,0,0,1,0,0,0,0,1,0,n.x,n.y,(h<1?1:h)*-n.z,1];this.uniforms.uProjectionMatrix={type:\"mat4\",value:[.5/u,0,0,0,0,h/u*.5,0,0,0,0,-(this.clip[1]+this.clip[0])/(this.clip[1]-this.clip[0]),-1,0,0,-2*this.clip[1]*(this.clip[0]/(this.clip[1]-this.clip[0])),0]},this.uniforms.uViewMatrix={type:\"mat4\",value:[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]},this.uniforms.uModelMatrix={type:\"mat4\",value:f}},i.prototype.toggle=function(t){t!==this.shouldRender&&(this.shouldRender=void 0!==t?t:!this.shouldRender,this.shouldRender&&this.render())},i.prototype.render=function(){var t=this;this.gl.clear(16640),this.instances.forEach((function(r){r.render(t.uniforms)})),this.onRender&&this.onRender(this),this.shouldRender&&requestAnimationFrame((function(){return t.render()}))},i.prototype.add=function(t,r){void 0===r&&(r={uniforms:{}}),void 0===r.uniforms&&(r.uniforms={}),Object.assign(r.uniforms,JSON.parse(JSON.stringify(this.uniforms))),Object.assign(r,{gl:this.gl,uniformMap:this.uniformMap});var s=new e(r);return this.instances.set(t,s),s},i.prototype.remove=function(t){var r=this.instances.get(t);void 0!==r&&(r.destroy(),this.instances.delete(t))},i.prototype.destroy=function(){var t=this;this.instances.forEach((function(r,s){r.destroy(),t.instances.delete(s)})),this.toggle(!1)};export default i;\n\n//# sourceMappingURL=phenomenon.mjs.map", "import e from\"phenomenon\";var a=\"phi\",o=\"theta\",t=\"mapSamples\",i=\"mapBrightness\",f=\"baseColor\",r=\"markerColor\",l=\"glowColor\",c=\"markers\",n=\"diffuse\",A=\"devicePixelRatio\",g=\"dark\",v=\"offset\",s=\"scale\",d={[a]:\"A\",[o]:\"B\",[t]:\"k\",[i]:\"E\",[f]:\"L\",[r]:\"M\",[l]:\"y\",[n]:\"F\",[g]:\"G\",[v]:\"x\",[s]:\"C\"},{PI:u,sin:m,cos:x}=Math,U=e=>[].concat(...e.map((e=>{let[a,o]=e.location;a=a*u/180,o=o*u/180-u;let t=x(a);return[-t*x(o),m(a),t*m(o),e.size]})),[0,0,0,0]),D=(u,m)=>{let _=(e,a,o)=>({type:e,value:\"undefined\"==typeof m[a]?o:m[a]}),x=u.getContext(\"webgl\")?\"webgl\":\"experimental-webgl\",y=new e({canvas:u,contextType:x,context:{alpha:!0,stencil:!1,antialias:!0,depth:!1,preserveDrawingBuffer:!1},settings:{[A]:m[A]||1,onSetup:e=>{let a=e.RGB,o=e.UNSIGNED_BYTE,t=e.TEXTURE_2D,i=e.createTexture();e.bindTexture(t,i),e.texImage2D(t,0,a,1,1,0,a,o,new Uint8Array([0,0,0,0]));let f=new Image;f.onload=()=>{e.bindTexture(t,i),e.texImage2D(t,0,a,a,o,f),e.generateMipmap(t);let r=e.getParameter(e.CURRENT_PROGRAM),l=e.getUniformLocation(r,\"H\");e.texParameteri(t,e.TEXTURE_MIN_FILTER,e.NEAREST),e.texParameteri(t,e.TEXTURE_MAG_FILTER,e.NEAREST),e.uniform1i(l,0)},f.src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACAAQAAAADMzoqnAAAAAXNSR0IArs4c6QAABA5JREFUeNrV179uHEUAx/Hf3JpbF+E2VASBsmVKTBcpKJs3SMEDcDwBiVJAAewYEBUivIHT0uUBIt0YCovKD0CRjUC4QfHYh8hYXu+P25vZ2Zm9c66gMd/GJ/tz82d3bk8GN4SrByYF2366FNTACIAkivVAAazQdnf3MvAlbNUQfOPAdQDvSAimMWhwy4I2g4SU+Kp04ISLpPBAKLxPyic3O/CCi+Y7rUJbiodcpDOFY7CgxCEXmdYD2EYK2s5lApOx5pEDDYCUwM1XdJUwBV11QQMg59kePSCaPAASQMEL2hwo6TJFgxpg+TgC2ymXPbuvc40awr3D1QCFfbH9kcoqAOkZozpQo0aqAGQRKCog/+tjkgbNFEtg2FffBvBGlSxHoAaAa1u6X4PBAwDiR8FFsrQgeUhfJTSALaB9jy5NCybJPn1SVFiWk7ywN+KzhH1aKAuydhGkbEF4lWohLXDXavlyFgHY7LBnLRdlAP6BS5Cc8RfVDXbkwN/oIvmY+6obbNeBP0JwTuMGu9gTzy1Q4RS/cWpfzszeYwd+CAFrtBW/Hur0gLbJGlD+/OjVwe/drfBxkbbg63dndEDfiEBlAd7ac0BPe1D6Jd8dfbLH+RI0OzseFB5s01/M+gMdAeluLOCAuaUA9Lezo/vSgXoCX9rtEiXnp7Q1W/CNyWcd8DXoS6jH/YZ5vAJEWY2dXFQe2TUgaFaNejCzJ98g6HnlVrsE58sDcYqg+9XY75fPqdoh/kRQWiXKg8MWlJQxUFMPjqnyujhFBE7UxIMjyszk0QwQlFsezImsyvUYYYVED2pk6m0Tg8T04Fwjk2kdAwSACqlM6gRRt3vQYAFGX0Ah7Ebx1H+MDRI5ui0QldH4j7FGcm90XdxD2Jg1AOEAVAKhEFXSn4cKUELurIAKwJ3MArypPscQaLhJFICJ0ohjDySAdH8AhDtCiTuMycH8CXzhH9jUACAO5uMhoAwA5i+T6WAKmmAqnLy80wxHqIPFYpqCwxGaYLt4Dyievg5kEoVEUAhs6pqKgFtDQYOuaXypaWKQfIuwwoGSZgfLsu/XAtI8cGN+h7Cc1A5oLOMhwlIPXuhu48AIvsSBkvtV9wsJRKCyYLfq5lTrQMFd1a262oqBck9K1V0YjQg0iEYYgpS1A9GlXQV5cykwm4A7BzVsxQqo7E+zCegO7Ma7yKgsuOcfKbMBwLC8wvVNYDsANYalEpOAa6zpWjTeMKGwEwC1CiQewJc5EKfgy7GmRAZA4vUVGwE2dPM/g0xuAInE/yG5aZ8ISxWGfYigUVbdyBElTHh2uCwGdfCkOLGgQVBh3Ewp+/QK4CDlR5Ws/Zf7yhCf8pH7vinWAvoVCQ6zz0NX5V/6GkAVV+2/5qsJ/gU8bsxpM8IeAQAAAABJRU5ErkJggg==\"}}});return y.add(\"\",{vertex:\"attribute vec3 aPosition;uniform mat4 uProjectionMatrix;uniform mat4 uModelMatrix;uniform mat4 uViewMatrix;void main(){gl_Position=uProjectionMatrix*uModelMatrix*uViewMatrix*vec4(aPosition,1.);}\",fragment:\"precision highp float;uniform vec2 r,x;uniform vec3 L,M,y;uniform vec4 z[64];uniform float A,B,k,C,D,E,F,G;uniform sampler2D H;float I=1./k;mat3 J(float a,float b){float c=cos(a),d=cos(b),e=sin(a),f=sin(b);return mat3(d,f*e,-f*c,0.,c,e,f,d*-e,d*c);}vec3 v(vec3 c,out float w){c=c.xzy;float p=max(2.,floor(log2(2.236068*k*3.141593*(1.-c.z*c.z))*.72021));vec2 g=floor(pow(1.618034,p)/2.236068*vec2(1.,1.618034)+.5),d=fract((g+1.)*.618034)*6.283185-3.883222,e=-2.*g,f=vec2(atan(c.y,c.x),c.z-1.),q=floor(vec2(e.y*f.x-d.y*(f.y*k+1.),-e.x*f.x+d.x*(f.y*k+1.))/(d.x*e.y-e.x*d.y));float n=3.141593;vec3 s;for(float h=0.;h<4.;h+=1.){vec2 t=vec2(mod(h,2.),floor(h*.5));float j=dot(g,q+t);if(j>k)continue;float a=j,b=0.;if(a>=524288.)a-=524288.,b+=.803894;if(a>=262144.)a-=262144.,b+=.901947;if(a>=131072.)a-=131072.,b+=.950973;if(a>=65536.)a-=65536.,b+=.475487;if(a>=32768.)a-=32768.,b+=.737743;if(a>=16384.)a-=16384.,b+=.868872;if(a>=8192.)a-=8192.,b+=.934436;if(a>=4096.)a-=4096.,b+=.467218;if(a>=2048.)a-=2048.,b+=.733609;if(a>=1024.)a-=1024.,b+=.866804;if(a>=512.)a-=512.,b+=.433402;if(a>=256.)a-=256.,b+=.216701;if(a>=128.)a-=128.,b+=.108351;if(a>=64.)a-=64.,b+=.554175;if(a>=32.)a-=32.,b+=.777088;if(a>=16.)a-=16.,b+=.888544;if(a>=8.)a-=8.,b+=.944272;if(a>=4.)a-=4.,b+=.472136;if(a>=2.)a-=2.,b+=.236068;if(a>=1.)a-=1.,b+=.618034;float l=fract(b)*6.283185,i=1.-2.*j*I,m=sqrt(1.-i*i);vec3 o=vec3(cos(l)*m,sin(l)*m,i);float u=length(c-o);if(u<n)n=u,s=o;}w=n;return s.xzy;}void main(){vec2 a=(gl_FragCoord.xy/r*2.-1.)/C-x*vec2(1.,-1.)/r;a.x*=r.x/r.y;float c=dot(a,a),b;vec3 d=vec3(0.,0.,1.),e=normalize(vec3(a,sqrt(.64-c)));if(c<=.64){vec3 f=e*J(B,A),g=v(f,b);float j=asin(g.y),h=acos(-g.x/cos(j));h=g.z<0.?-h:h;float t=texture2D(H,vec2(h*.5/3.141593,-(j/3.141593+.5))).x,u=smoothstep(8e-3,0.,b),l=dot(e,d),s=pow(l,F)*E,m=t*u*s,N=mix((1.-m)*pow(l,.4),m,G)+.1;gl_FragColor=vec4(L*N,1.);int O=int(D);float n=0.;for(int i=0;i<64;i++){if(i>=O)break;vec4 o=z[i];vec3 p=o.xyz,w=p-f;float q=o.w;if(dot(w,w)>q*q*4.)continue;vec3 P=v(p,b);b=length(P-f),b<q?n+=smoothstep(q*.5,0.,b):0.;}n=min(1.,n*s),gl_FragColor.xyz=mix(gl_FragColor.xyz,M,n),gl_FragColor.xyz+=pow(1.-dot(e,d),4.)*y;}float K=pow(dot(normalize(vec3(-a,sqrt(1.-c))),d),4.)*smoothstep(.1,1.,.2/(c-.64));gl_FragColor+=vec4(K*y,K);}\",uniforms:{r:{type:\"vec2\",value:[m.width,m.height]},A:_(\"float\",a),B:_(\"float\",o),k:_(\"float\",t),E:_(\"float\",i),L:_(\"vec3\",f),M:_(\"vec3\",r),F:_(\"float\",n),y:_(\"vec3\",l),G:_(\"float\",g),z:{type:\"vec4\",value:U(m[c])},D:{type:\"float\",value:m[c].length},x:_(\"vec2\",v,[0,0]),C:_(\"float\",s,1)},mode:4,geometry:{vertices:[{x:-100,y:100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0},{x:100,y:-100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0}]},onRender:({uniforms:e})=>{let a={};if(m.onRender){m.onRender(a);for(let o in d)void 0!==a[o]&&(e[d[o]].value=a[o]);void 0!==a[c]&&(e.z.value=U(a[c]),e.D.value=a[c].length),a.width&&a.height&&(e.r.value=[a.width,a.height])}}}),y};export{D as default};\n\n//# sourceMappingURL=index.esm.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,Color,RenderTarget}from\"framer\";import{useEffect,useRef}from\"react\";import createGlobe from\"cobe\";import{useSpring}from\"framer-motion\";/**\n * GLOBE FOR FRAMER\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 300\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Globe(props){const{background,baseColor,glowColor,isDraggable,dragOptions,speed,theta,phi,dark,diffuse,maxSamples,mapBrightness,markerSize,markerArray,markerColor,scale,alignment,maxWidth,offset}=props;const{offsetX,offsetY}=offset;const{stiffness,damping,mass}=dragOptions;const canvasRef=useRef();const pointerInteracting=useRef(null);const pointerInteractionMovement=useRef(0);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const r=useSpring(0,{stiffness:stiffness,damping:damping,mass:mass,restDelta:1e-4,restSpeed:1e-4});const fadeMask=\"radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 70%)\";useEffect(()=>{let phiValue=phi;let width=0;const onResize=()=>{if(canvasRef.current&&(width=canvasRef.current.offsetWidth)){window.addEventListener(\"resize\",onResize);}};onResize();const baseConvert=convertRGB(baseColor);const glowConvert=convertRGB(glowColor);const markerConvert=convertRGB(markerColor);const globe=createGlobe(canvasRef.current,{devicePixelRatio:2,width:width*2,height:width*2,phi:phi,theta:theta,dark:dark,diffuse:diffuse,mapSamples:maxSamples,mapBrightness:mapBrightness,baseColor:[baseConvert.r,baseConvert.g,baseConvert.b],glowColor:[glowConvert.r,glowConvert.g,glowConvert.b],markerColor:[markerConvert.r,markerConvert.g,markerConvert.b],markers:markerArray.map(marker=>{return{location:[marker.latitude,marker.longitude],size:markerSize};}),scale:scale,offset:[offsetX,offsetY],onRender:state=>{if(!isCanvas){state.phi=phiValue+r.get();}state.width=width*2;state.height=width*2;if(!isCanvas){state.phi=phiValue+r.get();phiValue+=speed/200;}}});return()=>{globe.destroy();};},[props]);return /*#__PURE__*/ _jsx(\"div\",{style:{...flexStyles,placeItems:alignment,background:background},children:/*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",aspectRatio:\"1/1\",maxWidth:maxWidth,WebkitMaskImage:fadeMask,MozMaskImage:fadeMask,maskImage:fadeMask},children:/*#__PURE__*/ _jsx(\"canvas\",{ref:canvasRef,style:{width:\"100%\",height:\"100%\",contain:\"layout paint size\",cursor:\"auto\",userSelect:\"none\"},onPointerDown:e=>{if(isDraggable){pointerInteracting.current=e.clientX-pointerInteractionMovement.current;canvasRef.current.style.cursor=\"grabbing\";}},onPointerUp:()=>{if(isDraggable){pointerInteracting.current=null;canvasRef.current.style.cursor=\"grab\";}},onPointerOver:()=>{if(isDraggable){canvasRef.current.style.cursor=\"grab\";}},onPointerOut:()=>{if(isDraggable){pointerInteracting.current=null;canvasRef.current.style.cursor=\"auto\";}},onMouseMove:e=>{if(isDraggable){if(pointerInteracting.current!==null){const delta=e.clientX-pointerInteracting.current;pointerInteractionMovement.current=delta;r.set(delta/100);}}},onTouchMove:e=>{if(pointerInteracting.current!==null&&e.touches[0]){const delta=e.touches[0].clientX-pointerInteracting.current;pointerInteractionMovement.current=delta;r.set(delta/100);}}})})});};/* Default properties */ Globe.defaultProps={background:\"#000000\",baseColor:\"#333333\",glowColor:\"#ffffff\",markerColor:\"#ffffff\",isDraggable:true,dragOptions:{stiffness:200,damping:40,mass:1},speed:1,phi:0,theta:.3,dark:1,diffuse:2,mapBrightness:20,maxSamples:2e4,markerSize:.1,markerArray:{latitude:52.3676,longitude:4.9041},scale:1,alignment:\"center\",maxWidth:800,offset:{offsetX:0,offsetY:0}};Globe.displayName=\"Globe\";const dp=Globe.defaultProps;const dpOffset=Globe.defaultProps.offset;const dpDrag=Globe.defaultProps.dragOptions;addPropertyControls(Globe,{background:{type:ControlType.Color,title:\"Backdrop\",defaultValue:dp.background},baseColor:{type:ControlType.Color,title:\"Base\",defaultValue:dp.baseColor},glowColor:{type:ControlType.Color,title:\"Glow\",defaultValue:dp.glowColor},markerColor:{type:ControlType.Color,title:\"Marker\",defaultValue:dp.markerColor},isDraggable:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:dp.isDraggable},dragOptions:{type:ControlType.Object,title:\"Transition\",controls:{stiffness:{type:ControlType.Number,min:0,max:1e3,title:\"Stiffness\",defaultValue:dpDrag.stiffness},damping:{type:ControlType.Number,min:0,max:100,title:\"Damping\",defaultValue:dpDrag.damping},mass:{type:ControlType.Number,min:0,title:\"Mass\",displayStepper:true,defaultValue:dpDrag.mass}},hidden(props){return!props.isDraggable;}},speed:{type:ControlType.Number,min:0,step:.1,displayStepper:true,title:\"Speed\",defaultValue:dp.speed},phi:{type:ControlType.Number,min:0,max:6.28,step:.01,displayStepper:true,title:\"Phi\",defaultValue:dp.phi},theta:{type:ControlType.Number,min:-1.57,max:1.57,step:.01,title:\"Theta\",defaultValue:dp.theta},dark:{type:ControlType.Number,min:0,max:1,step:.1,displayStepper:true,title:\"Dark\",defaultValue:dp.dark},diffuse:{type:ControlType.Number,min:0,max:5,step:.01,title:\"Diffuse\",defaultValue:dp.diffuse},mapBrightness:{type:ControlType.Number,min:0,max:12,step:.01,title:\"Brightness\",defaultValue:dp.mapBrightness},maxSamples:{type:ControlType.Number,min:0,max:1e5,title:\"Samples\",defaultValue:dp.maxSamples},scale:{type:ControlType.Number,min:0,max:5,step:.025,displayStepper:true,title:\"Scale\",defaultValue:dp.scale},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:dp.alignment,displaySegmentedControl:true},maxWidth:{type:ControlType.Number,title:\"Max Width\",min:100,max:5e3,defaultValue:dp.maxWidth},offset:{type:ControlType.Object,title:\"Offset\",controls:{offsetX:{type:ControlType.Number,min:-5e3,max:5e3,title:\"X\",defaultValue:dpOffset.offsetX},offsetY:{type:ControlType.Number,min:-5e3,max:5e3,title:\"Y\",defaultValue:dpOffset.offsetY}}},markerSize:{type:ControlType.Number,min:0,max:1,step:.01,title:\"Markers\",defaultValue:dp.markerSize},markerArray:{type:ControlType.Array,title:\"Location\",// defaultValue: [{ latitude: 52.3676, longitude: 4.9041 }],\ncontrol:{type:ControlType.Object,title:\"Location\",controls:{latitude:{type:ControlType.Number,min:-90,max:90,title:\"Lat\",step:1e-4,defaultValue:dp.markerArray.latitude},longitude:{type:ControlType.Number,min:-180,max:180,title:\"Long\",step:1e-4,defaultValue:dp.markerArray.longitude}}}}});/* Styles */ const flexStyles={width:\"100%\",height:\"100%\",display:\"flex\",placeItems:\"center\",placeContent:\"center\",overflow:\"visible\"};/* Functions */ const convertRGB=color=>{return{r:Color(color).r/255,g:Color(color).g/255,b:Color(color).b/255};};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Globe\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"300\",\"framerIntrinsicHeight\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Globe.map", "// Generated by Framer (99efa6a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Globe from\"https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js\";import Button from\"#framer/local/canvasComponent/F7nLXES2k/F7nLXES2k.js\";import Footer from\"#framer/local/canvasComponent/GyzMpRiSv/GyzMpRiSv.js\";import Icons from\"#framer/local/canvasComponent/VWqie0g9a/VWqie0g9a.js\";import*as sharedStyle1 from\"#framer/local/css/hDxgx7u5X/hDxgx7u5X.js\";import*as sharedStyle4 from\"#framer/local/css/lrLs16M7y/lrLs16M7y.js\";import*as sharedStyle2 from\"#framer/local/css/QlgazQv4y/QlgazQv4y.js\";import*as sharedStyle from\"#framer/local/css/sI6UgSgGO/sI6UgSgGO.js\";import*as sharedStyle3 from\"#framer/local/css/XcaAtSGCg/XcaAtSGCg.js\";import metadataProvider from\"#framer/local/webPageMetadata/ydFHP_XlI/ydFHP_XlI.js\";const IconsFonts=getFonts(Icons);const ButtonFonts=getFonts(Button);const GlobeFonts=getFonts(Globe);const FooterFonts=getFonts(Footer);const breakpoints={EljlyVoQl:\"(min-width: 1200px)\",JFIhji4ER:\"(min-width: 810px) and (max-width: 1199px)\",OUCNnYUtf:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-RRSkS\";const variantClassNames={EljlyVoQl:\"framer-v-1e55bc\",JFIhji4ER:\"framer-v-ed73t\",OUCNnYUtf:\"framer-v-1fufp9c\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"EljlyVoQl\",Phone:\"OUCNnYUtf\",Tablet:\"JFIhji4ER\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EljlyVoQl\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"EljlyVoQl\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1e55bc\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-219xp8\",\"data-framer-name\":\"Header-NoImage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uamd7h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-sjl5j8\",\"data-styles-preset\":\"sI6UgSgGO\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8c0d1aec-fc99-494b-bac7-f57306316614, rgb(255, 255, 255))\"},children:\"We are Experts in Mobile Threat Hunting\"})}),className:\"framer-zrhxi8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1kk8qgx\",\"data-styles-preset\":\"hDxgx7u5X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"The first mobile threat hunting company to protect mobile devices like any other vulnerable corporate endpoint\"})}),className:\"framer-1ucoxv8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18t8cwq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qhcc89\",\"data-styles-preset\":\"QlgazQv4y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108))\"},children:\"Our Investors\"})}),className:\"framer-vdwwqr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wxyxe7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hic1qs\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.boxgroup.com/\",motionChild:true,nodeId:\"yWTLMVfnf\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-u52yw8 framer-tk6q6z\",\"data-framer-name\":\"$61d60e95f499ea74d80e50c6_box_group_logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 90 35\"><path d=\"M 0 0 L 16.357 0 L 16.357 16.471 L 0 16.471 Z M 18.402 0 L 34.759 0 L 34.759 16.471 L 18.402 16.471 Z M 36.803 0 L 53.16 0 L 53.16 16.471 L 36.803 16.471 Z\" fill=\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108)) /* {&quot;name&quot;:&quot;Text-Secondary&quot;} */\"></path><path d=\"M 0 18.53 L 16.357 18.53 L 16.357 35 L 0 35 Z M 18.402 18.53 L 34.759 18.53 L 34.759 35 L 18.402 35 Z M 36.803 18.53 L 53.16 18.53 L 53.16 35 L 36.803 35 Z M 55.205 18.53 L 71.562 18.53 L 71.562 35 L 55.205 35 Z M 73.606 18.53 L 89.963 18.53 L 89.963 35 L 73.606 35 Z\" fill=\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108)) /* {&quot;name&quot;:&quot;Text-Secondary&quot;} */\"></path><path d=\"M 11.443 9.962 C 11.443 10.423 11.352 10.812 11.171 11.13 C 10.99 11.439 10.749 11.69 10.45 11.88 C 10.133 12.078 9.785 12.219 9.421 12.297 C 9.042 12.377 8.652 12.416 8.25 12.416 L 4.915 12.416 L 4.915 3.984 L 8.25 3.984 C 8.573 3.984 8.904 4.02 9.243 4.091 C 9.569 4.15 9.881 4.267 10.166 4.437 C 10.441 4.595 10.673 4.82 10.84 5.092 C 11.014 5.37 11.1 5.723 11.1 6.152 C 11.1 6.621 10.974 7.009 10.722 7.319 C 10.469 7.621 10.138 7.839 9.729 7.974 L 9.729 7.998 C 9.965 8.037 10.186 8.113 10.39 8.224 C 10.603 8.327 10.785 8.462 10.935 8.629 C 11.092 8.796 11.214 8.991 11.301 9.212 C 11.396 9.435 11.444 9.685 11.444 9.962 Z M 9.148 6.426 C 9.148 6.14 9.038 5.934 8.818 5.807 C 8.605 5.671 8.286 5.604 7.86 5.604 L 6.866 5.604 L 6.866 7.343 L 7.954 7.343 C 8.333 7.343 8.624 7.268 8.829 7.117 C 9.042 6.958 9.148 6.728 9.148 6.426 Z M 9.421 9.772 C 9.421 9.422 9.29 9.181 9.03 9.046 C 8.77 8.911 8.423 8.843 7.99 8.843 L 6.866 8.843 L 6.866 10.772 L 8.002 10.772 C 8.159 10.772 8.321 10.761 8.486 10.737 C 8.66 10.706 8.814 10.654 8.948 10.582 C 9.089 10.511 9.204 10.411 9.29 10.284 C 9.377 10.149 9.421 9.979 9.421 9.772 Z M 31.301 8.165 C 31.301 8.832 31.187 9.443 30.958 9.999 C 30.739 10.533 30.413 11.015 30 11.416 C 29.585 11.813 29.094 12.121 28.557 12.321 C 27.974 12.54 27.357 12.649 26.736 12.643 C 26.081 12.643 25.474 12.536 24.914 12.321 C 24.379 12.117 23.889 11.81 23.471 11.416 C 23.065 11.013 22.743 10.531 22.525 10 C 22.296 9.444 22.182 8.832 22.182 8.166 C 22.182 7.491 22.296 6.883 22.525 6.344 C 22.739 5.817 23.062 5.342 23.471 4.95 C 23.89 4.564 24.381 4.264 24.914 4.069 C 25.474 3.862 26.081 3.759 26.736 3.759 C 27.39 3.759 27.997 3.862 28.557 4.069 C 29.117 4.275 29.598 4.569 30 4.95 C 30.416 5.339 30.743 5.815 30.958 6.344 C 31.187 6.884 31.301 7.491 31.301 8.166 Z M 29.136 8.165 C 29.139 7.816 29.079 7.468 28.959 7.141 C 28.851 6.839 28.681 6.564 28.462 6.331 C 28.253 6.098 27.994 5.914 27.705 5.795 C 27.4 5.657 27.07 5.588 26.736 5.592 C 26.381 5.592 26.057 5.66 25.765 5.795 C 25.474 5.922 25.222 6.101 25.008 6.331 C 24.789 6.564 24.62 6.839 24.512 7.141 C 24.399 7.47 24.344 7.817 24.347 8.166 C 24.347 8.546 24.406 8.899 24.524 9.225 C 24.642 9.542 24.803 9.816 25.008 10.047 C 25.222 10.277 25.474 10.459 25.765 10.594 C 26.057 10.722 26.381 10.785 26.736 10.785 C 27.091 10.785 27.414 10.722 27.706 10.594 C 27.997 10.459 28.249 10.277 28.462 10.047 C 28.68 9.809 28.849 9.529 28.959 9.225 C 29.08 8.885 29.14 8.526 29.136 8.165 Z M 46.592 12.416 L 44.759 9.439 L 42.996 12.416 L 40.584 12.416 L 43.517 7.962 L 40.82 3.984 L 43.256 3.984 L 44.818 6.604 L 46.356 3.984 L 48.709 3.984 L 46.06 7.962 L 49.088 12.416 Z M 11.988 30.434 C 11.578 30.649 11.097 30.823 10.545 30.958 C 10.001 31.093 9.406 31.161 8.759 31.161 C 8.089 31.161 7.47 31.054 6.902 30.839 C 6.363 30.638 5.868 30.33 5.448 29.934 C 5.041 29.539 4.719 29.065 4.501 28.541 C 4.273 27.993 4.159 27.386 4.159 26.719 C 4.159 26.044 4.273 25.433 4.501 24.884 C 4.724 24.356 5.054 23.882 5.471 23.491 C 5.888 23.098 6.379 22.794 6.914 22.598 C 7.487 22.388 8.091 22.283 8.7 22.288 C 9.362 22.288 9.978 22.391 10.546 22.598 C 11.113 22.796 11.574 23.067 11.929 23.408 L 10.652 24.873 C 10.454 24.643 10.194 24.456 9.871 24.313 C 9.548 24.162 9.181 24.086 8.771 24.086 C 8.417 24.086 8.089 24.154 7.79 24.289 C 7.494 24.413 7.227 24.6 7.009 24.837 C 6.782 25.077 6.605 25.361 6.489 25.671 C 6.367 26.006 6.307 26.361 6.311 26.719 C 6.311 27.108 6.366 27.465 6.477 27.791 C 6.587 28.116 6.749 28.398 6.961 28.636 C 7.19 28.871 7.463 29.058 7.765 29.184 C 8.089 29.311 8.456 29.374 8.866 29.374 C 9.091 29.375 9.317 29.359 9.54 29.327 C 9.753 29.287 9.95 29.227 10.132 29.148 L 10.132 27.612 L 8.534 27.612 L 8.534 25.968 L 11.988 25.968 Z M 27.799 30.946 L 25.989 27.599 L 25.303 27.599 L 25.303 30.946 L 23.316 30.946 L 23.316 22.514 L 26.51 22.514 C 26.904 22.513 27.296 22.557 27.68 22.645 C 28.047 22.716 28.396 22.857 28.709 23.061 C 29.017 23.26 29.262 23.522 29.442 23.847 C 29.624 24.172 29.715 24.578 29.715 25.062 C 29.715 25.634 29.561 26.114 29.253 26.503 C 28.946 26.892 28.521 27.17 27.976 27.337 L 30.164 30.946 Z M 27.716 25.098 C 27.716 24.899 27.672 24.741 27.585 24.621 C 27.509 24.497 27.398 24.397 27.266 24.336 C 27.131 24.261 26.982 24.212 26.829 24.192 C 26.676 24.169 26.522 24.157 26.368 24.157 L 25.291 24.157 L 25.291 26.122 L 26.25 26.122 C 26.415 26.122 26.585 26.11 26.758 26.086 C 26.932 26.055 27.089 26.003 27.231 25.931 C 27.371 25.861 27.49 25.754 27.574 25.622 C 27.668 25.487 27.716 25.312 27.716 25.098 Z M 49.702 26.695 C 49.702 27.362 49.588 27.973 49.36 28.529 C 49.141 29.063 48.814 29.545 48.401 29.946 C 47.986 30.343 47.496 30.651 46.959 30.851 C 46.399 31.066 45.792 31.172 45.137 31.172 C 44.483 31.172 43.876 31.066 43.316 30.851 C 42.781 30.648 42.291 30.34 41.873 29.946 C 41.466 29.542 41.144 29.06 40.926 28.529 C 40.698 27.972 40.584 27.362 40.584 26.695 C 40.584 26.02 40.698 25.412 40.926 24.872 C 41.141 24.346 41.463 23.871 41.873 23.479 C 42.292 23.092 42.782 22.793 43.316 22.597 C 43.875 22.391 44.483 22.288 45.137 22.288 C 45.791 22.288 46.399 22.391 46.959 22.598 C 47.518 22.804 47.999 23.098 48.401 23.479 C 48.817 23.869 49.144 24.344 49.36 24.873 C 49.588 25.412 49.702 26.02 49.702 26.695 Z M 47.538 26.695 C 47.541 26.345 47.481 25.998 47.361 25.67 C 47.253 25.369 47.084 25.093 46.865 24.861 C 46.655 24.627 46.396 24.444 46.107 24.325 C 45.802 24.187 45.471 24.118 45.137 24.123 C 44.782 24.123 44.459 24.19 44.168 24.325 C 43.881 24.448 43.623 24.631 43.41 24.861 C 43.198 25.083 43.032 25.353 42.914 25.671 C 42.801 26 42.745 26.347 42.748 26.695 C 42.745 27.056 42.805 27.415 42.926 27.754 C 43.044 28.073 43.205 28.346 43.41 28.576 C 43.623 28.807 43.876 28.989 44.168 29.124 C 44.459 29.251 44.782 29.315 45.137 29.315 C 45.492 29.315 45.816 29.251 46.107 29.124 C 46.399 28.989 46.651 28.807 46.865 28.576 C 47.082 28.338 47.251 28.059 47.361 27.754 C 47.479 27.429 47.538 27.076 47.538 26.695 Z M 66.92 27.766 C 66.92 28.274 66.834 28.738 66.66 29.159 C 66.499 29.565 66.253 29.93 65.939 30.231 C 65.606 30.535 65.216 30.77 64.792 30.921 C 64.35 31.088 63.857 31.171 63.313 31.171 C 62.761 31.171 62.264 31.088 61.823 30.921 C 61.406 30.77 61.024 30.535 60.7 30.231 C 60.391 29.927 60.149 29.562 59.99 29.159 C 59.824 28.738 59.741 28.274 59.741 27.765 L 59.741 22.514 L 61.752 22.514 L 61.752 27.599 C 61.752 27.829 61.78 28.048 61.835 28.254 C 61.898 28.46 61.988 28.647 62.107 28.814 C 62.233 28.973 62.395 29.099 62.592 29.195 C 62.797 29.29 63.041 29.338 63.325 29.338 C 63.609 29.338 63.849 29.29 64.046 29.195 C 64.251 29.099 64.417 28.973 64.543 28.814 C 64.67 28.647 64.76 28.46 64.816 28.254 C 64.871 28.048 64.898 27.829 64.898 27.599 L 64.898 22.514 L 66.92 22.514 Z M 84.872 25.11 C 84.872 25.602 84.782 26.019 84.6 26.36 C 84.425 26.686 84.173 26.964 83.867 27.17 C 83.542 27.384 83.181 27.537 82.802 27.623 C 82.391 27.719 81.971 27.767 81.549 27.766 L 80.543 27.766 L 80.543 30.946 L 78.521 30.946 L 78.521 22.514 L 81.596 22.514 C 82.053 22.514 82.479 22.561 82.873 22.656 C 83.275 22.744 83.622 22.891 83.914 23.097 C 84.214 23.296 84.447 23.561 84.612 23.895 C 84.786 24.22 84.872 24.626 84.872 25.11 Z M 82.85 25.122 C 82.85 24.923 82.811 24.761 82.732 24.633 C 82.654 24.507 82.543 24.404 82.412 24.336 C 82.268 24.261 82.112 24.212 81.951 24.193 C 81.779 24.168 81.605 24.156 81.431 24.157 L 80.543 24.157 L 80.543 26.146 L 81.395 26.146 C 81.584 26.146 81.766 26.13 81.939 26.098 C 82.112 26.067 82.266 26.011 82.4 25.931 C 82.542 25.852 82.653 25.749 82.732 25.622 C 82.811 25.487 82.85 25.32 82.85 25.122 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10522541536,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nlqaib\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+64+128+0+100+0+31.5),pixelHeight:294,pixelWidth:1240,positionX:\"center\",positionY:\"center\",sizes:\"147px\",src:\"https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png\",srcSet:\"https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png?scale-down-to=512 512w,https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png 1240w\"}},OUCNnYUtf:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+64+128+0+100+0+31.5),pixelHeight:294,pixelWidth:1240,positionX:\"center\",positionY:\"center\",sizes:\"147px\",src:\"https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png\",srcSet:\"https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png?scale-down-to=512 512w,https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+64+128+0+0+0+31.5),pixelHeight:294,pixelWidth:1240,positionX:\"center\",positionY:\"center\",sizes:\"147px\",src:\"https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png\",srcSet:\"https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png?scale-down-to=512 512w,https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qDI0lOFfg1eKl2EwYRIkawTBx2w.png 1240w\"},className:\"framer-oll9ta\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jda496\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+64+128+0+0+0+25),pixelHeight:503,pixelWidth:1566,positionX:\"center\",positionY:\"center\",sizes:\"198px\",src:\"https://framerusercontent.com/images/I8fYBUg46iqRJe3TuCAoCi43c.png\",srcSet:\"https://framerusercontent.com/images/I8fYBUg46iqRJe3TuCAoCi43c.png?scale-down-to=512 512w,https://framerusercontent.com/images/I8fYBUg46iqRJe3TuCAoCi43c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/I8fYBUg46iqRJe3TuCAoCi43c.png 1566w\"},className:\"framer-zmusmo\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ir3vhr\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.mantisvc.com/\",motionChild:true,nodeId:\"wiCEPo4g7\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-xaq0dz framer-tk6q6z\",\"data-framer-name\":\"$62ed2f7c7616c5e8b1bb3ecc_Group_51\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 115 14\"><path d=\"M 23.082 13.424 L 17.027 13.424 L 17.027 5.414 L 16.883 5.414 L 13.549 13.423 L 9.242 13.423 L 5.864 5.36 L 5.711 5.36 L 5.711 13.423 L 0.026 13.423 L 0.026 0.514 L 8.973 0.514 L 11.332 6.643 L 11.477 6.643 L 13.801 0.514 L 23.082 0.514 Z M 37.924 11.923 L 30.852 11.923 L 30.076 13.424 L 23.446 13.424 L 30.516 0.514 L 38.291 0.514 L 45.318 13.424 L 38.705 13.424 L 37.921 11.923 Z M 34.31 5.009 C 33.806 6.074 33.229 7.251 32.58 8.541 L 36.185 8.541 L 34.455 5.009 Z M 64.693 0.514 L 64.693 13.424 L 57.809 13.424 L 51.53 6.863 L 51.377 6.863 L 51.377 13.424 L 45.673 13.424 L 45.673 0.514 L 52.629 0.514 L 58.836 6.979 L 58.981 6.979 L 58.981 0.514 Z M 84.038 4.981 L 77.83 4.981 L 77.83 13.423 L 71.775 13.423 L 71.775 4.981 L 65.568 4.981 L 65.568 0.514 L 84.038 0.514 L 84.038 4.983 Z M 84.913 13.424 L 84.913 0.514 L 90.959 0.514 L 90.959 13.424 Z M 101.465 3.216 C 100.534 3.216 99.873 3.293 99.483 3.446 C 99.092 3.599 98.897 3.823 98.897 4.117 C 98.897 4.364 99.024 4.547 99.276 4.664 C 99.528 4.781 99.973 4.861 100.61 4.903 L 106.276 5.319 C 107.171 5.383 107.944 5.503 108.592 5.676 C 109.241 5.85 109.801 6.093 110.273 6.404 C 110.744 6.716 111.098 7.113 111.331 7.591 C 111.564 8.07 111.682 8.644 111.682 9.309 C 111.682 9.856 111.617 10.343 111.484 10.77 C 111.352 11.197 111.159 11.571 110.907 11.896 C 110.655 12.22 110.318 12.499 109.898 12.734 C 109.479 12.97 109.011 13.164 108.498 13.317 C 107.985 13.47 107.368 13.593 106.651 13.684 C 105.934 13.776 105.18 13.84 104.395 13.879 C 103.608 13.917 102.701 13.936 101.674 13.936 C 100.268 13.936 99.065 13.893 98.065 13.807 C 97.065 13.721 96.154 13.574 95.33 13.366 C 94.507 13.157 93.845 12.873 93.344 12.514 C 92.842 12.156 92.452 11.7 92.172 11.15 C 91.892 10.6 91.737 9.941 91.708 9.176 L 98.763 9.176 C 98.907 9.741 99.218 10.14 99.696 10.373 C 100.174 10.606 100.875 10.721 101.799 10.721 C 103.649 10.721 104.574 10.377 104.574 9.689 C 104.574 9.4 104.443 9.196 104.182 9.074 C 103.921 8.953 103.481 8.864 102.861 8.804 L 97.455 8.336 C 96.759 8.277 96.145 8.193 95.613 8.084 C 95.081 7.976 94.581 7.823 94.113 7.626 C 93.645 7.429 93.262 7.187 92.965 6.901 C 92.667 6.616 92.434 6.261 92.267 5.837 C 92.099 5.413 92.014 4.924 92.014 4.371 C 92.014 3.694 92.151 3.104 92.424 2.601 C 92.697 2.099 93.087 1.681 93.596 1.351 C 94.103 1.021 94.756 0.756 95.555 0.553 C 96.354 0.35 97.237 0.207 98.203 0.124 C 99.169 0.041 100.293 0 101.573 0 C 102.853 0 103.959 0.041 104.911 0.124 C 105.863 0.207 106.739 0.35 107.537 0.553 C 108.336 0.756 108.989 1.026 109.496 1.361 C 110.003 1.697 110.401 2.12 110.69 2.629 C 110.978 3.137 111.137 3.74 111.168 4.434 L 104.221 4.434 C 104.011 3.621 103.092 3.216 101.464 3.216 Z M 113.629 2.776 C 113.447 2.776 113.277 2.741 113.119 2.674 C 112.963 2.609 112.822 2.516 112.703 2.399 C 112.584 2.282 112.488 2.143 112.422 1.991 C 112.353 1.833 112.318 1.663 112.318 1.491 C 112.318 1.314 112.353 1.15 112.422 0.994 C 112.488 0.843 112.584 0.705 112.703 0.589 C 112.823 0.473 112.964 0.38 113.119 0.314 C 113.277 0.246 113.447 0.213 113.629 0.213 C 113.811 0.213 113.977 0.247 114.136 0.314 C 114.291 0.379 114.432 0.472 114.551 0.589 C 114.797 0.827 114.934 1.153 114.933 1.491 C 114.933 1.667 114.9 1.836 114.831 1.991 C 114.763 2.147 114.671 2.283 114.551 2.399 C 114.433 2.514 114.295 2.607 114.136 2.674 C 113.977 2.741 113.808 2.776 113.629 2.776 Z M 113.629 2.607 C 113.788 2.607 113.933 2.579 114.069 2.521 C 114.203 2.464 114.318 2.386 114.416 2.284 C 114.512 2.184 114.588 2.066 114.643 1.931 C 114.699 1.796 114.726 1.65 114.726 1.491 C 114.726 1.333 114.699 1.19 114.643 1.056 C 114.588 0.92 114.512 0.803 114.416 0.704 C 114.317 0.604 114.199 0.525 114.069 0.47 C 113.935 0.413 113.788 0.384 113.629 0.384 C 113.47 0.384 113.323 0.413 113.187 0.47 C 113.052 0.527 112.935 0.606 112.837 0.704 C 112.738 0.805 112.66 0.925 112.608 1.056 C 112.552 1.194 112.524 1.342 112.525 1.491 C 112.525 1.647 112.553 1.796 112.608 1.931 C 112.664 2.067 112.74 2.184 112.837 2.284 C 112.935 2.384 113.052 2.463 113.187 2.521 C 113.323 2.579 113.47 2.607 113.629 2.607 Z M 114.29 1.726 C 114.283 1.803 114.263 1.871 114.226 1.933 C 114.191 1.994 114.145 2.047 114.091 2.09 C 114.035 2.133 113.974 2.166 113.904 2.189 C 113.836 2.211 113.763 2.223 113.687 2.223 C 113.576 2.223 113.477 2.204 113.388 2.166 C 113.299 2.127 113.224 2.076 113.161 2.01 C 113.098 1.944 113.049 1.867 113.014 1.777 C 112.979 1.687 112.963 1.589 112.963 1.483 C 112.963 1.377 112.979 1.28 113.011 1.19 C 113.043 1.101 113.089 1.024 113.152 0.959 C 113.215 0.893 113.289 0.841 113.378 0.804 C 113.467 0.767 113.566 0.749 113.677 0.749 C 113.836 0.749 113.971 0.79 114.083 0.874 C 114.196 0.959 114.266 1.077 114.29 1.233 L 114.104 1.233 C 114.085 1.131 114.037 1.05 113.955 0.99 C 113.877 0.929 113.78 0.897 113.68 0.899 C 113.592 0.899 113.517 0.914 113.452 0.944 C 113.388 0.974 113.334 1.016 113.292 1.07 C 113.25 1.124 113.218 1.184 113.196 1.256 C 113.174 1.327 113.164 1.401 113.164 1.48 C 113.164 1.559 113.175 1.631 113.199 1.703 C 113.222 1.774 113.256 1.839 113.301 1.894 C 113.346 1.95 113.4 1.993 113.464 2.026 C 113.528 2.059 113.602 2.074 113.688 2.074 C 113.74 2.074 113.788 2.066 113.836 2.05 C 113.882 2.034 113.926 2.011 113.964 1.981 C 114.044 1.918 114.095 1.826 114.107 1.726 L 114.293 1.726 Z\" fill=\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108)) /* {&quot;name&quot;:&quot;Text-Secondary&quot;} */\"></path></svg>',svgContentId:10473011347,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cu8rpf\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.mischief.xyz/\",motionChild:true,nodeId:\"K6yDolE4Z-shape\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1rwd1ru framer-tk6q6z\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 106 17\"><path d=\"M 24.398 0.858 L 26.943 0.858 L 26.943 15.761 L 24.398 15.761 Z M 75.972 0.858 L 78.517 0.858 L 78.517 15.761 L 75.972 15.761 Z M 30.249 1.72 C 31.463 0.897 33.228 0.478 35.576 0.478 C 38.765 0.478 40.721 1.563 41.87 2.815 C 42.33 3.312 42.7 3.885 42.963 4.509 C 43.044 4.701 43.114 4.897 43.171 5.097 C 43.193 5.172 43.208 5.236 43.218 5.285 C 43.228 5.334 43.228 5.33 43.232 5.348 L 43.232 5.384 L 41.978 5.602 C 40.723 5.819 40.723 5.821 40.725 5.821 L 40.725 5.836 C 40.725 5.836 40.725 5.809 40.711 5.779 C 40.682 5.683 40.648 5.587 40.609 5.494 C 40.457 5.142 40.247 4.818 39.986 4.537 C 39.367 3.86 38.12 3.022 35.573 3.022 C 33.467 3.022 32.29 3.409 31.671 3.825 C 31.126 4.193 30.959 4.624 30.959 5.093 C 30.959 5.452 31.129 5.857 31.933 6.243 C 32.765 6.647 34.085 6.905 35.835 6.905 C 37.261 6.905 39.019 6.971 40.445 7.529 C 41.227 7.814 41.915 8.307 42.435 8.955 C 42.991 9.705 43.279 10.618 43.253 11.549 C 43.253 12.676 42.769 13.907 41.486 14.804 C 40.263 15.661 38.431 16.138 35.834 16.138 C 32.61 16.138 30.528 14.861 29.269 13.509 C 28.762 12.964 28.334 12.35 27.998 11.686 C 27.864 11.423 27.748 11.15 27.653 10.871 C 27.636 10.822 27.639 10.825 27.635 10.809 L 27.635 10.787 L 28.857 10.434 L 30.079 10.081 L 30.079 10.095 C 30.079 10.111 30.095 10.142 30.111 10.185 C 30.143 10.27 30.199 10.403 30.281 10.569 C 30.513 11.011 30.805 11.418 31.148 11.78 C 31.959 12.652 33.377 13.597 35.848 13.597 C 38.183 13.597 39.412 13.156 40.036 12.723 C 40.597 12.332 40.715 11.904 40.715 11.548 C 40.739 11.174 40.634 10.804 40.42 10.497 C 40.182 10.217 39.873 10.008 39.525 9.892 C 38.595 9.529 37.279 9.442 35.842 9.442 C 33.906 9.442 32.153 9.164 30.835 8.526 C 29.477 7.872 28.425 6.737 28.425 5.089 C 28.419 4.419 28.583 3.758 28.901 3.168 C 29.221 2.583 29.685 2.083 30.249 1.72 Z M 54.045 3.574 C 53.094 3.102 52.023 2.926 50.97 3.068 C 49.377 3.284 47.967 4.211 47.139 5.587 C 46.311 6.963 46.154 8.639 46.712 10.145 C 47.082 11.139 47.741 11.999 48.605 12.615 C 49.469 13.231 50.501 13.572 51.561 13.597 C 52.623 13.62 53.667 13.326 54.559 12.751 C 55.451 12.175 56.15 11.346 56.563 10.37 L 58.909 11.359 C 58.208 13.014 56.957 14.379 55.366 15.223 C 53.776 16.067 51.943 16.339 50.176 15.993 C 48.408 15.648 46.813 14.706 45.659 13.327 C 44.504 11.947 43.861 10.213 43.837 8.416 C 43.813 6.619 44.409 4.868 45.525 3.458 C 47.826 0.55 51.855 -0.349 55.178 1.302 C 56.791 2.103 58.078 3.433 58.823 5.07 L 56.505 6.121 C 56.002 5.015 55.134 4.116 54.045 3.574 Z M 71.902 0.858 L 71.902 7.122 L 62.781 7.122 L 62.781 0.858 L 60.235 0.858 L 60.235 15.758 L 62.781 15.758 L 62.781 9.663 L 71.902 9.663 L 71.902 15.758 L 74.448 15.758 L 74.448 0.858 Z M 92.131 3.399 L 92.131 0.858 L 80.04 0.858 L 80.04 15.673 L 92.131 15.673 L 92.131 13.134 L 82.585 13.134 L 82.585 9.663 L 92.131 9.663 L 92.131 7.122 L 82.585 7.122 L 82.585 3.399 Z M 105.745 3.399 L 105.745 0.858 L 93.654 0.858 L 93.654 15.758 L 96.199 15.758 L 96.199 9.663 L 105.745 9.663 L 105.745 7.122 L 96.199 7.122 L 96.199 3.399 Z M 6.081 2.519 L 9.361 15.758 L 13.867 15.758 L 17.165 2.446 L 20.461 15.758 L 23.084 15.758 L 19.392 0.858 L 17.184 0.858 L 17.165 0.864 L 17.144 0.858 L 14.936 0.858 L 11.613 14.267 L 8.292 0.858 L 3.87 0.858 L 0.179 15.758 L 2.801 15.758 Z\" fill=\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108)) /* {&quot;name&quot;:&quot;Text-Secondary&quot;} */\"></path></svg>',svgContentId:11814918765,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p4o6ss\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.altcap.com/\",motionChild:true,nodeId:\"iPYJP6mdO\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+64+128+0+100+36.5),pixelHeight:250,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:\"97px\",src:\"https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png\",srcSet:\"https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png?scale-down-to=512 512w,https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png 1000w\"}},OUCNnYUtf:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+64+128+0+200+36.5),pixelHeight:250,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:\"97px\",src:\"https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png\",srcSet:\"https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png?scale-down-to=512 512w,https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700+64+128+0+0+36.5),pixelHeight:250,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:\"97px\",src:\"https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png\",srcSet:\"https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png?scale-down-to=512 512w,https://framerusercontent.com/images/TgS76Mq3GS36nN0NEO1GjfzdJLU.png 1000w\"},className:\"framer-agc2rx framer-tk6q6z\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16j8lmh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xb5pm2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nl8e7k\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1092+64+0+64+0),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/TEBgD7KOcA75qd3x7Pecxyz70.png\"}},OUCNnYUtf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1192+64+0+64+0+0),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/TEBgD7KOcA75qd3x7Pecxyz70.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+992+64+0+64+0),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/TEBgD7KOcA75qd3x7Pecxyz70.png\"},className:\"framer-11a6lf4\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k3t2zv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1odyqat\",\"data-styles-preset\":\"XcaAtSGCg\",children:[\"Secure every mobile device \",/*#__PURE__*/_jsx(\"br\",{}),\"with access to corporate data\"]})}),className:\"framer-6grafc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qhcc89\",\"data-styles-preset\":\"QlgazQv4y\",children:\"Quickly deployed, iVerify prioritizes and respects user privacy while identifying and providing actionable data.\"})}),className:\"framer-80rqyd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k5j6wl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-szi48o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1odyqat\",\"data-styles-preset\":\"XcaAtSGCg\",children:\"Identify and mitigate sophisticated threats\"})}),className:\"framer-1j53h9n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qhcc89\",\"data-styles-preset\":\"QlgazQv4y\",children:\"Guard against credential theft, account takeover, breaches, ransomware operations, sophisticated malware and zero-day vulnerabilities.\\xa0\"})}),className:\"framer-50cswi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xn9915\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w6wzb3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1isa6on\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{y:(componentViewport?.y||0)+0+1092+64+438+64+0+64+0+4},OUCNnYUtf:{y:(componentViewport?.y||0)+0+1192+64+692.4+64+0+0+64+0+4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:(componentViewport?.y||0)+0+992+64+438+64+-6+64+0+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-147naot-container\",nodeId:\"g8pVabgWI\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"g8pVabgWI\",layoutId:\"g8pVabgWI\",style:{height:\"100%\",width:\"100%\"},variant:\"iCMVWZNfo\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ror566\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{y:(componentViewport?.y||0)+0+1092+64+438+64+0+64+0+4},OUCNnYUtf:{y:(componentViewport?.y||0)+0+1192+64+692.4+64+0+0+64+0+4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:(componentViewport?.y||0)+0+992+64+438+64+-6+64+0+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ip3b8g-container\",nodeId:\"zBnEIMaRT\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"zBnEIMaRT\",layoutId:\"zBnEIMaRT\",style:{height:\"100%\",width:\"100%\"},variant:\"cMhrI4Ylz\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jdutgq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{y:(componentViewport?.y||0)+0+1092+64+438+64+0+64+0+4},OUCNnYUtf:{y:(componentViewport?.y||0)+0+1192+64+692.4+64+0+0+64+0+4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:(componentViewport?.y||0)+0+992+64+438+64+-6+64+0+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1buz8yt-container\",nodeId:\"bOJTUhTdg\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"bOJTUhTdg\",layoutId:\"bOJTUhTdg\",style:{height:\"100%\",width:\"100%\"},variant:\"I2De6P6z8\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a3a6ax\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{y:(componentViewport?.y||0)+0+1092+64+438+64+0+64+92+4},OUCNnYUtf:{y:(componentViewport?.y||0)+0+1192+64+692.4+64+0+0+64+92+4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:(componentViewport?.y||0)+0+992+64+438+64+-6+64+124+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1czjv2a-container\",nodeId:\"D99Mt0KG3\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"D99Mt0KG3\",layoutId:\"D99Mt0KG3\",style:{height:\"100%\",width:\"100%\"},variant:\"zX8Bmzalj\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lozasj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{y:(componentViewport?.y||0)+0+1092+64+438+64+0+64+92+4},OUCNnYUtf:{y:(componentViewport?.y||0)+0+1192+64+692.4+64+0+0+64+92+4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:(componentViewport?.y||0)+0+992+64+438+64+-6+64+124+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1muw23y-container\",nodeId:\"TcINRRNNo\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"TcINRRNNo\",layoutId:\"TcINRRNNo\",style:{height:\"100%\",width:\"100%\"},variant:\"l8K6rDVqY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-195nzf8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{y:(componentViewport?.y||0)+0+1092+64+438+64+0+64+92+4},OUCNnYUtf:{y:(componentViewport?.y||0)+0+1192+64+692.4+64+0+0+64+92+4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:(componentViewport?.y||0)+0+992+64+438+64+-6+64+124+4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c9rgz3-container\",nodeId:\"InnxDqwqN\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"InnxDqwqN\",layoutId:\"InnxDqwqN\",style:{height:\"100%\",width:\"100%\"},variant:\"uSJA8PrXv\",width:\"100%\"})})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lmslwe\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qq0g6d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1092+64+876+64+0),pixelHeight:2250,pixelWidth:3e3,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 128px) / 2, 1px)`,src:\"https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png\",srcSet:\"https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=512 512w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png 3000w\"}},OUCNnYUtf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1192+64+1384.8+64+0+0),pixelHeight:2250,pixelWidth:3e3,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1px)`,src:\"https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png\",srcSet:\"https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=512 512w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png 3000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+992+64+876+64+0),pixelHeight:2250,pixelWidth:3e3,sizes:\"403.2px\",src:\"https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png\",srcSet:\"https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=512 512w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/wjWYmgnLvAtUGuhrmcqii1pJ99g.png 3000w\"},className:\"framer-1cmjliy\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k6evl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1odyqat\",\"data-styles-preset\":\"XcaAtSGCg\",children:\"Tailored products and solutions \"})}),className:\"framer-19jlp65\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qhcc89\",\"data-styles-preset\":\"QlgazQv4y\",children:\"Spanning the mobile device security needs of Fortune 500s and governments around the world.\"})}),className:\"framer-t4vsoy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nwlt5f\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vwmojt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1odyqat\",\"data-styles-preset\":\"XcaAtSGCg\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our Mission\"})}),className:\"framer-1maol9c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1kk8qgx\",\"data-styles-preset\":\"hDxgx7u5X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:\"Our mission is to ensure our customers feel safe trusting their most sensitive information to their mobile devices by creating the most advanced, private, and usable mobile security tool on the market.\"})}),className:\"framer-tzyv1b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k99jky\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b95jgh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1odyqat\",\"data-styles-preset\":\"XcaAtSGCg\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0ae2ac9f-ef25-4d15-8124-dbb6636e394a, rgb(28, 32, 36))\"},children:\"Our Values\"})}),className:\"framer-1fspj1s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fxirsb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v98kba\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t2bow3\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1kk8qgx\",\"data-styles-preset\":\"hDxgx7u5X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e611efcb-ff1c-46f2-883e-cc08a592cf95, rgb(111, 47, 238))\"},children:\"Impact\"})}),className:\"framer-1i39mzu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qhcc89\",\"data-styles-preset\":\"QlgazQv4y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108))\"},children:\"We strive to amplify our tech's impact by collaborating with corporate, government, and community partners\"})}),className:\"framer-1r9dflm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ux0s2b\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1kk8qgx\",\"data-styles-preset\":\"hDxgx7u5X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e611efcb-ff1c-46f2-883e-cc08a592cf95, rgb(111, 47, 238))\"},children:\"Respect\"})}),className:\"framer-qf8zoz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qhcc89\",\"data-styles-preset\":\"QlgazQv4y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108))\"},children:\"We treat our customers and each other with compassion and empathy, even in the face of hard conversations\"})}),className:\"framer-1tk5epi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-845meu\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ni7ew\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1kk8qgx\",\"data-styles-preset\":\"hDxgx7u5X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e611efcb-ff1c-46f2-883e-cc08a592cf95, rgb(111, 47, 238))\"},children:\"Transparency\"})}),className:\"framer-9zzv57\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qhcc89\",\"data-styles-preset\":\"QlgazQv4y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108))\"},children:\"We don\u2019t build black box security. Our products and solutions work in a way that is sensitive to and respects user privacy\"})}),className:\"framer-17o0yvi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o0jpit\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1kk8qgx\",\"data-styles-preset\":\"hDxgx7u5X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e611efcb-ff1c-46f2-883e-cc08a592cf95, rgb(111, 47, 238))\"},children:\"Dependability\"})}),className:\"framer-l17nfm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qhcc89\",\"data-styles-preset\":\"QlgazQv4y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-51e934f5-8edf-4d9b-bf4e-68610e3f8112, rgb(96, 100, 108))\"},children:\"When we say we will do something, we will deliver. For our customers, for our team, and for the mobile security community\"})}),className:\"framer-doebxu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-smzgxe\",\"data-framer-name\":\"Blogs\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-zearl3\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qh558n\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ll65ug\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gvrbei\",\"data-styles-preset\":\"lrLs16M7y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8c0d1aec-fc99-494b-bac7-f57306316614, rgb(255, 255, 255))\"},children:\"Join our growing global team\"})}),className:\"framer-16ga3ud\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{y:(componentViewport?.y||0)+0+3808+0+0+0+0+64+121.6},OUCNnYUtf:{y:(componentViewport?.y||0)+0+5212.8+0+0+0+0+0+32+89.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+0+3708+0+0+0+0+64+121.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-167sjjl-container\",nodeId:\"AVebf9XRM\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(Button,{EBNJzejUz:false,height:\"100%\",id:\"AVebf9XRM\",layoutId:\"AVebf9XRM\",n1UcvuNeH:\"https://jobs.ashbyhq.com/iverify\",variant:\"bQF7EL1tW\",width:\"100%\",yjp9Voast:\"See Open Roles\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v05zza-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ArnrdYg_a\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(Globe,{alignment:\"center\",background:\"rgba(251, 250, 255, 0)\",baseColor:\"rgb(165, 145, 255)\",dark:1,diffuse:2.82,dragOptions:{damping:40,mass:1,stiffness:200},glowColor:\"rgb(244, 242, 255)\",height:\"100%\",id:\"ArnrdYg_a\",isDraggable:true,layoutId:\"ArnrdYg_a\",mapBrightness:12,markerArray:[{latitude:41.6466,longitude:-109.8498}],markerColor:\"rgb(252, 0, 0)\",markerSize:0,maxSamples:18074,maxWidth:800,offset:{offsetX:0,offsetY:0},phi:.04,scale:1,speed:.25,style:{height:\"100%\",width:\"100%\"},theta:.19,width:\"100%\"})})})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{y:(componentViewport?.y||0)+0+4159.6},OUCNnYUtf:{y:(componentViewport?.y||0)+0+5468.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:590,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4059.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1irph2s-container\",nodeId:\"RPiPAVdCx\",scopeId:\"ydFHP_XlI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JFIhji4ER:{variant:\"dE8moGEfS\"},OUCNnYUtf:{variant:\"lZG_Hiz92\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"RPiPAVdCx\",layoutId:\"RPiPAVdCx\",style:{width:\"100%\"},variant:\"JR3CmNLwh\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RRSkS.framer-tk6q6z, .framer-RRSkS .framer-tk6q6z { display: block; }\",\".framer-RRSkS.framer-1e55bc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-RRSkS .framer-219xp8 { align-content: center; align-items: center; background-color: var(--token-e611efcb-ff1c-46f2-883e-cc08a592cf95, #6f2fee); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 700px; justify-content: center; overflow: hidden; padding: 180px 64px 100px 64px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-uamd7h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 240px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 678px; }\",\".framer-RRSkS .framer-zrhxi8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1440px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-RRSkS .framer-1ucoxv8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 626px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-RRSkS .framer-18t8cwq { align-content: center; align-items: center; background-color: var(--token-8c0d1aec-fc99-494b-bac7-f57306316614, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-vdwwqr, .framer-RRSkS .framer-1maol9c, .framer-RRSkS .framer-1fspj1s, .framer-RRSkS .framer-1i39mzu, .framer-RRSkS .framer-1r9dflm, .framer-RRSkS .framer-qf8zoz, .framer-RRSkS .framer-1tk5epi, .framer-RRSkS .framer-9zzv57, .framer-RRSkS .framer-17o0yvi, .framer-RRSkS .framer-l17nfm, .framer-RRSkS .framer-doebxu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1440px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RRSkS .framer-wxyxe7 { display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(6, minmax(100px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-hic1qs, .framer-RRSkS .framer-ir3vhr, .framer-RRSkS .framer-1cu8rpf, .framer-RRSkS .framer-1p4o6ss { align-self: start; flex: none; height: 100px; justify-self: start; overflow: hidden; position: relative; width: 100%; }\",\".framer-RRSkS .framer-u52yw8 { flex: none; height: 35px; left: calc(49.870129870129894% - 90px / 2); position: absolute; text-decoration: none; top: calc(50.00000000000002% - 35px / 2); width: 90px; }\",\".framer-RRSkS .framer-1nlqaib, .framer-RRSkS .framer-jda496 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-oll9ta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 37px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 147px; }\",\".framer-RRSkS .framer-zmusmo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 198px; }\",\".framer-RRSkS .framer-xaq0dz { flex: none; height: 14px; left: calc(50.00000000000002% - 115px / 2); position: absolute; text-decoration: none; top: calc(50.00000000000002% - 14px / 2); width: 115px; }\",\".framer-RRSkS .framer-1rwd1ru { flex: none; height: 17px; position: absolute; right: 41px; text-decoration: none; top: calc(50.00000000000002% - 17px / 2); width: 106px; }\",\".framer-RRSkS .framer-agc2rx { flex: none; height: 27px; left: calc(50.00000000000002% - 97px / 2); overflow: hidden; position: absolute; text-decoration: none; top: calc(50.00000000000002% - 27px / 2); width: 97px; }\",\".framer-RRSkS .framer-16j8lmh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 0px 64px 0px; position: relative; width: 1200px; }\",\".framer-RRSkS .framer-1xb5pm2, .framer-RRSkS .framer-1k5j6wl, .framer-RRSkS .framer-1lmslwe { align-content: center; align-items: center; background-color: var(--token-8c0d1aec-fc99-494b-bac7-f57306316614, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 64px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-1nl8e7k, .framer-RRSkS .framer-qq0g6d { align-content: center; align-items: center; background-color: var(--token-61cb5c31-8d89-4f08-a79f-3b3629719e83, #f4f2ff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 300px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RRSkS .framer-11a6lf4 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 300px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RRSkS .framer-k3t2zv, .framer-RRSkS .framer-szi48o, .framer-RRSkS .framer-1k6evl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-RRSkS .framer-6grafc, .framer-RRSkS .framer-80rqyd, .framer-RRSkS .framer-1j53h9n, .framer-RRSkS .framer-50cswi, .framer-RRSkS .framer-19jlp65, .framer-RRSkS .framer-t4vsoy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RRSkS .framer-xn9915 { align-content: center; align-items: center; background-color: #44ccff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 300px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RRSkS .framer-w6wzb3 { background-color: var(--token-61cb5c31-8d89-4f08-a79f-3b3629719e83, #f4f2ff); display: grid; flex: 1 0 0px; gap: 64px; grid-auto-rows: 60px; grid-template-columns: repeat(6, 1px); grid-template-rows: repeat(2, 60px); height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 64px; position: relative; width: 1px; }\",\".framer-RRSkS .framer-1isa6on, .framer-RRSkS .framer-ror566, .framer-RRSkS .framer-1jdutgq, .framer-RRSkS .framer-1a3a6ax, .framer-RRSkS .framer-1lozasj, .framer-RRSkS .framer-195nzf8 { align-content: center; align-items: center; align-self: start; background-color: var(--token-cad9b11e-8af9-415a-a523-a02aac7cf16e, #fdfcff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.6021873017743928px 1.3248120639036642px -1px rgba(105, 55, 222, 0.3), 0px 2.288533303243457px 5.034773267135606px -2px rgba(105, 55, 222, 0.28), 0px 10px 22px -3px rgba(105, 55, 222, 0.2); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; grid-column: span 2; height: 64px; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-RRSkS .framer-147naot-container, .framer-RRSkS .framer-ip3b8g-container, .framer-RRSkS .framer-1buz8yt-container, .framer-RRSkS .framer-1czjv2a-container, .framer-RRSkS .framer-1muw23y-container, .framer-RRSkS .framer-c9rgz3-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 56px; }\",\".framer-RRSkS .framer-1cmjliy { flex: none; height: 100%; overflow: hidden; position: relative; width: 80%; z-index: 0; }\",\".framer-RRSkS .framer-nwlt5f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 500px; justify-content: center; overflow: visible; padding: 64px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRSkS .framer-vwmojt { align-content: center; align-items: center; background: radial-gradient(100% 100% at 50% 100%, var(--token-982f141a-eef5-48cd-be00-c5fa0dfeeadf, #a692ff) 0%, var(--token-e611efcb-ff1c-46f2-883e-cc08a592cf95, rgb(111, 47, 238)) 100%); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0px 80px 0px rgba(166, 146, 255, 0.5), inset 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), inset 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), inset 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 400px; justify-content: center; max-width: 1440px; overflow: visible; padding: 64px; position: relative; width: 1px; z-index: 3; }\",\".framer-RRSkS .framer-tzyv1b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1440px; position: relative; white-space: pre-wrap; width: 867px; word-break: break-word; word-wrap: break-word; }\",\".framer-RRSkS .framer-k99jky { background: linear-gradient(180deg, var(--token-61cb5c31-8d89-4f08-a79f-3b3629719e83, #f4f2ff) 0%, var(--token-cad9b11e-8af9-415a-a523-a02aac7cf16e, rgb(253, 252, 255)) 100%); bottom: 0px; flex: none; height: 250px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 2; }\",\".framer-RRSkS .framer-b95jgh { align-content: center; align-items: center; background-color: var(--token-cad9b11e-8af9-415a-a523-a02aac7cf16e, #fdfcff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 64px 100px 64px; position: relative; width: 100%; z-index: 1; }\",\".framer-RRSkS .framer-fxirsb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-v98kba, .framer-RRSkS .framer-845meu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-1t2bow3, .framer-RRSkS .framer-1ux0s2b, .framer-RRSkS .framer-10ni7ew, .framer-RRSkS .framer-o0jpit { --border-bottom-width: 1px; --border-color: rgba(220, 220, 223, 0.25); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(111, 47, 238, 0.14), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(111, 47, 238, 0.13), 0px 10px 10px -3.75px rgba(111, 47, 238, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 36px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RRSkS .framer-smzgxe { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-cad9b11e-8af9-415a-a523-a02aac7cf16e, #fdfcff) 0%, var(--token-8c0d1aec-fc99-494b-bac7-f57306316614, rgb(255, 255, 255)) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px 64px 64px 64px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-zearl3 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RRSkS .framer-1qh558n { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RRSkS .framer-1ll65ug { align-content: center; align-items: center; background: radial-gradient(50% 100% at 50% 101.1%, var(--token-982f141a-eef5-48cd-be00-c5fa0dfeeadf, #a692ff) 0%, var(--token-e611efcb-ff1c-46f2-883e-cc08a592cf95, rgb(111, 47, 238)) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 64px; position: relative; width: 100%; }\",\".framer-RRSkS .framer-16ga3ud { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 860px; position: relative; white-space: pre-wrap; width: 473px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-RRSkS .framer-167sjjl-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-RRSkS .framer-v05zza-container { bottom: -509px; flex: none; left: 0px; opacity: 0.25; position: absolute; right: 0px; top: 198px; z-index: 1; }\",\".framer-RRSkS .framer-1irph2s-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RRSkS.framer-1e55bc, .framer-RRSkS .framer-219xp8, .framer-RRSkS .framer-uamd7h, .framer-RRSkS .framer-18t8cwq, .framer-RRSkS .framer-1nlqaib, .framer-RRSkS .framer-oll9ta, .framer-RRSkS .framer-jda496, .framer-RRSkS .framer-zmusmo, .framer-RRSkS .framer-16j8lmh, .framer-RRSkS .framer-1xb5pm2, .framer-RRSkS .framer-1nl8e7k, .framer-RRSkS .framer-11a6lf4, .framer-RRSkS .framer-k3t2zv, .framer-RRSkS .framer-1k5j6wl, .framer-RRSkS .framer-szi48o, .framer-RRSkS .framer-xn9915, .framer-RRSkS .framer-1isa6on, .framer-RRSkS .framer-ror566, .framer-RRSkS .framer-1jdutgq, .framer-RRSkS .framer-1a3a6ax, .framer-RRSkS .framer-1lozasj, .framer-RRSkS .framer-195nzf8, .framer-RRSkS .framer-1lmslwe, .framer-RRSkS .framer-qq0g6d, .framer-RRSkS .framer-1k6evl, .framer-RRSkS .framer-nwlt5f, .framer-RRSkS .framer-vwmojt, .framer-RRSkS .framer-b95jgh, .framer-RRSkS .framer-fxirsb, .framer-RRSkS .framer-v98kba, .framer-RRSkS .framer-1t2bow3, .framer-RRSkS .framer-1ux0s2b, .framer-RRSkS .framer-845meu, .framer-RRSkS .framer-10ni7ew, .framer-RRSkS .framer-o0jpit, .framer-RRSkS .framer-smzgxe, .framer-RRSkS .framer-zearl3, .framer-RRSkS .framer-1qh558n, .framer-RRSkS .framer-1ll65ug { gap: 0px; } .framer-RRSkS.framer-1e55bc > *, .framer-RRSkS .framer-18t8cwq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RRSkS.framer-1e55bc > :first-child, .framer-RRSkS .framer-219xp8 > :first-child, .framer-RRSkS .framer-uamd7h > :first-child, .framer-RRSkS .framer-18t8cwq > :first-child, .framer-RRSkS .framer-1nlqaib > :first-child, .framer-RRSkS .framer-jda496 > :first-child, .framer-RRSkS .framer-16j8lmh > :first-child, .framer-RRSkS .framer-k3t2zv > :first-child, .framer-RRSkS .framer-szi48o > :first-child, .framer-RRSkS .framer-1k6evl > :first-child, .framer-RRSkS .framer-vwmojt > :first-child, .framer-RRSkS .framer-b95jgh > :first-child, .framer-RRSkS .framer-fxirsb > :first-child, .framer-RRSkS .framer-1t2bow3 > :first-child, .framer-RRSkS .framer-1ux0s2b > :first-child, .framer-RRSkS .framer-10ni7ew > :first-child, .framer-RRSkS .framer-o0jpit > :first-child, .framer-RRSkS .framer-1qh558n > :first-child, .framer-RRSkS .framer-1ll65ug > :first-child { margin-top: 0px; } .framer-RRSkS.framer-1e55bc > :last-child, .framer-RRSkS .framer-219xp8 > :last-child, .framer-RRSkS .framer-uamd7h > :last-child, .framer-RRSkS .framer-18t8cwq > :last-child, .framer-RRSkS .framer-1nlqaib > :last-child, .framer-RRSkS .framer-jda496 > :last-child, .framer-RRSkS .framer-16j8lmh > :last-child, .framer-RRSkS .framer-k3t2zv > :last-child, .framer-RRSkS .framer-szi48o > :last-child, .framer-RRSkS .framer-1k6evl > :last-child, .framer-RRSkS .framer-vwmojt > :last-child, .framer-RRSkS .framer-b95jgh > :last-child, .framer-RRSkS .framer-fxirsb > :last-child, .framer-RRSkS .framer-1t2bow3 > :last-child, .framer-RRSkS .framer-1ux0s2b > :last-child, .framer-RRSkS .framer-10ni7ew > :last-child, .framer-RRSkS .framer-o0jpit > :last-child, .framer-RRSkS .framer-1qh558n > :last-child, .framer-RRSkS .framer-1ll65ug > :last-child { margin-bottom: 0px; } .framer-RRSkS .framer-219xp8 > *, .framer-RRSkS .framer-k3t2zv > *, .framer-RRSkS .framer-szi48o > *, .framer-RRSkS .framer-1k6evl > *, .framer-RRSkS .framer-vwmojt > *, .framer-RRSkS .framer-fxirsb > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-RRSkS .framer-uamd7h > *, .framer-RRSkS .framer-1t2bow3 > *, .framer-RRSkS .framer-1ux0s2b > *, .framer-RRSkS .framer-10ni7ew > *, .framer-RRSkS .framer-o0jpit > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-RRSkS .framer-1nlqaib > *, .framer-RRSkS .framer-jda496 > *, .framer-RRSkS .framer-16j8lmh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RRSkS .framer-oll9ta > *, .framer-RRSkS .framer-zmusmo > *, .framer-RRSkS .framer-1nl8e7k > *, .framer-RRSkS .framer-11a6lf4 > *, .framer-RRSkS .framer-xn9915 > *, .framer-RRSkS .framer-1isa6on > *, .framer-RRSkS .framer-ror566 > *, .framer-RRSkS .framer-1jdutgq > *, .framer-RRSkS .framer-1a3a6ax > *, .framer-RRSkS .framer-1lozasj > *, .framer-RRSkS .framer-195nzf8 > *, .framer-RRSkS .framer-qq0g6d > *, .framer-RRSkS .framer-nwlt5f > *, .framer-RRSkS .framer-smzgxe > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RRSkS .framer-oll9ta > :first-child, .framer-RRSkS .framer-zmusmo > :first-child, .framer-RRSkS .framer-1xb5pm2 > :first-child, .framer-RRSkS .framer-1nl8e7k > :first-child, .framer-RRSkS .framer-11a6lf4 > :first-child, .framer-RRSkS .framer-1k5j6wl > :first-child, .framer-RRSkS .framer-xn9915 > :first-child, .framer-RRSkS .framer-1isa6on > :first-child, .framer-RRSkS .framer-ror566 > :first-child, .framer-RRSkS .framer-1jdutgq > :first-child, .framer-RRSkS .framer-1a3a6ax > :first-child, .framer-RRSkS .framer-1lozasj > :first-child, .framer-RRSkS .framer-195nzf8 > :first-child, .framer-RRSkS .framer-1lmslwe > :first-child, .framer-RRSkS .framer-qq0g6d > :first-child, .framer-RRSkS .framer-nwlt5f > :first-child, .framer-RRSkS .framer-v98kba > :first-child, .framer-RRSkS .framer-845meu > :first-child, .framer-RRSkS .framer-smzgxe > :first-child, .framer-RRSkS .framer-zearl3 > :first-child { margin-left: 0px; } .framer-RRSkS .framer-oll9ta > :last-child, .framer-RRSkS .framer-zmusmo > :last-child, .framer-RRSkS .framer-1xb5pm2 > :last-child, .framer-RRSkS .framer-1nl8e7k > :last-child, .framer-RRSkS .framer-11a6lf4 > :last-child, .framer-RRSkS .framer-1k5j6wl > :last-child, .framer-RRSkS .framer-xn9915 > :last-child, .framer-RRSkS .framer-1isa6on > :last-child, .framer-RRSkS .framer-ror566 > :last-child, .framer-RRSkS .framer-1jdutgq > :last-child, .framer-RRSkS .framer-1a3a6ax > :last-child, .framer-RRSkS .framer-1lozasj > :last-child, .framer-RRSkS .framer-195nzf8 > :last-child, .framer-RRSkS .framer-1lmslwe > :last-child, .framer-RRSkS .framer-qq0g6d > :last-child, .framer-RRSkS .framer-nwlt5f > :last-child, .framer-RRSkS .framer-v98kba > :last-child, .framer-RRSkS .framer-845meu > :last-child, .framer-RRSkS .framer-smzgxe > :last-child, .framer-RRSkS .framer-zearl3 > :last-child { margin-right: 0px; } .framer-RRSkS .framer-1xb5pm2 > *, .framer-RRSkS .framer-1k5j6wl > *, .framer-RRSkS .framer-1lmslwe > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-RRSkS .framer-b95jgh > *, .framer-RRSkS .framer-1ll65ug > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-RRSkS .framer-v98kba > *, .framer-RRSkS .framer-845meu > *, .framer-RRSkS .framer-zearl3 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-RRSkS .framer-1qh558n > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-RRSkS[data-border=\"true\"]::after, .framer-RRSkS [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-RRSkS.framer-1e55bc { width: 810px; } .framer-RRSkS .framer-wxyxe7 { grid-template-columns: repeat(3, minmax(100px, 1fr)); } .framer-RRSkS .framer-hic1qs { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; order: 0; padding: 0px; } .framer-RRSkS .framer-u52yw8, .framer-RRSkS .framer-xaq0dz { left: unset; position: relative; top: unset; } .framer-RRSkS .framer-1nlqaib { order: 3; } .framer-RRSkS .framer-jda496 { order: 1; } .framer-RRSkS .framer-ir3vhr { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; order: 2; padding: 0px; } .framer-RRSkS .framer-1cu8rpf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; order: 4; padding: 0px; } .framer-RRSkS .framer-1rwd1ru { position: relative; right: unset; top: unset; } .framer-RRSkS .framer-1p4o6ss { order: 5; } .framer-RRSkS .framer-16j8lmh, .framer-RRSkS .framer-tzyv1b { width: 100%; } .framer-RRSkS .framer-1xb5pm2, .framer-RRSkS .framer-1k5j6wl, .framer-RRSkS .framer-1lmslwe { padding: 64px 32px 64px 32px; } .framer-RRSkS .framer-w6wzb3 { gap: 32px; height: 100%; max-width: unset; } .framer-RRSkS .framer-1cmjliy, .framer-RRSkS .framer-1t2bow3, .framer-RRSkS .framer-1ux0s2b, .framer-RRSkS .framer-10ni7ew, .framer-RRSkS .framer-o0jpit { flex: 1 0 0px; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RRSkS .framer-hic1qs, .framer-RRSkS .framer-ir3vhr, .framer-RRSkS .framer-1cu8rpf, .framer-RRSkS .framer-w6wzb3 { gap: 0px; } .framer-RRSkS .framer-hic1qs > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RRSkS .framer-hic1qs > :first-child { margin-left: 0px; } .framer-RRSkS .framer-hic1qs > :last-child { margin-right: 0px; } .framer-RRSkS .framer-ir3vhr > *, .framer-RRSkS .framer-1cu8rpf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RRSkS .framer-ir3vhr > :first-child, .framer-RRSkS .framer-1cu8rpf > :first-child { margin-top: 0px; } .framer-RRSkS .framer-ir3vhr > :last-child, .framer-RRSkS .framer-1cu8rpf > :last-child { margin-bottom: 0px; } .framer-RRSkS .framer-w6wzb3 > *, .framer-RRSkS .framer-w6wzb3 > :first-child, .framer-RRSkS .framer-w6wzb3 > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-RRSkS.framer-1e55bc { width: 390px; } .framer-RRSkS .framer-219xp8 { padding: 180px 20px 100px 20px; } .framer-RRSkS .framer-uamd7h { height: min-content; width: 100%; } .framer-RRSkS .framer-1ucoxv8, .framer-RRSkS .framer-16j8lmh, .framer-RRSkS .framer-tzyv1b, .framer-RRSkS .framer-1t2bow3, .framer-RRSkS .framer-1ux0s2b, .framer-RRSkS .framer-10ni7ew, .framer-RRSkS .framer-o0jpit, .framer-RRSkS .framer-16ga3ud { width: 100%; } .framer-RRSkS .framer-wxyxe7 { grid-template-columns: repeat(2, 200px); grid-template-rows: repeat(2, min-content); } .framer-RRSkS .framer-hic1qs { order: 4; } .framer-RRSkS .framer-1nlqaib { order: 2; } .framer-RRSkS .framer-jda496, .framer-RRSkS .framer-1j53h9n { order: 0; } .framer-RRSkS .framer-ir3vhr { order: 3; } .framer-RRSkS .framer-1cu8rpf, .framer-RRSkS .framer-50cswi { order: 1; } .framer-RRSkS .framer-1p4o6ss { order: 5; } .framer-RRSkS .framer-1xb5pm2, .framer-RRSkS .framer-1k5j6wl, .framer-RRSkS .framer-1lmslwe { flex-direction: column; padding: 64px 32px 64px 32px; } .framer-RRSkS .framer-1nl8e7k, .framer-RRSkS .framer-k3t2zv, .framer-RRSkS .framer-qq0g6d, .framer-RRSkS .framer-1k6evl, .framer-RRSkS .framer-zearl3 { flex: none; width: 100%; } .framer-RRSkS .framer-szi48o { flex: none; order: 1; width: 100%; } .framer-RRSkS .framer-xn9915 { flex: none; order: 0; width: 100%; } .framer-RRSkS .framer-w6wzb3 { gap: 32px; height: 100%; max-width: unset; order: 0; } .framer-RRSkS .framer-1cmjliy { flex: 1 0 0px; width: 1px; } .framer-RRSkS .framer-nwlt5f { flex-direction: column; padding: 64px 20px 64px 20px; } .framer-RRSkS .framer-vwmojt { flex: none; padding: 24px; width: 100%; } .framer-RRSkS .framer-b95jgh { padding: 64px 20px 100px 20px; } .framer-RRSkS .framer-v98kba, .framer-RRSkS .framer-845meu { flex-direction: column; } .framer-RRSkS .framer-smzgxe { flex-direction: column; padding: 0px 20px 64px 20px; } .framer-RRSkS .framer-1ll65ug { gap: 32px; padding: 32px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RRSkS .framer-1xb5pm2, .framer-RRSkS .framer-1k5j6wl, .framer-RRSkS .framer-w6wzb3, .framer-RRSkS .framer-1lmslwe, .framer-RRSkS .framer-nwlt5f, .framer-RRSkS .framer-v98kba, .framer-RRSkS .framer-845meu, .framer-RRSkS .framer-smzgxe, .framer-RRSkS .framer-1ll65ug { gap: 0px; } .framer-RRSkS .framer-1xb5pm2 > *, .framer-RRSkS .framer-1k5j6wl > *, .framer-RRSkS .framer-1lmslwe > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-RRSkS .framer-1xb5pm2 > :first-child, .framer-RRSkS .framer-1k5j6wl > :first-child, .framer-RRSkS .framer-1lmslwe > :first-child, .framer-RRSkS .framer-nwlt5f > :first-child, .framer-RRSkS .framer-v98kba > :first-child, .framer-RRSkS .framer-845meu > :first-child, .framer-RRSkS .framer-smzgxe > :first-child, .framer-RRSkS .framer-1ll65ug > :first-child { margin-top: 0px; } .framer-RRSkS .framer-1xb5pm2 > :last-child, .framer-RRSkS .framer-1k5j6wl > :last-child, .framer-RRSkS .framer-1lmslwe > :last-child, .framer-RRSkS .framer-nwlt5f > :last-child, .framer-RRSkS .framer-v98kba > :last-child, .framer-RRSkS .framer-845meu > :last-child, .framer-RRSkS .framer-smzgxe > :last-child, .framer-RRSkS .framer-1ll65ug > :last-child { margin-bottom: 0px; } .framer-RRSkS .framer-w6wzb3 > *, .framer-RRSkS .framer-w6wzb3 > :first-child, .framer-RRSkS .framer-w6wzb3 > :last-child { margin: 0px; } .framer-RRSkS .framer-nwlt5f > *, .framer-RRSkS .framer-smzgxe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RRSkS .framer-v98kba > *, .framer-RRSkS .framer-845meu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-RRSkS .framer-1ll65ug > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4601\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JFIhji4ER\":{\"layout\":[\"fixed\",\"auto\"]},\"OUCNnYUtf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerydFHP_XlI=withCSS(Component,css,\"framer-RRSkS\");export default FramerydFHP_XlI;FramerydFHP_XlI.displayName=\"Page\";FramerydFHP_XlI.defaultProps={height:4601,width:1200};addFonts(FramerydFHP_XlI,[{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\"}]},...IconsFonts,...ButtonFonts,...GlobeFonts,...FooterFonts,...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\":\"FramerydFHP_XlI\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JFIhji4ER\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OUCNnYUtf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"4601\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["t", "e", "r", "s", "n", "a", "o", "h", "u", "f", "c", "l", "p", "m", "i", "window", "phenomenon_default", "a", "o", "t", "i", "f", "r", "l", "c", "n", "A", "g", "v", "s", "d", "u", "m", "x", "U", "e", "D", "_", "y", "phenomenon_default", "Globe", "props", "background", "baseColor", "glowColor", "isDraggable", "dragOptions", "speed", "theta", "phi", "dark", "diffuse", "maxSamples", "mapBrightness", "markerSize", "markerArray", "markerColor", "scale", "alignment", "maxWidth", "offset", "offsetX", "offsetY", "stiffness", "damping", "mass", "canvasRef", "pe", "pointerInteracting", "pointerInteractionMovement", "isCanvas", "RenderTarget", "r", "useSpring", "fadeMask", "ue", "phiValue", "width", "onResize", "window", "baseConvert", "convertRGB", "glowConvert", "markerConvert", "globe", "D", "marker", "state", "p", "flexStyles", "e", "delta", "dp", "dpOffset", "dpDrag", "addPropertyControls", "ControlType", "color", "Color", "IconsFonts", "getFonts", "VWqie0g9a_default", "ButtonFonts", "F7nLXES2k_default", "GlobeFonts", "Globe", "FooterFonts", "GyzMpRiSv_default", "breakpoints", "serializationHash", "variantClassNames", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichText", "x", "Link", "SVG", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "ComponentViewportProvider", "Container", "VWqie0g9a_default", "F7nLXES2k_default", "Globe", "GyzMpRiSv_default", "css", "FramerydFHP_XlI", "withCSS", "ydFHP_XlI_default", "addFonts", "IconsFonts", "ButtonFonts", "GlobeFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
