@keyframes lp-spinner-normal{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.lp-animation-normal .lp-svg-spinner .lp-spinner-fill{animation:lp-spinner-normal 1.5s linear infinite}@keyframes lp-bounce-normal{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.lp-animation-normal .lp-dot-1{animation:lp-bounce-normal 0.9s ease-in-out infinite}.lp-animation-normal .lp-dot-2{animation:lp-bounce-normal 0.9s ease-in-out infinite 0.15s}.lp-animation-normal .lp-dot-3{animation:lp-bounce-normal 0.9s ease-in-out infinite 0.3s}@keyframes lp-pulse-normal{0%,100%{r:15;opacity:0}50%{r:30;opacity:0.5}}@keyframes lp-pulse-center-normal{0%,100%{r:8}50%{r:12}}.lp-animation-normal .lp-pulse-ring-1{animation:lp-pulse-normal 1.2s ease-out infinite}.lp-animation-normal .lp-pulse-ring-2{animation:lp-pulse-normal 1.2s ease-out infinite 0.4s}.lp-animation-normal .lp-pulse-center{animation:lp-pulse-center-normal 1.2s ease-out infinite}@keyframes lp-bar-normal{0%,100%{height:30px}50%{height:60px}}.lp-animation-normal .lp-bar-1{animation:lp-bar-normal 0.8s ease-in-out infinite}.lp-animation-normal .lp-bar-2{animation:lp-bar-normal 0.8s ease-in-out infinite 0.1s}.lp-animation-normal .lp-bar-3{animation:lp-bar-normal 0.8s ease-in-out infinite 0.2s}.lp-animation-normal .lp-bar-4{animation:lp-bar-normal 0.8s ease-in-out infinite 0.3s}.lp-animation-normal .lp-bar-5{animation:lp-bar-normal 0.8s ease-in-out infinite 0.4s}@keyframes lp-spinner-dots-normal{0%{opacity:1}100%{opacity:0.1}}.lp-animation-normal .lp-spinner-dot{animation:lp-spinner-dots-normal 0.8s steps(8, end) infinite}.lp-animation-normal .lp-dot-pos-1{animation-delay:0s}.lp-animation-normal .lp-dot-pos-2{animation-delay:-0.1s}.lp-animation-normal .lp-dot-pos-3{animation-delay:-0.2s}.lp-animation-normal .lp-dot-pos-4{animation-delay:-0.3s}.lp-animation-normal .lp-dot-pos-5{animation-delay:-0.4s}.lp-animation-normal .lp-dot-pos-6{animation-delay:-0.5s}.lp-animation-normal .lp-dot-pos-7{animation-delay:-0.6s}.lp-animation-normal .lp-dot-pos-8{animation-delay:-0.7s}.lp-progress-linear{width:100%;height:4px;background:rgba(0, 0, 0, 0.1);position:absolute;bottom:0;left:0;overflow:hidden}.lp-progress-linear .lp-progress-fill{height:100%;background:var(--lp-accent, #DC501E);width:0%;transition:width 0.3s ease;box-shadow:0 0 10px var(--lp-accent, #DC501E)}@keyframes lp-progress-animation{0%{width:0%}50%{width:85%}100%{width:100%}}.lp-progress-linear.lp-animating .lp-progress-fill{animation:lp-progress-animation 2s cubic-bezier(0.1, 0.6, 0.35, 1) infinite}.lp-progress-circular{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lp-progress-circular
svg{position:absolute;width:140px;height:140px;transform:rotate(-90deg)}.lp-progress-circle-track{fill:none;stroke:rgba(0, 0, 0, 0.1);stroke-width:3}.lp-progress-circle-fill{fill:none;stroke:var(--lp-accent, #DC501E);stroke-width:3;stroke-linecap:round;stroke-dasharray:276;stroke-dashoffset:276;transition:stroke-dashoffset 0.3s ease}@keyframes lp-progress-circular-animation{0%{stroke-dashoffset:276}100%{stroke-dashoffset:0}}.lp-progress-circular.lp-animating .lp-progress-circle-fill{animation:lp-progress-circular-animation 2s cubic-bezier(0.1, 0.6, 0.35, 1) infinite}@media (max-width: 768px){.lp-progress-circular
svg{width:100px;height:100px}}