.register-form{padding-top:3.75rem;padding-bottom:3.75rem}@media (min-width: 1024px){.register-form{padding-top:6rem;padding-bottom:6rem}}.register-form-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}.register-form__title{font-size:var(--text-2xl);text-transform:uppercase}@media (min-width: 1024px){.register-form__title{font-size:var(--text-4xl)}}.register-form__form{display:grid;grid-template-columns:1fr;grid-gap:.625rem;gap:.625rem;max-width:700px;width:100%}@media (min-width: 1024px){.register-form__form{grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto}}.register-form__form ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;grid-column:1/-1;text-align:left;padding-top:.5rem;padding-bottom:.5rem;list-style-type:disc;font-size:var(--text-body-sm)}.register-form__form .field-container{display:flex;flex-direction:column;align-items:flex-start}.register-form__form .field-container .checkbox{display:flex;align-items:center;font-weight:500;color:inherit;word-wrap:anywhere}.register-form__form .field-container .checkbox input[type=checkbox]{display:none}.register-form__form .field-container .checkbox input[type=checkbox]:checked+span{background-color:#057}.register-form__form .field-container .checkbox input[type=checkbox]:checked+span:after{transform:translate(100%)}.register-form__form .field-container .checkbox span{margin-right:1.25rem;margin-left:0rem;display:flex;width:2.75rem;flex-shrink:0;justify-content:flex-start;border-radius:9999px;--tw-bg-opacity: 1;background-color:#d6d1ca;background-color:rgba(214,209,202,var(--tw-bg-opacity, 1));padding:.125rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.register-form__form .field-container .checkbox span:after{content:"";margin-left:0;height:1.25rem;width:1.25rem;flex-shrink:0;border-radius:9999px;--tw-bg-opacity: 1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity, 1));transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.register-form__form .col-span-full{grid-column:1/-1}.register-form .umbraco-forms-{width:100%}.register-form__submit{padding-top:2rem;display:flex;justify-content:center}
