:root{--bg-primary:#faf9f6;--bg-secondary:#f2f0eb;--bg-card:#fff;--text-primary:#2b2b2b;--text-secondary:#666;--text-muted:#606060;--text-white:#fff;--accent:#f0d317;--accent-hover:#d4ba14;--accent-subtle:#f0d3171a;--accent-muted:#c4a938;--border:#e8e5de;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 24px #0000000f;--shadow-lg:0 16px 48px #00000014;--whatsapp:#25d366;--whatsapp-dark:#1ebe5a;--font-heading:"Outfit Variable", "Outfit", sans-serif;--font-body:"Inter Variable", "Inter", sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--section-py:96px;--container-px:24px;--container-max:1200px;--ease-out:cubic-bezier(.16, 1, .3, 1);--duration:.3s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);font-size:16px;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}ul,ol{list-style:none}input,textarea{font:inherit;color:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:3000;color:#1a1000;border-radius:var(--radius-sm);background:#f0d317;padding:10px 16px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.form-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.form-status{color:#8b1e1e;min-height:1.5em;font-size:.875rem;line-height:1.45}::selection{background:var(--accent);color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}h4{font-size:clamp(1rem,1.5vw,1.125rem)}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-px);margin:0 auto}.section{padding:var(--section-py) 0;position:relative}.icon{vertical-align:middle;flex-shrink:0;display:inline-block}.btn{font-family:var(--font-heading);border-radius:var(--radius-md);transition:all var(--duration) var(--ease-out);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--accent-muted);color:var(--text-white);box-shadow:var(--shadow-sm)}.btn-primary:hover{color:var(--text-white);box-shadow:var(--shadow-md);background:#b3972f;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-outline{color:var(--text-white);background:0 0;border:1px solid #fff6}.btn-outline:hover{border-color:var(--text-white);background:#ffffff1a;transform:translateY(-2px)}.btn-sm{padding:8px 16px;font-size:.8125rem}.btn-lg{padding:12px 24px;font-size:.9375rem}.header{z-index:1000;width:calc(100% - 48px);max-width:1200px;transition:all var(--duration) var(--ease-out);position:fixed;top:12px;left:50%;transform:translate(-50%)}.header-inner{backdrop-filter:blur(8px);transition:all var(--duration) var(--ease-out);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;justify-content:space-between;align-items:center;padding:6px 24px;display:flex}.header.scrolled .header-inner{-webkit-backdrop-filter:blur(16px);background:#ffffff8c;border-color:#ffffff40;box-shadow:0 8px 32px #00000014}.logo{align-items:center;display:flex}.logo-img{width:auto;height:46px;transition:filter .3s}.nav{gap:32px;margin-left:auto;margin-right:48px;display:flex;position:relative}.nav-link{color:var(--text-white);transition:color var(--duration) var(--ease-out);padding:4px 0;font-size:.9375rem;font-weight:500;position:relative}.nav-link:hover{color:var(--accent)}.header.scrolled .nav-link{color:var(--text-primary)}.header.scrolled .nav-link:hover{color:var(--text-secondary)}.nav-indicator{background:var(--accent);pointer-events:none;opacity:0;border-radius:2px;height:2px;transition:left .38s cubic-bezier(.25,1,.5,1),width .38s cubic-bezier(.25,1,.5,1),opacity .25s,transform .25s;position:absolute;bottom:-4px;transform:scaleX(0)}.header.scrolled .nav-indicator{background:var(--accent-muted)}.nav-indicator.active{opacity:1;transform:scaleX(1)}.nav-whatsapp{color:#24a154;transition:transform .3s ease, color var(--duration) var(--ease-out);justify-content:center;align-items:center;display:flex}.nav-whatsapp:hover{color:#29c661;transform:scale(1.1)}.header.scrolled .nav-whatsapp{color:#1b8b45}.header.scrolled .nav-whatsapp:hover{color:#29c661}.nav-whatsapp svg{transform-origin:50%;animation:8s ease-in-out infinite phone-ring;display:block}.header-cta{margin-right:12px;display:flex}@keyframes phone-ring{0%,85%,to{transform:rotate(0)scale(1)}87%{transform:rotate(0)scale(1.08)}89%{transform:rotate(-8deg)scale(1.08)}91%{transform:rotate(6deg)scale(1.08)}93%{transform:rotate(-5deg)scale(1.08)}95%{transform:rotate(3deg)scale(1.08)}97%{transform:rotate(-1deg)scale(1.08)}99%{transform:rotate(0)scale(1.08)}}.nav-toggle{z-index:1001;color:var(--text-white);display:none}.header.scrolled .nav-toggle{color:var(--text-primary)}.nav-toggle .icon-close,.nav-toggle.active .icon-open{display:none}.nav-toggle.active .icon-close{display:block}.hero{background:var(--text-primary);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-video{object-fit:cover;object-position:center 44%;transform-origin:50%;width:100%;height:100%;transition:opacity .45s var(--ease-out), object-position .5s ease;position:absolute;inset:0;transform:scale(1.1)}.hero-bg img.hero-video{z-index:0}.hero-bg video.hero-video{z-index:1;opacity:0}.hero-bg video.hero-video.is-ready{opacity:1}.hero-overlay{z-index:2;background:linear-gradient(#0009 0%,#0006 50%,#000000b3 100%);position:absolute;inset:0}.hero-content{z-index:1;padding:150px var(--container-px) 60px;flex-direction:column;min-height:100vh;display:flex;position:relative}.hero-text{width:100%;color:var(--text-white);flex-direction:column;flex:1;justify-content:center;display:flex}.hero-text h1{color:var(--text-white)}.hero-copy{transform:translateY(14px)}.hero-badge{border:1px solid var(--accent);border-radius:var(--radius-md);backdrop-filter:blur(8px);color:var(--accent);background:#ffffff1a;align-items:center;gap:8px;width:fit-content;margin-bottom:24px;padding:clamp(6px,1vw,8px) clamp(10px,1.5vw,12px);font-size:clamp(.7rem,1.5vw,.8rem);font-weight:500;display:inline-flex}.hero-badge .icon{color:var(--accent)}.hero-title{max-width:720px;margin-bottom:20px;font-size:clamp(1.75rem,4.2vw,3.25rem);line-height:1.15}.hero-subtitle{color:#ffffffd6;max-width:600px;margin-bottom:64px;font-size:clamp(.9375rem,1.8vw,1.125rem);line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:36px;width:100%;margin-top:16px;display:flex;transform:translateY(32px)}.hero-cta,.hero-trust{flex-wrap:wrap;gap:20px;display:flex}.trust-item{border-radius:var(--radius-md);backdrop-filter:blur(8px);color:#ffffffd6;background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:8px;padding:clamp(6px,1vw,8px) clamp(10px,1.5vw,12px);font-size:clamp(.7rem,1.5vw,.8rem);font-weight:500;display:flex}.trust-item .icon{color:var(--accent)}.floating-whatsapp{z-index:950;color:#fff;background:var(--whatsapp);width:56px;height:56px;transition:transform var(--duration) var(--ease-out), background var(--duration), opacity var(--duration);border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;display:none;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 32px #0d522747}.floating-whatsapp:hover{color:#fff;background:var(--whatsapp-dark);transform:translateY(-3px)}.floating-whatsapp:focus-visible{outline-offset:4px;outline:3px solid #f0d317cc}body.lead-modal-active .floating-whatsapp{opacity:0;pointer-events:none}.lead-modal{width:min(420px,100% - 32px);max-height:calc(100dvh - 32px);color:var(--text-primary);background:0 0;border:0;margin:auto;padding:0;overflow:visible}.lead-modal::backdrop{backdrop-filter:blur(6px);background:#120f0cb8}.lead-modal[open]{animation:leadModalIn .24s var(--ease-out)}@keyframes leadModalIn{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.lead-modal-card{background:var(--bg-card);border:1px solid #ffffffb3;border-radius:20px;max-height:calc(100dvh - 32px);padding:30px;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0000004d}.lead-modal-close{width:38px;height:38px;color:var(--text-secondary);background:var(--bg-secondary);transition:color var(--duration), background var(--duration), transform var(--duration);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}.lead-modal-close:hover{color:var(--text-primary);background:var(--accent-subtle);transform:rotate(4deg)}.lead-modal-heading{margin-bottom:22px;padding-right:32px}.lead-modal-heading h2{margin:4px 0 8px;font-size:1.75rem}.lead-modal-heading>p:last-child{color:var(--text-secondary);font-size:.9rem;line-height:1.55}.lead-modal-kicker{color:var(--accent-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:700}.lead-modal-form{gap:12px;display:grid}.lead-modal-submit{width:100%;min-height:48px}.lead-modal-agreement{align-items:flex-start;margin-top:2px}.lead-modal-agreement .agreement-text{font-size:.75rem;line-height:1.45}.hero-scroll{color:#ffffffb3;flex-direction:column;align-items:center;gap:4px;font-size:.75rem;animation:2s ease-in-out infinite float;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.about{padding-top:var(--section-py);padding-bottom:var(--section-py)}.section-title{margin-bottom:16px;font-size:clamp(1.75rem,3.5vw,2.5rem)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin-bottom:64px;display:grid}.about-text{color:var(--text-secondary);flex-direction:column;gap:12px;font-size:.9375rem;display:flex}.about-content .section-title{margin-bottom:42px}.about-actions{margin-top:16px}.about-actions-mobile{display:none}.about-visuals{flex-direction:column;display:flex}.about-team-photo{aspect-ratio:9/5;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);background:#111;overflow:hidden}.about-team-photo img{object-fit:cover;width:100%;height:100%}.about-carousel-container{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:3/2;background:#111;width:100%;position:relative;overflow:hidden}.about-carousel-track{width:100%;height:100%;position:relative}.about-carousel-slide{opacity:0;visibility:hidden;z-index:1;width:100%;height:100%;transition:opacity .8s ease-in-out,visibility .8s ease-in-out;position:absolute;inset:0}.about-carousel-slide.active{opacity:1;visibility:visible;z-index:2}.about-carousel-slide img{object-fit:cover;width:100%;height:100%;transition:transform 6s linear}.about-carousel-slide.active img{transform:scale(1.08)}.carousel-caption{color:var(--text-white);font-family:var(--font-heading);letter-spacing:.5px;text-shadow:0 1px 3px #0000004d;z-index:3;background:linear-gradient(360deg,#000c 0%,#0006 50%,#0000 100%);padding:24px 24px 16px;font-size:.875rem;font-weight:500;position:absolute;bottom:0;left:0;right:0}.carousel-btn{width:40px;height:40px;color:var(--text-white);backdrop-filter:blur(8px);cursor:pointer;transition:all var(--duration) var(--ease-out);z-index:4;opacity:0;background:#0000004d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.about-carousel-container:hover .carousel-btn{opacity:1}.carousel-btn:hover{background:var(--text-white);color:var(--text-primary);border-color:var(--text-white);box-shadow:var(--shadow-md);transform:translateY(-50%)scale(1.05)}.prev-btn{left:16px}.next-btn{right:16px}.carousel-indicators{z-index:4;gap:8px;display:flex;position:absolute;bottom:16px;right:24px}.indicator-dot{cursor:pointer;width:8px;height:8px;transition:all var(--duration) var(--ease-out);background:#fff6;border-radius:50%}.indicator-dot.active{background:var(--accent);border-radius:4px;width:20px}.stats-grid{grid-template-columns:repeat(6,1fr);gap:12px;width:100%;display:grid}.stat-card{background:var(--bg-secondary);border-radius:var(--radius-md);transition:transform .3s var(--ease-out);flex-direction:column;justify-content:center;padding:12px 14px;display:flex}.stat-card:hover{transform:translateY(-4px)}.stat-number{font-size:clamp(1.5rem,2.8vw,2.25rem);font-family:var(--font-heading);color:var(--accent-muted);flex-wrap:wrap;align-items:baseline;gap:4px;margin-bottom:2px;font-weight:800;line-height:1;display:flex}.stat-number .stat-text{color:var(--text-secondary);font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:500}.stat-number .stat-prefix{color:var(--accent-muted);margin-right:2px;font-weight:800}.stat-star{color:var(--accent-muted);flex-shrink:0;align-self:center;width:clamp(18px,2.5vw,22px);height:clamp(18px,2.5vw,22px);margin-left:2px}.stat-2gis-link{color:var(--text-primary);border-bottom:1px dashed #0003;align-items:center;font-weight:600;transition:color .3s;display:inline-flex}.stat-2gis-link:hover{color:#5cbf26;border-bottom-color:#5cbf26}.stat-2gis-link svg{flex-shrink:0;margin-left:4px;transition:transform .3s}.stat-2gis-link:hover svg{transform:scale(1.15)translateY(-1px)}.stat-title{font-size:1.125rem;font-family:var(--font-heading);margin-bottom:4px;font-weight:700}.stat-desc{color:var(--text-secondary);font-size:.8125rem;line-height:1.4}.stat-card-accent{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm)}@keyframes float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.reveal{opacity:0;animation:fadeUp .8s var(--ease-out) forwards;transform:translateY(20px)}.reveal:first-child{animation-delay:.1s}.reveal:nth-child(2){animation-delay:.2s}.reveal:nth-child(3){animation-delay:.3s}.reveal:nth-child(4){animation-delay:.4s}.reveal:nth-child(5){animation-delay:.5s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (width<=1024px){:root{--section-py:76px;--container-px:20px}.hero-scroll{display:none!important}.nav,.header-cta{display:none}.floating-whatsapp{display:flex}.nav-toggle{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.nav-toggle:hover{background:#ffffff1f}.header.scrolled .nav-toggle:hover{background:var(--bg-secondary)}.nav.open{background:var(--bg-card);z-index:2001;animation:mobileMenuIn .3s var(--ease-out) forwards;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:fixed;inset:0;width:100%!important;height:100%!important;margin:0!important}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.nav.open .nav-link{color:var(--text-primary);border-radius:var(--radius-md);text-align:center;width:100%;padding:12px 32px;font-size:1.375rem;font-weight:600;transition:background .2s,color .2s}.nav.open .nav-link:hover{background:var(--bg-secondary);color:var(--accent-muted)}.mobile-menu-close{display:none}.nav.open .mobile-menu-close{background:var(--bg-secondary);border:1px solid var(--border);width:44px;height:44px;color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:20px;right:20px}.nav.open .mobile-menu-close:hover{background:var(--accent);border-color:var(--accent);transform:rotate(90deg)}.hero-content{padding:130px var(--container-px) 50px;min-height:auto}.hero-text{text-align:center;align-items:center;margin-top:7vh}.hero-title{margin-bottom:16px}.hero-subtitle{margin-bottom:40px}.hero-actions{flex-direction:column;align-items:center;gap:24px}.hero-cta{flex-direction:column;width:100%;max-width:320px;margin:0 auto}.hero-cta .btn{width:100%}.hero-trust{justify-content:center}.hero-video{object-position:80% 44%}.about-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.about-content,.about-text{text-align:center}.about-text p:nth-child(2),.about-actions,.stats-grid .stat-card:first-child,.stats-grid .stat-card:nth-child(4){display:none}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;width:100%}.about-actions-mobile{justify-content:center;margin-top:20px;display:flex}.about-actions-mobile .btn{width:100%;max-width:320px}}@media (width<=640px){:root{--section-py:56px}.hero-content{padding:110px var(--container-px) 30px}.floating-whatsapp{right:16px;bottom:max(16px, env(safe-area-inset-bottom));width:52px;height:52px}.lead-modal-card{border-radius:18px;padding:26px 22px 22px}.lead-modal-heading{margin-bottom:18px;padding-right:28px}.lead-modal-heading h2{font-size:1.5rem}}.accent-brand{color:var(--accent-muted);font-weight:700}.services{background:var(--bg-primary);border-top:1px solid var(--border)}.services-header{text-align:center;margin-bottom:24px}.section-subtitle.text-center{color:var(--text-secondary);text-align:center;margin-top:8px;font-size:1.125rem}.services-tabs-nav{flex-wrap:nowrap;justify-content:space-between;gap:12px;width:100%;margin-bottom:56px;display:flex}.services-tab-btn{text-align:center;font-family:var(--font-heading);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;transition:all var(--duration) var(--ease-out);border:1px solid #0000;border-radius:8px;outline:none;flex:1;padding:11px 0;font-size:clamp(.8125rem,1.1vw,.9375rem);font-weight:600}.services-tab-btn:hover{background:var(--accent-subtle);transform:translateY(-2px)}.services-tab-btn.active{background:var(--bg-card);color:var(--accent-muted);border-color:var(--border);box-shadow:var(--shadow-sm)}.services-tab-btn.active:hover{background:var(--bg-card);box-shadow:var(--shadow-md);transform:translateY(-2px)}.services-panels-container{width:100%}.services-tab-panel{opacity:0;transition:opacity .5s ease-in-out;display:none}.services-tab-panel.active{opacity:1;display:block}.services-grid{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:40px;display:grid}.services-visuals{width:100%}.services-carousel-container{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:3/2;background:#111;width:100%;position:relative;overflow:hidden}.services-carousel-track{width:100%;height:100%;position:relative}.services-carousel-slide{opacity:0;visibility:hidden;z-index:1;width:100%;height:100%;transition:opacity .8s ease-in-out,visibility .8s ease-in-out;position:absolute;inset:0}.services-carousel-slide.active{opacity:1;visibility:visible;z-index:2}.services-carousel-slide img{object-fit:cover;width:100%;height:100%;transition:transform 6s linear}.services-carousel-slide.active img{transform:scale(1.08)}.services-carousel-caption{color:var(--text-white);font-family:var(--font-heading);letter-spacing:.5px;text-shadow:0 1px 3px #0000004d;z-index:3;background:linear-gradient(360deg,#000c 0%,#0006 50%,#0000 100%);padding:24px 24px 16px;font-size:.875rem;font-weight:500;position:absolute;bottom:0;left:0;right:0}.services-carousel-btn{width:40px;height:40px;color:var(--text-white);backdrop-filter:blur(8px);cursor:pointer;transition:all var(--duration) var(--ease-out);z-index:4;opacity:0;background:#0000004d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.services-carousel-container:hover .services-carousel-btn{opacity:1}.services-carousel-btn:hover{background:var(--text-white);color:var(--text-primary);border-color:var(--text-white);box-shadow:var(--shadow-md);transform:translateY(-50%)scale(1.05)}.services-carousel-indicators{z-index:4;gap:8px;display:flex;position:absolute;bottom:16px;right:24px}.services-indicator-dot{cursor:pointer;width:8px;height:8px;transition:all var(--duration) var(--ease-out);background:#fff6;border-radius:50%}.services-indicator-dot.active{background:var(--accent-muted);border-radius:4px;width:20px}.services-info{flex-direction:column;align-items:flex-start;gap:12px;height:100%;padding-top:12px;display:flex}.services-title{font-size:clamp(1.5rem,2.5vw,2.125rem);font-family:var(--font-heading);color:var(--text-primary);font-weight:700}.services-desc{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.services-cta-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-top:auto;padding-top:12px;display:flex}.services-cta-label{color:var(--text-secondary);font-size:.9375rem;font-weight:500}.btn-outline-brand{color:var(--accent-muted);border-radius:var(--radius-md);font-family:var(--font-heading);width:100%;max-width:280px;transition:all var(--duration) var(--ease-out);background:0 0;border:1px solid #c4a93866;justify-content:center;align-items:center;padding:12px 24px;font-size:.875rem;font-weight:600;display:inline-flex}.services-cta-row .btn-outline-brand{margin-right:0}.btn-outline-brand:hover{border-color:var(--accent-muted);background:var(--accent-subtle);color:var(--accent-muted);transform:translateY(-2px)}.btn-outline-brand:active{transform:translateY(0)}.btn-outline-gray{background:var(--bg-card);color:var(--text-primary);border-radius:var(--radius-md);font-family:var(--font-heading);transition:all var(--duration) var(--ease-out);border:1px solid #d1d5db;justify-content:center;align-items:center;padding:12px 32px;font-size:.875rem;font-weight:600;display:inline-flex}.btn-outline-gray:hover{border-color:var(--text-secondary);background:var(--bg-secondary);color:var(--text-primary);transform:translateY(-2px)}.btn-outline-gray:active{transform:translateY(0)}@media (width<=1024px){.services-grid{grid-template-columns:1fr;gap:32px}.services-tabs-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;margin-bottom:36px;padding-bottom:12px;overflow-x:auto}.services-tabs-nav::-webkit-scrollbar{display:none}.services-tab-btn{flex:none;padding:10px 20px;font-size:.875rem}.services-info{text-align:center;align-items:center;gap:12px;height:auto;min-height:360px;padding-top:0}.services-desc{max-width:520px;margin:0 auto;padding:0 12px}.services-cta-row{flex-direction:column;align-items:center;gap:12px;margin-top:8px}.services-cta-row .btn-outline-brand{width:100%;max-width:320px;margin-right:0}}.measure{background:var(--bg-primary);border-top:1px solid var(--border)}.measure-header{text-align:center;margin-bottom:20px}.measure-steps{grid-template-columns:repeat(5,1fr);gap:10px;width:100%;margin-bottom:56px;display:grid}.measure-steps-track{display:contents}.measure-step-card[aria-hidden=true]{display:none!important}.measure-step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--duration) var(--ease-out);align-items:center;gap:8px;padding:8px 12px;display:flex}.measure-step-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent-muted);transform:translateY(-2px)}.step-icon-wrapper{background:var(--accent-subtle);color:var(--accent-muted);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.step-icon-wrapper svg{width:16px;height:16px;display:block}.step-text{color:var(--text-secondary);font-size:.875rem;font-weight:600;line-height:1.3}.measure-grid{grid-template-columns:1fr 1.2fr;align-items:stretch;gap:28px;width:100%;display:grid}.measure-visuals{width:100%;height:100%}.measure-image-container{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#111;width:100%;height:310px;position:relative;overflow:hidden}.measure-image{object-fit:cover;width:100%;height:100%;transition:transform 6s var(--ease-out)}.measure-image-container:hover .measure-image{transform:scale(1.06)}.measure-form-container{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:100%;height:310px;padding:24px}.measure-form{flex-direction:column;gap:10px;width:100%;display:flex}.form-group{width:100%;position:relative}.form-input,.form-textarea{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;font-family:var(--font-body);color:var(--text-primary);transition:all var(--duration) var(--ease-out);outline:none;padding:10px 14px;font-size:.9375rem}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-input:focus,.form-textarea:focus{background:var(--bg-card);border-color:var(--accent-muted);box-shadow:0 0 0 3px var(--accent-subtle)}.form-textarea{resize:vertical}.btn-submit{letter-spacing:.5px;width:100%;padding:11px;font-size:.9375rem;font-weight:700}.form-agreement{width:100%;display:flex}.agreement-label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.agreement-checkbox{width:16px;height:16px;accent-color:var(--accent-muted);cursor:pointer;flex-shrink:0;margin-top:4px}.agreement-text{color:var(--text-secondary);user-select:none;font-size:.75rem;line-height:1.4}.agreement-link{color:var(--accent-muted);transition:color var(--duration) var(--ease-out);font-weight:600;text-decoration:underline}.form-note{color:var(--text-muted);text-align:center;border-top:1px dashed var(--border);margin-top:8px;padding-top:8px;font-size:.725rem;line-height:1.4}.agreement-link:hover{color:var(--accent-hover)}@media (width<=1024px){.measure-grid{grid-template-columns:1fr;align-items:stretch;gap:20px}.measure-visuals,.measure-image-container,.measure-form-container{height:auto}.measure-image-container{aspect-ratio:4/3;min-height:auto;max-height:320px}.measure-steps{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}}@media (width<=768px){.measure-steps{margin-bottom:16px;margin-left:-20px;margin-right:-20px;padding:6px 20px;display:block;overflow:hidden}.measure-steps-track{flex-wrap:nowrap;gap:12px;width:max-content;padding-right:12px;animation:24s linear infinite marquee-scroll;display:flex}.measure-steps-track:hover,.measure-steps-track:active{animation-play-state:paused}.measure-step-card{flex-shrink:0;width:210px;padding:8px 12px}.measure-step-card[aria-hidden=true]{display:flex!important}.measure-form-container{padding:20px 16px}}.success-overlay{backdrop-filter:blur(8px);z-index:2000;opacity:0;transition:opacity .3s var(--ease-out);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.success-overlay.active{opacity:1}.success-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;flex-direction:column;align-items:center;gap:16px;width:calc(100% - 32px);max-width:420px;padding:40px 32px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;transform:scale(.9)translateY(20px)}.success-overlay.active .success-card{transform:scale(1)translateY(0)}.success-icon-box{background:var(--accent-subtle);color:var(--accent-muted);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;display:flex}.success-icon-box svg{display:block}.success-title{font-size:1.5rem;font-family:var(--font-heading);color:var(--text-primary);font-weight:700;line-height:1.2}.success-message{color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.btn-success-close{width:100%;margin-top:8px}.portfolio{background:var(--bg-secondary);overflow:hidden}.portfolio-badge{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-muted);background:var(--accent-subtle);border-radius:var(--radius-full);text-align:center;margin-bottom:12px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block}.portfolio-header{flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.portfolio-slider-container{width:100%;margin:0 auto;position:relative}.portfolio-slider{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:20px;padding:10px 4px 24px;display:flex;overflow-x:auto}.portfolio-slider::-webkit-scrollbar{display:none}.portfolio-card{aspect-ratio:9/16;scroll-snap-align:center;border-radius:var(--radius-lg);background:var(--bg-card);width:270px;height:auto;box-shadow:var(--shadow-md);cursor:pointer;transition:transform .4s var(--ease-out), opacity .4s var(--ease-out), box-shadow .4s var(--ease-out);flex:0 0 270px;position:relative;overflow:hidden;transform:translate(0,0)}.portfolio-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)scale(1.02)}.portfolio-video-wrapper{width:100%;height:100%;position:relative}.portfolio-video-preview{object-fit:cover;width:100%;height:100%;display:block}.portfolio-card-overlay{z-index:2;background:linear-gradient(#0000 0%,#0003 40%,#000c 100%);flex-direction:column;justify-content:space-between;padding:20px;transition:background-color .3s;display:flex;position:absolute;inset:0}.portfolio-card:hover .portfolio-card-overlay{background-color:#00000026}.play-icon-box{-webkit-backdrop-filter:blur(8px);color:#faf9f6;opacity:.95;background:#ffffff26;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .35s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 4px 16px #0003}.play-icon-box svg{margin-left:3px}.portfolio-card:hover .play-icon-box{background:var(--accent);border-color:var(--accent);color:var(--text-primary);opacity:1;transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 20px #ead86473}.portfolio-card-info{pointer-events:none;margin-top:auto}.portfolio-card-tag{text-transform:uppercase;color:var(--accent);border-radius:var(--radius-sm);backdrop-filter:blur(4px);background:#ead86426;margin-bottom:8px;padding:4px 8px;font-size:.75rem;font-weight:600;display:inline-block}.portfolio-card-title{color:var(--text-white);font-size:1.125rem;font-weight:700;line-height:1.3}.portfolio-nav-btn{background:var(--bg-card);border:1px solid var(--border);width:48px;height:48px;color:var(--text-primary);box-shadow:var(--shadow-md);z-index:10;transition:all .3s var(--ease-out);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.portfolio-nav-btn:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-50%)scale(1.08)}.portfolio-nav-btn.prev-btn{left:-24px}.portfolio-nav-btn.next-btn{right:-24px}.portfolio-nav-btn:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.portfolio-modal{z-index:2000;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .35s;display:none;position:fixed;top:0;left:0}.portfolio-modal.active{opacity:1;pointer-events:auto;display:flex}.portfolio-modal-backdrop{-webkit-backdrop-filter:blur(12px);z-index:1;background:#0a0a0a66;width:100%;height:100%;position:absolute;top:0;left:0}.portfolio-modal-content{z-index:5;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);width:90%;max-width:820px;height:70vh;max-height:520px;transition:transform .35s var(--ease-out);position:relative;overflow:hidden;transform:scale(.95);box-shadow:0 24px 64px #0000001f}.portfolio-modal.active .portfolio-modal-content{transform:scale(1)}.portfolio-modal-close{z-index:50;background:var(--bg-secondary);border:1px solid var(--border);width:48px;height:48px;color:var(--text-primary);backdrop-filter:blur(8px);box-shadow:var(--shadow-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.portfolio-modal-close:hover{background:var(--accent);border-color:var(--accent);color:var(--text-primary);transform:rotate(90deg)}.portfolio-modal-nav-btn{z-index:2010;color:#faf9f6;-webkit-backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #0003}.portfolio-modal-nav-btn:hover{background:var(--accent);border-color:var(--accent);color:var(--text-primary);transform:translateY(-50%)scale(1.08);box-shadow:0 0 20px #ead86473}.portfolio-modal-nav-btn.prev-btn{left:24px}.portfolio-modal-nav-btn.next-btn{right:24px}.portfolio-modal-grid{width:100%;height:100%;display:flex}.portfolio-modal-player-column{aspect-ratio:9/16;background:#000;flex:none;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.portfolio-modal-player-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.portfolio-modal-video{object-fit:contain;width:auto;max-width:100%;height:100%;display:block}.portfolio-modal-video-loader{z-index:20;background:#0006;justify-content:center;align-items:center;display:none;position:absolute;inset:0}.portfolio-modal-video-loader.active{display:flex}.loader-spinner{border:3px solid #ffffff26;border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spinner}@keyframes spinner{to{transform:rotate(360deg)}}.portfolio-modal-controls-overlay{z-index:30;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);align-items:center;gap:16px;padding:24px;display:flex;position:absolute;bottom:0;left:0;right:0}.control-play-btn,.control-sound-btn{color:var(--text-white);opacity:.85;transition:all .25s}.control-play-btn:hover,.control-sound-btn:hover{opacity:1;color:var(--accent);scale:1.05}.control-progress-container{cursor:pointer;background:#fff3;border-radius:99px;flex-grow:1;height:5px;transition:height .2s;position:relative}.control-progress-container:hover{height:8px}.control-progress-bar{background:var(--accent);border-radius:99px;width:0%;height:100%;transition:width .1s linear;position:relative}.portfolio-modal-info-column{background:var(--bg-primary);border-left:1px solid var(--border);height:100%;color:var(--text-primary);flex-direction:column;flex:auto;justify-content:space-between;padding:28px 24px;display:flex;overflow:hidden!important}.portfolio-modal-info-content{flex-direction:column;height:100%;display:flex}.info-room-badge{text-transform:uppercase;color:var(--accent-muted);background:var(--accent-subtle);border-radius:var(--radius-sm);letter-spacing:.05em;align-self:flex-start;margin-bottom:12px;padding:6px 12px;font-size:.75rem;font-weight:700}.info-project-title{color:var(--text-primary);margin-bottom:12px;font-size:1.375rem;font-weight:800;line-height:1.25}.info-project-desc{color:var(--text-secondary);margin-bottom:16px;font-size:.875rem;line-height:1.5}.info-specs-list{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.spec-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.spec-label{color:var(--text-secondary);font-size:.8125rem}.spec-value{color:var(--text-primary);font-size:.875rem;font-weight:600}.btn-modal-cta{width:100%;margin-top:auto}@media (width>=1025px){.portfolio-slider{gap:24px;padding:20px calc(50% - 11vw) 40px;scroll-padding:calc(50% - 11vw)}.portfolio-card{opacity:.6;scroll-snap-align:center;flex:0 0 22vw;width:22vw;transform:scale(.8)}.portfolio-card.active-center{opacity:1;z-index:3;transform:scale(.96)}.portfolio-card:hover{opacity:.85;box-shadow:var(--shadow-md);transform:scale(.83)translateY(-4px)}.portfolio-card.active-center:hover{box-shadow:var(--shadow-lg);transform:scale(.98)translateY(-8px)}.portfolio-modal-nav-btn.prev-btn{left:calc(50% - 490px)}.portfolio-modal-nav-btn.next-btn{right:calc(50% - 490px)}}@media (width>=769px) and (width<=1024px){.portfolio-slider{gap:20px;padding:15px 27.5% 30px;scroll-padding:27.5%}.portfolio-card{opacity:.6;scroll-snap-align:center;flex:0 0 45%;width:45%;transform:scale(.8)}.portfolio-card.active-center{opacity:1;z-index:3;transform:scale(.96)}.portfolio-card:hover{opacity:.85;transform:scale(.83)translateY(-4px)}.portfolio-card.active-center:hover{transform:scale(.98)translateY(-8px)}.portfolio-modal-nav-btn.prev-btn{left:24px}.portfolio-modal-nav-btn.next-btn{right:24px}}@media (width<=1024px){.portfolio-nav-btn{display:none}}@media (width<=768px){.portfolio-slider{gap:16px;padding:10px 15% 24px;scroll-padding:15%}.portfolio-card{scroll-snap-align:center;opacity:.6;flex:0 0 70%;width:70%;transform:scale(.8)}.portfolio-card.active-center{opacity:1;z-index:3;transform:scale(.96)}.portfolio-modal-content{width:92%;height:auto;max-height:90vh;overflow:hidden}.portfolio-modal-grid{flex-direction:column;height:auto}.portfolio-modal-player-column{aspect-ratio:9/16;background:#000;flex:none;width:100%;height:auto;max-height:48vh}.portfolio-modal-video{object-fit:cover;width:100%;height:100%}.portfolio-modal-info-column{border-left:none;border-top:1px solid var(--border);background:var(--bg-primary);flex:none;padding:20px 20px 24px;overflow:hidden!important}.portfolio-modal-info-content{height:auto}.info-room-badge{margin-bottom:10px}.info-project-title{margin-bottom:8px;font-size:1.25rem;line-height:1.3}.info-project-desc{margin-bottom:16px;font-size:.8125rem;line-height:1.5}.portfolio-modal-info-column .info-specs-list{display:none!important}.btn-modal-cta{flex-shrink:0;width:100%;margin-top:0}.portfolio-modal-close{color:#faf9f6;-webkit-backdrop-filter:blur(8px);z-index:60;background:#ffffff40;border-color:#ffffff59;flex-shrink:0;width:40px;height:40px;top:15px;right:15px}.portfolio-modal-nav-btn{z-index:2010;flex-shrink:0;width:40px;height:40px}.portfolio-modal-nav-btn.prev-btn{left:10px}.portfolio-modal-nav-btn.next-btn{right:10px}}.portfolio-header{margin-bottom:32px}.portfolio-slider-container{max-width:968px}.portfolio-slider{align-items:center;gap:72px;padding:60px 0;scroll-padding:0}.portfolio-card,.portfolio-card.active-center,.portfolio-card:hover,.portfolio-card.active-center:hover{opacity:.78;flex:0 0 clamp(185px,18.48vw,252px);width:clamp(185px,18.48vw,252px);transform:none}.portfolio-card.active-center{opacity:1;z-index:2;transform:scale(1.2)}.portfolio-card:hover:not(.active-center){opacity:.9;transform:translateY(-6px)}.portfolio-card.active-center:hover{transform:scale(1.2)translateY(-4px)}.portfolio-modal-content{aspect-ratio:9/16;background:#000;width:51.75dvh;max-width:calc(100vw - 48px);height:92dvh;max-height:none}.portfolio-modal-grid,.portfolio-modal-player-column,.portfolio-modal-player-wrapper{aspect-ratio:auto;width:100%;height:100%;max-height:none}.portfolio-modal-grid,.portfolio-modal-player-column{display:block;position:absolute;inset:0}.portfolio-modal-video{object-fit:cover;width:100%;max-width:none;height:100%}@media (width<=768px){.portfolio-header,.portfolio-header .section-title{text-align:center;width:100%}.portfolio-slider-container{max-width:none}.portfolio-slider{gap:16px;width:100vw;margin-left:calc(50% - 50vw);padding:0 12vw 24px;scroll-padding:12vw}.portfolio-card,.portfolio-card:hover:not(.active-center){opacity:.78;flex-basis:76vw;width:76vw;transform:scale(.9)}.portfolio-card.active-center,.portfolio-card.active-center:hover{opacity:1;z-index:2;flex-basis:76vw;width:76vw;transform:scale(1)}.portfolio-modal-content{aspect-ratio:9/16;width:calc(100vw - 32px);height:auto;max-height:calc(100dvh - 32px)}}@media (width>=769px) and (width<=1024px){.portfolio-slider{gap:48px;padding:40px 0}.portfolio-card,.portfolio-card:hover:not(.active-center){opacity:.78;flex-basis:calc(33.3333% - 32px);width:calc(33.3333% - 32px);transform:scale(.84)}.portfolio-card.active-center,.portfolio-card.active-center:hover{opacity:1;z-index:2;flex-basis:calc(33.3333% - 32px);width:calc(33.3333% - 32px);transform:scale(.958)}}.form-textarea.highlight-prefilled{transition:all .3s cubic-bezier(.25,.8,.25,1);background-color:#ead8640d!important;border-color:#ead864!important;box-shadow:0 0 15px #ead86466!important}@keyframes marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.gallery{background:var(--bg-secondary)}.gallery-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.gallery-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:24px;width:100%;padding:8px 4px 20px;display:flex;overflow-x:auto}.gallery-grid::-webkit-scrollbar{display:none}.gallery-indicators{z-index:4;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;display:none}.gallery-indicator-dot{background:var(--border);cursor:pointer;width:8px;height:8px;transition:all var(--duration) var(--ease-out);border-radius:50%}.gallery-indicator-dot.active{background:var(--accent-muted);border-radius:4px;width:20px}.gallery-card{border-radius:var(--radius-lg);aspect-ratio:4/3;cursor:pointer;background:var(--bg-secondary);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);scroll-snap-align:start;flex:0 0 380px;position:relative;overflow:hidden}.gallery-card:hover{box-shadow:var(--shadow-md);transform:translateY(-8px)scale(1.02)}.gallery-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.gallery-card:hover .gallery-img{transform:scale(1.06)}@media (width<=1024px){.gallery-indicators{display:flex}}@media (width<=768px){.gallery-card{flex:0 0 280px;width:280px}}@media (width<=480px){.gallery-card{flex:0 0 85vw;width:85vw;max-width:290px}}.gallery-card-overlay{text-align:center;color:var(--text-white);transition:background-color var(--duration) var(--ease-out);background:linear-gradient(#0000 0%,#1212104d 30%,#121210d9 100%);flex-direction:column;justify-content:flex-end;align-items:center;padding:24px 20px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery-card-tag{text-transform:uppercase;color:var(--accent);letter-spacing:.8px;margin-bottom:6px;font-size:.7rem;font-weight:700}.gallery-card-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;line-height:1.25}.gallery-lightbox{z-index:10000;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity var(--duration) var(--ease-out);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;left:0}.gallery-lightbox.active{opacity:1;pointer-events:auto}.lightbox-backdrop{backdrop-filter:blur(12px);background:#121210f2;width:100%;height:100%;position:absolute;top:0;left:0}.lightbox-close{color:var(--text-white);cursor:pointer;z-index:10002;width:48px;height:48px;transition:background var(--duration) var(--ease-out), transform var(--duration) var(--ease-out);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:24px;right:24px}.lightbox-close:hover{background:#fff3;transform:scale(1.05)}.lightbox-content{z-index:10001;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:auto;max-width:90vw;max-height:80vh;display:flex;position:relative}.lightbox-img{border-radius:var(--radius-lg);border:1px solid #ffffff26;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block;transform:scale(.95);box-shadow:0 24px 60px #000000a6;aspect-ratio:auto!important;object-fit:contain!important;width:auto!important;max-width:90vw!important;height:auto!important;max-height:75vh!important}.gallery-lightbox.active .lightbox-img{transform:scale(1)}.lightbox-nav-btn{z-index:10010;cursor:pointer;-webkit-backdrop-filter:blur(8px);border-radius:50%;outline:none;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 32px #00000080;color:#fff!important;background:#ffffff26!important;border:1px solid #ffffff40!important;display:flex!important}.lightbox-nav-btn:hover{transform:translateY(-50%)scale(1.1);box-shadow:0 0 25px #ead86480;background:var(--accent)!important;border-color:var(--accent)!important;color:var(--text-primary)!important}.lightbox-nav-btn.prev-btn{left:32px!important}.lightbox-nav-btn.next-btn{right:32px!important}@media (width<=768px){.lightbox-nav-btn{width:48px;height:48px}.lightbox-nav-btn.prev-btn{left:16px!important}.lightbox-nav-btn.next-btn{right:16px!important}}.lightbox-caption{font-family:var(--font-heading);color:var(--text-white);text-align:center;text-shadow:0 2px 8px #000c;font-size:1.125rem;font-weight:600}.reviews{background:var(--bg-primary);overflow:hidden}.reviews-layout{grid-template-columns:280px 1fr;align-items:center;gap:160px;width:100%;display:grid}.reviews-info-col{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.reviews-section-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:20px;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;line-height:1.15}.reviews-section-title .accent-brand{color:var(--accent-muted)}.reviews-section-subtitle{color:var(--text-secondary);margin-bottom:24px;font-size:.875rem;line-height:1.6}.reviews-platforms-row{gap:12px;display:flex}.platform-icon-btn{background:var(--bg-card);border:1px solid var(--border);width:44px;height:44px;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:all var(--duration) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;display:flex}.platform-icon-btn:hover{border-color:var(--accent-muted);color:var(--accent-muted);box-shadow:var(--shadow-md);transform:translateY(-3px)}.reviews-slider-col{width:100%;min-width:0;position:relative;overflow:visible}.reviews-slider-container{border-radius:var(--radius-lg);align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.reviews-slider-track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:24px;width:100%;padding:10px 4px;display:flex;overflow-x:auto}.reviews-slider-track::-webkit-scrollbar{display:none}.reviews-slider-track .review-card{scroll-snap-align:start;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:340px;box-shadow:var(--shadow-sm);transition:all var(--duration) var(--ease-out);flex-direction:column;flex:0 0 340px;gap:14px;padding:24px;display:flex}.reviews-slider-track .review-card:hover{box-shadow:var(--shadow-md);border-color:#c4a9384d;transform:translateY(-4px)}.review-top{justify-content:space-between;align-items:center;display:flex}.review-user{align-items:center;gap:10px;display:flex}.user-avatar{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:700;display:flex}.user-info{flex-direction:column;display:flex}.user-name{font-family:var(--font-heading);color:var(--text-primary);font-size:.875rem;font-weight:700}.review-date{color:var(--text-muted);font-size:.7rem}.platform-badge{border-radius:var(--radius-full);letter-spacing:.5px;text-transform:uppercase;padding:3px 8px;font-size:.6rem;font-weight:700}.platform-badge.platform-2gis{color:#28b15b;background:#28b15b1a;border:1px solid #28b15b33}.platform-badge.platform-instagram{color:#e1306c;background:#e1306c1a;border:1px solid #e1306c33}.review-rating{color:#ead864;letter-spacing:2px;font-size:1.15rem;line-height:1}.review-text{color:var(--text-secondary);flex-grow:1;font-size:.775rem;font-style:italic;line-height:1.55}.reviews-slider-nav{background:var(--bg-card);border:1px solid var(--border);width:36px;height:36px;color:var(--text-primary);box-shadow:var(--shadow-sm);z-index:10;transition:all var(--duration) var(--ease-out);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.reviews-slider-nav:hover{background:var(--accent);border-color:var(--accent);color:var(--text-primary);box-shadow:var(--shadow-md);transform:translateY(-50%)scale(1.08)}.reviews-slider-nav.prev-btn{left:-24px!important}.reviews-slider-nav.next-btn{right:-24px!important}@media (width<=1024px){.reviews-layout{grid-template-columns:1fr;gap:40px}.reviews-info-col{text-align:center;align-items:center}.reviews-slider-nav.prev-btn{left:10px!important}.reviews-slider-nav.next-btn{right:10px!important}.reviews-slider-track .review-card{flex:0 0 320px;width:320px}}@media (width<=768px){.reviews-slider-nav{display:none!important}.reviews-slider-track{gap:16px;padding:10px 16px}.reviews-slider-track .review-card{flex:0 0 290px;width:290px}}@media (width<=480px){.reviews-slider-track .review-card{flex:0 0 85vw;width:85vw;max-width:290px}}.faq{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.faq-grid{grid-template-columns:1fr 2fr;align-items:start;gap:120px;display:grid}.faq-info{position:sticky;top:120px}.faq-description{color:var(--text-secondary);margin-top:16px;margin-bottom:24px;font-size:.9375rem;line-height:1.6}.faq-cta-box{background:0 0;border:none;flex-direction:column;gap:16px;padding:0;display:flex}.faq-cta-text{color:var(--text-primary);margin:0;font-size:.875rem;font-weight:500;line-height:1.4}.faq-cta-box .btn-outline-brand{width:100%;max-width:100%}.faq-accordion{flex-direction:column;gap:16px;display:flex}.faq-item{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);transition:all .3s cubic-bezier(.25,.8,.25,1);overflow:hidden}.faq-item:hover{border-color:var(--accent-muted);box-shadow:var(--shadow-sm)}.faq-trigger{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);font-family:var(--font-heading);background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:20px;padding:16px 24px;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.faq-question{flex:1;line-height:1.4}.faq-icon-wrapper{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.faq-trigger:hover .faq-icon-wrapper{background:var(--accent-subtle);color:var(--accent-muted)}.faq-icon{transition:transform .3s cubic-bezier(.25,.8,.25,1)}.faq-item.active{border-color:var(--accent-muted);box-shadow:var(--shadow-md);background:var(--bg-card)}.faq-item.active .faq-trigger{color:var(--accent-muted)}.faq-item.active .faq-icon-wrapper{background:var(--accent-muted);color:#fff}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-content{max-height:0;transition:max-height .35s cubic-bezier(.25,.8,.25,1);overflow:hidden}.faq-answer{color:var(--text-secondary);padding:0 24px 16px;font-size:.9rem;line-height:1.6}.faq-answer p{margin:0}.faq-item.more-item{opacity:0;display:none;transform:translateY(15px)}.faq-item.more-item.show{animation:.4s cubic-bezier(.25,.8,.25,1) forwards faqSlideDown;display:block}.faq-more-action{justify-content:center;margin-top:12px;display:flex}@keyframes faqSlideDown{0%{opacity:0;display:none;transform:translateY(15px)}1%{opacity:0;display:block;transform:translateY(15px)}to{opacity:1;display:block;transform:translateY(0)}}@media (width<=1024px){.faq-grid{grid-template-columns:1fr;gap:40px;padding:0 16px}.faq-info{text-align:center;position:static}.faq-info .section-title{text-align:center}.faq-cta-box{align-items:center;max-width:360px;margin:0 auto}.faq-trigger{padding:14px 18px;font-size:.95rem}.faq-answer{padding:0 18px 14px;font-size:.875rem}}.footer{color:#6c6a65;font-family:var(--font-body);background:#f9f8f6;border-top:1px solid #1212100f;padding:80px 0 40px}.footer-top-section{flex-direction:column;gap:48px;margin-bottom:48px;display:flex}.footer-get-in-touch{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.footer-git-left{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.footer-logo{font-family:var(--font-heading);letter-spacing:1.5px;color:#121210;font-size:2rem;font-weight:800;line-height:1}.footer-logo .accent-brand{color:var(--accent,#bfa054)}.footer-git-desc{color:#6c6a65;max-width:460px;font-size:.95rem;line-height:1.6}.footer-git-right{flex-direction:column;gap:24px;display:flex}.git-contact-item{align-items:flex-start;gap:18px;display:flex}.git-contact-icon{color:#121210;width:44px;height:44px;transition:all var(--duration) var(--ease-out);background:#12121008;border:1px solid #1212100d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.git-contact-item:hover .git-contact-icon{color:#f9f8f6;background:#121210;border-color:#121210;transform:scale(1.05)}.git-contact-text{flex-direction:column;gap:4px;display:flex}.git-contact-label{font-family:var(--font-heading);color:#121210;font-size:.95rem;font-weight:700}.git-contact-value{color:#6c6a65;transition:color var(--duration) var(--ease-out);font-size:.95rem;line-height:1.4;text-decoration:none}a.git-contact-value:hover{color:var(--accent,#bfa054)}.footer-map-fullwidth{border:1px solid #1212100f;border-radius:16px;width:100%;height:420px;overflow:hidden;box-shadow:0 8px 32px #1212100d}.footer-map-container{width:100%;height:100%}.footer-map-container iframe{filter:none;width:100%;height:100%;transition:opacity .3s;display:block}.footer-social-icons{align-items:center;gap:12px;display:flex}.social-icon-btn{color:#121210;width:38px;height:38px;transition:all var(--duration) var(--ease-out);background:0 0;border:1px solid #1212101a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon-btn:hover{color:#f9f8f6;background:#121210;border-color:#121210;transform:translateY(-2px)}.social-icon-btn svg{transition:transform var(--duration) var(--ease-out);display:block}.social-icon-btn:hover svg{transform:scale(1.05)}.footer-copyright-line{text-align:center;color:#8c8a82;letter-spacing:.2px;border-top:1px solid #1212100f;padding-top:32px;font-size:.825rem}.footer-legal-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:12px;display:flex}.footer-legal-link{color:#8c8a82;transition:color var(--duration) var(--ease-out);font-weight:500;text-decoration:none}.footer-legal-link:hover{color:var(--accent-muted)}.legal-separator{color:#12121026;user-select:none}@media (width<=1024px){.footer{padding:60px 0 32px}.footer-get-in-touch{grid-template-columns:1fr;gap:40px;padding:0 16px}.footer-map-fullwidth{width:calc(100% - 32px);height:350px;margin:0 16px}.footer-copyright-line{margin-top:16px;padding-left:16px;padding-right:16px}}@media (width<=640px){.footer-logo{font-size:1.75rem}.footer-map-fullwidth{height:280px}}@font-face{font-family:Phosphor;src:url(/_astro/Phosphor.DtdjzkpE.woff2)format("woff2"),url(/_astro/Phosphor.BdqudwT5.woff)format("woff"),url(/_astro/Phosphor.CDxgqcPu.ttf)format("truetype"),url(/_astro/Phosphor.BXRFlF4V.svg#Phosphor)format("svg");font-weight:400;font-style:normal;font-display:block}.ph.ph-asclepius:before,.ph.ph-caduceus:before{content:""}.ph.ph-box-arrow-down:before,.ph.ph-archive-box:before{content:""}.ph.ph-file-dashed:before,.ph.ph-file-dotted:before{content:""}.ph.ph-file-magnifying-glass:before,.ph.ph-file-search:before{content:""}.ph.ph-folder:before,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple-dashed:before,.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-infinity:before,.ph.ph-lemniscate:before{content:""}.ph.ph-pulse:before,.ph.ph-activity:before{content:""}.ph.ph-seal:before,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-text-b:before,.ph.ph-text-bolder:before{content:""}.ph.ph-tray-arrow-down:before,.ph.ph-archive-tray:before{content:""}.case-studies{background:var(--bg-primary);padding-block:clamp(64px,6vw,80px);scroll-margin-top:92px;overflow:hidden}.case-studies__heading{text-align:center;margin:0}.case-tabs__hint{display:none}.case-tabs{scroll-behavior:smooth;scroll-snap-type:none;scrollbar-width:none;touch-action:pan-y;user-select:none;cursor:grab;gap:10px;margin-top:clamp(28px,3vw,40px);display:flex;overflow-x:auto}.case-tabs::-webkit-scrollbar{display:none}.case-tabs.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.case-tab{border-radius:var(--radius-sm);min-height:52px;color:var(--text-muted);background:var(--bg-secondary);font-family:var(--font-heading);transition:color var(--duration) var(--ease-out), background-color var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out);border:1px solid #0000;flex:0 0 clamp(168px,16.5vw,196px);padding:10px 12px;font-size:.875rem;font-weight:600;line-height:1.2}.case-tab:hover{color:var(--text-secondary);background:#eeece6}.case-tab.is-active{color:var(--accent-muted);background:var(--bg-card);border-color:var(--accent-muted)}.case-tab:focus-visible,.case-gallery__viewport:focus-visible,.case-stage__nav:focus-visible,.case-compare__range:focus-visible,.case-action:focus-visible{outline-offset:3px;outline:3px solid #c4a93857}.case-layout{grid-template-columns:minmax(0,1.58fr) minmax(350px,1fr);align-items:stretch;gap:clamp(28px,3vw,42px);margin-top:clamp(24px,2.6vw,34px);display:grid}.case-media{grid-template-rows:auto auto;gap:10px;min-width:0;display:grid}.case-stage{border-radius:var(--radius-md);background:var(--bg-secondary);isolation:isolate;width:100%;height:clamp(360px,38vw,430px);position:relative;overflow:hidden}.case-compare{touch-action:pan-y;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.case-compare[hidden],.case-stage__photo[hidden]{display:none}.case-stage__photo{object-fit:cover;width:100%;height:100%}.case-stage__navigation{z-index:7;pointer-events:none;position:absolute;inset:0}.case-stage__nav{width:40px;height:40px;color:var(--text-white);opacity:.72;box-shadow:var(--shadow-sm);backdrop-filter:blur(8px);pointer-events:auto;transition:opacity var(--duration) var(--ease-out), background-color var(--duration) var(--ease-out), transform var(--duration) var(--ease-out);background:#1c19166b;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1rem;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.case-stage__nav:hover{opacity:1;background:#1c1916ad;transform:translateY(-50%)scale(1.03)}.case-stage__nav i{display:block}.case-stage__nav--previous{left:14px}.case-stage__nav--next{right:14px}.case-compare__image{object-fit:cover;object-position:center;user-select:none;pointer-events:none;width:100%;max-width:none;height:100%;position:absolute;inset:0}.case-compare__after{clip-path:inset(0 0 0 var(--compare-position));will-change:clip-path;position:absolute;inset:0}.case-compare__label{z-index:4;min-height:34px;color:var(--text-white);font-family:var(--font-heading);backdrop-filter:blur(8px);background:#1c1916b3;border-radius:8px;align-items:center;padding:7px 13px;font-size:.8125rem;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:16px}.case-compare__label--before{left:16px}.case-compare__label--after{color:#fff;background:#c4a938f0;right:16px}.case-compare__divider{z-index:3;top:0;bottom:0;left:var(--compare-position);pointer-events:none;background:#fffffff2;width:2px;position:absolute;transform:translate(-1px)}.case-compare__handle{z-index:4;top:50%;left:var(--compare-position);border-radius:var(--radius-full);width:68px;height:32px;color:var(--text-primary);font-family:var(--font-heading);letter-spacing:.01em;box-shadow:var(--shadow-md);pointer-events:none;background:#fffffff5;border:1px solid #1212101a;justify-content:center;align-items:center;font-size:.6875rem;font-weight:600;display:inline-flex;position:absolute;transform:translate(-50%,-50%)}.case-compare__range{z-index:5;appearance:none;cursor:ew-resize;opacity:1;background:0 0;width:100%;height:100%;margin:0;position:absolute;inset:0}.case-compare__range::-webkit-slider-runnable-track{background:0 0;width:100%;height:100%}.case-compare__range::-webkit-slider-thumb{appearance:none;background:0 0;border:0;border-radius:50%;width:68px;height:40px}.case-compare__range::-moz-range-track{background:0 0;height:100%}.case-compare__range::-moz-range-thumb{background:0 0;border:0;border-radius:50%;width:68px;height:40px}.case-gallery{min-width:0}.case-gallery__viewport{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-y;user-select:none;cursor:grab;width:100%;overflow-x:auto}.case-gallery__viewport::-webkit-scrollbar{display:none}.case-gallery__viewport.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.case-gallery__track{gap:10px;display:flex}.case-gallery__track:after{content:"";flex:0 0 40%}.case-thumbnail{aspect-ratio:2.35;background:var(--bg-secondary);scroll-snap-align:start;transition:border-color var(--duration) var(--ease-out), opacity var(--duration) var(--ease-out);border:2px solid #0000;border-radius:8px;flex:0 0 calc(27.3973% - 8.21918px);margin:0;padding:0;position:relative;overflow:hidden}.case-thumbnail:not(.is-active){opacity:.76}.case-thumbnail:hover{opacity:1}.case-thumbnail.is-active{border-color:var(--accent-muted);opacity:1}.case-thumbnail img{object-fit:cover;pointer-events:none;width:100%;height:100%}.case-thumbnail__badge{color:var(--text-white);backdrop-filter:blur(6px);background:#1c1916c2;border-radius:6px;padding:4px 7px;font-size:.625rem;font-weight:600;line-height:1;position:absolute;bottom:7px;left:7px}.case-info{flex-direction:column;min-width:0;padding-top:10px;display:flex}.case-info__header{width:100%}.case-info__header h3{letter-spacing:-.025em;margin:0 0 10px;font-size:clamp(1.75rem,2.6vw,2.25rem);line-height:1.08}.case-info__header p{width:100%;color:var(--text-secondary);font-size:.9375rem;line-height:1.55}.case-specs{margin-top:clamp(20px,2.2vw,28px)}.case-specs__row{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-height:46px;display:grid}.case-specs__row dt{color:var(--text-secondary);font-size:.875rem}.case-specs__row dd{color:var(--text-primary);text-align:right;margin:0;font-size:.875rem;font-weight:600}.case-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:auto;margin-bottom:14px;padding-top:16px;display:grid}.case-action{border:1px solid #0000;border-radius:8px;width:100%;min-height:52px;padding-inline:14px;font-size:.875rem}.case-action--secondary{color:var(--accent-muted);background:var(--bg-card);border-color:var(--accent-muted)}.case-action--secondary:hover{color:#8e7827;background:var(--accent-subtle);transform:translateY(-2px)}@media (width<=1020px){.case-tabs{padding-inline:calc(50% - 84px)}.case-layout{grid-template-columns:minmax(0,1.4fr) minmax(320px,1fr);gap:26px}.case-info__header h3{font-size:1.75rem}.case-specs{margin-top:20px}.case-specs__row{min-height:44px}.case-actions{padding-top:18px}.case-action{min-height:48px;font-size:.8125rem}}@media (width<=860px){.case-layout{grid-template-columns:1fr;gap:28px}.case-stage{aspect-ratio:3/2;height:auto}.case-info__header h3{margin-top:0;font-size:clamp(1.625rem,5vw,2rem)}.case-actions{margin-top:28px;margin-bottom:0}}@media (width<=600px){.case-studies{--case-mobile-gutter:var(--container-px)}.case-tabs{width:calc(100% + (var(--case-mobile-gutter) * 2));margin-inline:calc(var(--case-mobile-gutter) * -1);gap:8px;padding-inline:calc(50% - 21vw)}.case-tabs__hint{color:var(--text-muted);text-align:center;margin:22px 0 -18px;font-size:.75rem;line-height:1.4;display:block}.case-tab{scroll-snap-align:start;flex-basis:42vw;min-width:132px;min-height:46px}.case-layout{margin-top:24px}.case-stage{aspect-ratio:4/3;border-radius:10px}.case-stage__nav{width:36px;height:36px;font-size:.9375rem}.case-stage__nav--previous{left:10px}.case-stage__nav--next{right:10px}.case-compare__label{min-height:30px;padding:6px 10px;top:12px}.case-compare__label--before{left:12px}.case-compare__label--after{right:12px}.case-gallery__viewport{width:calc(100% + var(--case-mobile-gutter));margin-right:calc(var(--case-mobile-gutter) * -1);padding-right:0}.case-thumbnail{aspect-ratio:1.85;flex-basis:34%}.case-info{gap:0}.case-info__header p{font-size:.875rem}.case-specs{margin-top:22px}.case-specs__row{gap:16px;min-height:49px}.case-specs__row dt,.case-specs__row dd{font-size:.8125rem}.case-actions{grid-template-columns:1fr;gap:10px;margin-top:24px;padding-top:0}.case-action{min-height:50px}}@media (prefers-reduced-motion:reduce){.case-tab,.case-thumbnail,.case-action{transition:none}.case-gallery__viewport,.case-tabs{scroll-behavior:auto}}@font-face{font-family:Phosphor;src:url(/_astro/Phosphor.DtdjzkpE.woff2)format("woff2"),url(/_astro/Phosphor.BdqudwT5.woff)format("woff"),url(/_astro/Phosphor.CDxgqcPu.ttf)format("truetype"),url(/_astro/Phosphor.BXRFlF4V.svg#Phosphor)format("svg");font-weight:400;font-style:normal;font-display:block}.ph.ph-asclepius:before,.ph.ph-caduceus:before{content:""}.ph.ph-box-arrow-down:before,.ph.ph-archive-box:before{content:""}.ph.ph-file-dashed:before,.ph.ph-file-dotted:before{content:""}.ph.ph-file-magnifying-glass:before,.ph.ph-file-search:before{content:""}.ph.ph-folder:before,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple-dashed:before,.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-infinity:before,.ph.ph-lemniscate:before{content:""}.ph.ph-pulse:before,.ph.ph-activity:before{content:""}.ph.ph-seal:before,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-text-b:before,.ph.ph-text-bolder:before{content:""}.ph.ph-tray-arrow-down:before,.ph.ph-archive-tray:before{content:""}.pricing{border-block:1px solid var(--border);background:#faf9f6;padding:clamp(56px,6vw,76px) 0;scroll-margin-top:96px}.pricing-header{text-align:center;max-width:900px;margin:0 auto 30px}.pricing-header .section-title{letter-spacing:-.035em;margin:0;font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.1}.pricing-header p{color:var(--text-secondary);margin:12px auto 0;font-size:.9rem;line-height:1.55}.pricing-calculator{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 18px 45px #1a191612}.pricing-options{grid-template-columns:repeat(4,minmax(0,1fr));padding:30px 10px 28px;display:grid}.pricing-option-group{border:0;border-right:1px solid var(--border);align-content:start;gap:14px;min-width:0;padding:0 24px;display:grid}.pricing-option-group:last-child{border-right:0}.pricing-option-group legend{min-height:36px;color:var(--text-primary);align-items:center;gap:10px;margin-bottom:0;font-size:.88rem;font-weight:750;line-height:1.25;display:flex}.pricing-group-icon{width:34px;height:34px;color:var(--accent-muted);background:var(--accent-subtle);border:1px solid #c4a93833;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1.08rem;display:inline-flex}.pricing-control{color:var(--text-secondary);gap:7px;margin-top:0;font-size:.73rem;line-height:1.3;display:grid}.pricing-input-shell,.pricing-select-shell{border:1px solid var(--border);min-width:0;min-height:46px;transition:border-color var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);background:#fbfaf7;border-radius:9px;align-items:center;display:flex;position:relative;overflow:hidden}.pricing-input-shell:focus-within,.pricing-select-shell:focus-within{border-color:var(--accent-muted);box-shadow:0 0 0 3px var(--accent-subtle)}.pricing-input-shell input,.pricing-select-shell select{width:100%;min-width:0;min-height:44px;color:var(--text-primary);font:inherit;background:0 0;border:0;outline:0;padding:10px 38px 10px 13px;font-size:.82rem;font-weight:550}.pricing-input-shell>span{color:var(--text-secondary);pointer-events:none;font-size:.7rem;font-weight:650;position:absolute;right:13px}.pricing-select-shell select{appearance:none;cursor:pointer}.pricing-select-shell>.ph{color:var(--text-muted);pointer-events:none;font-size:.8rem;position:absolute;right:12px}.pricing-stepper-row{grid-template-columns:minmax(0,1fr) 96px;gap:8px;display:grid}.pricing-input-shell--compact input{padding-right:42px}.pricing-stepper{border:1px solid var(--border);background:#fbfaf7;border-radius:9px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.pricing-stepper button{min-width:0;color:var(--text-muted);cursor:pointer;transition:color var(--duration) var(--ease-out), background-color var(--duration) var(--ease-out);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.pricing-stepper button+button{border-left:1px solid var(--border)}.pricing-stepper button:hover:not(:disabled){color:var(--accent-muted);background:var(--accent-subtle)}.pricing-stepper button:disabled{cursor:not-allowed;opacity:.4}.pricing-toggle-list{gap:16px;margin-top:6px;display:grid}.pricing-toggle{color:var(--text-secondary);cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;font-size:.75rem;line-height:1.3;display:grid}.pricing-toggle>span:first-child{align-items:center;gap:7px;min-width:0;display:flex}.pricing-toggle>span:first-child>.ph{display:none}.pricing-toggle input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.pricing-switch{width:38px;height:22px;transition:background-color var(--duration) var(--ease-out);background:#deddd9;border-radius:999px;flex:none;position:relative}.pricing-switch:after{content:"";width:16px;height:16px;transition:transform var(--duration) var(--ease-out);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000029}.pricing-toggle input:checked+.pricing-switch{background:var(--accent-muted)}.pricing-toggle input:checked+.pricing-switch:after{transform:translate(16px)}.pricing-toggle input:focus-visible+.pricing-switch{outline-offset:3px;outline:3px solid #c4a93857}.pricing-result{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);margin:0 34px;padding:30px 0 32px;display:grid}.pricing-result-main{min-width:0;padding:0 34px 0 0}.pricing-result-label{color:var(--text-primary);align-items:center;gap:5px;margin:0;font-size:.82rem;font-weight:700;display:flex}.pricing-result-label .ph{color:var(--text-muted);font-size:.9rem}.pricing-result-total{color:var(--accent-muted);font-family:var(--font-heading);font-variant-numeric:tabular-nums;letter-spacing:-.04em;margin-top:9px;font-size:clamp(2rem,3.7vw,3rem);font-weight:750;line-height:1;display:block}.pricing-result-meta{color:var(--text-secondary);margin:20px 0 0;font-size:.72rem;line-height:1.55}.pricing-result-meta strong{color:var(--text-primary);font-weight:650}.pricing-cta{border-radius:8px;width:min(100%,390px);min-height:48px;margin-top:20px;font-size:.87rem}.pricing-result-note{color:var(--text-muted);align-items:center;gap:7px;margin:13px 0 0;font-size:.65rem;line-height:1.4;display:flex}.pricing-result-note .ph{color:var(--accent-muted);font-size:1rem}.pricing-breakdown-wrap{border-left:1px solid var(--border);min-width:0;padding-left:34px}.pricing-breakdown-wrap h3{margin:0 0 15px;font-size:.86rem}.pricing-breakdown{gap:2px;display:grid}.pricing-breakdown>div{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:38px;display:grid}.pricing-breakdown dt{min-width:0;color:var(--text-secondary);align-items:center;gap:10px;font-size:.72rem;display:flex}.pricing-breakdown dt .ph{color:var(--text-primary);font-size:1rem}.pricing-breakdown dd{color:var(--text-primary);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:.73rem;font-weight:700}.pricing-breakdown-total{border-top:1px solid var(--border);color:var(--text-primary);justify-content:space-between;align-items:center;gap:18px;margin-top:13px;padding-top:17px;font-size:.86rem;font-weight:700;display:flex}.pricing-breakdown-total strong{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1rem}.pricing-disclaimer{color:var(--text-muted);align-items:flex-start;gap:7px;margin:14px 20px 0;font-size:.65rem;line-height:1.45;display:flex}.pricing-disclaimer .ph{margin-top:1px;font-size:.9rem}@media (width<=1050px){.pricing-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 0}.pricing-option-group:nth-child(2){border-right:0}.pricing-option-group:nth-child(n+3){padding-top:4px}}@media (width<=760px){.pricing-result{grid-template-columns:1fr}.pricing-result-main{padding-right:0}.pricing-breakdown-wrap{border-top:1px solid var(--border);border-left:0;margin-top:28px;padding:26px 0 0}}@media (width<=600px){.pricing{padding:52px 0}.pricing-header{margin-bottom:22px}.pricing-header .section-title{font-size:clamp(1.75rem,8vw,2.1rem)}.pricing-header p{font-size:.82rem}.pricing-calculator{border-radius:var(--radius-lg)}.pricing-options{grid-template-columns:minmax(0,1fr);gap:0;padding:8px 16px}.pricing-option-group,.pricing-option-group:nth-child(n+3){border-right:0;border-bottom:1px solid var(--border);padding:22px 0}.pricing-option-group:last-child{border-bottom:0}.pricing-option-group legend{min-height:34px}.pricing-toggle>span:first-child>.ph{color:var(--accent-muted);display:inline-block}.pricing-result{margin:0 16px;padding:26px 0}.pricing-result-total{font-size:clamp(1.85rem,9vw,2.45rem)}.pricing-cta{width:100%}.pricing-breakdown>div{gap:10px}.pricing-breakdown dt{font-size:.7rem}.pricing-breakdown dd{font-size:.68rem}.pricing-breakdown-total{flex-direction:column;align-items:flex-start;gap:7px}.pricing-disclaimer{margin-inline:4px}}@media (prefers-reduced-motion:reduce){.pricing-input-shell,.pricing-select-shell,.pricing-stepper button,.pricing-switch,.pricing-switch:after{transition:none}}@font-face{font-family:Phosphor;src:url(/_astro/Phosphor.DtdjzkpE.woff2)format("woff2"),url(/_astro/Phosphor.BdqudwT5.woff)format("woff"),url(/_astro/Phosphor.CDxgqcPu.ttf)format("truetype"),url(/_astro/Phosphor.BXRFlF4V.svg#Phosphor)format("svg");font-weight:400;font-style:normal;font-display:block}.ph{speak:never;font-variant:normal;text-transform:none;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before,.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before,.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before,.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before,.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before,.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before,.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before,.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before,.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before,.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}.section.measure-process{background:var(--bg-primary);padding-block:clamp(64px,7vw,88px);scroll-margin-top:96px;overflow:clip}.measure-process>.container{min-width:0}.measure-process__header{text-align:center;margin:0 auto clamp(26px,3vw,36px)}.measure-process__header .section-title{letter-spacing:-.025em;margin:0;font-size:clamp(1.875rem,3.4vw,2.5rem);line-height:1.12}.measure-process__header .accent-brand{color:var(--accent-muted)}.measure-process__steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(34px,4vw,48px);width:100%;margin:0 0 clamp(26px,3vw,34px);display:grid}.measure-process__step{min-width:0;position:relative}.measure-process__step-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);height:100%;min-height:108px;box-shadow:var(--shadow-sm);transition:border-color var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out), transform var(--duration) var(--ease-out);grid-template-columns:44px minmax(0,1fr);align-items:center;gap:13px;padding:16px;display:grid}.measure-process__step.is-current .measure-process__step-card{border-color:var(--accent-muted);box-shadow:0 8px 24px #c4a9381f}.measure-process__step-icon{width:44px;height:44px;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;line-height:1;display:inline-flex}.measure-process__step.is-current .measure-process__step-icon{color:var(--accent-muted);background:var(--accent-subtle);border-color:#c4a93842}.measure-process__step-copy{min-width:0}.measure-process__step-copy h3{margin:0;font-size:.9rem;line-height:1.25}.measure-process__step-copy p{color:var(--text-secondary);margin:6px 0 0;font-size:.75rem;line-height:1.45}.measure-process__connector{z-index:2;color:var(--text-muted);justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex;position:absolute;top:50%;right:calc(clamp(34px,4vw,48px)/-1.38889);transform:translateY(-50%)}.measure-process__arrow-down{display:none}.measure-process__surface{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);min-width:0;box-shadow:var(--shadow-sm);grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);display:grid;overflow:hidden}.measure-process__details,.measure-process__form-side{min-width:0;padding:clamp(24px,3vw,32px)}.measure-process__details h3{margin:0;font-size:1.125rem;line-height:1.3}.measure-process__checklist{gap:10px;margin-top:18px;display:grid}.measure-process__checklist li{color:var(--text-secondary);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;font-size:.875rem;line-height:1.45;display:grid}.measure-process__checklist i{color:var(--accent-muted);margin-top:2px;font-size:1rem;line-height:1}.measure-process__outcomes-title{margin-top:24px!important}.measure-process__outcomes{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.measure-process__outcomes li{min-width:0;color:var(--text-secondary);grid-template-columns:26px minmax(0,1fr);align-items:start;gap:9px;font-size:.72rem;line-height:1.45;display:grid}.measure-process__outcomes i{color:var(--accent-muted);font-size:1.25rem;line-height:1}.measure-process__form-side{border-left:1px solid var(--border);align-items:center;display:flex}.measure-process .measure-process__form{gap:12px;width:100%;min-width:0;display:grid}.measure-process .form-group{min-width:0}.measure-process .form-input{border:1px solid var(--border);width:100%;min-height:50px;color:var(--text-primary);background:var(--bg-card);transition:border-color var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out), background-color var(--duration) var(--ease-out);border-radius:8px;outline:none;padding:12px 16px;font-size:1rem;line-height:1.35}.measure-process .form-input::placeholder{color:var(--text-muted);opacity:.86}.measure-process .form-input:hover{border-color:#d9d5cb}.measure-process .form-input:focus{border-color:var(--accent-muted);background:var(--bg-card);box-shadow:0 0 0 3px var(--accent-subtle)}.measure-estimate-summary[hidden]{display:none}.measure-estimate-summary:not([hidden]){color:var(--text-secondary);background:var(--accent-subtle);border:1px solid #c4a93847;border-radius:8px;padding:11px 13px;font-size:.8rem;line-height:1.45;display:block}.measure-process .form-agreement{width:100%;display:block}.measure-process .agreement-label{cursor:pointer;grid-template-columns:17px minmax(0,1fr);align-items:start;gap:9px;display:grid}.measure-process .agreement-checkbox{width:17px;height:17px;accent-color:var(--accent-muted);cursor:pointer;margin:2px 0 0}.measure-process .agreement-text{min-width:0;color:var(--text-secondary);font-size:.72rem;line-height:1.45}.measure-process .agreement-link{color:var(--accent-muted);text-underline-offset:2px;font-weight:600;text-decoration:underline}.measure-process .agreement-link:hover{color:#8f7929}.measure-process .btn-submit{width:100%;min-height:50px;color:var(--text-white);background:var(--accent-muted);letter-spacing:0;box-shadow:var(--shadow-sm);transition:background-color var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out), transform var(--duration) var(--ease-out);border-radius:8px;padding:12px 18px;font-size:.9375rem;font-weight:700}.measure-process .btn-submit:hover{color:var(--text-white);box-shadow:var(--shadow-md);background:#a98f2e;transform:translateY(-1px)}.measure-process .btn-submit:active{transform:translateY(0)}.measure-process .btn-submit:disabled{cursor:wait;opacity:.68;transform:none}.measure-process .form-status{color:#8b1e1e;margin:0;font-size:.8rem;line-height:1.45}.measure-process .form-status:empty{display:none}.measure-process .form-note{border-top:1px solid var(--border);color:var(--text-muted);text-align:left;grid-template-columns:18px minmax(0,1fr);gap:8px;margin:2px 0 0;padding-top:10px;font-size:.7rem;line-height:1.45;display:grid}.measure-process .form-note i{color:var(--accent-muted);font-size:1rem;line-height:1}.measure-process__step-card:focus-within,.measure-process .form-input:focus-visible,.measure-process .agreement-checkbox:focus-visible,.measure-process .btn-submit:focus-visible,.measure-process .agreement-link:focus-visible{outline-offset:3px;outline:3px solid #c4a93857}@media (hover:hover){.measure-process__step-card:hover{box-shadow:var(--shadow-md);border-color:#c4a93873;transform:translateY(-2px)}}@media (width<=900px){.measure-process__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 34px}.measure-process__connector{right:-25px}.measure-process__step:nth-child(2n) .measure-process__connector{display:none}.measure-process__surface{grid-template-columns:minmax(0,1fr)}.measure-process__form-side{border-top:1px solid var(--border);border-left:0;width:100%}.measure-process .measure-process__form{width:100%}}@media (width<=600px){.section.measure-process{padding-block:56px}.measure-process>.container{padding-inline:16px}.measure-process__header{margin-bottom:24px}.measure-process__header .section-title{font-size:clamp(1.75rem,8vw,2.1rem)}.measure-process__steps{grid-template-columns:minmax(0,1fr);gap:28px;margin-bottom:28px}.measure-process__step-card{min-height:86px;padding:14px}.measure-process__step:nth-child(2n) .measure-process__connector,.measure-process__step:not(:last-child) .measure-process__connector{display:inline-flex;inset:auto auto -23px 50%;transform:translate(-50%)}.measure-process__arrow-right{display:none}.measure-process__arrow-down{display:inline-block}.measure-process__surface{border-radius:var(--radius-md)}.measure-process__details,.measure-process__form-side{padding:20px 16px}.measure-process__details h3{font-size:1.05rem}.measure-process__outcomes{grid-template-columns:minmax(0,1fr);gap:12px}.measure-process__outcomes li{font-size:.78rem}.measure-process .btn-submit{white-space:normal}}@media (prefers-reduced-motion:reduce){.measure-process__step-card,.measure-process .form-input,.measure-process .btn-submit{transition:none}}
