*{box-sizing:border-box;padding:0;margin:0}*,body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}body{position:relative;min-height:100vh;padding-bottom:60px;background-color:#ffffff}.textLoader{font-size:20px;font-weight:500;text-align:center}.textLoader span{display:inline-block;margin:0 -.05em}.loaderOn span{margin:0 -.075em;animation:loaderOn .7s infinite alternate;letter-spacing:8px}.loaderOn span:nth-child(2){animation-delay:.1s}.loaderOn span:nth-child(3){animation-delay:.2s}.loaderOn span:nth-child(4){animation-delay:.3s}.loaderOn span:nth-child(5){animation-delay:.4s}.loaderOn span:nth-child(6){animation-delay:.5s}.loaderOn span:nth-child(7){animation-delay:.6s}.loaderOn span:nth-child(8){animation-delay:.7s}.loaderOn span:nth-child(9){animation-delay:.8s}.loaderOn span:nth-child(10){animation-delay:.9s}.loader{border-right:2px solid #326c9e;border-top:2px solid #326c9e;border-radius:100%;border-color:#ffffff #ffffff #326c9e #326c9e;border-style:solid;border-width:2px;width:14px;height:14px;animation:spin 2s linear infinite;display:inline-block;margin-left:2px}.quickLinksTitle{padding:20px;background-color:#f5f5f5;font-size:22px;display:flex;justify-content:space-between;align-items:center}.paddingEmpty{padding:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loaderOn{0%{transform:scale(1)}to{transform:scale(.8)}}