input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e5e7eb;border-radius:9999px;cursor:pointer;height:4px;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#f47a20;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.18);cursor:pointer;height:18px;width:18px}input[type=range]::-moz-range-thumb{background:#f47a20;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.18);cursor:pointer;height:18px;width:18px}@keyframes insightFadeSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.insight-anim-in{animation:insightFadeSlideDown .3s ease both}@keyframes impactNumFlash{0%{opacity:.5}to{opacity:1}}.impact-num-flash{animation:impactNumFlash .2s ease}@keyframes impactLivePulse{0%,to{opacity:1}50%{opacity:.3}}.impact-live-dot{animation:impactLivePulse 2s infinite;background:#16a34a;border-radius:50%;display:inline-block;height:7px;width:7px}