.lightbox-overlay{z-index:9999;background:#000000eb;justify-content:center;align-items:center;padding:2rem;animation:.2s ease-out lightbox-fade-in;display:flex;position:fixed;inset:0}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-close{z-index:10;color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.75rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.lightbox-close:hover,.lightbox-close:focus-visible{background:#fff3}.lightbox-icon{flex-shrink:0;display:block}.lightbox-icon--close{width:1.25rem;height:1.25rem}.lightbox-icon--arrow{width:1.5rem;height:1.5rem}.lightbox-prev,.lightbox-next{z-index:10;color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev:hover,.lightbox-prev:focus-visible,.lightbox-next:hover,.lightbox-next:focus-visible{background:#fff3}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-content{justify-content:center;align-items:center;width:100%;max-width:90vw;height:85vh;display:flex;position:relative}.lightbox-content img{object-fit:contain}.lightbox-video{aspect-ratio:16/9;width:100%;max-width:90vw;max-height:85vh}.lightbox-video .video-player,.lightbox-video iframe{width:100%;height:100%}.lightbox-counter{color:#fffc;font-size:.9rem;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.lightbox-overlay{animation:none}.lightbox-close,.lightbox-prev,.lightbox-next{transition:none}}
:root{--color-white:#fff;--color-black:#000;--color-primary:#de0512;--color-secondary:var(--color-white);--color-text-primary:var(--color-black);--color-text-secondary:#666;--color-background:var(--color-white);--color-border:var(--color-black);--color-gray:#f5f3f3;--color-primary-light:#f24a54;--color-primary-dark:#a80009;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.25rem;--font-size-3xl:1.5rem;--font-size-4xl:1.75rem;--font-size-5xl:1.75rem;--font-size-6xl:2rem;--font-size-7xl:2.5rem;--font-size-8xl:3rem;--font-size-9xl:3.5rem}@media (min-width:576px){:root{--font-size-xs:.8rem;--font-size-sm:.9rem;--font-size-base:1.02rem;--font-size-lg:1.02rem;--font-size-xl:1.12rem;--font-size-2xl:1.28rem;--font-size-3xl:1.55rem;--font-size-4xl:1.8rem;--font-size-5xl:2.1rem;--font-size-6xl:2.5rem;--font-size-7xl:3rem;--font-size-8xl:3.8rem;--font-size-9xl:5rem}}@media (min-width:768px){:root{--font-size-xs:.85rem;--font-size-sm:.95rem;--font-size-base:1.06rem;--font-size-lg:1.06rem;--font-size-xl:1.16rem;--font-size-2xl:1.34rem;--font-size-3xl:1.62rem;--font-size-4xl:1.9rem;--font-size-5xl:2.3rem;--font-size-6xl:2.7rem;--font-size-7xl:3.2rem;--font-size-8xl:4.2rem;--font-size-9xl:5.5rem}}@media (min-width:992px){:root{--font-size-xs:.87rem;--font-size-sm:.97rem;--font-size-base:1.1rem;--font-size-lg:1.1rem;--font-size-xl:1.2rem;--font-size-2xl:1.38rem;--font-size-3xl:1.68rem;--font-size-4xl:2rem;--font-size-5xl:2.4rem;--font-size-6xl:2.9rem;--font-size-7xl:3.4rem;--font-size-8xl:4.5rem;--font-size-9xl:6rem}}@media (min-width:1200px){:root{--font-size-xs:.9rem;--font-size-sm:1rem;--font-size-base:1.13rem;--font-size-lg:1.13rem;--font-size-xl:1.23rem;--font-size-2xl:1.42rem;--font-size-3xl:1.75rem;--font-size-4xl:2.1rem;--font-size-5xl:2.5rem;--font-size-6xl:3rem;--font-size-7xl:3.6rem;--font-size-8xl:4.8rem;--font-size-9xl:6.4rem}}@media (min-width:1400px){:root{--font-size-xs:.875rem;--font-size-sm:1rem;--font-size-base:1.125rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--font-size-9xl:8rem}}:root{--font-size-h1:var(--font-size-9xl);--font-size-h2:var(--font-size-8xl);--font-size-h3:var(--font-size-5xl);--font-size-h4:var(--font-size-3xl);--font-size-h5:var(--font-size-xl);--font-size-h6:var(--font-size-lg);--navbar-height:calc(2rem + 3.5rem)}.lazy-carousel{width:100%}.lazy-carousel__content{gap:1.5rem;margin-bottom:2rem;display:flex}@media (min-width:576px){.lazy-carousel__content{gap:1rem}}.lazy-carousel__item{flex:1;min-width:0}.lazy-carousel__preload{opacity:0;pointer-events:none;z-index:-1;width:1px;height:1px;position:absolute;top:-9999px;left:-9999px;overflow:hidden}.lazy-carousel__preload-item{width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}
:root{--color-white:#fff;--color-black:#000;--color-primary:#de0512;--color-secondary:var(--color-white);--color-text-primary:var(--color-black);--color-text-secondary:#666;--color-background:var(--color-white);--color-border:var(--color-black);--color-gray:#f5f3f3;--color-primary-light:#f24a54;--color-primary-dark:#a80009;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.25rem;--font-size-3xl:1.5rem;--font-size-4xl:1.75rem;--font-size-5xl:1.75rem;--font-size-6xl:2rem;--font-size-7xl:2.5rem;--font-size-8xl:3rem;--font-size-9xl:3.5rem}@media (min-width:576px){:root{--font-size-xs:.8rem;--font-size-sm:.9rem;--font-size-base:1.02rem;--font-size-lg:1.02rem;--font-size-xl:1.12rem;--font-size-2xl:1.28rem;--font-size-3xl:1.55rem;--font-size-4xl:1.8rem;--font-size-5xl:2.1rem;--font-size-6xl:2.5rem;--font-size-7xl:3rem;--font-size-8xl:3.8rem;--font-size-9xl:5rem}}@media (min-width:768px){:root{--font-size-xs:.85rem;--font-size-sm:.95rem;--font-size-base:1.06rem;--font-size-lg:1.06rem;--font-size-xl:1.16rem;--font-size-2xl:1.34rem;--font-size-3xl:1.62rem;--font-size-4xl:1.9rem;--font-size-5xl:2.3rem;--font-size-6xl:2.7rem;--font-size-7xl:3.2rem;--font-size-8xl:4.2rem;--font-size-9xl:5.5rem}}@media (min-width:992px){:root{--font-size-xs:.87rem;--font-size-sm:.97rem;--font-size-base:1.1rem;--font-size-lg:1.1rem;--font-size-xl:1.2rem;--font-size-2xl:1.38rem;--font-size-3xl:1.68rem;--font-size-4xl:2rem;--font-size-5xl:2.4rem;--font-size-6xl:2.9rem;--font-size-7xl:3.4rem;--font-size-8xl:4.5rem;--font-size-9xl:6rem}}@media (min-width:1200px){:root{--font-size-xs:.9rem;--font-size-sm:1rem;--font-size-base:1.13rem;--font-size-lg:1.13rem;--font-size-xl:1.23rem;--font-size-2xl:1.42rem;--font-size-3xl:1.75rem;--font-size-4xl:2.1rem;--font-size-5xl:2.5rem;--font-size-6xl:3rem;--font-size-7xl:3.6rem;--font-size-8xl:4.8rem;--font-size-9xl:6.4rem}}@media (min-width:1400px){:root{--font-size-xs:.875rem;--font-size-sm:1rem;--font-size-base:1.125rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--font-size-9xl:8rem}}:root{--font-size-h1:var(--font-size-9xl);--font-size-h2:var(--font-size-8xl);--font-size-h3:var(--font-size-5xl);--font-size-h4:var(--font-size-3xl);--font-size-h5:var(--font-size-xl);--font-size-h6:var(--font-size-lg);--navbar-height:calc(2rem + 3.5rem)}.lazy-image{position:relative;overflow:hidden}.lazy-image__img{object-fit:cover;width:100%;height:100%;transition:opacity .3s ease-in-out}
:root{--color-white:#fff;--color-black:#000;--color-primary:#de0512;--color-secondary:var(--color-white);--color-text-primary:var(--color-black);--color-text-secondary:#666;--color-background:var(--color-white);--color-border:var(--color-black);--color-gray:#f5f3f3;--color-primary-light:#f24a54;--color-primary-dark:#a80009;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.25rem;--font-size-3xl:1.5rem;--font-size-4xl:1.75rem;--font-size-5xl:1.75rem;--font-size-6xl:2rem;--font-size-7xl:2.5rem;--font-size-8xl:3rem;--font-size-9xl:3.5rem}@media (min-width:576px){:root{--font-size-xs:.8rem;--font-size-sm:.9rem;--font-size-base:1.02rem;--font-size-lg:1.02rem;--font-size-xl:1.12rem;--font-size-2xl:1.28rem;--font-size-3xl:1.55rem;--font-size-4xl:1.8rem;--font-size-5xl:2.1rem;--font-size-6xl:2.5rem;--font-size-7xl:3rem;--font-size-8xl:3.8rem;--font-size-9xl:5rem}}@media (min-width:768px){:root{--font-size-xs:.85rem;--font-size-sm:.95rem;--font-size-base:1.06rem;--font-size-lg:1.06rem;--font-size-xl:1.16rem;--font-size-2xl:1.34rem;--font-size-3xl:1.62rem;--font-size-4xl:1.9rem;--font-size-5xl:2.3rem;--font-size-6xl:2.7rem;--font-size-7xl:3.2rem;--font-size-8xl:4.2rem;--font-size-9xl:5.5rem}}@media (min-width:992px){:root{--font-size-xs:.87rem;--font-size-sm:.97rem;--font-size-base:1.1rem;--font-size-lg:1.1rem;--font-size-xl:1.2rem;--font-size-2xl:1.38rem;--font-size-3xl:1.68rem;--font-size-4xl:2rem;--font-size-5xl:2.4rem;--font-size-6xl:2.9rem;--font-size-7xl:3.4rem;--font-size-8xl:4.5rem;--font-size-9xl:6rem}}@media (min-width:1200px){:root{--font-size-xs:.9rem;--font-size-sm:1rem;--font-size-base:1.13rem;--font-size-lg:1.13rem;--font-size-xl:1.23rem;--font-size-2xl:1.42rem;--font-size-3xl:1.75rem;--font-size-4xl:2.1rem;--font-size-5xl:2.5rem;--font-size-6xl:3rem;--font-size-7xl:3.6rem;--font-size-8xl:4.8rem;--font-size-9xl:6.4rem}}@media (min-width:1400px){:root{--font-size-xs:.875rem;--font-size-sm:1rem;--font-size-base:1.125rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--font-size-9xl:8rem}}:root{--font-size-h1:var(--font-size-9xl);--font-size-h2:var(--font-size-8xl);--font-size-h3:var(--font-size-5xl);--font-size-h4:var(--font-size-3xl);--font-size-h5:var(--font-size-xl);--font-size-h6:var(--font-size-lg);--navbar-height:calc(2rem + 3.5rem)}.loading-spinner{justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.loading-spinner__spinner{border:3px solid #0000001a;border-top-color:var(--color-black,#000);border-radius:50%;animation:.8s linear infinite spin}.loading-spinner--small .loading-spinner__spinner{border-width:2px;width:24px;height:24px}.loading-spinner--medium .loading-spinner__spinner{border-width:3px;width:40px;height:40px}.loading-spinner--large .loading-spinner__spinner{border-width:4px;width:60px;height:60px}@keyframes spin{to{transform:rotate(360deg)}}
