.pulse-spinner{position:relative;width:32px;height:32px}.pulse-spinner__nib{position:absolute;left:50%;top:0;margin-left:-1.5px;width:3px;height:9px;border-radius:1.5px;transform-origin:center 16px;-webkit-animation-name:nib;animation-name:nib;animation-direction:reverse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(calc(1 / 3),0,calc(2 / 3),calc(1 / 3));animation-timing-function:cubic-bezier(calc(1 / 3),0,calc(2 / 3),calc(1 / 3));background:#000}.pulse-spinner__nib-0{-webkit-animation-delay:-1s;animation-delay:-1s;transform:rotate(0)}.pulse-spinner__nib-1{-webkit-animation-delay:-.91667s;animation-delay:-.91667s;transform:rotate(30deg)}.pulse-spinner__nib-2{-webkit-animation-delay:-.83333s;animation-delay:-.83333s;transform:rotate(60deg)}.pulse-spinner__nib-3{-webkit-animation-delay:-.75s;animation-delay:-.75s;transform:rotate(90deg)}.pulse-spinner__nib-4{-webkit-animation-delay:-.66667s;animation-delay:-.66667s;transform:rotate(120deg)}.pulse-spinner__nib-5{-webkit-animation-delay:-.58333s;animation-delay:-.58333s;transform:rotate(150deg)}.pulse-spinner__nib-6{-webkit-animation-delay:-.5s;animation-delay:-.5s;transform:rotate(180deg)}.pulse-spinner__nib-7{-webkit-animation-delay:-.41667s;animation-delay:-.41667s;transform:rotate(210deg)}.pulse-spinner__nib-8{-webkit-animation-delay:-.33333s;animation-delay:-.33333s;transform:rotate(240deg)}.pulse-spinner__nib-9{-webkit-animation-delay:-.25s;animation-delay:-.25s;transform:rotate(270deg)}.pulse-spinner__nib-10{-webkit-animation-delay:-.16667s;animation-delay:-.16667s;transform:rotate(300deg)}.pulse-spinner__nib-11{-webkit-animation-delay:-83.33ms;animation-delay:-83.33ms;transform:rotate(330deg)}@-webkit-keyframes nib{0%{opacity:.16863}100%{opacity:1}}@keyframes nib{0%{opacity:.16863}100%{opacity:1}}