{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js", "ssg:https://framerusercontent.com/modules/bJXkkdM8LzJvQEHpKItR/grveL5bbeSCCjcHiVuOI/ANi_q6cE9.js", "ssg:https://framerusercontent.com/modules/eQ1tZxJUNy5zijLYLq0G/FEMjel4un6dTBdxV6KdB/DyAXx89wI.js", "ssg:https://framerusercontent.com/modules/90dpETCTdzYA5nJWx6BQ/4nuyuHCpPoVym13sv4KP/HHzGABRhm.js", "ssg:https://framerusercontent.com/modules/SuogIKEepKZwqaSxg4fz/2liH9meL15rRvTmc1YtT/gGrmsNOrc.js", "ssg:https://framerusercontent.com/modules/aAgVzisonGTRdLSJCA6x/58PcELYNYPRlagyDP5kZ/IhpVSzlR5.js", "ssg:https://framerusercontent.com/modules/4g3UcTkR9xWuxtepwcLA/V05uvNH7j1bjja2IERlR/O8KZcfMPH.js", "ssg:https://framerusercontent.com/modules/3RKi8s5CqYhtng00CxAI/okAXJSObEjfXuMhWhH2X/qQCKp1MC3.js", "ssg:https://framerusercontent.com/modules/nEzoXhVTEFArXAkjAA9r/GnzO910zhzbfqR21tK6e/qr0QfTH8B.js", "ssg:https://framerusercontent.com/modules/mJHujUnOTRietUxCMtBJ/D0Yzi8leGrF3KkvJFJUS/Number_Counter.js", "ssg:https://framerusercontent.com/modules/VxMeXS9j1dxZnbEozLF6/5ZYlbqImoNiyLxvBTl3f/SVfNFpoJS.js", "ssg:https://framerusercontent.com/modules/TrANXq7KKzoGx2pSOV0s/SFNEgbp4mCo067ZKSRZu/uUCpaL4h_.js", "ssg:https://framerusercontent.com/modules/w6tfDwVbK40Pd2o2Yqq1/JwN8474Dxx6ARfGRI8LM/yoexNujIx.js", "ssg:https://framerusercontent.com/modules/Agyt3QCRZuoB7Ue74zds/C5Ccee2QOYiiWB7Cbn6C/Card_hover.js", "ssg:https://framerusercontent.com/modules/ekKxxnm0q9cQnha25l7v/CF8C71dp2pEgthPCLJ2n/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,memo,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\n// we abort here so that the promise isn't left around in case the ref is never set\ncontroller.abort();return;}refCallbackResolve?.(node);},configurable:true});// no need to create a promise if current already exists\nif(current)return current;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",reject);}).catch(()=>{});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];// when the slots change, generate new array\n},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(!parentRef.current)return;const firstChild=childrenRef[0].current;const lastChild=childrenRef[1].current;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});},[]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const[firstChild,lastChild]=childrenRef;if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure,false,true);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{scheduleMeasure();},[itemAmount]);/**\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     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);if(isCanvas){if(currentItem!==startFrom){setCurrentItem(startFrom);}}/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(index===0){if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}}return /*#__PURE__*/_jsx(Slide,{ref:ref,slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */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}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},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\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},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},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},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;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component 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:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;const fallbackRef=useRef();/**\n         * Unique offsets + scroll range [0, 1, 1, 0]\n         */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n         * Effects\n         */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{const node=ref?.current??fallbackRef.current;node?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);const key=slideKey+\"child\";return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",id:key,children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref??fallbackRef,key,style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined})})});}));const Dot=/*#__PURE__*/memo(function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});});/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"H7Mci6KYk\",\"qnX7br9co\",\"e3St7FLKA\"];const serializationHash=\"framer-aRiFX\";const variantClassNames={e3St7FLKA:\"framer-v-13tl9wp\",H7Mci6KYk:\"framer-v-183sf0b\",qnX7br9co:\"framer-v-1awohwb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"Image 1\":\"H7Mci6KYk\",\"Image 2\":\"qnX7br9co\",\"Image 3\":\"e3St7FLKA\"};const getProps=({height,id,image1,image2,image3,width,...props})=>{return{...props,AhQElIp1l:image1??props.AhQElIp1l??{src:\"https://framerusercontent.com/images/IJf5WC7NQMWc1ZKSoHrocDsOsA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/IJf5WC7NQMWc1ZKSoHrocDsOsA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IJf5WC7NQMWc1ZKSoHrocDsOsA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IJf5WC7NQMWc1ZKSoHrocDsOsA.png 1200w\"},rMCXfqrr2:image2??props.rMCXfqrr2??{src:\"https://framerusercontent.com/images/nbwM5MvGLNRBZlc0y49YnnHcV0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/nbwM5MvGLNRBZlc0y49YnnHcV0.png?scale-down-to=512 512w,https://framerusercontent.com/images/nbwM5MvGLNRBZlc0y49YnnHcV0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nbwM5MvGLNRBZlc0y49YnnHcV0.png 1200w\"},ryjKVqOFV:image3??props.ryjKVqOFV??{src:\"https://framerusercontent.com/images/J8NYsbFZ1dhyqd91mxfU3Rgjt0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/J8NYsbFZ1dhyqd91mxfU3Rgjt0.png?scale-down-to=512 512w,https://framerusercontent.com/images/J8NYsbFZ1dhyqd91mxfU3Rgjt0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/J8NYsbFZ1dhyqd91mxfU3Rgjt0.png 1200w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"H7Mci6KYk\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,AhQElIp1l,rMCXfqrr2,ryjKVqOFV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"H7Mci6KYk\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(scopingClassNames,\"framer-183sf0b\",className,classNames),\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"H7Mci6KYk\",ref:refBinding,style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({e3St7FLKA:{\"data-framer-name\":\"Image 3\"},qnX7br9co:{\"data-framer-name\":\"Image 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||500)-(0+((componentViewport?.height||500)-0)*1)),pixelHeight:3738,pixelWidth:5607,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.002)`,...toResponsiveImage(AhQElIp1l)},className:\"framer-t1t6ti\",\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"MsQ5bKrAn\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({e3St7FLKA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||500)*-1.0599999999999998-((componentViewport?.height||500)-0)*.6/2)),pixelHeight:3738,pixelWidth:5607,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.5992)`,...toResponsiveImage(AhQElIp1l)}},qnX7br9co:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||500)*-.3799999999999998-((componentViewport?.height||500)-0)*.6/2)),pixelHeight:3738,pixelWidth:5607,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.5992)`,...toResponsiveImage(AhQElIp1l)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||500)*1.3800000000000001-((componentViewport?.height||500)-0)*.6/2)),pixelHeight:4016,pixelWidth:5355,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6002)`,...toResponsiveImage(rMCXfqrr2)},className:\"framer-16d4mg5\",\"data-framer-name\":\"Image 2\",layoutDependency:layoutDependency,layoutId:\"noXGRk_8E\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({e3St7FLKA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||500)*-.3799999999999998-((componentViewport?.height||500)-0)*.6/2)),pixelHeight:4016,pixelWidth:5355,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6)`,...toResponsiveImage(rMCXfqrr2)}},qnX7br9co:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||500)*.5000000000000002-((componentViewport?.height||500)-0)*1/2)),pixelHeight:4016,pixelWidth:5355,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(rMCXfqrr2)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||500)*2.0600000000000005-((componentViewport?.height||500)-0)*.6/2)),pixelHeight:3945,pixelWidth:5930,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6012)`,...toResponsiveImage(ryjKVqOFV)},className:\"framer-nu4kfy\",\"data-framer-name\":\"Image 3\",layoutDependency:layoutDependency,layoutId:\"WsqO7Addi\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({e3St7FLKA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||500)*.5000000000000002-((componentViewport?.height||500)-0)*1/2)),pixelHeight:3945,pixelWidth:5930,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(ryjKVqOFV)}},qnX7br9co:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||500)*1.3800000000000001-((componentViewport?.height||500)-0)*.6/2)),pixelHeight:3945,pixelWidth:5930,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6012)`,...toResponsiveImage(ryjKVqOFV)}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aRiFX.framer-2k3ty8, .framer-aRiFX .framer-2k3ty8 { display: block; }\",\".framer-aRiFX.framer-183sf0b { height: 500px; overflow: hidden; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aRiFX .framer-t1t6ti { bottom: 0px; flex: none; height: 100%; left: 0px; overflow: visible; position: absolute; width: 100%; }\",\".framer-aRiFX .framer-16d4mg5 { flex: none; height: 60%; left: calc(50.00000000000002% - 60.019841269841265% / 2); overflow: visible; position: absolute; top: calc(138% - 60% / 2); width: 60%; }\",\".framer-aRiFX .framer-nu4kfy { flex: none; height: 60%; left: calc(50.19841269841272% - 60.11904761904761% / 2); overflow: visible; position: absolute; top: calc(206.00000000000006% - 60% / 2); width: 60%; }\",\".framer-aRiFX.framer-v-1awohwb.framer-183sf0b, .framer-aRiFX.framer-v-13tl9wp.framer-183sf0b { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 500px); }\",\".framer-aRiFX.framer-v-1awohwb .framer-t1t6ti { bottom: unset; height: 60%; left: calc(50.00000000000002% - 59.92063492063492% / 2); top: calc(-37.99999999999998% - 60% / 2); width: 60%; }\",\".framer-aRiFX.framer-v-1awohwb .framer-16d4mg5, .framer-aRiFX.framer-v-13tl9wp .framer-nu4kfy { height: 100%; left: calc(50.00000000000002% - 100% / 2); top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-aRiFX.framer-v-1awohwb .framer-nu4kfy { top: calc(138% - 60% / 2); }\",\".framer-aRiFX.framer-v-13tl9wp .framer-t1t6ti { bottom: unset; height: 60%; left: calc(50.00000000000002% - 59.92063492063492% / 2); top: calc(-105.99999999999999% - 60% / 2); width: 60%; }\",\".framer-aRiFX.framer-v-13tl9wp .framer-16d4mg5 { left: calc(50.00000000000002% - 60% / 2); top: calc(-37.99999999999998% - 60% / 2); width: 60%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 500\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"qnX7br9co\":{\"layout\":[\"fixed\",\"fixed\"]},\"e3St7FLKA\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"AhQElIp1l\":\"image1\",\"rMCXfqrr2\":\"image2\",\"ryjKVqOFV\":\"image3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerANi_q6cE9=withCSS(Component,css,\"framer-aRiFX\");export default FramerANi_q6cE9;FramerANi_q6cE9.displayName=\"Why us - Image\";FramerANi_q6cE9.defaultProps={height:500,width:500};addPropertyControls(FramerANi_q6cE9,{variant:{options:[\"H7Mci6KYk\",\"qnX7br9co\",\"e3St7FLKA\"],optionTitles:[\"Image 1\",\"Image 2\",\"Image 3\"],title:\"Variant\",type:ControlType.Enum},AhQElIp1l:{__defaultAssetReference:\"data:framer/asset-reference,IJf5WC7NQMWc1ZKSoHrocDsOsA.png?originalFilename=Image+Placeholder+1.png&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},rMCXfqrr2:{__defaultAssetReference:\"data:framer/asset-reference,nbwM5MvGLNRBZlc0y49YnnHcV0.png?originalFilename=Image+Placeholder+2.png&preferredSize=auto\",title:\"Image 2\",type:ControlType.ResponsiveImage},ryjKVqOFV:{__defaultAssetReference:\"data:framer/asset-reference,J8NYsbFZ1dhyqd91mxfU3Rgjt0.png?originalFilename=Image+Placeholder+3.png&preferredSize=auto\",title:\"Image 3\",type:ControlType.ResponsiveImage}});addFonts(FramerANi_q6cE9,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerANi_q6cE9\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qnX7br9co\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e3St7FLKA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"500\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"AhQElIp1l\\\":\\\"image1\\\",\\\"rMCXfqrr2\\\":\\\"image2\\\",\\\"ryjKVqOFV\\\":\\\"image3\\\"}\",\"framerIntrinsicHeight\":\"500\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ANi_q6cE9.map", "// Generated by Framer (4e800ba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/kYY18hnKmBXq2zcHnmXX/4sKeMs2EOvShKlRejOUx/KYy_RSKES.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/cyQEi95S2fieTFmOnu30/OFvv1RuneVF7pJ7Iq5g9/S7e3XPvy_.js\";import Outline from\"https://framerusercontent.com/modules/MKndqpcVykWVEda8mDvP/pE6GXWBD6ClqNGIQPPnD/Z0oPvjLYb.js\";const OutlineFonts=getFonts(Outline);const cycleOrder=[\"HTD97y2dW\",\"odhad1GXz\"];const serializationHash=\"framer-DfYQu\";const variantClassNames={HTD97y2dW:\"framer-v-iv6dy8\",odhad1GXz:\"framer-v-d9fw4x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};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:\"HTD97y2dW\",Expanded:\"odhad1GXz\"};const getProps=({bodyText,height,id,link,progressBarColor,title,width,...props})=>{return{...props,ew0hwTB3O:bodyText??props.ew0hwTB3O??\"Eros pharetra aliquam blandit lectus vulputate. Mauris lectus nisl mollis sit quam. Ornare arcu commodo cras arcu vitae. Velit suspendisse viverra vestibulum nunc orci netus integer. Ac nulla nunc morbi turpis elit. \",M73mQlCnt:title??props.M73mQlCnt??\"Tailored Solutions for Your Goals\",SB6TSOix6:progressBarColor??props.SB6TSOix6??\"var(--token-aa8c439f-94ae-4394-b578-b0d9b1f86f69, rgb(0, 174, 239))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"HTD97y2dW\",zowMs1CVU:link??props.zowMs1CVU};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,M73mQlCnt,ew0hwTB3O,SB6TSOix6,zowMs1CVU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HTD97y2dW\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-iv6dy8\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"HTD97y2dW\",ref:refBinding,style:{backgroundColor:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 0px 1px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\",...style},...addPropertyOverrides({odhad1GXz:{\"data-framer-name\":\"Expanded\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qs437l\",\"data-framer-name\":\"Progress bar\",layoutDependency:layoutDependency,layoutId:\"MExSxc3cY\",style:{backgroundColor:\"var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\",borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3bsvix\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"KbI6PhSkM\",style:{backgroundColor:SB6TSOix6,borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x05ioj\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"fsoEquIe0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-z2xu1f\",\"data-styles-preset\":\"S7e3XPvy_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Welcome to EduFor!\"})}),className:\"framer-1vin4jh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QrZxXcGUa\",style:{\"--extracted-1w1cjl5\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:M73mQlCnt,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Eros pharetra aliquam blandit lectus vulputate. Mauris lectus nisl mollis sit quam. Ornare arcu commodo cras arcu vitae. Velit suspendisse viverra vestibulum nunc orci netus integer. Ac nulla nunc morbi turpis elit. \"})}),className:\"framer-1n8xdrg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QJtUeAPqb\",style:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:ew0hwTB3O,variants:{odhad1GXz:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kHUdgJ_Zb\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+16+30- -105,...addPropertyOverrides({odhad1GXz:{y:(componentViewport?.y||0)+16+0+174}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14hqt2l-container\",layoutDependency:layoutDependency,layoutId:\"Q9EMpGOT1-container\",nodeId:\"Q9EMpGOT1\",rendersWithMotion:true,scopeId:\"DyAXx89wI\",style:{opacity:0},variants:{odhad1GXz:{opacity:1}},children:/*#__PURE__*/_jsx(Outline,{bRj1f__F1:false,gcozX9ZiY:false,height:\"100%\",id:\"Q9EMpGOT1\",layoutId:\"Q9EMpGOT1\",M56rD6Z2u:resolvedLinks[0],obsQpymfg:\"ArrowRight\",SY3q6QcZF:\"ArrowLeft\",UrDay6ctY:true,variant:\"dAKbjXnJB\",width:\"100%\",Ycpb0L1Ml:\"View Services\",...addPropertyOverrides({odhad1GXz:{M56rD6Z2u:zowMs1CVU}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DfYQu.framer-187dn3x, .framer-DfYQu .framer-187dn3x { display: block; }\",\".framer-DfYQu.framer-iv6dy8 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 520px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DfYQu .framer-qs437l { align-self: stretch; flex: none; height: auto; overflow: hidden; position: relative; width: 6px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DfYQu .framer-3bsvix { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: -2px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DfYQu .framer-1x05ioj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DfYQu .framer-1vin4jh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DfYQu .framer-1n8xdrg { bottom: -103px; flex: none; height: auto; left: 0px; position: absolute; right: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-DfYQu .framer-14hqt2l-container { bottom: -150px; flex: none; height: auto; left: 0px; position: absolute; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DfYQu.framer-iv6dy8, .framer-DfYQu .framer-1x05ioj { gap: 0px; } .framer-DfYQu.framer-iv6dy8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-DfYQu.framer-iv6dy8 > :first-child { margin-left: 0px; } .framer-DfYQu.framer-iv6dy8 > :last-child { margin-right: 0px; } .framer-DfYQu .framer-1x05ioj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-DfYQu .framer-1x05ioj > :first-child { margin-top: 0px; } .framer-DfYQu .framer-1x05ioj > :last-child { margin-bottom: 0px; } }\",\".framer-DfYQu.framer-v-d9fw4x .framer-3bsvix { height: 101%; }\",\".framer-DfYQu.framer-v-d9fw4x .framer-1x05ioj { gap: 8px; }\",\".framer-DfYQu.framer-v-d9fw4x .framer-1n8xdrg { bottom: unset; left: unset; position: relative; right: unset; width: 100%; }\",\".framer-DfYQu.framer-v-d9fw4x .framer-14hqt2l-container { bottom: unset; left: unset; position: relative; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DfYQu.framer-v-d9fw4x .framer-1x05ioj { gap: 0px; } .framer-DfYQu.framer-v-d9fw4x .framer-1x05ioj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-DfYQu.framer-v-d9fw4x .framer-1x05ioj > :first-child { margin-top: 0px; } .framer-DfYQu.framer-v-d9fw4x .framer-1x05ioj > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62\n * @framerIntrinsicWidth 520\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"odhad1GXz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"M73mQlCnt\":\"title\",\"ew0hwTB3O\":\"bodyText\",\"SB6TSOix6\":\"progressBarColor\",\"zowMs1CVU\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerDyAXx89wI=withCSS(Component,css,\"framer-DfYQu\");export default FramerDyAXx89wI;FramerDyAXx89wI.displayName=\"Why us - Tabs\";FramerDyAXx89wI.defaultProps={height:62,width:520};addPropertyControls(FramerDyAXx89wI,{variant:{options:[\"HTD97y2dW\",\"odhad1GXz\"],optionTitles:[\"Default\",\"Expanded\"],title:\"Variant\",type:ControlType.Enum},M73mQlCnt:{defaultValue:\"Tailored Solutions for Your Goals\",displayTextArea:false,title:\"Title\",type:ControlType.String},ew0hwTB3O:{defaultValue:\"Eros pharetra aliquam blandit lectus vulputate. Mauris lectus nisl mollis sit quam. Ornare arcu commodo cras arcu vitae. Velit suspendisse viverra vestibulum nunc orci netus integer. Ac nulla nunc morbi turpis elit. \",displayTextArea:false,title:\"Body text\",type:ControlType.String},SB6TSOix6:{defaultValue:'var(--token-aa8c439f-94ae-4394-b578-b0d9b1f86f69, rgb(0, 174, 239)) /* {\"name\":\"Blue\"} */',title:\"Progress Bar Color\",type:ControlType.Color},zowMs1CVU:{title:\"Link\",type:ControlType.Link}});addFonts(FramerDyAXx89wI,[{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\"}]},...OutlineFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDyAXx89wI\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"odhad1GXz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"520\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"M73mQlCnt\\\":\\\"title\\\",\\\"ew0hwTB3O\\\":\\\"bodyText\\\",\\\"SB6TSOix6\\\":\\\"progressBarColor\\\",\\\"zowMs1CVU\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"62\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DyAXx89wI.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"sUeiKVRfc\",\"HQO6pMIwq\",\"Sj1Cw1TVx\",\"MgVmWeLUh\",\"vnqj_laWj\",\"Ur46NRPDV\",\"b1aH_39YO\",\"ajnPN9ZTY\"];const serializationHash=\"framer-3AHbw\";const variantClassNames={ajnPN9ZTY:\"framer-v-1bum256\",b1aH_39YO:\"framer-v-pjf4uy\",HQO6pMIwq:\"framer-v-1grdd27\",MgVmWeLUh:\"framer-v-vr8xws\",Sj1Cw1TVx:\"framer-v-hoc0oe\",sUeiKVRfc:\"framer-v-q7i2m4\",Ur46NRPDV:\"framer-v-v8ldf2\",vnqj_laWj:\"framer-v-1wpv9ct\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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={\"1\":\"sUeiKVRfc\",\"2\":\"HQO6pMIwq\",\"3\":\"Sj1Cw1TVx\",\"4\":\"MgVmWeLUh\",\"5\":\"vnqj_laWj\",\"6\":\"Ur46NRPDV\",\"7\":\"b1aH_39YO\",\"8\":\"ajnPN9ZTY\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"sUeiKVRfc\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sUeiKVRfc\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-q7i2m4\",className,classNames),\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"sUeiKVRfc\",ref:refBinding,style:{backgroundColor:\"var(--token-9082c9e1-1308-4621-8816-40755c4af3aa, rgb(249, 250, 251))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({ajnPN9ZTY:{\"data-framer-name\":\"8\"},b1aH_39YO:{\"data-framer-name\":\"7\"},HQO6pMIwq:{\"data-framer-name\":\"2\"},MgVmWeLUh:{\"data-framer-name\":\"4\"},Sj1Cw1TVx:{\"data-framer-name\":\"3\"},Ur46NRPDV:{\"data-framer-name\":\"6\"},vnqj_laWj:{\"data-framer-name\":\"5\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||56)-8-48)/2)),pixelHeight:44,pixelWidth:52,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rkplEQJbHgAHuPpVHzHdiqvnCY.svg\"},className:\"framer-lh49lb\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"ADLsdKfec\",...addPropertyOverrides({ajnPN9ZTY:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||56)-8-48)/2)),pixelHeight:40,pixelWidth:40,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ScGavdIdTjHTgHXBhFQXusFFEn4.svg\"}},b1aH_39YO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||56)-8-48)/2)),pixelHeight:40,pixelWidth:40,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hvfBGbwc1AsKFtdq8R2VcwHAv0A.svg\"}},HQO6pMIwq:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||56)-8-48)/2)),pixelHeight:40,pixelWidth:40,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZokCuPJkR8AKgTToaXlDYY95I.svg\"}},MgVmWeLUh:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||56)-8-48)/2)),pixelHeight:35,pixelWidth:40,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IhqoDpNLyvSB5X4hEwl3EMr6Xw.svg\"}},Sj1Cw1TVx:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||56)-8-48)/2)),pixelHeight:41,pixelWidth:40,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YcyG9QsC7RV1Onc50wyEXquv1k.svg\"}},Ur46NRPDV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||56)-8-48)/2)),pixelHeight:28,pixelWidth:40,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yMcXNSNKzTKIukLJc4d9uhurDwE.svg\"}},vnqj_laWj:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(4+((componentViewport?.height||56)-8-48)/2)),pixelHeight:28,pixelWidth:40,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/D1dprKC502iVSjejCRj3II7HKBk.svg\"}}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3AHbw.framer-at062l, .framer-3AHbw .framer-at062l { display: block; }\",\".framer-3AHbw.framer-q7i2m4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 56px; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: 56px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3AHbw .framer-lh49lb { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3AHbw.framer-q7i2m4 { gap: 0px; } .framer-3AHbw.framer-q7i2m4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-3AHbw.framer-q7i2m4 > :first-child { margin-left: 0px; } .framer-3AHbw.framer-q7i2m4 > :last-child { margin-right: 0px; } }\",\".framer-3AHbw.framer-v-1grdd27.framer-q7i2m4, .framer-3AHbw.framer-v-hoc0oe.framer-q7i2m4, .framer-3AHbw.framer-v-vr8xws.framer-q7i2m4, .framer-3AHbw.framer-v-1wpv9ct.framer-q7i2m4, .framer-3AHbw.framer-v-v8ldf2.framer-q7i2m4, .framer-3AHbw.framer-v-pjf4uy.framer-q7i2m4, .framer-3AHbw.framer-v-1bum256.framer-q7i2m4 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 56px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 56\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"HQO6pMIwq\":{\"layout\":[\"fixed\",\"fixed\"]},\"Sj1Cw1TVx\":{\"layout\":[\"fixed\",\"fixed\"]},\"MgVmWeLUh\":{\"layout\":[\"fixed\",\"fixed\"]},\"vnqj_laWj\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ur46NRPDV\":{\"layout\":[\"fixed\",\"fixed\"]},\"b1aH_39YO\":{\"layout\":[\"fixed\",\"fixed\"]},\"ajnPN9ZTY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHHzGABRhm=withCSS(Component,css,\"framer-3AHbw\");export default FramerHHzGABRhm;FramerHHzGABRhm.displayName=\"Other/University-Logo\";FramerHHzGABRhm.defaultProps={height:56,width:56};addPropertyControls(FramerHHzGABRhm,{variant:{options:[\"sUeiKVRfc\",\"HQO6pMIwq\",\"Sj1Cw1TVx\",\"MgVmWeLUh\",\"vnqj_laWj\",\"Ur46NRPDV\",\"b1aH_39YO\",\"ajnPN9ZTY\"],optionTitles:[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHHzGABRhm,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHHzGABRhm\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"56\",\"framerIntrinsicWidth\":\"56\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HQO6pMIwq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Sj1Cw1TVx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MgVmWeLUh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vnqj_laWj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ur46NRPDV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b1aH_39YO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ajnPN9ZTY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HHzGABRhm.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/MXxCbPjdra3HpW2KxVRk/kx6mm3qNonTaW0PrUSHX/a1zaPnnu6.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/rdynPT0JPAMbgjrpgYSK/KoC6KdNuG50BSxakqiI5/nmAizYW0x.js\";import OtherUniversityLogo from\"https://framerusercontent.com/modules/90dpETCTdzYA5nJWx6BQ/4nuyuHCpPoVym13sv4KP/HHzGABRhm.js\";const OtherUniversityLogoFonts=getFonts(OtherUniversityLogo);const OtherUniversityLogoControls=getPropertyControls(OtherUniversityLogo);const enabledGestures={dh2KWt3uf:{hover:true,pressed:true}};const serializationHash=\"framer-iahip\";const variantClassNames={dh2KWt3uf:\"framer-v-17k7u5k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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 humanReadableEnumMap={\"1\":\"sUeiKVRfc\",\"2\":\"HQO6pMIwq\",\"3\":\"Sj1Cw1TVx\",\"4\":\"MgVmWeLUh\",\"5\":\"vnqj_laWj\",\"6\":\"Ur46NRPDV\",\"7\":\"b1aH_39YO\",\"8\":\"ajnPN9ZTY\"};const getProps=({height,id,link,name1,text,universityLogo,width,...props})=>{return{...props,EPHkdqWam:name1??props.EPHkdqWam??\"Hawthorne International University\",iHyH6Trfx:text??props.iHyH6Trfx??\"A globally recognized institution specializing in business and technology programs with a strong emphasis on entrepreneurship.\",nmBN2iKAs:humanReadableEnumMap[universityLogo]??universityLogo??props.nmBN2iKAs??\"sUeiKVRfc\",rkRf90jYQ:link??props.rkRf90jYQ};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,EPHkdqWam,iHyH6Trfx,nmBN2iKAs,rkRf90jYQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"dh2KWt3uf\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:rkRf90jYQ,motionChild:true,nodeId:\"dh2KWt3uf\",openInNewTab:true,scopeId:\"gGrmsNOrc\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-17k7u5k\",className,classNames)} framer-mffie5`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"dh2KWt3uf\",ref:refBinding,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"dh2KWt3uf-hover\":{\"data-framer-name\":undefined},\"dh2KWt3uf-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mdht4\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"c7E7xFWTG\",style:{backgroundColor:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 0px 1px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"},variants:{\"dh2KWt3uf-hover\":{boxShadow:\"0px 0px 0px 3px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"64px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||276)-0-353)/2+0+0)+16+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yalb0r-container\",layoutDependency:layoutDependency,layoutId:\"GF5BTOCUf-container\",nodeId:\"GF5BTOCUf\",rendersWithMotion:true,scopeId:\"gGrmsNOrc\",children:/*#__PURE__*/_jsx(OtherUniversityLogo,{height:\"100%\",id:\"GF5BTOCUf\",layoutId:\"GF5BTOCUf\",style:{height:\"100%\",width:\"100%\"},variant:nmBN2iKAs,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3gtnt8\",\"data-framer-name\":\"Main Content\",layoutDependency:layoutDependency,layoutId:\"kOsFv2RKp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wv1yas\",\"data-styles-preset\":\"a1zaPnnu6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Hawthorne International University\"})}),className:\"framer-11qi4a2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mbi3VsHhE\",style:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:EPHkdqWam,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93)))\"},children:\"A globally recognized institution specializing in business and technology programs with a strong emphasis on entrepreneurship.\"})}),className:\"framer-nzzr05\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uQVhZK16v\",style:{\"--extracted-r6o4lv\":\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:iHyH6Trfx,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iahip.framer-mffie5, .framer-iahip .framer-mffie5 { display: block; }\",\".framer-iahip.framer-17k7u5k { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 250px; }\",\".framer-iahip .framer-1mdht4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-iahip .framer-yalb0r-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 64px; }\",\".framer-iahip .framer-3gtnt8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iahip .framer-11qi4a2, .framer-iahip .framer-nzzr05 { 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-iahip.framer-17k7u5k, .framer-iahip .framer-1mdht4, .framer-iahip .framer-3gtnt8 { gap: 0px; } .framer-iahip.framer-17k7u5k > *, .framer-iahip .framer-1mdht4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-iahip.framer-17k7u5k > :first-child, .framer-iahip .framer-1mdht4 > :first-child, .framer-iahip .framer-3gtnt8 > :first-child { margin-top: 0px; } .framer-iahip.framer-17k7u5k > :last-child, .framer-iahip .framer-1mdht4 > :last-child, .framer-iahip .framer-3gtnt8 > :last-child { margin-bottom: 0px; } .framer-iahip .framer-3gtnt8 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 276\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GWJxxMKj6\":{\"layout\":[\"fixed\",\"auto\"]},\"U1hFDH5yq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"EPHkdqWam\":\"name1\",\"iHyH6Trfx\":\"text\",\"nmBN2iKAs\":\"universityLogo\",\"rkRf90jYQ\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergGrmsNOrc=withCSS(Component,css,\"framer-iahip\");export default FramergGrmsNOrc;FramergGrmsNOrc.displayName=\"Partners  - Card\";FramergGrmsNOrc.defaultProps={height:276,width:250};addPropertyControls(FramergGrmsNOrc,{EPHkdqWam:{defaultValue:\"Hawthorne International University\",displayTextArea:false,title:\"Name\",type:ControlType.String},iHyH6Trfx:{defaultValue:\"A globally recognized institution specializing in business and technology programs with a strong emphasis on entrepreneurship.\",displayTextArea:false,title:\"Text\",type:ControlType.String},nmBN2iKAs:OtherUniversityLogoControls?.[\"variant\"]&&{...OtherUniversityLogoControls[\"variant\"],defaultValue:\"sUeiKVRfc\",description:undefined,hidden:undefined,title:\"University Logo\"},rkRf90jYQ:{title:\"Link\",type:ControlType.Link}});addFonts(FramergGrmsNOrc,[{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\"}]},...OtherUniversityLogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergGrmsNOrc\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GWJxxMKj6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U1hFDH5yq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"EPHkdqWam\\\":\\\"name1\\\",\\\"iHyH6Trfx\\\":\\\"text\\\",\\\"nmBN2iKAs\\\":\\\"universityLogo\\\",\\\"rkRf90jYQ\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"276\",\"framerIntrinsicWidth\":\"250\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rdynPT0JPAMbgjrpgYSK/KoC6KdNuG50BSxakqiI5/nmAizYW0x.js\";const enabledGestures={kGSSnxsqp:{hover:true,pressed:true}};const serializationHash=\"framer-PMGcv\";const variantClassNames={kGSSnxsqp:\"framer-v-fqnl6y\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"kGSSnxsqp\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://maharram.lemonsqueezy.com/buy/7603b848-2746-4d12-bc51-2c2306e26e9c\",motionChild:true,nodeId:\"kGSSnxsqp\",scopeId:\"IhpVSzlR5\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-fqnl6y\",className,classNames)} framer-1pnwq5l`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"kGSSnxsqp\",ref:refBinding,style:{backgroundColor:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0px 0px 1px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\",...style},variants:{\"kGSSnxsqp-hover\":{boxShadow:\"0px 0px 0px 3px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"}},...addPropertyOverrides({\"kGSSnxsqp-hover\":{\"data-framer-name\":undefined},\"kGSSnxsqp-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(5+((componentViewport?.height||31)-10-20)/2)),pixelHeight:34,pixelWidth:34,src:\"https://framerusercontent.com/images/7lUH1rMzoZ3fCxnXgpyYUqVvCc.svg\"},className:\"framer-n6ss7k\",layoutDependency:layoutDependency,layoutId:\"s9MYSWqFp\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Get this Template\"})}),className:\"framer-1pq411a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LPauSSljp\",style:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PMGcv.framer-1pnwq5l, .framer-PMGcv .framer-1pnwq5l { display: block; }\",\".framer-PMGcv.framer-fqnl6y { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 10px 5px 6px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-PMGcv .framer-n6ss7k { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-PMGcv .framer-1pq411a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PMGcv.framer-fqnl6y { gap: 0px; } .framer-PMGcv.framer-fqnl6y > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-PMGcv.framer-fqnl6y > :first-child { margin-left: 0px; } .framer-PMGcv.framer-fqnl6y > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 31\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"pPYGeXTHH\":{\"layout\":[\"auto\",\"auto\"]},\"rbk3Obi0m\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerIhpVSzlR5=withCSS(Component,css,\"framer-PMGcv\");export default FramerIhpVSzlR5;FramerIhpVSzlR5.displayName=\"Button/Get This Template\";FramerIhpVSzlR5.defaultProps={height:31,width:150};addFonts(FramerIhpVSzlR5,[{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\":\"FramerIhpVSzlR5\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"31\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pPYGeXTHH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rbk3Obi0m\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"150\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IhpVSzlR5.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withFloatingEffect}from\"https://framerusercontent.com/modules/24VRXyOT9Ihs7UjxLuDY/RLUkIS2j69r3PIJODCoS/Element_float.js\";import Shapes,*as ShapesInfo from\"https://framerusercontent.com/modules/ToiptuKHFkeCHC8m3693/RIsGhsLjUDKcC1NiAAAD/JYpxGhrJl.js\";const ShapesFonts=getFonts(Shapes);const ShapesWithFloatingEffectxllr1kWithMappedReactProps8qcgre=withMappedReactProps(withCodeBoundaryForOverrides(Shapes,{nodeId:\"JYvN71h3g\",override:withFloatingEffect,scopeId:\"O8KZcfMPH\"}),ShapesInfo);const ShapesWithFloatingEffectlqd4cmWithMappedReactProps8qcgre=withMappedReactProps(withCodeBoundaryForOverrides(Shapes,{nodeId:\"KNiqmcgwC\",override:withFloatingEffect,scopeId:\"O8KZcfMPH\"}),ShapesInfo);const cycleOrder=[\"T7m1Iz_o4\",\"P6UsbwLLL\",\"zY7gEk1eh\"];const serializationHash=\"framer-9Rvh7\";const variantClassNames={P6UsbwLLL:\"framer-v-x2iap8\",T7m1Iz_o4:\"framer-v-1ph1c7a\",zY7gEk1eh:\"framer-v-1lcy4ma\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Desktop:\"T7m1Iz_o4\",Mobile:\"zY7gEk1eh\",Tablet:\"P6UsbwLLL\"};const getProps=({height,id,image1,image2,image3,width,...props})=>{return{...props,DYymtBGoz:image3??props.DYymtBGoz??{src:\"https://framerusercontent.com/images/J8NYsbFZ1dhyqd91mxfU3Rgjt0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/J8NYsbFZ1dhyqd91mxfU3Rgjt0.png?scale-down-to=512 512w,https://framerusercontent.com/images/J8NYsbFZ1dhyqd91mxfU3Rgjt0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/J8NYsbFZ1dhyqd91mxfU3Rgjt0.png 1200w\"},GXyh2aq9n:image2??props.GXyh2aq9n??{src:\"https://framerusercontent.com/images/nbwM5MvGLNRBZlc0y49YnnHcV0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/nbwM5MvGLNRBZlc0y49YnnHcV0.png?scale-down-to=512 512w,https://framerusercontent.com/images/nbwM5MvGLNRBZlc0y49YnnHcV0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nbwM5MvGLNRBZlc0y49YnnHcV0.png 1200w\"},lQ4h4DhXu:image1??props.lQ4h4DhXu??{src:\"https://framerusercontent.com/images/IJf5WC7NQMWc1ZKSoHrocDsOsA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/IJf5WC7NQMWc1ZKSoHrocDsOsA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IJf5WC7NQMWc1ZKSoHrocDsOsA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IJf5WC7NQMWc1ZKSoHrocDsOsA.png 1200w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"T7m1Iz_o4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,lQ4h4DhXu,GXyh2aq9n,DYymtBGoz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"T7m1Iz_o4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ph1c7a\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"T7m1Iz_o4\",ref:refBinding,style:{...style},...addPropertyOverrides({P6UsbwLLL:{\"data-framer-name\":\"Tablet\"},zY7gEk1eh:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.3965)`,...toResponsiveImage(GXyh2aq9n)},className:\"framer-9e7idx\",\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"BnlpHqyQD\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{P6UsbwLLL:{borderBottomLeftRadius:16.19,borderBottomRightRadius:16.19,borderTopLeftRadius:16.19,borderTopRightRadius:16.19},zY7gEk1eh:{borderBottomLeftRadius:16.07,borderBottomRightRadius:16.07,borderTopLeftRadius:16.07,borderTopRightRadius:16.07}},...addPropertyOverrides({P6UsbwLLL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.3971)`,...toResponsiveImage(GXyh2aq9n)}},zY7gEk1eh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.3969)`,...toResponsiveImage(GXyh2aq9n)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||430)-181),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.3965)`,...toResponsiveImage(DYymtBGoz)},className:\"framer-77qxss\",\"data-framer-name\":\"Image 2\",layoutDependency:layoutDependency,layoutId:\"ZVP5w2_h_\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{P6UsbwLLL:{borderBottomLeftRadius:16.19,borderBottomRightRadius:16.19,borderTopLeftRadius:16.19,borderTopRightRadius:16.19},zY7gEk1eh:{borderBottomLeftRadius:16.07,borderBottomRightRadius:16.07,borderTopLeftRadius:16.07,borderTopRightRadius:16.07}},...addPropertyOverrides({P6UsbwLLL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||322)-122.09),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.3971)`,...toResponsiveImage(DYymtBGoz)}},zY7gEk1eh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||287.85)-121.19),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.3969)`,...toResponsiveImage(DYymtBGoz)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+49),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.5595)`,...toResponsiveImage(lQ4h4DhXu)},className:\"framer-1iu2wgx\",\"data-framer-name\":\"Image 3\",layoutDependency:layoutDependency,layoutId:\"BTLrzacaw\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{P6UsbwLLL:{borderBottomLeftRadius:16.19,borderBottomRightRadius:16.19,borderTopLeftRadius:16.19,borderTopRightRadius:16.19},zY7gEk1eh:{borderBottomLeftRadius:16.07,borderBottomRightRadius:16.07,borderTopLeftRadius:16.07,borderTopRightRadius:16.07}},...addPropertyOverrides({P6UsbwLLL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+65),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.5605)`,...toResponsiveImage(lQ4h4DhXu)}},zY7gEk1eh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32.8),pixelHeight:1024,pixelWidth:1024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.5594)`,...toResponsiveImage(lQ4h4DhXu)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"100px\",y:(componentViewport?.y||0)+-25,...addPropertyOverrides({P6UsbwLLL:{height:33.72,width:\"67.45px\",y:(componentViewport?.y||0)+-16.87},zY7gEk1eh:{height:33.48,width:\"66.96px\",y:(componentViewport?.y||0)+-16.74}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xllr1k-container\",layoutDependency:layoutDependency,layoutId:\"JYvN71h3g-container\",nodeId:\"JYvN71h3g\",rendersWithMotion:true,scopeId:\"O8KZcfMPH\",style:{rotate:121},children:/*#__PURE__*/_jsx(ShapesWithFloatingEffectxllr1kWithMappedReactProps8qcgre,{height:\"100%\",id:\"JYvN71h3g\",layoutId:\"JYvN71h3g\",style:{height:\"100%\",width:\"100%\"},variant:\"p0wRzCEmd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"100px\",y:(componentViewport?.y||0)+(componentViewport?.height||430)-110,...addPropertyOverrides({P6UsbwLLL:{height:67.45,width:\"67.45px\",y:(componentViewport?.y||0)+(componentViewport?.height||322)-74.19},zY7gEk1eh:{height:66.96,width:\"66.96px\",y:(componentViewport?.y||0)+(componentViewport?.height||287.85)-73.65}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lqd4cm-container\",layoutDependency:layoutDependency,layoutId:\"KNiqmcgwC-container\",nodeId:\"KNiqmcgwC\",rendersWithMotion:true,scopeId:\"O8KZcfMPH\",style:{rotate:121},children:/*#__PURE__*/_jsx(ShapesWithFloatingEffectlqd4cmWithMappedReactProps8qcgre,{height:\"100%\",id:\"KNiqmcgwC\",layoutId:\"KNiqmcgwC\",style:{height:\"100%\",width:\"100%\"},variant:\"C3tpER29X\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9Rvh7.framer-1u27ph2, .framer-9Rvh7 .framer-1u27ph2 { display: block; }\",\".framer-9Rvh7.framer-1ph1c7a { height: 430px; overflow: visible; position: relative; width: 454px; }\",\".framer-9Rvh7 .framer-9e7idx { aspect-ratio: 0.6228373702422145 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 289px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 40%; }\",\".framer-9Rvh7 .framer-77qxss { aspect-ratio: 0.994475138121547 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 181px); left: 81px; overflow: visible; position: absolute; width: 40%; }\",\".framer-9Rvh7 .framer-1iu2wgx { aspect-ratio: 1.4111111111111112 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); left: 0px; overflow: visible; position: absolute; top: 49px; width: 56%; }\",\".framer-9Rvh7 .framer-xllr1k-container { flex: none; height: 50px; left: 27px; position: absolute; top: -25px; width: 100px; z-index: 1; }\",\".framer-9Rvh7 .framer-lqd4cm-container { bottom: 10px; flex: none; height: 100px; position: absolute; right: 17px; width: 100px; z-index: 1; }\",\".framer-9Rvh7.framer-v-x2iap8.framer-1ph1c7a { height: 322px; width: 306px; }\",\".framer-9Rvh7.framer-v-x2iap8 .framer-9e7idx { height: var(--framer-aspect-ratio-supported, 195px); width: 40%; }\",\".framer-9Rvh7.framer-v-x2iap8 .framer-77qxss { height: var(--framer-aspect-ratio-supported, 123px); left: 55px; width: 40%; }\",\".framer-9Rvh7.framer-v-x2iap8 .framer-1iu2wgx { height: var(--framer-aspect-ratio-supported, 122px); top: 65px; width: 56%; }\",\".framer-9Rvh7.framer-v-x2iap8 .framer-xllr1k-container { height: 34px; left: 18px; top: -17px; width: 67px; }\",\".framer-9Rvh7.framer-v-x2iap8 .framer-lqd4cm-container, .framer-9Rvh7.framer-v-1lcy4ma .framer-lqd4cm-container { bottom: 7px; height: 67px; right: 11px; width: 67px; }\",\".framer-9Rvh7.framer-v-1lcy4ma.framer-1ph1c7a { aspect-ratio: 1.0558139534883721 / 1; height: var(--framer-aspect-ratio-supported, 287px); width: 304px; }\",\".framer-9Rvh7.framer-v-1lcy4ma .framer-9e7idx { height: var(--framer-aspect-ratio-supported, 321px); width: 40%; }\",\".framer-9Rvh7.framer-v-1lcy4ma .framer-77qxss { height: var(--framer-aspect-ratio-supported, 201px); left: 54px; width: 40%; }\",\".framer-9Rvh7.framer-v-1lcy4ma .framer-1iu2wgx { height: var(--framer-aspect-ratio-supported, 142px); top: 33px; width: 56%; }\",\".framer-9Rvh7.framer-v-1lcy4ma .framer-xllr1k-container { height: 33px; left: 18px; top: -17px; width: 67px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 430\n * @framerIntrinsicWidth 454\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"P6UsbwLLL\":{\"layout\":[\"fixed\",\"fixed\"]},\"zY7gEk1eh\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"lQ4h4DhXu\":\"image1\",\"GXyh2aq9n\":\"image2\",\"DYymtBGoz\":\"image3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerO8KZcfMPH=withCSS(Component,css,\"framer-9Rvh7\");export default FramerO8KZcfMPH;FramerO8KZcfMPH.displayName=\"About us - Image grid\";FramerO8KZcfMPH.defaultProps={height:430,width:454};addPropertyControls(FramerO8KZcfMPH,{variant:{options:[\"T7m1Iz_o4\",\"P6UsbwLLL\",\"zY7gEk1eh\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},lQ4h4DhXu:{__defaultAssetReference:\"data:framer/asset-reference,IJf5WC7NQMWc1ZKSoHrocDsOsA.png?originalFilename=Image+Placeholder+1.png&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},GXyh2aq9n:{__defaultAssetReference:\"data:framer/asset-reference,nbwM5MvGLNRBZlc0y49YnnHcV0.png?originalFilename=Image+Placeholder+2.png&preferredSize=auto\",title:\"Image 2\",type:ControlType.ResponsiveImage},DYymtBGoz:{__defaultAssetReference:\"data:framer/asset-reference,J8NYsbFZ1dhyqd91mxfU3Rgjt0.png?originalFilename=Image+Placeholder+3.png&preferredSize=auto\",title:\"Image 3\",type:ControlType.ResponsiveImage}});addFonts(FramerO8KZcfMPH,[{explicitInter:true,fonts:[]},...ShapesFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerO8KZcfMPH\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"P6UsbwLLL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zY7gEk1eh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"430\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"454\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"lQ4h4DhXu\\\":\\\"image1\\\",\\\"GXyh2aq9n\\\":\\\"image2\\\",\\\"DYymtBGoz\\\":\\\"image3\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./O8KZcfMPH.map", "// Generated by Framer (4e800ba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FAQRow from\"https://framerusercontent.com/modules/uuRH7OEyEj7UbzZYf4BT/NN05J7Y3BsXl7ATdSLSY/chSG60bfa.js\";const FAQRowFonts=getFonts(FAQRow);const cycleOrder=[\"IdAqA2rqs\",\"gLM265NyP\"];const serializationHash=\"framer-VpF0J\";const variantClassNames={gLM265NyP:\"framer-v-1n5eq7h\",IdAqA2rqs:\"framer-v-jnyovh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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={Desktop:\"IdAqA2rqs\",Mobile:\"gLM265NyP\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"IdAqA2rqs\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IdAqA2rqs\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-jnyovh\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"IdAqA2rqs\",ref:refBinding,style:{...style},...addPropertyOverrides({gLM265NyP:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tqmcrc\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"amO8rM7Bc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"600px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||452)-0-452)/2+0+0)+0+0,...addPropertyOverrides({gLM265NyP:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||440)-0-452)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11sz7d6-container\",layoutDependency:layoutDependency,layoutId:\"InamYzCo2-container\",nodeId:\"InamYzCo2\",rendersWithMotion:true,scopeId:\"qQCKp1MC3\",children:/*#__PURE__*/_jsx(FAQRow,{BI4UsXJ0E:\"What services do educational consultancies offer?\",height:\"100%\",id:\"InamYzCo2\",layoutId:\"InamYzCo2\",oQZIJXujz:\"Educational consultancies provide guidance on university selection, application processes, visa assistance, scholarship opportunities, and career counseling to help students achieve their academic goals.\",style:{width:\"100%\"},variant:\"gHQqEjPgL\",width:\"100%\",...addPropertyOverrides({gLM265NyP:{variant:\"v2CNjGWtU\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"600px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||452)-0-452)/2+0+0)+0+78,...addPropertyOverrides({gLM265NyP:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||440)-0-452)/2+0+0)+0+78}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-107jee5-container\",layoutDependency:layoutDependency,layoutId:\"lCRoNSzYh-container\",nodeId:\"lCRoNSzYh\",rendersWithMotion:true,scopeId:\"qQCKp1MC3\",children:/*#__PURE__*/_jsx(FAQRow,{BI4UsXJ0E:\"Do you help with scholarship applications?\",height:\"100%\",id:\"lCRoNSzYh\",layoutId:\"lCRoNSzYh\",oQZIJXujz:\"Yes! Many educational consultancies assist students in identifying and applying for scholarships based on academic merit, financial need, or specific fields of study.\",style:{width:\"100%\"},variant:\"gHQqEjPgL\",width:\"100%\",...addPropertyOverrides({gLM265NyP:{variant:\"v2CNjGWtU\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"600px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||452)-0-452)/2+0+0)+0+156,...addPropertyOverrides({gLM265NyP:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||440)-0-452)/2+0+0)+0+156}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q80atg-container\",layoutDependency:layoutDependency,layoutId:\"h0VczqfCG-container\",nodeId:\"h0VczqfCG\",rendersWithMotion:true,scopeId:\"qQCKp1MC3\",children:/*#__PURE__*/_jsx(FAQRow,{BI4UsXJ0E:\"Can you guarantee university admission?\",height:\"100%\",id:\"h0VczqfCG\",layoutId:\"h0VczqfCG\",oQZIJXujz:\"While no consultancy can guarantee admission, experienced consultants maximize your chances by ensuring your application meets the highest standards and aligns with university expectations.\",style:{width:\"100%\"},variant:\"gHQqEjPgL\",width:\"100%\",...addPropertyOverrides({gLM265NyP:{variant:\"v2CNjGWtU\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"600px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||452)-0-452)/2+0+0)+0+234,...addPropertyOverrides({gLM265NyP:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||440)-0-452)/2+0+0)+0+234}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tjo4yw-container\",layoutDependency:layoutDependency,layoutId:\"T1bF1YxAe-container\",nodeId:\"T1bF1YxAe\",rendersWithMotion:true,scopeId:\"qQCKp1MC3\",children:/*#__PURE__*/_jsx(FAQRow,{BI4UsXJ0E:\"Do you assist with student visa applications?\",height:\"100%\",id:\"T1bF1YxAe\",layoutId:\"T1bF1YxAe\",oQZIJXujz:\"Yes, most consultancies offer visa guidance, including document preparation, interview coaching, and application submission to ensure a smooth process.\",style:{width:\"100%\"},variant:\"gHQqEjPgL\",width:\"100%\",...addPropertyOverrides({gLM265NyP:{variant:\"v2CNjGWtU\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"600px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||452)-0-452)/2+0+0)+0+312,...addPropertyOverrides({gLM265NyP:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||440)-0-452)/2+0+0)+0+312}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uso9p-container\",layoutDependency:layoutDependency,layoutId:\"mc5zbKPq_-container\",nodeId:\"mc5zbKPq_\",rendersWithMotion:true,scopeId:\"qQCKp1MC3\",children:/*#__PURE__*/_jsx(FAQRow,{BI4UsXJ0E:\"What services do educational consultancies offer?\",height:\"100%\",id:\"mc5zbKPq_\",layoutId:\"mc5zbKPq_\",oQZIJXujz:\"Educational consultancies provide guidance on university selection, application processes, visa assistance, scholarship opportunities, and career counseling to help students achieve their academic goals.\",style:{width:\"100%\"},variant:\"gHQqEjPgL\",width:\"100%\",...addPropertyOverrides({gLM265NyP:{variant:\"v2CNjGWtU\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"600px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||452)-0-452)/2+0+0)+0+390,...addPropertyOverrides({gLM265NyP:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||440)-0-452)/2+0+0)+0+390}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14sauy8-container\",layoutDependency:layoutDependency,layoutId:\"Zi8ZF0ZsV-container\",nodeId:\"Zi8ZF0ZsV\",rendersWithMotion:true,scopeId:\"qQCKp1MC3\",children:/*#__PURE__*/_jsx(FAQRow,{BI4UsXJ0E:\"Do you help with scholarship applications?\",height:\"100%\",id:\"Zi8ZF0ZsV\",layoutId:\"Zi8ZF0ZsV\",oQZIJXujz:\"Yes! Many educational consultancies assist students in identifying and applying for scholarships based on academic merit, financial need, or specific fields of study.\",style:{width:\"100%\"},variant:\"gHQqEjPgL\",width:\"100%\",...addPropertyOverrides({gLM265NyP:{variant:\"v2CNjGWtU\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VpF0J.framer-sl444y, .framer-VpF0J .framer-sl444y { display: block; }\",\".framer-VpF0J.framer-jnyovh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VpF0J .framer-tqmcrc { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-VpF0J .framer-11sz7d6-container, .framer-VpF0J .framer-107jee5-container, .framer-VpF0J .framer-q80atg-container, .framer-VpF0J .framer-tjo4yw-container, .framer-VpF0J .framer-uso9p-container, .framer-VpF0J .framer-14sauy8-container { flex: none; height: auto; position: relative; width: 600px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VpF0J.framer-jnyovh, .framer-VpF0J .framer-tqmcrc { gap: 0px; } .framer-VpF0J.framer-jnyovh > *, .framer-VpF0J .framer-tqmcrc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-VpF0J.framer-jnyovh > :first-child, .framer-VpF0J .framer-tqmcrc > :first-child { margin-top: 0px; } .framer-VpF0J.framer-jnyovh > :last-child, .framer-VpF0J .framer-tqmcrc > :last-child { margin-bottom: 0px; } }\",\".framer-VpF0J.framer-v-1n5eq7h.framer-jnyovh { width: 358px; }\",\".framer-VpF0J.framer-v-1n5eq7h .framer-tqmcrc { align-self: unset; width: 100%; }\",\".framer-VpF0J.framer-v-1n5eq7h .framer-11sz7d6-container, .framer-VpF0J.framer-v-1n5eq7h .framer-107jee5-container, .framer-VpF0J.framer-v-1n5eq7h .framer-q80atg-container, .framer-VpF0J.framer-v-1n5eq7h .framer-tjo4yw-container, .framer-VpF0J.framer-v-1n5eq7h .framer-uso9p-container, .framer-VpF0J.framer-v-1n5eq7h .framer-14sauy8-container { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 452\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gLM265NyP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerqQCKp1MC3=withCSS(Component,css,\"framer-VpF0J\");export default FramerqQCKp1MC3;FramerqQCKp1MC3.displayName=\"FAQ - Section\";FramerqQCKp1MC3.defaultProps={height:452,width:600};addPropertyControls(FramerqQCKp1MC3,{variant:{options:[\"IdAqA2rqs\",\"gLM265NyP\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqQCKp1MC3,[{explicitInter:true,fonts:[]},...FAQRowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqQCKp1MC3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gLM265NyP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"600\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"452\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qQCKp1MC3.map", "// Generated by Framer (4e800ba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/BThxTapPp0e69m7Iq03h/9GHPRURCsM6IddgbW1Mj/cnUQrca2U.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/rdynPT0JPAMbgjrpgYSK/KoC6KdNuG50BSxakqiI5/nmAizYW0x.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={KGfbXPtlY:{hover:true,pressed:true},u5DBFStL4:{hover:true,pressed:true}};const cycleOrder=[\"u5DBFStL4\",\"KGfbXPtlY\"];const serializationHash=\"framer-jlZsF\";const variantClassNames={KGfbXPtlY:\"framer-v-7omxox\",u5DBFStL4:\"framer-v-i4yp0i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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={Desktop:\"u5DBFStL4\",Mobile:\"KGfbXPtlY\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,MSlnRE3mF:title??props.MSlnRE3mF??\"Applications for 2025-2026 term is now open!\",variant:humanReadableVariantMap[props.variant]??props.variant??\"u5DBFStL4\",Y8G8100G5:link??props.Y8G8100G5};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,MSlnRE3mF,Y8G8100G5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"u5DBFStL4\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"KGfbXPtlY-hover\",\"KGfbXPtlY-pressed\"].includes(gestureVariant))return false;if(baseVariant===\"KGfbXPtlY\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Y8G8100G5,motionChild:true,nodeId:\"u5DBFStL4\",openInNewTab:true,scopeId:\"qr0QfTH8B\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-i4yp0i\",className,classNames)} framer-1obdlkf`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"u5DBFStL4\",ref:refBinding,style:{backgroundColor:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,boxShadow:\"0px 0px 0px 1px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\",...style},variants:{\"KGfbXPtlY-hover\":{boxShadow:\"0px 0px 0px 3px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"},\"u5DBFStL4-hover\":{boxShadow:\"0px 0px 0px 3px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"}},...addPropertyOverrides({\"KGfbXPtlY-hover\":{\"data-framer-name\":undefined},\"KGfbXPtlY-pressed\":{\"data-framer-name\":undefined},\"u5DBFStL4-hover\":{\"data-framer-name\":undefined},\"u5DBFStL4-pressed\":{\"data-framer-name\":undefined},KGfbXPtlY:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qy6gbn\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"JslpLKCG8\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-170je3g\",\"data-framer-name\":\"Badge\",layoutDependency:layoutDependency,layoutId:\"DU6vl6LAB\",style:{backgroundColor:\"var(--token-6b7620a1-af8f-46cd-8997-99dc10a7cd09, rgb(141, 198, 63))\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kqz1a0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Wv6NMAlvY-container\",nodeId:\"Wv6NMAlvY\",rendersWithMotion:true,scopeId:\"qr0QfTH8B\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Info\",id:\"Wv6NMAlvY\",layoutId:\"Wv6NMAlvY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4zz3v\",\"data-styles-preset\":\"cnUQrca2U\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255)))\"},children:\"Update\"})}),className:\"framer-1xibw4r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tST3gpqVc\",style:{\"--extracted-r6o4lv\":\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Applications for 2025-2026 term is now open!\"})}),className:\"framer-127qa88\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vllqHH_8D\",style:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:MSlnRE3mF,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KGfbXPtlY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4zz3v\",\"data-styles-preset\":\"cnUQrca2U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Applications for 2025-2026 term is now open!\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jh9k3w-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LkeOUUSfT-container\",nodeId:\"LkeOUUSfT\",rendersWithMotion:true,scopeId:\"qr0QfTH8B\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"LkeOUUSfT\",layoutId:\"LkeOUUSfT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jlZsF.framer-1obdlkf, .framer-jlZsF .framer-1obdlkf { display: block; }\",\".framer-jlZsF.framer-i4yp0i { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-jlZsF .framer-1qy6gbn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 8px 0px 0px; position: relative; width: 411px; }\",\".framer-jlZsF .framer-170je3g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-jlZsF .framer-kqz1a0-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-jlZsF .framer-1xibw4r, .framer-jlZsF .framer-127qa88 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-jlZsF .framer-jh9k3w-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jlZsF.framer-i4yp0i, .framer-jlZsF .framer-1qy6gbn, .framer-jlZsF .framer-170je3g { gap: 0px; } .framer-jlZsF.framer-i4yp0i > *, .framer-jlZsF .framer-1qy6gbn > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-jlZsF.framer-i4yp0i > :first-child, .framer-jlZsF .framer-1qy6gbn > :first-child, .framer-jlZsF .framer-170je3g > :first-child { margin-left: 0px; } .framer-jlZsF.framer-i4yp0i > :last-child, .framer-jlZsF .framer-1qy6gbn > :last-child, .framer-jlZsF .framer-170je3g > :last-child { margin-right: 0px; } .framer-jlZsF .framer-170je3g > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-jlZsF.framer-v-7omxox.framer-i4yp0i { max-width: 500px; min-width: 304px; width: 304px; }\",\".framer-jlZsF.framer-v-7omxox .framer-1qy6gbn { flex: 1 0 0px; gap: unset; justify-content: space-between; padding: 4px 8px 4px 8px; width: 1px; }\",\".framer-jlZsF.framer-v-7omxox .framer-jh9k3w-container { height: 16px; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jlZsF.framer-v-7omxox .framer-1qy6gbn { gap: 0px; } .framer-jlZsF.framer-v-7omxox .framer-1qy6gbn > *, .framer-jlZsF.framer-v-7omxox .framer-1qy6gbn > :first-child, .framer-jlZsF.framer-v-7omxox .framer-1qy6gbn > :last-child { margin: 0px; } }\",\".framer-jlZsF.framer-v-7omxox.hover .framer-1qy6gbn, .framer-jlZsF.framer-v-7omxox.pressed .framer-1qy6gbn { gap: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jlZsF.framer-v-7omxox.hover .framer-1qy6gbn { gap: 0px; } .framer-jlZsF.framer-v-7omxox.hover .framer-1qy6gbn > *, .framer-jlZsF.framer-v-7omxox.hover .framer-1qy6gbn > :first-child, .framer-jlZsF.framer-v-7omxox.hover .framer-1qy6gbn > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jlZsF.framer-v-7omxox.pressed .framer-1qy6gbn { gap: 0px; } .framer-jlZsF.framer-v-7omxox.pressed .framer-1qy6gbn > *, .framer-jlZsF.framer-v-7omxox.pressed .framer-1qy6gbn > :first-child, .framer-jlZsF.framer-v-7omxox.pressed .framer-1qy6gbn > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 410.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"KGfbXPtlY\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"304px\",\"500px\",null,null]},\"IEDMFdcmZ\":{\"layout\":[\"auto\",\"auto\"]},\"LysHhC3ZF\":{\"layout\":[\"auto\",\"auto\"]},\"dhJ7ijU5s\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"304px\",\"500px\",null,null]},\"PLGKA7ZZz\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"304px\",\"500px\",null,null]}}}\n * @framerVariables {\"MSlnRE3mF\":\"title\",\"Y8G8100G5\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerqr0QfTH8B=withCSS(Component,css,\"framer-jlZsF\");export default Framerqr0QfTH8B;Framerqr0QfTH8B.displayName=\"Large Badge\";Framerqr0QfTH8B.defaultProps={height:28,width:410.5};addPropertyControls(Framerqr0QfTH8B,{variant:{options:[\"u5DBFStL4\",\"KGfbXPtlY\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},MSlnRE3mF:{defaultValue:\"Applications for 2025-2026 term is now open!\",displayTextArea:false,title:\"Title\",type:ControlType.String},Y8G8100G5:{title:\"Link\",type:ControlType.Link}});addFonts(Framerqr0QfTH8B,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerqr0QfTH8B\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KGfbXPtlY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"304px\\\",\\\"500px\\\",null,null]},\\\"IEDMFdcmZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LysHhC3ZF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dhJ7ijU5s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"304px\\\",\\\"500px\\\",null,null]},\\\"PLGKA7ZZz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"304px\\\",\\\"500px\\\",null,null]}}}\",\"framerVariables\":\"{\\\"MSlnRE3mF\\\":\\\"title\\\",\\\"Y8G8100G5\\\":\\\"link\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"410.5\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"28\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qr0QfTH8B.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useState,useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n *\n * @framerDisableUnlink\n *\n */export default function NumberCounter({start=0,end=100,prefix=\"\",suffix=\"\",fontSettings={fontFamily:\"sans-serif\",fontSize:16,fontWeight:\"normal\",letterSpacing:0,lineHeight:\"1em\",textAlign:\"left\"},textColor=\"#000000\",textTag:Tag=\"span\",transition,trigger=\"appear\"}){const[count,setCount]=useState(start);const[hasAnimated,setHasAnimated]=useState(false);const elementRef=useRef(null)// Ref for Intersection Observer\n;useEffect(()=>{if(trigger===\"appear\"){startAnimation();}else if(trigger===\"layer-in-view\"){const observer=new IntersectionObserver(([entry])=>{if(entry.isIntersecting&&!hasAnimated){startAnimation();}},{threshold:.5}// Triggers when at least 50% of the component is visible\n);if(elementRef.current)observer.observe(elementRef.current);return()=>{if(elementRef.current)observer.unobserve(elementRef.current);};}},[trigger,start,end,transition])// Reacts to changes in dependencies\n;const startAnimation=()=>{let startTime;setHasAnimated(true);const animate=timestamp=>{if(!startTime)startTime=timestamp;const progress=Math.min((timestamp-startTime)/((transition?.duration||2)*1e3),1);setCount(Math.floor(start+progress*(end-start)));if(progress<1)requestAnimationFrame(animate);};requestAnimationFrame(animate);};return /*#__PURE__*/_jsx(\"div\",{ref:elementRef,style:{textAlign:fontSettings.textAlign},children:/*#__PURE__*/_jsxs(Tag,{style:{fontFamily:fontSettings.fontFamily,fontSize:fontSettings.fontSize,fontWeight:fontSettings.fontWeight,letterSpacing:fontSettings.letterSpacing,lineHeight:fontSettings.lineHeight,textAlign:fontSettings.textAlign,color:textColor},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:fontSettings.fontFamily,fontWeight:fontSettings.fontWeight},children:prefix}),count,/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:fontSettings.fontFamily,fontWeight:fontSettings.fontWeight},children:suffix})]})});}addPropertyControls(NumberCounter,{start:{type:ControlType.Number,title:\"Start\",defaultValue:0},end:{type:ControlType.Number,title:\"End\",defaultValue:100},prefix:{type:ControlType.String,title:\"Prefix\"},suffix:{type:ControlType.String,title:\"Suffix\"},fontSettings:{type:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultTextAlignment:\"true\",defaultValue:{fontFamily:\"sans-serif\",fontSize:16,fontWeight:\"normal\",letterSpacing:0,lineHeight:\"1em\",textAlign:\"left\"}},textColor:{type:ControlType.Color,title:\"Text Color\",defaultValue:\"#000000\"},trigger:{type:ControlType.Enum,title:\"Trigger\",options:[\"appear\",\"layer-in-view\"],defaultValue:\"appear\"},transition:{type:ControlType.Transition,hidden(props){return props.animate===false;},description:\"Built by [Maharram Hasanli](https://www.maharram.xyz)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"NumberCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Number_Counter.map", "// Generated by Framer (4e800ba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NumberCounter from\"https://framerusercontent.com/modules/mJHujUnOTRietUxCMtBJ/D0Yzi8leGrF3KkvJFJUS/Number_Counter.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kYY18hnKmBXq2zcHnmXX/4sKeMs2EOvShKlRejOUx/KYy_RSKES.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/rdynPT0JPAMbgjrpgYSK/KoC6KdNuG50BSxakqiI5/nmAizYW0x.js\";const NumberCounterFonts=getFonts(NumberCounter);const cycleOrder=[\"NQd43r5Uc\",\"ieKmZ5iJP\",\"UQbiktS1f\"];const serializationHash=\"framer-o5CNU\";const variantClassNames={ieKmZ5iJP:\"framer-v-1u4xbc5\",NQd43r5Uc:\"framer-v-1gsbsw6\",UQbiktS1f:\"framer-v-1wis5hi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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={Desktop:\"NQd43r5Uc\",Mobile:\"UQbiktS1f\",Tablet:\"ieKmZ5iJP\"};const getProps=({_1StCollumnDescription,_2NdCollumnDescription,_3ThCollumnDescription,height,id,width,...props})=>{return{...props,G9dq69jWU:_2NdCollumnDescription??props.G9dq69jWU??\"Partner Universities\",SjM0AJImQ:_3ThCollumnDescription??props.SjM0AJImQ??\"Scholarships Secured\",variant:humanReadableVariantMap[props.variant]??props.variant??\"NQd43r5Uc\",VQCk4_VF_:_1StCollumnDescription??props.VQCk4_VF_??\"Students Accepted \"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,VQCk4_VF_,G9dq69jWU,SjM0AJImQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NQd43r5Uc\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gsbsw6\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"NQd43r5Uc\",ref:refBinding,style:{...style},...addPropertyOverrides({ieKmZ5iJP:{\"data-framer-name\":\"Tablet\"},UQbiktS1f:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3bcipg\",\"data-framer-name\":\"Collumn 1\",layoutDependency:layoutDependency,layoutId:\"mtF1d6C4_\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1of2cbb-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ZWmIFXKLq-container\",nodeId:\"ZWmIFXKLq\",rendersWithMotion:true,scopeId:\"SVfNFpoJS\",children:/*#__PURE__*/_jsx(NumberCounter,{end:200,fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"48px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.3em\",textAlign:\"left\"},height:\"100%\",id:\"ZWmIFXKLq\",layoutId:\"ZWmIFXKLq\",prefix:\"\",start:0,suffix:\"+\",textColor:\"var(--token-6b7620a1-af8f-46cd-8997-99dc10a7cd09, rgb(141, 198, 63))\",transition:{delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"},trigger:\"layer-in-view\",width:\"100%\",...addPropertyOverrides({ieKmZ5iJP:{fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.4em\",textAlign:\"left\"}},UQbiktS1f:{fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.5em\",textAlign:\"left\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Students Accepted \"})}),className:\"framer-xfiee\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z4TnzTlNd\",style:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:VQCk4_VF_,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ieKmZ5iJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Students Accepted \"})})},UQbiktS1f:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Students Accepted \"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i0j7d5\",\"data-framer-name\":\"Collumn 2\",layoutDependency:layoutDependency,layoutId:\"Z0C4l7IVY\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bz90it-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wG7VWDMh9-container\",nodeId:\"wG7VWDMh9\",rendersWithMotion:true,scopeId:\"SVfNFpoJS\",children:/*#__PURE__*/_jsx(NumberCounter,{end:50,fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"48px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.3em\",textAlign:\"left\"},height:\"100%\",id:\"wG7VWDMh9\",layoutId:\"wG7VWDMh9\",prefix:\"\",start:0,suffix:\"+\",textColor:\"var(--token-aa8c439f-94ae-4394-b578-b0d9b1f86f69, rgb(0, 174, 239))\",transition:{delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"},trigger:\"layer-in-view\",width:\"100%\",...addPropertyOverrides({ieKmZ5iJP:{fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.4em\",textAlign:\"left\"}},UQbiktS1f:{fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.5em\",textAlign:\"left\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Partner Universities\"})}),className:\"framer-1isdolq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"l1jhH_SBE\",style:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:G9dq69jWU,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ieKmZ5iJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Partner Universities\"})})},UQbiktS1f:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Partner Universities\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kzj6iq\",\"data-framer-name\":\"Collumn 3\",layoutDependency:layoutDependency,layoutId:\"uXqPkn_3D\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wzc6x2-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"XWgboL5gv-container\",nodeId:\"XWgboL5gv\",rendersWithMotion:true,scopeId:\"SVfNFpoJS\",children:/*#__PURE__*/_jsx(NumberCounter,{end:2,fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"48px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.3em\",textAlign:\"left\"},height:\"100%\",id:\"XWgboL5gv\",layoutId:\"XWgboL5gv\",prefix:\"$\",start:0,suffix:\"M+\",textColor:\"var(--token-fba9ac12-a132-4860-85db-d8adb2f909af, rgb(241, 90, 41))\",transition:{delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"},trigger:\"layer-in-view\",width:\"100%\",...addPropertyOverrides({ieKmZ5iJP:{fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.4em\",textAlign:\"left\"}},UQbiktS1f:{fontSettings:{fontFamily:'\"Funnel Display\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0px\",lineHeight:\"1.5em\",textAlign:\"left\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Scholarships Secured\"})}),className:\"framer-7qmt89\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EO7aGeXsE\",style:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SjM0AJImQ,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ieKmZ5iJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Scholarships Secured\"})})},UQbiktS1f:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Scholarships Secured\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-o5CNU.framer-11bphns, .framer-o5CNU .framer-11bphns { display: block; }\",\".framer-o5CNU.framer-1gsbsw6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 592px; }\",\".framer-o5CNU .framer-3bcipg, .framer-o5CNU .framer-1i0j7d5, .framer-o5CNU .framer-kzj6iq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-o5CNU .framer-1of2cbb-container, .framer-o5CNU .framer-bz90it-container, .framer-o5CNU .framer-wzc6x2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-o5CNU .framer-xfiee, .framer-o5CNU .framer-1isdolq, .framer-o5CNU .framer-7qmt89 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o5CNU.framer-1gsbsw6, .framer-o5CNU .framer-3bcipg, .framer-o5CNU .framer-1i0j7d5, .framer-o5CNU .framer-kzj6iq { gap: 0px; } .framer-o5CNU.framer-1gsbsw6 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-o5CNU.framer-1gsbsw6 > :first-child { margin-left: 0px; } .framer-o5CNU.framer-1gsbsw6 > :last-child { margin-right: 0px; } .framer-o5CNU .framer-3bcipg > *, .framer-o5CNU .framer-1i0j7d5 > *, .framer-o5CNU .framer-kzj6iq > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-o5CNU .framer-3bcipg > :first-child, .framer-o5CNU .framer-1i0j7d5 > :first-child, .framer-o5CNU .framer-kzj6iq > :first-child { margin-top: 0px; } .framer-o5CNU .framer-3bcipg > :last-child, .framer-o5CNU .framer-1i0j7d5 > :last-child, .framer-o5CNU .framer-kzj6iq > :last-child { margin-bottom: 0px; } }\",\".framer-o5CNU.framer-v-1u4xbc5.framer-1gsbsw6 { width: 410px; }\",\".framer-o5CNU.framer-v-1wis5hi.framer-1gsbsw6 { width: 340px; }\",\".framer-o5CNU.framer-v-1wis5hi .framer-3bcipg, .framer-o5CNU.framer-v-1wis5hi .framer-1i0j7d5, .framer-o5CNU.framer-v-1wis5hi .framer-kzj6iq { align-content: center; align-items: center; }\",\".framer-o5CNU.framer-v-1wis5hi .framer-xfiee, .framer-o5CNU.framer-v-1wis5hi .framer-1isdolq, .framer-o5CNU.framer-v-1wis5hi .framer-7qmt89 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 592\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ieKmZ5iJP\":{\"layout\":[\"fixed\",\"auto\"]},\"UQbiktS1f\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"VQCk4_VF_\":\"_1StCollumnDescription\",\"G9dq69jWU\":\"_2NdCollumnDescription\",\"SjM0AJImQ\":\"_3ThCollumnDescription\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSVfNFpoJS=withCSS(Component,css,\"framer-o5CNU\");export default FramerSVfNFpoJS;FramerSVfNFpoJS.displayName=\"About us - Stats\";FramerSVfNFpoJS.defaultProps={height:96,width:592};addPropertyControls(FramerSVfNFpoJS,{variant:{options:[\"NQd43r5Uc\",\"ieKmZ5iJP\",\"UQbiktS1f\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},VQCk4_VF_:{defaultValue:\"Students Accepted \",displayTextArea:false,title:\"1st Collumn Description\",type:ControlType.String},G9dq69jWU:{defaultValue:\"Partner Universities\",displayTextArea:false,title:\"2nd Collumn Description\",type:ControlType.String},SjM0AJImQ:{defaultValue:\"Scholarships Secured\",displayTextArea:false,title:\"3th Collumn Description\",type:ControlType.String}});addFonts(FramerSVfNFpoJS,[{explicitInter:true,fonts:[{family:\"Funnel Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/funneldisplay/v1/B50bF7FGv37QNVWgE0ga--4PbZSRJXrOHcLHLoAYRGTXXcVwIZDKFA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NumberCounterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSVfNFpoJS\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"96\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"VQCk4_VF_\\\":\\\"_1StCollumnDescription\\\",\\\"G9dq69jWU\\\":\\\"_2NdCollumnDescription\\\",\\\"SjM0AJImQ\\\":\\\"_3ThCollumnDescription\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"592\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ieKmZ5iJP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UQbiktS1f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SVfNFpoJS.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/MXxCbPjdra3HpW2KxVRk/kx6mm3qNonTaW0PrUSHX/a1zaPnnu6.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/gBW1iPD4YLBGJjm0o7q3/RVRGZOyC1rUkt0937zLY/HrVqpSgo2.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/kYY18hnKmBXq2zcHnmXX/4sKeMs2EOvShKlRejOUx/KYy_RSKES.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/rdynPT0JPAMbgjrpgYSK/KoC6KdNuG50BSxakqiI5/nmAizYW0x.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/BtuH1GhUCjbsetJYwisl/eNGcasWDCMVmV5kHb9Qp/sfik7EGmd.js\";const enabledGestures={ipigHKluN:{hover:true,pressed:true},pS3hto2oq:{hover:true,pressed:true},rwtcZWGzw:{hover:true,pressed:true}};const cycleOrder=[\"pS3hto2oq\",\"ipigHKluN\",\"rwtcZWGzw\"];const serializationHash=\"framer-gbkJn\";const variantClassNames={ipigHKluN:\"framer-v-pkmhxz\",pS3hto2oq:\"framer-v-h1tpb6\",rwtcZWGzw:\"framer-v-7f0d8s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Desktop:\"pS3hto2oq\",Phone:\"rwtcZWGzw\",Tablet:\"ipigHKluN\"};const getProps=({body,height,id,image,title,width,...props})=>{return{...props,CNZtMtmrF:body??props.CNZtMtmrF??\"Mollis sed vivamus porttitor sagittis. Eget turpis adipiscing urna diam.\",qDCrMdO0e:image??props.qDCrMdO0e??{alt:\"\",src:\"https://framerusercontent.com/images/UndVCJyMKlVSMMDEyfAvRQqVLcQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/UndVCJyMKlVSMMDEyfAvRQqVLcQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/UndVCJyMKlVSMMDEyfAvRQqVLcQ.png 968w\"},U6lK8xMcF:title??props.U6lK8xMcF??\"Trust\",variant:humanReadableVariantMap[props.variant]??props.variant??\"pS3hto2oq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,U6lK8xMcF,CNZtMtmrF,qDCrMdO0e,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pS3hto2oq\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-h1tpb6\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"pS3hto2oq\",ref:refBinding,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{ipigHKluN:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},rwtcZWGzw:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({\"ipigHKluN-hover\":{\"data-framer-name\":undefined},\"ipigHKluN-pressed\":{\"data-framer-name\":undefined},\"pS3hto2oq-hover\":{\"data-framer-name\":undefined},\"pS3hto2oq-pressed\":{\"data-framer-name\":undefined},\"rwtcZWGzw-hover\":{\"data-framer-name\":undefined},\"rwtcZWGzw-pressed\":{\"data-framer-name\":undefined},ipigHKluN:{\"data-framer-name\":\"Tablet\"},rwtcZWGzw:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h8iq86\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"BMjuhDpv2\",style:{backgroundColor:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0px 0px 1px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"},variants:{\"ipigHKluN-hover\":{boxShadow:\"0px 0px 0px 3px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"},\"pS3hto2oq-hover\":{boxShadow:\"0px 0px 0px 3px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"},\"rwtcZWGzw-hover\":{boxShadow:\"0px 0px 0px 3px var(--token-8a26015f-9197-4b98-91f9-11e016d83eb6, rgb(235, 237, 239))\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9b5ka2\",\"data-framer-name\":\"Main Content\",layoutDependency:layoutDependency,layoutId:\"EXKkoPjpq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1dfm6qo\",\"data-styles-preset\":\"HrVqpSgo2\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Trust\"})}),className:\"framer-1xraguc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p1PUXLIOx\",style:{\"--extracted-1lwpl3i\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:U6lK8xMcF,variants:{ipigHKluN:{\"--extracted-1w1cjl5\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},rwtcZWGzw:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ipigHKluN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-a5vnom\",\"data-styles-preset\":\"sfik7EGmd\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Trust\"})})},rwtcZWGzw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wv1yas\",\"data-styles-preset\":\"a1zaPnnu6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:\"Trust\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93)))\"},children:\"Mollis sed vivamus porttitor sagittis. Eget turpis adipiscing urna diam.\"})}),className:\"framer-1n4v6bm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VxBzSQQ2D\",style:{\"--extracted-r6o4lv\":\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CNZtMtmrF,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ipigHKluN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93)))\"},children:\"Mollis sed vivamus porttitor sagittis. Eget turpis adipiscing urna diam.\"})})},rwtcZWGzw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93)))\"},children:\"Mollis sed vivamus porttitor sagittis. Eget turpis adipiscing urna diam.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||300)-0-(Math.max(0,((componentViewport?.height||300)-0-0)/1)*1+0))/2+0+0)+0+(0+204+(Math.max(0,((componentViewport?.height||300)-0-0)/1)*1-0-446)/1*1)),pixelHeight:968,pixelWidth:968,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(qDCrMdO0e),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-x6yqak\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"C9VcEfdqj\",...addPropertyOverrides({ipigHKluN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||300)-0-(Math.max(0,((componentViewport?.height||300)-0-0)/1)*1+0))/2+0+0)+0+(0+159+(Math.max(0,((componentViewport?.height||300)-0-0)/1)*1-0-401)/1*1)),pixelHeight:968,pixelWidth:968,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(qDCrMdO0e),...{positionX:\"center\",positionY:\"center\"}}},rwtcZWGzw:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||300)-0-(Math.max(0,((componentViewport?.height||300)-0-0)/1)*1+0))/2+0+0)+0+(0+257+(Math.max(0,((componentViewport?.height||300)-0-0)/1)*1-0-499)/1*1)),pixelHeight:968,pixelWidth:968,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(qDCrMdO0e),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gbkJn.framer-179yf11, .framer-gbkJn .framer-179yf11 { display: block; }\",\".framer-gbkJn.framer-h1tpb6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 395px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 242px; }\",\".framer-gbkJn .framer-h8iq86 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gbkJn .framer-9b5ka2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-gbkJn .framer-1xraguc, .framer-gbkJn .framer-1n4v6bm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gbkJn .framer-x6yqak { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 242px); overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gbkJn.framer-h1tpb6, .framer-gbkJn .framer-9b5ka2 { gap: 0px; } .framer-gbkJn.framer-h1tpb6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gbkJn.framer-h1tpb6 > :first-child, .framer-gbkJn .framer-9b5ka2 > :first-child { margin-top: 0px; } .framer-gbkJn.framer-h1tpb6 > :last-child, .framer-gbkJn .framer-9b5ka2 > :last-child { margin-bottom: 0px; } .framer-gbkJn .framer-9b5ka2 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-gbkJn.framer-v-pkmhxz.framer-h1tpb6, .framer-gbkJn.framer-v-7f0d8s.framer-h1tpb6, .framer-gbkJn.framer-v-h1tpb6.hover.framer-h1tpb6, .framer-gbkJn.framer-v-h1tpb6.pressed.framer-h1tpb6 { aspect-ratio: 0.8066666666666666 / 1; height: var(--framer-aspect-ratio-supported, 300px); }\",\".framer-gbkJn.framer-v-pkmhxz .framer-9b5ka2, .framer-gbkJn.framer-v-7f0d8s .framer-9b5ka2 { padding: 8px; }\",\".framer-gbkJn.framer-v-h1tpb6.hover .framer-h8iq86, .framer-gbkJn.framer-v-h1tpb6.hover .framer-9b5ka2, .framer-gbkJn.framer-v-h1tpb6.hover .framer-1xraguc, .framer-gbkJn.framer-v-h1tpb6.hover .framer-1n4v6bm, .framer-gbkJn.framer-v-h1tpb6.hover .framer-x6yqak, .framer-gbkJn.framer-v-h1tpb6.pressed .framer-h8iq86, .framer-gbkJn.framer-v-h1tpb6.pressed .framer-9b5ka2, .framer-gbkJn.framer-v-h1tpb6.pressed .framer-1xraguc, .framer-gbkJn.framer-v-h1tpb6.pressed .framer-1n4v6bm, .framer-gbkJn.framer-v-h1tpb6.pressed .framer-x6yqak, .framer-gbkJn.framer-v-pkmhxz.hover .framer-h8iq86, .framer-gbkJn.framer-v-pkmhxz.hover .framer-9b5ka2, .framer-gbkJn.framer-v-pkmhxz.hover .framer-1xraguc, .framer-gbkJn.framer-v-pkmhxz.hover .framer-1n4v6bm, .framer-gbkJn.framer-v-pkmhxz.hover .framer-x6yqak, .framer-gbkJn.framer-v-pkmhxz.pressed .framer-h8iq86, .framer-gbkJn.framer-v-pkmhxz.pressed .framer-9b5ka2, .framer-gbkJn.framer-v-pkmhxz.pressed .framer-1xraguc, .framer-gbkJn.framer-v-pkmhxz.pressed .framer-1n4v6bm, .framer-gbkJn.framer-v-pkmhxz.pressed .framer-x6yqak, .framer-gbkJn.framer-v-7f0d8s.hover .framer-h8iq86, .framer-gbkJn.framer-v-7f0d8s.hover .framer-9b5ka2, .framer-gbkJn.framer-v-7f0d8s.hover .framer-1xraguc, .framer-gbkJn.framer-v-7f0d8s.hover .framer-1n4v6bm, .framer-gbkJn.framer-v-7f0d8s.hover .framer-x6yqak, .framer-gbkJn.framer-v-7f0d8s.pressed .framer-h8iq86, .framer-gbkJn.framer-v-7f0d8s.pressed .framer-9b5ka2, .framer-gbkJn.framer-v-7f0d8s.pressed .framer-1xraguc, .framer-gbkJn.framer-v-7f0d8s.pressed .framer-1n4v6bm, .framer-gbkJn.framer-v-7f0d8s.pressed .framer-x6yqak { cursor: default; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 242\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ipigHKluN\":{\"layout\":[\"fixed\",\"fixed\"]},\"rwtcZWGzw\":{\"layout\":[\"fixed\",\"fixed\"]},\"e2yj2oj1t\":{\"layout\":[\"fixed\",\"fixed\"]},\"w8KKBQgEM\":{\"layout\":[\"fixed\",\"fixed\"]},\"czT7iGGp6\":{\"layout\":[\"fixed\",\"fixed\"]},\"dxTWQ26Op\":{\"layout\":[\"fixed\",\"fixed\"]},\"Lte7UEEMr\":{\"layout\":[\"fixed\",\"fixed\"]},\"DxCt6tTtF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"U6lK8xMcF\":\"title\",\"CNZtMtmrF\":\"body\",\"qDCrMdO0e\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruUCpaL4h_=withCSS(Component,css,\"framer-gbkJn\");export default FrameruUCpaL4h_;FrameruUCpaL4h_.displayName=\"Our Vales - Card\";FrameruUCpaL4h_.defaultProps={height:300,width:242};addPropertyControls(FrameruUCpaL4h_,{variant:{options:[\"pS3hto2oq\",\"ipigHKluN\",\"rwtcZWGzw\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},U6lK8xMcF:{defaultValue:\"Trust\",displayTextArea:false,title:\"Title\",type:ControlType.String},CNZtMtmrF:{defaultValue:\"Mollis sed vivamus porttitor sagittis. Eget turpis adipiscing urna diam.\",displayTextArea:false,title:\"Body\",type:ControlType.String},qDCrMdO0e:{__defaultAssetReference:\"data:framer/asset-reference,UndVCJyMKlVSMMDEyfAvRQqVLcQ.png?originalFilename=1.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,UndVCJyMKlVSMMDEyfAvRQqVLcQ.png?originalFilename=1.png&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FrameruUCpaL4h_,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruUCpaL4h_\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"242\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ipigHKluN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rwtcZWGzw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e2yj2oj1t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"w8KKBQgEM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"czT7iGGp6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dxTWQ26Op\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Lte7UEEMr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DxCt6tTtF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"300\",\"framerVariables\":\"{\\\"U6lK8xMcF\\\":\\\"title\\\",\\\"CNZtMtmrF\\\":\\\"body\\\",\\\"qDCrMdO0e\\\":\\\"image\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uUCpaL4h_.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/MXxCbPjdra3HpW2KxVRk/kx6mm3qNonTaW0PrUSHX/a1zaPnnu6.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/BThxTapPp0e69m7Iq03h/9GHPRURCsM6IddgbW1Mj/cnUQrca2U.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kYY18hnKmBXq2zcHnmXX/4sKeMs2EOvShKlRejOUx/KYy_RSKES.js\";const serializationHash=\"framer-zYAKp\";const variantClassNames={hxb7YbLif:\"framer-v-3kmndy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 getProps=({color,fullName,height,id,nameColor,testimonial,universityTitle,userImage,width,...props})=>{return{...props,Ez0KGnC5l:userImage??props.Ez0KGnC5l??{alt:\"\",src:\"https://framerusercontent.com/images/y41MLL3S6Ji4j5u1FVhTXQYSfY.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/y41MLL3S6Ji4j5u1FVhTXQYSfY.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/y41MLL3S6Ji4j5u1FVhTXQYSfY.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/y41MLL3S6Ji4j5u1FVhTXQYSfY.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/y41MLL3S6Ji4j5u1FVhTXQYSfY.jpg 3744w\"},fT7yhYQbo:testimonial??props.fT7yhYQbo??'\"Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Nulla facilisi. Mauris sollicitudin fermentum libero. In hac habitasse platea dictumst. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo.',fXuzuQyv8:nameColor??props.fXuzuQyv8??\"var(--token-6b7620a1-af8f-46cd-8997-99dc10a7cd09, rgb(141, 198, 63))\",g8trzfge5:universityTitle??props.g8trzfge5??\"Student @Cambridge University\",rpPhwtdWx:color??props.rpPhwtdWx??\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",sfWHGVexf:fullName??props.sfWHGVexf??\"Joe Doe\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Ez0KGnC5l,sfWHGVexf,g8trzfge5,fXuzuQyv8,rpPhwtdWx,fT7yhYQbo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"hxb7YbLif\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-3kmndy\",className,classNames),\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"hxb7YbLif\",ref:refBinding,style:{backgroundColor:rpPhwtdWx,borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px 0px 24px 0px rgba(255, 255, 255, 0.64)\",...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3q7g53\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"S3hCfdSUZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49)))\"},children:'\"Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Nulla facilisi. Mauris sollicitudin fermentum libero. In hac habitasse platea dictumst. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo.'})}),className:\"framer-1ogrd8f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KGvlykvPW\",style:{\"--extracted-r6o4lv\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fT7yhYQbo,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g233fc\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"eYMFdBFKA\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||300)-48-(Math.max(0,((componentViewport?.height||300)-48-0)/1)*1+0))/2+0+0)+0+(0+128+(Math.max(0,((componentViewport?.height||300)-48-0)/1)*1-0-170.8)/1*1)+1.4),pixelHeight:5616,pixelWidth:3744,sizes:\"40px\",...toResponsiveImage(Ez0KGnC5l),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-14jd52r\",layoutDependency:layoutDependency,layoutId:\"tMphQwJdW\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tvm8a6\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"nsxbXgpHU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wv1yas\",\"data-styles-preset\":\"a1zaPnnu6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-fXuzuQyv8-yoexNujIx))\"},children:\"Joe Doe\"})}),className:\"framer-12s99t2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YwzSh8YvK\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-fXuzuQyv8-yoexNujIx)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-fXuzuQyv8-yoexNujIx\":fXuzuQyv8},text:sfWHGVexf,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4zz3v\",\"data-styles-preset\":\"cnUQrca2U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93)))\"},children:\"Student @Cambridge University\"})}),className:\"framer-1lys0og\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"swb6vaiSd\",style:{\"--extracted-r6o4lv\":\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:g8trzfge5,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zYAKp.framer-12v8ywt, .framer-zYAKp .framer-12v8ywt { display: block; }\",\".framer-zYAKp.framer-3kmndy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 300px; justify-content: center; min-height: 300px; overflow: hidden; padding: 24px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zYAKp .framer-3q7g53 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zYAKp .framer-1ogrd8f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zYAKp .framer-g233fc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-zYAKp .framer-14jd52r { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zYAKp .framer-tvm8a6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-zYAKp .framer-12s99t2, .framer-zYAKp .framer-1lys0og { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zYAKp.framer-3kmndy, .framer-zYAKp .framer-g233fc, .framer-zYAKp .framer-tvm8a6 { gap: 0px; } .framer-zYAKp.framer-3kmndy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zYAKp.framer-3kmndy > :first-child, .framer-zYAKp .framer-tvm8a6 > :first-child { margin-top: 0px; } .framer-zYAKp.framer-3kmndy > :last-child, .framer-zYAKp .framer-tvm8a6 > :last-child { margin-bottom: 0px; } .framer-zYAKp .framer-g233fc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zYAKp .framer-g233fc > :first-child { margin-left: 0px; } .framer-zYAKp .framer-g233fc > :last-child { margin-right: 0px; } .framer-zYAKp .framer-tvm8a6 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"300px\",null]}}}\n * @framerVariables {\"Ez0KGnC5l\":\"userImage\",\"sfWHGVexf\":\"fullName\",\"g8trzfge5\":\"universityTitle\",\"fXuzuQyv8\":\"nameColor\",\"rpPhwtdWx\":\"color\",\"fT7yhYQbo\":\"testimonial\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryoexNujIx=withCSS(Component,css,\"framer-zYAKp\");export default FrameryoexNujIx;FrameryoexNujIx.displayName=\"Testimonial - Card\";FrameryoexNujIx.defaultProps={height:300,width:400};addPropertyControls(FrameryoexNujIx,{Ez0KGnC5l:{__defaultAssetReference:\"data:framer/asset-reference,y41MLL3S6Ji4j5u1FVhTXQYSfY.jpg?originalFilename=photo-1544717305-2782549b5136%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw1fHxzdHVkZW50fGVufDB8fHx8MTczODkzMjY3MHww%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,y41MLL3S6Ji4j5u1FVhTXQYSfY.jpg?originalFilename=photo-1544717305-2782549b5136%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw1fHxzdHVkZW50fGVufDB8fHx8MTczODkzMjY3MHww%26ixlib%3Drb-4.0.jpg&preferredSize=auto\"},title:\"User Image\",type:ControlType.ResponsiveImage},sfWHGVexf:{defaultValue:\"Joe Doe\",displayTextArea:false,title:\"Full Name\",type:ControlType.String},g8trzfge5:{defaultValue:\"Student @Cambridge University\",displayTextArea:false,title:\"University & Title\",type:ControlType.String},fXuzuQyv8:{defaultValue:\"var(--token-6b7620a1-af8f-46cd-8997-99dc10a7cd09, rgb(141, 198, 63))\",title:\"Name Color\",type:ControlType.Color},rpPhwtdWx:{defaultValue:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",title:\"Color\",type:ControlType.Color},fT7yhYQbo:{defaultValue:'\"Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Nulla facilisi. Mauris sollicitudin fermentum libero. In hac habitasse platea dictumst. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo.',displayTextArea:false,title:\"Testimonial\",type:ControlType.String}});addFonts(FrameryoexNujIx,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryoexNujIx\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"300\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"300px\\\",null]}}}\",\"framerVariables\":\"{\\\"Ez0KGnC5l\\\":\\\"userImage\\\",\\\"sfWHGVexf\\\":\\\"fullName\\\",\\\"g8trzfge5\\\":\\\"universityTitle\\\",\\\"fXuzuQyv8\\\":\\\"nameColor\\\",\\\"rpPhwtdWx\\\":\\\"color\\\",\\\"fT7yhYQbo\\\":\\\"testimonial\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yoexNujIx.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useSpring}from\"framer-motion\";import{useState,useRef,useEffect}from\"react\";// Spring animation parameters\nconst spring={type:\"spring\",stiffness:100,damping:20};/**\n * 3D Hover Effect\n * Modified from Joshua Guo's Flip Effect\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export function withHoverEffect(Component){return props=>{const[rotateXaxis,setRotateXaxis]=useState(0);const[rotateYaxis,setRotateYaxis]=useState(0);const ref=useRef(null);const handleMouseMove=event=>{const element=ref.current;const elementRect=element.getBoundingClientRect();const elementWidth=elementRect.width;const elementHeight=elementRect.height;const elementCenterX=elementWidth/2;const elementCenterY=elementHeight/2;const mouseX=event.clientY-elementRect.y-elementCenterY;const mouseY=event.clientX-elementRect.x-elementCenterX;const degreeX=mouseX/elementWidth*20;const degreeY=mouseY/elementHeight*20;setRotateXaxis(degreeX);setRotateYaxis(degreeY);};const handleMouseEnd=()=>{setRotateXaxis(0);setRotateYaxis(0);};const dx=useSpring(0,spring);const dy=useSpring(0,spring);useEffect(()=>{dx.set(-rotateXaxis);dy.set(rotateYaxis);},[rotateXaxis,rotateYaxis]);return /*#__PURE__*/_jsx(motion.div,{transition:spring,style:{perspective:\"1200px\",transformStyle:\"preserve-3d\",width:`${props.width}`,height:`${props.height}`},children:/*#__PURE__*/_jsx(motion.div,{ref:ref,whileHover:{scale:1.05},onMouseMove:handleMouseMove,onMouseLeave:handleMouseEnd,transition:spring,style:{width:\"100%\",height:\"100%\",rotateX:dx,rotateY:dy},children:/*#__PURE__*/_jsx(Component,{...props,style:{width:\"100%\",height:\"100%\"}})})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withHoverEffect\":{\"type\":\"reactHoc\",\"name\":\"withHoverEffect\",\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Card_hover.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js\";import WhyUsImage from\"#framer/local/canvasComponent/ANi_q6cE9/ANi_q6cE9.js\";import ButtonMain from\"#framer/local/canvasComponent/CNr6q2BR2/CNr6q2BR2.js\";import WhyUsTabs from\"#framer/local/canvasComponent/DyAXx89wI/DyAXx89wI.js\";import Heading from\"#framer/local/canvasComponent/fX4DYXo66/fX4DYXo66.js\";import PartnersCard from\"#framer/local/canvasComponent/gGrmsNOrc/gGrmsNOrc.js\";import WhiteTransition from\"#framer/local/canvasComponent/gHuXFR56W/gHuXFR56W.js\";import ButtonGetThisTemplate from\"#framer/local/canvasComponent/IhpVSzlR5/IhpVSzlR5.js\";import Shapes,*as ShapesInfo from\"#framer/local/canvasComponent/JYpxGhrJl/JYpxGhrJl.js\";import BackgroundLineGradient from\"#framer/local/canvasComponent/kD0vFKZV0/kD0vFKZV0.js\";import HowWeWorkRow from\"#framer/local/canvasComponent/lpymrm5mu/lpymrm5mu.js\";import AboutUsImageGrid from\"#framer/local/canvasComponent/O8KZcfMPH/O8KZcfMPH.js\";import ArticlesCard from\"#framer/local/canvasComponent/QCS5lehWq/QCS5lehWq.js\";import FAQSection from\"#framer/local/canvasComponent/qQCKp1MC3/qQCKp1MC3.js\";import LargeBadge from\"#framer/local/canvasComponent/qr0QfTH8B/qr0QfTH8B.js\";import ContactUsSection from\"#framer/local/canvasComponent/Sby8EpUb5/Sby8EpUb5.js\";import AboutUsStats from\"#framer/local/canvasComponent/SVfNFpoJS/SVfNFpoJS.js\";import OurValesCard,*as OurValesCardInfo from\"#framer/local/canvasComponent/uUCpaL4h_/uUCpaL4h_.js\";import ServicesCard from\"#framer/local/canvasComponent/W07FJa9Ja/W07FJa9Ja.js\";import TestimonialCard from\"#framer/local/canvasComponent/yoexNujIx/yoexNujIx.js\";import Outline from\"#framer/local/canvasComponent/Z0oPvjLYb/Z0oPvjLYb.js\";import{withHoverEffect}from\"#framer/local/codeFile/KsEYt87/Card_hover.js\";import{withFloatingEffect}from\"#framer/local/codeFile/B4_8RRO/Element_float.js\";import Services,{enumToDisplayNameFunctions}from\"#framer/local/collection/ITqk7obZM/ITqk7obZM.js\";import Articles from\"#framer/local/collection/sa1JsBcrH/sa1JsBcrH.js\";import*as sharedStyle2 from\"#framer/local/css/HrVqpSgo2/HrVqpSgo2.js\";import*as sharedStyle3 from\"#framer/local/css/KYy_RSKES/KYy_RSKES.js\";import*as sharedStyle4 from\"#framer/local/css/nmAizYW0x/nmAizYW0x.js\";import*as sharedStyle1 from\"#framer/local/css/OBotNGCBw/OBotNGCBw.js\";import*as sharedStyle from\"#framer/local/css/ZkteKy7B5/ZkteKy7B5.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ButtonGetThisTemplateFonts=getFonts(ButtonGetThisTemplate);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const BackgroundLineGradientFonts=getFonts(BackgroundLineGradient);const WhiteTransitionFonts=getFonts(WhiteTransition);const LargeBadgeFonts=getFonts(LargeBadge);const ButtonMainFonts=getFonts(ButtonMain);const OutlineFonts=getFonts(Outline);const AboutUsImageGridFonts=getFonts(AboutUsImageGrid);const AboutUsStatsFonts=getFonts(AboutUsStats);const MotionSectionWithFX=withFX(motion.section);const HeadingFonts=getFonts(Heading);const OurValesCardFonts=getFonts(OurValesCard);const OurValesCardWithHoverEffectiz1n03WithMappedReactProps1mn45qx=withMappedReactProps(withCodeBoundaryForOverrides(OurValesCard,{nodeId:\"um8YbGqut\",override:withHoverEffect,scopeId:\"augiA20Il\"}),OurValesCardInfo);const ContainerWithFX=withFX(Container);const OurValesCardWithHoverEffect1f1l95bWithMappedReactProps1mn45qx=withMappedReactProps(withCodeBoundaryForOverrides(OurValesCard,{nodeId:\"tWW71RpNQ\",override:withHoverEffect,scopeId:\"augiA20Il\"}),OurValesCardInfo);const OurValesCardWithHoverEffectxs5rkdWithMappedReactProps1mn45qx=withMappedReactProps(withCodeBoundaryForOverrides(OurValesCard,{nodeId:\"D25g1HusT\",override:withHoverEffect,scopeId:\"augiA20Il\"}),OurValesCardInfo);const OurValesCardWithHoverEffect1fovev7WithMappedReactProps1mn45qx=withMappedReactProps(withCodeBoundaryForOverrides(OurValesCard,{nodeId:\"ElVPPndN9\",override:withHoverEffect,scopeId:\"augiA20Il\"}),OurValesCardInfo);const WhyUsImageFonts=getFonts(WhyUsImage);const WhyUsImageWithVariantAppearEffect=withVariantAppearEffect(WhyUsImage);const WhyUsTabsFonts=getFonts(WhyUsTabs);const WhyUsTabsWithVariantAppearEffect=withVariantAppearEffect(WhyUsTabs);const ServicesCardFonts=getFonts(ServicesCard);const HowWeWorkRowFonts=getFonts(HowWeWorkRow);const PartnersCardFonts=getFonts(PartnersCard);const TestimonialCardFonts=getFonts(TestimonialCard);const SlideshowFonts=getFonts(Slideshow);const ArticlesCardFonts=getFonts(ArticlesCard);const FAQSectionFonts=getFonts(FAQSection);const ShapesFonts=getFonts(Shapes);const ShapesWithFloatingEffect1msk6puWithMappedReactProps8qcgre=withMappedReactProps(withCodeBoundaryForOverrides(Shapes,{nodeId:\"cH0tl3YrJ\",override:withFloatingEffect,scopeId:\"augiA20Il\"}),ShapesInfo);const ShapesWithFloatingEffectdjijmjWithMappedReactProps8qcgre=withMappedReactProps(withCodeBoundaryForOverrides(Shapes,{nodeId:\"NS0xtzB7E\",override:withFloatingEffect,scopeId:\"augiA20Il\"}),ShapesInfo);const ShapesWithFloatingEffectkq43ygWithMappedReactProps8qcgre=withMappedReactProps(withCodeBoundaryForOverrides(Shapes,{nodeId:\"DKSgbNa8J\",override:withFloatingEffect,scopeId:\"augiA20Il\"}),ShapesInfo);const ShapesWithFloatingEffectrqvulsWithMappedReactProps8qcgre=withMappedReactProps(withCodeBoundaryForOverrides(Shapes,{nodeId:\"gGAKjRVlA\",override:withFloatingEffect,scopeId:\"augiA20Il\"}),ShapesInfo);const ContactUsSectionFonts=getFonts(ContactUsSection);const breakpoints={G65Bv8aHO:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\",ytfpkVHs8:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bol3p\";const variantClassNames={G65Bv8aHO:\"framer-v-1l95n9c\",WQLkyLRf1:\"framer-v-72rtr7\",ytfpkVHs8:\"framer-v-164mm8p\"};const transition1={delay:1.6,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition2={delay:1.8,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-15};const animation4={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:5,y:0};const transition3={delay:.05,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const textEffect={effect:animation4,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={delay:.05,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const textEffect1={effect:animation4,startDelay:.6,tokenization:\"line\",transition:transition4,trigger:\"onMount\",type:\"appear\"};const transition5={delay:1,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition6={delay:1.4,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition7={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const transition8={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition9={delay:.1,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:90};const transition10={delay:.2,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition11={delay:.3,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:110};const transition12={delay:.4,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const convertFromString=(value,activeLocale)=>{switch(typeof value===\"string\"?value.toLowerCase():value){case\"university\":return\"B8M_kCyGz\";case\"visa & document\":return\"uVqVGdvMr\";case\"scholarship\":return\"XxCNppAGY\";case\"essay check\":return\"mpXzSUtvd\";case\"course\":return\"DVBGt4QiG\";case\"location\":return\"VwYVCVyCd\";case\"call\":return\"liWdcFhl8\";case\"mail\":return\"JSDR6af8Q\";default:return\"B8M_kCyGz\";}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const animation14={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};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:\"ytfpkVHs8\",Tablet:\"G65Bv8aHO\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,cj6dnq82Fwu9qlv86t,cNAh4gSecwu9qlv86t,g0sILzF85wu9qlv86t,AiOkpmnRjwu9qlv86t,idwu9qlv86t,rWQqW9un4VB9rzI6ap,DKicic5c_VB9rzI6ap,Dq2YqKc8RVB9rzI6ap,wzEYb2i2jVB9rzI6ap,idVB9rzI6ap,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const ref1=React.useRef(null);const elementId=useRouteElementId(\"L3pbGr0ea\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"N42ISY99E\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"RNs4BENB9\");const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const elementId3=useRouteElementId(\"wmhx7esmC\");const elementId4=useRouteElementId(\"ILicqZLuI\");const elementId5=useRouteElementId(\"bS819ByJp\");const elementId6=useRouteElementId(\"p0ZtdmeEd\");const ref7=React.useRef(null);const ref8=React.useRef(null);const elementId7=useRouteElementId(\"QJsZo7SbP\");const elementId8=useRouteElementId(\"ZDcwBuG9P\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"jQ8Mgbpac\");const ref10=React.useRef(null);const elementId10=useRouteElementId(\"GaWSsk60Z\");const ref11=React.useRef(null);const elementId11=useRouteElementId(\"pIWEiEs63\");const ref12=React.useRef(null);const ref13=React.useRef(null);const elementId12=useRouteElementId(\"Qm4czxZLJ\");const elementId13=useRouteElementId(\"yibMCaAjj\");const ref14=React.useRef(null);const ref15=React.useRef(null);const elementId14=useRouteElementId(\"G1EYno3Wl\");const activeLocaleCode=useLocaleCode();const ref16=React.useRef(null);const elementId15=useRouteElementId(\"ROUPyvjsf\");const elementId16=useRouteElementId(\"PftZ2Vi4q\");const ref17=React.useRef(null);useCustomCursors({});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-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:899,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-10scjhs-container\",\"data-framer-appear-id\":\"10scjhs\",\"data-framer-name\":\"Delete this before publishing\",initial:animation1,layoutScroll:true,name:\"Delete this before publishing\",nodeId:\"Nf7vpGoJZ\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonGetThisTemplate,{height:\"100%\",id:\"Nf7vpGoJZ\",layoutId:\"Nf7vpGoJZ\",name:\"Delete this before publishing\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1u6j45u\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1f4t054\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-74exqw\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-9o3r7q-container\",nodeId:\"lzuVNIXvQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundLineGradient,{height:\"100%\",id:\"lzuVNIXvQ\",layoutId:\"lzuVNIXvQ\",style:{height:\"100%\",width:\"100%\"},variant:\"eUIcLPpJQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e278nn-container\",nodeId:\"nYbRglEH2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WhiteTransition,{height:\"100%\",id:\"nYbRglEH2\",layoutId:\"nYbRglEH2\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bgvmyh\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{wzEYb2i2j:\"applications-for-the-2025-2026-term-are-now-open\"},unresolvedPathSlugs:{wzEYb2i2j:{collectionId:\"sa1JsBcrH\",collectionItemId:\"ETJtqlKej\"}},webPageId:\"RgjMeAPxW\"},implicitPathVariables:undefined},{href:{pathVariables:{wzEYb2i2j:\"applications-for-the-2025-2026-term-are-now-open\"},unresolvedPathSlugs:{wzEYb2i2j:{collectionId:\"sa1JsBcrH\",collectionItemId:\"ETJtqlKej\"}},webPageId:\"RgjMeAPxW\"},implicitPathVariables:undefined},{href:{pathVariables:{wzEYb2i2j:\"applications-for-the-2025-2026-term-are-now-open\"},unresolvedPathSlugs:{wzEYb2i2j:{collectionId:\"sa1JsBcrH\",collectionItemId:\"ETJtqlKej\"}},webPageId:\"RgjMeAPxW\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1crwa78-container\",\"data-framer-appear-id\":\"1crwa78\",initial:animation3,nodeId:\"PIjsMLQhR\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{Y8G8100G5:resolvedLinks[1]},ytfpkVHs8:{variant:\"KGfbXPtlY\",Y8G8100G5:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(LargeBadge,{height:\"100%\",id:\"PIjsMLQhR\",layoutId:\"PIjsMLQhR\",MSlnRE3mF:\"Applications for 2025-2026 term is now open!\",variant:\"u5DBFStL4\",width:\"100%\",Y8G8100G5:resolvedLinks[0]})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hdukgq\",\"data-framer-name\":\"Central Lockup\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-ivpfid\",\"data-styles-preset\":\"OBotNGCBw\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},children:\"We will help you to study\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},children:\"at your dream University.\"})]})})},ytfpkVHs8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1dfm6qo\",\"data-styles-preset\":\"HrVqpSgo2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},children:\"We will help you to study at your dream University.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-179un2j\",\"data-styles-preset\":\"ZkteKy7B5\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},children:\"We will help you to study\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},children:\"at your dream University.\"})]})}),className:\"framer-158vxa2\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ytfpkVHs8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"},children:\"From choosing the right university to acing your application, we\u2019ve got you covered. Let\u2019s make your dream a reality\u2014stress-free and hassle-free!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"},children:\"From choosing the right university to acing your application, we\u2019ve got you covered. Let\u2019s make your dream a reality\u2014stress-free and hassle-free!\"})}),className:\"framer-e7xa6p\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9isx4y\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kHUdgJ_Zb\"},implicitPathVariables:undefined},{href:{webPageId:\"kHUdgJ_Zb\"},implicitPathVariables:undefined},{href:{webPageId:\"kHUdgJ_Zb\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation5,className:\"framer-hr0zvd-container\",\"data-framer-appear-id\":\"hr0zvd\",initial:animation6,nodeId:\"HzLicDeQK\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{FpOvyMyA8:resolvedLinks1[1]},ytfpkVHs8:{FpOvyMyA8:resolvedLinks1[2],variant:\"Hbu8IWhUn\"}},children:/*#__PURE__*/_jsx(ButtonMain,{FpOvyMyA8:resolvedLinks1[0],gcozX9ZiY:false,height:\"100%\",id:\"HzLicDeQK\",layoutId:\"HzLicDeQK\",obsQpymfg:\"ArrowRight\",SY3q6QcZF:\"ArrowLeft\",UrDay6ctY:true,variant:\"iKAxvzbaU\",VMSjYF8ye:false,width:\"100%\",Ycpb0L1Ml:\"View Services\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":PftZ2Vi4q\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":PftZ2Vi4q\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":PftZ2Vi4q\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-qtr1mo-container\",\"data-framer-appear-id\":\"qtr1mo\",initial:animation1,nodeId:\"bySElNCiS\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{M56rD6Z2u:resolvedLinks2[1]},ytfpkVHs8:{M56rD6Z2u:resolvedLinks2[2],variant:\"yqseN7tb1\"}},children:/*#__PURE__*/_jsx(Outline,{bRj1f__F1:false,gcozX9ZiY:false,height:\"100%\",id:\"bySElNCiS\",layoutId:\"bySElNCiS\",M56rD6Z2u:resolvedLinks2[0],obsQpymfg:\"ArrowRight\",SY3q6QcZF:\"ArrowLeft\",UrDay6ctY:true,variant:\"dAKbjXnJB\",width:\"100%\",Ycpb0L1Ml:\"Contact us\"})})})})})]})]})]})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:96,ref:ref1,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gdkgss\",\"data-framer-name\":\"About us\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-20sctv\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1dq3gl6\",\"data-framer-name\":\"Image Grid\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{height:322,width:\"306px\"},ytfpkVHs8:{height:322,width:\"304px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:430,width:\"454px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10a2dz-container\",nodeId:\"Z_zIPO0nj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"P6UsbwLLL\"},ytfpkVHs8:{variant:\"zY7gEk1eh\"}},children:/*#__PURE__*/_jsx(AboutUsImageGrid,{DYymtBGoz:addImageAlt({src:\"https://framerusercontent.com/images/ANrbOH1YZO1nTx66gpZjXtp9U.png\",srcSet:\"https://framerusercontent.com/images/ANrbOH1YZO1nTx66gpZjXtp9U.png?scale-down-to=512 512w,https://framerusercontent.com/images/ANrbOH1YZO1nTx66gpZjXtp9U.png 1024w\"},\"\"),GXyh2aq9n:addImageAlt({src:\"https://framerusercontent.com/images/KVrkWNybNfhrCZLnDzdfgtJeiaY.png\",srcSet:\"https://framerusercontent.com/images/KVrkWNybNfhrCZLnDzdfgtJeiaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KVrkWNybNfhrCZLnDzdfgtJeiaY.png 1024w\"},\"\"),height:\"100%\",id:\"Z_zIPO0nj\",layoutId:\"Z_zIPO0nj\",lQ4h4DhXu:addImageAlt({src:\"https://framerusercontent.com/images/Znudce7rLfyZYKt6o0KGLwJGgM.png\",srcSet:\"https://framerusercontent.com/images/Znudce7rLfyZYKt6o0KGLwJGgM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Znudce7rLfyZYKt6o0KGLwJGgM.png 1024w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"T7m1Iz_o4\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nkxjiq\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b2jpk9\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1dfm6qo\",\"data-styles-preset\":\"HrVqpSgo2\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},children:\"Welcome to EduFor!\"})})},ytfpkVHs8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1dfm6qo\",\"data-styles-preset\":\"HrVqpSgo2\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},children:\"Welcome to EduFor!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-ivpfid\",\"data-styles-preset\":\"OBotNGCBw\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\"},children:\"Welcome to EduFor!\"})}),className:\"framer-1tkdi2a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"},children:\"Helping students achieve their academic dreams with expert guidance. From university selection to application success, we make the journey smooth and stress-free. Your future starts here\u2014let\u2019s make it happen together!\"})})},ytfpkVHs8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dhxk0q\",\"data-styles-preset\":\"nmAizYW0x\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"},children:\"Helping students achieve their academic dreams with expert guidance. From university selection to application success, we make the journey smooth and stress-free. Your future starts here\u2014let\u2019s make it happen together!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rxbl1x\",\"data-styles-preset\":\"KYy_RSKES\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"},children:\"Helping students achieve their academic dreams with expert guidance. From university selection to application success, we make the journey smooth and stress-free. Your future starts here\u2014let\u2019s make it happen together!\"})}),className:\"framer-1635ifo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kHUdgJ_Zb\"},implicitPathVariables:undefined},{href:{webPageId:\"kHUdgJ_Zb\"},implicitPathVariables:undefined},{href:{webPageId:\"kHUdgJ_Zb\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rny5z8-container\",nodeId:\"kA0X8h30F\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{FpOvyMyA8:resolvedLinks3[1],variant:\"Hbu8IWhUn\"},ytfpkVHs8:{FpOvyMyA8:resolvedLinks3[2],variant:\"Hbu8IWhUn\"}},children:/*#__PURE__*/_jsx(ButtonMain,{FpOvyMyA8:resolvedLinks3[0],gcozX9ZiY:false,height:\"100%\",id:\"kA0X8h30F\",layoutId:\"kA0X8h30F\",obsQpymfg:\"ArrowRight\",SY3q6QcZF:\"ArrowLeft\",UrDay6ctY:true,variant:\"iKAxvzbaU\",VMSjYF8ye:false,width:\"100%\",Ycpb0L1Ml:\"View Services\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max(min((${componentViewport?.width||\"100vw\"} - 32px) * 0.95, 1200px) - 330px, 1px)`},ytfpkVHs8:{width:`min((${componentViewport?.width||\"100vw\"} - 32px) * 0.95, 600px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:`max(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.95, 1200px) - 502px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dm7w0l-container\",nodeId:\"SoWh4smbD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"ieKmZ5iJP\"},ytfpkVHs8:{variant:\"UQbiktS1f\"}},children:/*#__PURE__*/_jsx(AboutUsStats,{G9dq69jWU:\"Partner Universities\",height:\"100%\",id:\"SoWh4smbD\",layoutId:\"SoWh4smbD\",SjM0AJImQ:\"Scholarships Secured\",style:{width:\"100%\"},variant:\"NQd43r5Uc\",VQCk4_VF_:\"Students Accepted \",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zffjma\",\"data-framer-name\":\"Our Values\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ebm9oa\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ka5sxj-container\",nodeId:\"EMW2GUUoG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"L4Nh9iUD9\"},ytfpkVHs8:{variant:\"sp9Bzj1K9\"}},children:/*#__PURE__*/_jsx(Heading,{height:\"100%\",id:\"EMW2GUUoG\",j8ewGSS5t:\"Our Values\",layoutId:\"EMW2GUUoG\",nb0koGHmG:\"Trust, excellence, commitment, and a global outlook define our approach.\",ODvRnIcN5:\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",style:{width:\"100%\"},variant:\"IXZnuh_Ex\",width:\"100%\",Xd1xbGuXm:\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mruy5b\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{height:307,width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 4, 1px)`},ytfpkVHs8:{height:280,width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:395,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 4, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-iz1n03-container\",nodeId:\"um8YbGqut\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"ipigHKluN\"},ytfpkVHs8:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"rwtcZWGzw\"}},children:/*#__PURE__*/_jsx(OurValesCardWithHoverEffectiz1n03WithMappedReactProps1mn45qx,{CNZtMtmrF:\"Honest guidance for a secure and truly confident journey.\",height:\"100%\",id:\"um8YbGqut\",layoutId:\"um8YbGqut\",style:{height:\"100%\",width:\"100%\"},U6lK8xMcF:\"Trust\",variant:\"pS3hto2oq\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{height:307,width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 4, 1px)`},ytfpkVHs8:{height:280,width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:395,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 4, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:false,__framer__enter:animation11,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1f1l95b-container\",nodeId:\"tWW71RpNQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"ipigHKluN\"},ytfpkVHs8:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"rwtcZWGzw\"}},children:/*#__PURE__*/_jsx(OurValesCardWithHoverEffect1f1l95bWithMappedReactProps1mn45qx,{CNZtMtmrF:\"Dedicated to top-tier support and outstanding academic results.\",height:\"100%\",id:\"tWW71RpNQ\",layoutId:\"tWW71RpNQ\",qDCrMdO0e:addImageAlt({src:\"https://framerusercontent.com/images/lIi93JU8pX3CcJOPKMFQ7sMXYo.png\",srcSet:\"https://framerusercontent.com/images/lIi93JU8pX3CcJOPKMFQ7sMXYo.png?scale-down-to=512 512w,https://framerusercontent.com/images/lIi93JU8pX3CcJOPKMFQ7sMXYo.png 968w\"},\"\"),style:{height:\"100%\",width:\"100%\"},U6lK8xMcF:\"\u2060Excellence\",variant:\"pS3hto2oq\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{height:307,width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 4, 1px)`},ytfpkVHs8:{height:280,width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:395,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 4, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:false,__framer__enter:animation12,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xs5rkd-container\",nodeId:\"D25g1HusT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"ipigHKluN\"},ytfpkVHs8:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"rwtcZWGzw\"}},children:/*#__PURE__*/_jsx(OurValesCardWithHoverEffectxs5rkdWithMappedReactProps1mn45qx,{CNZtMtmrF:\"Focused on your success, every step of the way forward.\",height:\"100%\",id:\"D25g1HusT\",layoutId:\"D25g1HusT\",qDCrMdO0e:addImageAlt({src:\"https://framerusercontent.com/images/taEZM60FpMdxXKakxOPIB7q2yIU.png\",srcSet:\"https://framerusercontent.com/images/taEZM60FpMdxXKakxOPIB7q2yIU.png?scale-down-to=512 512w,https://framerusercontent.com/images/taEZM60FpMdxXKakxOPIB7q2yIU.png 968w\"},\"\"),style:{height:\"100%\",width:\"100%\"},U6lK8xMcF:\"Commitment\",variant:\"pS3hto2oq\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{height:307,width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 4, 1px)`},ytfpkVHs8:{height:280,width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:395,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 4, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:false,__framer__enter:animation13,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fovev7-container\",nodeId:\"ElVPPndN9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"ipigHKluN\"},ytfpkVHs8:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},variant:\"rwtcZWGzw\"}},children:/*#__PURE__*/_jsx(OurValesCardWithHoverEffect1fovev7WithMappedReactProps1mn45qx,{CNZtMtmrF:\"Connecting you to endless learning opportunities.\",height:\"100%\",id:\"ElVPPndN9\",layoutId:\"ElVPPndN9\",qDCrMdO0e:addImageAlt({src:\"https://framerusercontent.com/images/tyhKpxIJypeQMmrvWQLBzSnOuw.png\",srcSet:\"https://framerusercontent.com/images/tyhKpxIJypeQMmrvWQLBzSnOuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/tyhKpxIJypeQMmrvWQLBzSnOuw.png 968w\"},\"\"),style:{height:\"100%\",width:\"100%\"},U6lK8xMcF:\"Global Perspective\",variant:\"pS3hto2oq\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d86kl3\",\"data-framer-name\":\"Why us?\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qzfn9s\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14579mr\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gqboj4-container\",nodeId:\"iZL3EdtgV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"L4Nh9iUD9\"},ytfpkVHs8:{variant:\"sp9Bzj1K9\"}},children:/*#__PURE__*/_jsx(Heading,{height:\"100%\",id:\"iZL3EdtgV\",j8ewGSS5t:\"Why EduFor?\",layoutId:\"iZL3EdtgV\",nb0koGHmG:\"Expert guidance for a seamless study journey.\",ODvRnIcN5:\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",style:{width:\"100%\"},variant:\"IXZnuh_Ex\",width:\"100%\",Xd1xbGuXm:\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19annh0\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{height:420,width:`max(min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) / 2 - 16px, 1px)`},ytfpkVHs8:{height:358,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) / 2 - 16px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n8f71y-container\",nodeId:\"o8VIi9Ro9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WhyUsImageWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref4,target:\"H7Mci6KYk\"},{ref:ref5,target:\"qnX7br9co\"},{ref:ref6,target:\"e3St7FLKA\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,AhQElIp1l:addImageAlt({src:\"https://framerusercontent.com/images/Znudce7rLfyZYKt6o0KGLwJGgM.png\",srcSet:\"https://framerusercontent.com/images/Znudce7rLfyZYKt6o0KGLwJGgM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Znudce7rLfyZYKt6o0KGLwJGgM.png 1024w\"},\"\"),height:\"100%\",id:\"o8VIi9Ro9\",layoutId:\"o8VIi9Ro9\",rMCXfqrr2:addImageAlt({src:\"https://framerusercontent.com/images/KVrkWNybNfhrCZLnDzdfgtJeiaY.png\",srcSet:\"https://framerusercontent.com/images/KVrkWNybNfhrCZLnDzdfgtJeiaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KVrkWNybNfhrCZLnDzdfgtJeiaY.png 1024w\"},\"\"),ryjKVqOFV:addImageAlt({src:\"https://framerusercontent.com/images/qlhXYLHJqVlArGRpDvyeCZI8hc.png\",srcSet:\"https://framerusercontent.com/images/qlhXYLHJqVlArGRpDvyeCZI8hc.png?scale-down-to=512 512w,https://framerusercontent.com/images/qlhXYLHJqVlArGRpDvyeCZI8hc.png 1024w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"H7Mci6KYk\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vwg7pm\",\"data-framer-name\":\"Right Container\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) / 2)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) / 2)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10y0pjh-container\",nodeId:\"XP7jDzplK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{zowMs1CVU:resolvedLinks4[1]},ytfpkVHs8:{zowMs1CVU:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(WhyUsTabsWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref4,target:\"odhad1GXz\"},{ref:ref5,target:\"HTD97y2dW\"},{ref:ref6,target:\"HTD97y2dW\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,ew0hwTB3O:\"Navigating university applications can be challenging, but our experienced advisors provide personalized support from start to finish. With EduFor, you get strategic planning, expert insights, and hands-on assistance to maximize your chances of success.\",height:\"100%\",id:\"XP7jDzplK\",layoutId:\"XP7jDzplK\",M73mQlCnt:\"Expert Guidance for Every Step\",SB6TSOix6:\"var(--token-fba9ac12-a132-4860-85db-d8adb2f909af, rgb(241, 90, 41))\",style:{width:\"100%\"},variant:\"odhad1GXz\",width:\"100%\",zowMs1CVU:resolvedLinks4[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) / 2)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) / 2)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k7xuwi-container\",nodeId:\"GUeuvoGQO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{zowMs1CVU:resolvedLinks5[1]},ytfpkVHs8:{zowMs1CVU:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(WhyUsTabsWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref4,target:\"HTD97y2dW\"},{ref:ref5,target:\"odhad1GXz\"},{ref:ref6,target:\"HTD97y2dW\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,ew0hwTB3O:\"We understand that every student is unique. Our approach is customized to match your academic background, career aspirations, and personal preferences, ensuring you choose the right university and program for your future.\",height:\"100%\",id:\"GUeuvoGQO\",layoutId:\"GUeuvoGQO\",M73mQlCnt:\"Tailored Solutions for Your Goals\",SB6TSOix6:\"var(--token-aa8c439f-94ae-4394-b578-b0d9b1f86f69, rgb(0, 174, 239))\",style:{width:\"100%\"},variant:\"HTD97y2dW\",width:\"100%\",zowMs1CVU:resolvedLinks5[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":p0ZtdmeEd\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) / 2)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) / 2)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8xregf-container\",nodeId:\"kRPTc6E8F\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{zowMs1CVU:resolvedLinks6[1]},ytfpkVHs8:{M73mQlCnt:\"Hassle-Free Application & Visa Support\",zowMs1CVU:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(WhyUsTabsWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref4,target:\"HTD97y2dW\"},{ref:ref5,target:\"HTD97y2dW\"},{ref:ref6,target:\"odhad1GXz\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,ew0hwTB3O:\"From crafting compelling applications to securing your student visa, we simplify the entire process. Our dedicated team ensures that all documents are accurate, deadlines are met, and you're fully prepared for interviews and admissions.\",height:\"100%\",id:\"kRPTc6E8F\",layoutId:\"kRPTc6E8F\",M73mQlCnt:\" Hassle-Free Application & Visa Support\",SB6TSOix6:\"var(--token-6b7620a1-af8f-46cd-8997-99dc10a7cd09, rgb(141, 198, 63))\",style:{width:\"100%\"},variant:\"HTD97y2dW\",width:\"100%\",zowMs1CVU:resolvedLinks6[0]})})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eu53vv\",\"data-framer-name\":\"Scroll-sections\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-85eqn\",\"data-framer-name\":\"Section 1\",id:elementId3,ref:ref4}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6ipi78\",\"data-framer-name\":\"Section 2\",id:elementId4,ref:ref5}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mpnotp\",\"data-framer-name\":\"Section 3\",id:elementId5,ref:ref6})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-zy985q\",\"data-framer-name\":\"Our Services/Section\",id:elementId6,ref:ref7,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l1jvnd\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kxboft-container\",nodeId:\"KWqBdSp34\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"L4Nh9iUD9\"},ytfpkVHs8:{variant:\"sp9Bzj1K9\"}},children:/*#__PURE__*/_jsx(Heading,{height:\"100%\",id:\"KWqBdSp34\",j8ewGSS5t:\"Our Services\",layoutId:\"KWqBdSp34\",nb0koGHmG:\"Simplifying applications with tailored assistance.\",ODvRnIcN5:\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",style:{width:\"100%\"},variant:\"IXZnuh_Ex\",width:\"100%\",Xd1xbGuXm:\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ashnfs\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"wu9qlv86t\",data:Services,type:\"Collection\"},select:[{collection:\"wu9qlv86t\",name:\"cj6dnq82F\",type:\"Identifier\"},{collection:\"wu9qlv86t\",name:\"cNAh4gSec\",type:\"Identifier\"},{collection:\"wu9qlv86t\",name:\"g0sILzF85\",type:\"Identifier\"},{collection:\"wu9qlv86t\",name:\"AiOkpmnRj\",type:\"Identifier\"},{collection:\"wu9qlv86t\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({AiOkpmnRj:AiOkpmnRjwu9qlv86t,cj6dnq82F:cj6dnq82Fwu9qlv86t,cNAh4gSec:cNAh4gSecwu9qlv86t,g0sILzF85:g0sILzF85wu9qlv86t,id:idwu9qlv86t},index)=>{cj6dnq82Fwu9qlv86t??=\"\";g0sILzF85wu9qlv86t??=\"\";AiOkpmnRjwu9qlv86t??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`wu9qlv86t-${idwu9qlv86t}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{cj6dnq82F:cj6dnq82Fwu9qlv86t},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-100qc3z\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{cj6dnq82F:cj6dnq82Fwu9qlv86t},webPageId:\"Mf6HUmKnb\"},implicitPathVariables:undefined},{href:{pathVariables:{cj6dnq82F:cj6dnq82Fwu9qlv86t},webPageId:\"Mf6HUmKnb\"},implicitPathVariables:undefined},{href:{pathVariables:{cj6dnq82F:cj6dnq82Fwu9qlv86t},webPageId:\"Mf6HUmKnb\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 16px) / 2, 340px)`},ytfpkVHs8:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:314,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 32px) / 3, 340px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:96,ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1k12g0f-container\",nodeId:\"XatVoJZPq\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{Cw6AwFZ4R:resolvedLinks7[1]},ytfpkVHs8:{Cw6AwFZ4R:resolvedLinks7[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ServicesCard,{Cw6AwFZ4R:resolvedLinks7[0],height:\"100%\",id:\"XatVoJZPq\",layoutId:\"XatVoJZPq\",style:{height:\"100%\",width:\"100%\"},sWmSZnESX:convertFromString(enumToDisplayNameFunctions[\"cNAh4gSec\"]?.(cNAh4gSecwu9qlv86t,activeLocale),activeLocale),tVBUWTh8G:g0sILzF85wu9qlv86t,width:\"100%\",yYsuNAAKm:AiOkpmnRjwu9qlv86t})})})})})})})})},idwu9qlv86t);})})})})})]})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref8,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1suuscy\",\"data-framer-name\":\"Our Values\",id:elementId7,ref:ref8,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1flh4m\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lwey1d-container\",nodeId:\"jaT9uQ5WW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"L4Nh9iUD9\"},ytfpkVHs8:{variant:\"sp9Bzj1K9\"}},children:/*#__PURE__*/_jsx(Heading,{height:\"100%\",id:\"jaT9uQ5WW\",j8ewGSS5t:\"How we work?\",layoutId:\"jaT9uQ5WW\",nb0koGHmG:\"Guiding you through every step with clarity, expertise, and dedication.\",ODvRnIcN5:\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",style:{width:\"100%\"},variant:\"IXZnuh_Ex\",width:\"100%\",Xd1xbGuXm:\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-firdjt\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:299,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e5kihs-container\",id:elementId8,nodeId:\"ZDcwBuG9P\",ref:ref9,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ytfpkVHs8:{variant:\"laMt3jPsR\"}},children:/*#__PURE__*/_jsx(HowWeWorkRow,{CmORKs3jS:\"fPrOk4TCU\",D2K1MUT0z:\"C3tpER29X\",DVwMkILqG:\"We start with a personalized consultation to understand your goals, background, and preferences. Whether you're applying to universities, seeking scholarships, or planning your career, we tailor our guidance to your needs.\",f4UwXzbcs:\"var(--token-aa8c439f-94ae-4394-b578-b0d9b1f86f69, rgb(0, 174, 239))\",height:\"100%\",id:\"ZDcwBuG9P\",j509d_7Y0:\"Consulting & Assessment\",layoutId:\"ZDcwBuG9P\",oIJOUj5xI:\"1\",rsT56Ehbi:ref9,style:{width:\"100%\"},variant:\"rVTeAJJCV\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:299,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-108zhih-container\",id:elementId9,nodeId:\"jQ8Mgbpac\",ref:ref10,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ytfpkVHs8:{variant:\"laMt3jPsR\"}},children:/*#__PURE__*/_jsx(HowWeWorkRow,{CmORKs3jS:\"mXIqXm5Z5\",D2K1MUT0z:\"p0wRzCEmd\",DVwMkILqG:\"Based on your profile, we develop a clear roadmap with timelines and required steps. This includes shortlisting options, preparing documents, crafting essays, and fulfilling application requirements.\",f4UwXzbcs:\"var(--token-fba9ac12-a132-4860-85db-d8adb2f909af, rgb(241, 90, 41))\",height:\"100%\",id:\"jQ8Mgbpac\",j509d_7Y0:\"Strategy & Preparation\",layoutId:\"jQ8Mgbpac\",oIJOUj5xI:\"2\",rsT56Ehbi:ref10,style:{width:\"100%\"},variant:\"NCG6xkaE6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:299,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-abhd64-container\",id:elementId10,nodeId:\"GaWSsk60Z\",ref:ref11,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ytfpkVHs8:{variant:\"laMt3jPsR\"}},children:/*#__PURE__*/_jsx(HowWeWorkRow,{CmORKs3jS:\"Yt4ljX5nb\",D2K1MUT0z:\"qktvFD7GM\",DVwMkILqG:\"We assist in completing applications, ensuring accuracy and completeness. For services like visa support or scholarships, we guide you through the necessary paperwork and submission process.\",f4UwXzbcs:\"var(--token-6b7620a1-af8f-46cd-8997-99dc10a7cd09, rgb(141, 198, 63))\",height:\"100%\",id:\"GaWSsk60Z\",j509d_7Y0:\"Application & Submission\",layoutId:\"GaWSsk60Z\",oIJOUj5xI:\"3\",rsT56Ehbi:ref11,style:{width:\"100%\"},variant:\"rVTeAJJCV\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:299,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6kev9y-container\",id:elementId11,nodeId:\"pIWEiEs63\",ref:ref12,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ytfpkVHs8:{variant:\"laMt3jPsR\"}},children:/*#__PURE__*/_jsx(HowWeWorkRow,{CmORKs3jS:\"pFbCtO1rX\",D2K1MUT0z:\"WoIhVWlDn\",DVwMkILqG:\"Once your application is submitted, we help with interviews, follow-ups, and final decisions. From securing admissions to obtaining visas, we ensure you\u2019re fully prepared for your next step.\",f4UwXzbcs:\"var(--token-817f6260-ede2-4658-8ade-230ffbeb92f8, rgb(102, 45, 145))\",height:\"100%\",id:\"pIWEiEs63\",j509d_7Y0:\"Final Steps & Success\",layoutId:\"pIWEiEs63\",oIJOUj5xI:\"4\",rsT56Ehbi:ref12,style:{width:\"100%\"},variant:\"NCG6xkaE6\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-syf1tx\",\"data-framer-name\":\"Our Partners\",id:elementId12,ref:ref13,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p4ytb6\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g3nute-container\",nodeId:\"o7Rr0A3av\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"L4Nh9iUD9\"},ytfpkVHs8:{variant:\"sp9Bzj1K9\"}},children:/*#__PURE__*/_jsx(Heading,{height:\"100%\",id:\"o7Rr0A3av\",j8ewGSS5t:\"Our Partners\",layoutId:\"o7Rr0A3av\",nb0koGHmG:\"Trusted collaborations with top universities.\",ODvRnIcN5:\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",style:{width:\"100%\"},variant:\"IXZnuh_Ex\",width:\"100%\",Xd1xbGuXm:\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13049v\",\"data-framer-name\":\"Partner-grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 2, 50px)`},ytfpkVHs8:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lfd8xm-container\",nodeId:\"tFoxlgxW2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PartnersCard,{EPHkdqWam:\"Hawthorne International University\",height:\"100%\",id:\"tFoxlgxW2\",iHyH6Trfx:\"A globally recognized institution specializing in business and technology programs with a strong emphasis on entrepreneurship.\",layoutId:\"tFoxlgxW2\",nmBN2iKAs:\"sUeiKVRfc\",rkRf90jYQ:\"https://maharram.lemonsqueezy.com/\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 2, 50px)`},ytfpkVHs8:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t479ng-container\",nodeId:\"u2Qv6YIhL\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PartnersCard,{EPHkdqWam:\"Summit Heights University\",height:\"100%\",id:\"u2Qv6YIhL\",iHyH6Trfx:\"A tech-driven university with a reputation for nurturing the next generation of startup founders and venture capitalists.\",layoutId:\"u2Qv6YIhL\",nmBN2iKAs:\"Sj1Cw1TVx\",rkRf90jYQ:\"https://maharram.lemonsqueezy.com/\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 2, 50px)`},ytfpkVHs8:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6uw8ug-container\",nodeId:\"qCVA9GyE8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PartnersCard,{EPHkdqWam:\"Celestia Global University\",height:\"100%\",id:\"qCVA9GyE8\",iHyH6Trfx:\"A leading destination for international students, offering multilingual programs in diplomacy, business, and cultural studies.\",layoutId:\"qCVA9GyE8\",nmBN2iKAs:\"MgVmWeLUh\",rkRf90jYQ:\"https://maharram.lemonsqueezy.com/\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 2, 50px)`},ytfpkVHs8:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uhx66s-container\",nodeId:\"LqwQS6ooi\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PartnersCard,{EPHkdqWam:\"Northbridge University\",height:\"100%\",id:\"LqwQS6ooi\",iHyH6Trfx:\"A prestigious Ivy League-style university offering world-class law and medical programs that offers nearly everything.\",layoutId:\"LqwQS6ooi\",nmBN2iKAs:\"Ur46NRPDV\",rkRf90jYQ:\"https://maharram.lemonsqueezy.com/\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 2, 50px)`},ytfpkVHs8:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vql5q2-container\",nodeId:\"A5OKsWxpJ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PartnersCard,{EPHkdqWam:\"Everhart School of Engineering & Design\",height:\"100%\",id:\"A5OKsWxpJ\",iHyH6Trfx:\" Famous for its hands-on approach to engineering education, producing top-tier architects and product designers.\",layoutId:\"A5OKsWxpJ\",nmBN2iKAs:\"b1aH_39YO\",rkRf90jYQ:\"https://maharram.lemonsqueezy.com/\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) - 24px) / 2, 50px)`},ytfpkVHs8:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1swffpi-container\",nodeId:\"der5VrOL9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PartnersCard,{EPHkdqWam:\"Sablewood University \",height:\"100%\",id:\"der5VrOL9\",iHyH6Trfx:\"A renowned creative arts and media school known for producing award-winning filmmakers, writers, and musicians.\",layoutId:\"der5VrOL9\",nmBN2iKAs:\"ajnPN9ZTY\",rkRf90jYQ:\"https://maharram.lemonsqueezy.com/\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(Image,{as:\"section\",background:{alt:\"\",fit:\"fill\",pixelHeight:1800,pixelWidth:3200,src:\"https://framerusercontent.com/images/IjWMABSJ8ZVt7UT4sY8lnmWeilY.png\"},className:\"framer-1ft127j\",\"data-framer-name\":\"Testimonials\",id:elementId13,ref:ref14,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lz06sd\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bs4b19-container\",nodeId:\"oOTHskuIA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"L4Nh9iUD9\"},ytfpkVHs8:{variant:\"sp9Bzj1K9\"}},children:/*#__PURE__*/_jsx(Heading,{height:\"100%\",id:\"oOTHskuIA\",j8ewGSS5t:\"Testimonials\",layoutId:\"oOTHskuIA\",nb0koGHmG:\"Real stories of success and achievement.\",ODvRnIcN5:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",style:{width:\"100%\"},variant:\"IXZnuh_Ex\",width:\"100%\",Xd1xbGuXm:\"var(--token-9082c9e1-1308-4621-8816-40755c4af3aa, rgb(249, 250, 251))\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nv3h9z\",\"data-framer-name\":\"Testimonials - Main\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wwawcb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nWcYpFnHo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0.2)\",arrowGap:10,arrowPadding:-40,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:48,showMouseControls:true},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:20,overflow:true},paddingBottom:50,paddingLeft:20,paddingRight:20},ytfpkVHs8:{arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0.2)\",arrowGap:10,arrowPadding:-80,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:48,showMouseControls:false},gap:16}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0.2)\",arrowGap:10,arrowPadding:-80,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:48,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:1200,effectsRotate:0,effectsScale:.6,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:50,overflow:true},gap:24,height:\"100%\",id:\"nWcYpFnHo\",intervalControl:3,itemAmount:1,layoutId:\"nWcYpFnHo\",padding:0,paddingBottom:40,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(255, 255, 255, 0)\",dotsBlur:0,dotsFill:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",dotsGap:10,dotsInset:0,dotSize:10,dotsOpacity:.3,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"461px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l8us2a-container\",inComponentSlot:true,nodeId:\"FcrsVVyHt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TestimonialCard,{Ez0KGnC5l:addImageAlt({src:\"https://framerusercontent.com/images/AhnMULyRwxusuyErjOYEfQ5ZORI.jpg\",srcSet:\"https://framerusercontent.com/images/AhnMULyRwxusuyErjOYEfQ5ZORI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/AhnMULyRwxusuyErjOYEfQ5ZORI.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/AhnMULyRwxusuyErjOYEfQ5ZORI.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/AhnMULyRwxusuyErjOYEfQ5ZORI.jpg 3212w\"},\"\"),fT7yhYQbo:'\"I was overwhelmed with the university application process, but this consultancy made it so much easier. They provided step-by-step assistance and ensured I met all deadlines. Now, I\u2019m studying at Sablewood University!\"',fXuzuQyv8:\"var(--token-0b045e51-ebd9-41d8-b974-84646a8d048b, rgb(236, 0, 140))\",g8trzfge5:\"Student @Sablewood University\",height:\"100%\",id:\"FcrsVVyHt\",layoutId:\"FcrsVVyHt\",rpPhwtdWx:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",sfWHGVexf:\"Sophia Martinez\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"461px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14rjmre-container\",inComponentSlot:true,nodeId:\"PFUIzEx8n\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TestimonialCard,{fT7yhYQbo:'\"The support I received throughout my application process was outstanding. They guided me through scholarship opportunities, and I ended up receiving a partial scholarship at Hawthorne International University!\"',fXuzuQyv8:\"var(--token-6b7620a1-af8f-46cd-8997-99dc10a7cd09, rgb(141, 198, 63))\",g8trzfge5:\"Student @Hawthorne Internatinoal  University\",height:\"100%\",id:\"PFUIzEx8n\",layoutId:\"PFUIzEx8n\",rpPhwtdWx:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",sfWHGVexf:\"Emily Carter\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"461px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b6s1xm-container\",inComponentSlot:true,nodeId:\"cenayoqjU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TestimonialCard,{Ez0KGnC5l:addImageAlt({src:\"https://framerusercontent.com/images/iyLNklNEvGNwtIjuZJrRdqmg9hY.jpg\",srcSet:\"https://framerusercontent.com/images/iyLNklNEvGNwtIjuZJrRdqmg9hY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iyLNklNEvGNwtIjuZJrRdqmg9hY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iyLNklNEvGNwtIjuZJrRdqmg9hY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iyLNklNEvGNwtIjuZJrRdqmg9hY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/iyLNklNEvGNwtIjuZJrRdqmg9hY.jpg 7589w\"},\"\"),fT7yhYQbo:'\"The consultancy team was incredibly helpful in preparing me for my visa interview and securing my admission at Northbridge University. Their expertise and personalized approach made all the difference!\"',fXuzuQyv8:\"var(--token-aa8c439f-94ae-4394-b578-b0d9b1f86f69, rgb(0, 174, 239))\",g8trzfge5:\"Student @Northbridge University\",height:\"100%\",id:\"cenayoqjU\",layoutId:\"cenayoqjU\",rpPhwtdWx:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",sfWHGVexf:\"James Thornton\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"461px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-oh6dfm-container\",inComponentSlot:true,nodeId:\"MQ8qQBzCG\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TestimonialCard,{Ez0KGnC5l:addImageAlt({src:\"https://framerusercontent.com/images/VjzGyIwL0gihhuiNgcVGLQCKs.jpg\",srcSet:\"https://framerusercontent.com/images/VjzGyIwL0gihhuiNgcVGLQCKs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VjzGyIwL0gihhuiNgcVGLQCKs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VjzGyIwL0gihhuiNgcVGLQCKs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/VjzGyIwL0gihhuiNgcVGLQCKs.jpg 3880w\"},\"\"),fT7yhYQbo:'\"Thanks to the expert guidance from this consultancy, I got accepted into my dream university! The team helped me with everything\u2014from selecting the right program to perfecting my personal statement. Highly recommended!\"',fXuzuQyv8:\"var(--token-fba9ac12-a132-4860-85db-d8adb2f909af, rgb(241, 90, 41))\",g8trzfge5:\"Student @Summit Heights University\",height:\"100%\",id:\"MQ8qQBzCG\",layoutId:\"MQ8qQBzCG\",rpPhwtdWx:\"var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, rgb(255, 255, 255))\",sfWHGVexf:\"Daniel Reynolds\",style:{width:\"100%\"},width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref15,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b01g35\",\"data-framer-name\":\"Blogs & News\",id:elementId14,ref:ref15,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w0d6l7\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hyrwd7-container\",nodeId:\"siCMymQqC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ytfpkVHs8:{variant:\"sp9Bzj1K9\"}},children:/*#__PURE__*/_jsx(Heading,{height:\"100%\",id:\"siCMymQqC\",j8ewGSS5t:\"Articles\",layoutId:\"siCMymQqC\",nb0koGHmG:\"Insights, updates, and expert education tips.\",ODvRnIcN5:\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",style:{width:\"100%\"},variant:\"IXZnuh_Ex\",width:\"100%\",Xd1xbGuXm:\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-117hyhj\",\"data-framer-name\":\"Blogs & News\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bpdkiz\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"VB9rzI6ap\",data:Articles,type:\"Collection\"},select:[{collection:\"VB9rzI6ap\",name:\"rWQqW9un4\",type:\"Identifier\"},{collection:\"VB9rzI6ap\",name:\"DKicic5c_\",type:\"Identifier\"},{collection:\"VB9rzI6ap\",name:\"Dq2YqKc8R\",type:\"Identifier\"},{collection:\"VB9rzI6ap\",name:\"wzEYb2i2j\",type:\"Identifier\"},{collection:\"VB9rzI6ap\",name:\"id\",type:\"Identifier\"}],where:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"VB9rzI6ap\",name:\"Dq2YqKc8R\",type:\"Identifier\"}},operator:\"<=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2025-01-13T00:00:00.000Z\"}},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({DKicic5c_:DKicic5c_VB9rzI6ap,Dq2YqKc8R:Dq2YqKc8RVB9rzI6ap,id:idVB9rzI6ap,rWQqW9un4:rWQqW9un4VB9rzI6ap,wzEYb2i2j:wzEYb2i2jVB9rzI6ap},index1)=>{DKicic5c_VB9rzI6ap??=\"\";wzEYb2i2jVB9rzI6ap??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`VB9rzI6ap-${idVB9rzI6ap}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{wzEYb2i2j:wzEYb2i2jVB9rzI6ap},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-a7wziu\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{wzEYb2i2j:wzEYb2i2jVB9rzI6ap},webPageId:\"RgjMeAPxW\"},implicitPathVariables:undefined},{href:{pathVariables:{wzEYb2i2j:wzEYb2i2jVB9rzI6ap},webPageId:\"RgjMeAPxW\"},implicitPathVariables:undefined},{href:{pathVariables:{wzEYb2i2j:wzEYb2i2jVB9rzI6ap},webPageId:\"RgjMeAPxW\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`max(min(${componentViewport?.width||\"100vw\"} - 32px, 1200px), 1px)`},ytfpkVHs8:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:334,width:\"1140px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref15,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lhyh9r-container\",nodeId:\"ouEMvkRpM\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{UjKSWHJ1V:resolvedLinks8[1]},ytfpkVHs8:{UjKSWHJ1V:resolvedLinks8[2]}},children:/*#__PURE__*/_jsx(ArticlesCard,{D7lhlHOEi:toDateString(Dq2YqKc8RVB9rzI6ap,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),height:\"100%\",id:\"ouEMvkRpM\",layoutId:\"ouEMvkRpM\",non9l8oLZ:DKicic5c_VB9rzI6ap,style:{width:\"100%\"},U9EhEI7yC:true,UjKSWHJ1V:resolvedLinks8[0],uqWczGdL4:toResponsiveImage(rWQqW9un4VB9rzI6ap),width:\"100%\"})})})})})})})})},idVB9rzI6ap);})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pFAzuo4ZK\"},implicitPathVariables:undefined},{href:{webPageId:\"pFAzuo4ZK\"},implicitPathVariables:undefined},{href:{webPageId:\"pFAzuo4ZK\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15e1kzv-container\",nodeId:\"Z5iX_bf26\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{M56rD6Z2u:resolvedLinks9[1]},ytfpkVHs8:{M56rD6Z2u:resolvedLinks9[2]}},children:/*#__PURE__*/_jsx(Outline,{bRj1f__F1:true,gcozX9ZiY:false,height:\"100%\",id:\"Z5iX_bf26\",layoutId:\"Z5iX_bf26\",M56rD6Z2u:resolvedLinks9[0],obsQpymfg:\"ArrowRight\",SY3q6QcZF:\"ArrowLeft\",UrDay6ctY:true,variant:\"dAKbjXnJB\",width:\"100%\",Ycpb0L1Ml:\"View All\"})})})})})]})]})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation8,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref16,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-c87agi\",\"data-framer-name\":\"FAQ\",id:elementId15,ref:ref16,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ysx1u7\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`},ytfpkVHs8:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qvs7ic-container\",nodeId:\"GvEktwBJs\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"L4Nh9iUD9\"},ytfpkVHs8:{variant:\"sp9Bzj1K9\"}},children:/*#__PURE__*/_jsx(Heading,{height:\"100%\",id:\"GvEktwBJs\",j8ewGSS5t:\"Frequently Asked Questions\",layoutId:\"GvEktwBJs\",nb0koGHmG:\"Quick answers to your most common questions.\",ODvRnIcN5:\"var(--token-091c1ef3-b834-4778-be37-fe643debf7e4, rgb(12, 34, 49))\",style:{width:\"100%\"},variant:\"IXZnuh_Ex\",width:\"100%\",Xd1xbGuXm:\"var(--token-122f670d-e3ca-40c1-af45-72af381608f0, rgb(76, 86, 93))\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ytfpkVHs8:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:452,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vtkwha-container\",nodeId:\"vNn6P6g6H\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ytfpkVHs8:{style:{width:\"100%\"},variant:\"gLM265NyP\"}},children:/*#__PURE__*/_jsx(FAQSection,{height:\"100%\",id:\"vNn6P6g6H\",layoutId:\"vNn6P6g6H\",variant:\"IdAqA2rqs\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"100px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1msk6pu-container\",nodeId:\"cH0tl3YrJ\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:-39},children:/*#__PURE__*/_jsx(ShapesWithFloatingEffect1msk6puWithMappedReactProps8qcgre,{height:\"100%\",id:\"cH0tl3YrJ\",layoutId:\"cH0tl3YrJ\",style:{height:\"100%\",width:\"100%\"},variant:\"p0wRzCEmd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"100px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-djijmj-container\",nodeId:\"NS0xtzB7E\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:-109},children:/*#__PURE__*/_jsx(ShapesWithFloatingEffectdjijmjWithMappedReactProps8qcgre,{height:\"100%\",id:\"NS0xtzB7E\",layoutId:\"NS0xtzB7E\",style:{height:\"100%\",width:\"100%\"},variant:\"qktvFD7GM\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"100px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-kq43yg-container\",nodeId:\"DKSgbNa8J\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:-61},children:/*#__PURE__*/_jsx(ShapesWithFloatingEffectkq43ygWithMappedReactProps8qcgre,{height:\"100%\",id:\"DKSgbNa8J\",layoutId:\"DKSgbNa8J\",style:{height:\"100%\",width:\"100%\"},variant:\"C3tpER29X\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"100px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rqvuls-container\",nodeId:\"gGAKjRVlA\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:32},children:/*#__PURE__*/_jsx(ShapesWithFloatingEffectrqvulsWithMappedReactProps8qcgre,{height:\"100%\",id:\"gGAKjRVlA\",layoutId:\"gGAKjRVlA\",style:{height:\"100%\",width:\"100%\"},variant:\"Yt4ljX5nb\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OERh8UzUE\"},implicitPathVariables:undefined},{href:{webPageId:\"OERh8UzUE\"},implicitPathVariables:undefined},{href:{webPageId:\"OERh8UzUE\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w2kv6m-container\",nodeId:\"kpGzYDs91\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{M56rD6Z2u:resolvedLinks10[1]},ytfpkVHs8:{M56rD6Z2u:resolvedLinks10[2]}},children:/*#__PURE__*/_jsx(Outline,{bRj1f__F1:true,gcozX9ZiY:false,height:\"100%\",id:\"kpGzYDs91\",layoutId:\"kpGzYDs91\",M56rD6Z2u:resolvedLinks10[0],obsQpymfg:\"ArrowRight\",SY3q6QcZF:\"ArrowLeft\",UrDay6ctY:true,variant:\"dAKbjXnJB\",width:\"100%\",Ycpb0L1Ml:\"View All\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9h4m33\",\"data-framer-name\":\"Contact us\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8jzhb4\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation10,className:\"framer-w265sm-container\",\"data-framer-appear-id\":\"w265sm\",id:elementId16,initial:animation14,nodeId:\"PftZ2Vi4q\",optimized:true,ref:ref17,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G65Bv8aHO:{variant:\"Mjm4Q4kcb\"},ytfpkVHs8:{variant:\"MIwmepOr_\"}},children:/*#__PURE__*/_jsx(ContactUsSection,{height:\"100%\",id:\"PftZ2Vi4q\",layoutId:\"PftZ2Vi4q\",style:{width:\"100%\"},variant:\"AnOrNbCDV\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bol3p.framer-lux5qc, .framer-bol3p .framer-lux5qc { display: block; }\",\".framer-bol3p.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-bol3p .framer-10scjhs-container { bottom: 70px; flex: none; height: auto; position: fixed; right: 14px; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-bol3p .framer-1u6j45u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-1f4t054 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-bol3p .framer-74exqw { align-content: center; align-items: center; background-color: var(--token-2a690ef6-6e7f-4e20-9d33-b75dc3585f25, #f3f9eb); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-9o3r7q-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 0; }\",\".framer-bol3p .framer-1e278nn-container { bottom: 0px; flex: none; height: 96px; left: calc(50.00000000000002% - 100% / 2); position: absolute; width: 100%; z-index: 1; }\",\".framer-bol3p .framer-bgvmyh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 1px; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 100%; z-index: 1; }\",\".framer-bol3p .framer-1crwa78-container, .framer-bol3p .framer-hr0zvd-container, .framer-bol3p .framer-qtr1mo-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-bol3p .framer-hdukgq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 82%; }\",\".framer-bol3p .framer-158vxa2, .framer-bol3p .framer-1tkdi2a, .framer-bol3p .framer-1635ifo { --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-bol3p .framer-e7xa6p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bol3p .framer-9isx4y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bol3p .framer-1gdkgss { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: visible; padding: 80px 24px 80px 24px; position: relative; scroll-margin-top: 96px; width: 100%; }\",\".framer-bol3p .framer-20sctv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 95%; }\",\".framer-bol3p .framer-1dq3gl6 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 430px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 454px; }\",\".framer-bol3p .framer-10a2dz-container { flex: none; height: 430px; position: relative; width: 100%; }\",\".framer-bol3p .framer-nkxjiq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bol3p .framer-1b2jpk9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 93%; }\",\".framer-bol3p .framer-rny5z8-container, .framer-bol3p .framer-15e1kzv-container, .framer-bol3p .framer-vtkwha-container, .framer-bol3p .framer-1w2kv6m-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bol3p .framer-1dm7w0l-container, .framer-bol3p .framer-ka5sxj-container, .framer-bol3p .framer-gqboj4-container, .framer-bol3p .framer-10y0pjh-container, .framer-bol3p .framer-k7xuwi-container, .framer-bol3p .framer-8xregf-container, .framer-bol3p .framer-kxboft-container, .framer-bol3p .framer-lwey1d-container, .framer-bol3p .framer-e5kihs-container, .framer-bol3p .framer-108zhih-container, .framer-bol3p .framer-abhd64-container, .framer-bol3p .framer-6kev9y-container, .framer-bol3p .framer-1g3nute-container, .framer-bol3p .framer-hyrwd7-container, .framer-bol3p .framer-qvs7ic-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-bol3p .framer-zffjma, .framer-bol3p .framer-1b01g35 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-bol3p .framer-1ebm9oa, .framer-bol3p .framer-l1jvnd, .framer-bol3p .framer-1flh4m, .framer-bol3p .framer-p4ytb6, .framer-bol3p .framer-1w0d6l7, .framer-bol3p .framer-ysx1u7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-mruy5b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 395px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-iz1n03-container, .framer-bol3p .framer-1f1l95b-container, .framer-bol3p .framer-xs5rkd-container, .framer-bol3p .framer-1fovev7-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-bol3p .framer-1d86kl3 { align-content: center; align-items: center; background-color: var(--token-9082c9e1-1308-4621-8816-40755c4af3aa, #f9fafb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 24px 80px 24px; pointer-events: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-bol3p .framer-qzfn9s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1700px; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-14579mr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 104px; width: 100%; z-index: 1; }\",\".framer-bol3p .framer-19annh0 { 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: 100%; }\",\".framer-bol3p .framer-n8f71y-container { flex: 1 0 0px; height: 500px; position: relative; width: 1px; }\",\".framer-bol3p .framer-1vwg7pm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-bol3p .framer-1eu53vv { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: -1; }\",\".framer-bol3p .framer-85eqn, .framer-bol3p .framer-6ipi78, .framer-bol3p .framer-mpnotp { background-color: var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, #ffffff); flex: 1 0 0px; height: 1px; opacity: 0; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-bol3p .framer-zy985q { align-content: center; align-items: center; background-color: var(--token-8ebd173e-c1be-4ff0-ad73-7329d412feb1, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 80px 24px 80px 24px; position: relative; scroll-margin-top: 96px; width: 100%; }\",\".framer-bol3p .framer-ashnfs { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(340px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-100qc3z { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-1k12g0f-container { flex: none; height: 314px; position: relative; width: 100%; }\",\".framer-bol3p .framer-1suuscy { align-content: center; align-items: center; background-color: var(--token-9082c9e1-1308-4621-8816-40755c4af3aa, #f9fafb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-bol3p .framer-firdjt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-syf1tx, .framer-bol3p .framer-c87agi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-bol3p .framer-13049v { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-1lfd8xm-container, .framer-bol3p .framer-1t479ng-container, .framer-bol3p .framer-6uw8ug-container, .framer-bol3p .framer-1uhx66s-container, .framer-bol3p .framer-vql5q2-container, .framer-bol3p .framer-1swffpi-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-bol3p .framer-1ft127j { 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 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-bol3p .framer-lz06sd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-bs4b19-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-bol3p .framer-1nv3h9z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-1wwawcb-container { flex: none; height: 340px; position: relative; width: 60%; }\",\".framer-bol3p .framer-1l8us2a-container, .framer-bol3p .framer-14rjmre-container, .framer-bol3p .framer-1b6s1xm-container, .framer-bol3p .framer-oh6dfm-container { height: auto; position: relative; width: 461px; }\",\".framer-bol3p .framer-117hyhj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1140px; }\",\".framer-bol3p .framer-bpdkiz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-a7wziu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 30px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-bol3p .framer-1lhyh9r-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-bol3p .framer-1msk6pu-container { flex: none; height: 100px; left: 9px; position: absolute; top: 95px; width: 100px; z-index: 1; }\",\".framer-bol3p .framer-djijmj-container { bottom: 14px; flex: none; height: 100px; left: 921px; position: absolute; width: 100px; z-index: 1; }\",\".framer-bol3p .framer-kq43yg-container { flex: none; height: 100px; left: 985px; position: absolute; top: 92px; width: 100px; z-index: 1; }\",\".framer-bol3p .framer-rqvuls-container { bottom: 16px; flex: none; height: 100px; left: 113px; position: absolute; width: 100px; z-index: 1; }\",\".framer-bol3p .framer-9h4m33 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bol3p .framer-8jzhb4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bol3p .framer-w265sm-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bol3p.framer-72rtr7, .framer-bol3p .framer-1u6j45u, .framer-bol3p .framer-1f4t054, .framer-bol3p .framer-74exqw, .framer-bol3p .framer-bgvmyh, .framer-bol3p .framer-hdukgq, .framer-bol3p .framer-9isx4y, .framer-bol3p .framer-1gdkgss, .framer-bol3p .framer-20sctv, .framer-bol3p .framer-1dq3gl6, .framer-bol3p .framer-nkxjiq, .framer-bol3p .framer-1b2jpk9, .framer-bol3p .framer-zffjma, .framer-bol3p .framer-1ebm9oa, .framer-bol3p .framer-mruy5b, .framer-bol3p .framer-1d86kl3, .framer-bol3p .framer-qzfn9s, .framer-bol3p .framer-14579mr, .framer-bol3p .framer-19annh0, .framer-bol3p .framer-1vwg7pm, .framer-bol3p .framer-1eu53vv, .framer-bol3p .framer-zy985q, .framer-bol3p .framer-l1jvnd, .framer-bol3p .framer-100qc3z, .framer-bol3p .framer-1suuscy, .framer-bol3p .framer-1flh4m, .framer-bol3p .framer-firdjt, .framer-bol3p .framer-syf1tx, .framer-bol3p .framer-p4ytb6, .framer-bol3p .framer-1ft127j, .framer-bol3p .framer-lz06sd, .framer-bol3p .framer-1nv3h9z, .framer-bol3p .framer-1b01g35, .framer-bol3p .framer-1w0d6l7, .framer-bol3p .framer-117hyhj, .framer-bol3p .framer-bpdkiz, .framer-bol3p .framer-a7wziu, .framer-bol3p .framer-c87agi, .framer-bol3p .framer-ysx1u7, .framer-bol3p .framer-9h4m33, .framer-bol3p .framer-8jzhb4 { gap: 0px; } .framer-bol3p.framer-72rtr7 > *, .framer-bol3p .framer-zffjma > *, .framer-bol3p .framer-1d86kl3 > *, .framer-bol3p .framer-qzfn9s > *, .framer-bol3p .framer-100qc3z > *, .framer-bol3p .framer-1suuscy > *, .framer-bol3p .framer-1b01g35 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bol3p.framer-72rtr7 > :first-child, .framer-bol3p .framer-1u6j45u > :first-child, .framer-bol3p .framer-1f4t054 > :first-child, .framer-bol3p .framer-74exqw > :first-child, .framer-bol3p .framer-bgvmyh > :first-child, .framer-bol3p .framer-hdukgq > :first-child, .framer-bol3p .framer-1gdkgss > :first-child, .framer-bol3p .framer-1dq3gl6 > :first-child, .framer-bol3p .framer-nkxjiq > :first-child, .framer-bol3p .framer-1b2jpk9 > :first-child, .framer-bol3p .framer-zffjma > :first-child, .framer-bol3p .framer-1ebm9oa > :first-child, .framer-bol3p .framer-1d86kl3 > :first-child, .framer-bol3p .framer-qzfn9s > :first-child, .framer-bol3p .framer-14579mr > :first-child, .framer-bol3p .framer-1vwg7pm > :first-child, .framer-bol3p .framer-1eu53vv > :first-child, .framer-bol3p .framer-zy985q > :first-child, .framer-bol3p .framer-l1jvnd > :first-child, .framer-bol3p .framer-100qc3z > :first-child, .framer-bol3p .framer-1suuscy > :first-child, .framer-bol3p .framer-1flh4m > :first-child, .framer-bol3p .framer-firdjt > :first-child, .framer-bol3p .framer-syf1tx > :first-child, .framer-bol3p .framer-p4ytb6 > :first-child, .framer-bol3p .framer-1ft127j > :first-child, .framer-bol3p .framer-lz06sd > :first-child, .framer-bol3p .framer-1b01g35 > :first-child, .framer-bol3p .framer-1w0d6l7 > :first-child, .framer-bol3p .framer-117hyhj > :first-child, .framer-bol3p .framer-c87agi > :first-child, .framer-bol3p .framer-ysx1u7 > :first-child { margin-top: 0px; } .framer-bol3p.framer-72rtr7 > :last-child, .framer-bol3p .framer-1u6j45u > :last-child, .framer-bol3p .framer-1f4t054 > :last-child, .framer-bol3p .framer-74exqw > :last-child, .framer-bol3p .framer-bgvmyh > :last-child, .framer-bol3p .framer-hdukgq > :last-child, .framer-bol3p .framer-1gdkgss > :last-child, .framer-bol3p .framer-1dq3gl6 > :last-child, .framer-bol3p .framer-nkxjiq > :last-child, .framer-bol3p .framer-1b2jpk9 > :last-child, .framer-bol3p .framer-zffjma > :last-child, .framer-bol3p .framer-1ebm9oa > :last-child, .framer-bol3p .framer-1d86kl3 > :last-child, .framer-bol3p .framer-qzfn9s > :last-child, .framer-bol3p .framer-14579mr > :last-child, .framer-bol3p .framer-1vwg7pm > :last-child, .framer-bol3p .framer-1eu53vv > :last-child, .framer-bol3p .framer-zy985q > :last-child, .framer-bol3p .framer-l1jvnd > :last-child, .framer-bol3p .framer-100qc3z > :last-child, .framer-bol3p .framer-1suuscy > :last-child, .framer-bol3p .framer-1flh4m > :last-child, .framer-bol3p .framer-firdjt > :last-child, .framer-bol3p .framer-syf1tx > :last-child, .framer-bol3p .framer-p4ytb6 > :last-child, .framer-bol3p .framer-1ft127j > :last-child, .framer-bol3p .framer-lz06sd > :last-child, .framer-bol3p .framer-1b01g35 > :last-child, .framer-bol3p .framer-1w0d6l7 > :last-child, .framer-bol3p .framer-117hyhj > :last-child, .framer-bol3p .framer-c87agi > :last-child, .framer-bol3p .framer-ysx1u7 > :last-child { margin-bottom: 0px; } .framer-bol3p .framer-1u6j45u > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-bol3p .framer-1f4t054 > *, .framer-bol3p .framer-74exqw > *, .framer-bol3p .framer-1gdkgss > *, .framer-bol3p .framer-1vwg7pm > *, .framer-bol3p .framer-1eu53vv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bol3p .framer-bgvmyh > *, .framer-bol3p .framer-1ebm9oa > *, .framer-bol3p .framer-14579mr > *, .framer-bol3p .framer-zy985q > *, .framer-bol3p .framer-l1jvnd > *, .framer-bol3p .framer-1flh4m > *, .framer-bol3p .framer-syf1tx > *, .framer-bol3p .framer-p4ytb6 > *, .framer-bol3p .framer-lz06sd > *, .framer-bol3p .framer-1w0d6l7 > *, .framer-bol3p .framer-c87agi > *, .framer-bol3p .framer-ysx1u7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bol3p .framer-hdukgq > *, .framer-bol3p .framer-1b2jpk9 > *, .framer-bol3p .framer-117hyhj > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-bol3p .framer-9isx4y > *, .framer-bol3p .framer-bpdkiz > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-bol3p .framer-9isx4y > :first-child, .framer-bol3p .framer-20sctv > :first-child, .framer-bol3p .framer-mruy5b > :first-child, .framer-bol3p .framer-19annh0 > :first-child, .framer-bol3p .framer-1nv3h9z > :first-child, .framer-bol3p .framer-bpdkiz > :first-child, .framer-bol3p .framer-a7wziu > :first-child, .framer-bol3p .framer-9h4m33 > :first-child, .framer-bol3p .framer-8jzhb4 > :first-child { margin-left: 0px; } .framer-bol3p .framer-9isx4y > :last-child, .framer-bol3p .framer-20sctv > :last-child, .framer-bol3p .framer-mruy5b > :last-child, .framer-bol3p .framer-19annh0 > :last-child, .framer-bol3p .framer-1nv3h9z > :last-child, .framer-bol3p .framer-bpdkiz > :last-child, .framer-bol3p .framer-a7wziu > :last-child, .framer-bol3p .framer-9h4m33 > :last-child, .framer-bol3p .framer-8jzhb4 > :last-child { margin-right: 0px; } .framer-bol3p .framer-20sctv > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-bol3p .framer-1dq3gl6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bol3p .framer-nkxjiq > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-bol3p .framer-mruy5b > *, .framer-bol3p .framer-19annh0 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-bol3p .framer-firdjt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bol3p .framer-1ft127j > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-bol3p .framer-1nv3h9z > *, .framer-bol3p .framer-9h4m33 > *, .framer-bol3p .framer-8jzhb4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bol3p .framer-a7wziu > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-bol3p.framer-72rtr7 { width: 810px; } .framer-bol3p .framer-bgvmyh, .framer-bol3p .framer-20sctv, .framer-bol3p .framer-nkxjiq { gap: 24px; } .framer-bol3p .framer-e7xa6p { max-width: 400px; } .framer-bol3p .framer-1gdkgss { height: min-content; padding: 80px 16px 56px 16px; } .framer-bol3p .framer-1dq3gl6 { border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; height: 322px; width: 306px; } .framer-bol3p .framer-10a2dz-container { aspect-ratio: 0.9503105590062112 / 1; height: var(--framer-aspect-ratio-supported, 322px); } .framer-bol3p .framer-1b2jpk9 { gap: 16px; } .framer-bol3p .framer-1tkdi2a { white-space: pre; width: auto; } .framer-bol3p .framer-zffjma, .framer-bol3p .framer-1d86kl3, .framer-bol3p .framer-1suuscy, .framer-bol3p .framer-c87agi { padding: 80px 16px 56px 16px; } .framer-bol3p .framer-1ebm9oa, .framer-bol3p .framer-l1jvnd, .framer-bol3p .framer-1flh4m, .framer-bol3p .framer-p4ytb6, .framer-bol3p .framer-1w0d6l7, .framer-bol3p .framer-ysx1u7 { gap: 32px; } .framer-bol3p .framer-mruy5b { gap: 8px; height: 307px; } .framer-bol3p .framer-14579mr { gap: 32px; top: 80px; } .framer-bol3p .framer-n8f71y-container { height: 420px; } .framer-bol3p .framer-zy985q, .framer-bol3p .framer-syf1tx, .framer-bol3p .framer-1b01g35 { padding: 56px 16px 56px 16px; } .framer-bol3p .framer-ashnfs { grid-template-columns: repeat(2, minmax(340px, 1fr)); } .framer-bol3p .framer-13049v { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-bol3p .framer-1ft127j { gap: 32px; padding: 40px 0px 40px 0px; } .framer-bol3p .framer-1nv3h9z { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 11.080729166666668%, rgba(0, 0, 0, 1) 88.23127815315316%, rgba(0, 0, 0, 0) 100%) add; mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 11.080729166666668%, rgba(0, 0, 0, 1) 88.23127815315316%, rgba(0, 0, 0, 0) 100%) add; } .framer-bol3p .framer-1wwawcb-container { width: 70%; } .framer-bol3p .framer-117hyhj { width: 100%; } .framer-bol3p .framer-djijmj-container { bottom: -46px; left: unset; right: -9px; } .framer-bol3p .framer-kq43yg-container { left: 655px; top: 2px; } .framer-bol3p .framer-rqvuls-container { left: -37px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bol3p .framer-bgvmyh, .framer-bol3p .framer-20sctv, .framer-bol3p .framer-nkxjiq, .framer-bol3p .framer-1b2jpk9, .framer-bol3p .framer-1ebm9oa, .framer-bol3p .framer-mruy5b, .framer-bol3p .framer-14579mr, .framer-bol3p .framer-l1jvnd, .framer-bol3p .framer-1flh4m, .framer-bol3p .framer-p4ytb6, .framer-bol3p .framer-1ft127j, .framer-bol3p .framer-1w0d6l7, .framer-bol3p .framer-ysx1u7 { gap: 0px; } .framer-bol3p .framer-bgvmyh > *, .framer-bol3p .framer-nkxjiq > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-bol3p .framer-bgvmyh > :first-child, .framer-bol3p .framer-nkxjiq > :first-child, .framer-bol3p .framer-1b2jpk9 > :first-child, .framer-bol3p .framer-1ebm9oa > :first-child, .framer-bol3p .framer-14579mr > :first-child, .framer-bol3p .framer-l1jvnd > :first-child, .framer-bol3p .framer-1flh4m > :first-child, .framer-bol3p .framer-p4ytb6 > :first-child, .framer-bol3p .framer-1ft127j > :first-child, .framer-bol3p .framer-1w0d6l7 > :first-child, .framer-bol3p .framer-ysx1u7 > :first-child { margin-top: 0px; } .framer-bol3p .framer-bgvmyh > :last-child, .framer-bol3p .framer-nkxjiq > :last-child, .framer-bol3p .framer-1b2jpk9 > :last-child, .framer-bol3p .framer-1ebm9oa > :last-child, .framer-bol3p .framer-14579mr > :last-child, .framer-bol3p .framer-l1jvnd > :last-child, .framer-bol3p .framer-1flh4m > :last-child, .framer-bol3p .framer-p4ytb6 > :last-child, .framer-bol3p .framer-1ft127j > :last-child, .framer-bol3p .framer-1w0d6l7 > :last-child, .framer-bol3p .framer-ysx1u7 > :last-child { margin-bottom: 0px; } .framer-bol3p .framer-20sctv > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-bol3p .framer-20sctv > :first-child, .framer-bol3p .framer-mruy5b > :first-child { margin-left: 0px; } .framer-bol3p .framer-20sctv > :last-child, .framer-bol3p .framer-mruy5b > :last-child { margin-right: 0px; } .framer-bol3p .framer-1b2jpk9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bol3p .framer-1ebm9oa > *, .framer-bol3p .framer-14579mr > *, .framer-bol3p .framer-l1jvnd > *, .framer-bol3p .framer-1flh4m > *, .framer-bol3p .framer-p4ytb6 > *, .framer-bol3p .framer-1ft127j > *, .framer-bol3p .framer-1w0d6l7 > *, .framer-bol3p .framer-ysx1u7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-bol3p .framer-mruy5b > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }}\",\"@media (max-width: 809px) { .framer-bol3p.framer-72rtr7 { width: 390px; } .framer-bol3p .framer-74exqw, .framer-bol3p .framer-9isx4y { gap: 16px; } .framer-bol3p .framer-bgvmyh { align-content: center; align-items: center; gap: 24px; max-width: 600px; padding: 16px; } .framer-bol3p .framer-hdukgq { align-content: center; align-items: center; gap: 16px; width: 100%; } .framer-bol3p .framer-e7xa6p { max-width: 500px; } .framer-bol3p .framer-1gdkgss { height: min-content; padding: 40px 16px 40px 16px; } .framer-bol3p .framer-20sctv { flex-direction: column; height: 669px; justify-content: center; max-width: 600px; } .framer-bol3p .framer-1dq3gl6 { border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; height: min-content; width: 340px; } .framer-bol3p .framer-10a2dz-container { aspect-ratio: 1.1072664359861593 / 1; height: var(--framer-aspect-ratio-supported, 288px); width: 304px; } .framer-bol3p .framer-nkxjiq { align-content: center; align-items: center; flex: none; gap: 24px; width: 100%; } .framer-bol3p .framer-1b2jpk9 { align-content: center; align-items: center; gap: 16px; } .framer-bol3p .framer-1tkdi2a { white-space: pre; width: auto; } .framer-bol3p .framer-zffjma, .framer-bol3p .framer-1suuscy, .framer-bol3p .framer-syf1tx, .framer-bol3p .framer-1b01g35, .framer-bol3p .framer-c87agi { padding: 40px 16px 40px 16px; } .framer-bol3p .framer-1ebm9oa, .framer-bol3p .framer-p4ytb6, .framer-bol3p .framer-1w0d6l7 { gap: 32px; } .framer-bol3p .framer-mruy5b { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); height: min-content; } .framer-bol3p .framer-iz1n03-container, .framer-bol3p .framer-1f1l95b-container, .framer-bol3p .framer-xs5rkd-container, .framer-bol3p .framer-1fovev7-container { align-self: start; aspect-ratio: 0.6107142857142858 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 280px); justify-self: start; max-height: 400px; width: 100%; } .framer-bol3p .framer-1d86kl3 { height: 1200px; padding: 40px 16px 40px 16px; } .framer-bol3p .framer-qzfn9s { flex: 1 0 0px; height: 1px; max-width: unset; } .framer-bol3p .framer-14579mr { gap: 32px; position: relative; top: unset; } .framer-bol3p .framer-19annh0 { flex-direction: column; } .framer-bol3p .framer-n8f71y-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 358px); width: 100%; } .framer-bol3p .framer-1vwg7pm { position: sticky; top: 40px; width: 100%; z-index: 1; } .framer-bol3p .framer-1eu53vv { bottom: 108px; height: 630px; padding: 120px 0px 0px 0px; top: unset; } .framer-bol3p .framer-zy985q { gap: 24px; padding: 40px 16px 40px 16px; } .framer-bol3p .framer-l1jvnd, .framer-bol3p .framer-1flh4m { gap: 32px; max-width: unset; } .framer-bol3p .framer-ashnfs { grid-template-columns: repeat(auto-fill, minmax(304px, 1fr)); } .framer-bol3p .framer-1k12g0f-container { height: auto; } .framer-bol3p .framer-13049v { gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(304px, 1fr)); } .framer-bol3p .framer-1ft127j { gap: 32px; overflow: hidden; padding: 40px 0px 40px 0px; } .framer-bol3p .framer-1nv3h9z { gap: 0px; padding: 0px 16px 0px 16px; } .framer-bol3p .framer-1wwawcb-container { height: 360px; width: 100%; } .framer-bol3p .framer-117hyhj, .framer-bol3p .framer-vtkwha-container { width: 100%; } .framer-bol3p .framer-bpdkiz { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(304px, 1fr)); justify-content: center; } .framer-bol3p .framer-a7wziu { align-self: start; flex: none; justify-self: start; width: 100%; } .framer-bol3p .framer-ysx1u7 { gap: 24px; } .framer-bol3p .framer-1msk6pu-container { left: -71px; top: 45px; } .framer-bol3p .framer-djijmj-container { bottom: -46px; left: unset; right: -89px; } .framer-bol3p .framer-kq43yg-container { left: unset; right: -63px; top: -48px; } .framer-bol3p .framer-rqvuls-container { left: -77px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bol3p .framer-74exqw, .framer-bol3p .framer-bgvmyh, .framer-bol3p .framer-hdukgq, .framer-bol3p .framer-9isx4y, .framer-bol3p .framer-20sctv, .framer-bol3p .framer-nkxjiq, .framer-bol3p .framer-1b2jpk9, .framer-bol3p .framer-1ebm9oa, .framer-bol3p .framer-mruy5b, .framer-bol3p .framer-14579mr, .framer-bol3p .framer-19annh0, .framer-bol3p .framer-zy985q, .framer-bol3p .framer-l1jvnd, .framer-bol3p .framer-1flh4m, .framer-bol3p .framer-p4ytb6, .framer-bol3p .framer-13049v, .framer-bol3p .framer-1ft127j, .framer-bol3p .framer-1nv3h9z, .framer-bol3p .framer-1w0d6l7, .framer-bol3p .framer-bpdkiz, .framer-bol3p .framer-ysx1u7 { gap: 0px; } .framer-bol3p .framer-74exqw > *, .framer-bol3p .framer-hdukgq > *, .framer-bol3p .framer-1b2jpk9 > *, .framer-bol3p .framer-19annh0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bol3p .framer-74exqw > :first-child, .framer-bol3p .framer-bgvmyh > :first-child, .framer-bol3p .framer-hdukgq > :first-child, .framer-bol3p .framer-20sctv > :first-child, .framer-bol3p .framer-nkxjiq > :first-child, .framer-bol3p .framer-1b2jpk9 > :first-child, .framer-bol3p .framer-1ebm9oa > :first-child, .framer-bol3p .framer-14579mr > :first-child, .framer-bol3p .framer-19annh0 > :first-child, .framer-bol3p .framer-zy985q > :first-child, .framer-bol3p .framer-l1jvnd > :first-child, .framer-bol3p .framer-1flh4m > :first-child, .framer-bol3p .framer-p4ytb6 > :first-child, .framer-bol3p .framer-1ft127j > :first-child, .framer-bol3p .framer-1w0d6l7 > :first-child, .framer-bol3p .framer-ysx1u7 > :first-child { margin-top: 0px; } .framer-bol3p .framer-74exqw > :last-child, .framer-bol3p .framer-bgvmyh > :last-child, .framer-bol3p .framer-hdukgq > :last-child, .framer-bol3p .framer-20sctv > :last-child, .framer-bol3p .framer-nkxjiq > :last-child, .framer-bol3p .framer-1b2jpk9 > :last-child, .framer-bol3p .framer-1ebm9oa > :last-child, .framer-bol3p .framer-14579mr > :last-child, .framer-bol3p .framer-19annh0 > :last-child, .framer-bol3p .framer-zy985q > :last-child, .framer-bol3p .framer-l1jvnd > :last-child, .framer-bol3p .framer-1flh4m > :last-child, .framer-bol3p .framer-p4ytb6 > :last-child, .framer-bol3p .framer-1ft127j > :last-child, .framer-bol3p .framer-1w0d6l7 > :last-child, .framer-bol3p .framer-ysx1u7 > :last-child { margin-bottom: 0px; } .framer-bol3p .framer-bgvmyh > *, .framer-bol3p .framer-nkxjiq > *, .framer-bol3p .framer-zy985q > *, .framer-bol3p .framer-ysx1u7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-bol3p .framer-9isx4y > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-bol3p .framer-9isx4y > :first-child, .framer-bol3p .framer-1nv3h9z > :first-child { margin-left: 0px; } .framer-bol3p .framer-9isx4y > :last-child, .framer-bol3p .framer-1nv3h9z > :last-child { margin-right: 0px; } .framer-bol3p .framer-20sctv > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-bol3p .framer-1ebm9oa > *, .framer-bol3p .framer-14579mr > *, .framer-bol3p .framer-l1jvnd > *, .framer-bol3p .framer-1flh4m > *, .framer-bol3p .framer-p4ytb6 > *, .framer-bol3p .framer-1ft127j > *, .framer-bol3p .framer-1w0d6l7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-bol3p .framer-mruy5b > *, .framer-bol3p .framer-mruy5b > :first-child, .framer-bol3p .framer-mruy5b > :last-child, .framer-bol3p .framer-13049v > *, .framer-bol3p .framer-13049v > :first-child, .framer-bol3p .framer-13049v > :last-child, .framer-bol3p .framer-bpdkiz > *, .framer-bol3p .framer-bpdkiz > :first-child, .framer-bol3p .framer-bpdkiz > :last-child { margin: 0px; } .framer-bol3p .framer-1nv3h9z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11562.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"G65Bv8aHO\":{\"layout\":[\"fixed\",\"auto\"]},\"ytfpkVHs8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"L3pbGr0ea\":{\"pattern\":\":L3pbGr0ea\",\"name\":\"about-us\"},\"N42ISY99E\":{\"pattern\":\":N42ISY99E\",\"name\":\"our-values\"},\"RNs4BENB9\":{\"pattern\":\":RNs4BENB9\",\"name\":\"why-us\"},\"wmhx7esmC\":{\"pattern\":\":wmhx7esmC\",\"name\":\"why-us-section-1\"},\"ILicqZLuI\":{\"pattern\":\":ILicqZLuI\",\"name\":\"why-us-section-2\"},\"bS819ByJp\":{\"pattern\":\":bS819ByJp\",\"name\":\"why-us-section-3\"},\"p0ZtdmeEd\":{\"pattern\":\":p0ZtdmeEd\",\"name\":\"our-services\"},\"QJsZo7SbP\":{\"pattern\":\":QJsZo7SbP\",\"name\":\"how-we-work\"},\"ZDcwBuG9P\":{\"pattern\":\":ZDcwBuG9P\",\"name\":\"how-we-work-section-1\"},\"jQ8Mgbpac\":{\"pattern\":\":jQ8Mgbpac\",\"name\":\"how-we-work-section-2\"},\"GaWSsk60Z\":{\"pattern\":\":GaWSsk60Z\",\"name\":\"how-we-work-section-3\"},\"pIWEiEs63\":{\"pattern\":\":pIWEiEs63\",\"name\":\"how-we-work-section-4\"},\"Qm4czxZLJ\":{\"pattern\":\":Qm4czxZLJ\",\"name\":\"our-partners\"},\"yibMCaAjj\":{\"pattern\":\":yibMCaAjj\",\"name\":\"testimonials\"},\"G1EYno3Wl\":{\"pattern\":\":G1EYno3Wl\",\"name\":\"articles\"},\"ROUPyvjsf\":{\"pattern\":\":ROUPyvjsf\",\"name\":\"faq\"},\"PftZ2Vi4q\":{\"pattern\":\":PftZ2Vi4q\",\"name\":\"contact-us\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-bol3p\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:11562.5,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\"}]},...ButtonGetThisTemplateFonts,...BackgroundLineGradientFonts,...WhiteTransitionFonts,...LargeBadgeFonts,...ButtonMainFonts,...OutlineFonts,...AboutUsImageGridFonts,...AboutUsStatsFonts,...HeadingFonts,...OurValesCardFonts,...WhyUsImageFonts,...WhyUsTabsFonts,...ServicesCardFonts,...HowWeWorkRowFonts,...PartnersCardFonts,...TestimonialCardFonts,...SlideshowFonts,...ArticlesCardFonts,...FAQSectionFonts,...ShapesFonts,...ContactUsSectionFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G65Bv8aHO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ytfpkVHs8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"L3pbGr0ea\\\":{\\\"pattern\\\":\\\":L3pbGr0ea\\\",\\\"name\\\":\\\"about-us\\\"},\\\"N42ISY99E\\\":{\\\"pattern\\\":\\\":N42ISY99E\\\",\\\"name\\\":\\\"our-values\\\"},\\\"RNs4BENB9\\\":{\\\"pattern\\\":\\\":RNs4BENB9\\\",\\\"name\\\":\\\"why-us\\\"},\\\"wmhx7esmC\\\":{\\\"pattern\\\":\\\":wmhx7esmC\\\",\\\"name\\\":\\\"why-us-section-1\\\"},\\\"ILicqZLuI\\\":{\\\"pattern\\\":\\\":ILicqZLuI\\\",\\\"name\\\":\\\"why-us-section-2\\\"},\\\"bS819ByJp\\\":{\\\"pattern\\\":\\\":bS819ByJp\\\",\\\"name\\\":\\\"why-us-section-3\\\"},\\\"p0ZtdmeEd\\\":{\\\"pattern\\\":\\\":p0ZtdmeEd\\\",\\\"name\\\":\\\"our-services\\\"},\\\"QJsZo7SbP\\\":{\\\"pattern\\\":\\\":QJsZo7SbP\\\",\\\"name\\\":\\\"how-we-work\\\"},\\\"ZDcwBuG9P\\\":{\\\"pattern\\\":\\\":ZDcwBuG9P\\\",\\\"name\\\":\\\"how-we-work-section-1\\\"},\\\"jQ8Mgbpac\\\":{\\\"pattern\\\":\\\":jQ8Mgbpac\\\",\\\"name\\\":\\\"how-we-work-section-2\\\"},\\\"GaWSsk60Z\\\":{\\\"pattern\\\":\\\":GaWSsk60Z\\\",\\\"name\\\":\\\"how-we-work-section-3\\\"},\\\"pIWEiEs63\\\":{\\\"pattern\\\":\\\":pIWEiEs63\\\",\\\"name\\\":\\\"how-we-work-section-4\\\"},\\\"Qm4czxZLJ\\\":{\\\"pattern\\\":\\\":Qm4czxZLJ\\\",\\\"name\\\":\\\"our-partners\\\"},\\\"yibMCaAjj\\\":{\\\"pattern\\\":\\\":yibMCaAjj\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"G1EYno3Wl\\\":{\\\"pattern\\\":\\\":G1EYno3Wl\\\",\\\"name\\\":\\\"articles\\\"},\\\"ROUPyvjsf\\\":{\\\"pattern\\\":\\\":ROUPyvjsf\\\",\\\"name\\\":\\\"faq\\\"},\\\"PftZ2Vi4q\\\":{\\\"pattern\\\":\\\":PftZ2Vi4q\\\",\\\"name\\\":\\\"contact-us\\\"}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"11562.5\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "n", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "r", "velocityPerSecond", "n", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "i", "h", "d", "f", "l", "g", "glide", "a", "o", "c", "u", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "awaitRefCallback", "element", "controller", "refCallbackResolve", "current", "node", "resolve", "reject", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "playOffscreen", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "Z", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "item", "setDelta", "delta", "transition", "setPage", "index", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "X", "Y", "slideKey", "width", "height", "numChildren", "effects", "isLast", "fallbackRef", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "key", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "image3", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "AhQElIp1l", "rMCXfqrr2", "ryjKVqOFV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerANi_q6cE9", "withCSS", "ANi_q6cE9_default", "addPropertyControls", "ControlType", "addFonts", "OutlineFonts", "getFonts", "Z0oPvjLYb_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bodyText", "height", "id", "link", "progressBarColor", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "M73mQlCnt", "ew0hwTB3O", "SB6TSOix6", "zowMs1CVU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerDyAXx89wI", "withCSS", "DyAXx89wI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerHHzGABRhm", "withCSS", "HHzGABRhm_default", "addPropertyControls", "ControlType", "addFonts", "OtherUniversityLogoFonts", "getFonts", "HHzGABRhm_default", "OtherUniversityLogoControls", "getPropertyControls", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "height", "id", "link", "name1", "text", "universityLogo", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "EPHkdqWam", "iHyH6Trfx", "nmBN2iKAs", "rkRf90jYQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramergGrmsNOrc", "withCSS", "gGrmsNOrc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerIhpVSzlR5", "withCSS", "IhpVSzlR5_default", "addFonts", "getFontsFromSharedStyle", "fonts", "ShapesFonts", "getFonts", "JYpxGhrJl_default", "ShapesWithFloatingEffectxllr1kWithMappedReactProps8qcgre", "withMappedReactProps", "withCodeBoundaryForOverrides", "withFloatingEffect", "JYpxGhrJl_exports", "ShapesWithFloatingEffectlqd4cmWithMappedReactProps8qcgre", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "image3", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "lQ4h4DhXu", "GXyh2aq9n", "DYymtBGoz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerO8KZcfMPH", "withCSS", "O8KZcfMPH_default", "addPropertyControls", "ControlType", "addFonts", "FAQRowFonts", "getFonts", "chSG60bfa_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerqQCKp1MC3", "withCSS", "qQCKp1MC3_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "MSlnRE3mF", "Y8G8100G5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "Framerqr0QfTH8B", "withCSS", "qr0QfTH8B_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NumberCounter", "start", "end", "prefix", "suffix", "fontSettings", "textColor", "Tag", "transition", "trigger", "count", "setCount", "ye", "hasAnimated", "setHasAnimated", "elementRef", "pe", "ue", "startAnimation", "observer", "entry", "startTime", "animate", "timestamp", "progress", "p", "u", "addPropertyControls", "ControlType", "props", "NumberCounterFonts", "getFonts", "NumberCounter", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "_1StCollumnDescription", "_2NdCollumnDescription", "_3ThCollumnDescription", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "VQCk4_VF_", "G9dq69jWU", "SjM0AJImQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerSVfNFpoJS", "withCSS", "SVfNFpoJS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "uUCpaL4h_exports", "__export", "__FramerMetadata__", "uUCpaL4h_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "body", "height", "id", "image", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "U6lK8xMcF", "CNZtMtmrF", "qDCrMdO0e", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FrameruUCpaL4h_", "withCSS", "uUCpaL4h_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "fullName", "height", "id", "nameColor", "testimonial", "universityTitle", "userImage", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "Ez0KGnC5l", "sfWHGVexf", "g8trzfge5", "fXuzuQyv8", "rpPhwtdWx", "fT7yhYQbo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FrameryoexNujIx", "withCSS", "yoexNujIx_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "spring", "withHoverEffect", "Component", "props", "rotateXaxis", "setRotateXaxis", "ye", "rotateYaxis", "setRotateYaxis", "ref", "pe", "handleMouseMove", "event", "elementRect", "elementWidth", "elementHeight", "elementCenterX", "elementCenterY", "mouseX", "mouseY", "degreeX", "degreeY", "handleMouseEnd", "dx", "useSpring", "dy", "ue", "p", "motion", "ButtonGetThisTemplateFonts", "getFonts", "IhpVSzlR5_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "BackgroundLineGradientFonts", "kD0vFKZV0_default", "WhiteTransitionFonts", "gHuXFR56W_default", "LargeBadgeFonts", "qr0QfTH8B_default", "ButtonMainFonts", "CNr6q2BR2_default", "OutlineFonts", "Z0oPvjLYb_default", "AboutUsImageGridFonts", "O8KZcfMPH_default", "AboutUsStatsFonts", "SVfNFpoJS_default", "MotionSectionWithFX", "withFX", "motion", "HeadingFonts", "fX4DYXo66_default", "OurValesCardFonts", "uUCpaL4h_default", "OurValesCardWithHoverEffectiz1n03WithMappedReactProps1mn45qx", "withMappedReactProps", "withCodeBoundaryForOverrides", "withHoverEffect", "uUCpaL4h_exports", "ContainerWithFX", "OurValesCardWithHoverEffect1f1l95bWithMappedReactProps1mn45qx", "OurValesCardWithHoverEffectxs5rkdWithMappedReactProps1mn45qx", "OurValesCardWithHoverEffect1fovev7WithMappedReactProps1mn45qx", "WhyUsImageFonts", "ANi_q6cE9_default", "WhyUsImageWithVariantAppearEffect", "withVariantAppearEffect", "WhyUsTabsFonts", "DyAXx89wI_default", "WhyUsTabsWithVariantAppearEffect", "ServicesCardFonts", "W07FJa9Ja_default", "HowWeWorkRowFonts", "lpymrm5mu_default", "PartnersCardFonts", "gGrmsNOrc_default", "TestimonialCardFonts", "yoexNujIx_default", "SlideshowFonts", "Slideshow", "ArticlesCardFonts", "QCS5lehWq_default", "FAQSectionFonts", "qQCKp1MC3_default", "ShapesFonts", "JYpxGhrJl_default", "ShapesWithFloatingEffect1msk6puWithMappedReactProps8qcgre", "withFloatingEffect", "JYpxGhrJl_exports", "ShapesWithFloatingEffectdjijmjWithMappedReactProps8qcgre", "ShapesWithFloatingEffectkq43ygWithMappedReactProps8qcgre", "ShapesWithFloatingEffectrqvulsWithMappedReactProps8qcgre", "ContactUsSectionFonts", "Sby8EpUb5_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "transition3", "textEffect", "transition4", "textEffect1", "transition5", "animation5", "animation6", "transition6", "animation7", "animation8", "transition7", "transition8", "animation9", "addImageAlt", "image", "alt", "animation10", "transition9", "animation11", "transition10", "animation12", "transition11", "animation13", "transition12", "convertFromString", "value", "activeLocale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toResponsiveImage", "toDateString", "options", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation14", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "cj6dnq82Fwu9qlv86t", "cNAh4gSecwu9qlv86t", "g0sILzF85wu9qlv86t", "AiOkpmnRjwu9qlv86t", "idwu9qlv86t", "rWQqW9un4VB9rzI6ap", "DKicic5c_VB9rzI6ap", "Dq2YqKc8RVB9rzI6ap", "wzEYb2i2jVB9rzI6ap", "idVB9rzI6ap", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "ref1", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "ref5", "ref6", "elementId3", "elementId4", "elementId5", "elementId6", "ref7", "ref8", "elementId7", "elementId8", "ref9", "elementId9", "ref10", "elementId10", "ref11", "elementId11", "ref12", "ref13", "elementId12", "elementId13", "ref14", "ref15", "elementId14", "activeLocaleCode", "useLocaleCode", "ref16", "elementId15", "elementId16", "ref17", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "IhpVSzlR5_default", "Container", "kD0vFKZV0_default", "gHuXFR56W_default", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "qr0QfTH8B_default", "x", "RichText2", "resolvedLinks1", "CNr6q2BR2_default", "resolvedLinks2", "Z0oPvjLYb_default", "MotionSectionWithFX", "O8KZcfMPH_default", "resolvedLinks3", "SVfNFpoJS_default", "fX4DYXo66_default", "ContainerWithFX", "OurValesCardWithHoverEffectiz1n03WithMappedReactProps1mn45qx", "OurValesCardWithHoverEffect1f1l95bWithMappedReactProps1mn45qx", "OurValesCardWithHoverEffectxs5rkdWithMappedReactProps1mn45qx", "OurValesCardWithHoverEffect1fovev7WithMappedReactProps1mn45qx", "WhyUsImageWithVariantAppearEffect", "resolvedLinks4", "WhyUsTabsWithVariantAppearEffect", "resolvedLinks5", "resolvedLinks6", "ChildrenCanSuspend", "ITqk7obZM_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks7", "W07FJa9Ja_default", "enumToDisplayNameFunctions", "lpymrm5mu_default", "gGrmsNOrc_default", "Image2", "Slideshow", "yoexNujIx_default", "sa1JsBcrH_default", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks8", "QCS5lehWq_default", "resolvedLinks9", "qQCKp1MC3_default", "ShapesWithFloatingEffect1msk6puWithMappedReactProps8qcgre", "ShapesWithFloatingEffectdjijmjWithMappedReactProps8qcgre", "ShapesWithFloatingEffectkq43ygWithMappedReactProps8qcgre", "ShapesWithFloatingEffectrqvulsWithMappedReactProps8qcgre", "resolvedLinks10", "Sby8EpUb5_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "ButtonGetThisTemplateFonts", "BackgroundLineGradientFonts", "WhiteTransitionFonts", "LargeBadgeFonts", "ButtonMainFonts", "OutlineFonts", "AboutUsImageGridFonts", "AboutUsStatsFonts", "HeadingFonts", "OurValesCardFonts", "WhyUsImageFonts", "WhyUsTabsFonts", "ServicesCardFonts", "HowWeWorkRowFonts", "PartnersCardFonts", "TestimonialCardFonts", "SlideshowFonts", "ArticlesCardFonts", "FAQSectionFonts", "ShapesFonts", "ContactUsSectionFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
