.loader-ring:after{top:25px;left:30px}.loader-ring-global:after,.loader-ring:after{background:url(/images/logo.svg) no-repeat;content:"";display:inline-block;width:25px;height:30px;background-size:cover;position:absolute}.loader-ring-global:after{top:15px;left:20px}.loader-ring-light{width:60px;height:60px;-moz-border-radius:60px;-webkit-border-radius:60px;border-radius:60px;box-shadow:inset 0 5px 1px 1px #0076d8;animation:rotate-360 2s linear infinite;touch-action:none}.loader-ring-global-white:after{background:url(/images/logo-sandy-white.svg) no-repeat;content:"";display:inline-block;width:25px;height:30px;background-size:cover;position:absolute;top:15px}.loader-ring-light-white{width:60px;height:60px;-moz-border-radius:60px;-webkit-border-radius:60px;border-radius:60px;box-shadow:inset 0 5px 1px 1px #fff;animation:rotate-360 2s linear infinite;touch-action:none}@keyframes rotate-360{0%{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}to{-moz-transform:rotate(1turn);-ms-transform:rotate(1turn);-webkit-transform:rotate(1turn);transform:rotate(1turn)}}