.loadingPage_loggingInPage__y3_v6{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--background-black-purple);padding:20px;width:100%;height:100vh}.loadingPage_loggingInPage__y3_v6 h2{font-size:2rem;color:var(--text-color-purple-primary-active);margin-bottom:12px;position:relative;display:inline-block;background:linear-gradient(90deg,#bcbcbc,#fff,#bcbcbc);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:loadingPage_waveColor___3Cvs 5s linear infinite}.loadingPage_loggingInPage__y3_v6 p{font-size:14px;color:var(--text-color-purple-primary)}.loadingPage_loggingInPage__y3_v6 .loadingPage_spinner__BIfHH{width:50px;height:50px;border-top:5px solid var(--text-color-purple-primary);border:5px solid var(--text-color-purple-primary);border-top-color:var(--background-primary);border-radius:50%;animation:loadingPage_spin__ayudL 2s linear infinite;margin:32px}@keyframes loadingPage_spin__ayudL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loadingPage_loggingInPage__y3_v6 .loadingPage_animatedText__BYXpH{display:flex;align-items:baseline}.loadingPage_loggingInPage__y3_v6 .loadingPage_dot__7kfvL{height:10px;width:10px;margin-left:5px;background-color:var(--text-color-purple-primary-active);border-radius:50%;opacity:0;animation:loadingPage_blink__aAAp6 1.5s infinite}.loadingPage_loggingInPage__y3_v6 .loadingPage_dot__7kfvL:nth-child(2){animation-delay:.3s}.loadingPage_loggingInPage__y3_v6 .loadingPage_dot__7kfvL:nth-child(3){animation-delay:.6s}@keyframes loadingPage_blink__aAAp6{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes loadingPage_waveColor___3Cvs{0%{background-position:200% 0}to{background-position:-200% 0}}.loadingPage_fullScreen__1Wa_W{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:9999}.loadingPage_inline__fSwhh{position:relative;width:100%;height:100%}._contentType__shared-page__47WnO{display:flex;height:var(--account-page-height)}@media screen and (max-width:768px){._contentType__shared-page__47WnO{height:calc(var(--account-page-height) + 240px)}}@media screen and (max-width:776px){._contentType__shared-page__47WnO{height:auto!important;min-height:100vh}}._contentType__login-only__vxiQr{height:var(--default-page-height);width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}._contentType__error-card__TvDM2{background-color:var(--dark-purple);color:var(--text-color-purple-tertiary);padding:2rem;margin:5rem auto;border-radius:var(--border-radius-medium);max-width:600px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.3)}._contentType__error-card__TvDM2 h1{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-color-purple-tertiary)}._contentType__error-card__TvDM2 p{font-size:1rem;margin-bottom:1.5rem;color:var(--light-purple);line-height:1.4}._contentType__error-card__TvDM2 ._contentType__error-card-buttons__1_pcb{margin-top:1rem}