@keyframes loader-loop{to{stroke-dashoffset:600px}}@keyframes loader-cross{to{stroke-dashoffset:200px}}.Loader{--loader-stroke:var(--color-primary);--loader-shadow:var(--color-highlight-background);padding:var(--dimensions-4);justify-content:center;align-items:center;display:flex}.Loader__Svg{text-align:center;width:100%;display:block}.Loader__Icon{fill:none;stroke:var(--loader-stroke);stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.Loader__Shadow{fill:none;stroke:var(--loader-shadow);stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.Loader__Loop{stroke-dasharray:300;animation:4s linear infinite loader-loop}.Loader__Crossbar{stroke-dasharray:50;animation:8s linear infinite loader-cross}.Loader__Crossbar:nth-child(2){animation-delay:.5s}