.alert{margin:auto;max-width:53.75rem;padding-bottom:3.125rem;padding-top:3.75rem}.overlay[aria-hidden=true] .alert{opacity:0}.newsletter-form{max-width:60rem}.newsletter-form__spacing>*+*{margin-top:1.5625rem}@media(min-width:37.5em){.newsletter-form__spacing>*+*{margin-top:1.875rem}}.newsletter-form__grid{display:grid;grid-row-gap:1rem}@media(min-width:37.5em){.newsletter-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem 2rem}}.newsletter-form__field{display:flex;flex-direction:column}.newsletter-form__field--grow{grid-column:1/-1}.newsletter-form__label{margin-bottom:.5em}.newsletter-form__hint:before{content:" "}.newsletter-form__footer{margin-top:clamp(2.5rem,5.859375vw,3.75rem)}@media(min-width:37.5em){.newsletter-form__footer{max-width:15rem}}.submit{position:relative}.submit__overlay{align-items:center;cursor:not-allowed;display:flex;inset:0;justify-content:center;position:absolute;z-index:2}.submit__overlay[aria-hidden=true]{opacity:0;visibility:hidden}.submit__icon{height:2rem;width:2rem}.loading-spinner{animation:spinner 2s linear infinite;transform-origin:center}.loading-spinner circle{stroke-linecap:round;animation:spinner-inner 1.5s ease-in-out infinite}@keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner-inner{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,to{stroke-dasharray:42 150;stroke-dashoffset:-59}}.toggle-container{align-items:start;display:grid;grid-template-columns:min-content minmax(0,1fr);grid-gap:.875rem}