.fh-loader{justify-content:center;align-items:center;display:flex}.fh-loader--fullscreen{z-index:9999;background:#fff;position:fixed;inset:0}.fh-loader--inline{padding:3rem 0}.uv-loader{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.uv-loader .truckWrapper{flex-direction:column;justify-content:flex-end;align-items:center;width:200px;height:100px;display:flex;position:relative;overflow-x:hidden}.uv-loader .truckBody{width:130px;height:fit-content;margin-bottom:6px;animation:1s linear infinite uv-motion}@keyframes uv-motion{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.uv-loader .trucksvg{width:100%;height:auto;display:block}.uv-loader .truckTires{justify-content:space-between;align-items:center;width:130px;height:fit-content;padding:0 10px 0 15px;display:flex;position:absolute;bottom:0}.uv-loader .tiresvg{width:24px}.uv-loader .road{background-color:#282828;border-radius:3px;align-self:flex-end;width:100%;height:1.5px;position:relative;bottom:0}.uv-loader .road:before{content:"";background-color:#282828;border-left:10px solid #fff;border-radius:3px;width:20px;height:100%;animation:1.4s linear infinite uv-road;position:absolute;right:-50%}.uv-loader .road:after{content:"";background-color:#282828;border-left:4px solid #fff;border-radius:3px;width:10px;height:100%;animation:1.4s linear infinite uv-road;position:absolute;right:-65%}.uv-loader .lampPost{height:90px;animation:1.4s linear infinite uv-road;position:absolute;bottom:0;right:-90%}@keyframes uv-road{0%{transform:translate(0)}to{transform:translate(-350px)}}@media(prefers-reduced-motion:reduce){.uv-loader .truckBody,.uv-loader .road:before,.uv-loader .road:after,.uv-loader .lampPost{animation:none}}
