@keyframes doctorLoaderExit{to{transform:translateY(-110%);visibility:hidden}}
.loading-screen{animation:doctorLoaderExit .85s cubic-bezier(.76,0,.24,1) 4.1s forwards}
@media(prefers-reduced-motion:reduce){.loading-screen{animation-duration:.01s;animation-delay:.3s}}
