.RouteLoadingScreen-module__hg-t1a__screen{z-index:40;background:var(--near-white);color:var(--black);place-items:center;padding:32px;animation:.14s both RouteLoadingScreen-module__hg-t1a__loading-enter;display:grid;position:fixed;inset:76px 0 0}.RouteLoadingScreen-module__hg-t1a__content{text-align:center;justify-items:center;display:grid}.RouteLoadingScreen-module__hg-t1a__wordmark{width:auto;height:21px;display:block}.RouteLoadingScreen-module__hg-t1a__spinner{border:4px solid var(--silver-deep);border-top-color:var(--plum);border-right-color:var(--yellow);border-radius:50%;width:54px;height:54px;margin-top:34px;animation:.85s linear infinite RouteLoadingScreen-module__hg-t1a__loading-spin;position:relative}.RouteLoadingScreen-module__hg-t1a__spinner:after{background:var(--yellow);content:"";border-radius:50%;position:absolute;inset:15px}.RouteLoadingScreen-module__hg-t1a__message{color:var(--black);margin-top:22px;font-size:17px;font-weight:600}.RouteLoadingScreen-module__hg-t1a__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes RouteLoadingScreen-module__hg-t1a__loading-enter{0%{opacity:0}to{opacity:1}}@keyframes RouteLoadingScreen-module__hg-t1a__loading-spin{to{transform:rotate(360deg)}}@media (max-width:819px){.RouteLoadingScreen-module__hg-t1a__screen{padding-top:max(32px, env(safe-area-inset-top));padding-right:max(32px, env(safe-area-inset-right));padding-bottom:max(32px, env(safe-area-inset-bottom));padding-left:max(32px, env(safe-area-inset-left));inset-block-start:calc(76px + env(safe-area-inset-top))}}@media (prefers-reduced-motion:reduce){.RouteLoadingScreen-module__hg-t1a__screen{animation:none}.RouteLoadingScreen-module__hg-t1a__spinner{border-color:var(--silver-deep);border-top-color:var(--plum);animation:none}}