{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:style-value-types@5.0.0/dist/es/index.mjs", "ssg:https://ga.jspm.io/npm:framesync@6.0.1/dist/es/index.mjs", "ssg:https://ga.jspm.io/npm:popmotion@11.0.3/dist/es/index.mjs", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/PH5dKwV7X6kCySScDT2G/Ticker.js", "ssg:https://framerusercontent.com/modules/1cbQ632ovJX6Ah5hu6o4/hS0tL7yx7Xi1qeXlCSJR/i7mYwwSDA-0.js", "ssg:https://framerusercontent.com/modules/1cbQ632ovJX6Ah5hu6o4/hS0tL7yx7Xi1qeXlCSJR/i7mYwwSDA.js", "ssg:https://framerusercontent.com/modules/6Aco41tTcUiIrfZd77pQ/f46iB6YVTWiNrw4TO8Wv/WjxJ_ogHV.js", "ssg:https://framerusercontent.com/modules/fZ0FDvs1Swjv31RjmgQd/QkRqosdtLNjhb28AtsdV/trM7glBK4-0.js", "ssg:https://framerusercontent.com/modules/fZ0FDvs1Swjv31RjmgQd/QkRqosdtLNjhb28AtsdV/trM7glBK4.js", "ssg:https://framerusercontent.com/modules/mAPYKX55oCy8VE2H6mhg/1PNA9njVmrrk1ZFmIMl5/URpjU2GiQ.js", "ssg:https://framerusercontent.com/modules/RvSd5BtiqillcZFeCOMe/vjA89GJooMmgkbkasfrx/augiA20Il.js", "ssg:https://framerusercontent.com/modules/4LKksJdiles2foYZjYDX/aeWu1h2f2j7A4OTA8eT3/augiA20Il.js"],
  "sourcesContent": ["const clamp=(t,s)=>e=>Math.max(Math.min(e,s),t);const sanitize=t=>t%1?Number(t.toFixed(5)):t;const t=/(-)?([\\d]*\\.?[\\d])+/g;const s=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\\((-?[\\d\\.]+%?[,\\s]+){2,3}\\s*\\/*\\s*[\\d\\.]+%?\\))/gi;const e=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\\((-?[\\d\\.]+%?[,\\s]+){2,3}\\s*\\/*\\s*[\\d\\.]+%?\\))$/i;function isString(t){return\"string\"===typeof t}const r={test:t=>\"number\"===typeof t,parse:parseFloat,transform:t=>t};const n=Object.assign(Object.assign({},r),{transform:clamp(0,1)});const a=Object.assign(Object.assign({},r),{default:1});const createUnitType=t=>({test:s=>isString(s)&&s.endsWith(t)&&1===s.split(\" \").length,parse:parseFloat,transform:s=>`${s}${t}`});const o=createUnitType(\"deg\");const c=createUnitType(\"%\");const l=createUnitType(\"px\");const i=createUnitType(\"vh\");const p=createUnitType(\"vw\");const u=Object.assign(Object.assign({},c),{parse:t=>c.parse(t)/100,transform:t=>c.transform(100*t)});const isColorString=(t,s)=>r=>Boolean(isString(r)&&e.test(r)&&r.startsWith(t)||s&&Object.prototype.hasOwnProperty.call(r,s));const splitColor=(s,e,r)=>n=>{if(!isString(n))return n;const[a,o,c,l]=n.match(t);return{[s]:parseFloat(a),[e]:parseFloat(o),[r]:parseFloat(c),alpha:void 0!==l?parseFloat(l):1}};const f={test:isColorString(\"hsl\",\"hue\"),parse:splitColor(\"hue\",\"saturation\",\"lightness\"),transform:({hue:t,saturation:s,lightness:e,alpha:r=1})=>\"hsla(\"+Math.round(t)+\", \"+c.transform(sanitize(s))+\", \"+c.transform(sanitize(e))+\", \"+sanitize(n.transform(r))+\")\"};const m=clamp(0,255);const g=Object.assign(Object.assign({},r),{transform:t=>Math.round(m(t))});const h={test:isColorString(\"rgb\",\"red\"),parse:splitColor(\"red\",\"green\",\"blue\"),transform:({red:t,green:s,blue:e,alpha:r=1})=>\"rgba(\"+g.transform(t)+\", \"+g.transform(s)+\", \"+g.transform(e)+\", \"+sanitize(n.transform(r))+\")\"};function parseHex(t){let s=\"\";let e=\"\";let r=\"\";let n=\"\";if(t.length>5){s=t.substr(1,2);e=t.substr(3,2);r=t.substr(5,2);n=t.substr(7,2)}else{s=t.substr(1,1);e=t.substr(2,1);r=t.substr(3,1);n=t.substr(4,1);s+=s;e+=e;r+=r;n+=n}return{red:parseInt(s,16),green:parseInt(e,16),blue:parseInt(r,16),alpha:n?parseInt(n,16)/255:1}}const b={test:isColorString(\"#\"),parse:parseHex,transform:h.transform};const d={test:t=>h.test(t)||b.test(t)||f.test(t),parse:t=>h.test(t)?h.parse(t):f.test(t)?f.parse(t):b.parse(t),transform:t=>isString(t)?t:t.hasOwnProperty(\"red\")?h.transform(t):f.transform(t)};const v=\"${c}\";const y=\"${n}\";function test(e){var r,n,a,o;return isNaN(e)&&isString(e)&&(null!==(n=null===(r=e.match(t))||void 0===r?void 0:r.length)&&void 0!==n?n:0)+(null!==(o=null===(a=e.match(s))||void 0===a?void 0:a.length)&&void 0!==o?o:0)>0}function analyse(e){\"number\"===typeof e&&(e=`${e}`);const n=[];let a=0;const o=e.match(s);if(o){a=o.length;e=e.replace(s,v);n.push(...o.map(d.parse))}const c=e.match(t);if(c){e=e.replace(t,y);n.push(...c.map(r.parse))}return{values:n,numColors:a,tokenised:e}}function parse(t){return analyse(t).values}function createTransformer(t){const{values:s,numColors:e,tokenised:r}=analyse(t);const n=s.length;return t=>{let s=r;for(let r=0;r<n;r++)s=s.replace(r<e?v:y,r<e?d.transform(t[r]):sanitize(t[r]));return s}}const convertNumbersToZero=t=>\"number\"===typeof t?0:t;function getAnimatableNone(t){const s=parse(t);const e=createTransformer(t);return e(s.map(convertNumbersToZero))}const O={test:test,parse:parse,createTransformer:createTransformer,getAnimatableNone:getAnimatableNone};const j=new Set([\"brightness\",\"contrast\",\"saturate\",\"opacity\"]);function applyDefaultFilter(s){let[e,r]=s.slice(0,-1).split(\"(\");if(\"drop-shadow\"===e)return s;const[n]=r.match(t)||[];if(!n)return s;const a=r.replace(n,\"\");let o=j.has(e)?1:0;n!==r&&(o*=100);return e+\"(\"+o+a+\")\"}const F=/([a-z-]*)\\(.*?\\)/g;const N=Object.assign(Object.assign({},O),{getAnimatableNone:t=>{const s=t.match(F);return s?s.map(applyDefaultFilter).join(\" \"):t}});export{n as alpha,d as color,O as complex,o as degrees,N as filter,b as hex,f as hsla,r as number,c as percent,u as progressPercentage,l as px,g as rgbUnit,h as rgba,a as scale,i as vh,p as vw};\n\n//# sourceMappingURL=index.mjs.map", "const e=1/60*1e3;const t=\"undefined\"!==typeof performance?()=>performance.now():()=>Date.now();const n=\"undefined\"!==typeof window?e=>window.requestAnimationFrame(e):n=>setTimeout((()=>n(t())),e);function createRenderStep(e){let t=[];let n=[];let s=0;let r=false;let c=false;const o=new WeakSet;const a={schedule:(e,c=false,a=false)=>{const l=a&&r;const f=l?t:n;c&&o.add(e);if(-1===f.indexOf(e)){f.push(e);l&&r&&(s=t.length)}return e},cancel:e=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1);o.delete(e)},process:l=>{if(r)c=true;else{r=true;[t,n]=[n,t];n.length=0;s=t.length;if(s)for(let n=0;n<s;n++){const s=t[n];s(l);if(o.has(s)){a.schedule(s);e()}}r=false;if(c){c=false;a.process(l)}}}};return a}const s=40;let r=true;let c=false;let o=false;const a={delta:0,timestamp:0};const l=[\"read\",\"update\",\"preRender\",\"render\",\"postRender\"];const f=l.reduce(((e,t)=>{e[t]=createRenderStep((()=>c=true));return e}),{});const u=l.reduce(((e,t)=>{const n=f[t];e[t]=(e,t=false,s=false)=>{c||startLoop();return n.schedule(e,t,s)};return e}),{});const d=l.reduce(((e,t)=>{e[t]=f[t].cancel;return e}),{});const i=l.reduce(((e,t)=>{e[t]=()=>f[t].process(a);return e}),{});const processStep=e=>f[e].process(a);const processFrame=t=>{c=false;a.delta=r?e:Math.max(Math.min(t-a.timestamp,s),1);a.timestamp=t;o=true;l.forEach(processStep);o=false;if(c){r=false;n(processFrame)}};const startLoop=()=>{c=true;r=true;o||n(processFrame)};const getFrameData=()=>a;export{d as cancelSync,u as default,i as flushSync,getFrameData};\n\n//# sourceMappingURL=index.mjs.map", "import{__rest as t}from\"tslib\";import{warning as e,invariant as n}from\"hey-listen\";import{hex as o,rgba as s,hsla as r,color as i,complex as u}from\"style-value-types\";import l,{cancelSync as p,getFrameData as f}from\"framesync\";const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const d=.001;const h=.01;const m=10;const y=.05;const g=1;function findSpring({duration:t=800,bounce:n=.25,velocity:o=0,mass:s=1}){let r;let i;e(t<=1e3*m,\"Spring duration must be 10 seconds or less\");let u=1-n;u=clamp(y,g,u);t=clamp(h,m,t/1e3);if(u<1){r=e=>{const n=e*u;const s=n*t;const r=n-o;const i=calcAngularFreq(e,u);const l=Math.exp(-s);return d-r/i*l};i=e=>{const n=e*u;const s=n*t;const i=s*o+o;const l=Math.pow(u,2)*Math.pow(e,2)*t;const p=Math.exp(-s);const f=calcAngularFreq(Math.pow(e,2),u);const h=-r(e)+d>0?-1:1;return h*((i-l)*p)/f}}else{r=e=>{const n=Math.exp(-e*t);const s=(e-o)*t+1;return n*s-d};i=e=>{const n=Math.exp(-e*t);const s=t*t*(o-e);return n*s}}const l=5/t;const p=approximateRoot(r,i,l);t*=1e3;if(isNaN(p))return{stiffness:100,damping:10,duration:t};{const e=Math.pow(p,2)*s;return{stiffness:e,damping:2*u*Math.sqrt(s*e),duration:t}}}const v=12;function approximateRoot(t,e,n){let o=n;for(let n=1;n<v;n++)o-=t(o)/e(o);return o}function calcAngularFreq(t,e){return t*Math.sqrt(1-e*e)}const M=[\"duration\",\"bounce\"];const x=[\"stiffness\",\"damping\",\"mass\"];function isSpringType(t,e){return e.some((e=>void 0!==t[e]))}function getSpringOptions(t){let e=Object.assign({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:false},t);if(!isSpringType(t,x)&&isSpringType(t,M)){const n=findSpring(t);e=Object.assign(Object.assign(Object.assign({},e),n),{velocity:0,mass:1});e.isResolvedFromDuration=true}return e}function spring(e){var{from:n=0,to:o=1,restSpeed:s=2,restDelta:r}=e,i=t(e,[\"from\",\"to\",\"restSpeed\",\"restDelta\"]);const u={done:false,value:n};let{stiffness:l,damping:p,mass:f,velocity:d,duration:h,isResolvedFromDuration:m}=getSpringOptions(i);let y=zero;let g=zero;function createSpring(){const t=d?-d/1e3:0;const e=o-n;const s=p/(2*Math.sqrt(l*f));const i=Math.sqrt(l/f)/1e3;void 0===r&&(r=Math.min(Math.abs(o-n)/100,.4));if(s<1){const n=calcAngularFreq(i,s);y=r=>{const u=Math.exp(-s*i*r);return o-u*((t+s*i*e)/n*Math.sin(n*r)+e*Math.cos(n*r))};g=o=>{const r=Math.exp(-s*i*o);return s*i*r*(Math.sin(n*o)*(t+s*i*e)/n+e*Math.cos(n*o))-r*(Math.cos(n*o)*(t+s*i*e)-n*e*Math.sin(n*o))}}else if(1===s)y=n=>o-Math.exp(-i*n)*(e+(t+i*e)*n);else{const n=i*Math.sqrt(s*s-1);y=r=>{const u=Math.exp(-s*i*r);const l=Math.min(n*r,300);return o-u*((t+s*i*e)*Math.sinh(l)+n*e*Math.cosh(l))/n}}}createSpring();return{next:t=>{const e=y(t);if(m)u.done=t>=h;else{const n=1e3*g(t);const i=Math.abs(n)<=s;const l=Math.abs(o-e)<=r;u.done=i&&l}u.value=u.done?o:e;return u},flipTarget:()=>{d=-d;[n,o]=[o,n];createSpring()}}}spring.needsInterpolation=(t,e)=>\"string\"===typeof t||\"string\"===typeof e;const zero=t=>0;const progress=(t,e,n)=>{const o=e-t;return 0===o?1:(n-t)/o};const mix=(t,e,n)=>-n*t+n*e+t;function hueToRgb(t,e,n){n<0&&(n+=1);n>1&&(n-=1);return n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function hslaToRgba({hue:t,saturation:e,lightness:n,alpha:o}){t/=360;e/=100;n/=100;let s=0;let r=0;let i=0;if(e){const o=n<.5?n*(1+e):n+e-n*e;const u=2*n-o;s=hueToRgb(u,o,t+1/3);r=hueToRgb(u,o,t);i=hueToRgb(u,o,t-1/3)}else s=r=i=n;return{red:Math.round(255*s),green:Math.round(255*r),blue:Math.round(255*i),alpha:o}}const mixLinearColor=(t,e,n)=>{const o=t*t;const s=e*e;return Math.sqrt(Math.max(0,n*(s-o)+o))};const S=[o,s,r];const getColorType=t=>S.find((e=>e.test(t)));const notAnimatable=t=>`'${t}' is not an animatable color. Use the equivalent color code instead.`;const mixColor=(t,e)=>{let o=getColorType(t);let i=getColorType(e);n(!!o,notAnimatable(t));n(!!i,notAnimatable(e));let u=o.parse(t);let l=i.parse(e);if(o===r){u=hslaToRgba(u);o=s}if(i===r){l=hslaToRgba(l);i=s}const p=Object.assign({},u);return t=>{for(const e in p)\"alpha\"!==e&&(p[e]=mixLinearColor(u[e],l[e],t));p.alpha=mix(u.alpha,l.alpha,t);return o.transform(p)}};const O={x:0,y:0,z:0};const isNum=t=>\"number\"===typeof t;const combineFunctions=(t,e)=>n=>e(t(n));const pipe=(...t)=>t.reduce(combineFunctions);function getMixer(t,e){return isNum(t)?n=>mix(t,e,n):i.test(t)?mixColor(t,e):mixComplex(t,e)}const mixArray=(t,e)=>{const n=[...t];const o=n.length;const s=t.map(((t,n)=>getMixer(t,e[n])));return t=>{for(let e=0;e<o;e++)n[e]=s[e](t);return n}};const mixObject=(t,e)=>{const n=Object.assign(Object.assign({},t),e);const o={};for(const s in n)void 0!==t[s]&&void 0!==e[s]&&(o[s]=getMixer(t[s],e[s]));return t=>{for(const e in o)n[e]=o[e](t);return n}};function analyse(t){const e=u.parse(t);const n=e.length;let o=0;let s=0;let r=0;for(let t=0;t<n;t++)o||\"number\"===typeof e[t]?o++:void 0!==e[t].hue?r++:s++;return{parsed:e,numNumbers:o,numRGB:s,numHSL:r}}const mixComplex=(t,n)=>{const o=u.createTransformer(n);const s=analyse(t);const r=analyse(n);const i=s.numHSL===r.numHSL&&s.numRGB===r.numRGB&&s.numNumbers>=r.numNumbers;if(i)return pipe(mixArray(s.parsed,r.parsed),o);e(true,`Complex values '${t}' and '${n}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`);return e=>`${e>0?n:t}`};const mixNumber=(t,e)=>n=>mix(t,e,n);function detectMixerFactory(t){return\"number\"===typeof t?mixNumber:\"string\"===typeof t?i.test(t)?mixColor:mixComplex:Array.isArray(t)?mixArray:\"object\"===typeof t?mixObject:void 0}function createMixers(t,e,n){const o=[];const s=n||detectMixerFactory(t[0]);const r=t.length-1;for(let n=0;n<r;n++){let r=s(t[n],t[n+1]);if(e){const t=Array.isArray(e)?e[n]:e;r=pipe(t,r)}o.push(r)}return o}function fastInterpolate([t,e],[n]){return o=>n(progress(t,e,o))}function slowInterpolate(t,e){const n=t.length;const o=n-1;return s=>{let r=0;let i=false;if(s<=t[0])i=true;else if(s>=t[o]){r=o-1;i=true}if(!i){let e=1;for(;e<n;e++)if(t[e]>s||e===o)break;r=e-1}const u=progress(t[r],t[r+1],s);return e[r](u)}}function interpolate(t,e,{clamp:o=true,ease:s,mixer:r}={}){const i=t.length;n(i===e.length,\"Both input and output ranges must be the same length\");n(!s||!Array.isArray(s)||s.length===i-1,\"Array of easing functions must be of length `input.length - 1`, as it applies to the transitions **between** the defined values.\");if(t[0]>t[i-1]){t=[].concat(t);e=[].concat(e);t.reverse();e.reverse()}const u=createMixers(e,s,r);const l=2===i?fastInterpolate(t,u):slowInterpolate(t,u);return o?e=>l(clamp(t[0],t[i-1],e)):l}const reverseEasing=t=>e=>1-t(1-e);const mirrorEasing=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2;const createExpoIn=t=>e=>Math.pow(e,t);const createBackIn=t=>e=>e*e*((t+1)*e-t);const createAnticipate=t=>{const e=createBackIn(t);return t=>(t*=2)<1?.5*e(t):.5*(2-Math.pow(2,-10*(t-1)))};const T=1.525;const w=4/11;const A=8/11;const R=.9;const linear=t=>t;const F=createExpoIn(2);const D=reverseEasing(F);const j=mirrorEasing(F);const circIn=t=>1-Math.sin(Math.acos(t));const q=reverseEasing(circIn);const I=mirrorEasing(q);const P=createBackIn(T);const k=reverseEasing(P);const E=mirrorEasing(P);const B=createAnticipate(T);const C=4356/361;const N=35442/1805;const U=16061/1805;const bounceOut=t=>{if(1===t||0===t)return t;const e=t*t;return t<w?7.5625*e:t<A?9.075*e-9.9*t+3.4:t<R?C*e-N*t+U:10.8*t*t-20.52*t+10.72};const z=reverseEasing(bounceOut);const bounceInOut=t=>t<.5?.5*(1-bounceOut(1-2*t)):.5*bounceOut(2*t-1)+.5;function defaultEasing(t,e){return t.map((()=>e||j)).splice(0,t.length-1)}function defaultOffset(t){const e=t.length;return t.map(((t,n)=>0!==n?n/(e-1):0))}function convertOffsetToTimes(t,e){return t.map((t=>t*e))}function keyframes({from:t=0,to:e=1,ease:n,offset:o,duration:s=300}){const r={done:false,value:t};const i=Array.isArray(e)?e:[t,e];const u=convertOffsetToTimes(o&&o.length===i.length?o:defaultOffset(i),s);function createInterpolator(){return interpolate(u,i,{ease:Array.isArray(n)?n:defaultEasing(i,n)})}let l=createInterpolator();return{next:t=>{r.value=l(t);r.done=t>=s;return r},flipTarget:()=>{i.reverse();l=createInterpolator()}}}function decay({velocity:t=0,from:e=0,power:n=.8,timeConstant:o=350,restDelta:s=.5,modifyTarget:r}){const i={done:false,value:e};let u=n*t;const l=e+u;const p=void 0===r?l:r(l);p!==l&&(u=p-e);return{next:t=>{const e=-u*Math.exp(-t/o);i.done=!(e>s||e<-s);i.value=i.done?p:p+e;return i},flipTarget:()=>{}}}const $={keyframes:keyframes,spring:spring,decay:decay};function detectAnimationFromOptions(t){if(Array.isArray(t.to))return keyframes;if($[t.type])return $[t.type];const e=new Set(Object.keys(t));return e.has(\"ease\")||e.has(\"duration\")&&!e.has(\"dampingRatio\")?keyframes:e.has(\"dampingRatio\")||e.has(\"stiffness\")||e.has(\"mass\")||e.has(\"damping\")||e.has(\"restSpeed\")||e.has(\"restDelta\")?spring:keyframes}function loopElapsed(t,e,n=0){return t-e-n}function reverseElapsed(t,e,n=0,o=true){return o?loopElapsed(e+-t,e,n):e-(t-e)+n}function hasRepeatDelayElapsed(t,e,n,o){return o?t>=e+n:t<=-n}const framesync=t=>{const passTimestamp=({delta:e})=>t(e);return{start:()=>l.update(passTimestamp,true),stop:()=>p.update(passTimestamp)}};function animate(e){var n,o;var{from:s,autoplay:r=true,driver:i=framesync,elapsed:u=0,repeat:l=0,repeatType:p=\"loop\",repeatDelay:f=0,onPlay:d,onStop:h,onComplete:m,onRepeat:y,onUpdate:g}=e,v=t(e,[\"from\",\"autoplay\",\"driver\",\"elapsed\",\"repeat\",\"repeatType\",\"repeatDelay\",\"onPlay\",\"onStop\",\"onComplete\",\"onRepeat\",\"onUpdate\"]);let{to:M}=v;let x;let S=0;let O=v.duration;let T;let w=false;let A=true;let R;const F=detectAnimationFromOptions(v);if(null===(o=(n=F).needsInterpolation)||void 0===o?void 0:o.call(n,s,M)){R=interpolate([0,100],[s,M],{clamp:false});s=0;M=100}const D=F(Object.assign(Object.assign({},v),{from:s,to:M}));function repeat(){S++;if(\"reverse\"===p){A=S%2===0;u=reverseElapsed(u,O,f,A)}else{u=loopElapsed(u,O,f);\"mirror\"===p&&D.flipTarget()}w=false;y&&y()}function complete(){x.stop();m&&m()}function update(t){A||(t=-t);u+=t;if(!w){const t=D.next(Math.max(0,u));T=t.value;R&&(T=R(T));w=A?t.done:u<=0}null===g||void 0===g?void 0:g(T);if(w){0===S&&(null!==O&&void 0!==O?O:O=u);S<l?hasRepeatDelayElapsed(u,O,f,A)&&repeat():complete()}}function play(){null===d||void 0===d?void 0:d();x=i(update);x.start()}r&&play();return{stop:()=>{null===h||void 0===h?void 0:h();x.stop()}}}function velocityPerSecond(t,e){return e?t*(1e3/e):0}function inertia({from:t=0,velocity:e=0,min:n,max:o,power:s=.8,timeConstant:r=750,bounceStiffness:i=500,bounceDamping:u=10,restDelta:l=1,modifyTarget:p,driver:d,onUpdate:h,onComplete:m,onStop:y}){let g;function isOutOfBounds(t){return void 0!==n&&t<n||void 0!==o&&t>o}function boundaryNearest(t){return void 0===n?o:void 0===o||Math.abs(n-t)<Math.abs(o-t)?n:o}function startAnimation(t){null===g||void 0===g?void 0:g.stop();g=animate(Object.assign(Object.assign({},t),{driver:d,onUpdate:e=>{var n;null===h||void 0===h?void 0:h(e);null===(n=t.onUpdate)||void 0===n?void 0:n.call(t,e)},onComplete:m,onStop:y}))}function startSpring(t){startAnimation(Object.assign({type:\"spring\",stiffness:i,damping:u,restDelta:l},t))}if(isOutOfBounds(t))startSpring({from:t,velocity:e,to:boundaryNearest(t)});else{let o=s*e+t;\"undefined\"!==typeof p&&(o=p(o));const i=boundaryNearest(o);const u=i===n?-1:1;let d;let h;const checkBoundary=t=>{d=h;h=t;e=velocityPerSecond(t-d,f().delta);(1===u&&t>i||-1===u&&t<i)&&startSpring({from:t,to:i,velocity:e})};startAnimation({type:\"decay\",from:t,velocity:e,timeConstant:r,power:s,restDelta:l,modifyTarget:p,onUpdate:isOutOfBounds(o)?checkBoundary:void 0})}return{stop:()=>null===g||void 0===g?void 0:g.stop()}}const radiansToDegrees=t=>180*t/Math.PI;const angle=(t,e=O)=>radiansToDegrees(Math.atan2(e.y-t.y,e.x-t.x));const applyOffset=(t,e)=>{let n=true;if(void 0===e){e=t;n=false}return o=>{if(n)return o-t+e;t=o;n=true;return e}};const identity=t=>t;const createAttractor=(t=identity)=>(e,n,o)=>{const s=n-o;const r=-(0-e+1)*(0-t(Math.abs(s)));return s<=0?n+r:n-r};const G=createAttractor();const H=createAttractor(Math.sqrt);const degreesToRadians=t=>t*Math.PI/180;const isPoint=t=>t.hasOwnProperty(\"x\")&&t.hasOwnProperty(\"y\");const isPoint3D=t=>isPoint(t)&&t.hasOwnProperty(\"z\");const distance1D=(t,e)=>Math.abs(t-e);function distance(t,e){if(isNum(t)&&isNum(e))return distance1D(t,e);if(isPoint(t)&&isPoint(e)){const n=distance1D(t.x,e.x);const o=distance1D(t.y,e.y);const s=isPoint3D(t)&&isPoint3D(e)?distance1D(t.z,e.z):0;return Math.sqrt(Math.pow(n,2)+Math.pow(o,2)+Math.pow(s,2))}}const pointFromVector=(t,e,n)=>{e=degreesToRadians(e);return{x:n*Math.cos(e)+t.x,y:n*Math.sin(e)+t.y}};const toDecimal=(t,e=2)=>{e=Math.pow(10,e);return Math.round(t*e)/e};const smoothFrame=(t,e,n,o=0)=>toDecimal(t+n*(e-t)/Math.max(o,n));const smooth=(t=50)=>{let e=0;let n=0;return o=>{const s=f().timestamp;const r=s!==n?s-n:0;const i=r?smoothFrame(e,o,r,t):e;n=s;e=i;return i}};const snap=t=>{if(\"number\"===typeof t)return e=>Math.round(e/t)*t;{let e=0;const n=t.length;return o=>{let s=Math.abs(t[0]-o);for(e=1;e<n;e++){const r=t[e];const i=Math.abs(r-o);if(0===i)return r;if(i>s)return t[e-1];if(e===n-1)return r;s=i}}}};function velocityPerFrame(t,e){return t/(1e3/e)}const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};const a=(t,e)=>1-3*e+3*t;const b=(t,e)=>3*e-6*t;const c=t=>3*t;const calcBezier=(t,e,n)=>((a(e,n)*t+b(e,n))*t+c(e))*t;const getSlope=(t,e,n)=>3*a(e,n)*t*t+2*b(e,n)*t+c(e);const L=1e-7;const X=10;function binarySubdivide(t,e,n,o,s){let r;let i;let u=0;do{i=e+(n-e)/2;r=calcBezier(i,o,s)-t;r>0?n=i:e=i}while(Math.abs(r)>L&&++u<X);return i}const J=8;const K=.001;function newtonRaphsonIterate(t,e,n,o){for(let s=0;s<J;++s){const s=getSlope(e,n,o);if(0===s)return e;const r=calcBezier(e,n,o)-t;e-=r/s}return e}const Q=11;const V=1/(Q-1);function cubicBezier(t,e,n,o){if(t===e&&n===o)return linear;const s=new Float32Array(Q);for(let e=0;e<Q;++e)s[e]=calcBezier(e*V,t,n);function getTForX(e){let o=0;let r=1;const i=Q-1;for(;r!==i&&s[r]<=e;++r)o+=V;--r;const u=(e-s[r])/(s[r+1]-s[r]);const l=o+u*V;const p=getSlope(l,t,n);return p>=K?newtonRaphsonIterate(e,l,t,n):0===p?l:binarySubdivide(e,o,o+V,t,n)}return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>n=>{n=\"end\"===e?Math.min(n,.999):Math.max(n,.001);const o=n*t;const s=\"end\"===e?Math.floor(o):Math.ceil(o);return clamp(0,1,s/t)};export{angle,animate,B as anticipate,applyOffset,G as attract,H as attractExpo,P as backIn,E as backInOut,k as backOut,z as bounceIn,bounceInOut,bounceOut,circIn,I as circInOut,q as circOut,clamp,createAnticipate,createAttractor,createBackIn,createExpoIn,cubicBezier,decay,degreesToRadians,distance,F as easeIn,j as easeInOut,D as easeOut,inertia,interpolate,isPoint,isPoint3D,keyframes,linear,mirrorEasing,mix,mixColor,mixComplex,pipe,pointFromVector,progress,radiansToDegrees,reverseEasing,smooth,smoothFrame,snap,spring,steps,toDecimal,velocityPerFrame,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.mjs.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{wrap}from\"popmotion\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Ticker(props){/* Props */ const{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;const isHorizontal=direction===\"left\"||direction===\"right\";/* Refs and State */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/ createRef(),/*#__PURE__*/ createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */ let clonedChildren=[];let dupedChildren=[];/* Duplicate value */ let duplicateBy=0;let opacity=0;if(isCanvas){// duplicateBy = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;opacity=1;}/* Measure parent and child */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);/* Add refs to first and last child */ if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){useLayoutEffect(()=>{measure();},[]);/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */ let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0}},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3;return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:{display:\"contents\"},children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref=child.props)===null||ref===void 0?void 0:ref.style,width:widthType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.width:\"100%\",height:heightType?(ref2=child.props)===null||ref2===void 0?void 0:ref2.height:\"100%\",flexShrink:0}},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}),];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const transformRef=useRef(null);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isInView=useInView(parentRef);const isReducedMotion=useReducedMotion();useAnimationFrame(t=>{if(isCanvas||!transformRef.current||!animateToValue||isReducedMotion){return;}/**\n         * In case this animation is delayed from starting because we're running a bunch\n         * of other work, we want to set an initial time rather than counting from 0.\n         * That ensures that if the animation is delayed, it starts from the first frame\n         * rather than jumping.\n         */ if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;/* Direction */ if(direction===\"left\"){transformRef.current.style.transform=`translateX(-${xOrY.current}px)`;}if(direction===\"right\"){transformRef.current.style.transform=`translateX(${xOrY.current}px)`;}if(direction===\"top\"){transformRef.current.style.transform=`translateY(-${xOrY.current}px)`;}if(direction===\"bottom\"){transformRef.current.style.transform=`translateY(${xOrY.current}px)`;}});/* Fades */ const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/ _jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/ _jsxs(\"ul\",{style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&-animateToValue,left:direction===\"right\"&&-animateToValue,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",willChange:\"transform\",...style},ref:transformRef,onMouseEnter:()=>isHover.current=true,onMouseLeave:()=>isHover.current=false,children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:.5,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "export const v0=\"Selfie de voluntarios en el caf\\xe9 de la ma\\xf1ana de la gente\";export const v1=\"Selfie de voluntarios\";export const v2=\"Santa entregando galletas a dos ni\\xf1os en un evento\";export const v3=\"La bondad recibe su certificado de fundaci\\xf3n\";export const v4=\"Recibir amabilidad cheque del club de alce\";export const v5=\"Recibiendo amabilidad del cheque de la parrilla de piedra de Harry\";export const v6=\"Miembros del consejo\";export const v7=\"Mike Sims y un ni\\xf1o sosteniendo un sobre\";export const v8=\"Ni\\xf1o sosteniendo un gran cheque de donaci\\xf3n\";export const v9=\"Mike Sims trabajando como voluntario en un puesto\";\nexport const __FramerMetadata__ = {\"exports\":{\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2a8efd8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/PH5dKwV7X6kCySScDT2G/Ticker.js\";import*as localizedValues from\"./i7mYwwSDA-0.js\";const TickerFonts=getFonts(Ticker);const cycleOrder=[\"FTRQ3wbTq\",\"krP0IMGpf\",\"t60edZ79l\"];const serializationHash=\"framer-C0ekJ\";const variantClassNames={FTRQ3wbTq:\"framer-v-1ia5d8d\",krP0IMGpf:\"framer-v-lmkw5g\",t60edZ79l:\"framer-v-1g965n4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={OdPsFF0sr:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"FTRQ3wbTq\",Phone:\"t60edZ79l\",Tablet:\"krP0IMGpf\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"FTRQ3wbTq\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"FTRQ3wbTq\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ia5d8d\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"FTRQ3wbTq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({krP0IMGpf:{\"data-framer-name\":\"Tablet\"},t60edZ79l:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5hwgpi-container\",layoutDependency:layoutDependency,layoutId:\"wljM96y4w-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:1,fadeWidth:20,overflow:false},gap:40,height:\"100%\",hoverFactor:.3,id:\"wljM96y4w\",layoutId:\"wljM96y4w\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:false,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Selfie of volunteers at morning people cafe\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1536,pixelHeight:2048,pixelWidth:1536,sizes:\"495px\",src:\"https://framerusercontent.com/images/YMpKTyV5iJSmzeErdiYy6hRPwoU.png\",srcSet:\"https://framerusercontent.com/images/YMpKTyV5iJSmzeErdiYy6hRPwoU.png?scale-down-to=1024 768w, https://framerusercontent.com/images/YMpKTyV5iJSmzeErdiYy6hRPwoU.png 1536w\"},className:\"framer-122rzwl\",\"data-framer-name\":\"pexels_rodnae_productions_6646907\",layoutDependency:layoutDependency,layoutId:\"BjjmQnE2f\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Selfie of volunteers\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:2048,pixelHeight:1536,pixelWidth:2048,sizes:\"650px\",src:\"https://framerusercontent.com/images/hT1stnV10jPnoZHNIdzFa1qSv9I.jpg\",srcSet:\"https://framerusercontent.com/images/hT1stnV10jPnoZHNIdzFa1qSv9I.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/hT1stnV10jPnoZHNIdzFa1qSv9I.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/hT1stnV10jPnoZHNIdzFa1qSv9I.jpg 2048w\"},className:\"framer-1miyed\",\"data-framer-name\":\"pexels_matheus_bertelli_3752600\",layoutDependency:layoutDependency,layoutId:\"RA6lUUuXg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Santa passing cookies to two kids at an event\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:2048,pixelHeight:1536,pixelWidth:2048,sizes:\"743px\",src:\"https://framerusercontent.com/images/F6g7mlXQCYkJgp6ujdM61PVCXE.jpg\",srcSet:\"https://framerusercontent.com/images/F6g7mlXQCYkJgp6ujdM61PVCXE.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/F6g7mlXQCYkJgp6ujdM61PVCXE.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/F6g7mlXQCYkJgp6ujdM61PVCXE.jpg 2048w\"},className:\"framer-1rp9dim\",\"data-framer-name\":\"pexels_airam_datoon_10341694\",layoutDependency:layoutDependency,layoutId:\"eoem09wQr\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Kindness receiving their foundation certificate\",fit:\"fill\",intrinsicHeight:1421,intrinsicWidth:2048,pixelHeight:1421,pixelWidth:2048,sizes:\"743px\",src:\"https://framerusercontent.com/images/moc6IVEkq7eegNOywMFmeKa6x6E.jpg\",srcSet:\"https://framerusercontent.com/images/moc6IVEkq7eegNOywMFmeKa6x6E.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/moc6IVEkq7eegNOywMFmeKa6x6E.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/moc6IVEkq7eegNOywMFmeKa6x6E.jpg 2048w\"},className:\"framer-15gbnh5\",\"data-framer-name\":\"pexels_centre_for_ageing_better_7849905\",layoutDependency:layoutDependency,layoutId:\"dQ_GkZnrp\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"Kindness receiving check from moose lodge\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:2048,pixelHeight:1536,pixelWidth:2048,sizes:\"743px\",src:\"https://framerusercontent.com/images/OfTyAyMvuAF5cSoVzPAvYMVHqc.jpg\",srcSet:\"https://framerusercontent.com/images/OfTyAyMvuAF5cSoVzPAvYMVHqc.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/OfTyAyMvuAF5cSoVzPAvYMVHqc.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/OfTyAyMvuAF5cSoVzPAvYMVHqc.jpg 2048w\"},className:\"framer-18tz8zk\",\"data-framer-name\":\"pexels_dio_hasbi_saniskoro_3280130\",layoutDependency:layoutDependency,layoutId:\"XTnn69AFw\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"Kindness receiving check from Harry's Stone Grill\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:2048,pixelHeight:1536,pixelWidth:2048,sizes:\"744px\",src:\"https://framerusercontent.com/images/obpz06jCFWfpmzp08axL9zIjeZc.png\",srcSet:\"https://framerusercontent.com/images/obpz06jCFWfpmzp08axL9zIjeZc.png?scale-down-to=512 512w, https://framerusercontent.com/images/obpz06jCFWfpmzp08axL9zIjeZc.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/obpz06jCFWfpmzp08axL9zIjeZc.png 2048w\"},className:\"framer-3w4j8y\",\"data-framer-name\":\"pexels_matheus_bertelli_3856020\",layoutDependency:layoutDependency,layoutId:\"BOA8d0KGv\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"Board members\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:2048,pixelHeight:1536,pixelWidth:2048,sizes:\"743px\",src:\"https://framerusercontent.com/images/IihnfwKoJypQC0khf1twtCh6HU.jpg\",srcSet:\"https://framerusercontent.com/images/IihnfwKoJypQC0khf1twtCh6HU.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/IihnfwKoJypQC0khf1twtCh6HU.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/IihnfwKoJypQC0khf1twtCh6HU.jpg 2048w\"},className:\"framer-634dv0\",\"data-framer-name\":\"pexels_rodnae_productions_6646765\",layoutDependency:layoutDependency,layoutId:\"fg1QhgFSj\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"Mike Sims and a kid holding an envelope\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1536,pixelHeight:2048,pixelWidth:1536,sizes:\"555px\",src:\"https://framerusercontent.com/images/NUo6NY6F3qj6IQVeApM5h3N8.png\",srcSet:\"https://framerusercontent.com/images/NUo6NY6F3qj6IQVeApM5h3N8.png?scale-down-to=1024 768w, https://framerusercontent.com/images/NUo6NY6F3qj6IQVeApM5h3N8.png 1536w\"},className:\"framer-1xd5j7h\",\"data-framer-name\":\"pexels_julia_m_cameron_6994963\",layoutDependency:layoutDependency,layoutId:\"k_npAaS57\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"Kid holding a large donation check\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1536,pixelHeight:2048,pixelWidth:1536,sizes:\"554px\",src:\"https://framerusercontent.com/images/aVrKElKPzCs5Q2mcOS7u8FwpY.png\",srcSet:\"https://framerusercontent.com/images/aVrKElKPzCs5Q2mcOS7u8FwpY.png?scale-down-to=1024 768w, https://framerusercontent.com/images/aVrKElKPzCs5Q2mcOS7u8FwpY.png 1536w\"},className:\"framer-3grzyf\",\"data-framer-name\":\"pexels_keira_burton_6147254\",layoutDependency:layoutDependency,layoutId:\"Ok694Sxw6\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue9=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"Mike Sims volunteering at a booth\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:2048,pixelHeight:1536,pixelWidth:2048,sizes:\"832px\",src:\"https://framerusercontent.com/images/uwEGmpHBPYJ3hu7tPtSuhI1tec.jpg\",srcSet:\"https://framerusercontent.com/images/uwEGmpHBPYJ3hu7tPtSuhI1tec.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/uwEGmpHBPYJ3hu7tPtSuhI1tec.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/uwEGmpHBPYJ3hu7tPtSuhI1tec.jpg 2048w\"},className:\"framer-1w4xzk4\",\"data-framer-name\":\"pexels_rodnae_productions_6646967\",layoutDependency:layoutDependency,layoutId:\"Cs81jEBgZ\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1228.8,intrinsicWidth:1638.4,pixelHeight:1536,pixelWidth:2048,sizes:\"660px\",src:\"https://framerusercontent.com/images/aU2HjJVTRkrv4SLtDp11aMmg.jpg\",srcSet:\"https://framerusercontent.com/images/aU2HjJVTRkrv4SLtDp11aMmg.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/aU2HjJVTRkrv4SLtDp11aMmg.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/aU2HjJVTRkrv4SLtDp11aMmg.jpg 2048w\"},className:\"framer-11y3uta\",\"data-framer-name\":\"$430752796_1090486792254064_4819721114762674188_n\",layoutDependency:layoutDependency,layoutId:\"QL0w_CJRs\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1228.8,intrinsicWidth:1638.4,pixelHeight:1536,pixelWidth:2048,sizes:\"660px\",src:\"https://framerusercontent.com/images/8TOAwWMlgoCgsYdHIlIl68SAQ.jpg\",srcSet:\"https://framerusercontent.com/images/8TOAwWMlgoCgsYdHIlIl68SAQ.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/8TOAwWMlgoCgsYdHIlIl68SAQ.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/8TOAwWMlgoCgsYdHIlIl68SAQ.jpg 2048w\"},className:\"framer-3729a5\",\"data-framer-name\":\"$430974422_411825011253174_3907669834852541378_n\",layoutDependency:layoutDependency,layoutId:\"xGDKoZJp_\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:120,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({krP0IMGpf:{fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:1,fadeWidth:10,overflow:false},hoverFactor:.5,speed:100},t60edZ79l:{fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:1,fadeWidth:10,overflow:false},hoverFactor:.5,paddingPerSide:true,speed:100}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-C0ekJ[data-border=\"true\"]::after, .framer-C0ekJ [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-C0ekJ.framer-1qv2a2c, .framer-C0ekJ .framer-1qv2a2c { display: block; }\",\".framer-C0ekJ.framer-1ia5d8d { height: 739px; overflow: visible; position: relative; width: 854px; }\",\".framer-C0ekJ .framer-5hwgpi-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-C0ekJ .framer-122rzwl { aspect-ratio: 0.667 / 1; height: var(--framer-aspect-ratio-supported, 742px); overflow: visible; position: relative; width: 495px; }\",\".framer-C0ekJ .framer-1miyed { aspect-ratio: 0.8755 / 1; height: var(--framer-aspect-ratio-supported, 742px); overflow: visible; position: relative; width: 650px; }\",\".framer-C0ekJ .framer-1rp9dim, .framer-C0ekJ .framer-18tz8zk { aspect-ratio: 1.5003750937734435 / 1; height: var(--framer-aspect-ratio-supported, 495px); overflow: visible; position: relative; width: 743px; }\",\".framer-C0ekJ .framer-15gbnh5, .framer-C0ekJ .framer-634dv0 { aspect-ratio: 1.5026296018031555 / 1; height: var(--framer-aspect-ratio-supported, 494px); overflow: visible; position: relative; width: 743px; }\",\".framer-C0ekJ .framer-3w4j8y { aspect-ratio: 1.5003750937734435 / 1; height: var(--framer-aspect-ratio-supported, 496px); overflow: visible; position: relative; width: 744px; }\",\".framer-C0ekJ .framer-1xd5j7h { aspect-ratio: 0.6665 / 1; height: var(--framer-aspect-ratio-supported, 833px); overflow: visible; position: relative; width: 555px; }\",\".framer-C0ekJ .framer-3grzyf { aspect-ratio: 0.6665 / 1; height: var(--framer-aspect-ratio-supported, 831px); overflow: visible; position: relative; width: 554px; }\",\".framer-C0ekJ .framer-1w4xzk4 { aspect-ratio: 1.5003750937734435 / 1; height: var(--framer-aspect-ratio-supported, 555px); overflow: visible; position: relative; width: 832px; }\",\".framer-C0ekJ .framer-11y3uta, .framer-C0ekJ .framer-3729a5 { aspect-ratio: 1.3333333333333335 / 1; height: var(--framer-aspect-ratio-supported, 495px); overflow: visible; position: relative; width: 660px; }\",\".framer-C0ekJ.framer-v-1g965n4.framer-1ia5d8d { height: 515px; width: 361px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 739\n * @framerIntrinsicWidth 854\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"krP0IMGpf\":{\"layout\":[\"fixed\",\"fixed\"]},\"t60edZ79l\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Frameri7mYwwSDA=withCSS(Component,css,\"framer-C0ekJ\");export default Frameri7mYwwSDA;Frameri7mYwwSDA.displayName=\"Image Carousel\";Frameri7mYwwSDA.defaultProps={height:739,width:854};addPropertyControls(Frameri7mYwwSDA,{variant:{options:[\"FTRQ3wbTq\",\"krP0IMGpf\",\"t60edZ79l\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameri7mYwwSDA,[...TickerFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri7mYwwSDA\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"854\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"739\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"krP0IMGpf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t60edZ79l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./i7mYwwSDA.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Raleway-600\"]);export const fonts=[{family:\"Raleway\",style:\"normal\",url:\"https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCKNLA3JC9c.woff2\",weight:\"600\"}];export const css=['.framer-Qtpbn .framer-styles-preset-11x4xma:not(.rich-text-wrapper), .framer-Qtpbn .framer-styles-preset-11x4xma.rich-text-wrapper h2 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-size: 160px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-0b6c52b2-b083-4244-a64d-520e28d7f7d3, #faf5ef); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 600px) { .framer-Qtpbn .framer-styles-preset-11x4xma:not(.rich-text-wrapper), .framer-Qtpbn .framer-styles-preset-11x4xma.rich-text-wrapper h2 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-size: 120px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-0b6c52b2-b083-4244-a64d-520e28d7f7d3, #faf5ef); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 599px) and (min-width: 0px) { .framer-Qtpbn .framer-styles-preset-11x4xma:not(.rich-text-wrapper), .framer-Qtpbn .framer-styles-preset-11x4xma.rich-text-wrapper h2 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-size: 65px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0em; --framer-line-height: 142px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-0b6c52b2-b083-4244-a64d-520e28d7f7d3, #faf5ef); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-Qtpbn\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"\\xa1Vamos!\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"\\xa1Vamos!\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"\\xa1Vamos!\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"\\xa1Vamos!\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\xa1Vamos!\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\xa1Vamos!\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\xa1Vamos!\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\xa1Vamos!\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Extendido.\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Extendido.\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Extendido.\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Extendido.\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Extendido.\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Extendido.\"})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Extendido.\"})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Extendido.\"})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Amabilidad.\"})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Amabilidad.\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Amabilidad.\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Amabilidad.\"})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Amabilidad.\"})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Amabilidad.\"})});export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Amabilidad.\"})});export const v23=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Amabilidad.\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a96673f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/6Aco41tTcUiIrfZd77pQ/f46iB6YVTWiNrw4TO8Wv/WjxJ_ogHV.js\";import*as localizedValues from\"./trM7glBK4-0.js\";const cycleOrder=[\"l9VdFUkgC\",\"lyHeYj3yv\",\"GgmYkgpYl\",\"GiPIGbnKt\",\"NClTae5Fj\",\"nR3S_lD9Z\",\"d2vd0cbDX\",\"rouILq4ku\"];const serializationHash=\"framer-wM5vX\";const variantClassNames={d2vd0cbDX:\"framer-v-2oxjwx\",GgmYkgpYl:\"framer-v-1484h7r\",GiPIGbnKt:\"framer-v-swxvy2\",l9VdFUkgC:\"framer-v-1tm0kzp\",lyHeYj3yv:\"framer-v-sq5mps\",NClTae5Fj:\"framer-v-1gt4h4q\",nR3S_lD9Z:\"framer-v-1ll96fn\",rouILq4ku:\"framer-v-lsy49o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:73,delay:0,mass:1,stiffness:400,type:\"spring\"}};const valuesByLocaleId={OdPsFF0sr:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Changes Mobile\":\"nR3S_lD9Z\",\"Default Mobile\":\"NClTae5Fj\",\"Everything Mobile\":\"d2vd0cbDX\",\"First Word\":\"GiPIGbnKt\",\"Love Mobile\":\"rouILq4ku\",\"Second Word\":\"lyHeYj3yv\",\"Third Word\":\"GgmYkgpYl\",Default:\"l9VdFUkgC\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"l9VdFUkgC\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"l9VdFUkgC\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1tm0kzp\",className,classNames),\"data-framer-name\":\"Default\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"l9VdFUkgC\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({d2vd0cbDX:{\"data-framer-name\":\"Everything Mobile\"},GgmYkgpYl:{\"data-framer-name\":\"Third Word\"},GiPIGbnKt:{\"data-framer-name\":\"First Word\"},lyHeYj3yv:{\"data-framer-name\":\"Second Word\"},NClTae5Fj:{\"data-framer-name\":\"Default Mobile\"},nR3S_lD9Z:{\"data-framer-name\":\"Changes Mobile\"},rouILq4ku:{\"data-framer-name\":\"Love Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5bznz3\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"Ne2yZ6Xsa\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i1pblt\",\"data-framer-name\":\"Love\",layoutDependency:layoutDependency,layoutId:\"vtvPyID7c\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Let's.\"})}),className:\"framer-1cu2tv7\",layoutDependency:layoutDependency,layoutId:\"VHGUbOofx\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{d2vd0cbDX:{opacity:1},GgmYkgpYl:{opacity:1},GiPIGbnKt:{opacity:1},lyHeYj3yv:{opacity:1},nR3S_lD9Z:{opacity:1},rouILq4ku:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d2vd0cbDX:{children:(_getLocalizedValue1=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Let's.\"})})},GgmYkgpYl:{children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Let's.\"})})},GiPIGbnKt:{children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Let's.\"})})},lyHeYj3yv:{children:(_getLocalizedValue4=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Let's.\"})})},NClTae5Fj:{children:(_getLocalizedValue5=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Let's.\"})})},nR3S_lD9Z:{children:(_getLocalizedValue6=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Let's.\"})})},rouILq4ku:{children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Let's.\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Spread.\"})}),className:\"framer-ktfkf6\",layoutDependency:layoutDependency,layoutId:\"YpaFGkEOF\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{d2vd0cbDX:{opacity:1},GgmYkgpYl:{opacity:1},lyHeYj3yv:{opacity:1},nR3S_lD9Z:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d2vd0cbDX:{children:(_getLocalizedValue9=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Spread.\"})})},GgmYkgpYl:{children:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Spread.\"})})},GiPIGbnKt:{children:(_getLocalizedValue11=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Spread.\"})})},lyHeYj3yv:{children:(_getLocalizedValue12=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Spread.\"})})},NClTae5Fj:{children:(_getLocalizedValue13=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Spread.\"})})},nR3S_lD9Z:{children:(_getLocalizedValue14=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Spread.\"})})},rouILq4ku:{children:(_getLocalizedValue15=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Spread.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue16=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Kindness.\"})}),className:\"framer-29l58v\",layoutDependency:layoutDependency,layoutId:\"KVUJgUUW9\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},variants:{d2vd0cbDX:{opacity:1},GgmYkgpYl:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d2vd0cbDX:{children:(_getLocalizedValue17=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Kindness.\"})})},GgmYkgpYl:{children:(_getLocalizedValue18=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Kindness.\"})})},GiPIGbnKt:{children:(_getLocalizedValue19=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Kindness.\"})})},lyHeYj3yv:{children:(_getLocalizedValue20=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",children:\"Kindness.\"})})},NClTae5Fj:{children:(_getLocalizedValue21=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Kindness.\"})})},nR3S_lD9Z:{children:(_getLocalizedValue22=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Kindness.\"})})},rouILq4ku:{children:(_getLocalizedValue23=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-11x4xma\",\"data-styles-preset\":\"WjxJ_ogHV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Kindness.\"})})}},baseVariant,gestureVariant)})]})})})});});const css=['.framer-wM5vX[data-border=\"true\"]::after, .framer-wM5vX [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wM5vX.framer-1fzp5ae, .framer-wM5vX .framer-1fzp5ae { display: block; }\",\".framer-wM5vX.framer-1tm0kzp { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1352px; }\",\".framer-wM5vX .framer-5bznz3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-wM5vX .framer-1i1pblt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-wM5vX .framer-1cu2tv7 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-wM5vX .framer-ktfkf6, .framer-wM5vX .framer-29l58v { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wM5vX.framer-1tm0kzp, .framer-wM5vX .framer-5bznz3, .framer-wM5vX .framer-1i1pblt { gap: 0px; } .framer-wM5vX.framer-1tm0kzp > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wM5vX.framer-1tm0kzp > :first-child, .framer-wM5vX .framer-5bznz3 > :first-child { margin-top: 0px; } .framer-wM5vX.framer-1tm0kzp > :last-child, .framer-wM5vX .framer-5bznz3 > :last-child { margin-bottom: 0px; } .framer-wM5vX .framer-5bznz3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wM5vX .framer-1i1pblt > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-wM5vX .framer-1i1pblt > :first-child { margin-left: 0px; } .framer-wM5vX .framer-1i1pblt > :last-child { margin-right: 0px; } }\",\".framer-wM5vX.framer-v-1484h7r .framer-1i1pblt { flex-wrap: wrap; }\",\".framer-wM5vX.framer-v-1gt4h4q .framer-1i1pblt, .framer-wM5vX.framer-v-1ll96fn .framer-1i1pblt, .framer-wM5vX.framer-v-lsy49o .framer-1i1pblt { flex-direction: column; }\",\".framer-wM5vX.framer-v-1gt4h4q .framer-1cu2tv7, .framer-wM5vX.framer-v-1ll96fn .framer-1cu2tv7, .framer-wM5vX.framer-v-2oxjwx .framer-1cu2tv7, .framer-wM5vX.framer-v-lsy49o .framer-1cu2tv7 { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wM5vX.framer-v-1gt4h4q .framer-1i1pblt { gap: 0px; } .framer-wM5vX.framer-v-1gt4h4q .framer-1i1pblt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wM5vX.framer-v-1gt4h4q .framer-1i1pblt > :first-child { margin-top: 0px; } .framer-wM5vX.framer-v-1gt4h4q .framer-1i1pblt > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wM5vX.framer-v-1ll96fn .framer-1i1pblt { gap: 0px; } .framer-wM5vX.framer-v-1ll96fn .framer-1i1pblt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wM5vX.framer-v-1ll96fn .framer-1i1pblt > :first-child { margin-top: 0px; } .framer-wM5vX.framer-v-1ll96fn .framer-1i1pblt > :last-child { margin-bottom: 0px; } }\",\".framer-wM5vX.framer-v-2oxjwx .framer-1i1pblt { flex-direction: column; flex-wrap: wrap; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wM5vX.framer-v-2oxjwx .framer-1i1pblt { gap: 0px; } .framer-wM5vX.framer-v-2oxjwx .framer-1i1pblt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wM5vX.framer-v-2oxjwx .framer-1i1pblt > :first-child { margin-top: 0px; } .framer-wM5vX.framer-v-2oxjwx .framer-1i1pblt > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wM5vX.framer-v-lsy49o .framer-1i1pblt { gap: 0px; } .framer-wM5vX.framer-v-lsy49o .framer-1i1pblt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wM5vX.framer-v-lsy49o .framer-1i1pblt > :first-child { margin-top: 0px; } .framer-wM5vX.framer-v-lsy49o .framer-1i1pblt > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 624\n * @framerIntrinsicWidth 1352\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lyHeYj3yv\":{\"layout\":[\"fixed\",\"auto\"]},\"GgmYkgpYl\":{\"layout\":[\"fixed\",\"auto\"]},\"GiPIGbnKt\":{\"layout\":[\"fixed\",\"auto\"]},\"NClTae5Fj\":{\"layout\":[\"fixed\",\"auto\"]},\"nR3S_lD9Z\":{\"layout\":[\"fixed\",\"auto\"]},\"d2vd0cbDX\":{\"layout\":[\"fixed\",\"auto\"]},\"rouILq4ku\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramertrM7glBK4=withCSS(Component,css,\"framer-wM5vX\");export default FramertrM7glBK4;FramertrM7glBK4.displayName=\"Reveal Text\";FramertrM7glBK4.defaultProps={height:624,width:1352};addPropertyControls(FramertrM7glBK4,{variant:{options:[\"l9VdFUkgC\",\"lyHeYj3yv\",\"GgmYkgpYl\",\"GiPIGbnKt\",\"NClTae5Fj\",\"nR3S_lD9Z\",\"d2vd0cbDX\",\"rouILq4ku\"],optionTitles:[\"Default\",\"Second Word\",\"Third Word\",\"First Word\",\"Default Mobile\",\"Changes Mobile\",\"Everything Mobile\",\"Love Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramertrM7glBK4,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertrM7glBK4\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1352\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"624\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lyHeYj3yv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GgmYkgpYl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GiPIGbnKt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NClTae5Fj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nR3S_lD9Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d2vd0cbDX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rouILq4ku\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./trM7glBK4.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/hbU7NeFxbhEgxTFcV0iW/Oan4T08RsSuGIUcNPDCC/gz86A1Laf.js\";const MotionDivWithFX=withFX(motion.div);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"lL2pSQC_D\",\"Y0MFcGh8z\",\"y3suKyZXz\"];const serializationHash=\"framer-pozFx\";const variantClassNames={lL2pSQC_D:\"framer-v-12wi03i\",Y0MFcGh8z:\"framer-v-ohl1td\",y3suKyZXz:\"framer-v-h164xt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"lL2pSQC_D\",Hidden:\"y3suKyZXz\",Loading:\"Y0MFcGh8z\"};const getProps=({click,height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lL2pSQC_D\",Wld3NDzSj:click??props.Wld3NDzSj};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Wld3NDzSj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lL2pSQC_D\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapn9xadi=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Wld3NDzSj){const res=await Wld3NDzSj(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const isDisplayed=()=>{if(baseVariant===\"y3suKyZXz\")return false;return true;};const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"Y0MFcGh8z\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"Y0MFcGh8z\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-12wi03i\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"lL2pSQC_D\",onTap:onTapn9xadi,ref:ref??ref1,style:{backgroundColor:\"rgb(183, 165, 253)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({Y0MFcGh8z:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gxb8lp\",\"data-styles-preset\":\"gz86A1Laf\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, rgb(24, 23, 28)))\"},children:\"Load More\"})}),className:\"framer-x2ktpe\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iGgB_jxQl\",style:{\"--extracted-r6o4lv\":\"var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, rgb(24, 23, 28))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1wa4021\",\"data-framer-appear-id\":\"1wa4021\",\"data-framer-name\":\"Spinner\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"EsYDy8GSW\",optimized:true,style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1jdnqmf\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"tUbgc6ipD\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(24, 23, 28, 0) 0deg, rgb(24, 23, 28) 342deg)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tihz0c\",\"data-framer-name\":\"Round\",layoutDependency:layoutDependency,layoutId:\"g3f_Z0lWc\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pozFx.framer-17dme30, .framer-pozFx .framer-17dme30 { display: block; }\",\".framer-pozFx.framer-12wi03i { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; padding: 0px; position: relative; width: 100px; }\",\".framer-pozFx .framer-x2ktpe { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-pozFx .framer-1wa4021 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; width: 20px; }\",\".framer-pozFx .framer-1jdnqmf { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-pozFx .framer-tihz0c { flex: none; height: 2px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pozFx.framer-12wi03i { gap: 0px; } .framer-pozFx.framer-12wi03i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pozFx.framer-12wi03i > :first-child { margin-left: 0px; } .framer-pozFx.framer-12wi03i > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Y0MFcGh8z\":{\"layout\":[\"fixed\",\"fixed\"]},\"y3suKyZXz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Wld3NDzSj\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerURpjU2GiQ=withCSS(Component,css,\"framer-pozFx\");export default FramerURpjU2GiQ;FramerURpjU2GiQ.displayName=\"Load More\";FramerURpjU2GiQ.defaultProps={height:40,width:100};addPropertyControls(FramerURpjU2GiQ,{variant:{options:[\"lL2pSQC_D\",\"Y0MFcGh8z\",\"y3suKyZXz\"],optionTitles:[\"Default\",\"Loading\",\"Hidden\"],title:\"Variant\",type:ControlType.Enum},Wld3NDzSj:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerURpjU2GiQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerURpjU2GiQ\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerVariables\":\"{\\\"Wld3NDzSj\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"100\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Y0MFcGh8z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"y3suKyZXz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./URpjU2GiQ.map", "// Generated by Framer (6d82f59)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={OdPsFF0sr:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import Button from\"#framer/local/canvasComponent/bv3bE2iKf/bv3bE2iKf.js\";import IconBlock from\"#framer/local/canvasComponent/dEYZC39bG/dEYZC39bG.js\";import ImageCarousel from\"#framer/local/canvasComponent/i7mYwwSDA/i7mYwwSDA.js\";import ArticleCard from\"#framer/local/canvasComponent/MWyddFE5T/MWyddFE5T.js\";import Nav from\"#framer/local/canvasComponent/pQWsMWkcK/pQWsMWkcK.js\";import Footer from\"#framer/local/canvasComponent/PXsLfd7Q9/PXsLfd7Q9.js\";import RevealText from\"#framer/local/canvasComponent/trM7glBK4/trM7glBK4.js\";import LoadMore from\"#framer/local/canvasComponent/URpjU2GiQ/URpjU2GiQ.js\";import Articles from\"#framer/local/collection/ZHWCWRoGW/ZHWCWRoGW.js\";import*as sharedStyle3 from\"#framer/local/css/qVs2_rhzk/qVs2_rhzk.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle2 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavFonts=getFonts(Nav);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const IconBlockFonts=getFonts(IconBlock);const ImageWithFX=withFX(Image);const RevealTextFonts=getFonts(RevealText);const RevealTextWithVariantAppearEffect=withVariantAppearEffect(RevealText);const PhosphorFonts=getFonts(Phosphor);const ArticleCardFonts=getFonts(ArticleCard);const LoadMoreFonts=getFonts(LoadMore);const ImageCarouselFonts=getFonts(ImageCarousel);const FooterFonts=getFonts(Footer);const breakpoints={WQLkyLRf1:\"(min-width: 1200px)\",xpnSQoqpU:\"(max-width: 599px)\",zJHXSfFG4:\"(min-width: 600px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-LOltP\";const variantClassNames={WQLkyLRf1:\"framer-v-72rtr7\",xpnSQoqpU:\"framer-v-12s3td0\",zJHXSfFG4:\"framer-v-hfi8k5\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition1={damping:30,delay:.1,mass:1,stiffness:300,type:\"spring\"};const transition2={damping:30,delay:.15,mass:1,stiffness:300,type:\"spring\"};const transition3={damping:30,delay:.2,mass:1,stiffness:300,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition4={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition5={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:20};const transition6={damping:30,delay:.4,mass:1,stiffness:400,type:\"spring\"};const transition7={damping:30,delay:.05,mass:1,stiffness:300,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"bwqA_0DIS\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"xpnSQoqpU\",Tablet:\"zJHXSfFG4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ArMrH4TxObwqA_0DIS,gXKjs4cIgbwqA_0DIS,e5K60xWuRbwqA_0DIS,wzXPUcUYlbwqA_0DIS,dvHZwFyBpbwqA_0DIS,HH02Ld8pjbwqA_0DIS,idbwqA_0DIS,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Wld3NDzSj1b86s49=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{loadMore();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"YvFXtYkkE\");const ref2=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if([\"zJHXSfFG4\",\"xpnSQoqpU\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"zJHXSfFG4\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"xpnSQoqpU\")return true;return false;};const elementId1=useRouteElementId(\"N2BTA_yvm\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"AkZj0mPCh\");const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const elementId3=useRouteElementId(\"ylSHHijZK\");const elementId4=useRouteElementId(\"gaXfwftqM\");const elementId5=useRouteElementId(\"ZcPd8K97e\");const elementId6=useRouteElementId(\"BZlI6n1t1\");const ref8=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, rgb(26, 31, 35)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yri3j9-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{variant:\"dxtA8R9ro\"},zJHXSfFG4:{variant:\"vRz6iFx98\"}},children:/*#__PURE__*/_jsx(Nav,{clAbNMnsd:\"FfO4Dlzex\",DL23iyFpY:\"FfO4Dlzex\",ftjq8MRfC:\"FfO4Dlzex\",height:\"100%\",id:\"TcOo_Zk5d\",KdulvDC1_:\"FfO4Dlzex\",kFuAmwfc_:\"FfO4Dlzex\",layoutId:\"TcOo_Zk5d\",style:{width:\"100%\"},tCQ830Vbp:\"zGmc_kRNa\",variant:\"eoTXJYY6N\",width:\"100%\",WVa3nSgrQ:\"FfO4Dlzex\",Xdjo1hUvK:\"FfO4Dlzex\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xockev\",\"data-framer-name\":\"Section\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oer879\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dq64sn\",\"data-framer-name\":\"Content Block\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"Help us spread kindness and create a better world for all!\"})}),className:\"framer-1ojxnsd\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2leiwx\",\"data-framer-name\":\"Button Group\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JOHqRf3Gc\"},implicitPathVariables:undefined},{href:{webPageId:\"JOHqRf3Gc\"},implicitPathVariables:undefined},{href:{webPageId:\"JOHqRf3Gc\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dhc7vl-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{kO1uwEB37:resolvedLinks[2]},zJHXSfFG4:{kO1uwEB37:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{gc48N2sQ_:false,H5mxIOzk5:false,height:\"100%\",id:\"mtJH5B46_\",jyZ2hVSr3:\"ArrowCircleRight\",kO1uwEB37:resolvedLinks[0],layoutId:\"mtJH5B46_\",p_XbGGwCl:false,TjSwMLtWU:getLocalizedValue(\"v1\",activeLocale)??\"Donate\",variant:\"fl0MmRtJS\",width:\"100%\",XHCn6oFII:\"regular\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined},{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined},{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-36nly7-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{kO1uwEB37:resolvedLinks1[2]},zJHXSfFG4:{kO1uwEB37:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{gc48N2sQ_:false,H5mxIOzk5:false,height:\"100%\",id:\"WgSe4aVjn\",jyZ2hVSr3:\"ArrowCircleRight\",kO1uwEB37:resolvedLinks1[0],layoutId:\"WgSe4aVjn\",p_XbGGwCl:false,TjSwMLtWU:getLocalizedValue(\"v2\",activeLocale)??\"Get Involved\",variant:\"t_bmGmluk\",width:\"100%\",XHCn6oFII:\"regular\"})})})})})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://www.madisonareaarts.org\",nodeId:\"luKU8820N\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{background:{alt:getLocalizedValue(\"v3\",activeLocale)??\"Kindness mural\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+0+80+0+0+263.2),pixelHeight:960,pixelWidth:1280,positionX:\"37.5%\",positionY:\"27.2%\",sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,src:\"https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg\",srcSet:\"https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg 1280w\"}},zJHXSfFG4:{background:{alt:getLocalizedValue(\"v3\",activeLocale)??\"Kindness mural\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+0+80+0+0+263.2),pixelHeight:960,pixelWidth:1280,positionX:\"37.5%\",positionY:\"27.2%\",sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,src:\"https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg\",srcSet:\"https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v3\",activeLocale)??\"Kindness mural\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+0+80+0+0+263.2),pixelHeight:960,pixelWidth:1280,positionX:\"37.5%\",positionY:\"27.2%\",sizes:`min(${componentViewport?.width||\"100vw\"} - 160px, 1440px)`,src:\"https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg\",srcSet:\"https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/66Vx9s1OpHwpEtR3Hyo6vH6n4.jpg 1280w\"},className:\"framer-1u8xdvi framer-lux5qc\",\"data-framer-name\":\"Image\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14gfft5 hidden-hfi8k5 hidden-12s3td0\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-34ihza\",\"data-framer-name\":\"line\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:1444,svg:'<svg width=\"1444\" height=\"44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 42c4.97-.139 10.57-.966 14.89-1.569 19.638-2.74 37.794-6.288 56.643-9.413 37.779-6.265 76.479-11.622 117.226-16.239 33.296-3.773 66.843-7.312 102.409-9.006 39.439-1.878 85.661-3.277 124.525.061 68.391 5.874 120.971 21.01 186.716 28.403 54.782 6.16 116.63 6.85 174.379 4.014 40.356-1.982 80.831-4.58 120.219-7.722 61.034-4.868 117.913-12.59 176.573-19.214 36.38-4.108 73.94-7.875 113.28-8.843 28.12-.69 57.55-.946 84.67 1.549 26.1 2.4 51.26 5.405 77.81 7.457 29.79 2.302 59.97 3.09 90.66 3.75\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:.2,duration:.3,ease:[.44,0,.56,1],mass:10,stiffness:275,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1440,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-ildurd\",\"data-framer-name\":\"Over\",style:{transformPerspective:1200}})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16nfsvi hidden-72rtr7 hidden-12s3td0\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-vyx6s1\",\"data-framer-name\":\"line\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:1444,svg:'<svg width=\"1444\" height=\"44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 42c4.97-.139 10.57-.966 14.89-1.569 19.638-2.74 37.794-6.288 56.643-9.413 37.779-6.265 76.479-11.622 117.226-16.239 33.296-3.773 66.843-7.312 102.409-9.006 39.439-1.878 85.661-3.277 124.525.061 68.391 5.874 120.971 21.01 186.716 28.403 54.782 6.16 116.63 6.85 174.379 4.014 40.356-1.982 80.831-4.58 120.219-7.722 61.034-4.868 117.913-12.59 176.573-19.214 36.38-4.108 73.94-7.875 113.28-8.843 28.12-.69 57.55-.946 84.67 1.549 26.1 2.4 51.26 5.405 77.81 7.457 29.79 2.302 59.97 3.09 90.66 3.75\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:.2,duration:.3,ease:[.44,0,.56,1],mass:10,stiffness:275,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1040,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-hg83at\",\"data-framer-name\":\"Over\",style:{transformPerspective:1200}})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k61rv2 hidden-72rtr7 hidden-hfi8k5\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-wr6rsr\",\"data-framer-name\":\"line\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:1444,svg:'<svg width=\"1444\" height=\"44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 42c4.97-.139 10.57-.966 14.89-1.569 19.638-2.74 37.794-6.288 56.643-9.413 37.779-6.265 76.479-11.622 117.226-16.239 33.296-3.773 66.843-7.312 102.409-9.006 39.439-1.878 85.661-3.277 124.525.061 68.391 5.874 120.971 21.01 186.716 28.403 54.782 6.16 116.63 6.85 174.379 4.014 40.356-1.982 80.831-4.58 120.219-7.722 61.034-4.868 117.913-12.59 176.573-19.214 36.38-4.108 73.94-7.875 113.28-8.843 28.12-.69 57.55-.946 84.67 1.549 26.1 2.4 51.26 5.405 77.81 7.457 29.79 2.302 59.97 3.09 90.66 3.75\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:.2,duration:.3,ease:[.44,0,.56,1],mass:10,stiffness:275,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:600,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-k1jdsq\",\"data-framer-name\":\"Over\",style:{transformPerspective:1200}})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ro0ime\",\"data-framer-name\":\"Section\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-okuzz8\",\"data-framer-name\":\"Content Wrapper\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uee3to\",\"data-framer-name\":\"Mission\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:119,intrinsicWidth:135,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+789.2+80+0+0+0+40+0),pixelHeight:2055,pixelWidth:1777,positionX:\"center\",positionY:\"center\",sizes:\"192px\",src:\"https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=1024 885w,https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=2048 1770w,https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png 1777w\"}},zJHXSfFG4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:119,intrinsicWidth:135,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+896.2+80+0+0+0+40+0),pixelHeight:2055,pixelWidth:1777,positionX:\"center\",positionY:\"center\",sizes:\"192px\",src:\"https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=1024 885w,https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=2048 1770w,https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png 1777w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:119,intrinsicWidth:135,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+1145.2+80+0+0+40+0),pixelHeight:2055,pixelWidth:1777,positionX:\"center\",positionY:\"center\",sizes:\"192px\",src:\"https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=1024 885w,https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png?scale-down-to=2048 1770w,https://framerusercontent.com/images/NoeMINbuaU28r0z0KmNURb5WnKw.png 1777w\"},className:\"framer-15ebkgw\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our Mission\"})}),className:\"framer-1jr8izu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Kindness Jefferson County, Indiana, exists to bring our community together and spread positivity when it's needed most. We're a non-profit, non-political, judgment-free group with one goal \u2013 to help others both financially and emotionally. By collecting donations from our community members, we aim to give back to those who need it most.\"})}),className:\"framer-1cx6vhz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JOHqRf3Gc\"},implicitPathVariables:undefined},{href:{webPageId:\"JOHqRf3Gc\"},implicitPathVariables:undefined},{href:{webPageId:\"JOHqRf3Gc\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vbhdk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{kO1uwEB37:resolvedLinks2[2]},zJHXSfFG4:{kO1uwEB37:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(Button,{gc48N2sQ_:false,H5mxIOzk5:false,height:\"100%\",id:\"NQcWqc9uX\",jyZ2hVSr3:\"ArrowCircleRight\",kO1uwEB37:resolvedLinks2[0],layoutId:\"NQcWqc9uX\",p_XbGGwCl:false,style:{width:\"100%\"},TjSwMLtWU:getLocalizedValue(\"v1\",activeLocale)??\"Donate\",variant:\"fl0MmRtJS\",width:\"100%\",XHCn6oFII:\"regular\"})})})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ger4dl\",\"data-framer-name\":\"Section\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4dbcnc\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-wveyim\",\"data-framer-name\":\"line\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:1444,svg:'<svg width=\"1444\" height=\"44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 42c4.97-.139 10.57-.966 14.89-1.569 19.638-2.74 37.794-6.288 56.643-9.413 37.779-6.265 76.479-11.622 117.226-16.239 33.296-3.773 66.843-7.312 102.409-9.006 39.439-1.878 85.661-3.277 124.525.061 68.391 5.874 120.971 21.01 186.716 28.403 54.782 6.16 116.63 6.85 174.379 4.014 40.356-1.982 80.831-4.58 120.219-7.722 61.034-4.868 117.913-12.59 176.573-19.214 36.38-4.108 73.94-7.875 113.28-8.843 28.12-.69 57.55-.946 84.67 1.549 26.1 2.4 51.26 5.405 77.81 7.457 29.79 2.302 59.97 3.09 90.66 3.75\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:.2,duration:.3,ease:[.44,0,.56,1],mass:10,stiffness:275,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1440,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-8xhe6\",\"data-framer-name\":\"Over\",style:{transformPerspective:1200}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1709j07\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16z2gw1\",\"data-framer-name\":\"Content Block\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"What we do\"})}),className:\"framer-1ootu6\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uq53kv-container\",children:/*#__PURE__*/_jsx(IconBlock,{bwi25T5U8:\"ChalkboardTeacher\",height:\"100%\",id:\"fveCY_A7D\",layoutId:\"fveCY_A7D\",pNJfzIinH:getLocalizedValue(\"v7\",activeLocale)??\"Volunteering\",style:{width:\"100%\"},variant:\"Ddqk6olZU\",Wfqe88iCt:getLocalizedValue(\"v8\",activeLocale)??\"Our volunteers lend a hand whenever it is needed, whether for general assistance, community improvement, or participation in larger projects. Regardless of the cause, our volunteers are eager and happy to help.\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4whhxe-container\",children:/*#__PURE__*/_jsx(IconBlock,{bwi25T5U8:\"UsersFour\",height:\"100%\",id:\"CvOOIbOGc\",layoutId:\"CvOOIbOGc\",pNJfzIinH:getLocalizedValue(\"v9\",activeLocale)??\"Community Service Projects\",style:{width:\"100%\"},variant:\"Ddqk6olZU\",Wfqe88iCt:getLocalizedValue(\"v10\",activeLocale)??\"We collaborate with local businesses and other community organizations to identify service projects that will benefit the community. These projects encompass activities such as offering assistance, organizing food drives, or providing home repairs for those in need.\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kotl7s-container\",children:/*#__PURE__*/_jsx(IconBlock,{bwi25T5U8:\"Confetti\",height:\"100%\",id:\"daJip29DE\",layoutId:\"daJip29DE\",pNJfzIinH:getLocalizedValue(\"v11\",activeLocale)??\"Social Events\",style:{width:\"100%\"},variant:\"Ddqk6olZU\",Wfqe88iCt:getLocalizedValue(\"v12\",activeLocale)??\"We frequently collaborate with local businesses to organize events that unite community members for both enjoyment and kindness. These events encompass holiday dinners, DJ services, and more, creating opportunities for volunteers and community members to forge connections and assist those in need.\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined},{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined},{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lf7gch-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{kO1uwEB37:resolvedLinks3[2]},zJHXSfFG4:{kO1uwEB37:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(Button,{gc48N2sQ_:false,H5mxIOzk5:false,height:\"100%\",id:\"aN9mXl_KC\",jyZ2hVSr3:\"ArrowCircleRight\",kO1uwEB37:resolvedLinks3[0],layoutId:\"aN9mXl_KC\",p_XbGGwCl:false,style:{width:\"100%\"},TjSwMLtWU:getLocalizedValue(\"v13\",activeLocale)??\"Get Involved\",variant:\"fl0MmRtJS\",width:\"100%\",XHCn6oFII:\"regular\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{__framer__parallaxTransformEnabled:undefined,background:{alt:getLocalizedValue(\"v14\",activeLocale)??\"Baby Infront of kindness banner\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1536,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+1604.4+80+100+0+884.2),pixelHeight:2048,pixelWidth:1536,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 520px)`,src:\"https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg\",srcSet:\"https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg 1536w\"}},zJHXSfFG4:{__framer__parallaxTransformEnabled:undefined,background:{alt:getLocalizedValue(\"v14\",activeLocale)??\"Baby Infront of kindness banner\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1536,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+1711.4+80+100+0+884.2),pixelHeight:2048,pixelWidth:1536,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px), 520px)`,src:\"https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg\",srcSet:\"https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg 1536w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__offset:160,__framer__parallaxTransformEnabled:true,__framer__speed:95,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:getLocalizedValue(\"v14\",activeLocale)??\"Baby Infront of kindness banner\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1536,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+1960.4+80+100+0),pixelHeight:2048,pixelWidth:1536,sizes:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) * 0.4, 1px), 520px)`,src:\"https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg\",srcSet:\"https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/WOnmPIf2ZaYjezfC9FUIu4cOMc.jpg 1536w\"},className:\"framer-vwggwp\",\"data-framer-name\":\"Image\",style:{transformPerspective:1200}})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ch0l02\",\"data-framer-name\":\"Love Changes Everything\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xdrtol\",\"data-framer-name\":\"Content Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wnexrp-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{__framer__targets:[{ref:ref5,target:\"rouILq4ku\"},{ref:ref6,target:\"nR3S_lD9Z\"},{ref:ref7,target:\"d2vd0cbDX\"}],variant:\"NClTae5Fj\"},zJHXSfFG4:{__framer__targets:[{ref:ref5,target:\"rouILq4ku\"},{ref:ref6,target:\"nR3S_lD9Z\"},{ref:ref7,target:\"d2vd0cbDX\"}],variant:\"NClTae5Fj\"}},children:/*#__PURE__*/_jsx(RevealTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref5,target:\"GiPIGbnKt\"},{ref:ref6,target:\"lyHeYj3yv\"},{ref:ref7,target:\"GgmYkgpYl\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"pXldGvduW\",layoutId:\"pXldGvduW\",style:{width:\"100%\"},variant:\"l9VdFUkgC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-111vhau\",\"data-framer-name\":\"Sections\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-k53lsm\",\"data-framer-name\":\"Love\",id:elementId3,ref:ref5}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10s66d8\",\"data-framer-name\":\"Changes\",id:elementId4,ref:ref6}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jogtq2\",\"data-framer-name\":\"Everything\",id:elementId5,ref:ref7}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jq3pp8\",\"data-framer-name\":\"Filler\"})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ucoukd\",\"data-framer-name\":\"Section\",id:elementId6,ref:ref8,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pgnnp6\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m1a80s\",\"data-framer-name\":\"Content Block\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"Our story\"})}),className:\"framer-1m9pfx4\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Kindness Jefferson County Indiana was founded in 2022 with a simple yet powerful mission: to bring our community together and spread positivity when it's needed most. In a world plagued with problems, there are times when you may feel overwhelmed or alone, with nowhere to turn. However, hope resides in a community of passionate volunteers and members eager to lend a hand when needed. Together, we can create a happier and kinder world for all.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Since our founding, we have evolved into a thriving community of volunteers who are passionate about giving back. We collaborate with a wide range of partners, including local businesses, schools, and community organizations, to identify needs and foster kindness for all.\"})]}),className:\"framer-1ro1we6\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined},{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined},{href:{webPageId:\"Uck0WwAR5\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jzkxvu-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{kO1uwEB37:resolvedLinks4[2]},zJHXSfFG4:{kO1uwEB37:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Button,{gc48N2sQ_:false,H5mxIOzk5:false,height:\"100%\",id:\"TuWJBzDE2\",jyZ2hVSr3:\"ArrowCircleRight\",kO1uwEB37:resolvedLinks4[0],layoutId:\"TuWJBzDE2\",p_XbGGwCl:false,style:{width:\"100%\"},TjSwMLtWU:getLocalizedValue(\"v2\",activeLocale)??\"Get Involved\",variant:\"fl0MmRtJS\",width:\"100%\",XHCn6oFII:\"regular\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{__framer__parallaxTransformEnabled:undefined,background:{alt:getLocalizedValue(\"v17\",activeLocale)??\"Deadpool holding a you are awesome sign in downtown madison\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+4007.6000000000004+80+-11368683772161603e-29+0+0),pixelHeight:1500,pixelWidth:1125,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 520px)`,src:\"https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg\",srcSet:\"https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg 1125w\"}},zJHXSfFG4:{__framer__parallaxTransformEnabled:undefined,background:{alt:getLocalizedValue(\"v17\",activeLocale)??\"Deadpool holding a you are awesome sign in downtown madison\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+4361.6+80+-11368683772161603e-29+0+0),pixelHeight:1500,pixelWidth:1125,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px), 520px)`,src:\"https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg\",srcSet:\"https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg 1125w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__offset:160,__framer__parallaxTransformEnabled:true,__framer__speed:95,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:getLocalizedValue(\"v17\",activeLocale)??\"Deadpool holding a you are awesome sign in downtown madison\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+4337.4+80+0+0),pixelHeight:1500,pixelWidth:1125,sizes:`min(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 64px) * 0.4, 1px), 520px)`,src:\"https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg\",srcSet:\"https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/2uF9C1V7N63Voj2rMjKh4LctvQ.jpg 1125w\"},className:\"framer-13mrh1l\",\"data-framer-name\":\"Image\",style:{transformPerspective:1200}})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jr468l\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-112rxcc\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-rdf6l1\",\"data-framer-name\":\"line\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:1444,svg:'<svg width=\"1444\" height=\"44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 42c4.97-.139 10.57-.966 14.89-1.569 19.638-2.74 37.794-6.288 56.643-9.413 37.779-6.265 76.479-11.622 117.226-16.239 33.296-3.773 66.843-7.312 102.409-9.006 39.439-1.878 85.661-3.277 124.525.061 68.391 5.874 120.971 21.01 186.716 28.403 54.782 6.16 116.63 6.85 174.379 4.014 40.356-1.982 80.831-4.58 120.219-7.722 61.034-4.868 117.913-12.59 176.573-19.214 36.38-4.108 73.94-7.875 113.28-8.843 28.12-.69 57.55-.946 84.67 1.549 26.1 2.4 51.26 5.405 77.81 7.457 29.79 2.302 59.97 3.09 90.66 3.75\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:600,y:0}}]},zJHXSfFG4:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1040,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:.2,duration:.3,ease:[.44,0,.56,1],mass:10,stiffness:275,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1440,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-x0nbn9\",\"data-framer-name\":\"Over\",style:{transformPerspective:1200}})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16chnmi\",\"data-framer-name\":\"Blog\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Services\"})}),className:\"framer-1mjqw1w\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iayey2\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-151b98\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+6247.8+80+147.2+0+0+0+0),pixelHeight:909,pixelWidth:1178,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`,src:\"https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg 1178w\"}},zJHXSfFG4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+6601.8+80+171.2+0+0+0+0),pixelHeight:909,pixelWidth:1178,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,src:\"https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg 1178w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+5954.4+80+171.19999999999993+0+0+0),pixelHeight:909,pixelWidth:1178,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Znna6XsrwhP2m9ugD8RvwCyH3Ps.jpg 1178w\"},className:\"framer-13g3beu\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-130xd76\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"S.A.V\"})}),className:\"framer-1rb7f2o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-i7y4e1\",\"data-styles-preset\":\"qVs2_rhzk\",children:\"Create a sensory-friendly experience with our S.A.V!,\"})}),className:\"framer-1vqru1f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yXkY1iMc_\"},implicitPathVariables:undefined},{href:{webPageId:\"yXkY1iMc_\"},implicitPathVariables:undefined},{href:{webPageId:\"yXkY1iMc_\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ioxgit-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{kO1uwEB37:resolvedLinks5[2]},zJHXSfFG4:{kO1uwEB37:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(Button,{gc48N2sQ_:false,H5mxIOzk5:false,height:\"100%\",id:\"WmchzpbPI\",jyZ2hVSr3:\"ArrowCircleRight\",kO1uwEB37:resolvedLinks5[0],layoutId:\"WmchzpbPI\",p_XbGGwCl:false,TjSwMLtWU:getLocalizedValue(\"v21\",activeLocale)??\"Learn More\",variant:\"t_bmGmluk\",width:\"100%\",XHCn6oFII:\"regular\"})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ec36jz\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+6247.8+80+147.2+0+535.4+0+0),pixelHeight:960,pixelWidth:960,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 100px)`,src:\"https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg\",srcSet:\"https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg 960w\"}},zJHXSfFG4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+6601.8+80+171.2+0+535.4+0+0),pixelHeight:960,pixelWidth:960,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px), 100px)`,src:\"https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg\",srcSet:\"https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg 960w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+5954.4+80+171.19999999999993+0+0+0),pixelHeight:960,pixelWidth:960,sizes:`max(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 80px) / 3, 1px), 100px)`,src:\"https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg\",srcSet:\"https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QRF6EaJde9spVUhvKOjEn8xLA.jpg 960w\"},className:\"framer-1wq416l\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-978fo2\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Professional DJ\"})}),className:\"framer-1kkzexu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-i7y4e1\",\"data-styles-preset\":\"qVs2_rhzk\",children:\"From music, entertainment, audio & lighting we have it all.\"})}),className:\"framer-1ghy7e5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lxkuOTfXF\"},implicitPathVariables:undefined},{href:{webPageId:\"lxkuOTfXF\"},implicitPathVariables:undefined},{href:{webPageId:\"lxkuOTfXF\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ie94hz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{kO1uwEB37:resolvedLinks6[2]},zJHXSfFG4:{kO1uwEB37:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(Button,{gc48N2sQ_:false,H5mxIOzk5:false,height:\"100%\",id:\"NG6N7O3X_\",jyZ2hVSr3:\"ArrowCircleRight\",kO1uwEB37:resolvedLinks6[0],layoutId:\"NG6N7O3X_\",p_XbGGwCl:false,TjSwMLtWU:getLocalizedValue(\"v21\",activeLocale)??\"Learn More\",variant:\"t_bmGmluk\",width:\"100%\",XHCn6oFII:\"regular\"})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1u2kmq3\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+6247.8+80+147.2+0+1070.8+0+0),pixelHeight:406,pixelWidth:536,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`,src:\"https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png\",srcSet:\"https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png 536w\"}},zJHXSfFG4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+6601.8+80+171.2+0+1070.8+0+0),pixelHeight:406,pixelWidth:536,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,src:\"https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png\",srcSet:\"https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png 536w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+5954.4+80+171.19999999999993+0+0+0),pixelHeight:406,pixelWidth:536,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png\",srcSet:\"https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/oH0JtwIhJ2bvVmXfWzggYw5HbQ.png 536w\"},className:\"framer-1o8nfih\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pocdet\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Dunk Tank\"})}),className:\"framer-1ll4u7v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-i7y4e1\",\"data-styles-preset\":\"qVs2_rhzk\",children:\"Make your event a splash with our new dunk tank!\"})}),className:\"framer-98vvn2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HxUyHwXUs\"},implicitPathVariables:undefined},{href:{webPageId:\"HxUyHwXUs\"},implicitPathVariables:undefined},{href:{webPageId:\"HxUyHwXUs\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9x8zbe-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{kO1uwEB37:resolvedLinks7[2]},zJHXSfFG4:{kO1uwEB37:resolvedLinks7[1]}},children:/*#__PURE__*/_jsx(Button,{gc48N2sQ_:false,H5mxIOzk5:false,height:\"100%\",id:\"gekQuYD3N\",jyZ2hVSr3:\"ArrowCircleRight\",kO1uwEB37:resolvedLinks7[0],layoutId:\"gekQuYD3N\",p_XbGGwCl:false,TjSwMLtWU:getLocalizedValue(\"v21\",activeLocale)??\"Learn More\",variant:\"t_bmGmluk\",width:\"100%\",XHCn6oFII:\"regular\"})})})})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mnlvsr\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1od3khy\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1214pln\",\"data-framer-name\":\"line\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:1444,svg:'<svg width=\"1444\" height=\"44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 42c4.97-.139 10.57-.966 14.89-1.569 19.638-2.74 37.794-6.288 56.643-9.413 37.779-6.265 76.479-11.622 117.226-16.239 33.296-3.773 66.843-7.312 102.409-9.006 39.439-1.878 85.661-3.277 124.525.061 68.391 5.874 120.971 21.01 186.716 28.403 54.782 6.16 116.63 6.85 174.379 4.014 40.356-1.982 80.831-4.58 120.219-7.722 61.034-4.868 117.913-12.59 176.573-19.214 36.38-4.108 73.94-7.875 113.28-8.843 28.12-.69 57.55-.946 84.67 1.549 26.1 2.4 51.26 5.405 77.81 7.457 29.79 2.302 59.97 3.09 90.66 3.75\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:600,y:0}}]},zJHXSfFG4:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1040,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:.2,duration:.3,ease:[.44,0,.56,1],mass:10,stiffness:275,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1440,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-zk828i\",\"data-framer-name\":\"Over\",style:{transformPerspective:1200}})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hd2yic\",\"data-framer-name\":\"Blog\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1svm3cf\",\"data-framer-name\":\"Content Block\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gelnnf\",\"data-framer-name\":\"Icon\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hq2mm2-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-009e17d6-4a06-4696-b217-64427ce2a199, rgb(237, 122, 7))\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"Heart\",id:\"Ut1wdO6nq\",layoutId:\"Ut1wdO6nq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"strong\",{children:[\"Acts of \",/*#__PURE__*/_jsx(\"br\",{}),\"Kindness\"]})})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Acts of Kindness\"})})}),className:\"framer-o4uwgx\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-y6o6y3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:2,query:{from:{alias:\"bwqA_0DIS\",data:Articles,type:\"Collection\"},orderBy:[{collection:\"bwqA_0DIS\",direction:\"desc\",name:\"wzXPUcUYl\",type:\"Identifier\"}],select:[{collection:\"bwqA_0DIS\",name:\"ArMrH4TxO\",type:\"Identifier\"},{collection:\"bwqA_0DIS\",name:\"gXKjs4cIg\",type:\"Identifier\"},{collection:\"bwqA_0DIS\",name:\"e5K60xWuR\",type:\"Identifier\"},{collection:\"bwqA_0DIS\",name:\"wzXPUcUYl\",type:\"Identifier\"},{collection:\"bwqA_0DIS\",name:\"dvHZwFyBp\",type:\"Identifier\"},{collection:\"bwqA_0DIS\",name:\"HH02Ld8pj\",type:\"Identifier\"},{collection:\"bwqA_0DIS\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection?.map(({ArMrH4TxO:ArMrH4TxObwqA_0DIS,dvHZwFyBp:dvHZwFyBpbwqA_0DIS,e5K60xWuR:e5K60xWuRbwqA_0DIS,gXKjs4cIg:gXKjs4cIgbwqA_0DIS,HH02Ld8pj:HH02Ld8pjbwqA_0DIS,id:idbwqA_0DIS,wzXPUcUYl:wzXPUcUYlbwqA_0DIS},index)=>{ArMrH4TxObwqA_0DIS??=\"\";e5K60xWuRbwqA_0DIS??=\"\";dvHZwFyBpbwqA_0DIS??=\"\";HH02Ld8pjbwqA_0DIS??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`bwqA_0DIS-${idbwqA_0DIS}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ArMrH4TxO:ArMrH4TxObwqA_0DIS},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ArMrH4TxO:ArMrH4TxObwqA_0DIS},webPageId:\"XpXKx0Stx\"},implicitPathVariables:undefined},{href:{pathVariables:{ArMrH4TxO:ArMrH4TxObwqA_0DIS},webPageId:\"XpXKx0Stx\"},implicitPathVariables:undefined},{href:{pathVariables:{ArMrH4TxO:ArMrH4TxObwqA_0DIS},webPageId:\"XpXKx0Stx\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 60px)`,y:(componentViewport?.y||0)+80+8229.2+80+239.2+30+0},zJHXSfFG4:{width:`calc(${componentViewport?.width||\"100vw\"} - 140px)`,y:(componentViewport?.y||0)+80+8607.2+80+171.2+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:`calc(min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 60px)`,y:(componentViewport?.y||0)+80+6889+80+171.2+30+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oa40k8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{v6giNJcHs:resolvedLinks8[2],variant:\"HYtT_05hp\"},zJHXSfFG4:{v6giNJcHs:resolvedLinks8[1],variant:\"oEo12nt9l\"}},children:/*#__PURE__*/_jsx(ArticleCard,{cX61Ezxh4:HH02Ld8pjbwqA_0DIS,height:\"100%\",id:\"b0Q9p3AnB\",KjasVh7UV:dvHZwFyBpbwqA_0DIS,layoutId:\"b0Q9p3AnB\",lv7a1nUP1:toResponsiveImage(gXKjs4cIgbwqA_0DIS),NV3WqZXXR:wzXPUcUYlbwqA_0DIS,style:{width:\"100%\"},v6giNJcHs:resolvedLinks8[0],variant:\"NWMp0piCC\",wAcfmKM_R:e5K60xWuRbwqA_0DIS,width:\"100%\"})})})})})})})},idbwqA_0DIS);}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{y:(componentViewport?.y||0)+80+8229.2+80+239.2+30+292},zJHXSfFG4:{y:(componentViewport?.y||0)+80+8607.2+80+171.2+30+292}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"200px\",y:(componentViewport?.y||0)+80+6889+80+171.2+30+292,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1anp030-container\",children:/*#__PURE__*/_jsx(LoadMore,{height:\"100%\",id:\"Eerge811n\",layoutId:\"Eerge811n\",style:{height:\"100%\",width:\"100%\"},variant:loaderVariants(paginationInfo,{disabled:\"y3suKyZXz\",loading:\"Y0MFcGh8z\"},\"lL2pSQC_D\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1b86s49({loadMore})})})})})]})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1corkap\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aiynby\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vbthkp\",\"data-framer-name\":\"line\",fill:\"black\",intrinsicHeight:44,intrinsicWidth:1444,svg:'<svg width=\"1444\" height=\"44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 42c4.97-.139 10.57-.966 14.89-1.569 19.638-2.74 37.794-6.288 56.643-9.413 37.779-6.265 76.479-11.622 117.226-16.239 33.296-3.773 66.843-7.312 102.409-9.006 39.439-1.878 85.661-3.277 124.525.061 68.391 5.874 120.971 21.01 186.716 28.403 54.782 6.16 116.63 6.85 174.379 4.014 40.356-1.982 80.831-4.58 120.219-7.722 61.034-4.868 117.913-12.59 176.573-19.214 36.38-4.108 73.94-7.875 113.28-8.843 28.12-.69 57.55-.946 84.67 1.549 26.1 2.4 51.26 5.405 77.81 7.457 29.79 2.302 59.97 3.09 90.66 3.75\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:600,y:0}}]},zJHXSfFG4:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1040,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:.2,duration:.3,ease:[.44,0,.56,1],mass:10,stiffness:275,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1440,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1er7qyk\",\"data-framer-name\":\"Over\",style:{transformPerspective:1200}})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dsa2ug\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y5fpqp-container\",children:/*#__PURE__*/_jsx(ImageCarousel,{height:\"100%\",id:\"GtLZ6hiQk\",layoutId:\"GtLZ6hiQk\",style:{height:\"100%\",width:\"100%\"},variant:\"FTRQ3wbTq\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{y:(componentViewport?.y||0)+80+10001.400000000001},zJHXSfFG4:{y:(componentViewport?.y||0)+80+10311.400000000001}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:608,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+80+8593.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dw6jo8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xpnSQoqpU:{variant:\"NSiEZGlwe\"},zJHXSfFG4:{variant:\"l2LGBfOeh\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"gAUo31SUZ\",layoutId:\"gAUo31SUZ\",style:{width:\"100%\"},variant:\"DyqLW6rbW\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LOltP.framer-lux5qc, .framer-LOltP .framer-lux5qc { display: block; }\",\".framer-LOltP.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, #1a1f23); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-LOltP .framer-yri3j9-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-LOltP .framer-xockev, .framer-LOltP .framer-ro0ime, .framer-LOltP .framer-ger4dl { align-content: center; align-items: center; background-color: var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, #1a1f23); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; scroll-margin-top: 80px; width: 100%; }\",\".framer-LOltP .framer-oer879 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LOltP .framer-dq64sn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LOltP .framer-1ojxnsd, .framer-LOltP .framer-1jr8izu, .framer-LOltP .framer-1ootu6, .framer-LOltP .framer-1m9pfx4, .framer-LOltP .framer-1ro1we6 { --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-LOltP .framer-2leiwx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LOltP .framer-1dhc7vl-container, .framer-LOltP .framer-36nly7-container, .framer-LOltP .framer-ioxgit-container, .framer-LOltP .framer-ie94hz-container, .framer-LOltP .framer-9x8zbe-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LOltP .framer-1u8xdvi { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 622px; overflow: hidden; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-LOltP .framer-14gfft5, .framer-LOltP .framer-okuzz8, .framer-LOltP .framer-4dbcnc, .framer-LOltP .framer-112rxcc, .framer-LOltP .framer-1od3khy, .framer-LOltP .framer-1aiynby { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LOltP .framer-34ihza, .framer-LOltP .framer-wveyim, .framer-LOltP .framer-rdf6l1, .framer-LOltP .framer-1214pln, .framer-LOltP .framer-1vbthkp { aspect-ratio: 32.81818181818182 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); opacity: 0.3; position: relative; width: 100%; }\",\".framer-LOltP .framer-ildurd, .framer-LOltP .framer-hg83at, .framer-LOltP .framer-k1jdsq, .framer-LOltP .framer-8xhe6, .framer-LOltP .framer-x0nbn9, .framer-LOltP .framer-zk828i, .framer-LOltP .framer-1er7qyk { background-color: var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, #1a1f23); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-LOltP .framer-16nfsvi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 520px; }\",\".framer-LOltP .framer-vyx6s1, .framer-LOltP .framer-wr6rsr { aspect-ratio: 32.81818181818182 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 6px); opacity: 0.3; position: relative; width: 100%; }\",\".framer-LOltP .framer-k61rv2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 342px; }\",\".framer-LOltP .framer-1uee3to { align-content: center; align-items: center; background-color: var(--token-a5df8b6b-54d5-4388-af79-6b45e29e509b, #25292d); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px 24px 40px 24px; position: relative; width: 100%; }\",\".framer-LOltP .framer-15ebkgw { flex: none; height: 168px; overflow: hidden; position: relative; width: 192px; }\",\".framer-LOltP .framer-1cx6vhz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.8; overflow: hidden; position: relative; white-space: pre-wrap; width: 800px; word-break: break-word; word-wrap: break-word; }\",\".framer-LOltP .framer-vbhdk-container, .framer-LOltP .framer-1lf7gch-container, .framer-LOltP .framer-1jzkxvu-container { flex: none; height: auto; position: relative; width: 200px; }\",\".framer-LOltP .framer-1709j07, .framer-LOltP .framer-1pgnnp6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LOltP .framer-16z2gw1, .framer-LOltP .framer-1m1a80s { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LOltP .framer-uq53kv-container, .framer-LOltP .framer-4whhxe-container, .framer-LOltP .framer-kotl7s-container, .framer-LOltP .framer-oa40k8-container, .framer-LOltP .framer-dw6jo8-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-LOltP .framer-vwggwp, .framer-LOltP .framer-13mrh1l { aspect-ratio: 0.7201800450112528 / 1; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; flex: 2 0 0px; height: var(--framer-aspect-ratio-supported, 542px); max-width: 520px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LOltP .framer-ch0l02 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px; position: relative; width: 100%; }\",\".framer-LOltP .framer-1xdrtol { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LOltP .framer-1wnexrp-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-LOltP .framer-111vhau { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-LOltP .framer-k53lsm, .framer-LOltP .framer-10s66d8, .framer-LOltP .framer-1jogtq2, .framer-LOltP .framer-1jq3pp8 { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-LOltP .framer-ucoukd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; scroll-margin-top: 80px; width: 100%; }\",\".framer-LOltP .framer-1jr468l, .framer-LOltP .framer-mnlvsr, .framer-LOltP .framer-1corkap { align-content: center; align-items: center; background-color: var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, #1a1f23); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-LOltP .framer-16chnmi, .framer-LOltP .framer-1hd2yic { align-content: center; align-items: center; background-color: var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, #18171c); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-LOltP .framer-1mjqw1w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 480px; word-break: break-word; word-wrap: break-word; }\",\".framer-LOltP .framer-iayey2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LOltP .framer-151b98, .framer-LOltP .framer-1u2kmq3 { align-content: center; align-items: center; background-color: var(--token-a5df8b6b-54d5-4388-af79-6b45e29e509b, #211f28); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LOltP .framer-13g3beu, .framer-LOltP .framer-1wq416l, .framer-LOltP .framer-1o8nfih { aspect-ratio: 1.3333333333333333 / 1; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 240px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-LOltP .framer-130xd76, .framer-LOltP .framer-978fo2, .framer-LOltP .framer-pocdet { align-content: flex-start; align-items: flex-start; background-color: var(--token-a5df8b6b-54d5-4388-af79-6b45e29e509b, #211f28); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 30px; position: relative; width: 100%; }\",\".framer-LOltP .framer-1rb7f2o, .framer-LOltP .framer-1kkzexu, .framer-LOltP .framer-1ll4u7v { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LOltP .framer-1vqru1f, .framer-LOltP .framer-1ghy7e5, .framer-LOltP .framer-98vvn2 { --framer-paragraph-spacing: 0px; flex: none; height: 51px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LOltP .framer-1ec36jz { align-content: center; align-items: center; background-color: var(--token-a5df8b6b-54d5-4388-af79-6b45e29e509b, #211f28); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 100px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LOltP .framer-1svm3cf { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LOltP .framer-1gelnnf { align-content: center; align-items: center; background-color: var(--token-3d098108-7e7b-401a-8117-0cbb544d6177, #ffe8c9); border-bottom-left-radius: 99px; border-bottom-right-radius: 99px; border-top-left-radius: 99px; border-top-right-radius: 99px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 72px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-LOltP .framer-1hq2mm2-container { flex: none; height: 36px; position: relative; width: 36px; }\",\".framer-LOltP .framer-o4uwgx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LOltP .framer-y6o6y3 { align-content: flex-start; align-items: flex-start; background-color: #211f28; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1440px; padding: 30px; position: relative; width: 100%; }\",\".framer-LOltP .framer-1anp030-container { flex: none; height: 46px; position: relative; width: 200px; }\",\".framer-LOltP .framer-dsa2ug { align-content: center; align-items: center; background-color: var(--token-86409dd1-fb45-4d6d-b59b-36291556e364, #1a1f23); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-LOltP .framer-1y5fpqp-container { flex: none; height: 691px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LOltP.framer-72rtr7, .framer-LOltP .framer-xockev, .framer-LOltP .framer-oer879, .framer-LOltP .framer-dq64sn, .framer-LOltP .framer-2leiwx, .framer-LOltP .framer-14gfft5, .framer-LOltP .framer-16nfsvi, .framer-LOltP .framer-k61rv2, .framer-LOltP .framer-ro0ime, .framer-LOltP .framer-okuzz8, .framer-LOltP .framer-1uee3to, .framer-LOltP .framer-ger4dl, .framer-LOltP .framer-4dbcnc, .framer-LOltP .framer-1709j07, .framer-LOltP .framer-16z2gw1, .framer-LOltP .framer-ch0l02, .framer-LOltP .framer-1xdrtol, .framer-LOltP .framer-111vhau, .framer-LOltP .framer-ucoukd, .framer-LOltP .framer-1pgnnp6, .framer-LOltP .framer-1m1a80s, .framer-LOltP .framer-1jr468l, .framer-LOltP .framer-112rxcc, .framer-LOltP .framer-16chnmi, .framer-LOltP .framer-iayey2, .framer-LOltP .framer-151b98, .framer-LOltP .framer-130xd76, .framer-LOltP .framer-1ec36jz, .framer-LOltP .framer-978fo2, .framer-LOltP .framer-1u2kmq3, .framer-LOltP .framer-pocdet, .framer-LOltP .framer-mnlvsr, .framer-LOltP .framer-1od3khy, .framer-LOltP .framer-1hd2yic, .framer-LOltP .framer-1svm3cf, .framer-LOltP .framer-1gelnnf, .framer-LOltP .framer-y6o6y3, .framer-LOltP .framer-1corkap, .framer-LOltP .framer-1aiynby, .framer-LOltP .framer-dsa2ug { gap: 0px; } .framer-LOltP.framer-72rtr7 > *, .framer-LOltP .framer-ch0l02 > *, .framer-LOltP .framer-1xdrtol > *, .framer-LOltP .framer-111vhau > *, .framer-LOltP .framer-1jr468l > *, .framer-LOltP .framer-151b98 > *, .framer-LOltP .framer-1ec36jz > *, .framer-LOltP .framer-1u2kmq3 > *, .framer-LOltP .framer-mnlvsr > *, .framer-LOltP .framer-1corkap > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LOltP.framer-72rtr7 > :first-child, .framer-LOltP .framer-xockev > :first-child, .framer-LOltP .framer-oer879 > :first-child, .framer-LOltP .framer-dq64sn > :first-child, .framer-LOltP .framer-16nfsvi > :first-child, .framer-LOltP .framer-k61rv2 > :first-child, .framer-LOltP .framer-ro0ime > :first-child, .framer-LOltP .framer-1uee3to > :first-child, .framer-LOltP .framer-ger4dl > :first-child, .framer-LOltP .framer-16z2gw1 > :first-child, .framer-LOltP .framer-ch0l02 > :first-child, .framer-LOltP .framer-1xdrtol > :first-child, .framer-LOltP .framer-111vhau > :first-child, .framer-LOltP .framer-ucoukd > :first-child, .framer-LOltP .framer-1m1a80s > :first-child, .framer-LOltP .framer-1jr468l > :first-child, .framer-LOltP .framer-16chnmi > :first-child, .framer-LOltP .framer-151b98 > :first-child, .framer-LOltP .framer-130xd76 > :first-child, .framer-LOltP .framer-1ec36jz > :first-child, .framer-LOltP .framer-978fo2 > :first-child, .framer-LOltP .framer-1u2kmq3 > :first-child, .framer-LOltP .framer-pocdet > :first-child, .framer-LOltP .framer-mnlvsr > :first-child, .framer-LOltP .framer-1hd2yic > :first-child, .framer-LOltP .framer-y6o6y3 > :first-child, .framer-LOltP .framer-1corkap > :first-child, .framer-LOltP .framer-dsa2ug > :first-child { margin-top: 0px; } .framer-LOltP.framer-72rtr7 > :last-child, .framer-LOltP .framer-xockev > :last-child, .framer-LOltP .framer-oer879 > :last-child, .framer-LOltP .framer-dq64sn > :last-child, .framer-LOltP .framer-16nfsvi > :last-child, .framer-LOltP .framer-k61rv2 > :last-child, .framer-LOltP .framer-ro0ime > :last-child, .framer-LOltP .framer-1uee3to > :last-child, .framer-LOltP .framer-ger4dl > :last-child, .framer-LOltP .framer-16z2gw1 > :last-child, .framer-LOltP .framer-ch0l02 > :last-child, .framer-LOltP .framer-1xdrtol > :last-child, .framer-LOltP .framer-111vhau > :last-child, .framer-LOltP .framer-ucoukd > :last-child, .framer-LOltP .framer-1m1a80s > :last-child, .framer-LOltP .framer-1jr468l > :last-child, .framer-LOltP .framer-16chnmi > :last-child, .framer-LOltP .framer-151b98 > :last-child, .framer-LOltP .framer-130xd76 > :last-child, .framer-LOltP .framer-1ec36jz > :last-child, .framer-LOltP .framer-978fo2 > :last-child, .framer-LOltP .framer-1u2kmq3 > :last-child, .framer-LOltP .framer-pocdet > :last-child, .framer-LOltP .framer-mnlvsr > :last-child, .framer-LOltP .framer-1hd2yic > :last-child, .framer-LOltP .framer-y6o6y3 > :last-child, .framer-LOltP .framer-1corkap > :last-child, .framer-LOltP .framer-dsa2ug > :last-child { margin-bottom: 0px; } .framer-LOltP .framer-xockev > *, .framer-LOltP .framer-ro0ime > *, .framer-LOltP .framer-ger4dl > *, .framer-LOltP .framer-16z2gw1 > *, .framer-LOltP .framer-ucoukd > *, .framer-LOltP .framer-1m1a80s > *, .framer-LOltP .framer-dsa2ug > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-LOltP .framer-oer879 > *, .framer-LOltP .framer-16nfsvi > *, .framer-LOltP .framer-k61rv2 > *, .framer-LOltP .framer-16chnmi > *, .framer-LOltP .framer-1hd2yic > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-LOltP .framer-dq64sn > *, .framer-LOltP .framer-1uee3to > *, .framer-LOltP .framer-y6o6y3 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-LOltP .framer-2leiwx > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-LOltP .framer-2leiwx > :first-child, .framer-LOltP .framer-14gfft5 > :first-child, .framer-LOltP .framer-okuzz8 > :first-child, .framer-LOltP .framer-4dbcnc > :first-child, .framer-LOltP .framer-1709j07 > :first-child, .framer-LOltP .framer-1pgnnp6 > :first-child, .framer-LOltP .framer-112rxcc > :first-child, .framer-LOltP .framer-iayey2 > :first-child, .framer-LOltP .framer-1od3khy > :first-child, .framer-LOltP .framer-1svm3cf > :first-child, .framer-LOltP .framer-1gelnnf > :first-child, .framer-LOltP .framer-1aiynby > :first-child { margin-left: 0px; } .framer-LOltP .framer-2leiwx > :last-child, .framer-LOltP .framer-14gfft5 > :last-child, .framer-LOltP .framer-okuzz8 > :last-child, .framer-LOltP .framer-4dbcnc > :last-child, .framer-LOltP .framer-1709j07 > :last-child, .framer-LOltP .framer-1pgnnp6 > :last-child, .framer-LOltP .framer-112rxcc > :last-child, .framer-LOltP .framer-iayey2 > :last-child, .framer-LOltP .framer-1od3khy > :last-child, .framer-LOltP .framer-1svm3cf > :last-child, .framer-LOltP .framer-1gelnnf > :last-child, .framer-LOltP .framer-1aiynby > :last-child { margin-right: 0px; } .framer-LOltP .framer-14gfft5 > *, .framer-LOltP .framer-okuzz8 > *, .framer-LOltP .framer-4dbcnc > *, .framer-LOltP .framer-112rxcc > *, .framer-LOltP .framer-1od3khy > *, .framer-LOltP .framer-1aiynby > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-LOltP .framer-1709j07 > *, .framer-LOltP .framer-1pgnnp6 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-LOltP .framer-iayey2 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-LOltP .framer-130xd76 > *, .framer-LOltP .framer-978fo2 > *, .framer-LOltP .framer-pocdet > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-LOltP .framer-1svm3cf > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-LOltP .framer-1gelnnf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 600px) and (max-width: 1199px) { .framer-LOltP.framer-72rtr7 { width: 600px; } .framer-LOltP .framer-xockev, .framer-LOltP .framer-ro0ime, .framer-LOltP .framer-ger4dl, .framer-LOltP .framer-ch0l02, .framer-LOltP .framer-ucoukd, .framer-LOltP .framer-16chnmi, .framer-LOltP .framer-1hd2yic { padding: 80px 40px 80px 40px; } .framer-LOltP .framer-1u8xdvi { height: 373px; } .framer-LOltP .framer-vyx6s1 { height: var(--framer-aspect-ratio-supported, 44px); } .framer-LOltP .framer-okuzz8, .framer-LOltP .framer-112rxcc, .framer-LOltP .framer-1od3khy, .framer-LOltP .framer-1aiynby { flex-direction: column; } .framer-LOltP .framer-1cx6vhz { width: 100%; } .framer-LOltP .framer-1709j07, .framer-LOltP .framer-1pgnnp6 { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-LOltP .framer-16z2gw1, .framer-LOltP .framer-151b98, .framer-LOltP .framer-1ec36jz, .framer-LOltP .framer-1u2kmq3 { flex: none; width: 100%; } .framer-LOltP .framer-vwggwp { aspect-ratio: 0.7202216066481995 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 722px); width: 100%; } .framer-LOltP .framer-1m1a80s { flex: none; order: 1; width: 100%; } .framer-LOltP .framer-13mrh1l { flex: none; height: var(--framer-aspect-ratio-supported, 722px); order: 0; width: 100%; } .framer-LOltP .framer-1jr468l, .framer-LOltP .framer-mnlvsr, .framer-LOltP .framer-1corkap { padding: 40px; } .framer-LOltP .framer-iayey2 { flex-direction: column; gap: 56px; } .framer-LOltP .framer-13g3beu, .framer-LOltP .framer-1wq416l, .framer-LOltP .framer-1o8nfih { height: var(--framer-aspect-ratio-supported, 390px); } .framer-LOltP .framer-y6o6y3 { max-width: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LOltP .framer-okuzz8, .framer-LOltP .framer-1709j07, .framer-LOltP .framer-1pgnnp6, .framer-LOltP .framer-112rxcc, .framer-LOltP .framer-iayey2, .framer-LOltP .framer-1od3khy, .framer-LOltP .framer-1aiynby { gap: 0px; } .framer-LOltP .framer-okuzz8 > *, .framer-LOltP .framer-112rxcc > *, .framer-LOltP .framer-1od3khy > *, .framer-LOltP .framer-1aiynby > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-LOltP .framer-okuzz8 > :first-child, .framer-LOltP .framer-1709j07 > :first-child, .framer-LOltP .framer-1pgnnp6 > :first-child, .framer-LOltP .framer-112rxcc > :first-child, .framer-LOltP .framer-iayey2 > :first-child, .framer-LOltP .framer-1od3khy > :first-child, .framer-LOltP .framer-1aiynby > :first-child { margin-top: 0px; } .framer-LOltP .framer-okuzz8 > :last-child, .framer-LOltP .framer-1709j07 > :last-child, .framer-LOltP .framer-1pgnnp6 > :last-child, .framer-LOltP .framer-112rxcc > :last-child, .framer-LOltP .framer-iayey2 > :last-child, .framer-LOltP .framer-1od3khy > :last-child, .framer-LOltP .framer-1aiynby > :last-child { margin-bottom: 0px; } .framer-LOltP .framer-1709j07 > *, .framer-LOltP .framer-1pgnnp6 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-LOltP .framer-iayey2 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } }}\",\"@media (max-width: 599px) { .framer-LOltP.framer-72rtr7 { width: 390px; } .framer-LOltP .framer-xockev, .framer-LOltP .framer-ro0ime, .framer-LOltP .framer-ger4dl, .framer-LOltP .framer-ch0l02, .framer-LOltP .framer-ucoukd { padding: 80px 24px 80px 24px; } .framer-LOltP .framer-1u8xdvi { height: 266px; } .framer-LOltP .framer-wr6rsr { height: var(--framer-aspect-ratio-supported, 44px); } .framer-LOltP .framer-okuzz8, .framer-LOltP .framer-1709j07, .framer-LOltP .framer-1pgnnp6, .framer-LOltP .framer-112rxcc, .framer-LOltP .framer-1od3khy, .framer-LOltP .framer-1aiynby { flex-direction: column; } .framer-LOltP .framer-1cx6vhz { width: 100%; } .framer-LOltP .framer-16z2gw1, .framer-LOltP .framer-151b98, .framer-LOltP .framer-1ec36jz, .framer-LOltP .framer-1u2kmq3 { flex: none; width: 100%; } .framer-LOltP .framer-vwggwp { aspect-ratio: 0.72 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 475px); width: 100%; } .framer-LOltP .framer-1m1a80s { flex: none; order: 1; width: 100%; } .framer-LOltP .framer-13mrh1l { flex: none; height: var(--framer-aspect-ratio-supported, 474px); order: 0; width: 100%; } .framer-LOltP .framer-1jr468l, .framer-LOltP .framer-mnlvsr, .framer-LOltP .framer-1corkap { padding: 40px 24px 40px 24px; } .framer-LOltP .framer-16chnmi, .framer-LOltP .framer-1hd2yic { gap: 56px; padding: 80px 20px 80px 20px; } .framer-LOltP .framer-iayey2 { flex-direction: column; gap: 56px; } .framer-LOltP .framer-13g3beu { height: var(--framer-aspect-ratio-supported, 262px); } .framer-LOltP .framer-1wq416l, .framer-LOltP .framer-1o8nfih { height: var(--framer-aspect-ratio-supported, 263px); } .framer-LOltP .framer-1svm3cf { flex-direction: column; gap: 20px; } .framer-LOltP .framer-1gelnnf { order: 0; } .framer-LOltP .framer-o4uwgx { order: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LOltP .framer-okuzz8, .framer-LOltP .framer-1709j07, .framer-LOltP .framer-1pgnnp6, .framer-LOltP .framer-112rxcc, .framer-LOltP .framer-16chnmi, .framer-LOltP .framer-iayey2, .framer-LOltP .framer-1od3khy, .framer-LOltP .framer-1hd2yic, .framer-LOltP .framer-1svm3cf, .framer-LOltP .framer-1aiynby { gap: 0px; } .framer-LOltP .framer-okuzz8 > *, .framer-LOltP .framer-112rxcc > *, .framer-LOltP .framer-1od3khy > *, .framer-LOltP .framer-1aiynby > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-LOltP .framer-okuzz8 > :first-child, .framer-LOltP .framer-1709j07 > :first-child, .framer-LOltP .framer-1pgnnp6 > :first-child, .framer-LOltP .framer-112rxcc > :first-child, .framer-LOltP .framer-16chnmi > :first-child, .framer-LOltP .framer-iayey2 > :first-child, .framer-LOltP .framer-1od3khy > :first-child, .framer-LOltP .framer-1hd2yic > :first-child, .framer-LOltP .framer-1svm3cf > :first-child, .framer-LOltP .framer-1aiynby > :first-child { margin-top: 0px; } .framer-LOltP .framer-okuzz8 > :last-child, .framer-LOltP .framer-1709j07 > :last-child, .framer-LOltP .framer-1pgnnp6 > :last-child, .framer-LOltP .framer-112rxcc > :last-child, .framer-LOltP .framer-16chnmi > :last-child, .framer-LOltP .framer-iayey2 > :last-child, .framer-LOltP .framer-1od3khy > :last-child, .framer-LOltP .framer-1hd2yic > :last-child, .framer-LOltP .framer-1svm3cf > :last-child, .framer-LOltP .framer-1aiynby > :last-child { margin-bottom: 0px; } .framer-LOltP .framer-1709j07 > *, .framer-LOltP .framer-1pgnnp6 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-LOltP .framer-16chnmi > *, .framer-LOltP .framer-iayey2 > *, .framer-LOltP .framer-1hd2yic > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-LOltP .framer-1svm3cf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8322\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zJHXSfFG4\":{\"layout\":[\"fixed\",\"auto\"]},\"xpnSQoqpU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"YvFXtYkkE\":{\"pattern\":\":YvFXtYkkE\",\"name\":\"what-we-do\"},\"N2BTA_yvm\":{\"pattern\":\":N2BTA_yvm\",\"name\":\"mission\"},\"AkZj0mPCh\":{\"pattern\":\":AkZj0mPCh\",\"name\":\"what-we-do\"},\"ylSHHijZK\":{\"pattern\":\":ylSHHijZK\",\"name\":\"love\"},\"gaXfwftqM\":{\"pattern\":\":gaXfwftqM\",\"name\":\"changes\"},\"ZcPd8K97e\":{\"pattern\":\":ZcPd8K97e\",\"name\":\"everything\"},\"BZlI6n1t1\":{\"pattern\":\":BZlI6n1t1\",\"name\":\"story\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-LOltP\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8322,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavFonts,...ButtonFonts,...IconBlockFonts,...RevealTextFonts,...PhosphorFonts,...ArticleCardFonts,...LoadMoreFonts,...ImageCarouselFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"YvFXtYkkE\\\":{\\\"pattern\\\":\\\":YvFXtYkkE\\\",\\\"name\\\":\\\"what-we-do\\\"},\\\"N2BTA_yvm\\\":{\\\"pattern\\\":\\\":N2BTA_yvm\\\",\\\"name\\\":\\\"mission\\\"},\\\"AkZj0mPCh\\\":{\\\"pattern\\\":\\\":AkZj0mPCh\\\",\\\"name\\\":\\\"what-we-do\\\"},\\\"ylSHHijZK\\\":{\\\"pattern\\\":\\\":ylSHHijZK\\\",\\\"name\\\":\\\"love\\\"},\\\"gaXfwftqM\\\":{\\\"pattern\\\":\\\":gaXfwftqM\\\",\\\"name\\\":\\\"changes\\\"},\\\"ZcPd8K97e\\\":{\\\"pattern\\\":\\\":ZcPd8K97e\\\",\\\"name\\\":\\\"everything\\\"},\\\"BZlI6n1t1\\\":{\\\"pattern\\\":\\\":BZlI6n1t1\\\",\\\"name\\\":\\\"story\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"8322\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zJHXSfFG4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xpnSQoqpU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "s", "e", "sanitize", "isString", "r", "n", "a", "createUnitType", "o", "c", "l", "i", "p", "u", "isColorString", "splitColor", "f", "m", "g", "h", "parseHex", "b", "d", "v", "y", "test", "analyse", "parse", "createTransformer", "convertNumbersToZero", "getAnimatableNone", "O", "j", "applyDefaultFilter", "F", "N", "e", "t", "n", "window", "createRenderStep", "s", "r", "o", "a", "c", "l", "f", "u", "startLoop", "d", "i", "processStep", "processFrame", "clamp", "t", "e", "n", "d", "h", "m", "y", "g", "findSpring", "o", "s", "r", "i", "u", "calcAngularFreq", "l", "p", "f", "approximateRoot", "v", "M", "x", "isSpringType", "getSpringOptions", "spring", "__rest", "zero", "createSpring", "reverseEasing", "t", "e", "mirrorEasing", "createExpoIn", "createBackIn", "createAnticipate", "T", "w", "A", "R", "F", "createExpoIn", "D", "reverseEasing", "j", "mirrorEasing", "circIn", "t", "q", "I", "P", "createBackIn", "T", "k", "E", "B", "createAnticipate", "C", "N", "U", "bounceOut", "e", "w", "A", "R", "z", "identity", "t", "createAttractor", "e", "n", "o", "s", "r", "G", "H", "wrap", "t", "e", "n", "o", "Q", "V", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "fe", "initialResize", "ue", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "animateToValue", "transformRef", "initialTime", "prevTime", "xOrY", "isHover", "isInView", "useInView", "isReducedMotion", "useReducedMotion", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "i7mYwwSDA_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "__FramerMetadata__", "TickerFonts", "getFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "i7mYwwSDA_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "LayoutGroup", "cx", "Image2", "css", "Frameri7mYwwSDA", "withCSS", "i7mYwwSDA_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "trM7glBK4_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "__FramerMetadata__", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "trM7glBK4_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "LayoutGroup", "motion", "cx", "u", "RichText2", "x", "css", "FramertrM7glBK4", "withCSS", "trM7glBK4_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "MotionDivWithFX", "withFX", "motion", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Wld3NDzSj", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapn9xadi", "args", "sharedStyleClassNames", "isDisplayed", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "FramerURpjU2GiQ", "withCSS", "URpjU2GiQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavFonts", "getFonts", "pQWsMWkcK_default", "RichTextWithFX", "withFX", "RichText2", "ButtonFonts", "bv3bE2iKf_default", "ContainerWithFX", "Container", "MotionDivWithFX", "motion", "IconBlockFonts", "dEYZC39bG_default", "ImageWithFX", "Image2", "RevealTextFonts", "trM7glBK4_default", "RevealTextWithVariantAppearEffect", "withVariantAppearEffect", "PhosphorFonts", "Icon", "ArticleCardFonts", "MWyddFE5T_default", "LoadMoreFonts", "URpjU2GiQ_default", "ImageCarouselFonts", "i7mYwwSDA_default", "FooterFonts", "PXsLfd7Q9_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "transition2", "transition3", "animation1", "transition4", "animation2", "animation3", "transition5", "animation4", "transition6", "transition7", "toResponsiveImage", "value", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ArMrH4TxObwqA_0DIS", "gXKjs4cIgbwqA_0DIS", "e5K60xWuRbwqA_0DIS", "wzXPUcUYlbwqA_0DIS", "dvHZwFyBpbwqA_0DIS", "HH02Ld8pjbwqA_0DIS", "idbwqA_0DIS", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Wld3NDzSj1b86s49", "overlay", "args", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "usePreloadLocalizedValues", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId1", "ref3", "elementId2", "ref4", "ref5", "ref6", "ref7", "elementId3", "elementId4", "elementId5", "elementId6", "ref8", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "getLocalizedValue", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "Link", "getLoadingLazyAtYPosition", "SVG", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "ChildrenCanSuspend", "ZHWCWRoGW_default", "collection", "l", "index", "PathVariablesContext", "resolvedLinks8", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
