.template-applypage{background:var(--color-mu-grey-lighter-blue);--sticky-block-vertical-padding:0.75rem}@media(min-width:48em){.template-applypage{--sticky-block-vertical-padding:1rem}}.apply-page__grid{display:grid;grid-template-columns:repeat(var(--standard-cols),minmax(0,1fr))}.apply-page__grid{column-gap:var(--standard-gap)}.apply-page__grid{width:100%;margin-right:auto;margin-left:auto;padding-right:var(--page-gutter);padding-left:var(--page-gutter);max-width:calc(var(--content-max-width-standard) + var(--page-gutter)*2)}.apply-page__grid>*{grid-column:1/-1}@media(min-width:48em){.apply-page__grid>*{grid-column:2/-2}}@media(min-width:90em){.apply-page__grid>*{grid-column:2/-4}}.apply__page-alert{margin-top:3.5rem}@media(min-width:26.25em){.apply__page-alert{margin-top:4.5rem}}.apply__before-start{margin-top:3.5rem;margin-bottom:4.5rem}.apply-progress-wrapper--sticky{position:sticky;top:0;padding-top:var(--sticky-block-vertical-padding);padding-bottom:var(--sticky-block-vertical-padding);z-index:2}.apply-progress-wrapper--sticky::before{content:"";position:absolute;top:0;left:calc(50% + var(--mu-scrollbar-width)/ 2);width:calc(100vw - var(--mu-scrollbar-width));height:100%;transform:translateX(-50vw);background:var(--color-mu-grey-light-blue);z-index:-1}.apply-progress{--step-height:2rem;color:var(--color-mu-blue)}.apply-progress__list{list-style:none;display:grid;grid-auto-flow:column;grid-auto-columns:1fr}.apply-progress__step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.apply-progress__step:after{content:"";position:absolute;width:100%;height:1px;background-color:var(--color-mu-light-blue-websafe);top:calc(var(--step-height)/2);left:-50%;z-index:-1}.apply-progress__step:first-child:after{content:none}.apply-progress__step-no{border-radius:50%;width:var(--step-height);height:var(--step-height);font-size:.875rem;font-weight:500;margin-bottom:.5rem;display:flex;justify-content:center;align-items:center;border:1px solid var(--color-mu-light-blue-websafe);background-color:var(--color-white)}.apply-progress__step-label{display:none;font-size:.875rem}@media(min-width:48em){.apply-progress__step-label{display:block}}@media(min-width:64em){.apply-progress__step-label{font-size:1rem}}.apply-progress__step-label--current{font-weight:500}.apply-progress__step--current{--step-label-font-weight:400}.apply-progress__step--current .apply-progress__step-no{color:var(--color-white);background-color:var(--color-mu-blue);border-color:var(--color-mu-blue)}.apply-progress__step--current:after{background-color:var(--color-mu-ponga)}.apply-progress__step--complete .apply-progress__step-no{color:var(--color-mu-kuku);border-color:var(--color-mu-ponga)}.apply-progress__step--complete:after{background-color:var(--color-mu-ponga)}.apply__steps{margin-top:1.5rem;margin-bottom:1.5rem}@media(min-width:26.25em){.apply__steps{margin-top:3.5rem;margin-bottom:3.5rem}}@media(min-width:64em){.apply__steps{margin-top:5rem;margin-bottom:5rem}}.apply__step-intro{margin-bottom:1.5rem}.apply__button-footer-wrapper{position:relative}.apply__button-footer-wrapper::before{content:"";position:absolute;top:0;left:calc(50% + var(--mu-scrollbar-width)/ 2);width:calc(100vw - var(--mu-scrollbar-width));height:100%;transform:translateX(-50vw);background:var(--color-mu-grey-light-blue);z-index:-1}.apply__button-footer-wrapper--sticky{position:sticky;bottom:0;z-index:2}.apply__button-footer{display:flex;flex-direction:row-reverse;justify-content:space-between;gap:1.5rem;padding-top:var(--sticky-block-vertical-padding);padding-bottom:var(--sticky-block-vertical-padding)}.apply__clear-button{margin-top:1.5rem}.apply__portal-link{margin-top:1rem;margin-bottom:2rem}