.sticky-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:70px;background:rgba(10,10,10,.97);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 60px;border-bottom:1px solid rgba(255,215,0,.15);transition:background .3s,box-shadow .3s,border-color .3s}.sticky-header.scrolled{background:rgba(10,10,10,.99);box-shadow:0 2px 30px rgba(0,0,0,.5);border-color:rgba(255,215,0,.25)}.header-logo{flex-shrink:0;display:flex;align-items:center}.header-logo img{height:48px;width:auto;transition:opacity .2s}.header-logo:hover img{opacity:.85}.header-nav{display:flex;align-items:center;gap:24px;margin:0 auto;padding:0 32px}.header-nav a{color:var(--text-light);font-weight:500;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;transition:color .2s;white-space:nowrap;position:relative}.header-nav a::after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width .25s}.header-nav a:hover{color:var(--white)}.header-nav a:hover::after{width:100%}.header-nav a.phone-link{color:var(--gold);font-weight:700;letter-spacing:.08em}.header-nav a.phone-link::after{display:none}.nav-divider{width:1px;height:18px;background:rgba(255,255,255,.12);flex-shrink:0}.header-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;background:var(--gold);color:var(--black);padding:0 20px;height:40px;font-family:"Montserrat",sans-serif;font-weight:800;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.header-cta:hover{background:var(--gold-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(255,215,0,.3)}.header-phone-btn{display:none;width:36px;height:36px;border-radius:50%;background:rgba(255,215,0,.12);border:1.5px solid rgba(255,215,0,.4);align-items:center;justify-content:center;text-decoration:none;transition:all .2s;flex-shrink:0}.header-phone-btn:hover{background:var(--gold)}.hamburger-menu{display:none;flex-direction:column;justify-content:center;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px;margin-left:4px}.hamburger-menu span{display:block;width:24px;height:2px;background:var(--white);transition:transform .3s,opacity .3s,width .3s;transform-origin:center}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:1998;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;right:0;width:300px;max-width:88vw;height:100dvh;background:#141414;z-index:1999;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;border-left:1px solid rgba(255,215,0,.1)}.mobile-nav.active{transform:translateX(0)}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.mobile-nav-logo img{height:38px;width:auto}.mobile-nav-close{width:36px;height:36px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background .2s}.mobile-nav-close:hover{background:rgba(255,255,255,.12)}.mobile-nav-links{padding:12px 0;flex:1}.mobile-nav-links a{display:flex;align-items:center;padding:14px 24px;font-size:.82rem;font-weight:600;color:var(--text-light);letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.05);transition:color .2s,background .2s,padding-left .2s}.mobile-nav-links a:hover{color:var(--white);background:rgba(255,255,255,.03);padding-left:30px}.mobile-nav-links a.phone-link{color:var(--gold);font-weight:700;border-bottom:none}.mobile-nav-footer{padding:20px;flex-shrink:0;border-top:1px solid rgba(255,255,255,.07)}.mobile-nav-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--gold);color:var(--black);padding:15px;font-family:"Montserrat",sans-serif;font-weight:800;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border:none;text-decoration:none;transition:background .2s}.mobile-nav-cta:hover{background:var(--gold-dark)}@media (max-width:1100px){.sticky-header{padding:0 30px}.header-nav{gap:18px;padding:0 20px}}@media (max-width:960px){.header-nav{display:none}.hamburger-menu{display:flex}.header-cta{padding:0 14px;font-size:.7rem;height:36px}}@media (max-width:960px){.header-phone-btn{display:inline-flex}}@media (min-width:961px){.header-phone-btn{display:none}}@media (max-width:640px){.sticky-header{height:60px;padding:0 16px}.header-logo img{height:40px}.header-cta{height:34px;padding:0 12px;font-size:.68rem}}@media (max-width:960px){.header-cta{width:36px;height:36px;padding:0;border-radius:50%;background:rgba(255,215,0,.12);border:1.5px solid rgba(255,215,0,.4);color:var(--gold);display:inline-flex;align-items:center;justify-content:center;gap:0}.header-cta:hover{background:var(--gold);color:var(--black);box-shadow:none;transform:none}.header-cta span{display:none}}@media (max-width:640px){.header-cta{width:34px;height:34px}}.hero{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;background:#000}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0;transition:opacity .6s ease}.hero-video.loaded{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(to bottom,rgba(0,0,0,.75) 0%,rgba(0,0,0,.55) 50%,rgba(0,0,0,.75) 100%),linear-gradient(to bottom,rgba(0,0,0,.4) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.7) 100%)}.hero-scan{position:absolute;top:-100%;left:-20%;width:60%;height:300%;background:linear-gradient(105deg,transparent 0%,transparent 45%,rgba(255,215,0,.03) 47%,rgba(255,215,0,.07) 49%,rgba(255,215,0,.03) 51%,transparent 53%,transparent 100%);z-index:3;animation:heroScan 6s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none}.hero-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:180px;z-index:4;background:linear-gradient(to bottom,transparent,#0a0a0a);pointer-events:none}.hero-wrapper{position:relative;z-index:5;width:100%;max-width:1400px;margin:0 auto;padding:140px 80px 120px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.hero-eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:28px;opacity:0;animation:heroFadeUp .8s ease forwards;animation-delay:.3s}.hero-eyebrow-line{width:48px;height:2px;background:linear-gradient(90deg,#ffd700,#c8900a)}.hero-eyebrow-text{font-family:"Montserrat",sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.35em;text-transform:uppercase;color:#ffd700}.hero-eyebrow-dot{width:5px;height:5px;border-radius:50%;background:#ffd700;opacity:.6}.hero-logo{margin-bottom:22px;opacity:0;animation:heroFadeUp .9s ease forwards;animation-delay:.45s}.hero-logo img{height:90px;width:auto}.hero-headline{font-family:"Bebas Neue",sans-serif;font-size:clamp(4.5rem,12vw,11rem);line-height:.9;letter-spacing:.02em;color:#fff;margin-bottom:30px;position:relative}.hero-headline-line1{display:block;opacity:0;clip-path:inset(0 100% 0 0);animation:heroRevealLine 1s cubic-bezier(.77,0,.18,1) forwards;animation-delay:.6s;text-align:center}.hero-headline-line2{display:block;opacity:0;clip-path:inset(0 100% 0 0);animation:heroRevealLine 1s cubic-bezier(.77,0,.18,1) forwards;animation-delay:.82s}.hero-headline-line3{display:block;opacity:0;clip-path:inset(0 100% 0 0);animation:heroRevealLine 1s cubic-bezier(.77,0,.18,1) forwards;animation-delay:1s}.hero-gold-word{background:linear-gradient(90deg,#c8900a 0%,#ffd700 35%,#fff5a0 55%,#ffd700 75%,#c8900a 100%);background-size:250% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:heroRevealLine 1s cubic-bezier(.77,0,.18,1) forwards,goldSweep 4s ease-in-out 1.5s infinite;animation-delay:.82s,1.5s}.hero-tagline-wrap{margin-bottom:32px;opacity:0;animation:heroFadeUp .8s ease forwards;animation-delay:1.2s}.hero-tagline-wrap img{max-width:560px;height:auto;margin:0 auto;display:block}.hero-copy{font-family:"Montserrat",sans-serif;font-size:1.05rem;font-weight:500;color:rgba(255,255,255,.65);letter-spacing:.05em;margin-bottom:44px;opacity:0;animation:heroFadeUp .8s ease forwards;animation-delay:1.35s}.hero-cta-row{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;opacity:0;animation:heroFadeUp .8s ease forwards;animation-delay:1.5s}.hero-cta{display:inline-flex;align-items:center;gap:12px;background:#ffd700;color:#0a0a0a;padding:18px 40px;font-family:"Montserrat",sans-serif;font-weight:800;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;border:none;cursor:pointer;border-radius:2px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s;box-shadow:0 0 0 0 rgba(255,215,0,0)}.hero-cta::before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:left .45s ease}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(255,215,0,.4)}.hero-cta:hover::before{left:160%}.hero-phone-pill{display:inline-flex;align-items:center;gap:12px;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,215,0,.35);padding:14px 24px;text-decoration:none;transition:background .25s,border-color .25s;border-radius:2px;backdrop-filter:blur(8px)}.hero-phone-pill:hover{background:rgba(255,215,0,.1);border-color:rgba(255,215,0,.7)}.hero-phone-num{font-family:"Montserrat",sans-serif;font-weight:800;font-size:1.05rem;color:#ffd700;letter-spacing:.08em}.hero-phone-sub{font-family:"Montserrat",sans-serif;font-size:.6rem;font-weight:600;color:rgba(255,255,255,.5);letter-spacing:.15em;text-transform:uppercase;margin-top:2px}.hero-scroll{position:absolute;bottom:48px;left:50%;transform:translateX(-50%);z-index:6;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;animation:heroFadeUp .8s ease forwards;animation-delay:2s}.hero-scroll-text{font-family:"Montserrat",sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.4)}.hero-scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,215,0,.7),transparent);animation:heroScrollPulse 2s ease-in-out infinite}.hero-stats{position:absolute;bottom:0;right:0;z-index:6;display:flex;flex-direction:column;gap:0;opacity:0;animation:heroFadeRight .8s ease forwards;animation-delay:1.7s}.hero-stat{padding:18px 40px;background:rgba(0,0,0,.65);border-left:3px solid rgba(255,215,0,.5);backdrop-filter:blur(10px);text-align:right}.hero-stat:first-child{border-top:1px solid rgba(255,215,0,.15)}.hero-stat-num{font-family:"Bebas Neue",sans-serif;font-size:2.2rem;color:#ffd700;line-height:1;letter-spacing:.03em}.hero-stat-label{font-family:"Montserrat",sans-serif;font-size:.65rem;font-weight:700;color:rgba(255,255,255,.55);letter-spacing:.2em;text-transform:uppercase;margin-top:2px}.hero-corner-tl,.hero-corner-br{position:absolute;z-index:4;pointer-events:none;opacity:0;animation:heroFadeUp 1s ease forwards}.hero-corner-tl{top:90px;left:60px;animation-delay:2.2s}.hero-corner-br{bottom:120px;right:60px;animation-delay:2.4s}.hero-corner-svg{width:60px;height:60px}.seo-h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.branded-tagline-img{display:block;margin-bottom:20px}.branded-tagline-img.hero-size{max-width:700px;height:auto}.branded-tagline-img.fanshop-size{max-width:350px;height:auto;margin:0 auto}.branded-tagline-img.cta-size{max-width:400px;height:auto;margin:0 auto 15px;filter:brightness(0)}@media (max-width:1200px){.hero-wrapper{padding:130px 50px 110px}.hero-stats{display:none}.hero-headline{font-size:clamp(4.5rem,10.2vw,9.35rem)}}@media (max-width:768px){.hero-wrapper{padding:66px 20px 52px}.hero-eyebrow{margin-bottom:4px}.hero-logo{margin-bottom:14px}.hero-logo img{height:130px}.hero-headline{font-size:clamp(4.5rem,12vw,11rem);line-height:.9;margin-bottom:14px}.hero-tagline-wrap{margin-bottom:14px}.hero-tagline-wrap img{max-width:260px}.hero-copy{font-size:1.05rem;margin-bottom:10px}.hero-cta-row{flex-direction:row;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.hero-cta{padding:16px 28px;font-size:.9rem}.hero-phone-pill{padding:13px 18px}.hero-phone-num{font-size:1rem}.hero-phone-sub{display:none}.hero-corner-tl,.hero-corner-br{display:none}.hero-scroll{display:none}}.trust-bar{background:var(--navy);padding:40px 60px;border-bottom:1px solid rgba(255,255,255,.1)}.trust-bar-content{max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:80px;flex-wrap:wrap}.trust-item{text-align:center}.trust-item .number{font-family:"Bebas Neue",sans-serif;font-size:3rem;color:var(--gold);line-height:1}.trust-item .label{font-size:.85rem;color:var(--text-light);letter-spacing:.1em;text-transform:uppercase;margin-top:5px}#pricingPage.hidden{display:none}.pp-trust-item{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.55);padding:0 16px;border-right:1px solid rgba(255,255,255,.12)}.pp-trust-item:last-child{border-right:none}.pp-trust-item strong{color:#ffd700}.pp-footer{padding:36px 24px 52px;text-align:center;border-top:1px solid #e8e8e8;margin-top:36px;background:#fff}.pp-footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin-bottom:10px}.pp-footer-links a{font-size:.8rem;color:#888;text-decoration:none;padding:0 12px;border-right:1px solid #ddd;font-weight:600}.pp-footer-links a:last-child{border-right:none}.pp-footer-links a:hover{color:#111}.pp-footer-copy{font-size:.75rem;color:#bbb;font-weight:600}#bookingModal.open{display:flex;animation:bModalIn .25s ease}body.modal-open{overflow:hidden}.bm-dot.done{background:#c9a800}.bm-body .addon-card{padding:14px}.bm-body .addon-img{width:76px;height:64px}.bm-body .addon-name{font-size:1.02rem}.bm-body .addon-desc{font-size:.88rem}.bm-body .tier-card{margin-bottom:2px}.bm-body .tier-img{width:100px}.bm-body .tier-name{font-size:1rem}.bm-body .tier-price{font-size:1.1rem}.bm-body .tier-desc{font-size:.88rem}.bm-body .svc-area-grid{gap:10px}.bm-body .svc-area-img{height:80px}.bm-body .svc-area-name{font-size:1rem}.bm-body .svc-area-desc{font-size:.88rem}.bm-body .specialty-img{width:76px;height:66px}.bm-body .sum-row{font-size:.92rem}.bm-body .cal-day{min-height:44px;font-size:.9rem}.bm-body .time-slot{font-size:.88rem;padding:11px 6px}.form-input.invalid{border-color:var(--red)!important;background:#fff8f8}.pethair-grid.invalid .pethair-card:not(.selected){border-color:var(--red)}.pethair-card.selected{border-color:var(--gold);background:var(--gold-bg)}.pethair-card.selected::after{content:"✓";position:absolute;top:5px;right:7px;font-size:10px;font-weight:900;color:var(--gold)}.vtype-card.selected{border-color:var(--gold);background:var(--gold-bg)}.vtype-card.selected::after{content:"✓";position:absolute;top:5px;right:8px;font-size:11px;font-weight:900;color:var(--gold)}.addon-card{background:#fff;border:2.5px solid var(--border);border-radius:var(--radius-sm);padding:15px 16px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:14px}.addon-card:hover{border-color:var(--gold)}.addon-card.selected{border-color:var(--gold);background:var(--gold-bg)}.addon-img{width:82px;height:68px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#eee}.addon-body{flex:1}.addon-name{font-size:1.05rem;font-weight:900;color:var(--text);margin-bottom:5px}.addon-desc{font-size:.9rem;color:var(--text2);line-height:1.45;font-weight:700}.addon-right{text-align:right;flex-shrink:0}.addon-price{font-size:1.15rem;font-weight:900;color:var(--gold)}.addon-mins{font-size:.82rem;color:var(--text3);margin-top:4px;font-weight:800}.addon-select-btn{display:block;margin-top:8px;width:100%;padding:9px 0;background:#f0f0f0;border:none;border-radius:20px;font-family:inherit;font-size:.82rem;font-weight:900;color:#555;cursor:pointer;text-align:center;transition:background .1s,color .1s;text-transform:uppercase;letter-spacing:.05em}.addon-card.selected .addon-select-btn{background:var(--gold);color:#000}.addon-card:hover .addon-select-btn{background:#e8e8e8}.upgrade-select-btn{display:block;margin-top:10px;width:100%;padding:11px 0;background:var(--gold);border:none;border-radius:20px;font-family:inherit;font-size:.88rem;font-weight:900;color:#000;cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.06em;animation:upgradeGlow 2s ease-in-out infinite}.upgrade-select-btn.selected{background:#16a34a;color:#fff;animation:none}.upgrade-card{background:#fff;border:2.5px solid var(--gold);border-radius:var(--radius-sm);padding:15px 16px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:14px;position:relative;margin-top:8px}.upgrade-card:hover{background:var(--gold-bg);box-shadow:0 0 0 1px var(--gold)}.upgrade-card.selected{background:var(--gold-bg)}.upgrade-card .addon-check{width:22px;height:22px;min-width:22px;border-radius:50%;background:var(--gold-light);color:#000;font-size:11px;font-weight:900;align-items:center;justify-content:center;display:none;order:-1;flex-shrink:0}.upgrade-card.selected .addon-check{display:flex}.bm-body .upgrade-card{padding:12px 14px;margin-top:8px}.addon-card.selected .addon-check{display:flex}.summary-heading{font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;color:var(--text2);margin-bottom:14px}.sum-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:2px solid #e8e8e8;font-size:1rem}.sum-row:last-of-type{border-bottom:none}.sum-row .lbl{color:var(--text2);font-weight:700}.sum-row .val{font-weight:900;color:var(--text)}.sum-total{display:flex;justify-content:space-between;align-items:center;border-top:2.5px solid var(--gold-light);padding-top:13px;margin-top:9px}.sum-total .lbl{font-size:1rem;font-weight:900}.sum-total .val{font-size:1.5rem;font-weight:900;color:var(--gold)}.sum-time{font-size:.88rem;color:var(--text2);text-align:right;margin-top:6px;font-weight:800}.notice.info{background:#e8eeff;border:2px solid rgba(45,74,138,.3);border-left:6px solid #4f7adc;color:#152e70}.btn-continue.green-pulse{background:#16a34a;color:#fff;animation:ctaPulse 1.8s ease-in-out infinite}.btn-continue.green-pulse:hover{background:#15803d}.appt-detail{display:flex;justify-content:space-between;align-items:flex-start;padding:11px 0;border-bottom:1px solid var(--border)}.appt-detail:last-child{border-bottom:none}.appt-lbl{font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:var(--text2);margin-bottom:4px}.appt-val{font-size:1rem;font-weight:800;color:var(--text)}.cal-day{background:#fff;min-height:52px;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:700;color:var(--text3);cursor:default;transition:all .15s;position:relative}.cal-day.empty{background:#fafafa}.cal-day.past{color:#ddd}.cal-day.available{color:var(--text);cursor:pointer;font-weight:800}.cal-day.available:hover{background:var(--gold-bg);color:var(--gold)}.cal-day.selected{background:var(--gold-light)!important;color:#000!important;font-weight:900}.cal-day.today{font-weight:900}.cal-day.today::after{content:"";position:absolute;bottom:5px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:var(--gold)}.cal-day.available.has-dot::before{content:"";position:absolute;top:6px;right:6px;width:5px;height:5px;border-radius:50%;background:var(--green)}.time-slot{background:#fff;border:2.5px solid var(--border);border-radius:var(--radius-sm);padding:14px 8px;text-align:center;cursor:pointer;font-size:.95rem;font-weight:800;color:var(--text2);transition:all .2s}.time-slot:hover{border-color:var(--gold);color:var(--gold)}.time-slot.selected{background:var(--gold-light);border-color:var(--gold);color:#000;font-weight:900}.time-slot.loading-slots{pointer-events:none;color:#ccc}.tier-list{display:flex;flex-direction:column;gap:14px}.tier-card{background:#fff;border:2.5px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s;overflow:hidden;position:relative;box-shadow:var(--shadow)}.tier-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md)}.tier-card.selected{border-color:var(--gold)}.tier-card.selected::after{content:"✓";position:absolute;top:12px;right:12px;width:26px;height:26px;background:var(--gold-light);border-radius:50%;font-size:13px;font-weight:900;color:#000;display:flex;align-items:center;justify-content:center;line-height:26px;z-index:2}.tier-card-top{display:flex;align-items:stretch}.tier-img{width:120px;object-fit:cover;flex-shrink:0;background:#eee}.tier-info{padding:16px 44px 16px 16px;flex:1}.tier-name{font-size:1.05rem;font-weight:900;color:var(--text);margin-bottom:5px}.tier-price{font-size:1.2rem;font-weight:900;color:var(--gold);margin-bottom:8px}.tier-desc{font-size:.9rem;color:var(--text2);line-height:1.5;font-weight:600}.tier-feats{padding:12px 16px 16px;border-top:2px solid #eee;display:flex;flex-wrap:wrap;gap:7px}.tf{font-size:.78rem;font-weight:800;color:var(--text2);background:#e8e8e8;border-radius:20px;padding:5px 12px}.tf.gold{background:var(--gold-bg);color:var(--gold)}.tier-popular{position:absolute;top:0;left:0;background:var(--gold-light);color:#000;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:1px;padding:5px 12px;border-bottom-right-radius:8px}.tier-section-title{font-size:.9rem;font-weight:900;text-transform:uppercase;letter-spacing:1.5px;color:var(--text2);margin-bottom:12px}.tier-section-sub{font-size:.88rem;color:var(--text2);font-weight:600;margin-bottom:14px;line-height:1.5}.vehicle-tab{padding:7px 14px;border-radius:20px;border:2px solid var(--border);background:#fff;font-family:inherit;font-size:.78rem;font-weight:800;cursor:pointer;white-space:nowrap;transition:all .2s;color:var(--text2)}.vehicle-tab.active{border-color:var(--gold);background:var(--gold-bg);color:var(--text)}.make-option{padding:11px 16px;font-size:.92rem;color:#111;cursor:pointer;transition:background .12s;border-bottom:1px solid #f0f0f0}.make-option:last-child{border-bottom:none}.make-option:hover{background:#fffbe6}.make-option-other{border-top:1px solid #e8e8e8;background:#fafafa;color:#555}.mobile-showcase{background:linear-gradient(180deg,var(--gold) 0%,#f5c800 100%);padding:80px 60px;position:relative;overflow:hidden}.mobile-showcase::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.mobile-showcase-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.mobile-showcase-header{text-align:center;margin-bottom:50px}.mobile-showcase-badge{display:inline-flex;align-items:center;gap:12px;background:var(--black);color:var(--gold);padding:12px 28px;font-size:.9rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:25px}.mobile-showcase-title{font-size:4rem;color:var(--black);line-height:1;margin-bottom:15px}.mobile-showcase-subtitle{font-size:1.2rem;color:var(--black);opacity:.8;max-width:700px;margin:0 auto}.mobile-gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(2,280px);gap:20px;margin-bottom:50px}.mobile-gallery-item{position:relative;overflow:hidden;border:4px solid var(--black);box-shadow:0 10px 40px rgba(0,0,0,.3);transition:all .4s ease}.mobile-gallery-item:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.4)}.mobile-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.mobile-gallery-item:hover img{transform:scale(1.08)}.mobile-gallery-item .gallery-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.9));padding:40px 20px 20px;color:var(--white);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.mobile-gallery-item:nth-child(1){grid-column:span 4}.mobile-gallery-item:nth-child(2){grid-column:span 5}.mobile-gallery-item:nth-child(3){grid-column:span 3}.mobile-gallery-item:nth-child(4){grid-column:span 3}.mobile-gallery-item:nth-child(5){grid-column:span 5}.mobile-gallery-item:nth-child(6){grid-column:span 4}.mobile-features{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:50px}.mobile-feature{background:var(--black);padding:30px 25px;text-align:center;position:relative;overflow:hidden}.mobile-feature::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--gold)}.mobile-feature-icon{width:50px;height:50px;margin:0 auto 15px;background:var(--gold);display:flex;align-items:center;justify-content:center}.mobile-feature h4{font-family:"Bebas Neue",sans-serif;font-size:1.4rem;color:var(--white);margin-bottom:10px;letter-spacing:.05em}.mobile-feature p{color:var(--text-light);font-size:.85rem;line-height:1.6}.mobile-cities{background:var(--black);padding:30px 40px;text-align:center}.mobile-cities-label{color:var(--gold);font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:15px}.mobile-cities-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 20px}.mobile-cities-list span{color:var(--white);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.mobile-cities-list .divider{color:var(--gold);font-size:.6rem}.mobile-cities-tagline{color:var(--text-light);font-size:.9rem;margin-top:15px}.section-header{text-align:center;margin-bottom:60px}.section-tag{color:var(--gold);font-size:.85rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:15px}.section-tag::before{content:"";width:3px;height:20px;background:var(--gold)}.section-title{font-size:3.5rem;letter-spacing:.02em;margin-bottom:20px}.section-subtitle{color:var(--text-light);font-size:1.1rem;max-width:600px;margin:0 auto}.services-section{padding:100px 60px;background:var(--black)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1400px;margin:0 auto}.service-card{position:relative;height:450px;overflow:hidden;cursor:pointer;background:var(--navy);background-size:cover;background-position:center}.service-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);z-index:1;transition:all .4s ease}.service-card:hover::before{background:rgba(0,0,0,.85)}.service-card-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:40px;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.service-card h3{font-size:2.2rem;margin-bottom:20px;letter-spacing:.05em;color:var(--white)}.service-bullets{list-style:none;padding:0;margin:0 0 25px}.service-bullets li{color:var(--gold);font-size:.95rem;font-weight:600;padding:8px 0;display:flex;align-items:center;justify-content:center;gap:10px}.service-bullets li::before{content:"★";font-size:.8rem}.service-card-btn{display:inline-block;background:var(--gold);color:var(--black);padding:14px 28px;font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;font-family:"Montserrat",sans-serif;transition:all .3s ease}.service-card-btn:hover{background:var(--gold-dark);transform:translateY(-3px)}.reviews-section{padding:100px 60px;background:linear-gradient(180deg,var(--black) 0%,var(--navy) 50%,var(--black) 100%);position:relative}.reviews-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.trustindex-reviews-wrapper{max-width:1400px;margin:0 auto}.locations-section{padding:100px 60px;background:var(--navy)}.locations-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;max-width:1200px;margin:0 auto}.location-tag{background:var(--black);border:1px solid rgba(255,255,255,.1);padding:15px 30px;font-size:.9rem;font-weight:600;color:var(--white);letter-spacing:.05em;transition:all .3s ease;cursor:pointer}.location-tag:hover{border-color:var(--gold);background:rgba(255,215,0,.1);transform:scale(1.05)}.location-tag.featured{background:var(--gold);color:var(--black);border-color:var(--gold)}.why-choose-section{padding:120px 60px;background:var(--black)}.why-choose-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-choose-content{padding-right:40px}.why-choose-tag{color:var(--gold);font-size:.85rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:15px;display:flex;align-items:center;gap:15px}.why-choose-tag::before{content:"";width:3px;height:20px;background:var(--gold)}.why-choose-title{font-size:3.5rem;line-height:1;margin-bottom:30px;color:#fff}.why-choose-list{list-style:none;margin-bottom:40px}.why-choose-list li{margin-bottom:25px}.why-choose-list li strong{display:block;font-size:1rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px}.why-choose-list li span{color:var(--text-light);font-size:.95rem;line-height:1.6}.why-choose-cta{display:inline-block;background:var(--gold);color:var(--black);padding:18px 40px;font-weight:700;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease;cursor:pointer;border:none;font-family:"Montserrat",sans-serif}.why-choose-video{position:relative;overflow:hidden;aspect-ratio:16/10;border:2px solid var(--gold)}.why-choose-video video{width:100%;height:100%;object-fit:cover}.youtube-section{padding:100px 60px;background:var(--navy)}.youtube-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1400px;margin:0 auto}.youtube-card{background:var(--black);overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.youtube-card:hover{transform:translateY(-10px);border-color:var(--gold)}.youtube-thumbnail{position:relative;aspect-ratio:16/9;overflow:hidden}.youtube-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.youtube-card:hover .youtube-thumbnail img{transform:scale(1.1)}.youtube-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center}.youtube-info{padding:25px}.youtube-info h4{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:600;text-transform:none;margin-bottom:10px;color:var(--white)}.youtube-info p{color:var(--text-light);font-size:.85rem}.youtube-channel-btn{display:inline-flex;align-items:center;gap:10px;background:var(--red);color:var(--white);padding:16px 35px;font-weight:700;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;margin-top:50px;transition:all .3s ease;border:none;cursor:pointer;font-family:"Montserrat",sans-serif}.youtube-channel-btn:hover{background:#c00;transform:translateY(-3px)}.fanshop-section{padding:100px 60px;background:linear-gradient(135deg,var(--black) 0%,var(--navy) 100%)}.fanshop-container{max-width:1400px;margin:0 auto;width:100%}.fanshop-motto{text-align:center;margin-bottom:20px}.fanshop-view-all{display:inline-block;background:var(--gold);color:var(--black);padding:18px 50px;font-weight:700;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease;cursor:pointer;border:none;font-family:"Montserrat",sans-serif;margin-top:50px}.woocommerce-products-wrapper{min-height:320px}.topstar-shop-slider-wrap{position:relative;max-width:1400px;margin:0 auto;padding:0 30px}.topstar-slider-btn{position:absolute;top:40%;transform:translateY(-50%);background:#ffd700;color:#0a0a0a;border:none;width:44px;height:44px;font-size:1.4rem;font-weight:700;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.topstar-slider-btn:hover{background:#e5c200}.topstar-slider-btn.prev{left:-22px}.topstar-slider-btn.next{right:-22px}.blog-section{padding:100px 60px;background:var(--black)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1400px;margin:0 auto}.blog-card{background:var(--navy);border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:all .3s ease}.blog-card:hover{transform:translateY(-10px);border-color:var(--gold)}.blog-image{aspect-ratio:16/10;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-image img{transform:scale(1.1)}.blog-content{padding:30px}.blog-category{display:inline-block;background:rgba(255,215,0,.1);color:var(--gold);padding:5px 12px;font-size:.7rem;font-weight:700;text-transform:uppercase;margin-bottom:15px}.blog-content h4{font-family:"Montserrat",sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:15px;line-height:1.4;color:var(--white)}.blog-content p{color:var(--text-light);font-size:.9rem;line-height:1.7;margin-bottom:20px}.blog-meta{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.blog-date{color:var(--gray);font-size:.8rem}.blog-read-more{color:var(--gold);font-weight:600;font-size:.85rem;text-transform:uppercase}.cta-section{padding:120px 60px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);text-align:center;position:relative}.cta-section h2{font-size:4rem;color:var(--black);margin-bottom:20px}.cta-section p{color:var(--black);font-size:1.2rem;margin-bottom:40px;opacity:.8}.cta-section-btn{display:inline-block;background:var(--black);color:var(--white);padding:20px 50px;font-weight:700;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease;cursor:pointer;border:none;font-family:"Montserrat",sans-serif}.cta-section-btn:hover{background:var(--navy);transform:translateY(-3px)}.faq-section{padding:100px 60px;background:var(--black)}.faq-container{max-width:900px;margin:0 auto}.faq-item{border:1px solid rgba(255,255,255,.1);margin-bottom:15px;background:var(--black-light)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:25px 30px;background:0 0;border:none;cursor:pointer;text-align:left;color:var(--white);font-family:"Montserrat",sans-serif;font-size:1.05rem;font-weight:600;transition:all .3s ease}.faq-question:hover{color:var(--gold)}.faq-question.active{color:var(--gold)}.faq-icon{font-size:1.5rem;font-weight:300;color:var(--gold);transition:transform .3s ease}.faq-question.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer.active{max-height:500px}.faq-answer-content{padding:0 30px 25px;color:var(--text-light);font-size:.95rem;line-height:1.8}.contact-form-section{padding:100px 60px;background:url("https://topstardetailing.com/wp-content/uploads/2026/01/top-star-auto-detailing-mobile-van-las-vegas.jpg") center center/cover no-repeat;position:relative;--lzl-bg-img:"https://topstardetailing.com/wp-content/uploads/2026/01/top-star-auto-detailing-mobile-van-las-vegas.jpg"}.contact-form-section::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.62)}.contact-form-section .section-header,.contact-form-section .contact-form-container{position:relative;z-index:1}.contact-form-section .section-tag{color:var(--gold)}.contact-form-section .section-title{color:#fff}.youtube-section .section-title,.youtube-section .section-subtitle,.youtube-section .section-tag{color:#fff}.faq-section .section-title,.faq-section .section-subtitle,.faq-section .section-tag{color:#fff}.reviews-section .section-title,.reviews-section .section-subtitle,.reviews-section .section-tag{color:#fff}.why-choose-section .section-title,.why-choose-section .section-subtitle,.why-choose-section .section-tag{color:#fff}.locations-section .section-title,.locations-section .section-subtitle,.locations-section .section-tag{color:#fff}.blog-section .section-title,.blog-section .section-subtitle,.blog-section .section-tag{color:#fff}.cta-section .section-title,.cta-section h2,.cta-section p{color:#fff}.mobile-showcase .section-title,.mobile-showcase .section-subtitle,.mobile-showcase .section-tag{color:#fff}.services-section .section-title,.services-section .section-subtitle,.services-section .section-tag{color:#fff}.section-header .section-title{color:#fff}.section-header .section-subtitle{color:rgba(255,255,255,.65)}.section-header .section-tag{color:var(--gold)}.contact-form-section .section-subtitle{color:rgba(255,255,255,.75)}.contact-form-container{max-width:560px;margin:0 auto}.contact-form-box{background:#fff;padding:36px 38px 32px;border:1px solid rgba(255,215,0,.4);box-shadow:0 24px 60px rgba(0,0,0,.4);position:relative;overflow:hidden}.contact-form-box::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#c8900a,#ffd700,#fff5a0,#ffd700,#c8900a);background-size:200% auto;animation:goldSweep 4s ease-in-out infinite}.contact-form-header{text-align:center;margin-bottom:22px}.contact-form-header h3{font-family:"Bebas Neue",sans-serif;font-size:2.4rem;color:#0a0a0a;margin-bottom:6px;line-height:1.1;letter-spacing:.04em}.contact-form-header p{color:#666;font-size:.82rem;letter-spacing:.05em}.contact-form-box .form-group label{color:#444}.contact-form-box .form-group input,.contact-form-box .form-group select{background:#f8f8f8;border-color:#ddd;color:#0a0a0a}.contact-form-box .form-group input::placeholder{color:#aaa}.contact-form-box .form-group input:focus,.contact-form-box .form-group select:focus{border-color:rgba(200,144,10,.7);background:#fff;box-shadow:0 0 0 3px rgba(255,215,0,.15)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:3000;display:none;align-items:center;justify-content:center;padding:20px}.modal-overlay.active{display:flex}.modal-content{background:var(--white);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:#f5f5f5;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--black);z-index:10}.modal-close:hover{background:var(--gold)}.form-container{padding:50px 40px}.form-header{text-align:center;margin-bottom:30px}.form-header h3{font-family:"Bebas Neue",sans-serif;font-size:2.5rem;color:var(--black);margin-bottom:10px}.form-header p{color:var(--gray);font-size:.95rem}.city-dropdown{display:none;position:fixed;z-index:9999;background:var(--black-light);border:2px solid var(--gold);padding:20px 25px;min-width:280px;box-shadow:0 20px 50px rgba(0,0,0,.7);animation:dropIn .3s ease}.city-dropdown.open{display:block}.city-dropdown h4{font-family:"Bebas Neue",sans-serif;font-size:1.4rem;color:var(--gold);margin-bottom:10px;letter-spacing:.05em}.city-dropdown p{color:var(--text-light);font-size:.85rem;line-height:1.6;margin-bottom:12px}.city-dropdown .city-cta{display:inline-block;background:var(--gold);color:var(--black);padding:10px 20px;font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;font-family:"Montserrat",sans-serif;width:100%;text-align:center}.city-dropdown .city-cta:hover{background:var(--gold-dark)}.city-dropdown-close{position:absolute;top:8px;right:10px;background:0 0;border:none;color:var(--gray);font-size:1.1rem;cursor:pointer;line-height:1}.city-dropdown-close:hover{color:var(--white)}.reveal{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s ease}.reveal.animate-ready{opacity:0;transform:translateY(40px)}.reveal.animate-ready.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:1;transform:translateX(0);transition:opacity .7s ease,transform .7s ease}.reveal-left.animate-ready{opacity:0;transform:translateX(-50px)}.reveal-left.animate-ready.visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:1;transform:translateX(0);transition:opacity .7s ease,transform .7s ease}.reveal-right.animate-ready{opacity:0;transform:translateX(50px)}.reveal-right.animate-ready.visible{opacity:1;transform:translateX(0)}.reveal-scale{opacity:1;transform:scale(1);transition:opacity .6s ease,transform .6s ease}.reveal-scale.animate-ready{opacity:0;transform:scale(.92)}.reveal-scale.animate-ready.visible{opacity:1;transform:scale(1)}.stagger>*{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease}.stagger.animate-ready>*{opacity:0;transform:translateY(30px)}.stagger.animate-ready.visible>*:nth-child(1){opacity:1;transform:translateY(0);transition-delay:0s}.stagger.animate-ready.visible>*:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.1s}.stagger.animate-ready.visible>*:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.2s}.stagger.animate-ready.visible>*:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.3s}.stagger.animate-ready.visible>*:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.4s}.stagger.animate-ready.visible>*:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.5s}@media (max-width:1200px){.services-grid,.youtube-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.mobile-features{grid-template-columns:repeat(2,1fr)}.mobile-gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.mobile-gallery-item{grid-column:span 1!important;height:250px}}@media (max-width:1024px){.why-choose-container{grid-template-columns:1fr;gap:50px}.why-choose-content{padding-right:0;order:2}.why-choose-video{order:1}.mobile-showcase-title{font-size:3rem}}@media (max-width:768px){.services-section,.reviews-section,.why-choose-section,.locations-section,.youtube-section,.fanshop-section,.blog-section,.faq-section,.contact-form-section{padding:60px 20px}.section-title{font-size:2.5rem}.services-grid,.youtube-grid,.blog-grid{grid-template-columns:1fr}.service-card{height:350px}.trust-bar{padding:30px 20px}.trust-bar-content{gap:30px}.trust-item .number{font-size:2rem}.cta-section h2{font-size:2.5rem}.faq-question{padding:20px;font-size:.95rem}.mobile-showcase{padding:60px 20px}.mobile-showcase-title{font-size:2.5rem}.mobile-features{grid-template-columns:1fr}.mobile-gallery{grid-template-columns:1fr;gap:15px}.mobile-gallery-item{height:220px}.mobile-cities{padding:25px 20px}.contact-form-box{padding:30px 25px}}@media (max-width:480px){.section-title{font-size:2rem}.mobile-showcase-title{font-size:2rem}}.inline-svc-card{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s}.inline-svc-card:hover,.inline-svc-card.selected{border-color:var(--gold);background:var(--gold-bg)}.inline-svc-card.selected::after{content:"✓";color:var(--gold);font-weight:900;font-size:.85rem;margin-left:auto;flex-shrink:0}.inline-svc-card.invalid{border-color:#dc2626!important;background:#fff5f5!important}.inline-svc-card.invalid .inline-svc-card-name{color:#dc2626}.inline-svc-card-img{width:52px;height:44px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#eee}.inline-svc-card-name{font-size:.88rem;font-weight:900;color:#0a0a0a;line-height:1.3}.inline-svc-card-desc{font-size:.72rem;color:#777;font-weight:600;margin-top:2px;line-height:1.4}.inline-svc-card-price{font-size:.85rem;font-weight:900;color:var(--gold);white-space:nowrap;margin-left:auto;flex-shrink:0;padding-left:8px}@media (min-width:768px){.sticky-call-bar{display:none!important}}.mobile-call-cta-bar{display:none;flex-direction:column;align-items:center;gap:8px;background:#0a0a0a;padding:18px 20px 20px;border-top:1px solid rgba(255,215,0,.15);border-bottom:1px solid rgba(255,215,0,.15)}.mobile-call-cta-btn{display:inline-flex;align-items:center;gap:10px;background:#ffd700;color:#0a0a0a;padding:14px 32px;border-radius:30px;font-family:"Montserrat",sans-serif;font-size:.95rem;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;width:100%;max-width:360px;justify-content:center;box-shadow:0 4px 18px rgba(255,215,0,.3)}.mobile-call-cta-hours{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.45);letter-spacing:.08em;text-transform:uppercase}@media (max-width:767px){.mobile-call-cta-bar{display:flex}}.contact-form-section.lzl:not(.lzl-ed),.contact-form-section.lzl-ing:not(.lzl-ed){background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA2YMDAQAAAAAg/9dGUFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVagBfv4AAA/RSURBVFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWkPDggAAAAAhPx/3ZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8BIRQAABm1YTGgAAAABJRU5ErkJggg==")}