:root{--color-bg-body: #000000;--color-text-primary: #f6f6f6;--color-text-secondary: #dbdbdb;--color-text-dark: #121212;--color-accent: #0f6ef9;--color-accent2: #329AFA;--color-band-middle: #e4c8a3;--color-band-end: #b46f5b;--color-line: #cfcfcf;--btn-gradient-start: var(--color-accent);--btn-gradient-mid: var(--color-accent2);--btn-gradient-end: var(--color-accent);--white100: #ffffff;--white90: rgba(255, 255, 255, .9);--white80: rgba(255, 255, 255, .8);--white70: rgba(255, 255, 255, .7);--white60: rgba(255, 255, 255, .6);--white50: rgba(255, 255, 255, .5);--white40: rgba(255, 255, 255, .4);--white30: rgba(255, 255, 255, .3);--white20: rgba(255, 255, 255, .2);--white10: rgba(255, 255, 255, .1);--font-family-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-display: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-hero-top: clamp(2rem, 6vw, 5.25rem);--font-size-hero-middle: clamp(1.5rem, 4.5vw, 3.625rem);--font-size-hero-bottom: clamp(2.5rem, 8.5vw, 7.25rem);--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-black: 800;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-xs: .25rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-pill: 999px;--shadow-none: 0 0 var(--color-bg-body);--shadow-focus: 0 0 0 1px var(--color-accent);--transition-fast: .15s ease-out;--bp-tablet: 768px;--bp-desktop-sm: 1024px;--bp-desktop-md: 1280px;--bp-desktop-lg: 1440px;--bp-desktop-xl: 1920px}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-family-base);background-color:var(--color-bg-body);color:var(--color-text-primary)}#root{min-height:100vh}button{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:.75rem 2.5rem;border-radius:var(--radius-pill);border:1px solid transparent;font-family:var(--font-family-display);font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background-color:transparent;transition:background-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.btn-primary{border-color:var(--color-accent);color:var(--color-accent);background-color:transparent}.btn-primary:hover{background-color:var(--color-accent);color:var(--white100);box-shadow:var(--shadow-focus);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}@keyframes kf-scroll-bounce{0%{transform:translateY(0) rotate(45deg)}50%{transform:translateY(6px) rotate(45deg)}to{transform:translateY(0) rotate(45deg)}}@keyframes gradient-btn-flow{0%{background-position:0% center}to{background-position:200% center}}.navbar__cta{padding:.75rem 1.875rem;border-radius:var(--radius-md);border:1px solid var(--color-accent);background:transparent;color:var(--color-accent);font-family:var(--font-family-display);font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.navbar__cta:hover{border:none;background-image:repeating-linear-gradient(60deg,var(--btn-gradient-start) 0%,var(--btn-gradient-mid) 50%,var(--btn-gradient-end) 100%);background-size:200% 100%;background-position:0% center;background-repeat:repeat;animation:gradient-btn-flow 7s linear infinite;background-color:var(--color-accent);color:var(--white100);box-shadow:var(--shadow-focus);transform:translateY(-3px)}.navbar__cta:active{transform:translateY(0)}@media(min-width:768px){.navbar__cta{font-size:calc(var(--font-size-base) * .7)}}@media(min-width:1024px){.navbar__cta{border:1.45px solid var(--color-accent);font-size:calc(var(--font-size-base) * .7);padding:.75rem 1.625rem}}@media(min-width:1280px){.navbar__cta{border:1.55px solid var(--color-accent);font-size:calc(var(--font-size-base) * .8);padding:.8125rem 1.875rem}}@media(min-width:1440px){.navbar__cta{border:1.75px solid var(--color-accent);font-size:calc(var(--font-size-base) * .9);padding:.9375rem 2.1875rem}}@media(min-width:1920px){.navbar__cta{border:2px solid var(--color-accent);font-size:calc(var(--font-size-base) * 1.1);padding:1.0625rem 2.5rem}}@media(min-width:2560px){.navbar__cta{border:2.25px solid var(--color-accent);font-size:calc(var(--font-size-base) * 1.5);padding:1.375rem 3.125rem}}.follower-cursor-overlay{position:fixed;inset:0;pointer-events:none;z-index:9999}.follower-cursor-dot,.follower-cursor-border{position:absolute;border-radius:50%;transform:translate(-50%,-50%);will-change:left,top,width,height}.follower-cursor-dot{width:6px;height:6px;background:var(--bg-overlay)}.follower-cursor-border{border:1px solid var(--bg-overlay);transition:width .3s ease,height .3s ease}@media(prefers-color-scheme:dark){.follower-cursor-dot{background:var(--color-text)}.follower-cursor-border{border-color:var(--color-border)}}.navbar{position:fixed;inset:0 0 auto;z-index:20;width:100%;padding:1rem 1.25rem;background:linear-gradient(to bottom,rgba(0,0,0,.85),rgba(0,0,0,.3),transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar__inner{margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.navbar__left{width:100%;display:flex;align-items:center;justify-content:flex-start}.navbar__language-toggle{font-family:var(--font-family-display);font-size:var(--font-size-sm);letter-spacing:.18em;text-transform:uppercase;color:var(--white60);background:none;border:none;padding:0;cursor:pointer;white-space:nowrap;line-height:1;display:inline-flex;align-items:center}.navbar__language-part,.navbar__language-separator{display:inline-block}.navbar__language-part--active{color:var(--color-accent)}.navbar__toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--color-accent);background-color:#0006;cursor:pointer}.navbar--open .navbar__toggle{background-color:transparent}.navbar__toggle-icon{width:22px;height:22px;display:block}.navbar__nav,.navbar__right{display:none}.navbar__mobile-panel{position:fixed;inset:0;width:100%;min-height:100vh;background-color:var(--white100);z-index:30;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;padding:1rem 1.25rem;transform:translate(100%);transition:transform var(--transition-fast)}.navbar--open .navbar__mobile-panel{transform:translate(0)}.navbar__mobile-overlay{position:fixed;inset:0;z-index:25;background-color:#fff0;opacity:0;pointer-events:none;transition:opacity var(--transition-fast)}.navbar__mobile-overlay--open{opacity:1;pointer-events:auto}.navbar__mobile-top{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--color-line)}.navbar__mobile-logo img{width:200px;height:auto;object-fit:contain;margin-bottom:-.3125rem}.navbar__mobile-close{background:transparent;border-radius:var(--radius-md);border:1px solid var(--color-accent);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.navbar__mobile-close-icon{width:24px;height:24px;display:block}.navbar__mobile-nav{display:flex;flex-direction:column;gap:1.875rem;padding:0 .9375rem}.navbar__mobile-link{font-family:var(--font-family-display);font-size:var(--font-size-lg);letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-dark);text-decoration:none;transform:translate(0) scale(1);transform-origin:left center;transition:color var(--transition-fast),transform var(--transition-fast)}.navbar__mobile-link:hover{color:var(--color-accent);font-weight:500;transform:translate(5px) scale(1.05)}.navbar__mobile-cta{padding:.9375rem 1.25rem;border-radius:var(--radius-md);border:none;background:linear-gradient(to bottom,var(--color-accent) 0%,var(--color-accent2) 100%);color:var(--white100);font-family:var(--font-family-display);font-weight:600;font-size:var(--font-size-base);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:transform var(--transition-fast);margin-bottom:.625rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center}.navbar__mobile-cta:hover,.navbar__mobile-cta:active{transform:translateY(-5px)}.navbar__mobile-bottom{display:flex;flex-direction:column;gap:1.25rem}.navbar__mobile-social{display:flex;justify-content:space-between;font-size:1.4rem;color:var(--color-text-dark)}.navbar__mobile-social svg{cursor:pointer;transition:color .15s ease,transform .15s ease}.navbar__mobile-social svg:hover{color:var(--color-accent);transform:translateY(-2px)}.navbar__mobile-copy{margin-top:0;font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:1.4;color:var(--color-line);text-align:center}.navbar__cta--nav{text-decoration:none}.navbar__whatsapp-icon{display:none;width:44px;height:44px;padding:0;border:none;border-radius:var(--radius-md);background:transparent;text-decoration:none;color:var(--color-accent);align-items:center;justify-content:center;transition:transform var(--transition-fast),color var(--transition-fast)}.navbar__whatsapp-icon svg{width:24px;height:24px;display:block}.navbar__whatsapp-icon:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.navbar__whatsapp-icon:hover{transform:translateY(-3px)}.navbar__whatsapp-icon:active{transform:translateY(0)}@media(min-width:768px){.navbar__inner{display:grid;grid-template-columns:var(--navbar-edge-width) 1fr var(--navbar-edge-width);align-items:center;justify-items:center;gap:0;padding:0 .625rem}.navbar__right{display:flex;align-items:center;justify-content:center;width:100%}.navbar__toggle{display:none}.navbar__nav{display:flex;justify-content:center;align-items:center;gap:1.5rem}.navbar__cta--nav{font-size:calc(var(--font-size-xs) * .9);padding:.75rem 1.875rem}.navbar__cta--nav{display:none}.navbar__whatsapp-icon{display:inline-flex}.navbar__link{position:relative;font-family:var(--font-family-display);font-size:var(--font-size-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--white70);text-decoration:none;padding-bottom:.25rem;transition:color var(--transition-fast),opacity var(--transition-fast)}.navbar__link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;transform-origin:center;transform:scaleX(0);background-color:var(--color-accent);transition:transform var(--transition-fast)}.navbar__link:hover{color:var(--white100)}.navbar__link:hover:after{transform:scaleX(1)}.navbar__link--active{color:var(--color-accent)}.navbar__link--active:after{transform:scaleX(1);background-color:var(--color-accent)}.navbar__mobile-panel,.navbar__mobile-overlay{display:none}}@media(min-width:1024px){.navbar__inner{grid-template-columns:calc(var(--navbar-edge-width) + 28px) 1fr calc(var(--navbar-edge-width) + 28px)}.navbar{padding:1.5rem 2.5rem 0}.navbar__language-toggle{font-size:var(--font-size-sm)}.navbar__cta--nav{font-size:var(--font-size-xs);white-space:nowrap}.navbar__cta--nav{display:inline-flex}.navbar__whatsapp-icon{display:none}.navbar__nav{justify-content:flex-start;gap:2rem}.navbar__link{position:relative;font-family:var(--font-family-display);font-size:var(--font-size-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--white70);text-decoration:none;padding-bottom:.25rem;transition:color var(--transition-fast),opacity var(--transition-fast)}.navbar__link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;transform-origin:center;transform:scaleX(0);background-color:var(--color-accent);transition:transform var(--transition-fast)}.navbar__link:hover{color:var(--white100)}.navbar__link:hover:after{transform:scaleX(1)}.navbar__link--active{color:var(--color-accent)}.navbar__link--active:after{transform:scaleX(1);background-color:var(--color-accent)}.navbar__right{display:flex;align-items:center;gap:1rem}}@media(min-width:1920px){.navbar{padding:1.5rem 6.25rem}.navbar__link,.navbar__cta--nav{font-size:calc(var(--font-size-xs) * 1.3)}.navbar__language-toggle{font-size:calc(var(--font-size-sm) * 1.3)}}@media(min-width:2560px){.navbar{padding:2rem 15rem}.navbar__link,.navbar__cta--nav{font-size:calc(var(--font-size-xs) * 1.5)}.navbar__language-toggle{font-size:calc(var(--font-size-sm) * 1.5)}}.home-hero{width:100%;background-color:var(--color-bg-body);color:var(--color-text-primary);display:flex;flex-direction:column}.home-hero__content{width:100%;margin:0 auto;padding:7.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.home-hero__logo{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.home-hero__logo-image{width:120px;height:auto;display:block}.home-hero__titles{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:.0625rem}.home-hero__band{position:absolute;inset:45% auto auto 50%;transform:translate(-50%,-50%);width:320px;height:50px;border-radius:var(--radius-md);overflow:hidden;z-index:0}.home-hero__band-image{width:100%;height:100%;object-fit:cover;display:block}.home-hero__title{position:relative;z-index:1;margin:0;font-family:var(--font-family-display);font-weight:var(--font-weight-black);letter-spacing:0px;line-height:1.05;text-transform:uppercase}.home-hero__title--top{font-size:var(--font-size-hero-top)}.home-hero__title--middle{font-size:var(--font-size-hero-middle);font-weight:var(--font-weight-bold)}.home-hero__title--bottom{font-size:var(--font-size-hero-bottom)}.home-hero__description{max-width:640px;margin:.5rem auto 0;font-family:var(--font-family-display);font-size:var(--font-size-base);line-height:1.4;color:var(--white100)}.home-hero__scroll{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.home-hero__scroll-text{font-family:var(--font-family-display);font-weight:var(--font-weight-semibold);font-size:var(--font-size-xs);letter-spacing:.24em;color:var(--white50);text-transform:uppercase}.home-hero__scroll-chevron{width:12px;height:12px;border-right:2px solid var(--color-text-secondary);border-bottom:2px solid var(--color-text-secondary);transform:rotate(45deg);animation:kf-scroll-bounce 1.4s ease-in-out infinite}@media(max-width:1023.98px){.home-hero{min-height:100vh;min-height:100dvh}.home-hero__content{min-height:100vh;min-height:100dvh;box-sizing:border-box;justify-content:space-between;gap:clamp(1.25rem,4vh,2.25rem);padding:clamp(5.5rem,14vh,8.75rem) 1.25rem clamp(1.75rem,6vh,4rem)}.home-hero__scroll{margin-top:0}}@media(min-width:768px){.home-hero__content{gap:3.125rem;padding:12.5rem 2.5rem 6.25rem}.home-hero__logo-image{width:120px}.home-hero__band{width:420px;height:60px}.home-hero__description{max-width:450px;font-size:calc(var(--font-size-base) * .9)}.home-hero__scroll{margin-top:6.25rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}}@media(min-width:768px)and (max-width:819.98px){.home-hero__title--top{font-size:calc(var(--font-size-hero-top) * 1.1)}.home-hero__title--middle{font-size:calc(var(--font-size-hero-middle) * 1.1)}.home-hero__title--bottom{font-size:calc(var(--font-size-hero-bottom) * 1.1)}.home-hero .navbar__cta{font-size:calc(var(--font-size-sm) * .9)}}@media(min-width:820px)and (max-width:1023.98px){.home-hero__title--top{font-size:calc(var(--font-size-hero-top) * 1.2)}.home-hero__title--middle{font-size:calc(var(--font-size-hero-middle) * 1.2)}.home-hero__title--bottom{font-size:calc(var(--font-size-hero-bottom) * 1.2)}.home-hero__description{max-width:540px;font-size:calc(var(--font-size-base) * 1.3)}.home-hero .navbar__cta{font-size:calc(var(--font-size-sm) * 1.1)}}@media(min-width:1024px){.home-hero__content{padding:5.625rem 2.5rem}.home-hero__logo{margin-bottom:.625rem}.home-hero__logo-image{width:80px}.home-hero__band{width:450px;height:50px}.home-hero__description{max-width:400px;margin:0 auto;font-size:calc(var(--font-size-base) * .7)}.home-hero__scroll{margin-top:1.25rem;gap:.375rem}.home-hero__scroll-text{font-size:calc(var(--font-size-xs) * .8)}}@media(min-width:1280px){.home-hero__content{padding:8.75rem 2.5rem}.home-hero__logo{margin-bottom:1.25rem}.home-hero__logo-image{width:140px}.home-hero__band{width:620px;height:70px}.home-hero__title{line-height:.95}.home-hero__description{max-width:430px;margin:.3125rem auto 0;font-size:calc(var(--font-size-base) * .8)}.home-hero__scroll{margin-top:2.5rem;gap:.375rem}.home-hero__scroll-text{font-size:calc(var(--font-size-xs) * .9)}}@media(min-width:1440px){.home-hero__content{padding:10rem 2.5rem}.home-hero__logo{margin-bottom:1.875rem}.home-hero__logo-image{width:160px}.home-hero__band{width:660px;height:70px}.home-hero__title{line-height:1}.home-hero__description{max-width:460px;margin:1.25rem auto 0;font-size:calc(var(--font-size-base) * .9)}.home-hero__scroll{margin-top:2.5rem;gap:.625rem}.home-hero__scroll-text{font-size:calc(var(--font-size-xs) * 1.1)}}@media(min-width:1920px){.home-hero__content{padding:12.5rem 2.5rem 10rem}.home-hero__logo{margin-bottom:2.5rem}.home-hero__logo-image{width:200px}.home-hero__band{width:850px;height:90px}.home-hero__title{line-height:.9}.home-hero__title--top{font-size:calc(var(--font-size-hero-top) * 1.25)}.home-hero__title--middle{font-size:calc(var(--font-size-hero-middle) * 1.25)}.home-hero__title--bottom{font-size:calc(var(--font-size-hero-bottom) * 1.25)}.home-hero__description{max-width:650px;margin:1.25rem auto 0;font-size:calc(var(--font-size-base) * 1.25)}.home-hero__scroll{margin-top:2.5rem;gap:.625rem}.home-hero__scroll-text{font-size:calc(var(--font-size-xs) * 1.1)}}@media(min-width:2560px){.home-hero__content{padding:17.5rem 2.5rem 12.5rem}.home-hero__logo{margin-bottom:5rem}.home-hero__logo-image{width:280px}.home-hero__band{width:1000px;height:120px}.home-hero__title{line-height:1}.home-hero__title--top{font-size:calc(var(--font-size-hero-top) * 1.4)}.home-hero__title--middle{font-size:calc(var(--font-size-hero-middle) * 1.4)}.home-hero__title--bottom{font-size:calc(var(--font-size-hero-bottom) * 1.5)}.home-hero__description{max-width:750px;margin:3.125rem auto 0;font-size:calc(var(--font-size-base) * 1.5)}.home-hero__scroll{margin-top:2.5rem;gap:.625rem}.home-hero__scroll-text{font-size:calc(var(--font-size-xs) * 1.3)}}.home-valuepromise{width:100%;position:relative;background-color:var(--color-text-secondary)}.home-valuepromise__main{display:flex;flex-direction:column}.home-valuepromise__left{background-color:var(--color-text-secondary);padding:3.75rem 1.75rem}.home-valuepromise__words{margin:0;display:flex;flex-direction:column;gap:.5rem;font-family:var(--font-family-display);font-size:clamp(2.5rem,8vw,5.625rem);line-height:1;letter-spacing:.01em;text-transform:uppercase}.home-valuepromise__word{color:var(--white100);opacity:.72;transition:color 1.2s ease-in-out,opacity 1.2s ease-in-out}.home-valuepromise__word--active{color:var(--color-accent);opacity:1}.home-valuepromise__right{position:relative;border-top:10px solid var(--color-accent);overflow:hidden;height:clamp(480px,56vw,560px)}.home-valuepromise__picture-layer,.home-valuepromise__image{display:block;width:100%}.home-valuepromise__picture-layer{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease-in-out}.home-valuepromise__picture-layer--active{opacity:1}.home-valuepromise__image{height:100%;object-fit:cover}.home-valuepromise__image-overlay{position:absolute;inset:auto 0 0;height:33%;background:linear-gradient(to top,#000c,#00000073 45%,#0000);pointer-events:none;z-index:2}.home-valuepromise__bottom{position:absolute;left:0;right:0;bottom:0;border-top:1px solid var(--white40);padding:1rem 0 2.5rem;margin:0 1.5rem;z-index:3}.home-valuepromise__bottom--desktop{display:none}.home-valuepromise__bottom--compact{display:block}.home-valuepromise__phrase-item{width:100%}.home-valuepromise__phrase{display:inline-block;font-family:var(--font-family-display);font-weight:500;font-size:var(--font-size-base);line-height:1.35;color:var(--white100)}.home-valuepromise__phrase--animated{animation-name:valuepromise-phrase-fade;animation-timing-function:ease-in-out;animation-fill-mode:both}.home-valuepromise__phrase-progress{display:block;margin-top:.75rem;width:50%;height:3px;background-color:var(--color-accent);transform-origin:left center;transform:scaleX(0)}@keyframes valuepromise-progress-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes valuepromise-phrase-fade{0%{opacity:0}to{opacity:1}}.home-valuepromise__phrase-progress--active{animation:valuepromise-progress-fill 8s linear forwards}@media(min-width:768px){.home-valuepromise__left{padding:5rem 2rem}.home-valuepromise__words{font-size:var(--font-size-hero-bottom)}.home-valuepromise__image{height:100%}.home-valuepromise__right{border-top-width:12.5px;height:clamp(460px,80vw,720px)}.home-valuepromise__bottom{border-top:1.5px solid var(--white40);padding:1.5rem 1rem 4rem;margin:0 2rem}.home-valuepromise__phrase{font-size:clamp(1.375rem,2vw,1.75rem)}.home-valuepromise__phrase-progress{margin-top:1rem;width:50%;height:3px}}@media(min-width:1024px){.home-valuepromise__main{display:grid;grid-template-columns:minmax(0,60%) minmax(0,40%);min-height:clamp(320px,52vw,920px)}.home-valuepromise__left{padding:6rem 3rem 2rem}.home-valuepromise__words{font-size:clamp(4.5rem,6.2vw,8rem)}.home-valuepromise__right{border-top:none;border-left:8px solid var(--color-accent);height:clamp(460px,55vw,720px);min-height:100%;align-self:stretch}.home-valuepromise__bottom{left:0;right:0;border-top:2px solid var(--white40);padding:1.5rem 0 5rem;margin:0 3rem}.home-valuepromise__bottom--desktop{display:block}.home-valuepromise__phrases-row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;box-sizing:border-box}.home-valuepromise__bottom--compact{display:none}.home-valuepromise__bottom--desktop .home-valuepromise__phrase-item{width:max-content;max-width:100%;flex:0 0 auto;padding:0;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;text-align:left}.home-valuepromise__phrase-item:nth-child(3){align-items:flex-start;text-align:left}.home-valuepromise__phrase{font-size:clamp(.85rem,1vw,1.5rem);line-height:1.45;color:var(--color-text-dark)}.home-valuepromise__phrase-item:nth-child(3) .home-valuepromise__phrase{color:var(--color-text-primary)}.home-valuepromise__phrase-progress{align-self:flex-start;width:50%;margin-top:0;height:3px}}@media(min-width:1280px){.home-valuepromise__main{grid-template-columns:minmax(0,63%) minmax(0,37%)}.home-valuepromise__left{padding:8rem 3rem 2rem}.home-valuepromise__words{font-size:clamp(4.5rem,7vw,8rem)}.home-valuepromise__right{border-left:10px solid var(--color-accent);height:clamp(460px,60vw,720px)}.home-valuepromise__bottom{border-top:2.5px solid var(--white40);padding:1.5rem 0 7rem}.home-valuepromise__bottom--desktop .home-valuepromise__phrase-item{gap:.75rem}.home-valuepromise__phrase{font-size:clamp(1rem,1.2vw,1.5rem);line-height:1.5}.home-valuepromise__phrase-progress{align-self:flex-start;width:50%;margin-top:0;height:4px}}@media(min-width:1440px){.home-valuepromise,.home-valuepromise__main{min-height:clamp(820px,50vw,1080px)}.home-valuepromise__words{font-size:clamp(4rem,7.5vw,7rem)}}@media(min-width:1920px){.home-valuepromise,.home-valuepromise__main{min-height:clamp(920px,50vw,1260px)}.home-valuepromise__left{padding:10rem 7rem}.home-valuepromise__words{font-size:clamp(5rem,7.5vw,8rem)}.home-valuepromise__bottom{border-top:2px solid var(--white50);padding:1.5rem 0 8rem;margin:0 7rem}}@media(min-width:2560px){.home-valuepromise,.home-valuepromise__main{min-height:clamp(1080px,45vw,1440px)}.home-valuepromise__left{padding:10rem 15.5rem}.home-valuepromise__words{font-size:clamp(5rem,7.5vw,10rem)}.home-valuepromise__bottom{border-top:2.5px solid var(--white60);padding:2rem 0 10rem;margin:0 15.5rem}.home-valuepromise__phrase{font-size:calc(var(--font-size-xl) * 1.1)}.home-valuepromise__phrase-progress{height:4px;margin-top:.5rem}}.home-services{width:100%;background-color:var(--color-bg-body)}.home-services__header{padding:5rem 1.25rem 3rem}.home-services__eyebrow{margin:0 0 1rem;color:var(--color-accent);font-family:var(--font-family-display);font-weight:var(--font-weight-black);font-size:var(--font-size-base);text-transform:uppercase;letter-spacing:0}.home-services__title{margin:0;width:100%;color:var(--white100);font-family:var(--font-family-display);font-weight:var(--font-weight-black);font-size:clamp(1.9rem,6.5vw,3.75rem);text-transform:uppercase;line-height:1.1;letter-spacing:.01em}.home-services__subtitle{margin:0;color:var(--color-text-secondary);font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);line-height:1.5}.home-services__list{margin:0;padding:0;list-style:none}.home-services__item{width:100%;border-top:1px solid var(--white30)}.home-services__card{position:relative;display:flex;flex-direction:column;background-color:var(--color-bg-body);overflow:hidden}.home-services__figure{margin:0;overflow:hidden;flex-shrink:0}.home-services__item--column .home-services__figure{width:100%;height:280px}.home-services__item--background .home-services__figure{position:absolute;inset:0;width:100%;height:100%;z-index:0}.home-services__image{display:block;width:100%;height:100%;object-fit:cover}.home-services__item--background .home-services__card:after{content:"";position:absolute;inset:0;background:#f8f8f8e6;-webkit-backdrop-filter:saturate(.8);backdrop-filter:saturate(.8);z-index:1}.home-services__content{position:relative;z-index:2;padding:4rem 1.25rem 6rem;display:flex;flex-direction:column;gap:.875rem}.home-services__item--background .home-services__content{min-height:500px;padding-bottom:4rem}.home-services__index{margin:0;display:block;color:var(--color-accent);font-family:var(--font-family-display);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.8px}.home-services__columns{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;width:100%}.home-services__column{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.home-services__column--left{gap:.9rem}.home-services__column--right{gap:1.2rem;justify-content:flex-end}.home-services__service-title{margin:0;width:100%;color:var(--white100);font-family:var(--font-family-display);font-size:clamp(1.8rem,5vw,2.25rem);font-weight:var(--font-weight-black);text-transform:uppercase;line-height:1.05;letter-spacing:.02em}.home-services__description{margin:0;color:var(--color-text-secondary);font-family:var(--font-family-base);font-size:calc(var(--font-size-base) * 1.05);line-height:1.75}.home-services__features{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.home-services__feature{position:relative;padding-left:1rem;color:var(--color-text-secondary);font-family:var(--font-family-base);font-size:calc(var(--font-size-base) * 1.05);line-height:1.5}.home-services__feature:before{content:"";position:absolute;left:0;top:.62em;width:.32rem;height:.32rem;border-radius:50%;background-color:var(--color-accent);transform:translateY(-50%)}.home-services__cta{display:inline-flex;align-items:center;align-self:flex-start;gap:.25em;color:var(--color-accent);font-family:var(--font-family-display);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.8px;text-decoration:none;transition:color var(--transition-fast),letter-spacing var(--transition-fast),transform .25s ease-in-out}.home-services__cta-text{display:inline-block}.home-services__cta-icon{width:1.4em;height:1.4em;flex-shrink:0;transition:transform .3s ease-in-out}.home-services__cta:hover{color:var(--color-accent2);transform:translate(3px)}.home-services__cta:hover .home-services__cta-icon{transform:rotate(405deg)}.home-services__decorative-number{display:none;position:absolute;top:.15em;right:-.05em;color:var(--white10);font-family:var(--font-family-display);font-size:clamp(5rem,22vw,13rem);font-weight:var(--font-weight-black);line-height:.85;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.home-services__item--background .home-services__decorative-number{z-index:2;color:var(--white50);opacity:.72}.home-services__item--s2 .home-services__service-title,.home-services__item--s2 .home-services__description,.home-services__item--s2 .home-services__feature{color:var(--color-text-dark)}.home-services__item--s2 .home-services__feature:before{background-color:#12121299}@media(min-width:768px){.home-services__header{padding:6rem 1.75rem 4rem}.home-services__header h2{margin-top:1.5rem}.home-services__eyebrow,.home-services__subtitle{font-size:calc(var(--font-size-base) * 1.3)}.home-services__item{border-top:1.25px solid var(--white30)}.home-services__item--column .home-services__card{flex-direction:row}.home-services__item--column .home-services__figure{width:32%;height:auto;min-height:420px}.home-services__item--column .home-services__content{width:68%;padding:3rem 3rem 5rem 2rem}.home-services__columns{grid-template-columns:minmax(0,1fr);row-gap:1rem}.home-services__item--background .home-services__card:after{background:#f8f8f8d9}.home-services__item--background .home-services__content{min-height:530px;padding:3rem 1.75rem 2.5rem}}@media(min-width:1024px){.home-services__header{padding:8rem 3.25rem 6rem}.home-services__header h2{margin-top:1.5rem}.home-services__eyebrow{font-size:calc(var(--font-size-base) * 1.2)}.home-services__title{font-size:clamp(1.9rem,6.5vw,3.05rem);line-height:1.1}.home-services__subtitle{font-size:calc(var(--font-size-base) * 1.2)}.home-services__item{border-top:1.5px solid var(--white20)}.home-services__item--column .home-services__figure{width:30%;min-height:480px}.home-services__item--column .home-services__content{width:70%;padding:3rem 2.5rem;gap:.8rem}.home-services__item--background .home-services__content{min-height:450px;padding:6rem 3rem;gap:.8rem}.home-services__columns{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);column-gap:2rem;row-gap:0;align-items:stretch}.home-services__item--s2 .home-services__columns{column-gap:15rem}.home-services__column--left{gap:.65rem}.home-services__column--right{margin-top:1rem;gap:1rem}.home-services__service-title{font-size:clamp(1.8rem,2vw,5rem)}.home-services__item--s3 .home-services__service-title{width:170%;max-width:none;padding-bottom:2rem}.home-services__description{font-size:calc(var(--font-size-xs) * 1.2)}.home-services__features{gap:.5rem}.home-services__feature{font-size:calc(var(--font-size-xs) * 1.2)}.home-services__cta{align-self:center;font-size:calc(var(--font-size-base) * .9);letter-spacing:0}.home-services__decorative-number{display:block;top:.25em;right:.35em;font-size:clamp(5rem,14vw,13rem)}}@media(min-width:1280px){.home-services__header{padding:9rem 3rem 7rem}.home-services__header h2{margin-top:1.75rem}.home-services__eyebrow{font-size:calc(var(--font-size-base) * 1.2)}.home-services__title{font-size:clamp(1.9rem,6.5vw,3.75rem);line-height:1.1}.home-services__subtitle{font-size:calc(var(--font-size-base) * 1.25)}.home-services__item--column .home-services__figure{width:35%;min-height:520px}.home-services__item--column .home-services__content{width:72%;padding:3.5rem 3rem}.home-services__item--background .home-services__content{min-height:500px;padding:3.5rem 3rem}}@media(min-width:1440px){.home-services__header{padding:10rem 3rem 8rem}.home-services__header h2{margin-top:2rem}.home-services__eyebrow{font-size:calc(var(--font-size-base) * 1.2)}.home-services__title{font-size:clamp(1.9rem,6.5vw,4rem);line-height:1.1}.home-services__subtitle{font-size:calc(var(--font-size-base) * 1.35)}.home-services__item--column .home-services__figure{min-height:560px}.home-services__item--column .home-services__content{padding:4rem 3.5rem}.home-services__item--background .home-services__content{min-height:580px;padding:4rem 3.5rem}}@media(min-width:1920px){.home-services__header{padding:12rem 7rem 10rem}.home-services__header h2{margin-top:2.5rem}.home-services__eyebrow{font-size:calc(var(--font-size-base) * 1.5)}.home-services__title{font-size:clamp(3rem,5vw,5.5rem)}.home-services__subtitle{font-size:calc(var(--font-size-base) * 1.8)}.home-services__item--column .home-services__figure{width:28%;min-height:640px}.home-services__item--column .home-services__content{width:72%;padding:4.75rem 4.25rem}.home-services__item--background .home-services__content{min-height:640px;padding:4.75rem 4.25rem}.home-services__description{font-size:calc(var(--font-size-base) * .92)}.home-services__feature{font-size:calc(var(--font-size-base) * .9)}.home-services__cta{font-size:calc(var(--font-size-xs) * 1.15)}.home-services__index{font-size:calc(var(--font-size-xs) * 1.1)}}@media(min-width:2560px){.home-services__header{padding:15rem 15.5rem 12rem}.home-services__header h2{margin-top:2.5rem}.home-services__eyebrow{font-size:calc(var(--font-size-base) * 2)}.home-services__title{font-size:clamp(3rem,5vw,7rem)}.home-services__subtitle{font-size:calc(var(--font-size-base) * 2)}.home-services__item--column .home-services__figure{min-height:800px}.home-services__item--column .home-services__content{padding:6rem 6.5rem}.home-services__item--background .home-services__content{min-height:800px;padding:6rem 6.5rem}.home-services__description,.home-services__feature{font-size:calc(var(--font-size-base) * 1.2)}.home-services__service-title{font-size:clamp(2rem,2.2vw,3.25rem)}}.home-method,.home-team,.home-impact,.home-contact,.footer,.home-page,.policyprivacy-section{width:100%}.policyprivacy-content{max-width:800px;margin:0 auto}.termsconditions-section{width:100%}.termsconditions-content{max-width:800px;margin:0 auto}
