.activate{display:grid;grid-template-columns:repeat(1,1fr);margin-bottom:calc(var(--space-xl)*-1);row-gap:var(--space-m)}.activate .hidden{display:none}.activate>*{grid-column:1/-1}.activate__hero{background-color:var(--color-decorative-forest);margin:0 calc(var(--space-l)*-1)}.loading-indicator__wrapper{display:flex;justify-content:center;padding:var(--space-3xl) 0}@media screen and (width>=768px){.activate{grid-template-columns:repeat(12,1fr);grid-template-rows:auto 1fr auto;row-gap:var(--space-l)}.activate__hero{grid-area:1/1/4/span 5;margin:0 calc(var(--space-s)*-1) 0 calc(var(--space-l)*-1)}.activate__hero .form-hero{height:auto;position:sticky;top:var(--space-xl)}.activate .loading-indicator__wrapper{grid-column:7/-1;margin:auto;padding:0}}.activate__container--login-link{align-items:flex-end;display:flex;flex-direction:column;gap:var(--space-2xs)}@media screen and (width>=768px){.activate__container--login-link{align-items:center;flex-direction:row;gap:var(--space-3xs);grid-area:1/6/auto/span 7;justify-content:flex-end;margin:var(--space-l) 0 0}}.activate-form__input{display:flex;flex:1;flex-direction:column;font-size:var(--step-0)}.activate__container--form .activate-form__input{margin-bottom:var(--space-3xs)}.activate__container--form-content{display:flex;flex-direction:column}@media screen and (width>=768px){.activate__container--form-content{grid-area:2/7/auto/span 5;margin-bottom:0}}.activate__container--form-content button{cursor:pointer;margin-left:auto;margin-top:var(--space-s);width:fit-content}.activate-form h2,.create-password-form h2,.message{font-size:var(--step-2);margin-bottom:var(--space-m)}@media screen and (width>=768px){.activate-form h2,.message{margin-bottom:var(--space-s)}}.activate-form__selector{display:flex;gap:var(--space-3xs)}.activate-form__selector .activate-form__input,.activate-form__selector .custom-form-field{margin-bottom:0}.activate-form__input-checkbox{display:flex}.activate__container--subscript{align-items:flex-start;color:var(--color-gray-gray8);display:flex;font-size:var(--step-minus-1);gap:var(--space-3xs);margin-bottom:var(--space-m)}@media screen and (width>=768px){.activate__container--subscript{align-items:center;grid-area:3/7/auto/span 5;justify-content:center;margin-bottom:var(--space-l)}}.activate__container--subscript svg{min-width:16px}.activate-form__input-checkbox label{font-size:var(--step-minus-1)}.activate-form__input-checkbox label .tooltip{bottom:-3px}.activate-form__agreements{display:flex;flex-direction:column;gap:var(--space-2xs);margin-top:var(--space-s)}.create-password-form .message__success{width:fit-content}.create-password-form h2{margin-bottom:var(--space-2xs)}.create-password-form .activate-form__subheading{margin-bottom:var(--space-s)}