@-webkit-keyframes rotate{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rotate{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes glowing{0%{box-shadow:0 0 12px #c0cbfc}40%{box-shadow:0 0 12px #ff4da6}60%{box-shadow:0 0 12px #62ff4d}to{box-shadow:0 0 12px #c4a300}}@keyframes glowing{0%{box-shadow:0 0 12px #c0cbfc}40%{box-shadow:0 0 12px #ff4da6}60%{box-shadow:0 0 12px #62ff4d}to{box-shadow:0 0 12px #c4a300}}.loading{flex-flow:row nowrap;width:100px;display:inline-block;position:relative}.make{display:flex;flex-flow:column}.dash{display:block;height:5px;width:75px;border-radius:100px;margin-bottom:12px;background-color:#fff;-webkit-animation:rotate,glowing 5s infinite;animation:rotate,glowing 5s infinite;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.dash:first-of-type{-webkit-animation-delay:-.15s;animation-delay:-.15s}.dash:nth-of-type(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.dash:nth-of-type(3){-webkit-animation-delay:-.45s;animation-delay:-.45s}.dash:nth-of-type(4){-webkit-animation-delay:-.6s;animation-delay:-.6s}.dash:nth-of-type(5){-webkit-animation-delay:-.75s;animation-delay:-.75s}.dash:nth-of-type(6){-webkit-animation-delay:-.9s;animation-delay:-.9s}.dash:nth-of-type(7){-webkit-animation-delay:-1.05s;animation-delay:-1.05s}.dash:nth-of-type(8){-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.dash:nth-of-type(9){-webkit-animation-delay:-1.35s;animation-delay:-1.35s}.dash:nth-of-type(10){-webkit-animation-delay:-1.5s;animation-delay:-1.5s}