.app{min-height:100vh}:root{--au-colour-flag-blue: #00488b;--au-colour-background: #00488b;--au-colour-background-alt: #003d75;--au-colour-foreground-text: #313131;--au-colour-foreground-muted: #595959;--au-colour-foreground-border: #c9c9c9;--au-colour-foreground-action: #00488b;--au-colour-foreground-action-hover: #003d75;--au-colour-focus: #ffcd00;--au-colour-header-bg: #00488b;--au-colour-header-top-bg: #003d75;--au-colour-header-text: #ffffff;--au-colour-nav-bg: #ffffff;--au-colour-nav-border: #c9c9c9;--au-colour-content-bg: #ffffff;--au-colour-content-bg-shade: #f3f3f3;--au-colour-hero-bg: #e6ecf5;--au-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--au-max-width: 75em;--au-grid-gutter: 1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:var(--au-font-family);font-size:1rem;line-height:1.5;color:var(--au-colour-foreground-text);background:var(--au-colour-content-bg)}#app{min-height:100vh}a{color:var(--au-colour-foreground-action);text-decoration:underline}a:hover{color:var(--au-colour-foreground-action-hover)}a:focus-visible{outline:3px solid var(--au-colour-focus);outline-offset:2px}.au-skip-link{position:absolute;left:-9999px;z-index:9999;padding:.75rem 1rem;background:var(--au-colour-focus);color:var(--au-colour-foreground-text);font-weight:700}.au-skip-link:focus{left:.5rem;top:.5rem;outline:3px solid var(--au-colour-foreground-text);outline-offset:2px}.au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.au-container{max-width:var(--au-max-width);margin-left:auto;margin-right:auto;padding-left:var(--au-grid-gutter);padding-right:var(--au-grid-gutter)}@media(min-width:768px){.au-container{padding-left:2rem;padding-right:2rem}}.au-row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.au-col{flex:0 0 100%;max-width:100%;padding-left:.5rem;padding-right:.5rem}@media(min-width:768px){.au-col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.au-col-md-12{flex:0 0 100%;max-width:100%}}.au-header{background:var(--au-colour-header-bg);color:var(--au-colour-header-text);role:banner}.au-header__top{background:var(--au-colour-header-top-bg);padding:.5rem 0;font-size:.875rem}.au-header__top-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.au-header__top-right{display:flex;align-items:center;gap:1rem}.au-top-link{color:var(--au-colour-header-text);text-decoration:none;font-size:.875rem;font-weight:500}.au-top-link:hover{text-decoration:underline;color:var(--au-colour-header-text)}.au-top-link--cta{padding:.25rem .6rem;background:#fff3;border:1px solid rgba(255,255,255,.5);border-radius:2px}.au-top-link--cta:hover{background:#ffffff4d;text-decoration:none}.au-header__crest{font-weight:600}.au-header__lang-label{margin:0;cursor:pointer}.au-header__lang-select{font-family:var(--au-font-family);font-size:.875rem;padding:.25rem 1.75rem .25rem .5rem;color:var(--au-colour-header-text);background:#ffffff26;border:1px solid rgba(255,255,255,.35);border-radius:2px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.au-header__lang-select:hover{background-color:#fff3;border-color:#ffffff80}.au-header__lang-select:focus{outline:3px solid var(--au-colour-focus);outline-offset:2px}.au-header__lang-select option{color:var(--au-colour-foreground-text);background:var(--au-colour-content-bg)}.au-header__main{padding:1rem 0}.au-header__logo{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem}.au-header__logo:hover{text-decoration:none;opacity:.9}.au-header__logo-image{display:block;height:3.5rem;width:auto;flex-shrink:0}.au-header__logo-text{display:flex;flex-direction:column}.au-header__heading{font-size:1.5rem;font-weight:700;margin:0;line-height:1.3}.au-header__subline{font-size:.875rem;opacity:.95;margin-top:.25rem}.au-main-nav{background:var(--au-colour-nav-bg);border-bottom:1px solid var(--au-colour-nav-border)}.au-main-nav__content{display:flex;align-items:center;min-height:3rem}.au-link-list{list-style:none;display:flex;flex-wrap:wrap;gap:0 1.5rem;margin:0;padding:0}.au-link-list li{margin:0}.au-link-list a{display:block;padding:.75rem 0;color:var(--au-colour-foreground-text);text-decoration:none;font-weight:500}.au-link-list a:hover{text-decoration:underline;color:var(--au-colour-foreground-action)}.au-nav-cta{padding:.35rem .75rem!important;background:var(--au-colour-foreground-action);color:#fff!important;border-radius:2px}.au-nav-cta:hover{background:var(--au-colour-foreground-action-hover);color:#fff!important;text-decoration:none!important}.au-hero{background:var(--au-colour-hero-bg);padding:1rem 0;border-bottom:1px solid var(--au-colour-foreground-border)}.au-hero__inner{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center}@media(min-width:768px){.au-hero__inner{grid-template-columns:1fr 1fr;gap:1.25rem;padding:1.25rem 0}}.au-hero__title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;line-height:1.3;color:var(--au-colour-foreground-text)}@media(min-width:768px){.au-hero__title{font-size:1.75rem}}.au-hero__desc{margin:0;color:var(--au-colour-foreground-muted);line-height:1.55}.au-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.au-hero__note{margin:.5rem 0 0;font-size:.875rem;color:var(--au-colour-foreground-muted)}.au-hero__media{min-width:0}.au-hero__video-wrap{position:relative;width:100%;max-width:420px;margin-left:auto;padding-bottom:56.25%;background:var(--au-colour-foreground-border);border-radius:4px;overflow:hidden}.au-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.au-breadcrumb{padding:.75rem 0;font-size:.875rem;color:var(--au-colour-foreground-muted)}.au-breadcrumb a{color:var(--au-colour-foreground-action)}.au-main{padding:2rem 0 4rem}.au-page-alert{padding:1rem 1.25rem;margin-bottom:1.5rem;border-left:4px solid var(--au-colour-foreground-action);background:#e8f4fc}.au-page-alert p{margin:0}.au-content h1{font-size:1.75rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.au-content h2{font-size:1.25rem;font-weight:700;margin:1.5rem 0 .75rem}.au-content h3{font-size:1.125rem;font-weight:600;margin:1.25rem 0 .5rem}.au-content p{margin:0 0 1rem}.au-content ul{margin:0 0 1rem 1.5rem;padding:0}.au-content li{margin-bottom:.5rem}.au-content .au-keyword-list{list-style:none;margin:1rem 0;padding:0}.au-content .au-keyword-list li{margin:0;padding:.5rem 0;border-bottom:1px solid var(--au-colour-foreground-border)}.au-content .au-keyword-list li:last-child{border-bottom:none}.au-auth-hero{background:var(--au-colour-hero-bg);padding:1.5rem 0;border-bottom:1px solid var(--au-colour-foreground-border)}.au-auth-hero__title{font-size:1.5rem;font-weight:700;margin:0 0 .35rem;color:var(--au-colour-foreground-text)}.au-auth-hero__desc{margin:0;font-size:1rem;color:var(--au-colour-foreground-muted)}.au-auth-wrap{padding:2rem 0 3rem}.au-auth-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:52rem;margin:0 auto}@media(min-width:768px){.au-auth-grid{grid-template-columns:1fr 1fr}}.au-auth-card{background:var(--au-colour-content-bg);border:1px solid var(--au-colour-foreground-border);border-radius:4px;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.au-auth-card__title{font-size:1.25rem;font-weight:700;margin:0 0 .25rem}.au-auth-card__desc{font-size:.875rem;color:var(--au-colour-foreground-muted);margin:0 0 1.25rem}.au-form--card .au-input{max-width:none}.au-form__item{margin-bottom:1.25rem}.au-form__label{display:block;font-weight:600;margin-bottom:.35rem}.au-input{display:block;width:100%;max-width:20rem;font-family:var(--au-font-family);font-size:1rem;padding:.5rem .75rem;border:2px solid var(--au-colour-foreground-border);border-radius:2px;color:var(--au-colour-foreground-text);background:var(--au-colour-content-bg)}.au-input:focus{outline:3px solid var(--au-colour-focus);outline-offset:2px;border-color:var(--au-colour-foreground-action)}.au-form__actions{margin-top:1.5rem}.au-btn--full{width:100%}.au-btn{display:inline-block;padding:.5rem 1.25rem;font-family:var(--au-font-family);font-size:1rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid transparent;cursor:pointer;background:var(--au-colour-foreground-action);color:#fff}.au-btn:hover{background:var(--au-colour-foreground-action-hover);color:#fff;text-decoration:none}.au-btn:focus-visible{outline:3px solid var(--au-colour-focus);outline-offset:2px}.au-btn--secondary{background:transparent;color:var(--au-colour-foreground-action);border-color:var(--au-colour-foreground-action)}.au-btn--secondary:hover{background:#00488b14;color:var(--au-colour-foreground-action-hover);border-color:var(--au-colour-foreground-action-hover)}.au-footer{background:var(--au-colour-background);color:var(--au-colour-header-text);padding:2rem 0 1.5rem;font-size:.875rem}.au-footer a{color:var(--au-colour-header-text)}.au-footer a:hover{color:var(--au-colour-header-text);opacity:.9}.au-footer__ack{margin:0 0 1.5rem;line-height:1.6;opacity:.95}.au-footer__links{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-wrap:wrap;gap:0 1.5rem}.au-footer__links li{margin:0}.au-footer__copy{margin:0;opacity:.85}.au-back-to-top{margin-bottom:1rem}.au-back-to-top a{color:var(--au-colour-header-text);text-decoration:none}.au-back-to-top a:hover{text-decoration:underline}.landing[data-v-58861e44]{min-height:100vh;display:flex;flex-direction:column}.au-main[data-v-58861e44]{flex:1}.test-placeholder[data-v-6a94d350]{min-height:100vh;display:flex;flex-direction:column}.au-main[data-v-6a94d350]{flex:1}.auth-page[data-v-c1a77f84]{min-height:100vh;display:flex;flex-direction:column}.au-main--auth[data-v-c1a77f84]{flex:1}
