﻿@charset "UTF-8";:root{--cream:#f9f5f1;--red:#ec0c2a;--dark:#011219;}@property --logo-reveal-left{syntax:"<percentage>";inherits:false;initial-value:50%;}@property --logo-reveal-right{syntax:"<percentage>";inherits:false;initial-value:50%;}#page-preloader{--preloader-progress:0%;position:fixed;inset:0;z-index:99999;display:grid;place-items:center;background:#011219;color:var(--cream);transition:opacity .45s cubic-bezier(.22,.61,.36,1),visibility .45s cubic-bezier(.22,.61,.36,1);}#page-preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none;}#page-preloader.is-removed{display:none;}.preloader-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.1rem;text-align:center;padding:1.5rem;width:100%;}.preloader-amp-wrap{width:min(68vw,280px);display:flex;align-items:center;justify-content:center;margin-inline:auto;filter:drop-shadow(0 18px 44px rgba(236,12,42,.12));}.preloader-amp-svg{display:block;width:100%;height:auto;overflow:visible;}.preloader-amp-base{fill:transparent;}.preloader-amp-outline{display:none;}.preloader-liquid-group{will-change:transform;transition:transform .28s cubic-bezier(.22,.61,.36,1);}.preloader-liquid-body{fill:#b80a21;}.preloader-liquid-wave{transform-box:fill-box;transform-origin:50% 50%;will-change:transform;}.preloader-liquid-wave.wave-back{fill:rgba(236,12,42,.68);animation:preloaderWaveBack 2.8s linear infinite;}.preloader-liquid-wave.wave-front{fill:#ec0c2a;animation:preloaderWaveFront 1.85s linear infinite;}.preloader-copy{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;}.preloader-label{display:block;width:100%;margin-inline:auto;font-size:clamp(.8rem,1.15vw,1rem);line-height:1.1;letter-spacing:.18em;text-transform:uppercase;color:rgba(249,245,241,.82);text-align:center;}@keyframes preloaderWaveBack{0%{transform:translate3d(0,0,0) scaleY(1);}50%{transform:translate3d(-70px,-5px,0) scaleY(1.04);}100%{transform:translate3d(-140px,0,0) scaleY(1);}}@keyframes preloaderWaveFront{0%{transform:translate3d(0,0,0) scaleY(1);}50%{transform:translate3d(80px,6px,0) scaleY(.96);}100%{transform:translate3d(160px,0,0) scaleY(1);}}@media(max-width:768px){.preloader-amp-wrap{width:min(74vw,250px);}.preloader-label{font-size:.72rem;letter-spacing:.2em;}}#hero-scroll{position:relative;height:calc(100vh + 1200px);height:calc(100svh + 1200px);height:calc(100dvh + 1200px);}#hero-stage{position:relative;top:0;height:100vh;height:100svh;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--dark);isolation:isolate;}#hero-act1-bg{position:absolute;inset:-8vmax;z-index:1;pointer-events:none;background-image:url("https://i.ibb.co/ksnckpDg/built-different.png");background-size:cover;background-position:center center;opacity:0;filter:grayscale(1) contrast(.92) brightness(.62);mix-blend-mode:screen;transform:translate3d(var(--hero-bg-tx,0),var(--hero-bg-ty,0),0) scale(1.08);transform-origin:center center;will-change:transform,opacity;}#hero-act1-bg::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(1,18,25,.1) 0%,rgba(1,18,25,.34) 58%,rgba(1,18,25,.76) 100%),linear-gradient(180deg,rgba(1,18,25,.56) 0%,rgba(1,18,25,.18) 42%,rgba(1,18,25,.7) 100%);pointer-events:none;}@media(max-width:900px),(prefers-reduced-motion:reduce){#hero-act1-bg{transform:scale(1.08)!important;}}#logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(320px,92vw,1400px);z-index:3;pointer-events:none;opacity:1;}#hero-tagline{position:absolute;left:50%;bottom:calc(100% + clamp(1.2rem,3vh,2.2rem));transform:translateX(-50%);width:max-content;max-width:min(90vw,920px);margin:0;font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:clamp(1.35rem,2.2vw,2.25rem);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:var(--cream);text-align:center;text-wrap:balance;white-space:normal;opacity:1;will-change:transform,opacity;}@media(max-width:768px){#hero-tagline{bottom:calc(100% + 1rem);max-width:min(90vw,34rem);font-size:clamp(1.05rem,4.9vw,1.5rem);line-height:1.12;}}#logo-reactive-wrap{position:relative;width:100%;transform-style:preserve-3d;clip-path:polygon(50% 0%,50% 0%,50% 100%,50% 100%);-webkit-clip-path:polygon(50% 0%,50% 0%,50% 100%,50% 100%);transform:perspective(1000px) translate3d(var(--logo-tx,0),var(--logo-ty,0),0) rotateX(var(--logo-rx,0deg)) rotateY(var(--logo-ry,0deg));will-change:transform,clip-path;}#hero-cursor-glow{position:absolute;left:var(--hero-light-x,50%);top:var(--hero-light-y,50%);z-index:2;width:clamp(400px,60vw,900px);aspect-ratio:1;border-radius:999px;pointer-events:none;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(249,245,241,.065) 0%,rgba(249,245,241,.032) 22%,rgba(236,12,42,.022) 44%,rgba(236,12,42,0) 82%);filter:blur(40px);mix-blend-mode:screen;opacity:var(--hero-glow-opacity,0);will-change:opacity;}#logo-sizer{width:100%;padding-top:28.1176470588%;}.logo-layer{position:absolute;inset:0;width:100%;height:100%;overflow:visible;}#amp-layer{filter:none;}@media(max-width:900px),(prefers-reduced-motion:reduce){#logo-reactive-wrap{transform:none!important;}#hero-cursor-glow{display:none;}}#and-layer,#amp-layer,#br-layer,#ner-layer{transform-box:fill-box;transform-origin:center center;will-change:transform,opacity;}#amp-layer{opacity:0;}#and-layer{opacity:1;}#scroll-hint{position:absolute;bottom:5vh;bottom:5svh;left:50%;transform:translateX(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;}#scroll-hint span{font-size:.55rem;letter-spacing:.3em;color:rgba(249,245,241,.22);}.scroll-line{width:1px;height:32px;background:linear-gradient(to bottom,rgba(249,245,241,.22),transparent);animation:scrollPulse 2s ease-in-out infinite;}@keyframes scrollPulse{0%,100%{opacity:.3;}50%{opacity:.85;}}#content{position:relative;z-index:20;background:var(--dark);}#iris-overlay{position:absolute;inset:0;z-index:5;pointer-events:none;}.iris-panel{position:absolute;background:var(--red);will-change:transform;}#iris-top{inset:0 0 auto 0;height:50%;visibility:hidden;}#iris-bottom{inset:auto 0 0 0;height:50%;visibility:hidden;}#iris-left{inset:0 auto 0 0;width:50%;visibility:hidden;}#iris-right{inset:0 0 0 auto;width:50%;visibility:hidden;}#video-wrap{position:fixed;inset:0;z-index:0;opacity:0;visibility:hidden;background:var(--dark);display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:100vh;min-height:100svh;min-height:100dvh;}#video-placeholder{width:100vw;height:100vh;height:100svh;height:100dvh;min-height:100vh;min-height:100svh;min-height:100dvh;position:relative;overflow:hidden;background:var(--dark);}.hero-bg-video-container{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;z-index:2;pointer-events:none;opacity:0;filter:brightness(.75);transition:opacity .55s ease;background:var(--dark);}.hero-bg-video-container[hidden]{display:none!important;}.hero-bg-video-container.is-loaded{opacity:1;}.hero-bg-native-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;background:var(--dark);transform:translateZ(0);}#video-placeholder[data-video-mode=native] .hero-context-video{opacity:0!important;visibility:hidden;}.hero-video-fallback-link{position:absolute;left:50%;bottom:clamp(2rem,6vh,4rem);z-index:4;transform:translateX(-50%);color:var(--cream);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;opacity:0;pointer-events:none;transition:opacity .35s ease;}#video-placeholder[data-video-error=true] .hero-video-fallback-link{opacity:1;pointer-events:auto;}.home-reel-video-placeholder__overlay{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;pointer-events:none;}.home-reel-video-placeholder__label{font-size:clamp(1.55rem,2vw,1.9rem);font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1;text-shadow:0 8px 28px rgba(1,18,25,.55);}.home-reel-video-placeholder__icon{width:clamp(58px,7vw,92px);height:clamp(58px,7vw,92px);border-radius:999px;display:grid;place-items:center;background:var(--cream);color:var(--dark);box-shadow:0 18px 55px rgba(1,18,25,.32);transition:transform .35s cubic-bezier(.22,.61,.36,1),background .35s cubic-bezier(.22,.61,.36,1),color .35s cubic-bezier(.22,.61,.36,1);}.home-reel-video-placeholder__icon svg{width:32%;height:auto;display:block;transform:translateX(8%);}@keyframes heroReelCtaIn{from{opacity:0;transform:translateY(10px) scale(.98);}to{opacity:1;transform:translateY(0) scale(1);}}.hero-reel-lightbox{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:clamp(1rem,3vw,2.5rem);background:rgba(1,18,25,.88);backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .34s cubic-bezier(.22,.61,.36,1),visibility .34s cubic-bezier(.22,.61,.36,1);}.hero-reel-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto;}.hero-reel-lightbox__panel{position:relative;width:min(1180px,100%);aspect-ratio:16/9;background:#000;border-radius:clamp(12px,1.5vw,20px);overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.55);transform:translateY(20px) scale(.97);transition:transform .42s cubic-bezier(.22,.61,.36,1);}.hero-reel-lightbox.is-open .hero-reel-lightbox__panel{transform:translateY(0) scale(1);}.hero-reel-lightbox__frame{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000;}.hero-reel-lightbox__controls{position:absolute;left:clamp(.75rem,2vw,1.25rem);right:clamp(.75rem,2vw,1.25rem);bottom:clamp(.75rem,2vw,1.25rem);z-index:3;display:flex;align-items:center;gap:.75rem;padding:.75rem .85rem;border-radius:999px;background:rgba(1,18,25,.72);backdrop-filter:blur(10px);color:var(--cream);opacity:1;transition:opacity .25s ease;}.hero-reel-lightbox__progress{position:relative;flex:1 1 auto;height:6px;border:0;border-radius:999px;overflow:hidden;background:rgba(249,245,241,.22);cursor:pointer;appearance:none;-webkit-appearance:none;}.hero-reel-lightbox__progress::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:0;height:0;background:transparent;box-shadow:none;}.hero-reel-lightbox__progress::-moz-range-thumb{width:0;height:0;border:0;background:transparent;}.hero-reel-lightbox__progress-fill{position:absolute;left:0;bottom:0;top:0;width:var(--reel-progress,0%);border-radius:inherit;background:var(--red);pointer-events:none;}.hero-reel-lightbox__time{flex:0 0 auto;min-width:76px;font-size:.72rem;font-weight:600;letter-spacing:.04em;color:rgba(249,245,241,.78);text-align:right;font-variant-numeric:tabular-nums;}@media(max-width:768px){.hero-reel-lightbox{padding:1rem;}.hero-reel-lightbox__panel{width:100%;border-radius:12px;}.hero-reel-lightbox__time{display:none;}}.hero-context-poster,.hero-context-video{position:absolute;inset:0;width:100%;height:100%;filter:brightness(.75);pointer-events:none;}.hero-context-poster{object-fit:cover;object-position:center center;z-index:1;opacity:1;transform:scale(1.01);transition:opacity .65s ease;min-height:100%;}.hero-context-video{z-index:2;border:0;opacity:0;left:50%;top:50%;right:auto;bottom:auto;width:max(100vw,177.78vh);height:max(100vh,56.25vw);height:max(100dvh,56.25vw);min-width:100vw;min-height:100vh;min-height:100dvh;transform:translate(-50%,-50%) scale(1.04);transform-origin:center center;background:#011219;transition:opacity .55s ease;}.hero-context-video.is-loaded{opacity:1;}#video-placeholder[data-video-loaded=true] .hero-context-poster{opacity:0;}@supports not (width:max(100vw,177.78vh)){.hero-context-video{width:177.78vh;height:100vh;}@media(min-aspect-ratio:16/9){.hero-context-video{width:100vw;height:56.25vw;}}}.tbw-section{height:100vh;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;background:var(--dark);}.tbw-intro-inner{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:0 clamp(1.25rem,5vw,3rem);gap:clamp(.4rem,1vh,.8rem);}.tbw-headline{font-size:clamp(2.5rem,5.5vw,96px);font-weight:500;letter-spacing:-1.92px;line-height:clamp(1.05em,5.5vw,90px);color:var(--cream);transform-origin:center center;will-change:transform;text-align:center;white-space:nowrap;}.tbw-headline .red{color:var(--red);}.tbw-sub{font-size:clamp(1rem,2.2vw,30px);font-weight:500;line-height:1.3;color:rgba(249,245,241,.7);max-width:48ch;}.tbw-body{font-size:clamp(.85rem,1.1vw,18px);font-weight:400;line-height:1.6;color:var(--body-dim);max-width:62ch;}.tbw-composition{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 clamp(1.25rem,5vw,3rem);opacity:0;}.tbw-word-row,.tbw-amp-row{overflow:hidden;padding:.06em 0;line-height:1;}.tbw-amp-text{display:block;transform:translateY(115%);will-change:transform;height:clamp(2.5rem,10vw,148px);filter:drop-shadow(0 0 40px rgba(236,12,42,.28));}.tbw-amp-text svg{height:100%;width:auto;display:block;overflow:visible;}.tbw-amp-text svg path{fill:var(--red)!important;}.tbw-word-text{display:block;font-size:clamp(2.5rem,10vw,148px);font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--cream);transform:translateY(115%);will-change:transform;}.tbw-pair-num{position:absolute;bottom:clamp(54px,6vh,72px);right:clamp(1.25rem,5vw,3rem);font-size:11px;letter-spacing:.2em;color:var(--light-blue,#b2c7cf);opacity:1;pointer-events:none;}#tbw-progress{position:fixed;bottom:0;left:0;height:2px;width:0%;background:var(--red);opacity:.5;z-index:200;pointer-events:none;transition:width .5s ease;}.tbw-scroll-hint{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transition:opacity .5s ease;pointer-events:none;}.tbw-scroll-hint.visible{opacity:1;}.tbw-scroll-hint span{font-size:10px;letter-spacing:.22em;color:var(--light-blue,#b2c7cf);opacity:.5;}.tbw-scroll-hint-line{width:1px;height:22px;background:var(--light-blue,#b2c7cf);opacity:.3;animation:tbwPulse 1.8s ease-in-out infinite;}@keyframes tbwPulse{0%,100%{opacity:.3;transform:scaleY(1);}50%{opacity:.1;transform:scaleY(.4);}}.tbw-mobile-static{display:none;}#tbw-progress{display:none!important;}#tbw-snap-wrap{position:relative;background:var(--dark);min-height:100svh;}.tbw-section--interactive{height:100vh;height:100svh;height:100dvh;min-height:720px;overflow:hidden;isolation:isolate;touch-action:pan-y;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1.4rem,3.6vh,3rem);padding:clamp(4rem,6.5vh,5.75rem) clamp(1.5rem,5vw,5rem) clamp(4.75rem,8vh,6.5rem);}.tbw-section--interactive::before{content:none;}.tbw-section--interactive.is-cursor-active,.tbw-section--interactive.is-cursor-active .tbw-composition--drag,.tbw-section--interactive.is-cursor-active .tbw-intro-inner{cursor:none!important;}.tbw-section--interactive.is-dragging,.tbw-section--interactive.is-dragging *{cursor:grabbing!important;}.tbw-section--interactive .tbw-intro-inner{position:relative;z-index:2;max-width:920px;margin-inline:auto;align-items:center;text-align:center;padding:0;}.tbw-section--interactive .tbw-headline{text-align:center;white-space:normal;font-size:clamp(2.75rem,5.35vw,92px);line-height:.98;margin-bottom:clamp(.85rem,1.8vh,1.4rem);}.tbw-section--interactive .tbw-sub{font-size:clamp(1.15rem,1.8vw,24px);max-width:46ch;color:rgba(249,245,241,.78);}.tbw-section--interactive .tbw-body{max-width:66ch;color:var(--body-dim);}.tbw-section--interactive .tbw-word-row,.tbw-section--interactive .tbw-amp-row{position:relative;max-width:100%;padding-block:.2em .32em;overflow:visible;-webkit-mask-image:none;mask-image:none;}.tbw-section--interactive .tbw-amp-row{padding-inline:clamp(.35rem,1.5vw,1rem);}.tbw-section--interactive .tbw-word-text{white-space:nowrap;text-align:center;font-size:clamp(2.55rem,6.9vw,104px);font-weight:600;letter-spacing:-.025em;line-height:1.12;padding-bottom:.08em;}.tbw-section--interactive .tbw-amp-text{height:clamp(2.55rem,6.4vw,98px);}@media(max-width:1100px){.tbw-section--interactive{padding-inline:clamp(1.25rem,3vw,2.5rem);}}.tbw-interaction-shell{position:relative;z-index:2;width:min(100%,1180px);max-width:1180px;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;justify-items:center;gap:0;padding:0;margin-top:0;}.tbw-composition--drag{position:relative;width:100%;min-height:clamp(370px,44vh,540px);justify-content:center;border:0;border-radius:0;background:transparent;box-shadow:none;cursor:grab;user-select:none;-webkit-user-select:none;touch-action:pan-y;will-change:transform,opacity;overflow-x:hidden;overflow-y:visible;padding-inline:clamp(1.5rem,4vw,4rem);transform:translateZ(0);display:block;}.tbw-composition--drag::before,.tbw-composition--drag::after{content:"";position:absolute;top:0;bottom:0;width:clamp(52px,10vw,130px);z-index:6;pointer-events:none;}.tbw-composition--drag::before{left:0;background:linear-gradient(to right,var(--dark) 0%,rgba(1,18,25,.92) 18%,rgba(1,18,25,0) 100%);}.tbw-composition--drag::after{right:0;background:linear-gradient(to left,var(--dark) 0%,rgba(1,18,25,.92) 18%,rgba(1,18,25,0) 100%);}.tbw-composition--drag:active{cursor:grabbing;}.tbw-composition--drag:focus-visible{outline:2px solid var(--mint);outline-offset:5px;}.tbw-composition--drag.is-cursor-active,.tbw-composition--drag.is-cursor-active:active{cursor:none;}.tbw-section--interactive.is-cursor-active .tbw-composition--drag,.tbw-section--interactive.is-cursor-active .tbw-composition--drag:active{cursor:none;}.tbw-pair-slide{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:translate3d(0,0,0);will-change:transform,opacity;backface-visibility:hidden;-webkit-font-smoothing:antialiased;}.tbw-pair-slide.is-active{opacity:1;z-index:2;}.tbw-pair-slide.is-buffer{z-index:3;pointer-events:none;}.tbw-pair-track{position:absolute;inset:0;z-index:1;display:flex;width:100%;height:100%;will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden;}.tbw-pair-track .tbw-pair-slide{position:relative!important;inset:auto!important;flex:0 0 100%;width:100%;height:100%;z-index:1!important;opacity:1!important;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;transform:translate3d(0,0,0);will-change:transform;backface-visibility:hidden;-webkit-font-smoothing:antialiased;contain:layout paint;}.tbw-pair-track .tbw-word-text,.tbw-pair-track .tbw-amp-text{transform:translate3d(0,0,0);opacity:1;}.tbw-pair-track .tbw-amp-text svg{display:block;height:100%;width:auto;overflow:visible;}.tbw-drag-copy{display:none;}.tbw-pair-dots{position:absolute;left:clamp(1.25rem,5vw,3rem);bottom:clamp(54px,6vh,72px);z-index:2;display:flex;align-items:center;gap:9px;}.tbw-dot{width:7px;height:7px;border-radius:999px;border:1px solid rgba(178,199,207,.6);background:transparent;padding:0;cursor:pointer;transition:width .25s ease,background .25s ease,border-color .25s ease;}.tbw-dot.is-active{width:26px;background:var(--red);border-color:var(--red);}.tbw-drag-cursor{position:fixed;left:0;top:0;z-index:250;width:clamp(88px,8.6vw,126px);height:clamp(88px,8.6vw,126px);display:grid;place-items:center;color:var(--cream);pointer-events:none;opacity:0;transform:translate3d(-50%,-50%,0) scale(.88);will-change:transform,opacity;border-radius:50%;background:var(--red);box-shadow:0 18px 55px rgba(236,12,42,.28),inset 0 0 0 1px rgba(255,255,255,.08);transform-origin:50% 50%;}.tbw-drag-cursor::before{content:"";position:absolute;inset:10px;border-radius:50%;border:1px solid rgba(255,255,255,.08);opacity:.55;}.tbw-drag-cursor.is-moving::before{inset:7px;opacity:.75;}.tbw-cursor-arrow{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:52%;height:auto;opacity:.96;transform-origin:50% 50%;will-change:transform;}.tbw-cursor-arrow svg{width:100%;height:auto;display:block;overflow:visible;}.wtw-section{background:#f0ebe5;color:#232b2f;padding:5rem 2.5rem 5rem;}.wtw-inner{max-width:1400px;margin:0 auto;}.wtw-header{margin-bottom:3.5rem;}.wtw-title{will-change:transform,opacity;font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:clamp(2.5rem,5vw,96px);font-weight:500;font-style:normal;letter-spacing:-1.92px;line-height:clamp(1.05em,5.5vw,90px);color:#011219;margin-bottom:1.25rem;}.wtw-title em{font-family:"TT Hoves Pro",system-ui,sans-serif;font-style:normal;font-weight:500;color:var(--red);}.wtw-title-mask,.headline-mask{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.08em;margin-bottom:-.08em;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 12%,#000 88%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 12%,#000 88%,transparent 100%);}.wtw-title-word,.headline-word{display:inline-block;will-change:transform,opacity;transform-origin:50% 100%;}.headline-reveal{will-change:transform,opacity;}.headline-line-mask{display:block;overflow:hidden;padding-bottom:.08em;margin-bottom:-.08em;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 12%,#000 88%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 12%,#000 88%,transparent 100%);}.headline-line{display:block;will-change:transform,opacity;transform-origin:50% 100%;}.wtw-intro,.wtw-header .wtw-btn{will-change:transform,opacity;}.wtw-intro{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:24px;font-weight:400;font-style:normal;line-height:normal;color:#011219;max-width:52ch;margin-bottom:1.5rem;}.wtw-featured{display:grid;grid-template-columns:1fr 1fr;background:#011219;border-radius:5px;overflow:hidden;margin-bottom:3rem;opacity:0;transform:translateY(40px);}.wtw-featured-img{position:relative;min-height:440px;overflow:hidden;}.wtw-featured-img-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,rgba(1,18,25,.18) 0%,rgba(1,18,25,.52) 100%),linear-gradient(135deg,#1a2f3a 0%,#0a1e28 50%,#132830 100%);background-size:cover;background-position:center;transform:scale(1.01);}.wtw-featured-body{padding:2.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:var(--cream);}.wtw-featured-client{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:20px;font-weight:400;font-style:normal;line-height:normal;color:rgba(249,245,241,.6);margin-bottom:.5rem;}.wtw-featured-stat{display:flex;align-items:baseline;gap:0;margin-bottom:.15rem;}.wtw-stat-arrow{display:inline-flex;align-self:center;margin-right:.4rem;flex-shrink:0;}.wtw-stat-arrow svg{width:14px;height:18px;stroke:var(--green);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;}.wtw-stat-prefix{font-size:1.4rem;font-weight:400;color:rgba(249,245,241,.5);}.wtw-stat-number{font-size:clamp(3.5rem,7vw,5.5rem);font-weight:400;letter-spacing:-.03em;line-height:1;color:var(--red);}.wtw-stat-suffix{font-size:1.4rem;font-weight:400;color:rgba(249,245,241,.5);margin-left:.1em;}.wtw-featured-label{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:24px;font-weight:500;font-style:normal;line-height:normal;color:#0064ef;margin-bottom:1.25rem;}.wtw-featured-headline{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:clamp(1.5rem,3.5vw,48px);font-weight:500;font-style:normal;line-height:55px;letter-spacing:normal;color:var(--cream);margin-bottom:1.5rem;}.wtw-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.wtw-stat-card{padding:.5rem 0;opacity:0;transform:translateY(30px);}.wtw-card-client{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:20px;font-weight:400;font-style:normal;line-height:normal;color:#232b2f;margin-bottom:.5rem;}.wtw-card-stat{display:flex;align-items:baseline;gap:0;margin-bottom:.15rem;}.wtw-card-stat .wtw-stat-arrow svg{stroke:var(--green);}.wtw-card-stat .wtw-stat-number{color:var(--red);}.wtw-card-stat .wtw-stat-suffix{color:#8a9aa3;}.wtw-card-label{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:24px;font-weight:500;font-style:normal;line-height:normal;color:#0064ef;margin-bottom:.75rem;}.wtw-card-desc{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:24px;font-weight:400;font-style:normal;line-height:normal;color:#011219;margin-bottom:1.25rem;max-width:30ch;}@media(max-width:768px){.wtw-section{padding:3.5rem 1.25rem;}.wtw-featured{grid-template-columns:1fr;}.wtw-featured-img{min-height:220px;}.wtw-featured-body{padding:2rem 1.5rem;}.wtw-stats-row{grid-template-columns:1fr;gap:2.5rem;}}.team-grid-wrap{background:var(--dark);position:relative;}.team-grid-sticky{height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;}.team-grid{--tg-gap:clamp(10px,3vw,40px);--tg-cols:5;--tg-rows:3;width:1400px;max-width:calc(100% - 4rem);display:grid;grid-template-columns:repeat(var(--tg-cols),1fr);grid-template-rows:repeat(var(--tg-rows),auto);gap:var(--tg-gap);position:absolute;top:50%;left:50%;translate:-50% -50%;}.team-grid>.tg-layer{display:grid;grid-column:1/-1;grid-row:1/-1;grid-template-columns:subgrid;grid-template-rows:subgrid;}.team-grid[data-total-images="1"],.team-grid[data-total-images="2"],.team-grid[data-total-images="3"],.team-grid[data-total-images="4"],.team-grid[data-total-images="5"],.team-grid[data-total-images="6"]{--tg-cols:3;--tg-rows:2;}.team-grid[data-total-images="7"],.team-grid[data-total-images="8"],.team-grid[data-total-images="9"],.team-grid[data-total-images="10"],.team-grid[data-total-images="11"],.team-grid[data-total-images="12"]{--tg-cols:5;--tg-rows:2;}.team-grid[data-total-images="13"],.team-grid[data-total-images="14"],.team-grid[data-total-images="15"],.team-grid[data-total-images="16"],.team-grid[data-total-images="17"],.team-grid[data-total-images="18"],.team-grid[data-total-images="19"],.team-grid[data-total-images="20"]{--tg-cols:5;--tg-rows:3;}.team-grid[data-total-images="21"],.team-grid[data-total-images="22"],.team-grid[data-total-images="23"],.team-grid[data-total-images="24"],.team-grid[data-total-images="25"],.team-grid[data-total-images="26"],.team-grid[data-total-images="27"],.team-grid[data-total-images="28"],.team-grid[data-total-images="29"],.team-grid[data-total-images="30"]{--tg-cols:5;--tg-rows:4;}.tg-layer:nth-of-type(1)>div:nth-of-type(1){grid-column:1;grid-row:1;}.tg-layer:nth-of-type(1)>div:nth-of-type(2){grid-column:-2;grid-row:1;}.tg-layer:nth-of-type(1)>div:nth-of-type(3){grid-column:1;grid-row:2;}.tg-layer:nth-of-type(1)>div:nth-of-type(4){grid-column:-2;grid-row:2;}.tg-layer:nth-of-type(1)>div:nth-of-type(5){grid-column:1;grid-row:3;}.tg-layer:nth-of-type(1)>div:nth-of-type(6){grid-column:-2;grid-row:3;}.tg-layer:nth-of-type(1)>div:nth-of-type(n+7){grid-column:1;grid-row:4;}.tg-layer:nth-of-type(2)>div:nth-of-type(1){grid-column:2;grid-row:1;}.tg-layer:nth-of-type(2)>div:nth-of-type(2){grid-column:-3;grid-row:1;}.tg-layer:nth-of-type(2)>div:nth-of-type(3){grid-column:2;grid-row:2;}.tg-layer:nth-of-type(2)>div:nth-of-type(4){grid-column:-3;grid-row:2;}.tg-layer:nth-of-type(2)>div:nth-of-type(5){grid-column:2;grid-row:3;}.tg-layer:nth-of-type(2)>div:nth-of-type(6){grid-column:-3;grid-row:3;}.tg-layer:nth-of-type(2)>div:nth-of-type(n+7){grid-column:2;grid-row:4;}.tg-layer:nth-of-type(3)>div:nth-of-type(1){grid-column:3;grid-row:1;}.tg-layer:nth-of-type(3)>div:nth-of-type(n+2):nth-of-type(-n+3){grid-column:3;grid-row:-1;}.tg-layer:nth-of-type(3)>div:nth-of-type(4){grid-column:3;grid-row:3;}.tg-layer:nth-of-type(3)>div:last-of-type{grid-column:3;grid-row:-2;}.tg-placeholder{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:5px;display:block;}.team-grid .tg-scaler{position:relative;grid-column:3;grid-row:calc(var(--tg-rows)/2 + .5);z-index:2;}.tg-scaler .tg-placeholder,.tg-scaler img{position:absolute;top:50%;left:50%;translate:-50% -50%;object-fit:cover;border-radius:5px;width:100%;height:100%;}.tg-scaler-group{filter:brightness(.58) contrast(1.06) saturate(.92);}.team-content{background:var(--dark);padding:5rem 2.5rem;position:relative;}.team-inner{max-width:1400px;margin:0 auto;}.team-heading{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:clamp(2.5rem,6.25vw,120px);font-weight:500;letter-spacing:-2.4px;line-height:clamp(1.05em,6.5vw,114px);color:var(--cream);margin-bottom:0;}.team-heading em{font-style:normal;color:var(--red);}.team-title-block{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);text-align:center;z-index:10;pointer-events:none;}.team-heading--overlay{display:none;}.team-photo{width:100%;border-radius:5px;overflow:hidden;margin-bottom:4rem;}.team-photo img{width:100%;height:auto;display:block;object-fit:cover;}.team-photo-placeholder{width:100%;aspect-ratio:16/7;background:linear-gradient(135deg,#0a2530 0%,#132830 50%,#0a1e28 100%);border-radius:5px;}.team-yesand{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:3rem;}.team-yesand-text h3{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:clamp(2.5rem,5vw,96px);font-weight:500;letter-spacing:-1.92px;line-height:clamp(1.05em,5vw,90px);color:var(--cream);margin-bottom:1.5rem;}.team-yesand-text h3 em{font-style:normal;color:var(--red);}.team-yesand-text p{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:20px;font-weight:400;line-height:normal;color:var(--body-dim);margin-bottom:1rem;}.team-yesand-text .wtw-btn--red{margin-top:1.5rem;}.team-quote{background:var(--red);border-radius:5px;padding:2.5rem 2.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;height:100%;}.team-quote blockquote{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:clamp(1rem,2vw,1.3rem);font-weight:600;font-style:italic;line-height:1.45;color:var(--cream);margin:0 0 1.5rem;text-align:left;}.team-quote cite{width:100%;font-style:normal;font-size:.88rem;font-weight:400;color:rgba(249,245,241,.8);text-align:left;display:block;line-height:1.5;}.team-quote cite strong{display:block;font-weight:600;color:var(--cream);}@media(max-width:768px){.team-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,auto);width:min(980px,100% - 1.25rem);max-width:calc(100% - 1.25rem);--tg-gap:clamp(7px,2.6vw,14px);}.tg-layer:nth-of-type(1){display:grid;}.tg-layer:nth-of-type(1)>div:nth-of-type(1){grid-column:1;grid-row:1;}.tg-layer:nth-of-type(1)>div:nth-of-type(2){grid-column:3;grid-row:1;}.tg-layer:nth-of-type(1)>div:nth-of-type(3){grid-column:1;grid-row:3;}.tg-layer:nth-of-type(1)>div:nth-of-type(4){grid-column:3;grid-row:3;}.tg-layer:nth-of-type(1)>div:nth-of-type(5){grid-column:1;grid-row:5;}.tg-layer:nth-of-type(1)>div:nth-of-type(6){grid-column:3;grid-row:5;}.tg-layer:nth-of-type(2)>div:nth-of-type(1){grid-column:2;grid-row:1;}.tg-layer:nth-of-type(2)>div:nth-of-type(2){grid-column:1;grid-row:2;}.tg-layer:nth-of-type(2)>div:nth-of-type(3){grid-column:2;grid-row:2;}.tg-layer:nth-of-type(2)>div:nth-of-type(4){grid-column:3;grid-row:2;}.tg-layer:nth-of-type(2)>div:nth-of-type(5){grid-column:1;grid-row:4;}.tg-layer:nth-of-type(2)>div:nth-of-type(6){grid-column:2;grid-row:4;}.tg-layer:nth-of-type(3)>div:first-of-type{grid-column:3;grid-row:4;}.tg-layer:nth-of-type(3)>div:last-of-type{grid-column:2;grid-row:5;}.team-grid .tg-scaler{grid-column:2;grid-row:3;}.team-content{padding:3.5rem 1.25rem;}.team-yesand{grid-template-columns:1fr;}.team-yesand-text h3{font-size:clamp(4rem,14vw,96px);font-weight:500;letter-spacing:-2px;line-height:.95;margin-bottom:1.25rem;}.team-heading{font-size:clamp(4rem,18vw,7.5rem);line-height:.95;letter-spacing:-.045em;}}.testi-section{background:var(--dark);padding:6rem 2.5rem 5rem;text-align:center;position:relative;}.testi-inner{max-width:1400px;margin:0 auto;}.testi-icon{width:61px;height:61px;margin:0 auto 1.5rem;}.testi-icon svg{width:100%;height:100%;}.testi-heading{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:clamp(2.5rem,5vw,96px);font-weight:500;letter-spacing:-1.92px;line-height:clamp(1.05em,5vw,90px);color:var(--cream);margin-bottom:2rem;}.testi-heading em{font-style:normal;color:var(--red);}.testi-intro{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:24px;font-weight:400;line-height:normal;color:var(--body-dim);max-width:52ch;margin:0 auto 4rem;}.testi-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3.5rem;}.testi-card{display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(30px);}.testi-avatar{position:relative;width:180px;height:180px;margin-bottom:1.5rem;}.testi-avatar-img{width:160px;height:160px;border-radius:50%;object-fit:cover;object-position:center;position:absolute;top:10px;left:10px;z-index:2;display:block;}.testi-avatar-img-placeholder{width:160px;height:160px;border-radius:50%;position:absolute;top:10px;left:10px;z-index:2;}.testi-avatar-ring{position:absolute;inset:0;width:180px;height:180px;z-index:1;}.testi-avatar-ring circle{fill:none;stroke-width:5;stroke-linecap:round;}.testi-quote-mark{position:absolute;top:2px;right:2px;z-index:3;opacity:0;transform:translateY(8px);}.testi-quote-svg{display:block;opacity:.45;transition:opacity .6s ease .6s,transform .6s ease .6s;}.testi-card.revealed .testi-quote-mark{opacity:1;transform:translateY(0);}.testi-quote{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:20px;font-weight:400;font-style:italic;line-height:1.5;color:var(--cream);margin-bottom:1.25rem;max-width:30ch;}.testi-name{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:20px;font-weight:500;color:var(--cream);margin-bottom:.25rem;}.testi-role{font-family:"TT Hoves Pro",system-ui,sans-serif;font-size:16px;font-weight:400;color:var(--body-dim);line-height:1.4;}@media(max-width:768px){.testi-cards{grid-template-columns:1fr;gap:3rem;}.testi-heading{line-height:1.05;}}@media(max-width:900px){.tbw-mobile-static{display:flex!important;height:auto;min-height:auto;padding:clamp(4.75rem,10vh,6.25rem) clamp(1rem,3vw,1.5rem) clamp(4.25rem,8vh,5.5rem)!important;text-align:center;}#tbw-snap-wrap,#tbw-progress{display:none!important;}.tbw-mobile-static .tbw-intro-inner{width:100%;max-width:min(100%,46rem);margin-inline:auto;padding-inline:0!important;}.tbw-mobile-static .tbw-headline{width:100%;max-width:none!important;margin-bottom:1.2rem;font-size:clamp(3.6rem,11.5vw,6.25rem)!important;line-height:.92!important;letter-spacing:clamp(-2.4px,-.24vw,-1.25px)!important;color:var(--cream)!important;white-space:normal!important;overflow-wrap:normal;text-wrap:balance;transform:none!important;}.tbw-mobile-static .tbw-headline .red{color:var(--red)!important;}.tbw-mobile-static .tbw-sub{height:auto!important;max-width:30em!important;margin-inline:auto!important;margin-bottom:1rem;font-size:clamp(1.18rem,3.3vw,1.7rem)!important;line-height:1.2!important;opacity:1!important;}.tbw-mobile-static .tbw-body{height:auto!important;max-width:36em!important;margin-inline:auto!important;font-size:clamp(1rem,2.25vw,1.18rem)!important;line-height:1.55!important;opacity:1!important;}}@media(max-width:520px){.tbw-mobile-static{padding-inline:1rem!important;}.tbw-mobile-static .tbw-headline{font-size:clamp(3.35rem,15vw,4.45rem)!important;line-height:.9!important;}.tbw-mobile-static .tbw-sub{max-width:21em!important;}.tbw-mobile-static .tbw-body{max-width:25em!important;}}@media(prefers-reduced-motion:reduce){.scroll-line{animation:none;opacity:.4;}.tbw-dot{transition:none!important;}.tbw-drag-cursor{transition:none!important;}}.footer-cta{padding:150px 80px;}.footer-cta-body{text-align:center;}