/* The base layout uses features available in 2016 browsers. Modern features enhance it. */
html { min-width: 280px; font-family: 'Manrope', Arial, sans-serif; font-size: 16px; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
body { margin: 0; background: #F8FAFC; color: #58718C; overflow-x: hidden; }
[hidden] { display: none !important; }
header, main, section, footer { display: block; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.map-background { position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; pointer-events: none; z-index: 0; opacity: .52; }
#map { position: absolute; display: block; width: 108vw; min-width: 70rem; height: auto; top: 53%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.page { position: relative; z-index: 1; display: table; width: 100%; height: 100vh; padding: 0 5.6%; }
.header { display: table-row; height: 8rem; }
.header-inner { display: table-cell; vertical-align: middle; padding-top: env(safe-area-inset-top); }
.brand { display: inline-block; vertical-align: middle; text-align: left; }
.wordmark { display: block; margin-left: -.035em; color: #7188A1; font-family: 'Finlandica Headline', 'Manrope', Arial, sans-serif; font-size: 2.125rem; font-weight: 400; letter-spacing: .035em; line-height: 1; }
.brand-description { display: block; margin: .5625rem 0 0; padding: 0; color: #71859D; font-size: .5rem; font-weight: 400; line-height: 1.7; letter-spacing: .22em; text-align: left; }
.portal-name { float: right; margin: 1rem 0 0 1rem; font-size: .5625rem; font-weight: 400; line-height: 1.9; letter-spacing: .24em; color: #71859D; }
.layout { display: table-row; }
.layout-inner { display: table-cell; vertical-align: middle; padding: 2rem 0 3rem; }
.login { position: relative; z-index: 0; width: 100%; max-width: 22rem; margin: 0 auto; }
/* A soft wash lets the map remain the background, without a card edge. */
.login::before { content: ''; position: absolute; z-index: -1; top: -8.4375rem; right: -11.875rem; bottom: -8.4375rem; left: -11.875rem; pointer-events: none; background: radial-gradient(ellipse at center, rgba(248,250,252,.98) 0%, rgba(248,250,252,.95) 31%, rgba(248,250,252,.80) 47%, rgba(248,250,252,.32) 62%, rgba(248,250,252,0) 76%); }
h1 { margin: 0 0 1.4375rem; color: #7189A3; font-size: 2.875rem; font-weight: 300; line-height: 1.3; letter-spacing: .025em; text-align: center; }
h1.recovery-heading { font-size: 2rem; }
.intro { margin: 0; color: #697F96; font-size: .8125rem; font-weight: 400; line-height: 2; letter-spacing: .025em; text-align: center; }
form { margin-top: 2.625rem; }
.field + .field { margin-top: .9375rem; }
label { display: block; margin-bottom: .375rem; font-size: .6875rem; line-height: 1.7; font-weight: 400; letter-spacing: .085em; }
.required { margin-left: .25rem; color: #8399AF; font-weight: 400; }
input { display: block; width: 100%; min-width: 0; min-height: 3rem; padding: .75rem .1875rem; color: #526C88; font-size: 1rem; line-height: 1.6; letter-spacing: .025em; background: rgba(248,250,252,.16); border: 0; border-bottom: 1px solid #BECEDD; border-radius: 0; outline: none; transition: border-color .2s, background .2s; }
input:hover { border-bottom-color: #91AAC5; }
input:focus { border-bottom: 2px solid #749AC5; padding-bottom: calc(.75rem - 1px); background: rgba(239,245,251,.45); }
input[aria-invalid="true"] { border-bottom-color: #A47079; }
input:-webkit-autofill { -webkit-text-fill-color: #526C88; -webkit-box-shadow: 0 0 0 1000px #F3F7FB inset; }
.login-button { position: relative; width: 100%; min-height: 3.1875rem; margin-top: 2.1875rem; padding: .9375rem 1.25rem; border: 1px solid rgba(142,173,210,.34); border-radius: 3px; background: rgba(160,192,229,.18); color: #5D7D9F; font-size: .75rem; font-weight: 400; letter-spacing: .12em; cursor: pointer; transition: background .2s, border-color .2s; }
.login-button:hover { background: rgba(160,192,229,.32); border-color: #9DB8D7; }
.login-button:active { background: rgba(160,192,229,.42); }
button:focus, a:focus { outline: 2px solid #749AC5; outline-offset: 4px; }
button:focus:not(:focus-visible), a:focus:not(:focus-visible) { outline: none; }
.recovery-row { text-align: center; margin: .6875rem 0 0; }
.recovery { display: inline-block; min-height: 44px; padding: .75rem .5rem; background: none; border: 0; color: #6B8199; font-size: .6875rem; font-weight: 400; line-height: 1.9; letter-spacing: .035em; cursor: pointer; text-decoration: none; text-underline-offset: 4px; }
.recovery:hover { color: #526F90; text-decoration: underline; }
.status { margin: 1.125rem 0 0; font-size: .75rem; line-height: 1.8; color: #A4636D; text-align: center; word-wrap: break-word; overflow-wrap: break-word; }
.status:empty { display: none; }
.field-error { min-height: 1.125rem; margin: .375rem 0 0; color: #A4636D; font-size: .6875rem; line-height: 1.65; letter-spacing: .012em; word-wrap: break-word; }
.button-label, .button-loading { transition: opacity .2s ease; }
.button-loading { position: absolute; top: 50%; right: 0; left: 0; transform: translateY(-50%); text-align: center; opacity: 0; }
.login-button[data-loading="true"] .button-label { opacity: 0; }
.login-button[data-loading="true"] .button-loading { opacity: 1; }
.login-button:disabled { cursor: wait; }
.spinner { display: inline-block; vertical-align: middle; margin-right: .625rem; width: .8125rem; height: .8125rem; border: 1px solid rgba(166,189,214,.24); border-top-color: #7F9EBF; border-radius: 50%; }
.login-button[data-loading="true"] .spinner { animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.status:not(:empty) + .login-button { margin-top: 1rem; }
.modal-overlay { position: fixed; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; overflow-y: auto; padding: 2rem 1rem; background: rgba(218,229,241,.65); text-align: center; }
.modal-overlay::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
.recovery-dialog { position: relative; display: inline-block; vertical-align: middle; width: 27.5rem; max-width: 100%; margin: 0 0 0 -.25em; padding: 2.875rem 2.5rem 2.375rem; border: 1px solid rgba(174,195,216,.45); border-radius: .75rem; color: #58718C; background: #F8FAFC; box-shadow: 0 1.25rem 5.625rem rgba(96,130,168,.10); text-align: left; animation: dialog-enter .22s ease-out; }
.recovery-dialog h2 { margin: 0 0 .9375rem; color: #7189A3; font-size: 1.8125rem; font-weight: 300; letter-spacing: .02em; line-height: 1.3; text-align: center; }
.recovery-dialog .intro { font-size: .75rem; line-height: 1.9; }
.recovery-dialog form { margin-top: 1.875rem; }
.recovery-dialog .login-button { margin-top: 1.4375rem; }
.recovery-dialog .status:not(:empty) + .login-button { margin-top: 1rem; }
.dialog-close { position: absolute; top: .375rem; right: .5rem; width: 2.75rem; height: 2.75rem; min-width: 44px; min-height: 44px; border: 0; padding: 0; background: transparent; color: #8096AD; font-size: 1.5625rem; font-weight: 300; line-height: 1; cursor: pointer; border-radius: 50%; }
.dialog-close:hover { background: rgba(160,192,229,.14); }
.status a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
@keyframes dialog-enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.footer { display: table-row; height: 4rem; }
.footer p { display: table-cell; vertical-align: middle; padding: 1rem 0 1.5rem; margin: 0; color: #B4C0CD; font-size: .5625rem; font-weight: 400; letter-spacing: .06em; line-height: 1.8; text-align: center; padding-bottom: max(1.5rem, env(safe-area-inset-bottom)); }
@media (min-width: 1800px) { html { font-size: 18px; } }
@media (min-width: 2400px) { html { font-size: 20px; } }
@media (min-width: 3200px) { html { font-size: 24px; } }
@media (min-width: 4200px) { html { font-size: 26px; } }
@supports (font-size: clamp(16px, 2vw, 26px)) { html { font-size: clamp(16px, calc(11px + .3472vw), 26px); } }
@supports (height: 100svh) { .page { height: 100svh; } }
@supports (padding: max(1px, 2px)) { .page { padding-left: max(5.6%, env(safe-area-inset-left)); padding-right: max(5.6%, env(safe-area-inset-right)); } }
@supports ((backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px))) { .modal-overlay { background: rgba(218,229,241,.36); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); } }
@media (max-width: 760px) {
  .header { height: 6rem; }
  .wordmark { font-size: 1.875rem; }
  .brand-description { font-size: .4375rem; letter-spacing: .18em; }
  .portal-name { max-width: 5.875rem; margin-top: .5rem; text-align: right; font-size: .5rem; line-height: 1.9; letter-spacing: .17em; }
  .layout-inner { padding: 1.5rem 0 2rem; }
  .login::before { top: -6.25rem; right: -7.1875rem; bottom: -6.25rem; left: -7.1875rem; }
  h1 { font-size: 2.625rem; }
  .map-background { opacity: .38; }
  #map { width: 140vw; min-width: 64rem; top: 52%; left: 49%; }
  form { margin-top: 2rem; }
}
@media (max-width: 480px) { .recovery-dialog { padding: 2.875rem 1.5rem 1.875rem; } }
@media (max-height: 600px) { .header { height: 5rem; } .layout-inner { padding-top: 1rem; padding-bottom: 1rem; } .modal-overlay { padding-top: 1rem; padding-bottom: 1rem; } }
@media (prefers-reduced-motion: reduce) { input, button, .button-label, .button-loading { transition: none; } .login-button[data-loading="true"] .spinner, .recovery-dialog { animation: none; } }
